.container {
  position: relative;
}
.component nav {
  position: relative;
  transition: top 2s ease 0s;
}
@media screen and (min-width: 1024px) {
  .component nav.large-logo .component-navigation--logo > a {
    width: calc(215px - (23 * (1px - ((100vw - 1024px) / 416))));
  }
  .component nav.large-logo .component-navigation--items-top li:first-child {
    padding-left: calc(255px - (60 * (1px - ((100vw - 1024px) / 416))));
  }
}
.component-navigation {
  background-color: #ffffff;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.component-navigation nav {
  transition: top 700ms ease;
  top: 0;
}
.component-navigation.scroll-out nav {
  top: -94px;
}
.component-navigation.scroll-in {
  transition: all 500ms ease;
  top: 0px;
}
.component-navigation--logo {
  /*height: 71px;*/
  height: auto;
  margin-top: 4px;
  margin-right: 15px;
  margin-left: 3px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo {
    /*height: 88px;*/
  }
}
.component-navigation--logo > a {
  display: block;
  width: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
}
.component-navigation--logo > a img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo > a {
    width: calc(108px  - ( 23  * (1px - ((100vw -  1024px ) / 416 ))));
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .component-navigation--logo > a {
    width: 108px;
  }
}
.component-navigation--logo .hamburger,
.component-navigation--logo .profileClose {
  /*left: calc( 20px ~" - (" unit(20px) ~" * (1px - ((100vw - " unit((320px),~"px") ~") /" unit( (1023px - 320px) ) ~")))" );*/
  left: 18px;
  padding: 15px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo .hamburger,
  .component-navigation--logo .profileClose {
    display: none;
  }
}
.component-navigation--logo .hamburger input,
.component-navigation--logo .profileClose input {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
.component-navigation--logo .hamburger.open > span,
.component-navigation--logo .profileClose.open > span {
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -13px);
  background: #232323;
}
.component-navigation--logo .hamburger.open > span:nth-last-child(3),
.component-navigation--logo .profileClose.open > span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.component-navigation--logo .hamburger.open > span:nth-last-child(2),
.component-navigation--logo .profileClose.open > span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-5px, 14px);
}
.component-navigation--logo .hamburger span,
.component-navigation--logo .profileClose span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
}
.component-navigation--logo .hamburger span:first-child,
.component-navigation--logo .profileClose span:first-child {
  transform-origin: 0% 0%;
}
.component-navigation--logo .hamburger span:nth-last-child(2),
.component-navigation--logo .profileClose span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.component-navigation--logo .hamburger span:last-child,
.component-navigation--logo .profileClose span:last-child {
  margin-bottom: 0;
}
.component-navigation--logo .search-icon {
  position: relative;
  transform: none;
  right: 0;
  top: 0;
}
.component-navigation--logo .search-icon > a {
  /*position: relative;*/
  /*right: calc( 30px ~" - (" unit(10px) ~" * (1px - ((100vw - " unit((320px),~"px") ~") /" unit( (1023px - 320px) ) ~")))" );*/
  /*right: 33px;
                    top: 50%;
                    transform: translateY(-50%);*/
}
.component-navigation--logo .search-icon img {
  width: 24px;
  position: relative;
  left: 95px;
  top: -2px;
}
.component-navigation--logo .search-icon > ul {
  position: fixed;
  display: none;
  background: white;
  top: 67px;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: calc(100vh - 71px);
  overflow: auto;
  padding: 30px 33px;
  list-style: none;
}
.component-navigation--logo .search-icon li {
  list-style: none;
  margin: 0 0 15px 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo .search-icon {
    display: none;
  }
}
.component-navigation--logo .back {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  cursor: pointer;
}
.component-navigation--logo .back[data-level="0"] {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo .back {
    display: none;
  }
}
.component-navigation--items {
  position: relative;
  padding-left: 33px;
  padding-right: 33px;
  height: 0px;
  overflow: hidden;
}
.component-navigation--items p.helper {
  display: none;
}
.component-navigation--items p.helper a {
  display: none;
}
.component-navigation--items .subnav-list {
  padding: 30px 20px 0 0;
  margin: 0 0;
  list-style: none;
  position: absolute;
  top: 0;
}
.component-navigation--items .subnav-list a.cta-red {
  display: none;
}
.component-navigation--items .subnav-list li a {
  color: #212121;
  font-family: 'Diodrum Regular';
  line-height: 1.3;
  display: inline-block;
  padding: 10px 0;
}
.component-navigation--items .subnav-list li a.navigation-item {
  font-size: 18px;
  opacity: 0;
  margin-left: -80px;
  transition-property: opacity, margin-left;
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}
.component-navigation--items .subnav-list li a.navigation-item-sm {
  font-size: 16px;
}
.component-navigation--items .subnav-list li ul {
  display: none;
}
.component-navigation--items-top,
.component-navigation--items-bottom {
  padding: 30px 0 0;
  margin: 0 0;
  list-style: none;
}
.component-navigation--items-top li,
.component-navigation--items-bottom li {
  display: block;
  line-height: 1;
}
.component-navigation--items-top li a,
.component-navigation--items-bottom li a {
  color: #212121;
  font-family: 'Diodrum Regular';
  line-height: 1.3;
  padding: 10px 0;
  display: inline-block;
}
.component-navigation--items-top li a.navigation-item,
.component-navigation--items-bottom li a.navigation-item {
  font-size: 18px;
  opacity: 0;
  margin-left: -80px;
  transition-property: opacity, margin-left;
  transition-duration: 400ms;
  transition-timing-function: ease-out;
}
.component-navigation--items-top li a.navigation-item-sm,
.component-navigation--items-bottom li a.navigation-item-sm {
  font-size: 14px;
  line-height: 1;
  padding: 7px 0;
}
.component-navigation--items-top li a.navigation-item-sm img,
.component-navigation--items-bottom li a.navigation-item-sm img {
  height: 15px;
  display: inline-block;
  padding-left: 8px;
}
.component-navigation--items-top li ul,
.component-navigation--items-bottom li ul {
  display: none;
}
.component-navigation--items-bottom {
  opacity: 0;
  padding-top: 20px;
  transition-delay: 1s;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1024px) {
  .component-navigation--items {
    height: auto;
    overflow: visible;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .component-navigation--items p.helper {
    position: relative;
    margin-top: 45px;
    border-top: 1px solid #e1e1e1;
    padding: 40px 0 0;
    display: none;
    font-family: 'Diodrum Regular';
    font-size: 14px;
  }
  .component-navigation--items p.helper a {
    color: #000000;
    font-family: 'Diodrum Medium';
  }
  .component-navigation--items p.helper a:hover {
    color: #e4001c;
  }
  .component-navigation--items-top,
  .component-navigation--items-bottom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: none;
  }
  .component-navigation--items-top li,
  .component-navigation--items-bottom li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(25px  - ( 17  * (1px - ((100vw -  1024px ) / 416 ))));
    padding-right: calc(25px  - ( 17  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-navigation--items-top li:first-child,
  .component-navigation--items-bottom li:first-child {
    padding-left: calc(175px - (60 * (1px - ((100vw - 1024px)/ 416))));
    margin-right: -17px;
  }
  .component-navigation--items-top li .hover,
  .component-navigation--items-bottom li .hover {
    background-color: #ffffff;
    width: 90%;
    height: 1px;
    margin: 0 auto;
  }
  .component-navigation--items-top li a.navigation-item,
  .component-navigation--items-bottom li a.navigation-item {
    opacity: 1;
    margin-left: 0;
    color: #212121;
    font-family: 'Diodrum Regular';
    line-height: 18px;
    font-size: calc(14px  - ( 2  * (1px - ((100vw -  1024px ) / 416 ))));
    transition-property: none;
    padding: 0 0;
    text-decoration: none;
  }
  .component-navigation--items-top li a.navigation-item-sm,
  .component-navigation--items-bottom li a.navigation-item-sm {
    font-size: calc(12px  - ( 1  * (1px - ((100vw -  1024px ) / 416 ))));
    padding: 0 0;
    line-height: 1;
  }
  .component-navigation--items-top li a.navigation-item-sm.search,
  .component-navigation--items-bottom li a.navigation-item-sm.search {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    height: 15px;
  }
  .component-navigation--items-top li a.navigation-item-sm.search img,
  .component-navigation--items-bottom li a.navigation-item-sm.search img {
    position: absolute;
    left: 0;
    padding-left: 0;
    top: -2px;
    height: 15px;
  }
  .component-navigation--items-top li .navigation-item-contain.active .hover,
  .component-navigation--items-bottom li .navigation-item-contain.active .hover {
    background-color: #e4001c;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .hover,
  .component-navigation--items-bottom li .navigation-item-contain:hover .hover {
    background-color: #e4001c;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub {
    display: block;
    position: absolute;
    width: max-content;
    top: 25px;
    background-color: #ffffff;
    padding: 50px 50px 15px 30px;
    margin-left: -30px;
    left: auto;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub p.helper,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub p.helper {
    display: block;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub p.helper a,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub p.helper a {
    display: inline-block;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel {
    padding: 80px 94px 85px 94px;
    margin-left: 0;
    left: -94px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
  }
  @supports (-ms-ime-align: auto) {
    .navigation-container {
      width: auto !important;
      white-space: nowrap;
    }
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel .navigation-container,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel .navigation-container {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel ul,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel ul {
    vertical-align: top;
    padding-right: 50px;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel ul li a.navigation-item,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel ul li a.navigation-item {
    font-size: 20px !important;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel ul li a.navigation-item.header,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel ul li a.navigation-item.header {
    pointer-events: none;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul {
    display: inline-block;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li {
    display: block;
    padding: 10px 0;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item {
    font-size: 14px !important;
    pointer-events: all;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item:hover,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item:hover {
    color: #e4001c;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li:first-child,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li:first-child {
    padding-left: 0;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub {
    padding: 20px 0 50px 0;
    position: relative;
    top: 0;
    left: 30px;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub a.cta-red,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub a.cta-red {
    display: none;
    color: #e4001c;
    display: inline-block;
    font-family: 'Diodrum Medium';
    margin-top: 40px;
    padding: 10px 0 0;
    position: absolute;
    bottom: 0;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-1,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-1 {
    min-width: 150px;
    column-count: 1;
    column-gap: 40px;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-2,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-2 {
    column-count: 2;
    column-gap: 40px;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-3,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-3 {
    column-count: 3;
    column-gap: 40px;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li {
    padding: 10px 0;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item {
    font-size: 14px !important;
    text-decoration: none;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item:hover,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item:hover {
    color: #e4001c;
  }
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li ul,
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li ul {
    display: block;
  }
  .component-navigation--items-top {
    padding: 0 0 0;
    left: 0;
  }
  .component-navigation--items-bottom {
    margin-right: -50px;
    left: auto;
    right: 0;
    padding-top: 0;
    opacity: 1;
  }
  .component-navigation--items-bottom li {
    padding: 0 calc(15px  - ( 5  * (1px - ((100vw -  1024px ) / 416 ))));
  }
  .component-navigation--items-bottom li:first-child {
    /*border-right: 1px solid rgba(42, 44, 45, 0.6);*/
  }
}
@media screen and (min-width: 1440px) {
  .component-navigation--items {
    padding-left: 0px;
  }
  .component-navigation--items-top li,
  .component-navigation--items-bottom li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .component-navigation--items-top a.navigation-item,
  .component-navigation--items-bottom a.navigation-item {
    font-size: 14px !important;
  }
  .component-navigation--items-top a.navigation-item-sm,
  .component-navigation--items-bottom a.navigation-item-sm {
    font-size: 12px !important;
  }
  .component-navigation--items-top li {
    padding-right: 25px;
    padding-left: 25px;
  }
  .component-navigation--items-top li:first-child {
    padding-left: 175px;
  }
  .component-navigation--items-top li .subnav-list li {
    padding-left: 0px;
  }
  .component-navigation--items-bottom li {
    padding: 0 17px;
  }
}
.component-navigation.open {
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow: auto;
}
.component-navigation.open .component-navigation--items {
  height: auto;
  min-height: calc(100vh - 75px);
  overflow: hidden;
}
.component-navigation.open .component-navigation--items .navigation-item {
  margin-left: 0;
  opacity: 1;
}
.component-navigation.open .component-navigation--items-bottom {
  opacity: 1;
}
.component-navigation.open .component-navigation--items-bottom.out {
  transition-delay: 0s !important;
  opacity: 0;
}
.component-navigation.open .component-navigation--items .outleft {
  pointer-events: none;
}
.component-navigation.open .component-navigation--items .outleft .navigation-item {
  opacity: 0;
  margin-left: -60px;
}
.component-navigation.open .component-navigation--items .outright {
  pointer-events: none;
}
.component-navigation.open .component-navigation--items .outright .navigation-item {
  opacity: 0;
  margin-left: 60px;
}
.component-navigation.open .component-navigation--logo .hamburger {
  left: auto;
  right: 18px;
}
.component-navigation.open .component-navigation--logo .search-icon {
  display: none;
}
.component-navigation .delay-1 {
  transition-delay: 100ms;
}
.component-navigation .delay-2 {
  transition-delay: 200ms;
}
.component-navigation .delay-3 {
  transition-delay: 300ms;
}
.component-navigation .delay-4 {
  transition-delay: 400ms;
}
.component-navigation .delay-5 {
  transition-delay: 500ms;
}
.component-navigation .delay-6 {
  transition-delay: 600ms;
}
.component-navigation .delay-7 {
  transition-delay: 700ms;
}
.component-navigation .delay-8 {
  transition-delay: 800ms;
}
.component-navigation .delay-9 {
  transition-delay: 900ms;
}
.component-navigation .delay-10 {
  transition-delay: 1000ms;
}
.component-navigation .delay-11 {
  transition-delay: 1100ms;
}
.component-navigation .delay-12 {
  transition-delay: 1200ms;
}
.component-navigation .delay-13 {
  transition-delay: 1300ms;
}
.component-navigation .delay-14 {
  transition-delay: 1400ms;
}
.component-navigation .delay-15 {
  transition-delay: 1500ms;
}
.component-navigation .delay-16 {
  transition-delay: 1600ms;
}
.component-navigation .delay-17 {
  transition-delay: 1700ms;
}
.component-navigation .delay-18 {
  transition-delay: 1800ms;
}
.component-navigation .delay-19 {
  transition-delay: 1900ms;
}
.component-navigation .delay-20 {
  transition-delay: 2000ms;
}
.component-navigation .delay-21 {
  transition-delay: 2100ms;
}
.component-navigation .delay-22 {
  transition-delay: 2200ms;
}
.component-navigation .delay-23 {
  transition-delay: 2300ms;
}
.component-navigation .delay-24 {
  transition-delay: 2400ms;
}
.component-navigation .delay-25 {
  transition-delay: 2500ms;
}
.component-navigation .delay-26 {
  transition-delay: 2600ms;
}
.component-navigation .delay-27 {
  transition-delay: 2700ms;
}
.component-navigation .delay-28 {
  transition-delay: 2800ms;
}
.component-navigation .delay-29 {
  transition-delay: 2900ms;
}
.component-navigation .delay-30 {
  transition-delay: 3000ms;
}
@media (min-width: 1024px) {
  .component-navigation--items-bottom {
    margin-right: 50px;
  }
  .businessUnitList {
    padding-right: 20px !important;
  }
  .component-navigation--items-bottom li:first-child {
    border: none!important;
  }
  .component-navigation--logo {
    display: none;
  }
}
.header-holder #profNavHolder a {
  color: #000000;
}
@media (max-width: 1023px) {
  .header-holder .search-icon-expand {
    margin-left: -20px;
  }
  .header-holder .mobile-drop-down .search-icon-expand {
    margin-left: auto;
  }
}

.font-colorText {
  color: #128370;
}
.molykote-contact-us .contactWaterForm,
.personal-protection-contact-us-form .contactWaterForm {
  padding: 56px 48px 60px;
  background-color: rgba(225, 225, 225, 0.2);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .molykote-contact-us .contactWaterForm,
  .personal-protection-contact-us-form .contactWaterForm {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .molykote-contact-us .contactWaterForm,
  .personal-protection-contact-us-form .contactWaterForm {
    padding: 56px 48px;
  }
}
@media (max-width: 767px) {
  .molykote-contact-us .contactWaterForm,
  .personal-protection-contact-us-form .contactWaterForm {
    padding: 48px 32px 56px;
  }
}
@media (max-width: 650px) {
  .molykote-contact-us .contactWaterForm,
  .personal-protection-contact-us-form .contactWaterForm {
    margin-right: 0px;
  }
}
@media (max-width: 576px) {
  .molykote-contact-us .contactWaterForm,
  .personal-protection-contact-us-form .contactWaterForm {
    padding: 24px 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: transparent;
  }
}
.molykote-contact-us .contactWaterForm #cRelApps,
.personal-protection-contact-us-form .contactWaterForm #cRelApps,
.molykote-contact-us .contactWaterForm textarea,
.personal-protection-contact-us-form .contactWaterForm textarea {
  min-height: 140px;
}
@media (max-width: 576px) {
  .molykote-contact-us .contactWaterForm #form-mobile,
  .personal-protection-contact-us-form .contactWaterForm #form-mobile {
    margin-top: 15px;
  }
}
.molykote-contact-us .contactWaterForm #submit_error,
.personal-protection-contact-us-form .contactWaterForm #submit_error {
  padding-top: 20px;
}
.molykote-contact-us .contactWaterForm #submit_error span,
.personal-protection-contact-us-form .contactWaterForm #submit_error span {
  color: red;
}
.molykote-contact-us .contactWaterForm .form-desc p,
.personal-protection-contact-us-form .contactWaterForm .form-desc p {
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.molykote-contact-us .contactWaterForm h2,
.personal-protection-contact-us-form .contactWaterForm h2 {
  margin-bottom: 56px;
  position: relative;
}
@media (min-width: 651px) and (max-width: 768px) {
  .molykote-contact-us .contactWaterForm h2,
  .personal-protection-contact-us-form .contactWaterForm h2 {
    margin-bottom: 46px;
  }
}
@media (max-width: 576px) {
  .molykote-contact-us .contactWaterForm h2,
  .personal-protection-contact-us-form .contactWaterForm h2 {
    margin-bottom: 32px;
    /*&::after{
                position: absolute;
                right: 0;
                height: 16px;
                width: 16px;
                background-size: 16px 16px;
                content: url("../../../../content/dam/dupont/amer/us/en/corporate/general/icons/minus.svg");
            }

            &.collapsed::after{
				content: url("../../../../content/dam/dupont/amer/us/en/corporate/general/icons/plus.svg");
            }*/
  }
  .molykote-contact-us .contactWaterForm h2.collapsed,
  .personal-protection-contact-us-form .contactWaterForm h2.collapsed {
    margin-bottom: 0px;
  }
}
.molykote-contact-us .contactWaterForm .errormessage,
.personal-protection-contact-us-form .contactWaterForm .errormessage {
  padding-left: 12px;
  color: #e4001c !important;
  display: none;
}
.molykote-contact-us .contactWaterForm .credits,
.personal-protection-contact-us-form .contactWaterForm .credits {
  color: #606060;
}
.molykote-contact-us .contactWaterForm .credits a,
.personal-protection-contact-us-form .contactWaterForm .credits a {
  color: #128370;
  font-size: 11px;
  font-family: "Noto Sans Bold";
}
.molykote-contact-us .contactWaterForm .credits a:hover,
.personal-protection-contact-us-form .contactWaterForm .credits a:hover {
  color: #0c5b4e;
}
.molykote-contact-us .contactWaterForm .form-control,
.personal-protection-contact-us-form .contactWaterForm .form-control {
  height: 48px;
}
.molykote-contact-us .contactWaterForm select.form-control,
.personal-protection-contact-us-form .contactWaterForm select.form-control {
  font-family: Diodrum Medium;
  color: #000000;
}
.molykote-contact-us .contactWaterForm select.form-control[multiple],
.personal-protection-contact-us-form .contactWaterForm select.form-control[multiple] {
  height: 140px;
}
@media (max-width: 768px) {
  .molykote-contact-us .contactWaterForm select.form-control,
  .personal-protection-contact-us-form .contactWaterForm select.form-control {
    font-size: 12px;
  }
}
.molykote-contact-us .contactWaterForm .form-check,
.personal-protection-contact-us-form .contactWaterForm .form-check {
  padding-bottom: 58px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .molykote-contact-us .contactWaterForm .form-check,
  .personal-protection-contact-us-form .contactWaterForm .form-check {
    padding-bottom: 48px;
  }
}
.molykote-contact-us .contactWaterForm .round,
.personal-protection-contact-us-form .contactWaterForm .round {
  position: relative;
}
.molykote-contact-us .contactWaterForm .round label.red-check,
.personal-protection-contact-us-form .contactWaterForm .round label.red-check {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  float: left;
  width: 20px;
}
.molykote-contact-us .contactWaterForm .round label.red-check:after,
.personal-protection-contact-us-form .contactWaterForm .round label.red-check:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 11px;
}
.molykote-contact-us .contactWaterForm .round .body3,
.personal-protection-contact-us-form .contactWaterForm .round .body3 {
  padding-left: 12px;
  display: inline-block;
  width: calc(80%);
  vertical-align: middle;
}
.molykote-contact-us .contactWaterForm .round input[type="checkbox"],
.personal-protection-contact-us-form .contactWaterForm .round input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
}
.molykote-contact-us .contactWaterForm .round input[type="checkbox"]:checked + label:after,
.personal-protection-contact-us-form .contactWaterForm .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.molykote-contact-us .contactWaterForm .round input[type="checkbox"]:checked + label,
.personal-protection-contact-us-form .contactWaterForm .round input[type="checkbox"]:checked + label {
  background-color: #e4001c;
  border-color: #e4001c;
}
.molykote-contact-us .contactWaterForm .submit #waterNext,
.personal-protection-contact-us-form .contactWaterForm .submit #waterNext,
.molykote-contact-us .contactWaterForm .submit #waterPrevious,
.personal-protection-contact-us-form .contactWaterForm .submit #waterPrevious,
.molykote-contact-us .contactWaterForm .submit #waterSubmit,
.personal-protection-contact-us-form .contactWaterForm .submit #waterSubmit {
  min-width: 120px;
  height: 50px;
  padding: 0 32px;
  border-radius: 25px;
  margin: 0px 0px 14px 0px;
  font-family: "Diodrum Regular";
  border-style: none;
}
.molykote-contact-us .contactWaterForm .submit #waterNext:disabled,
.personal-protection-contact-us-form .contactWaterForm .submit #waterNext:disabled,
.molykote-contact-us .contactWaterForm .submit #waterPrevious:disabled,
.personal-protection-contact-us-form .contactWaterForm .submit #waterPrevious:disabled,
.molykote-contact-us .contactWaterForm .submit #waterSubmit:disabled,
.personal-protection-contact-us-form .contactWaterForm .submit #waterSubmit:disabled {
  background-color: #e1e1e1;
  color: #ffffff;
}
.molykote-contact-us .contactWaterForm .submit .neutral,
.personal-protection-contact-us-form .contactWaterForm .submit .neutral {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.molykote-contact-us .contactWaterForm .submit .neutral:hover,
.personal-protection-contact-us-form .contactWaterForm .submit .neutral:hover {
  border: 1px solid #e4001c;
}
.molykote-contact-us .contactWaterForm .submit .active,
.personal-protection-contact-us-form .contactWaterForm .submit .active {
  background-color: #009391;
  color: #ffffff;
  pointer: cursor;
}
.molykote-contact-us .contactWaterForm .submit .active:hover,
.personal-protection-contact-us-form .contactWaterForm .submit .active:hover {
  background-color: #037E7C;
}
.molykote-contact-us .contactWaterForm .submit .disabled,
.personal-protection-contact-us-form .contactWaterForm .submit .disabled {
  background-color: #e1e1e1;
  color: #ffffff;
}
.molykote-contact-us .contactWaterForm .submit .success:disabled,
.personal-protection-contact-us-form .contactWaterForm .submit .success:disabled,
.molykote-contact-us .contactWaterForm .submit .success,
.personal-protection-contact-us-form .contactWaterForm .submit .success {
  background-color: rgba(109, 216, 205, 0.2) !important;
  color: #0c5b4e !important;
}
.molykote-contact-us .contactWaterForm .submit #waterNext,
.personal-protection-contact-us-form .contactWaterForm .submit #waterNext,
.molykote-contact-us .contactWaterForm .submit #waterPrevious,
.personal-protection-contact-us-form .contactWaterForm .submit #waterPrevious {
  display: none;
}
.molykote-contact-us .contactWaterForm #helpText,
.personal-protection-contact-us-form .contactWaterForm #helpText {
  height: 144px;
}
.molykote-contact-us .contactWaterForm label.error,
.personal-protection-contact-us-form .contactWaterForm label.error {
  font-family: Noto Sans Regular;
  font-size: 11px;
  color: #e4001c;
  padding: 0px 0px 0px 16px;
}
.molykote-contact-us .contactWaterForm .result .error,
.personal-protection-contact-us-form .contactWaterForm .result .error {
  margin-top: 24px;
  color: #e4001c;
  display: none;
}
.molykote-contact-us .contactWaterForm .result .error .glyphicon,
.personal-protection-contact-us-form .contactWaterForm .result .error .glyphicon {
  font-size: 20px;
}
.molykote-contact-us .contactWaterForm .result .error .error-message,
.personal-protection-contact-us-form .contactWaterForm .result .error .error-message {
  color: #e4001c;
}
.molykote-contact-us .contactWaterForm .result .success,
.personal-protection-contact-us-form .contactWaterForm .result .success {
  margin-top: 48px;
  color: #12826f;
  display: none;
}
.molykote-contact-us .contactWaterForm .result .success .glyphicon,
.personal-protection-contact-us-form .contactWaterForm .result .success .glyphicon {
  font-size: 32px;
}
.molykote-contact-us .contactWaterForm .result .success .success-message,
.personal-protection-contact-us-form .contactWaterForm .result .success .success-message {
  color: #128370;
}
.molykote-contact-us .contactWaterForm button:focus,
.personal-protection-contact-us-form .contactWaterForm button:focus {
  outline: none;
}
.molykote-contact-us .contactWaterForm span.merror,
.personal-protection-contact-us-form .contactWaterForm span.merror {
  font-size: 10px;
  color: red;
}
.molykote-contact-us .contactWaterForm .form-control:focus,
.personal-protection-contact-us-form .contactWaterForm .form-control:focus {
  box-shadow: none;
  border-color: #000000;
  border-radius: 1px;
}
.molykote-contact-us .contactWaterForm .merror,
.personal-protection-contact-us-form .contactWaterForm .merror {
  border: solid 1px red;
}
.text-v-align {
  vertical-align: middle;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 25px;
  top: 43px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
i.fa.fa-check.verified-user-check {
  color: green;
  position: absolute;
  font-size: 20px;
  right: 25px;
  top: 48px;
}

@import "/apps/dupont-applications/corporate/components/content/solutionfindersearch/clientlibs/css/jQuery-ui.css";
h1 {
  color: #00b2a9 !important;
}
.product-size-image-col {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .product-size-image-col {
    width: 100%;
  }
}
.container {
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 94px;
    max-width: 1440px;
  }
}
@media (max-width: 1023px) {
  .cmp-CTA .container {
    padding: 0 33px;
  }
}
.cmp-CTA .container a.btn {
  text-decoration: none;
  border: solid 1px #333;
  color: #333;
  width: 200px;
  text-align: center;
  height: 48px;
  margin-right: 18px;
  border-radius: 30px;
  line-height: 44px;
  transition: 0.5s;
  padding: 0 10px !important;
  width: 250px;
  font-size: 14px;
}
.cmp-CTA .container a.btn:hover {
  background: #00b2a9;
  border: solid 1px #fff;
  color: #fff!important;
  transition: 0.5s;
}
.molykote-contact-list .list-item-content h4 {
  color: #009391;
}
.bodycopy ul {
  margin-left: 18px;
}
@media only screen and (min-width: 950px) {
  .dupont-campaigns-header.full-width .campaign-header {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 577px) {
  .dupont-campaigns-header.full-width .campaign-header video {
    height: 272px !important;
  }
}
.dupont-campaigns-header.full-width .title-container-campaign {
  width: 80%;
  margin-top: 0px !important;
  font-family: "Diodrum Medium";
  letter-spacing: 0px;
}
.dupont-campaigns-header.full-width .title-container-campaign span.body1 span,
.dupont-campaigns-header.full-width .title-container-campaign span.body1 a {
  margin: 5px 25px;
  font-family: "Diodrum Medium";
  font-size: 23px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .dupont-campaigns-header.full-width .title-container-campaign span.body1 span,
  .dupont-campaigns-header.full-width .title-container-campaign span.body1 a {
    margin: 10px 0px;
    display: block;
    width: 100%;
  }
}
.dupont-campaigns-header.full-width .title-container-campaign span.body1 a:hover {
  opacity: 0.8;
}
.dupont-campaigns-header.full-width .button-campaign {
  display: none;
}
.cmp-2-up.dark-tint a.related-load-more:before {
  background: transparent;
}
/* Tyvek Smart services barand Color code */
/** logo css **/
/** logo css ends here **/
header.site-header {
  position: fixed;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
}
header.site-header .header-container {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 19px;
  padding-bottom: 20px;
  min-height: 63px;
}
header.site-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 333px;
  -webkit-box-flex: 0;
  flex: 0 1 333px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-right: 0px;
  max-height: 46px;
}
header.site-header .header-logo a:hover {
  color: unset !important;
}
header.site-header .header-logo p {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0px;
  position: relative;
  margin-left: 25px;
  font-family: "Noto Sans Bold";
  padding: 0px 0px 0px 25px;
}
@media (max-width: 575px) {
  header.site-header .header-logo p {
    font-size: 14px;
    margin-left: 15px;
    padding: 0px 0px 0px 15px;
  }
}
header.site-header .header-logo p::before {
  content: "";
  width: 1px;
  height: 126%;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(-9%);
  background: #cccfd3;
}
@media (max-width: 575px) {
  header.site-header .header-logo p::before {
    height: 126%;
    transform: translateY(-9%);
  }
}
header.site-header .header-logo img {
  width: 175px;
}
header.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.site-header .header-nav .navbar {
  position: static;
}
header.site-header .header-nav .navbar ul.navbar-nav {
  flex-direction: row;
  position: static;
}
header.site-header .header-nav .navbar ul.navbar-nav > li {
  padding: 0px 20px;
  position: static;
}
header.site-header .header-nav .navbar ul.navbar-nav > li a {
  color: black;
  cursor: pointer;
}
header.site-header .header-nav .navbar ul.navbar-nav > li a:hover {
  text-shadow: 0.5px 0 0 currentColor;
}
header.site-header .header-nav .navbar ul.navbar-nav > li a.dropdown-toggle::after {
  border: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nOScgdmVyc2lvbj0nMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMSAxbDYgNiA1LTYnIHN0cm9rZT0nIzIxMjUyOScgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=");
  width: 13px;
  height: 9px;
  background-repeat: no-repeat;
  position: relative;
  bottom: -4px;
}
header.site-header .header-nav .navbar ul.navbar-nav > li.show a.dropdown-toggle {
  color: #00B2A9;
}
header.site-header .header-nav .navbar ul.navbar-nav > li.show a.dropdown-toggle::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nOScgdmVyc2lvbj0nMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMSAxbDYgNiA1LTYnIHN0cm9rZT0nIzAwQjJBOScgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=");
  transform: rotateX(180deg);
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0px;
  background-color: #00b2a9;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  border: 0;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu span.close-button {
  display: block;
  background-image: url(../../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/close-icon.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  position: absolute;
  top: 23px;
  right: 50px;
  color: white;
  padding-left: 19px;
  font-size: 16px;
  z-index: 5;
  cursor: pointer;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu {
  position: static;
  list-style: none;
  width: 350px;
  padding: 30px 0;
  display: block;
  word-wrap: normal;
  white-space: normal;
}
@media (min-width: 950px) {
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu {
    margin-left: -15px;
  }
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li {
  width: 100%;
  display: block;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li a {
  width: 100%;
  color: white;
  display: block;
  padding: 10px 32px 10px 15px;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.divider {
  border-bottom: 1px solid #D8D8D8;
  width: 90%;
  margin: 10px auto 10px 15px;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  padding: 30px 0px 30px 0px;
  background-color: #009391;
}
@media (min-width: 950px) {
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 li {
    width: 290px;
    max-width: 25%;
  }
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 li ul.dd-menu.level-3 {
  background-color: #008483;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  padding: 30px 0px 30px 0px;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-3 li {
  width: auto;
}
header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu.show {
  max-height: 450px;
  margin-top: 0;
  width: 100%;
  height: 100vh;
}
header.site-header .navbar-toggle {
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: white;
  margin-left: 1.25rem;
  display: none;
}
header.site-header .navbar-toggle:focus {
  outline: 0;
}
header.site-header .navbar-toggle .icon-bar {
  background-color: #102537;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  margin: 4px auto;
  cursor: pointer;
}
header.site-header .header-search-bar {
  -ms-flex: 1 1 0px;
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
header.site-header .header-search-bar .header-search-form {
  width: 100%;
  text-align: right;
  position: relative;
}
header.site-header .header-search-bar .header-search-form input.header-search {
  padding: 0px;
  -webkit-appearance: none;
  width: 16px;
  height: 36px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxNnB4JyB2aWV3Qm94PScwIDAgMTYgMTYnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGcgaWQ9J0dsb2JhbC1NZW51JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyBpZD0nMTAyNC1EZXNrdG9wLUdsb2JhbC1NZW51Oi1Qcm9kdWN0cy1MMycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLTg5MC4wMDAwMDAsIC0zNC4wMDAwMDApJyBmaWxsPScjMTAyNTM3JyBmaWxsLXJ1bGU9J25vbnplcm8nPjxnIGlkPSdHbG9iYWwtTmF2LTInPjxnIGlkPSdHbG9iYWwtTmF2Jz48cGF0aCBkPSdNODk2LjczNjg0Miw0NS43ODk0NzM3IEM4OTkuNTI3MjQ5LDQ1Ljc4OTQ3MzcgOTAxLjc4OTQ3NCw0My41Mjc0MjI3IDkwMS43ODk0NzQsNDAuNzM2ODQyMSBDOTAxLjc4OTQ3NCwzNy45NDYyNjE1IDg5OS41Mjc0MjMsMzUuNjg0MjEwNSA4OTYuNzM2ODQyLDM1LjY4NDIxMDUgQzg5My45NDYyNjIsMzUuNjg0MjEwNSA4OTEuNjg0MjExLDM3Ljk0NjI2MTUgODkxLjY4NDIxMSw0MC43MzY4NDIxIEM4OTEuNjg0MjExLDQzLjUyNzQyMjcgODkzLjk0NjQzNSw0NS43ODk0NzM3IDg5Ni43MzY4NDIsNDUuNzg5NDczNyBaIE05MDIuMDk4MDk4LDQ0LjY3NTg4NDkgTDkwNS43MDU1NDksNDguMjgzODMyNCBDOTA2LjA5ODE1LDQ4LjY3NjQyOTUgOTA2LjA5ODE1LDQ5LjMxMjk1NTEgOTA1LjcwNTU0OSw0OS43MDU1NTIyIEM5MDUuMzEyOTQ3LDUwLjA5ODE0OTMgOTA0LjY3NjQxNSw1MC4wOTgxNDkzIDkwNC4yODM4MTMsNDkuNzA1NTUyMiBMOTAwLjY3NjAwNCw0Ni4wOTc5NjI5IEM4OTkuNTI1MzIyLDQ2Ljk0NzkyNjMgODk4LjEzMTkwOCw0Ny40MDU1MjY5IDg5Ni43MDEzNDIsNDcuNDAzMjUxIEM4OTMuMDAwNTY2LDQ3LjQwMzQzMDIgODkwLDQ0LjQwMjg5NzUgODkwLDQwLjcwMTYyNTUgQzg5MCwzNy4wMDAzNTM1IDg5My4wMDA1NjYsMzQgODk2LjcwMTcwMSwzNCBDOTAwLjQwMjgzNSwzNCA5MDMuNDAzNTgsMzcuMDAwNTMyNyA5MDMuNDAzNTgsNDAuNzAxNjI1NSBDOTAzLjQwNTcyNyw0Mi4xMzIwNzI4IDkwMi45NDgwNjIsNDMuNTI1MzM2NSA5MDIuMDk4MDk4LDQ0LjY3NTg4NDkgWicgaWQ9J1NoYXBlJz48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.25s ease-in-out;
  text-indent: -9000px;
  left: auto;
  margin: 0 10px 0 0;
}
header.site-header .header-search-bar .header-search-form input.header-search:focus {
  text-indent: 0px;
  -webkit-appearance: unset;
  width: 100%;
  border: 1px solid #CCCFD3;
  background-color: white;
  background-position: 10px center;
  padding: 6px 52px 9px 40px;
  outline: none;
  cursor: text;
  position: relative;
}
header.site-header .header-search-bar .header-search-form.active input.header-search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxNnB4JyB2aWV3Qm94PScwIDAgMTYgMTYnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGcgaWQ9J0dsb2JhbC1NZW51JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyBpZD0nMTAyNC1EZXNrdG9wLUdsb2JhbC1NZW51Oi1Qcm9kdWN0cy1MMycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLTg5MC4wMDAwMDAsIC0zNC4wMDAwMDApJyBmaWxsPScjMjE3QUM2JyBmaWxsLXJ1bGU9J25vbnplcm8nPjxnIGlkPSdHbG9iYWwtTmF2LTInPjxnIGlkPSdHbG9iYWwtTmF2Jz48cGF0aCBkPSdNODk2LjczNjg0Miw0NS43ODk0NzM3IEM4OTkuNTI3MjQ5LDQ1Ljc4OTQ3MzcgOTAxLjc4OTQ3NCw0My41Mjc0MjI3IDkwMS43ODk0NzQsNDAuNzM2ODQyMSBDOTAxLjc4OTQ3NCwzNy45NDYyNjE1IDg5OS41Mjc0MjMsMzUuNjg0MjEwNSA4OTYuNzM2ODQyLDM1LjY4NDIxMDUgQzg5My45NDYyNjIsMzUuNjg0MjEwNSA4OTEuNjg0MjExLDM3Ljk0NjI2MTUgODkxLjY4NDIxMSw0MC43MzY4NDIxIEM4OTEuNjg0MjExLDQzLjUyNzQyMjcgODkzLjk0NjQzNSw0NS43ODk0NzM3IDg5Ni43MzY4NDIsNDUuNzg5NDczNyBaIE05MDIuMDk4MDk4LDQ0LjY3NTg4NDkgTDkwNS43MDU1NDksNDguMjgzODMyNCBDOTA2LjA5ODE1LDQ4LjY3NjQyOTUgOTA2LjA5ODE1LDQ5LjMxMjk1NTEgOTA1LjcwNTU0OSw0OS43MDU1NTIyIEM5MDUuMzEyOTQ3LDUwLjA5ODE0OTMgOTA0LjY3NjQxNSw1MC4wOTgxNDkzIDkwNC4yODM4MTMsNDkuNzA1NTUyMiBMOTAwLjY3NjAwNCw0Ni4wOTc5NjI5IEM4OTkuNTI1MzIyLDQ2Ljk0NzkyNjMgODk4LjEzMTkwOCw0Ny40MDU1MjY5IDg5Ni43MDEzNDIsNDcuNDAzMjUxIEM4OTMuMDAwNTY2LDQ3LjQwMzQzMDIgODkwLDQ0LjQwMjg5NzUgODkwLDQwLjcwMTYyNTUgQzg5MCwzNy4wMDAzNTM1IDg5My4wMDA1NjYsMzQgODk2LjcwMTcwMSwzNCBDOTAwLjQwMjgzNSwzNCA5MDMuNDAzNTgsMzcuMDAwNTMyNyA5MDMuNDAzNTgsNDAuNzAxNjI1NSBDOTAzLjQwNTcyNyw0Mi4xMzIwNzI4IDkwMi45NDgwNjIsNDMuNTI1MzM2NSA5MDIuMDk4MDk4LDQ0LjY3NTg4NDkgWicgaWQ9J1NoYXBlJz48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
}
header.site-header .language-select {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin: 0px 18px;
}
header.site-header .language-select select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background-image: url("../../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/drop-down-arrow-black.png");
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 18px;
  background-color: white;
}
header.site-header .language-select select:focus {
  outline: none;
}
header.site-header .selectize-input {
  padding: 0;
  border: none;
  overflow: visible;
}
header.site-header .selectize-input .item {
  font-weight: 500;
}
header.site-header .selectize-input input {
  display: none !important;
}
header.site-header .selectize-input.dropdown-active .item {
  color: var(--brand-light-blue);
}
header.site-header .selectize-control.single {
  position: relative;
}
header.site-header .selectize-control.single .selectize-input:after {
  position: absolute;
  right: -20px;
  margin-top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nOScgdmVyc2lvbj0nMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMSAxbDYgNiA1LTYnIHN0cm9rZT0nIzIxMjUyOScgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=");
  content: '';
  width: 13px;
  height: 9px;
  background-repeat: no-repeat;
}
header.site-header .selectize-control.single .selectize-input.dropdown-active:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTMnIGhlaWdodD0nOScgdmVyc2lvbj0nMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIgOEw3IDIgMSA4JyBzdHJva2U9JyMyMTdBQzYnIHN0cm9rZS13aWR0aD0nMicgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+") !important;
}
header.site-header .selectize-dropdown.single {
  position: absolute;
  background: #fff;
  left: -32px !important;
  top: 55px !important;
  min-width: 150px !important;
  padding-bottom: 12px;
}
header.site-header .selectize-dropdown.single:after {
  display: none;
}
header.site-header .selectize-dropdown.single .option {
  padding: 0px 32px;
  line-height: 35px;
}
header.site-header .selectize-dropdown.single .option.selected {
  color: #979B9F;
}
.header-holder {
  padding-top: 95px;
}
.header-logo p {
  display: inline-block;
  font-size: 16px;
  padding: 0px 0px 0px 17px;
  margin-bottom: 0px;
  font-family: "Noto Sans Bold";
}
header.site-header.search-open .header-nav {
  display: none;
}
header.site-header.search-open .language-select {
  display: none;
}
@supports (text-shadow: 0.5px 0 0 #000) {
  header.site-header .header-nav .navbar ul.navbar-nav > li a:hover {
    font-weight: normal;
    text-shadow: 0.5px 0 0 currentColor;
  }
}
.dd-menu.level-2 .dd-menu-toggle.active .dd-menu.level-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  padding: 50px 0px 50px 0px;
}
.mobile-title {
  display: none;
}
header .show-mobile {
  display: none !important;
}
.mobile-close {
  font-size: 14px;
  color: var(--brand-light-blue);
  display: none;
}
.mobile-close svg {
  margin-right: 4px;
}
.header-search-form.active {
  margin-left: 28px;
}
.header-search-form.active:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTRweCcgaGVpZ2h0PScxNHB4JyB2aWV3Qm94PScwIDAgMTQgMTQnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGcgaWQ9J1NlYXJjaCcgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCcgc3Ryb2tlLWxpbmVjYXA9J3NxdWFyZSc+PGcgaWQ9JzEwMjQtRGVza3RvcC1TZWFyY2gtRmllbGQtaW4tUERQJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtOTU1LjAwMDAwMCwgLTM1LjAwMDAwMCknIHN0cm9rZT0nIzIxN0FDNicgc3Ryb2tlLXdpZHRoPScyJz48ZyBpZD0nQWN0aXZhdGVkLUdsb2JhbC1OYXYtU2VhcmNoJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwLjAwMDAwMCwgLTEuMDAwMDAwKSc+PGcgaWQ9J0dyb3VwLTQnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDk1Ny4wMDAwMDAsIDM4LjAwMDAwMCknPjxwYXRoIGQ9J00wLDAgTDEwLDEwJyBpZD0nTGluZS00Jz48L3BhdGg+PHBhdGggZD0nTTEwLDAgTDAsMTAnIGlkPSdMaW5lLTQnPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  border-left: 1px solid #CCCFD3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  padding: .8rem;
}
.header-search-bar .option-container {
  display: none;
  top: 41px;
  min-width: 0;
  transition: min-width 0.2s ease;
}
.site-header.search-open .header-search-bar .option-container {
  display: block;
  min-width: calc(100% - 28px);
}
@media (max-width: 1025px) {
  header.site-header .header-logo {
    margin-left: 0 !important;
  }
  .header-container {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 949px) {
  #mk-search-list-2 li {
    margin: 10px 0;
    padding: 0;
  }
  #mk-search-container-2 .search-icon::after {
    content: '';
    border: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xIDE3bDctOC03LTgnIHN0cm9rZT0nI2ZmZmZmZicgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=") no-repeat;
    width: 13px;
    height: 9px;
    background-repeat: no-repeat;
    position: relative;
    bottom: -4px;
  }
  #mk-search-container-2 .search-icon.search-open:after {
    transform: rotateX(180deg);
  }
  header.site-header .header-logo {
    -ms-flex: 0 1 0px;
    -webkit-box-flex: 0;
    flex: 1;
    margin-left: 16px;
  }
  header.site-header .header-logo img {
    max-height: 28px;
  }
  header.site-header .header-nav {
    display: none;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 101vw;
    width: 100vw;
    padding: 0px;
    max-height: initial;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu {
    width: 100%;
    height: 100vh;
    padding: 0 32px;
    background-color: #009391;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li {
    position: relative;
    padding: 15px 15px 15px 0;
    margin: 0;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu .dd-menu-toggle:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    background-size: cover;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xIDE3bDctOC03LTgnIHN0cm9rZT0nI2ZmZmZmZicgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=") no-repeat;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.divider {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    opacity: .2;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle.active {
    position: initial;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle ul.dd-menu.level-2 .dd-menu-toggle.active {
    position: initial;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu span.close-button {
    display: none;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu > .container {
    padding: 0;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 {
    display: block;
    position: absolute;
    top: 0;
    left: 101vw;
    width: 100vw;
    padding: 0px;
    max-height: initial;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 .dd-menu-toggle .level-3 {
    display: block;
    position: absolute;
    top: 0;
    left: 101vw;
    width: 100vw;
    padding: 0px;
    max-height: initial;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 li {
    width: 100%;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-3 li {
    width: 100%;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu .dd-menu-toggle.active ul.dd-menu.level-2 {
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0 32px;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu .dd-menu-toggle.active ul.dd-menu.level-2 .dd-menu-toggle.active .level-3 {
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0 32px;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu .dd-menu-toggle.closing ul.dd-menu.level-2 {
    left: 101vw !important;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu .dd-menu-toggle ul.dd-menu.level-2 .dd-menu-toggle.closing .level-3 {
    left: 101vw !important;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu.show {
    position: absolute;
    top: 0;
    left: 0vw;
    z-index: 100;
    max-height: initial;
    display: block;
  }
  header.site-header .navbar-toggle {
    display: block;
    justify-self: flex-end;
  }
  header.site-header .header-search-bar {
    -ms-flex: 0 1 0px;
    -webkit-box-flex: 0;
    display: block;
    flex: 0 0 0;
    margin-left: .5rem;
    align-self: flex-end;
    justify-self: flex-end;
  }
  header.site-header .header-search-bar .header-search-form input.header-search {
    margin: 0px 8px;
  }
  header.site-header .header-search-bar .header-search-form input.header-search:focus {
    padding: 24px 20px 24px 33px;
  }
  header.site-header .language-select {
    display: none;
  }
  header.site-header .selectize-control.single {
    z-index: 2;
    padding: 0;
  }
  header.site-header .selectize-dropdown.single {
    width: 100vw !important;
    min-height: 100vh;
    left: -18px !important;
    top: 45px !important;
    background: var(--brand-navigation-l1);
    color: #fff;
  }
  header.site-header .selectize-dropdown.single .option {
    padding: 8px 32px;
  }
  .header-holder {
    padding-top: 65px;
  }
  ul.dd-menu {
    max-height: calc(100vh - 63px) !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header.site-header.search-open .header-logo {
    display: none;
  }
  header.site-header.search-open .navbar-toggle {
    display: none;
  }
  header.site-header.search-open .header-search-bar {
    flex: 1;
    margin: 0;
    padding: 0 32px;
  }
  header.site-header.search-open .header-search-bar .header-search-form input.header-search:focus {
    padding: 0 46px 0 32px;
    margin-left: 0;
  }
  header .show-mobile {
    display: block !important;
  }
  li.view-all a {
    font-weight: 500;
  }
  li.view-all:after {
    display: none !important;
  }
  .mobile-title {
    position: relative;
    display: block;
    background-color: var(--brand-navigation-l1);
    margin: 0 -32px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 16px 48px 16px 48px;
  }
  .mobile-title:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    transform: rotate(180deg);
    background-size: cover;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xIDE3bDctOC03LTgnIHN0cm9rZT0nI2ZmZmZmZicgc3Ryb2tlLXdpZHRoPScyJyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=") no-repeat;
  }
  header.site-header.mobile-drop-down {
    position: fixed !important;
  }
  header.site-header.mobile-drop-down .header-nav {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #00b2a9;
    top: 63px;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  header.site-header.mobile-drop-down .header-nav .navbar ul.navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header.site-header.mobile-drop-down .header-nav .navbar ul.navbar-nav li {
    margin: 10px 0px;
  }
  header.site-header.mobile-drop-down .header-nav .navbar ul.navbar-nav li a {
    width: 100%;
    color: white;
    display: block;
  }
  header.site-header.mobile-drop-down .header-nav .navbar ul.navbar-nav li a.dropdown-toggle {
    background-image: url("../../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/white-arrow-forward.png");
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 20px;
  }
  header.site-header.mobile-drop-down .header-nav .navbar ul.navbar-nav li a.dropdown-toggle::after {
    background-image: none;
  }
  header.site-header.mobile-drop-down .header-search-bar {
    display: none;
  }
  header.site-header.mobile-drop-down .navbar-toggle {
    display: none;
  }
  header.site-header.mobile-drop-down .language-select {
    display: block;
  }
  .mobile-drop-down .mobile-close {
    display: block;
    border: 0;
    background: transparent;
    position: absolute;
    right: 16px;
  }
  li.dd-menu-toggle.active.closing:after {
    display: none !important;
  }
  .header-search-form.active {
    margin-left: 0;
  }
  .site-header.search-open .header-search-bar .option-container {
    top: 36px;
    min-width: calc(100% - 64px);
  }
}
@media (max-width: 575px) {
  .header-logo p {
    font-size: 14px;
    padding: 0px 0px 0px 10px;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  header.site-header .header-nav .navbar ul.navbar-nav > li {
    padding: 0px 10px;
  }
  header.site-header .language-select {
    margin: 0px 10px;
    font-size: 1.6vw;
  }
}
@media (min-width: 950px) {
  #mk-search-container-1 {
    position: relative;
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    cursor: pointer;
  }
  #mk-search-container-1 .search-link {
    padding-bottom: 1px;
    display: inline-block;
  }
  #mk-search-container-1:hover #mk-search-list-1 {
    display: inline-flex;
  }
  #mk-search-list-1 {
    position: absolute;
    flex-direction: column;
    top: 25px;
    right: -20px;
    padding: 20px 0;
    display: none;
    background-color: #00b2a9;
    z-index: 1;
  }
  #mk-search-list-1 li {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
  }
  #mk-search-list-1 a {
    white-space: nowrap;
    font-family: "Diodrum Medium";
  }
  li.dropdown.show .dropdown-toggle {
    color: #00b2a9 !important;
    text-shadow: 0.5px 0 0 currentColor;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle > a:hover {
    background-color: #009391;
    background-image: url("../../../../content/dam/dupont/amer/us/en/ei-transformation/general/icons/white-arrow-forward.png");
    background-repeat: no-repeat;
    background-position: 95% center;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle a.show-hover {
    background-color: #009391;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle a.show-hover-2 {
    background-color: #008483;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle:hover > ul.dd-menu {
    display: block;
    left: 444px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle:hover > ul.dd-menu ul.level-3 {
    left: 305px;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-2 li.dd-menu-toggle a:hover {
    background-color: #008483;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu.level-3 {
    background-color: #008483;
  }
}
@media (min-width: 950px) and (max-width: 1199px) {
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle:hover > ul.dd-menu {
    left: 300px;
  }
  header.site-header .header-nav .navbar ul.navbar-nav li div.dropdown-menu ul.dd-menu li.dd-menu-toggle:hover > ul.dd-menu ul.level-3 {
    left: 260px;
  }
}
@media (device-width: 1024px) {
  .topiclink_Updated .inquiry__container.row.align-items-center {
    margin-top: -2em;
  }
  .topiclink_Updated button.btn.btn-primary {
    background: #fff;
    border: red;
    color: red;
    font-size: 14px;
  }
}
@media (device-width: 768px) {
  .topiclink_Updated .inquiry__container.row.align-items-center {
    margin-top: -2em;
  }
  .topiclink_Updated button.btn.btn-primary {
    background: #fff;
    border: red;
    color: red;
    font-size: 14px;
  }
  .align_text_logo h1.heroImage-Text_heading {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .align_text_logo h1.heroImage-Text_heading {
    font-size: 31px;
  }
  .align_text_logo .heroImage-Text {
    margin-left: 8em;
  }
  .topiclink_Updated .align-items-center {
    margin-left: 8em;
  }
  .topiclink_Updated .align-items-center button.btn.btn-primary {
    margin-left: 14em;
    background: #fff;
    border: red;
    color: red;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
  .align_text_logo .heroImage-Text_subtext {
    font-size: 11px;
  }
  .align_text_logo h1.heroImage-Text_heading {
    font-size: 16px;
    line-height: 20px;
  }
  .align_text_logo .heroImage-Text_subtext p {
    line-height: 17px;
  }
  .align_text_logo .heroImage-Text_subtext p:nth-child(1) {
    line-height: 5px;
  }
  .topiclink_Updated p {
    line-height: 17PX;
    font-size: small;
  }
  .topiclink_Updated h2 {
    font-size: large;
  }
  .topiclink_Updated .inquiry__container.row.align-items-center {
    margin-bottom: -4.2em;
    margin-top: -1em;
  }
  .topiclink_Updated button.btn.btn-primary {
    background: #fff;
    border: red;
    color: red;
    font-size: 11px;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  .topiclink_Updated p {
    line-height: 17PX;
    font-size: small;
  }
  .topiclink_Updated h2 {
    font-size: large;
  }
  .topiclink_Updated .inquiry__container.row.align-items-center {
    margin-bottom: -5.2em;
    margin-top: -2.2em;
  }
  .topiclink_Updated button.btn.btn-primary {
    background: #fff;
    border: red;
    color: red;
    font-size: 14px;
  }
  .align_text_logo h1.heroImage-Text_heading {
    font-size: 16px;
    line-height: 20px;
  }
  .align_text_logo .heroImage-Text_subtext {
    font-size: small;
  }
  .align_text_logo .heroImage-Text_subtext p {
    line-height: 17px;
  }
  .align_text_logo .heroImage-Text_subtext p:nth-child(1) {
    line-height: 5px;
  }
}
.secondary-header {
  background-color: #00b2a9;
}
.secondary-header .dropdown {
  padding: 10px 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 949px) {
  .secondary-header .dropdown {
    display: block;
  }
}
.secondary-header .dropdown .dropbtn {
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
  font-family: Noto Sans Regular;
  border: none;
}
.secondary-header .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999;
}
.secondary-header .dropdown .dropdown-content a {
  color: #606060;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  font-size: 11px;
}
.secondary-header .dropdown .dropdown-content a:hover {
  background-color: transparent;
  color: #e4001c;
}
.secondary-header .dropdown:hover .dropdown-content {
  display: block;
}
.secondary-header .dropdown:hover .dropbtn {
  background-color: transparent;
}
.header-nav .secondary-header {
  display: none;
}
.secondary-header .secondary-links {
  padding: 10px 0;
  list-style: none;
}
@media screen and (max-width: 949px) {
  .secondary-header .secondary-links {
    display: none;
  }
}
.secondary-header .secondary-links li {
  display: inline-block;
  margin: 0 20px;
}
.secondary-header .secondary-links li a {
  color: #fff;
  font-size: 12px;
  font-family: "Diodrum Medium";
}
.secondary-header .secondary-links li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.secondary-header .secondary-links li .searchinput {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTZweCcgaGVpZ2h0PScxNnB4JyB2aWV3Qm94PScwIDAgMTYgMTYnIHZlcnNpb249JzEuMScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGcgaWQ9J0dsb2JhbC1NZW51JyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyBpZD0nMTAyNC1EZXNrdG9wLUdsb2JhbC1NZW51Oi1Qcm9kdWN0cy1MMycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLTg5MC4wMDAwMDAsIC0zNC4wMDAwMDApJyBmaWxsPScjZmZmZmZmJyBmaWxsLXJ1bGU9J25vbnplcm8nPjxnIGlkPSdHbG9iYWwtTmF2LTInPjxnIGlkPSdHbG9iYWwtTmF2Jz48cGF0aCBkPSdNODk2LjczNjg0Miw0NS43ODk0NzM3IEM4OTkuNTI3MjQ5LDQ1Ljc4OTQ3MzcgOTAxLjc4OTQ3NCw0My41Mjc0MjI3IDkwMS43ODk0NzQsNDAuNzM2ODQyMSBDOTAxLjc4OTQ3NCwzNy45NDYyNjE1IDg5OS41Mjc0MjMsMzUuNjg0MjEwNSA4OTYuNzM2ODQyLDM1LjY4NDIxMDUgQzg5My45NDYyNjIsMzUuNjg0MjEwNSA4OTEuNjg0MjExLDM3Ljk0NjI2MTUgODkxLjY4NDIxMSw0MC43MzY4NDIxIEM4OTEuNjg0MjExLDQzLjUyNzQyMjcgODkzLjk0NjQzNSw0NS43ODk0NzM3IDg5Ni43MzY4NDIsNDUuNzg5NDczNyBaIE05MDIuMDk4MDk4LDQ0LjY3NTg4NDkgTDkwNS43MDU1NDksNDguMjgzODMyNCBDOTA2LjA5ODE1LDQ4LjY3NjQyOTUgOTA2LjA5ODE1LDQ5LjMxMjk1NTEgOTA1LjcwNTU0OSw0OS43MDU1NTIyIEM5MDUuMzEyOTQ3LDUwLjA5ODE0OTMgOTA0LjY3NjQxNSw1MC4wOTgxNDkzIDkwNC4yODM4MTMsNDkuNzA1NTUyMiBMOTAwLjY3NjAwNCw0Ni4wOTc5NjI5IEM4OTkuNTI1MzIyLDQ2Ljk0NzkyNjMgODk4LjEzMTkwOCw0Ny40MDU1MjY5IDg5Ni43MDEzNDIsNDcuNDAzMjUxIEM4OTMuMDAwNTY2LDQ3LjQwMzQzMDIgODkwLDQ0LjQwMjg5NzUgODkwLDQwLjcwMTYyNTUgQzg5MCwzNy4wMDAzNTM1IDg5My4wMDA1NjYsMzQgODk2LjcwMTcwMSwzNCBDOTAwLjQwMjgzNSwzNCA5MDMuNDAzNTgsMzcuMDAwNTMyNyA5MDMuNDAzNTgsNDAuNzAxNjI1NSBDOTAzLjQwNTcyNyw0Mi4xMzIwNzI4IDkwMi45NDgwNjIsNDMuNTI1MzM2NSA5MDIuMDk4MDk4LDQ0LjY3NTg4NDkgWicgaWQ9J1NoYXBlJz48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0px 7px;
  background-size: 14px;
  padding-left: 20px;
}
@media (max-width: 949px) {
  .mobile-drop-down .header-nav .secondary-header {
    display: block;
  }
  .mobile-drop-down .header-nav .secondary-header .secondary-links li {
    display: block;
    padding: 10px 1em;
  }
}
span.deleteicon {
  position: relative;
}
span.deleteicon span {
  position: absolute;
  display: block;
  top: 5px;
  right: 0px;
  width: 16px;
  height: 16px;
  color: white;
  cursor: pointer;
}
span.deleteicon input {
  padding-right: 16px;
  box-sizing: border-box;
}
.search-link .search-icon {
  margin-bottom: -4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI5IiB2ZXJzaW9uPSIxIj48cGF0aCBkPSJNMSAxbDYgNiA1LTYiIHN0cm9rZT0iIzIxMjUyOSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}
/*Regional Site Navination Popup Styles */
#regionalSiteModal .modal-body {
  font-size: '16px';
}
@media (min-width: 576px) {
  #regionalSiteModal .modal-dialog {
    max-width: 55%;
  }
}
#regionalSiteModal .modal-body {
  font-size: 15px;
  text-align: center;
}
#regionalSiteModal .modal-body #modal-body-link {
  color: #00b2a9;
}
@media screen and (min-width: 1024px) {
  #regionalSiteModal .modal-body {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#regionalSiteModal .btn {
  background-color: #00b2a9;
  color: white;
  border-radius: 25px;
  border: none;
  min-width: 100px;
}
#regionalSiteModal .modal-footer {
  justify-content: center;
  margin-bottom: 20px;
  border-top: none;
  text-align: center;
}
/* end */
.molykote-footer {
  background-color: #009391;
}
.molykote-footer .footer-lower-part {
  background-color: #ffffff;
}
.molykote-footer a {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.molykote-footer a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
@media only screen and (min-width: 1024px) {
  .molykote-footer a {
    font-size: 11px;
  }
}
.molykote-footer .col-sm-12 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .molykote-footer .col-sm-12 {
    margin-bottom: 0;
  }
}
.molykote-footer .container {
  padding-right: 33px;
  padding-left: 33px;
}
@media screen and (min-width: 1024px) {
  .molykote-footer .container {
    padding-right: 94px;
    padding-left: 94px;
  }
}
.molykote-footer .p-t-40 {
  padding-top: 40px;
}
.molykote-footer .footer-top h4 {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .molykote-footer .top-links.col-lg-4 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }
}
.molykote-footer .top-links.col-lg-4 ul li:first-child {
  margin-top: 0px;
}
.molykote-footer .last-col-m-top {
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .molykote-footer .last-col-m-top {
    margin-top: 20px;
  }
}
.layout-footer {
  width: 100%;
}
.layout-footer-container {
  box-shadow: 1px 1px 5px #969696;
}
@media only screen and (min-width: 1024px) {
  .layout-footer-header {
    display: grid;
    grid-template-columns: repeat(7, minmax(20px, 1fr));
    grid-column-gap: 20px;
    margin-top: 25px;
  }
}
.layout-footer-bottom .body1 {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .layout-footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px 0;
  }
  .layout-footer-bottom > p {
    font-size: 11px;
  }
}
.layout-footer .grid-container {
  padding: 30px 34px;
}
@media only screen and (min-width: 768px) {
  .layout-footer .grid-container {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-footer .grid-container {
    padding-left: 94px;
    padding-right: 94px;
  }
}
.footer-list1 {
  list-style: none;
  margin: 0;
}
.footer-list1 > li {
  display: block;
  margin-top: 0px;
  min-height: 15px;
  line-height: 1.45;
}
.footer-list1 > li a {
  text-decoration: none;
}
.footer-list1 > li a:hover {
  color: #e4001c;
  text-decoration: none;
}
.footer-list1 > li a {
  line-height: 15px;
  display: inline-flex;
}
.footer-list1.accordion-closed {
  display: none;
  transition: display 1s linear;
}
@media only screen and (min-width: 992px) {
  .footer-list1.accordion-closed {
    display: block;
  }
}
.footer-list1.accordion-closed.accordion-open {
  display: block;
}
.footer-list-legal {
  margin-top: 15px;
}
.footer-list-legal li {
  list-style: none;
  margin-bottom: 12px;
  border-right: 1px solid #000;
  padding-right: 10px;
  line-height: 12px;
}
.footer-list-legal li:last-child {
  border-right: none;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .footer-list-legal li {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-list-legal li {
    float: left;
    margin-right: 10px;
  }
}
.footer-list-legal li a {
  color: #000000;
  line-height: 12px;
}
.footer-list-legal li a:hover {
  color: #000000 !important;
  text-decoration: underline;
}
.footer-logo {
  width: 120px;
  height: 40px;
  margin-top: 5px;
}
.footer-special-links {
  position: relative;
  display: block;
  margin-top: 5px;
  font-family: "Diodrum SemiBold" !important;
}
.footer-special-links:first-of-type {
  margin-top: 35px;
}
.footer-social-icons {
  margin-bottom: 0;
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .footer-social-icons {
    text-align: right;
    position: absolute;
    right: 0px;
    width: auto;
  }
}
.footer-social-icons .social-text {
  margin: 5px 10px 5px;
  font-size: 11px;
  line-height: 15px;
}
.footer-social-icons ul {
  display: flex;
  margin-bottom: 0px;
}
.footer-social-icons ul li {
  margin: 5px;
  list-style: none;
  float: left;
  margin-right: 10px ;
}
.footer-social-icons ul li a {
  display: inline-block;
}
.footer-social-icons ul li a img {
  opacity: 1;
}
.footer-social-icons ul li a:hover img {
  opacity: 0.5;
}
.footer-social-icons ul li a:active img {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .footer-social-icons ul li {
    float: none;
  }
}
.footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: "Diodrum Bold";
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.footer-title > span {
  font-size: 9px;
}
@media only screen and (min-width: 992px) {
  .footer-title > span {
    display: none;
  }
}
.footer-copyright {
  padding: 15px 0px 15px 0px;
}
.footer .desktop-list {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer .desktop-list {
    display: initial;
  }
}
#bold {
  font-weight: bold;
}
#margin-top {
  margin-top: 0;
  position: relative;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  #margin-top {
    margin-top: 50px;
  }
}
/*Solution finder results component starts*/
.solutionfinder-search-result {
  padding: 30px 0px;
}
@media screen and (max-width: 1023px) {
  .solutionfinder-search-result {
    padding: 30px 33px 0px 33px;
  }
}
.cmp-sol-finder-result .lp-content.product-view-grid {
  display: grid;
  gap: 20px;
  padding-bottom: 20px;
  justify-content: start;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .cmp-sol-finder-result .lp-content.product-view-grid {
    gap: 15px;
  }
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  .cmp-sol-finder-result .lp-content.product-view-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .cmp-sol-finder-result .lp-content.product-view-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .cmp-sol-finder-result .lp-content.product-view-grid {
    grid-auto-flow: row;
  }
  @supports (grid-template-columns: minmax(0, 1fr)) {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}
.cmp-sol-finder-result .lp-content.product-view-grid.few-items {
  justify-content: start;
  grid-template-columns: repeat(auto-fit, 200px);
  width: auto;
  max-width: none;
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s, transform 0.2s;
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link:hover,
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link:focus {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link:hover .product-name,
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link:focus .product-name {
  color: #e4001c;
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item {
    padding: 5px;
  }
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .prod-ckbox {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-image {
  width: 100%;
  max-width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  .cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-image {
    height: 140px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1199px) {
  .cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-image {
    height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-image {
    height: 200px;
  }
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-size: 13px;
}
.cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-name {
  font-size: 13px;
  text-align: center;
  color: #222;
  margin-top: 4px;
  margin-bottom: 0;
  word-break: break-word;
  line-height: normal;
}
@media screen and (max-width: 600px) {
  .cmp-sol-finder-result .lp-content.product-view-grid .product-item-link .product-item .product-name {
    font-size: 11px;
  }
}
.cmp-sol-finder-result.default .headline {
  text-align: left;
  font-size: 36px;
  font-family: "Diodrum Medium";
  color: #e4001c;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .headline {
    font-size: 28px;
  }
}
.cmp-sol-finder-result.default .filters-section {
  float: left;
  padding-left: 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .filters-section {
    display: none;
    position: fixed;
    width: 90%;
    max-width: 90%;
    z-index: 1000000002;
    top: 2.5%;
    left: 5%;
    background: #ffffff;
    height: 95%;
    padding: 5%;
    border-radius: 14px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cmp-sol-finder-result.default .filters-section .filter-header-wrapper {
  border-top: 8px solid #eeeeee;
  padding: 10px 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .filters-section .filter-header-wrapper {
    padding: 0px 0px 10px 0px;
    border-top: 0px solid #eeeeee;
    position: fixed;
    width: 80%;
    background-color: white;
    top: 2.5%;
    padding-top: 10px;
  }
}
.cmp-sol-finder-result.default .filters-section .filter-header-wrapper .filter-head {
  float: left;
  font-family: "Diodrum Semibold";
  font-size: 16px;
}
.cmp-sol-finder-result.default .filters-section .filter-header-wrapper .clear-filter {
  float: right;
  font-family: "Diodrum Medium";
  font-size: 10px;
  cursor: pointer;
}
.cmp-sol-finder-result.default .filters-section .filter-header-wrapper .clear-filter:hover {
  opacity: 0.65;
  text-decoration: underline;
}
.cmp-sol-finder-result.default .filters-section .filter-header-wrapper .clear-filter .clear-icon {
  display: block;
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .filters-section .filter-header-wrapper .clear-filter {
    display: none;
  }
}
.cmp-sol-finder-result.default .filters-section .filter-header-wrapper .close-filter {
  float: right;
  display: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE4IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiMyRTI5MjYiIGQ9Ik0yOTUuMzAyIDIyTDI4OC43OTcgMjguNTA1IDI4Mi4yOTIgMjIgMjgwLjI5NyAyMy45OTUgMjg2LjgwMiAzMC41IDI4MC4yOTcgMzcuMDA1IDI4Mi4yOTIgMzkgMjg4Ljc5NyAzMi40OTUgMjk1LjMwMiAzOSAyOTcuMjk3IDM3LjAwNSAyOTAuNzkyIDMwLjUgMjk3LjI5NyAyMy45OTV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgwIC0yMikiLz4KPC9zdmc+Cg==');
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .filters-section .filter-header-wrapper .close-filter {
    display: block;
  }
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filter-category {
  padding: 10px 5px 10px 0px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filter-category .label {
  font-family: "Diodrum Semibold";
  font-size: 13px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filter-category .acc-icon {
  width: 11px;
  height: 11px;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTggMiI+CiAgICA8cGF0aCBmaWxsPSIjMkUyOTI2IiBkPSJNMTcuNjI1IDBILjM3NUMuMTY4IDAgMCAuMTUgMCAuMzMzdjEuMzM0QzAgMS44NS4xNjggMiAuMzc1IDJoMTcuMjVjLjIwNyAwIC4zNzUtLjE1LjM3NS0uMzMzVi4zMzNDMTggLjE1IDE3LjgzMiAwIDE3LjYyNSAweiIvPgo8L3N2Zz4K');
  position: relative;
  right: 0px;
  float: right;
  top: 10px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container {
  min-height: 20px;
  padding: 15px 0px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row {
  margin-top: 10px;
  cursor: pointer;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row.facet-disabled {
  display: none;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-checkbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  background-size: 90% 90%;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0px;
  margin-right: 5px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-checkbox.selected {
  background: #e4001c;
  border: 1px solid #e4001c;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-checkbox.selected:after {
  content: "\f00c";
  font-size: 10px;
  position: relative;
  top: -2px;
  left: 3px;
  color: #ffffff;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-label {
  font-family: "Diodrum Regular";
  font-size: 13px;
  margin-left: 20px;
  color: #000000;
  padding-top: 2px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-label.slctd {
  color: #e4001c;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li.collapsed .acc-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0xNy42MjUgNy44NzVoLTcuNXYtNy41QzEwLjEyNS4xNjggOS45NTcgMCA5Ljc1IDBoLTEuNWMtLjIwNyAwLS4zNzUuMTY4LS4zNzUuMzc1djcuNWgtNy41Yy0uMjA3IDAtLjM3NS4xNjgtLjM3NS4zNzV2MS41YzAgLjIwNy4xNjguMzc1LjM3NS4zNzVoNy41djcuNWMwIC4yMDcuMTY4LjM3NS4zNzUuMzc1aDEuNWMuMjA3IDAgLjM3NS0uMTY4LjM3NS0uMzc1di03LjVoNy41Yy4yMDcgMCAuMzc1LS4xNjguMzc1LS4zNzV2LTEuNWMwLS4yMDctLjE2OC0uMzc1LS4zNzUtLjM3NXoiLz4KPC9zdmc+Cg==');
  top: 10px;
}
.cmp-sol-finder-result.default .filters-section .filter-accordion-sf li.collapsed .filters-container {
  display: none;
}
.cmp-sol-finder-result.default .filters-section .mob-btns-container {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .filters-section .mob-btns-container {
    display: block;
    position: fixed;
    bottom: 2.5%;
    padding-bottom: 20px;
    margin: auto;
    width: 80%;
    background: #ffffff;
  }
}
.cmp-sol-finder-result.default .filters-section .mob-btns-container .clear-btn {
  font-family: "Diodrum Medium";
  font-size: 13px;
  color: #000000;
  padding: 5px 10px;
  float: left;
}
.cmp-sol-finder-result.default .filters-section .mob-btns-container .save-btn {
  font-family: "Diodrum Medium";
  font-size: 13px;
  color: #ffffff;
  background-color: #e4001c;
  border-radius: 5px;
  padding: 5px 25px 2px 25px;
  float: right;
}
.cmp-sol-finder-result.default .results-section {
  float: right;
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.cmp-sol-finder-result.default .results-section.col-12 {
  padding-left: 0px;
}
.cmp-sol-finder-result.default .results-section .search-block {
  margin-bottom: 65px;
  margin-top: -26px;
  margin-left: -15px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .search-block {
    margin-left: 0px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px;
  }
}
.cmp-sol-finder-result.default .results-section .search-block .search-icon {
  display: block;
  background-size: 100% 100%;
  color: black;
  position: relative;
  top: 34px;
  left: 10px;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+NzFFQjg1QTQtQkJGOS00MDM4LUJCMzQtOTgyMEQ4OTkzQzk0PC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTcuMDAwMDAwLCAtNTA2LjAwMDAwMCkiIGZpbGw9IiMyRTI5MjYiPgogICAgICAgICAgICA8ZyBpZD0iU2VhcmNoLUJhciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgNDk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI2LjMzODU3NjEsMzIuNTYxNzE5OCBDMjEuMjQxNDE4MSwzMi41NjE3MTk4IDE3LjA4MDQ3MjcsMjguNDAwODMyMiAxNy4wODA0NzI3LDIzLjMwMzc0NDggQzE3LjA4MDQ3MjcsMTguMjA2NjU3NCAyMS4yNDE0MTgxLDE0LjA0NTc2OTggMjYuMzM4NTc2MSwxNC4wNDU3Njk4IEMzMS40MzU3MzQyLDE0LjA0NTc2OTggMzUuNTk2Njc5NiwxOC4yMDY2NTc0IDM1LjU5NjY3OTYsMjMuMzAzNzQ0OCBDMzUuNTk2Njc5NiwyOC40MDA4MzIyIDMxLjQzNTczNDIsMzIuNTYxNzE5OCAyNi4zMzg1NzYxLDMyLjU2MTcxOTggTTM3LjYwNzgwMzIsMjMuMzM4NDE4OSBDMzcuNjA3ODAzMiwxNy4wOTcwODc0IDMyLjUxMDY0NTEsMTIgMjYuMjY5MjI3LDEyIEMyMC4wMjc4MDksMTIgMTUsMTcuMDk3MDg3NCAxNSwyMy4zMzg0MTg5IEMxNSwyOS41Nzk0MDM2IDIwLjA5NzE1ODEsMzQuNjc2ODM3NyAyNi4zMzg1NzYxLDM0LjY3NjgzNzcgQzI5LjA3NzUxODQsMzQuNjc2ODM3NyAzMS42MDkxMDY5LDMzLjcwNTk2MzkgMzMuNTg1MjA5MiwzMi4wNDE2MDg5IEwzOC41NDQwMTU5LDM3IEw0MCwzNS41NDM2ODkzIEwzNS4wNDE4ODY5LDMwLjU1MDYyNDEgQzM2LjYzNjkxNTksMjguNjA4ODc2NiAzNy42MDc4MDMyLDI2LjA3NzY2OTkgMzcuNjA3ODAzMiwyMy4zMzg0MTg5IiBpZD0iRmlsbC0xLUNvcHktMiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-sol-finder-result.default .results-section .search-block #search-box {
  float: left;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #dadada;
  font-size: 16px;
  font-family: "Diodrum Regular";
  padding: 10px 45px;
}
@media screen and (max-width: 575px) {
  .cmp-sol-finder-result.default .results-section .search-block #search-box {
    font-size: 14px;
    padding: 14px 45px;
  }
}
.cmp-sol-finder-result.default .results-section .search-block .clear-search-btn {
  float: left;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 13px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-sol-finder-result.default .results-section .search-block .search-btn {
  float: left;
  width: 60px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-family: "Diodrum Semibold";
  border-radius: 4px;
  border: 1px solid #000000;
  cursor: pointer;
  margin-left: 15px;
}
.cmp-sol-finder-result.default .results-section .search-block .search-btn:hover {
  background: #ffffff;
  color: #000000;
}
.cmp-sol-finder-result.default .results-section .row-1 {
  margin: 0px;
}
.cmp-sol-finder-result.default .results-section .row-1 .cmpr-btn {
  background: #e1e1e1;
  color: #ffffff;
  font-size: 13px;
  border-radius: 20px;
  padding: 8px 20px;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  max-width: 350px;
  margin: auto;
  display: none;
  margin-bottom: 15px;
}
.cmp-sol-finder-result.default .results-section .row-1 .cmpr-btn.hidden {
  visibility: hidden;
}
.cmp-sol-finder-result.default .results-section .row-1 .cmpr-btn.enabled {
  cursor: pointer;
  display: block;
  background-color: #e4001c;
}
@media screen and (min-width: 1024px) {
  .cmp-sol-finder-result.default .results-section .row-1 .cmpr-btn {
    position: fixed;
    bottom: 130px;
    z-index: 1;
    right: 20px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .row-1 {
    margin-top: 20px;
  }
}
.cmp-sol-finder-result.default .results-section .btns-container {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .btns-container {
    display: flow-root;
  }
}
.cmp-sol-finder-result.default .results-section .btns-container .results-count {
  font-family: "Diodrum Regular";
  font-size: 14px;
  float: left;
  background: #e4001c;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .btns-container .results-count .total-results-count {
  padding: 1px 8px;
  background: #e4001c;
  border-radius: 11px;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .btns-container .results-count {
    display: block;
  }
}
.cmp-sol-finder-result.default .results-section .btns-container .clear-filtrs {
  float: right;
  font-family: "Diodrum Semibold";
  font-size: 13px;
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .btns-container .clear-filtrs {
    display: block;
  }
}
.cmp-sol-finder-result.default .results-section .btns-container .clear-filtrs .cl-icon {
  float: left;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-top: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
  background-size: 100% 100%;
}
.cmp-sol-finder-result.default .results-section .btns-container .clear-filtrs span {
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .btn-container {
  margin-bottom: 25px;
  margin-top: -15px !important;
}
.cmp-sol-finder-result.default .results-section .btn-container.m-t-0 {
  margin-top: 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .btn-container.m-t-0 {
    margin-bottom: -20px;
  }
}
.cmp-sol-finder-result.default .results-section .btn-container.m-b-20 {
  margin-bottom: -20px;
}
.cmp-sol-finder-result.default .results-section .btn-container .col-12 {
  text-align: right;
}
.cmp-sol-finder-result.default .results-section .btn-container .col-5 .results-count-container {
  font-family: "Diodrum Regular";
  font-size: 14px;
  margin-top: 13px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .btn-container .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cmp-sol-finder-result.default .results-section .btn-container .col-7 {
  display: none;
}
.cmp-sol-finder-result.default .results-section .btn-container .col-7 .view-icons {
  margin-top: 10px;
  margin-right: 15px;
  float: right;
  font-family: "Diodrum Regular";
  font-size: 14px;
}
.cmp-sol-finder-result.default .results-section .btn-container .col-7 .view-icons .fas {
  color: #e1e1e1;
  background: white;
  border: none;
  outline: none;
  font-size: 18px;
}
.cmp-sol-finder-result.default .results-section .btn-container .col-7 .view-icons .fas.active {
  color: #000000;
}
.cmp-sol-finder-result.default .results-section .btn-container .col-7 .arrow-icons {
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .btn-container .col-7 {
    display: none !important;
  }
}
.cmp-sol-finder-result.default .results-section .btn-container .arrow-icons {
  float: right;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.cmp-sol-finder-result.default .results-section .btn-container .arrow-icons.disabled {
  pointer-events: none;
  color: #bbb;
}
.cmp-sol-finder-result.default .results-section .btn-container .arrow-icons span {
  padding: 4px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .btn-container .arrow-icons span.inactive {
  pointer-events: none;
  cursor: default;
  color: #bbb;
}
.cmp-sol-finder-result.default .results-section .btn-container .arrow-icons span:first-child {
  margin-right: -5px;
}
.cmp-sol-finder-result.default .results-section .results-container {
  overflow-y: hidden;
  padding-top: 13px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel.grid-view {
  flex: 0 0 100%;
  max-width: 100%;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel.grid-view .lp-content {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel.grid-view .lp-content .prod-item {
  height: auto;
  display: flex;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel.grid-view .lp-content .prod-item .text-wrap .prod-title {
  font-size: 16px;
  height: auto;
  margin-top: 8px;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel.grid-view .lp-content .prod-item .text-wrap .prod-desc {
  display: -webkit-box;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container .left-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-header {
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  visibility: hidden;
  font-family: "Diodrum Bold";
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-header div {
  margin-top: -12px;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-header .clear-selections {
  width: 50%;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-header .clear-selections .cl-icon {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-top: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
  background-size: 100% 100%;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-header .clear-selections span {
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-header .selection-tip {
  width: 50%;
  text-align: right;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content {
  box-shadow: 10px 5px 20px -2px #fce5e8;
  -webkit-box-shadow: 10px 5px 20px -2px #fce5e8;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item {
  padding: 0px;
  position: relative;
  height: 50px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item {
    display: flex;
    height: auto;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .text-wrap {
  width: 100%;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-title {
  color: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-title {
    height: auto;
    margin-top: 8px;
    font-size: 16px;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-title:hover {
  color: #e4001c;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-desc {
  display: none;
  font-family: "Diodrum Regular";
  font-size: 13px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-desc {
    display: -webkit-box;
    height: auto;
    margin-bottom: 8px;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .prod-ckbox {
  display: none;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  float: right;
  border: 1px solid #000000;
  border-radius: 20px;
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .prod-ckbox.slctd-product {
  background: #e4001c;
  border: 1px solid #e4001c;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item .prod-ckbox.slctd-product:after {
  content: "\f00c";
  font-size: 12px;
  position: relative;
  top: 0px;
  left: 3px;
  color: #ffffff;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item.show-compr .prod-ckbox {
  display: block;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item.show-compr .text-wrap {
  width: calc(100% - 30px);
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item.show-props {
  padding: 8px 10px;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item.show-props:nth-child(odd) {
  background: #fce5e8;
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item.show-props .prod-title {
  display: -webkit-box;
  color: #e4001c;
  /*&:hover {
                                            color:@color1;
                                        }*/
}
.cmp-sol-finder-result.default .results-section .results-container .left-panel .lp-content .prod-item.show-props .prod-ckbox {
  border: 1px solid #e4001c;
  /*&.slctd-product {
                                            background: @color1;
                                        }*/
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel {
  margin-top: -12px;
  padding: 0px;
  box-shadow: -10px 40px 20px -2px #fce5e8;
  -webkit-box-shadow: -10px 40px 20px -2px #fce5e8;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel.hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.default .results-section .results-container .right-panel {
    display: none;
  }
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container {
  overflow: hidden;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-header {
  flex-wrap: nowrap;
  font-size: 14px;
  font-family: "Diodrum Bold";
  margin: 0px 0px 5px 0px;
  position: relative;
  left: 0px;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-header .col-3 {
  height: 30px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-header .col-3 span:not(.fas) {
  overflow: hidden;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-header .col-3 .fas {
  margin-left: 4px;
  margin-top: 2px;
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-content {
  position: relative;
  left: 0px;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-content .row {
  flex-wrap: nowrap;
  margin: 0px;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-content .row .col-3 {
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  font-size: 14px;
  font-family: "Noto Sans Regular";
  height: 50px;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-content .row .col-3 span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-content .row:nth-child(odd) {
  background: #fce5e8;
}
.cmp-sol-finder-result.default .results-section .results-container .right-panel .rp-container .rp-content .row:nth-child(odd) .col-3 {
  background: #fce5e8;
}
.cmp-sol-finder-result.default .results-section .no-result-found {
  display: none;
  width: 100%;
  padding: 40px 20px 20px 20px;
  font-family: "Diodrum Semibold";
  font-size: 18px;
}
.cmp-sol-finder-result.default .results-section .pagination-container {
  display: flex;
  justify-content: left;
  padding-top: 30px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.cmp-sol-finder-result.default .results-section .pagination-container a {
  font-size: 16px;
  font-family: "Diodrum Regular";
  cursor: pointer;
}
.cmp-sol-finder-result.default .results-section .pagination-container span {
  padding: 8px 20px;
  border: 1px solid #000000;
  border-radius: 25px;
}
.cmp-sol-finder-result.default .results-section .pagination-container span:hover {
  color: #ffffff;
  background-color: #e4001c;
  border: 1px solid #e4001c;
}
.cmp-sol-finder-result.tealcolor .headline {
  text-align: left;
  font-size: 36px;
  font-family: "Diodrum Medium";
  color: #00b2a9;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .headline {
    font-size: 28px;
  }
}
.cmp-sol-finder-result.tealcolor .filters-section {
  float: left;
  padding-left: 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .filters-section {
    display: none;
    position: fixed;
    width: 90%;
    max-width: 90%;
    z-index: 1000000002;
    top: 2.5%;
    left: 5%;
    background: #ffffff;
    height: 95%;
    padding: 5%;
    border-radius: 14px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper {
  border-top: 8px solid #eeeeee;
  padding: 10px 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper {
    padding: 0px 0px 10px 0px;
    border-top: 0px solid #eeeeee;
    position: fixed;
    width: 80%;
    background-color: white;
    top: 2.5%;
    padding-top: 10px;
  }
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .filter-head {
  float: left;
  font-family: "Diodrum Semibold";
  font-size: 16px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .clear-filter {
  float: right;
  font-family: "Diodrum Medium";
  font-size: 10px;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .clear-filter:hover {
  opacity: 0.65;
  text-decoration: underline;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .clear-filter .clear-icon {
  display: block;
  float: left;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .clear-filter {
    display: none;
  }
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .close-filter {
  float: right;
  display: none;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE4IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiMyRTI5MjYiIGQ9Ik0yOTUuMzAyIDIyTDI4OC43OTcgMjguNTA1IDI4Mi4yOTIgMjIgMjgwLjI5NyAyMy45OTUgMjg2LjgwMiAzMC41IDI4MC4yOTcgMzcuMDA1IDI4Mi4yOTIgMzkgMjg4Ljc5NyAzMi40OTUgMjk1LjMwMiAzOSAyOTcuMjk3IDM3LjAwNSAyOTAuNzkyIDMwLjUgMjk3LjI5NyAyMy45OTV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjgwIC0yMikiLz4KPC9zdmc+Cg==');
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .filters-section .filter-header-wrapper .close-filter {
    display: block;
  }
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filter-category {
  padding: 10px 5px 10px 0px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filter-category .label {
  font-family: "Diodrum Semibold";
  font-size: 13px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filter-category .acc-icon {
  width: 11px;
  height: 11px;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTggMiI+CiAgICA8cGF0aCBmaWxsPSIjMkUyOTI2IiBkPSJNMTcuNjI1IDBILjM3NUMuMTY4IDAgMCAuMTUgMCAuMzMzdjEuMzM0QzAgMS44NS4xNjggMiAuMzc1IDJoMTcuMjVjLjIwNyAwIC4zNzUtLjE1LjM3NS0uMzMzVi4zMzNDMTggLjE1IDE3LjgzMiAwIDE3LjYyNSAweiIvPgo8L3N2Zz4K');
  position: relative;
  right: 0px;
  float: right;
  top: 10px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container {
  min-height: 20px;
  padding: 15px 0px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row {
  margin-top: 10px;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row.facet-disabled {
  display: none;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-checkbox {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  background-size: 90% 90%;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0px;
  margin-right: 5px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-checkbox.selected {
  background: #00b2a9;
  border: 1px solid #00b2a9;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-checkbox.selected:after {
  content: "\f00c";
  font-size: 10px;
  position: relative;
  top: -2px;
  left: 3px;
  color: #ffffff;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-label {
  font-family: "Diodrum Regular";
  font-size: 13px;
  margin-left: 20px;
  color: #000000;
  padding-top: 2px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li .filters-container .filter-row .filter-label.slctd {
  color: #00b2a9;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li.collapsed .acc-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0xNy42MjUgNy44NzVoLTcuNXYtNy41QzEwLjEyNS4xNjggOS45NTcgMCA5Ljc1IDBoLTEuNWMtLjIwNyAwLS4zNzUuMTY4LS4zNzUuMzc1djcuNWgtNy41Yy0uMjA3IDAtLjM3NS4xNjgtLjM3NS4zNzV2MS41YzAgLjIwNy4xNjguMzc1LjM3NS4zNzVoNy41djcuNWMwIC4yMDcuMTY4LjM3NS4zNzUuMzc1aDEuNWMuMjA3IDAgLjM3NS0uMTY4LjM3NS0uMzc1di03LjVoNy41Yy4yMDcgMCAuMzc1LS4xNjguMzc1LS4zNzV2LTEuNWMwLS4yMDctLjE2OC0uMzc1LS4zNzUtLjM3NXoiLz4KPC9zdmc+Cg==');
  top: 10px;
}
.cmp-sol-finder-result.tealcolor .filters-section .filter-accordion-sf li.collapsed .filters-container {
  display: none;
}
.cmp-sol-finder-result.tealcolor .filters-section .mob-btns-container {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .filters-section .mob-btns-container {
    display: block;
    position: fixed;
    bottom: 2.5%;
    padding-bottom: 20px;
    margin: auto;
    width: 80%;
    background: #ffffff;
  }
}
.cmp-sol-finder-result.tealcolor .filters-section .mob-btns-container .clear-btn {
  font-family: "Diodrum Medium";
  font-size: 13px;
  color: #000000;
  padding: 5px 10px;
  float: left;
}
.cmp-sol-finder-result.tealcolor .filters-section .mob-btns-container .save-btn {
  font-family: "Diodrum Medium";
  font-size: 13px;
  color: #ffffff;
  background-color: #00b2a9;
  border-radius: 5px;
  padding: 5px 25px 2px 25px;
  float: right;
}
.cmp-sol-finder-result.tealcolor .results-section {
  float: right;
  padding-right: 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section.col-12 {
  padding-left: 0px;
}
.cmp-sol-finder-result.tealcolor .results-section .search-block {
  margin-bottom: 65px;
  margin-top: -26px;
  margin-left: -15px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .search-block {
    margin-left: 0px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .search-block .search-icon {
  display: block;
  background-size: 100% 100%;
  color: black;
  position: relative;
  top: 34px;
  left: 10px;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+NzFFQjg1QTQtQkJGOS00MDM4LUJCMzQtOTgyMEQ4OTkzQzk0PC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTcuMDAwMDAwLCAtNTA2LjAwMDAwMCkiIGZpbGw9IiMyRTI5MjYiPgogICAgICAgICAgICA8ZyBpZD0iU2VhcmNoLUJhciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQyLjAwMDAwMCwgNDk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI2LjMzODU3NjEsMzIuNTYxNzE5OCBDMjEuMjQxNDE4MSwzMi41NjE3MTk4IDE3LjA4MDQ3MjcsMjguNDAwODMyMiAxNy4wODA0NzI3LDIzLjMwMzc0NDggQzE3LjA4MDQ3MjcsMTguMjA2NjU3NCAyMS4yNDE0MTgxLDE0LjA0NTc2OTggMjYuMzM4NTc2MSwxNC4wNDU3Njk4IEMzMS40MzU3MzQyLDE0LjA0NTc2OTggMzUuNTk2Njc5NiwxOC4yMDY2NTc0IDM1LjU5NjY3OTYsMjMuMzAzNzQ0OCBDMzUuNTk2Njc5NiwyOC40MDA4MzIyIDMxLjQzNTczNDIsMzIuNTYxNzE5OCAyNi4zMzg1NzYxLDMyLjU2MTcxOTggTTM3LjYwNzgwMzIsMjMuMzM4NDE4OSBDMzcuNjA3ODAzMiwxNy4wOTcwODc0IDMyLjUxMDY0NTEsMTIgMjYuMjY5MjI3LDEyIEMyMC4wMjc4MDksMTIgMTUsMTcuMDk3MDg3NCAxNSwyMy4zMzg0MTg5IEMxNSwyOS41Nzk0MDM2IDIwLjA5NzE1ODEsMzQuNjc2ODM3NyAyNi4zMzg1NzYxLDM0LjY3NjgzNzcgQzI5LjA3NzUxODQsMzQuNjc2ODM3NyAzMS42MDkxMDY5LDMzLjcwNTk2MzkgMzMuNTg1MjA5MiwzMi4wNDE2MDg5IEwzOC41NDQwMTU5LDM3IEw0MCwzNS41NDM2ODkzIEwzNS4wNDE4ODY5LDMwLjU1MDYyNDEgQzM2LjYzNjkxNTksMjguNjA4ODc2NiAzNy42MDc4MDMyLDI2LjA3NzY2OTkgMzcuNjA3ODAzMiwyMy4zMzg0MTg5IiBpZD0iRmlsbC0xLUNvcHktMiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=');
}
.cmp-sol-finder-result.tealcolor .results-section .search-block #search-box {
  float: left;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #dadada;
  font-size: 16px;
  font-family: "Diodrum Regular";
  padding: 10px 45px;
}
@media screen and (max-width: 575px) {
  .cmp-sol-finder-result.tealcolor .results-section .search-block #search-box {
    font-size: 14px;
    padding: 14px 45px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .search-block .clear-search-btn {
  float: left;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 13px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}
.cmp-sol-finder-result.tealcolor .results-section .search-block .search-btn {
  float: left;
  width: 60px;
  height: 50px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-family: "Diodrum Semibold";
  border-radius: 4px;
  border: 1px solid #000000;
  cursor: pointer;
  margin-left: 15px;
}
.cmp-sol-finder-result.tealcolor .results-section .search-block .search-btn:hover {
  background: #ffffff;
  color: #000000;
}
.cmp-sol-finder-result.tealcolor .results-section .row-1 {
  margin: 0px;
}
.cmp-sol-finder-result.tealcolor .results-section .row-1 .cmpr-btn {
  background: #e1e1e1;
  color: #ffffff;
  font-size: 13px;
  border-radius: 20px;
  padding: 8px 20px;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  max-width: 350px;
  margin: auto;
  display: none;
  margin-bottom: 15px;
}
.cmp-sol-finder-result.tealcolor .results-section .row-1 .cmpr-btn.hidden {
  visibility: hidden;
}
.cmp-sol-finder-result.tealcolor .results-section .row-1 .cmpr-btn.enabled {
  cursor: pointer;
  display: block;
  background-color: #00b2a9;
}
@media screen and (min-width: 1024px) {
  .cmp-sol-finder-result.tealcolor .results-section .row-1 .cmpr-btn {
    position: fixed;
    bottom: 130px;
    z-index: 1;
    right: 20px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .row-1 {
    margin-top: 20px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btns-container {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .btns-container {
    display: flow-root;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btns-container .results-count {
  font-family: "Diodrum Regular";
  font-size: 14px;
  float: left;
  background: #00b2a9;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .btns-container .results-count .total-results-count {
  padding: 1px 8px;
  background: #e4001c;
  border-radius: 11px;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .btns-container .results-count {
    display: block;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btns-container .clear-filtrs {
  float: right;
  font-family: "Diodrum Semibold";
  font-size: 13px;
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .btns-container .clear-filtrs {
    display: block;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btns-container .clear-filtrs .cl-icon {
  float: left;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-top: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
  background-size: 100% 100%;
}
.cmp-sol-finder-result.tealcolor .results-section .btns-container .clear-filtrs span {
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container {
  margin-bottom: 25px;
  margin-top: -15px !important;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container.m-t-0 {
  margin-top: 0px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .btn-container.m-t-0 {
    margin-bottom: -20px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container.m-b-20 {
  margin-bottom: -20px;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-12 {
  text-align: right;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-5 .results-count-container {
  font-family: "Diodrum Regular";
  font-size: 14px;
  margin-top: 13px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .btn-container .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-7 {
  display: none;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-7 .view-icons {
  margin-top: 10px;
  margin-right: 15px;
  float: right;
  font-family: "Diodrum Regular";
  font-size: 14px;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-7 .view-icons .fas {
  color: #e1e1e1;
  background: white;
  border: none;
  outline: none;
  font-size: 18px;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-7 .view-icons .fas.active {
  color: #000000;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .col-7 .arrow-icons {
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .btn-container .col-7 {
    display: none !important;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .arrow-icons {
  float: right;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .arrow-icons.disabled {
  pointer-events: none;
  color: #bbb;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .arrow-icons span {
  padding: 4px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .arrow-icons span.inactive {
  pointer-events: none;
  cursor: default;
  color: #bbb;
}
.cmp-sol-finder-result.tealcolor .results-section .btn-container .arrow-icons span:first-child {
  margin-right: -5px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container {
  overflow-y: hidden;
  padding-top: 13px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel.grid-view {
  flex: 0 0 100%;
  max-width: 100%;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel.grid-view .lp-content {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel.grid-view .lp-content .prod-item {
  height: auto;
  display: flex;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel.grid-view .lp-content .prod-item .text-wrap .prod-title {
  font-size: 16px;
  height: auto;
  margin-top: 8px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel.grid-view .lp-content .prod-item .text-wrap .prod-desc {
  display: -webkit-box;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-header {
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  visibility: hidden;
  font-family: "Diodrum Bold";
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-header div {
  margin-top: -12px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-header .clear-selections {
  width: 50%;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-header .clear-selections .cl-icon {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-top: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+REFFMkI3NEItNkEwNS00MjMxLTlDMTYtNDhBOTIwMkYwOTFBPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkZBUS1TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk0LjAwMDAwMCwgLTUxMC4wMDAwMDApIiBmaWxsPSIjMkUyOTI2Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTExMDQsNTEwIEMxMTA5LjUzMzUsNTEwIDExMTQsNTE0LjQ5MTMxNSAxMTE0LDUyMCBDMTExNCw1MjUuNTMzNDk5IDExMDkuNTMzNSw1MzAgMTEwNCw1MzAgQzEwOTguNDkxMzIsNTMwIDEwOTQsNTI1LjUzMzQ5OSAxMDk0LDUyMCBDMTA5NCw1MTQuNDkxMzE1IDEwOTguNDkxMzIsNTEwIDExMDQsNTEwIFogTTExMDIuODgzMzcsNTIwIEwxMDk5LjIzNTczLDUxNi4zNTIzNTcgTDExMDAuMzUyMzYsNTE1LjIzNTczMiBMMTEwNCw1MTguODgzMzc1IEwxMTA3LjY3MjQ2LDUxNS4yMzU3MzIgTDExMDguNzg5MDgsNTE2LjM1MjM1NyBMMTEwNS4xMTY2Myw1MjAgTDExMDguNzg5MDgsNTIzLjY3MjQ1NyBMMTEwNy42NzI0Niw1MjQuNzg5MDgyIEwxMTA0LDUyMS4xMTY2MjUgTDExMDAuMzUyMzYsNTI0Ljc4OTA4MiBMMTA5OS4yMzU3Myw1MjMuNjcyNDU3IEwxMTAyLjg4MzM3LDUyMCBaIiBpZD0iQ2xlYXIiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
  background-size: 100% 100%;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-header .clear-selections span {
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-header .selection-tip {
  width: 50%;
  text-align: right;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content {
  box-shadow: 10px 5px 20px -2px #e8f6f7;
  -webkit-box-shadow: 10px 5px 20px -2px #e8f6f7;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item {
  padding: 0px;
  position: relative;
  height: 50px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item {
    display: flex;
    height: auto;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .text-wrap {
  width: 100%;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-title {
  color: #000000;
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-title {
    height: auto;
    margin-top: 8px;
    font-size: 16px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-title:hover {
  color: #00b2a9;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-desc {
  display: none;
  font-family: "Diodrum Regular";
  font-size: 13px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .text-wrap .prod-desc {
    display: -webkit-box;
    height: auto;
    margin-bottom: 8px;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .prod-ckbox {
  display: none;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  float: right;
  border: 1px solid #000000;
  border-radius: 20px;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .prod-ckbox.slctd-product {
  background: #00b2a9;
  border: 1px solid #00b2a9;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item .prod-ckbox.slctd-product:after {
  content: "\f00c";
  font-size: 12px;
  position: relative;
  top: 0px;
  left: 3px;
  color: #ffffff;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item.show-compr .prod-ckbox {
  display: block;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item.show-compr .text-wrap {
  width: calc(100% - 30px);
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item.show-props {
  padding: 8px 10px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item.show-props:nth-child(odd) {
  background: #e8f6f7;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item.show-props .prod-title {
  display: -webkit-box;
  color: #00b2a9;
  /*&:hover {
                                            color:@color1;
                                        }*/
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .left-panel .lp-content .prod-item.show-props .prod-ckbox {
  border: 1px solid #00b2a9;
  /*&.slctd-product {
                                            background: @color1;
                                        }*/
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel {
  margin-top: -12px;
  padding: 0px;
  box-shadow: -10px 40px 20px -2px #e8f6f7;
  -webkit-box-shadow: -10px 40px 20px -2px #e8f6f7;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel.hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel {
    display: none;
  }
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container {
  overflow: hidden;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-header {
  flex-wrap: nowrap;
  font-size: 14px;
  font-family: "Diodrum Bold";
  margin: 0px 0px 5px 0px;
  position: relative;
  left: 0px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-header .col-3 {
  height: 30px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-header .col-3 span:not(.fas) {
  overflow: hidden;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-header .col-3 .fas {
  margin-left: 4px;
  margin-top: 2px;
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-content {
  position: relative;
  left: 0px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-content .row {
  flex-wrap: nowrap;
  margin: 0px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-content .row .col-3 {
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  font-size: 14px;
  font-family: "Noto Sans Regular";
  height: 50px;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-content .row .col-3 span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-content .row:nth-child(odd) {
  background: #e8f6f7;
}
.cmp-sol-finder-result.tealcolor .results-section .results-container .right-panel .rp-container .rp-content .row:nth-child(odd) .col-3 {
  background: #e8f6f7;
}
.cmp-sol-finder-result.tealcolor .results-section .no-result-found {
  display: none;
  width: 100%;
  padding: 40px 20px 20px 20px;
  font-family: "Diodrum Semibold";
  font-size: 18px;
}
.cmp-sol-finder-result.tealcolor .results-section .pagination-container {
  display: flex;
  justify-content: left;
  padding-top: 30px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.cmp-sol-finder-result.tealcolor .results-section .pagination-container a {
  font-size: 16px;
  font-family: "Diodrum Regular";
  cursor: pointer;
}
.cmp-sol-finder-result.tealcolor .results-section .pagination-container span {
  padding: 8px 20px;
  border: 1px solid #000000;
  border-radius: 25px;
}
.cmp-sol-finder-result.tealcolor .results-section .pagination-container span:hover {
  color: #ffffff;
  background-color: #00b2a9;
  border: 1px solid #00b2a9;
}
.cmp-sol-finder-result .filter-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  z-index: 9999;
}
.mk-prod-search {
  font-family: "Diodrum Regular";
  z-index: 98;
}
.mk-prod-search.ui-widget {
  font-family: "Diodrum Regular";
}
.mk-prod-search.ui-widget a {
  font-family: "Diodrum Regular";
  font-size: 18px;
  color: #000000 !important;
}
@media screen and (max-width: calc(576px - 1px)) {
  .mk-prod-search.ui-widget a {
    font-size: 14px;
  }
}
.mk-prod-search.ui-widget-content {
  border: 0px;
  border-top: 1px solid #e1e1e1;
  background: #fdfdfd;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 20px !important;
}
@media screen and (max-width: calc(576px - 1px)) {
  .mk-prod-search.ui-widget-content {
    border: 0px;
    /*box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.25);
			-webkit-box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 6px 2px 0px rgba(0, 0, 0, 0.25);*/
    padding: 20px 33px 20px 33px !important;
  }
}
@media screen and (max-width: calc(576px - 1px)) {
  .mk-prod-search {
    width: 100% !important;
    left: 0px !important;
    border: 0px !important;
    box-shadow: none;
    max-height: none !important;
    background: #ffffff !important;
    z-index: 98;
  }
}
.mk-prod-search .ui-menu-item {
  padding: 2px !important;
  font-size: 14px;
}
@media screen and (max-width: calc(576px - 1px)) {
  .mk-prod-search .ui-menu-item {
    font-size: 14px !important;
  }
}
.mk-prod-search .ui-menu-item:hover {
  background: #eee;
  font-family: "Diodrum Medium";
}
.mk-prod-search .ui-menu-item span {
  background: none !important;
  border: none !important;
  color: #000 !important;
  padding: 0px !important;
}
/*solution finder search result comonent ends*/

