.pb-small .button,
.hero.hero-pb-small .container .button {
  padding-bottom: 24px;
}
.pb-medium .button,
.hero.hero-pb-medium .container .button {
  padding-bottom: 56px;
}
.pb-large .button,
.hero.hero-pb-large .container .button {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .pb-small .button,
  .hero.hero-pb-small .container .button {
    padding-bottom: 16px;
  }
  .pb-medium .button,
  .hero.hero-pb-medium .container .button {
    padding-bottom: 48px;
  }
  .pb-large .button,
  .hero.hero-pb-large .container .button {
    padding-bottom: 80px;
  }
}
.hero.hero-cta--primary .button.button--link a:after,
.hero.hero-cta--secondary .button.button--link a:after,
.hero.hero-cta--tertiary .button.button--link a:after,
.hero.hero-cta--textbtn .button.button--link a:after,
.hero.hero-cta--textlink .button.button--link a:after,
.hero.hero-cta--primary .container .button.button--link a:after {
  visibility: hidden;
}
.hero.hero-cta--primary .button.button--link a,
.hero.hero-cta--secondary .button.button--link a,
.hero.hero-cta--tertiary .button.button--link a,
.hero.hero-cta--textbtn .button.button--link a,
.hero.hero-cta--textlink .button.button--link a,
.hero.hero-cta--primary .container .button.button--link a {
  padding: 18px 34px !important;
}
.hero.hero-cta--primary .button a:not([href]),
.hero.hero-cta--secondary .button a:not([href]),
.hero.hero-cta--tertiary .button a:not([href]),
.hero.hero-cta--textbtn .button a:not([href]),
.hero.hero-cta--textlink .button a:not([href]),
.hero.hero-cta--primary .container .button a:not([href]) {
  pointer-events: none;
  color: #606060 !important;
  background: #dfe0df !important;
}
.hero.hero-cta--primary .button a,
.hero.hero-cta--primary .button span,
.hero.hero-cta--primary .button button,
.hero.hero-cta--secondary .button a,
.hero.hero-cta--secondary .button span,
.hero.hero-cta--secondary .button button,
.hero.hero-cta--tertiary .button a,
.hero.hero-cta--tertiary .button span,
.hero.hero-cta--tertiary .button button,
.hero.hero-cta--textbtn .button a,
.hero.hero-cta--textbtn .button span,
.hero.hero-cta--textbtn .button button,
.hero.hero-cta--textlink .button a,
.hero.hero-cta--textlink .button span,
.hero.hero-cta--textlink .button button,
.hero.hero-cta--primary .container .button a,
.hero.hero-cta--primary .container .button span,
.hero.hero-cta--primary .container .button button {
  background: #0071b3;
  color: #ffffff;
  height: 56px;
  border: none;
  min-width: 186px;
  width: auto;
  left: 23px;
  top: 204px;
  border-radius: 4px;
  font-weight: 700;
  padding: 14px 30px;
}
@media (min-width:992px) {
  .hero.hero-cta--primary .button a,
  .hero.hero-cta--primary .button span,
  .hero.hero-cta--primary .button button,
  .hero.hero-cta--secondary .button a,
  .hero.hero-cta--secondary .button span,
  .hero.hero-cta--secondary .button button,
  .hero.hero-cta--tertiary .button a,
  .hero.hero-cta--tertiary .button span,
  .hero.hero-cta--tertiary .button button,
  .hero.hero-cta--textbtn .button a,
  .hero.hero-cta--textbtn .button span,
  .hero.hero-cta--textbtn .button button,
  .hero.hero-cta--textlink .button a,
  .hero.hero-cta--textlink .button span,
  .hero.hero-cta--textlink .button button,
  .hero.hero-cta--primary .container .button a,
  .hero.hero-cta--primary .container .button span,
  .hero.hero-cta--primary .container .button button {
    height: 48px;
    min-width: 163px;
    width: auto;
    left: 21px;
    top: 200px;
    border-radius: 4px;
    padding: 18px 34px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--primary .button a,
  .hero.hero-cta--primary .button span,
  .hero.hero-cta--primary .button button,
  .hero.hero-cta--secondary .button a,
  .hero.hero-cta--secondary .button span,
  .hero.hero-cta--secondary .button button,
  .hero.hero-cta--tertiary .button a,
  .hero.hero-cta--tertiary .button span,
  .hero.hero-cta--tertiary .button button,
  .hero.hero-cta--textbtn .button a,
  .hero.hero-cta--textbtn .button span,
  .hero.hero-cta--textbtn .button button,
  .hero.hero-cta--textlink .button a,
  .hero.hero-cta--textlink .button span,
  .hero.hero-cta--textlink .button button,
  .hero.hero-cta--primary .container .button a,
  .hero.hero-cta--primary .container .button span,
  .hero.hero-cta--primary .container .button button {
    height: 48px;
    font-size: 14px;
  }
}
.hero.hero-cta--primary .button a:hover,
.hero.hero-cta--primary .button span:hover,
.hero.hero-cta--primary .button button:hover,
.hero.hero-cta--secondary .button a:hover,
.hero.hero-cta--secondary .button span:hover,
.hero.hero-cta--secondary .button button:hover,
.hero.hero-cta--tertiary .button a:hover,
.hero.hero-cta--tertiary .button span:hover,
.hero.hero-cta--tertiary .button button:hover,
.hero.hero-cta--textbtn .button a:hover,
.hero.hero-cta--textbtn .button span:hover,
.hero.hero-cta--textbtn .button button:hover,
.hero.hero-cta--textlink .button a:hover,
.hero.hero-cta--textlink .button span:hover,
.hero.hero-cta--textlink .button button:hover,
.hero.hero-cta--primary .container .button a:hover,
.hero.hero-cta--primary .container .button span:hover,
.hero.hero-cta--primary .container .button button:hover {
  background: #00629b;
  border-color: #00629b;
  color: #ffffff;
}
.hero.hero-cta--primary .button a:focus,
.hero.hero-cta--primary .button span:focus,
.hero.hero-cta--primary .button button:focus,
.hero.hero-cta--secondary .button a:focus,
.hero.hero-cta--secondary .button span:focus,
.hero.hero-cta--secondary .button button:focus,
.hero.hero-cta--tertiary .button a:focus,
.hero.hero-cta--tertiary .button span:focus,
.hero.hero-cta--tertiary .button button:focus,
.hero.hero-cta--textbtn .button a:focus,
.hero.hero-cta--textbtn .button span:focus,
.hero.hero-cta--textbtn .button button:focus,
.hero.hero-cta--textlink .button a:focus,
.hero.hero-cta--textlink .button span:focus,
.hero.hero-cta--textlink .button button:focus,
.hero.hero-cta--primary .container .button a:focus,
.hero.hero-cta--primary .container .button span:focus,
.hero.hero-cta--primary .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--primary .button a:not([href]):not([tabindex]),
.hero.hero-cta--secondary .button a:not([href]):not([tabindex]),
.hero.hero-cta--tertiary .button a:not([href]):not([tabindex]),
.hero.hero-cta--textbtn .button a:not([href]):not([tabindex]),
.hero.hero-cta--textlink .button a:not([href]):not([tabindex]),
.hero.hero-cta--primary .container .button a:not([href]):not([tabindex]) {
  color: #ffffff;
}
.hero.hero-cta--primary .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--secondary .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--tertiary .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--textbtn .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--textlink .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--primary .container .button a:not([href]):not([tabindex]):hover {
  color: #ffffff;
}
.hero.hero-cta--secondary .container .button a:not([href]) {
  pointer-events: none;
  color: #606060 !important;
  background: #ffffff !important;
  border: 2px solid #6d6d6d !important;
}
.hero.hero-cta--secondary .container .button a,
.hero.hero-cta--secondary .container .button span,
.hero.hero-cta--secondary .container .button button {
  font-weight: 800;
  background: #ffffff;
  color: #0071b3;
  border: 2px solid #0071b3;
  height: 56px;
  min-width: 186px;
  width: auto;
  left: 23px;
  top: 204px;
  border-radius: 4px;
  padding: 14px 30px;
}
@media (min-width:992px) {
  .hero.hero-cta--secondary .container .button a,
  .hero.hero-cta--secondary .container .button span,
  .hero.hero-cta--secondary .container .button button {
    height: 48px;
    min-width: 163px;
    width: auto;
    left: 21px;
    top: 200px;
    font-size: 14px;
    border-radius: 4px;
    padding: 18px 34px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--secondary .container .button a,
  .hero.hero-cta--secondary .container .button span,
  .hero.hero-cta--secondary .container .button button {
    height: 48px;
    font-size: 14px;
  }
}
.hero.hero-cta--secondary .container .button a:hover,
.hero.hero-cta--secondary .container .button span:hover,
.hero.hero-cta--secondary .container .button button:hover {
  color: #00629b;
  border-color: #00629b;
}
.hero.hero-cta--secondary .container .button a:focus,
.hero.hero-cta--secondary .container .button span:focus,
.hero.hero-cta--secondary .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--secondary .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  background-color: inherit ;
  border: none;
}
.hero.hero-cta--secondary .container .button a:not([href]):not([tabindex]):hover {
  color: #00629b;
  background-color: inherit;
  border: none;
}
.hero.hero-cta--tertiary .container .button a:not([href]) {
  pointer-events: none;
  color: #606060 !important;
}
.hero.hero-cta--tertiary .container .button a:not([href]):before {
  content: url(../../../../etc.clientlibs/baseline-tenant/clientlibs/clientlib-general/resources/icons/right-arrow-circle-grey.svg);
}
.hero.hero-cta--tertiary .container .button a {
  font-weight: 700;
  padding: 0;
  color: #0071b3;
  min-width: 103px;
  height: 20px;
  width: auto;
  justify-content: left;
  background-color: inherit;
  border: none;
}
.hero.hero-cta--tertiary .container .button a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: url(../../../../etc.clientlibs/baseline-tenant/clientlibs/clientlib-general/resources/icons/right-arrow-circle-blue.svg);
  padding-right: 5px;
}
.hero.hero-cta--tertiary .container .button a:hover {
  color: #0071b3;
}
.hero.hero-cta--tertiary .container .button a:hover:before {
  content: url(../../../../etc.clientlibs/baseline-tenant/clientlibs/clientlib-general/resources/icons/right-arrow-circle-dark-blue.svg);
}
@media (min-width:992px) {
  .hero.hero-cta--tertiary .container .button a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--tertiary .container .button a {
    font-size: 14px;
  }
}
.hero.hero-cta--tertiary .container .button a:focus {
  outline: 1px dashed #00629b;
  outline-offset: 2px;
}
.hero.hero-cta--tertiary .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--tertiary .container .button a:not([href]):not([tabindex]):hover {
  color: #00629b;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textbtn .container .button a:not([href]) {
  pointer-events: none;
  color: #6d6d6d !important;
}
.hero.hero-cta--textbtn .container .button a,
.hero.hero-cta--textbtn .container .button span,
.hero.hero-cta--textbtn .container .button button {
  padding: 0;
  font-weight: 800;
  margin: 0;
  width: auto;
  cursor: pointer;
  justify-content: left;
  color: #0071b3;
  background-color: inherit;
  border: none;
}
.hero.hero-cta--textbtn .container .button a:hover,
.hero.hero-cta--textbtn .container .button span:hover,
.hero.hero-cta--textbtn .container .button button:hover {
  text-decoration: underline;
  color: #00629b;
}
@media (min-width:992px) {
  .hero.hero-cta--textbtn .container .button a,
  .hero.hero-cta--textbtn .container .button span,
  .hero.hero-cta--textbtn .container .button button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--textbtn .container .button a,
  .hero.hero-cta--textbtn .container .button span,
  .hero.hero-cta--textbtn .container .button button {
    font-size: 14px;
  }
}
.hero.hero-cta--textbtn .container .button a:focus,
.hero.hero-cta--textbtn .container .button span:focus,
.hero.hero-cta--textbtn .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--textbtn .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textbtn .container .button a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
  color: #00629b;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--arrow .container .button a:not([href]) {
  pointer-events: none;
  color: #6d6d6d !important;
}
.hero.hero-cta--arrow .container .button a,
.hero.hero-cta--arrow .container .button a:not([href]):not([tabindex]),
.hero.hero-cta--arrow .container .button span {
  color: #0071b3;
  font-weight: 800;
  background-color: unset !important;
  border: none !important;
}
.hero.hero-cta--arrow .container .button a .anchor-text,
.hero.hero-cta--arrow .container .button a:not([href]):not([tabindex]) .anchor-text,
.hero.hero-cta--arrow .container .button span .anchor-text {
  display: none;
}
.hero.hero-cta--arrow .container .button a:hover,
.hero.hero-cta--arrow .container .button a:not([href]):not([tabindex]):hover,
.hero.hero-cta--arrow .container .button span:hover {
  color: #00629b;
  background-color: unset !important;
}
.hero.hero-cta--arrow .container .button a,
.hero.hero-cta--arrow .container .button span,
.hero.hero-cta--arrow .container .button button {
  text-transform: uppercase;
  justify-content: left;
}
.hero.hero-cta--arrow .container .button a:after,
.hero.hero-cta--arrow .container .button span:after,
.hero.hero-cta--arrow .container .button button:after {
  font-family: icomoonregular;
  content: '\E94E';
  position: relative;
  font-size: 15px;
  margin-top: 0px;
  margin-left: 5px;
}
.hero.hero-cta--arrow .container .button a:focus,
.hero.hero-cta--arrow .container .button span:focus,
.hero.hero-cta--arrow .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
@media (min-width:992px) {
  .hero.hero-cta--arrow .container .button:after {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--arrow .container .button:after {
    font-size: 14px;
  }
}
.hero.hero-cta--textlink .container .button a:not([href]) {
  pointer-events: none;
  color: #6d6d6d !important;
  text-decoration: underline;
}
.hero.hero-cta--textlink .container .button a,
.hero.hero-cta--textlink .container .button span,
.hero.hero-cta--textlink .container .button button {
  padding: 0;
  margin: 0;
  width: auto;
  cursor: pointer;
  color: #0071b3;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  justify-content: left;
  text-decoration: underline;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textlink .container .button a:hover,
.hero.hero-cta--textlink .container .button span:hover,
.hero.hero-cta--textlink .container .button button:hover {
  color: #00629b;
  text-decoration: underline;
}
@media (min-width:992px) {
  .hero.hero-cta--textlink .container .button a,
  .hero.hero-cta--textlink .container .button span,
  .hero.hero-cta--textlink .container .button button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero.hero-cta--textlink .container .button a,
  .hero.hero-cta--textlink .container .button span,
  .hero.hero-cta--textlink .container .button button {
    font-size: 16px;
  }
}
.hero.hero-cta--textlink .container .button a:focus,
.hero.hero-cta--textlink .container .button span:focus,
.hero.hero-cta--textlink .container .button button:focus {
  outline: 1px dashed #0071b3;
  outline-offset: 1px;
}
.hero.hero-cta--textlink .container .button a:not([href]):not([tabindex]) {
  color: #0071b3;
  text-decoration: underline;
  background-color: inherit !important;
  border: none;
}
.hero.hero-cta--textlink .container .button a:not([href]):not([tabindex]):hover {
  text-decoration: underline;
  color: #00629b;
  background-color: inherit !important;
  border: none;
}
.hero.hero-justify-content-start .container .button {
  justify-content: left !important;
}
.hero.hero-justify-content-end .container .button {
  justify-content: right !important;
}
.hero.hero-justify-content-center .container .button {
  justify-content: center !important;
}
.hero:not(.pimDynamic) {
  position: relative;
  height: 125vw;
  background-color: black;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 567px) {
  .hero:not(.pimDynamic) {
    height: 576px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero:not(.pimDynamic) {
    height: 192px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero:not(.pimDynamic) {
    height: 308px;
  }
}
@media (min-width:992px) {
  .hero-width-text-50 .container {
    width: 50% !important;
  }
}
@media (min-width:992px) {
  .hero-width-text-60 .container {
    width: 60% !important;
  }
}
@media (min-width:992px) {
  .hero-width-text-70 .container {
    width: 70% !important;
  }
}
@media (min-width:992px) {
  .hero-width-text-80 .container {
    width: 80% !important;
  }
}
.hero .text-link {
  padding-left: 15px;
  text-transform: uppercase;
}
.hero .text-link::after {
  position: absolute;
  margin-top: 6px;
  content: "\e94E";
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoonregular";
  line-height: 1;
  speak: none;
  font-size: 12px;
  margin-left: 5px;
}
.hero_image-desktop {
  display: block;
}
@media (max-width: 767px) and (orientation: portrait) {
  .hero_image-desktop {
    display: none;
  }
}
.hero_image-mobile {
  display: none;
}
@media (max-width: 767px) and (orientation: portrait) {
  .hero_image-mobile {
    display: block;
  }
}
.hero-content {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.hero-content::after {
  content: '\A';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: .75;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.hero_image img,
.hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width:992px) {
  .hero_image img,
  .hero_video {
    height: 125vw !important;
    width: auto !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero_image img,
  .hero_video {
    height: 192px !important;
    width: 480px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero_image img,
  .hero_video {
    width: 768px !important;
    height: 308px !important;
  }
}
.hero_video {
  height: 100px;
}
.hero_video--desktop {
  display: block;
}
@media (max-width: 767px) {
  .hero_video--desktop {
    display: none;
  }
}
.hero_video--mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero_video--mobile {
    display: block;
  }
}
.hero-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-header {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .hero-header {
    line-height: 1.1;
  }
}
.hero-body {
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  padding-left: 15px;
  letter-spacing: -0.005em;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-body {
    line-height: 32px;
  }
}
.hero-txt-white {
  color: white;
}
.hero-txt-white a {
  color: white;
}
.hero-txt-black {
  color: black;
}
.hero-txt-black a {
  color: black;
}
.hero .container {
  position: absolute;
  padding: 5% 7.5%;
  z-index: 2;
}
.hero .container.vidyard {
  top: 0;
}
.hero-top .container {
  top: 0;
}
.hero-bottom .container {
  bottom: 0;
}
.hero-left .container {
  left: 0;
  text-align: left;
}
@media (min-width:992px) {
  .hero-left .container {
    width: 70%;
  }
}
.hero-left .container .hero-headerhero-header-inner {
  display: flex;
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero-left .container .hero-headerhero-header-inner {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-left .container .hero-headerhero-header-inner {
    width: 300px;
  }
}
.hero-left .hero-body {
  padding-left: 6px;
}
@media (max-width: 767px) {
  .hero-left .hero-body {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-left .hero-body {
    display: none !important;
  }
}
.hero-left.hero-overlay-light .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #ffffff 100%);
}
.hero-left.hero-overlay-dark .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #000000 100%);
}
.hero-right .container {
  right: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
}
@media (min-width:992px) {
  .hero-right .container {
    width: 70%;
  }
}
.hero-right .container .hero-header {
  display: flex;
  justify-content: flex-end;
}
@media (min-width:992px) {
  .hero-right .container .hero-header {
    width: 100%;
  }
}
.hero-right .container .hero-header .hero-header-inner {
  display: flex;
}
@media (max-width: 767px) and (orientation: landscape) {
  .hero-right .container .hero-header .hero-header-inner {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-right .container .hero-header .hero-header-inner {
    width: 300px;
  }
}
.hero-right .container .hero-body {
  display: flex !important;
  justify-content: flex-end;
}
@media (min-width:992px) {
  .hero-right .container .hero-body {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hero-right .container .hero-body {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-right .container .hero-body {
    display: none !important;
  }
}
.hero-right .container .hero-body .hero-body-inner {
  display: flex;
  justify-content: flex-end;
}
.hero-right.hero-overlay-light .hero-content::after {
  background: linear-gradient(90deg, transparent 0, #ffffff 100%);
}
.hero-right.hero-overlay-dark .hero-content::after {
  background: linear-gradient(90deg, transparent 0, #000000 100%);
}
.hero-center .container {
  position: relative;
  margin: 0 auto;
  text-align: center;
  transform: translateY(25%);
}
@media (max-width: 767px) {
  .hero-center .hero-body {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .hero-center .hero-body {
    display: none !important;
  }
}
.hero-center.hero-overlay-light .hero-content::after {
  background: linear-gradient(0deg, transparent 0, #ffffff 100%);
}
.hero-center.hero-overlay-dark .hero-content::after {
  background: linear-gradient(0deg, transparent 0, #000000 100%);
}
.hero-overlay-light .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #ffffff 100%);
}
.hero-overlay-dark .hero-content::after {
  background: linear-gradient(270deg, transparent 0, #000000 100%);
}
.play-btn .play-rollover {
  display: none;
}
.play-btn .play-rollover:hover .play-rollover {
  display: block;
}
.play-btn .play-rollover:hover .play {
  display: none;
}
.btn-overplay {
  position: absolute;
  left: 36%;
  top: 67%;
  z-index: 4;
  background-size: 100%;
  margin-top: -72px;
}
.hero-play-control {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
.hero-play-control a {
  color: white;
}
.enable-training-description {
  width: 330px;
  height: 40px;
  top: 424px;
  left: 53px;
  font-family: Solstice Sans !important;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  color: white;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .hero-header,
  .hero-body {
    width: 65%;
  }
}
.hero-content .body1 {
  padding-left: 15px;
}
.text-white {
  color: #fff !important;
}
.hero-header {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .hero-header {
    line-height: 1.1;
  }
}
.hero-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-body {
    line-height: 1.4;
  }
}
.hero-content.hero-overlay-dark {
  position: relative;
}
.hero-content.hero-overlay-dark img {
  width: 100%;
  vertical-align: top;
}
.hero-content.hero-overlay-dark:after {
  content: '\A';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, transparent 0%, #000000 100%);
  opacity: 0.75;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hero_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 992px) {
  .hero-header,
  .hero-body {
    width: 65%;
  }
  .hero-header-dynamic,
  .hero-body-dynamic {
    width: 100%;
  }
}
.hero-content .body1 {
  padding-left: 15px;
}
.text-white {
  color: #fff !important;
}
.hero-header {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .hero-header {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .hero-header {
    line-height: 1.1;
  }
}
.hero-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .hero-body {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-body {
    line-height: 1.4;
  }
}
.hero-content.hero-overlay-dark {
  position: relative;
}
.hero-content.hero-overlay-dark img {
  width: 100%;
  vertical-align: top;
}
.hero-content.hero-overlay-dark:after {
  content: '\A';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, transparent 0%, #000000 100%);
  opacity: 0.75;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hero_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.hero {
  display: none;
}
.hide-desc .hero-body-inner {
  display: none;
}
.hero {
  display: none;
}
.hide-desc .hero-body-inner {
  display: none;
}
.hero.pimDynamic {
  height: auto;
  background-color: #303030;
  position: relative;
  overflow: hidden;
}
.hero.pimDynamic .row.hero-content.hero-overlay-dark {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hero.pimDynamic {
    height: 100%;
  }
}
.hero-dynamic-container {
  z-index: 2;
  padding: 2rem;
  min-height: 325px;
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .hero-dynamic-container {
    min-height: 350px;
  }
}
.hero-dynamic-container .breadcrumb__list {
  margin: 0;
  padding: 0 0 0.75em 0 !important;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__list-item:not(:last-child):after {
  display: inline-block;
  padding-left: .5rem;
  color: #A0A0A0;
  content: "/";
  font-size: 0.875rem;
  font-weight: 700;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__list-item-link {
  color: #fff;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__list-item-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-dynamic-container .breadcrumb__list .breadcrumb__uline {
  font-size: 1rem;
}
.hero-header-dynamic {
  font-weight: 900;
  line-height: 95%;
  overflow-wrap: break-word;
  hyphens: auto;
}
.hero-header-dynamic.smallHeaderFont {
  font-size: 48px;
}
.hero-header-dynamic.largeHeaderFont {
  font-size: 64px;
}
@media only screen and (max-width: 1200px) {
  .hero-header-dynamic.largeHeaderFont {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-header-dynamic {
    font-weight: 900;
    line-height: 90%;
  }
}
.hero.pimDynamic .hero-body-inner {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .hero.pimDynamic .hero-body-inner {
    -webkit-line-clamp: 8;
  }
}
@media only screen and (max-width: 768px) {
  .hero.pimDynamic .hero-body-inner {
    -webkit-line-clamp: none;
  }
}
.hero.pimDynamic p.hero-body-dynamic {
  font-size: 18px;
  line-height: 26px;
}
.hero.pimDynamic .hero_image img.img-fluid {
  object-fit: cover;
  object-position: right;
}
.hero.pimDynamic .hero-content.hero-overlay-dark:after {
  background: none;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hero_image-container .hero_image-mobile,
  .hero_image.hero_image-desktop {
    height: 100%;
  }
  .hero_image-container .hero_image-mobile .cq-dd-image,
  .hero_image.hero_image-desktop .cq-dd-image {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero_image-container .hero_image-mobile img.img-fluid,
  .hero_image.hero_image-desktop img.img-fluid {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hero_image-container .hero_image-mobile img.img-fluid,
  .hero_image.hero_image-desktop img.img-fluid {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero.pimDynamic .row.hero-content {
    flex-direction: column-reverse;
  }
  .hero.pimDynamic .hero-dynamic-container {
    flex-basis: 60%;
    padding: 2rem 1.25rem;
  }
  .hero.pimDynamic .hero-dynamic-container .d-md-block {
    display: block !important;
  }
  .hero.pimDynamic .hero_image-container {
    flex-basis: 40%;
    min-height: 100%;
    padding: 0;
  }
}

.product-filter-list.mvp2.pim {
  background: #303030;
}
@media (min-width: 768px) {
  .product-filter-list.mvp2.pim .select-wrap {
    margin-right: 5px;
  }
  .product-filter-list.mvp2.pim .select-wrap:nth-child(2) {
    margin: 0 5px 0 0;
  }
}
.product-filter-list.mvp2.pim .select-wrap label {
  color: #ffffff;
}
.product-filter-list.mvp2.pim .select-wrap .select-custom {
  height: auto;
  margin-bottom: 0 !important;
}
.product-filter-list.mvp2.pim .select-wrap .select-custom span.mvp-icon-carat_down {
  top: 8px;
}
.product-filter-list.mvp2.pim .select-wrap .select-custom span.mvp-icon-carat_down:before {
  color: #303030;
}
.product-filter-list.mvp2.pim .select-wrap .select-custom .drop-select input.drop-select-input {
  width: 100%;
  border: 0px;
}
.product-filter-list.mvp2.pim .select-wrap .select-custom select {
  border: none;
  background: transparent !important;
  position: relative;
  left: -10px;
  height: 52px;
}
.product-filter-list.mvp2.pim .select-wrap select:focus::-ms-value {
  color: black;
  background: white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-filter-list.mvp2.pim .select-wrap select:focus {
    max-width: 232px !important;
  }
}
.product-filter-list.mvp2.pim .filter-group.show .select-wrap:nth-child(2) {
  margin: 0 auto;
}
.product-filter-list.mvp2.pim .filter-group .select-wrap label.label2.text-uppercase.pl-2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  #filter-group-product-listing {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #filter-group-product-listing {
    flex-wrap: nowrap !important;
  }
}
.pim-products-list-wrap .product-box {
  transition: .2s all ease;
}
.pim-products-list-wrap .product-box .pc-title-img {
  height: 292px;
  overflow: hidden;
  background: #ffffff !important;
  display: flex;
  border: 1px solid #d0d0d0;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .pim-products-list-wrap .product-box .pc-title-img {
    height: 200px;
  }
}
.pim-products-list-wrap .product-box .pc-title-img img {
  border: none !important;
  max-height: 292px;
}
.pim-products-list-wrap .product-box .pc-title-img .pc-img-overlay {
  opacity: 0;
  display: block;
  border: none;
}
.pim-products-list-wrap .product-box:hover .pc-img-overlay {
  opacity: 1;
}
.pim-products-list-wrap .product-box:hover h3 {
  color: #007bc2;
}
.pim-products-list-wrap .product-box .pc-content:hover {
  text-decoration: none;
}
.pim-products-list-wrap .product-box h3 {
  text-align: center;
}
.pim-products-list-wrap .product-box h3 .sample-product-description {
  display: inline-block !important;
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
}
.pim-products-list-wrap .product-box h3 .sample-bag-icon {
  width: 25px;
  vertical-align: text-bottom;
  cursor: pointer;
  padding-top: 1rem !important;
  display: inline-block !important;
  margin-left: 10px;
  padding-bottom: 2px;
}
.pim-products-list-wrap .product-box h3 .product-added {
  content: url("../../../../content/dam/industrial/PLP_Shop_Icon_Green.svg");
}
.pim-products-list-wrap .product-box h3 .product-removed {
  content: url("../../../../content/dam/industrial/PLP_Shop_Icon_Blue.svg");
}
.pim-products-row {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pim-products-row.dynamic {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-wrap .pim-products-row div[id^=product-] {
    max-width: 350px;
    margin: 0 auto 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-wrap .pim-products-row div[id^=product-] {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .products-wrap .pim-products-row div[id^=product-] {
    padding-bottom: 0.5rem !important;
  }
}
.product-box .pc-content .pc-title-img .pc-img-overlay {
  background-color: rgba(64, 64, 64, 0.95);
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  display: none;
  border: 0.1rem solid #007bc2;
}
.pc-img-overlay {
  transition: all .5s ease !important;
  position: relative;
  text-align: left;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.product-box .pc-img-overlay:hover h3 {
  color: #007bc2;
}
.product-box:hover .pc-content .pc-img-overlay,
.product-box:focus .pc-content .pc-img-overlay {
  display: block;
}
.pim-products-list-wrap .product-box .pc-title-img .pc-img-overlay:hover {
  opacity: 1;
}
.pim-products-list-wrap .product-box .pc-title-img .pc-img-overlay {
  opacity: 0;
  display: block;
  border: 0;
}
.pc-img-overlay {
  transition: all .5s ease !important;
  position: relative;
  text-align: left;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.pim-products-list-wrap .product-box {
  transition: .2s all ease;
  padding: 0 !important;
}
.product-box {
  float: left;
  width: 100%;
  min-height: 290px;
}
.product-box .pc-content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-box .pc-content .pc-title-img {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.pim-products-list-wrap .product-box .pc-title-img {
  height: 292px;
  overflow: hidden;
  background: #fff !important;
  display: flex;
  border: .1rem solid #a0a0a0;
  align-items: center;
  justify-content: center;
}
.product-box .pc-content .pc-title-img img {
  float: left;
  width: 100%;
  max-width: 100%;
}
.pim-products-list-wrap .product-box .pc-title-img img {
  border: none !important;
}
img {
  vertical-align: middle;
  border-style: none;
}
.pim-products-list-wrap .product-box:hover h3 {
  color: #007bc2;
}
.product-box .pc-content .pc-title-img .pc-img-overlay p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  max-height: 100%;
  margin: 0;
  padding-right: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.pim-products-list-wrap .product-box .pc-content:hover {
  text-decoration: none;
}
.product-filter-list {
  position: relative;
  z-index: 9;
}
.product-filter-list .container.d-flex {
  justify-content: space-around;
  align-items: flex-end;
  max-width: 1440px;
}
.product-filter-list .select-wrap:nth-child(2) {
  margin: 0 5px;
}
.product-filter-list .select-wrap .select-custom {
  font-size: 18px;
  font-weight: 500;
  color: #D0D0D0;
  width: 232px;
  height: 40px;
  text-indent: 9px;
  letter-spacing: normal;
}
.product-filter-list .select-wrap .select-custom .btn-group {
  width: 100%;
  min-height: 46px;
  background: transparent;
}
.product-filter-list .select-wrap .select-custom .btn-group .multiselect {
  background-color: #404040 !important;
  border: 2px solid #D0D0D0;
  border-radius: 0 !important;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #D0D0D0;
  width: 232px;
  height: 40px;
  text-align: left;
  text-indent: 9px;
  letter-spacing: normal;
}
.product-filter-list .select-wrap .select-custom .btn-group .multiselect.dropdown-toggle:after {
  right: 23px;
  position: absolute;
  top: 7px;
  font-size: 18px;
  display: none;
}
.product-filter-list .select-wrap .select-custom .btn-group:hover {
  z-index: auto;
}
.product-filter-list .select-wrap .select-custom .btn-group .multiselect-container {
  border: 2px solid #D0D0D0;
  background: #d0d0d0;
  margin-top: 1px;
  width: 100%;
  border-radius: 0;
}
.product-filter-list .select-wrap .select-custom .btn-group .multiselect-container li a label {
  font-size: 12px;
  font-weight: 500;
  color: #525252;
  padding-left: 0;
}
.page select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-position-x: 98% !important;
  background: #fff !important;
  background-size: 25px !important;
  padding-right: 25px !important;
  padding-left: 10px !important;
  width: 100%;
  cursor: pointer;
}
.page select::-ms-expand {
  display: none;
}
.select-custom span.mvp-icon-carat_down {
  position: absolute;
  right: 5px;
  top: 24%;
  pointer-events: none;
}
.select-custom span.mvp-icon-carat_down:before {
  color: #a0a0a0;
  font-size: 24px;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .product-filter-list {
    position: relative;
  }
  .product-filter-list .container.d-flex {
    justify-content: space-between;
    align-items: center;
  }
  .product-filter-list .filters-wrap {
    margin-bottom: 20px;
  }
  .product-filter-list .filters-wrap .filters-show-more {
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    height: 40px;
    position: relative;
    margin-bottom: 8px;
  }
  .product-filter-list .filters-wrap .filters-show-more > button {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #303030;
    background: #f3f3f3;
  }
  .product-filter-list .filters-wrap .filters-show-more > button:hover {
    text-decoration: none;
  }
  .product-filter-list .filters-wrap .filters-show-more .mvp-icon-carat_up:before,
  .product-filter-list .filters-wrap .filters-show-more .mvp-icon-carat_down:before {
    font-size: 14px;
    color: #303030;
    margin-left: -4px;
    vertical-align: text-bottom;
  }
  .product-filter-list .filters-wrap .select-wrap:nth-child(2) {
    margin: 0 15px;
  }
  .product-filter-list .reset-filters {
    position: absolute !important;
    top: 8px;
    right: 24px;
    z-index: 999;
  }
  .product-filter-list .col-4.flex-wrap {
    position: static;
  }
  .product-filter-list .compare-btn button {
    width: 352px;
  }
  .product-filter-list .compare-btn .compare-bars .compare-bar {
    width: 82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-wrap .products-row div[id^=product-] {
    margin-bottom: 20px;
  }
  .products-wrap .products-row div[id^=product-] .pc-title {
    padding-top: 0;
  }
  .products-wrap .products-row div[id^=product-] .pc-title h3 {
    font-size: 16px;
  }
  .products-wrap .products-row div[id^=product-] .product-box {
    min-height: 1px;
    float: none;
    margin: 0 auto;
  }
  .products-wrap .products-row div[id^=product-] .product-box .pc-img-overlay .pc-description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #filter-group.show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #filter-group.show .select-wrap:nth-child(2) {
    margin: 15px 0;
  }
  .bottom-controls {
    flex-direction: column;
  }
  .bottom-controls .load_more_wrapper {
    align-self: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bottom-controls .load_more_wrapper #load_more_result {
    height: 50.6667px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1074px) {
  .filters-wrap .select-wrap div.select-custom {
    width: 200px;
  }
  .filters-wrap div.select-wrap.dropdown-dark-wrap select.dropdown-dark {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .product-filter-list {
    width: 100%;
    float: left;
  }
  .product-filter-list .container.d-flex {
    flex-direction: column;
  }
  .product-filter-list .container.d-flex .compare-btn {
    order: 0;
  }
  .product-filter-list .container.d-flex .compare-btn button {
    width: 300px;
  }
  .product-filter-list .container.d-flex .compare-btn .compare-bars .compare-bar {
    width: 69px;
  }
  .product-filter-list .container.d-flex .filters-wrap {
    order: 1;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .product-filter-list .container.d-flex .filters-wrap .select-wrap label {
    text-align: left;
  }
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button {
    text-decoration: none;
    font-size: 14px;
    min-width: 145px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
  }
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button:hover {
    text-decoration: underline;
  }
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button span.icon-parent {
    height: 17px;
    width: 17px;
    margin-right: 8px;
    border: .1rem solid #808080;
    border-radius: 50%;
    background-color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button span.icon-parent span.mvp-icon-slider_plus,
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button span.icon-parent span.mvp-icon-slider_minus {
    padding-top: 10px;
  }
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button span.icon-parent span.mvp-icon-slider_plus::before,
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button span.icon-parent span.mvp-icon-slider_minus::before {
    color: #ffffff;
    font-size: 24px;
  }
  .products-wrap .container-fluid:first-child > div.row {
    display: flex;
    flex-direction: column;
  }
  .products-wrap .container-fluid:first-child > div.row > div:last-child {
    margin-bottom: 20px;
  }
  .products-wrap .products-row div[id^=product-] {
    max-width: 350px;
    margin: 0 auto 35px;
  }
  .bottom-controls .load_more_wrapper #load_more_result {
    width: 300px;
  }
  .bottom-controls .compare-btn button {
    width: 300px;
  }
}
.sample-error-popup-quantity {
  display: none;
  top: 126px;
  position: absolute;
  left: 0;
  padding: 0;
  width: 100%;
}
.sample-error-popup-quantity .sample-quantityError {
  z-index: 2;
  border: 1px solid #d22630;
  background-color: #ffffff;
  font-size: 0.7em;
  width: 100%;
  word-spacing: 1px;
}
.sample-error-popup-quantity .sample-quantityError .popup-wrapper {
  display: flex !important;
  justify-content: space-between;
}
.sample-error-popup-quantity .sample-quantityError .popup-wrapper .error-content {
  padding: 25px 35px 25px 45px;
  font-size: 12px;
}
.sample-error-popup-quantity .close {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.5;
  padding: 4px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
  bottom: 28px;
}
.sample-error-popup-quantity .warning {
  content: url("../../../../content/dam/industrial/error-white.svg");
  background-color: red;
  float: left;
  width: 40px;
  padding: 0 6px;
}
.sample-error-popup-quantity .arrow-bottom:after {
  content: " ";
  position: absolute;
  top: 50px;
  margin: 0;
  left: 7px;
  right: 200px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: none;
}
.sample-error-popup-quantity #sample-quantity-error {
  float: left;
  position: relative;
}
.ribbon {
  padding: 8px 30px;
  position: absolute;
  text-align: center;
  right: -35px;
  transform: rotate(45deg);
  background-color: #888888;
  z-index: 1;
  top: 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
}
.pim-products-list-wrap .product-box .pc-title-img .pc-img-overlay.product-discontinued {
  opacity: 0.6;
}
.product-filter-list-wrap.mvp2 {
  margin-top: 1rem;
}
.product-filter-list-wrap.mvp2 .pim-products-list-wrap .row .prodCatHeading h3 {
  line-height: 1.2;
}
.discontinued-badge-div-products {
  width: 128px;
  height: 24px;
  border-radius: 4px;
  padding: 0px 6px;
  border: solid 1px #c2510a;
  position: absolute;
  right: 36px;
  top: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  display: inline-block;
  vertical-align: middle;
}
.discontinued-badge-div-products .discontinued-information-icon-products {
  rotate: 180deg;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.discontinued-badge-div-products .discontinued-information-icon-products:before {
  content: "\e91B";
  color: #c2510a;
  font-size: 16px;
}
.discontinued-badge-div-products .discontinued-label-products {
  float: left;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  color: #c2510a;
  margin-left: 5px;
}
.discontinued-badge-div-products .discontinued-tooltip-products-text {
  visibility: hidden;
  width: 153px;
  height: 56px;
  background-color: #ffffff;
  color: #303030;
  text-align: center;
  padding: 6px;
  position: absolute;
  z-index: 1;
  top: 24px;
  right: -11px;
  word-break: break-word;
  opacity: 0;
  transition: opacity 0.3s;
  text-transform: none;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #d7d7d7;
  font-size: 14px;
  font-weight: 700;
}
.discontinued-badge-div-products .discontinued-tooltip-products-text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  rotate: 270deg;
}
.discontinued-badge-div-products:hover .discontinued-tooltip-products-text {
  visibility: visible;
  opacity: 1;
}
.discontinued-badge-transparent {
  background-color: transparent;
}
.discontinued-badge-white {
  background-color: #ffffff;
}
.product-box .pc-content .pc-title-img .pc-img-overlay .pc-img-margin {
  margin-top: 25px;
}
.category-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  letter-spacing: -0.01em;
  padding-left: 15px;
}
.productlisting .product-list-page-notification {
  min-height: 63px;
  border-radius: 4px;
  border: solid 1px #c2510a;
  border-width: 1px 1px 1px 12px;
  background: #ffffff !important;
  align-items: center;
  display: flex;
  font-size: 14px;
  position: relative;
  margin: auto auto 20px auto;
  width: 98% !important;
  max-width: 98% !important;
}
.productlisting .product-list-page-notification .notification_icon_span {
  width: 40px !important;
  height: 40px !important;
  background-color: #f4e0d3 !important;
  border-radius: 50% !important;
  margin-right: 15px !important;
}
.productlisting .product-list-page-notification .notification_icon_span .information-icon-product-list-msg {
  rotate: 180deg;
  float: left;
  margin-top: -5px;
  margin-left: 1px;
}
.productlisting .product-list-page-notification .notification_icon_span .information-icon-product-list-msg:before {
  font-size: 28px;
  color: #c2510a;
}
.productlisting .product-list-page-notification .product-list-msg {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #303030;
}
.productlisting .product-list-empty-clp-notification {
  min-height: 63px;
  border-radius: 4px;
  border: solid 1px #0071b3;
  border-width: 1px 1px 1px 12px;
  background: #ffffff !important;
  align-items: center;
  display: flex;
  font-size: 14px;
  position: relative;
  margin: auto auto 20px auto;
  width: 98% !important;
  max-width: 98% !important;
}
.productlisting .product-list-empty-clp-notification .notification_icon_span {
  width: 40px !important;
  height: 40px !important;
  background-color: #d1e5f1 !important;
  border-radius: 50% !important;
  margin-right: 15px !important;
}
.productlisting .product-list-empty-clp-notification .notification_icon_span .information-icon-product-list-msg {
  float: left;
  margin-top: 4px;
}
.productlisting .product-list-empty-clp-notification .notification_icon_span .information-icon-product-list-msg:before {
  font-size: 28px;
  color: #0071b3;
}
.productlisting .product-list-empty-clp-notification .product-list-msg {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #303030;
}
.productlisting .product-list-empty-clp-notification .close-icon-clp-banner {
  right: 15px;
  top: 22px;
  cursor: pointer;
}
.productlisting .product-list-empty-clp-notification .close-icon-clp-banner:before {
  font-size: 14px;
  color: #303030;
  font-weight: 700;
}
.productlisting .productlist-discontinued-heading {
  width: 98% !important;
  max-width: 98% !important;
  margin: -25px auto 30px auto;
  font-weight: 700;
}
.product-box-dynamic {
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-box-dynamic:hover {
  transform: translateY(-10px);
}
.product-box-dynamic:hover .cta--textbtn .anchor-text {
  text-decoration: underline;
  color: #00629b;
}
.product-box-dynamic .pc-img-overlay.product-discontinued {
  opacity: .6;
  display: block;
  border: 0;
  background-color: rgba(64, 64, 64, 0.95);
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100% !important;
  padding: 15px;
}
.product-box-dynamic .pc-title-img-dynamic {
  height: auto;
  width: auto;
  overflow: hidden;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.5;
}
.product-box-dynamic .pc-title-img-dynamic > div:not(.ribbon) {
  width: fit-content;
  height: 100%;
}
.product-box-dynamic .pc-title-img-dynamic .cq-dd-image {
  width: fit-content;
  height: 100%;
}
.product-box-dynamic .pc-title-img-dynamic .cq-dd-image > div {
  width: fit-content;
  height: 100%;
}
.product-box-dynamic .pc-title-img-dynamic .cq-dd-image > div .s7responsiveContainer {
  width: fit-content;
  height: 100%;
}
.product-box-dynamic .pc-title-img-dynamic .cq-dd-image > div .s7responsiveContainer .fluidimage {
  width: fit-content !important;
  height: 100%;
}
.product-box-dynamic .desc-text.pimDynamic {
  text-align: start;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 150%;
}
.product-box-dynamic .body1.title-pimDynamic {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Solstice Sans";
  padding: 0 !important;
  margin: 0 0 1rem 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box-dynamic .cta {
  margin-top: auto;
}
.product-box-dynamic .cta span {
  text-transform: none;
  font-size: 16px;
  height: 48px;
}
.product-box-dynamic .pc-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-box-dynamic a:focus-visible {
  outline: auto #0071B3;
  outline-offset: 26px;
}
.product-filter-list-wrap.mvp2.dynamic-list {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .pim-product-listing-outer-wrapper.dynamic .products-wrap .pim-products-row div[id^=product-] {
    max-width: 567px;
    margin: 0 auto;
    padding: 0 0 1.5rem 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pim-product-listing-outer-wrapper.dynamic .products-wrap .pim-products-row div[id^=product-] {
    padding: 0 0 1.5rem 1.5rem !important;
    margin-bottom: 0;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .pim-product-listing-outer-wrapper.dynamic .products-wrap .pim-products-row div[id^=product-] {
    padding: 0 0 1.5rem 1.5rem !important;
    margin-bottom: 0;
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1280px) {
  .pim-product-listing-outer-wrapper.dynamic .products-wrap .pim-products-row div[id^=product-] {
    padding: 0 0 1.5rem 1.5rem !important;
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.pim-product-listing-outer-wrapper.dynamic h3.header4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1.5rem 0 0 0.5rem;
}

.product-filter-list.mvp2.pim {
  background: transparent;
}
.product-filter-list.mvp2.pim .selected-filters {
  height: auto;
  padding-right: 0;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet:not(:last-child) {
  margin-right: 2px;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet:hover {
  transition: .5s ease;
  background: #707070;
  color: #d7d7d7;
  border-color: #707070;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet:hover a.icon-close {
  color: #d7d7d7 !important;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet {
  border: 1px solid #d7d7d7;
  background: #e5e5e5;
  padding: 3px 8px;
  line-height: 1rem;
  margin-bottom: 8px;
  border-radius: 4px;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet .text {
  line-height: 1rem;
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet .icon-close {
  padding: 0 !important;
  height: 14px;
  position: relative;
  margin: 0.25rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  width: 14px;
  display: inline-block;
}
.product-filter-list.mvp2.pim .selected-filters .filter-chiclet .icon-close:before {
  color: #fff;
  position: absolute;
  font-size: 9px;
  left: 2px;
  top: -0.5px;
}
.product-filter-list.mvp2.pim .reset-filters-wrapper {
  justify-content: end;
  height: fit-content;
  align-self: end;
  padding-left: 0;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.product-filter-list.mvp2.pim .reset-filters {
  border: none;
  background: transparent;
  position: relative;
  line-height: 1rem;
  padding: 3px 8px;
  height: fit-content;
  align-self: flex-end;
  margin-bottom: 0.5rem;
  cursor: pointer;
  border-radius: 4px;
}
.product-filter-list.mvp2.pim .reset-filters .icon-close {
  padding: 0 !important;
  height: 14px;
  width: 14px;
  position: relative;
  margin: 0 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.product-filter-list.mvp2.pim .reset-filters .icon-close:before {
  font-size: 9px;
  position: absolute;
  text-align: center;
  left: 2px;
  color: #fff;
}
.product-filter-list.mvp2.pim .reset-filters .text {
  line-height: 1rem;
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px;
}
.product-filter-list.mvp2.pim .reset-filters:hover {
  transition: .5s ease;
  background: #707070;
  color: #d7d7d7;
  border-color: #707070;
}
.product-filter-list.mvp2.pim .select-wrap {
  position: relative;
  z-index: unset;
  flex: 0 0 100%;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  margin-bottom: 1rem !important;
}
.product-filter-list.mvp2.pim .select-wrap label {
  color: #303030 !important;
}
.product-filter-list.mvp2.pim .select-custom {
  width: 100%;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-input {
  height: 40px;
  line-height: 2rem;
  background-color: #f3f3f3;
  border: none;
  color: #303030;
  font-weight: 700;
  font-size: 14px;
  padding-left: 2.5rem;
  cursor: pointer;
  border-radius: 4px;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-input:focus {
  border: 1px dotted #000000 !important;
  box-shadow: none !important;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-input::placeholder {
  color: #303030;
  opacity: 1;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu {
  width: 100%;
  background: #ffffff;
  list-style: none;
  z-index: 20;
  padding-left: 0px;
  border-top: 1px solid #d0d0d0;
  max-height: 212px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-top: 10px;
  scrollbar-width: thin;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu li {
  padding: 1rem 1rem 0 1rem;
  display: flex;
  text-indent: 0;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu li:first-child {
  padding-top: 0.5rem;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu li .chk-item-select {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu li .chk-item-select:checked {
  background: #007bc2;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu li .chk-item-select:checked:after {
  color: #ffffff;
  display: inline-block;
  text-transform: none;
  font-weight: 800;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoonregular";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: "\e90B";
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
  vertical-align: text-top;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu li .form-check-label {
  width: fit-content;
  font-size: 1rem;
  text-indent: initial;
  padding-left: .75rem;
  cursor: pointer;
  overflow-wrap: anywhere;
}
.product-filter-list.mvp2.pim .select-custom .drop-select-menu.hide {
  display: none;
}
.product-filter-list.mvp2.pim .select-custom span.mvp-icon-carat_up,
.product-filter-list.mvp2.pim .select-custom span.mvp-icon-carat_down {
  position: absolute;
  top: 6px;
  left: 2px;
  padding: 0 !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .product-filter-list.mvp2.pim .select-custom span.mvp-icon-carat_up,
  .product-filter-list.mvp2.pim .select-custom span.mvp-icon-carat_down {
    display: inline-flex;
    top: 12px !important;
  }
}
.product-filter-list.mvp2.pim .select-custom span.mvp-icon-carat_up:before,
.product-filter-list.mvp2.pim .select-custom span.mvp-icon-carat_down:before {
  color: #303030;
  font-size: 1rem;
}
label[for="Sample Products"] {
  display: none;
}
label[for="Sample Products"] + .select-custom {
  display: none;
}
.pim-product-listing-outer-wrapper.dynamic.dynamic .refine-by {
  padding: 0;
  min-width: 80px;
}
.pim-product-listing-outer-wrapper.dynamic.dynamic .refine-by.num-products-dynamic {
  padding-right: 0.5rem;
}
.pim-product-listing-outer-wrapper.dynamic .filter-dynamic {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .pim-product-listing-outer-wrapper.dynamic .filter-dynamic {
    max-width: 20%;
    flex: 1 1 20%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .pim-product-listing-outer-wrapper.dynamic .filter-dynamic {
    max-width: 25%;
    flex: 1 1 25%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .pim-product-listing-outer-wrapper.dynamic .filter-dynamic {
    max-width: 30%;
    flex: 1 1 30%;
  }
}
@media screen and (max-width: 768px) {
  .pim-product-listing-outer-wrapper.dynamic .filter-dynamic {
    max-width: 100%;
    flex: 1 1 100%;
    padding-right: 2rem !important;
  }
}
.pim-product-listing-outer-wrapper.dynamic .filter-dynamic .filter-container-dynamic {
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 1280px) {
  .pim-product-listing-outer-wrapper.dynamic .dynamic-product-list {
    max-width: 80%;
    flex: 1 1 80%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .pim-product-listing-outer-wrapper.dynamic .dynamic-product-list {
    max-width: 75%;
    flex: 1 1 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .pim-product-listing-outer-wrapper.dynamic .dynamic-product-list {
    max-width: 70%;
    flex: 1 1 70%;
  }
}
@media screen and (max-width: 768px) {
  .pim-product-listing-outer-wrapper.dynamic .dynamic-product-list {
    max-width: 100%;
    flex: 1 1 100%;
    margin: 0 20px;
  }
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.dynamic.mvp2.pim .select-wrap {
  border-radius: 4px;
  overflow: hidden;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.dynamic.mvp2.pim .select-wrap .dynamic-filter-wrap {
  padding: 0 0 0 2rem;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.dynamic.mvp2.pim .select-wrap .select-custom span.mvp-icon-carat_up,
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.dynamic.mvp2.pim .select-wrap .select-custom span.mvp-icon-carat_down {
  position: absolute;
  top: 6px;
  left: 14px;
  padding: 0 !important;
  cursor: pointer;
  text-indent: 0;
}
.pim-product-listing-outer-wrapper.dynamic .reset-filters {
  cursor: pointer;
  color: #0071B3;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0.5rem;
  height: 32px;
  align-items: center;
  min-width: 72px;
}
.pim-product-listing-outer-wrapper.dynamic .filter-chiclet {
  background-color: #303030;
  color: #ffffff;
  font-size: 14px;
  height: 32px;
  font-weight: 700;
  margin-left: 8px;
  border-radius: 4px;
  padding: 0.5rem;
  margin-bottom: 4px;
}
.pim-product-listing-outer-wrapper.dynamic .filter-chiclet span.icon.icon-close {
  padding: 0 0 0 8px !important;
}
.pim-product-listing-outer-wrapper.dynamic .remove-filter .icon-close {
  color: #ffffff;
}
.pim-product-listing-outer-wrapper.dynamic .remove-filter .icon-close:before {
  color: #ffffff;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.mvp2.pim .select-custom .drop-select-menu li .form-check-label {
  font-size: 14px !important;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.mvp2.pim .select-custom .drop-select-menu li input:focus-visible {
  outline: auto #0071B3;
  outline-offset: 2px;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.mvp2.pim .select-custom .drop-select-menu li:hover input {
  outline: auto #0071B3;
  outline-offset: 2px;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.dynamic .num-products-dynamic-mobile.active {
  background-color: black;
  color: white;
  padding: 0.2rem;
  margin-left: 1rem;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.dynamic .select-custom .drop-select .drop-select-input {
  height: auto;
  line-height: 20px;
  background-color: #f3f3f3;
  border: none;
  color: #303030;
  font-weight: 700;
  font-size: 14px;
  padding-left: 45px;
  cursor: pointer;
  border-radius: 4px;
  text-indent: 0;
  padding-top: 10px;
  letter-spacing: -0.28px;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.mvp2.pim .reset-mobile .reset-filters:hover {
  transition: none;
  background: none;
  border-color: #fff;
  color: black;
}
.pim-product-listing-outer-wrapper.dynamic .product-filter-list.mvp2.pim .reset-mobile .text {
  color: #303030;
}
.pim-product-listing-outer-wrapper.dynamic .hide-on-mobile {
  padding-left: 32px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .pim-product-listing-outer-wrapper.dynamic .hide-on-mobile {
    display: none !important;
  }
}
.pim-product-listing-outer-wrapper > .row {
  margin: 0;
}
.pim-product-listing-outer-wrapper .panel__clear {
  float: right;
  line-height: 2.5rem;
  padding-right: 1rem;
  height: 40px;
  background-color: #f3f3f3;
  border: none;
  color: #303030;
  font-weight: 700;
  font-size: 14px;
  padding-left: 0.25rem;
  cursor: pointer;
  border-radius: 4px;
}
.pim-product-listing-outer-wrapper .panel__clear .clear {
  color: #303030;
}
.pim-product-listing-outer-wrapper .refine-by {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.pim-product-listing-outer-wrapper .product-filter-list.mvp2.pim .filters-wrap .mvp-icon-slider_plus,
.pim-product-listing-outer-wrapper .product-filter-list.mvp2.pim .filters-wrap .mvp-icon-slider_minus {
  padding: 0 !important;
}
.pim-product-listing-outer-wrapper .product-filter-list.mvp2.pim .filters-wrap .mvp-icon-slider_plus::before,
.pim-product-listing-outer-wrapper .product-filter-list.mvp2.pim .filters-wrap .mvp-icon-slider_minus::before {
  vertical-align: middle;
}

.load_more_wrapper_2 {
  display: none;
}
.product-related-categories {
  display: none !important;
}

.productlistfinder-pim2.mvp2 {
  background: #f7f7f7;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap {
  height: 60px;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .input-group-append button.mvp-icon-search {
  cursor: pointer;
  background: #ffffff;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .input-group-append button.mvp-icon-search::before {
  font-size: 24px;
  margin-top: 5px;
  display: inline-block;
  text-transform: none;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoonregular" !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #707070;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .search-inp {
  height: 60px;
  border-radius: 0;
  padding: 0 30px 0 15px;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .search-inp::placeholder {
  opacity: 1;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .search-btn {
  background: #ffffff;
}
.productlistfinder-pim2.mvp2 .search-inp-wrap .form-control:focus {
  box-shadow: none;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

/******************Joule 2.0 Color Codes*********************/
.product-type-selector {
  background: linear-gradient(90deg, #000000 0%, #3b3b3b 100%);
  padding: 50px 0px 50px 77px;
  margin-top: 30px;
}
.product-type-selector .product-type-dropdown-title {
  display: flex;
}
.product-type-selector .product-type-dropdown-title .prod-title-description {
  flex: .5;
  margin-right: 55px;
  max-width: 466px;
  padding-left: 46px;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.005em;
  text-align: left;
  margin-top: 5px;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-title .prod-color {
  color: #d22630;
  padding-right: 8px;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-title .selector-color {
  color: #ffffff;
}
.product-type-selector .product-type-dropdown-title .prod-title-description .prod-description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown {
  flex: .4;
  padding-top: 23px;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-type-selector {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ffffff;
  margin-bottom: 5px;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown {
  position: relative;
  display: inline-block;
  width: 45%;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button {
  padding: 8px 35px 9px 15px;
  background-color: #ffffff;
  color: #606060 !important;
  border: 1px solid #cecece;
  border-bottom: 0px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  width: 216% !important;
  text-align: left;
  font-weight: 100;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-dropdown__button::focus {
  outline: none;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-placeholder {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  font-style: italic;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-arrow {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 7px;
  float: right;
  position: relative;
  left: 20px;
  bottom: 2px;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__button .select-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 216%;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 15px 8px 0 16px;
  height: 48px;
  background: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #303030;
  transition: all ease-in-out 0.3s;
}
.product-type-selector .product-type-dropdown-title .prod-type-dropdown .prod-selector-dropdown .select-dropdown .select-dropdown__list-item:hover {
  background-color: #f0f7ff;
}
.product-type-selector .product-type-dropdown-title .product-select-now-btn {
  flex: .6;
  padding: 53px 0 0 0;
}
.product-type-selector .product-type-dropdown-title .product-select-now-btn .btn-select-now {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px 8px 16px;
  color: #ffffff;
  background: #3aaefd;
}
.product-type-selector .product-type-dropdown-title .product-select-now-btn .select-now-disabled-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 8px 16px 8px 16px;
  color: #606060;
  background: #dfe0df;
}
.ps-page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 600px) {
  .product-type-selector {
    padding: 0;
  }
  .product-type-dropdown-title {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-type-selector {
    padding: 50px 0px 50px 0px;
  }
  .product-type-dropdown-title {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .product-type-selector {
    padding: 50px 0px 50px 90px;
  }
  .product-type-dropdown-title {
    display: flex !important;
  }
}
.video-design-container {
  background-color: #f7f7f7;
}
.video-design-container .product-select-video-design {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, #000000 0%, #3b3b3b 100%);
  padding: 21.5px 0px;
  text-align: center;
}
.video-design-container .product-select-video-design .container {
  max-width: 1272px;
  padding: 0 auto;
}
.video-design-container .product-select-video-design .video-banner-section {
  text-align: left;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner {
  width: 35%;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 34.67px;
  color: #ffffff;
  text-transform: uppercase;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner .image-logo {
  border-right: 1px solid #ffffff;
  padding: 10px;
  margin-right: 5px;
  width: 41%;
  display: inline-block;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner .image-logo img {
  width: 100%;
  max-width: 204px;
}
.video-design-container .product-select-video-design .video-banner-section .video-banner .logo-text {
  color: #ff0000;
}
.video-design-container .product-select-video-design .video-banner-section .video-selector-text {
  width: 64%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.video-design-container .product-select-video-design .video-banner-section .video-selector-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
  text-align: left;
}
.video-design-container .selection-netbox-system {
  width: 100%;
  display: inline-block;
  margin: 10px auto;
}
.video-design-container .selection-netbox-system .container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.video-design-container .selection-netbox-system .selection-netBox {
  width: 50%;
  display: inline-block;
  padding: 0 25px;
  vertical-align: top;
}
.video-design-container .selection-netbox-system .selection-netBox:nth-child(odd) {
  padding: 0px 28px 0px 0px;
  width: 48%;
}
.video-design-container .selection-netbox-system .selection-netBox:nth-child(even) {
  padding: 0px;
}
.video-design-container .selection-netbox-system h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
  margin: 25px 0px 40px;
}
.video-design-container .selection-netbox-system .img-button-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.video-design-container .selection-netbox-system .img-button-section span {
  display: inline-block;
  font-weight: 800;
  font-size: 24px;
  color: #303030;
  position: relative;
}
.video-design-container .selection-netbox-system .img-button-section span img {
  width: 200px;
}
.video-design-container .selection-netbox-system .img-button-section span .overlay-text {
  top: -10px;
  left: 10%;
  width: auto;
  color: #ff00b2;
  font-size: 73px;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
}
.video-design-container .selection-netbox-system .img-button-section button {
  width: 155px;
  height: 40px;
  background-color: #0071b3;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  border: 0px;
  margin-top: 12px;
}
.video-design-container .selection-netbox-system .selection-list h5 {
  font-size: "16px";
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.video-design-container .selection-netbox-system .selection-list ul {
  padding-left: 25px;
}
.video-design-container .selection-netbox-system .selection-list ul li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.esseerBannerSection .product-type-selector {
  padding: 50px 0;
}
.esseerBannerSection .product-type-selector .product-type-dropdown-title {
  display: block !important;
}
.esseerBannerSection .product-type-selector .product-type-dropdown-title .prod-title-description {
  width: 66%;
  max-width: 100%;
  padding-left: 0;
}
.esseerBannerSection .product-type-selector .product-type-dropdown-title .prod-title-description .prod-title {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.esseerBannerSection .goToToolBtn {
  margin-top: 50px;
  background: #0071b3;
  border: none;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 5px;
}

.label1 {
  color: #303030;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .label1 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .label1 {
    line-height: 1.3;
  }
}
.label2 {
  color: #303030;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .label2 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .label2 {
    line-height: 1.2;
  }
}
.product-box {
  padding-left: 24px !important;
}
.secondary-cta:hover {
  border-color: #00629b;
  color: #00629b;
  text-decoration: none;
}
.secondary-cta:visited,
.secondary-cta:active {
  border-color: #007bc2;
  color: #007bc2;
}
@media only screen and (max-width: 767px) {
  .product-filter-list .container.d-flex .filters-wrap .filters-show-more button {
    background: white;
  }
}

