/* Components */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('');
    src: url('') format('embedded-opentype'), 
      url('') format('woff'), 
      url('') format('truetype'), 
      url('') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Components */

/* Navigation skipper */







.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}


header{
  color: #ffffff;
}
header a{
  color: currentColor;
}

.header_row_1{
  background: rgba(186, 192, 198, 0.32);
}
.header_row_2{
  background-color: #ffffff;
  color: #ffffff;
}

.header__navigation ul {
  list-style: none;
}

.header__navigation ul li.hs-menu-item.hs-menu-depth-1 {
  padding: 0px 10px;
  display: inline-block;
}

.header__navigation ul li.hs-menu-item.hs-menu-depth-1 a {
  display: block;
}

.header__navigation ul li.hs-menu-item.hs-menu-depth-1 a > span{
  pointer-events: none;
}

.header__navigation .sti_mega_logo_row .sti_mega_logo_row_col .sti_mega_logo_col_item {
  display: flex;
}

header p {
  margin: 0;
}
header ul li{
  padding: 5px 10px;
}

.header_search_trigger svg {
  width: 20px;
  fill: currentColor;
  display: block;
}
.header_search_col_auto {
  position: relative;
}

.search_input_wrapper {
  left: auto;
  position: absolute;
  right: -10px;
  top: 0;
  width: 500px;
  top: -10px;
}

.search_input_wrapper button.hs-search-field__button {
  float: left;
  position: absolute;
  left: 0;
  background: transparent;
  border: 0;
  width: 34px;
  height: 34px;
}

.search_input_wrapper .header_search_close_trigger {
  position: absolute;
  top: 3px;
  right: 10px;
}

.search_input_wrapper input#search_input-input {
  padding-bottom: 5px;
  padding-left: 30px;
  padding-top: 5px;
  border: 0 !important;
  outline: none;
}

.drop_box a:not(.button) {
  color: currentColor;
}

body header .drop_box p {
  color: currentColor !important;
}

body header .drop_box h6 {
  color: currentColor !important;
}

body header .dropdown {
  background-color: #fff;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
  color: #0C0C0C;
}
body header .dropdown *{
  color: currentColor;
}

.sti_header_mega_menu ul.tabnav > li > a{
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 4px solid transparent;
  display: block;
  padding-bottom: 15px;
  margin-bottom: -6px;
  padding-top: 10px;
}

.mega_tab_grey_box {
  width: 100%;
  height: 100%;
  background: #F8F9FB;
  border-radius: 4px;
  border: 1px #CED4DA solid;
  padding: 1rem;
}

.mega_tab_blue_box{
  width: 100%; height: 100%;
  border-radius: 4px;
  padding: 1rem;
  background: rgba(0, 184, 204, 0.60);
}

.mega_tab_orange_box{
  width: 100%; height: 100%; 
  border-radius: 4px;
  background: #E06F34;
  padding: 1rem;
}
#hs_cos_wrapper_language_switcher .hs-language-switcher__button {
  background: transparent;
  border: 0;
}

body #hs_cos_wrapper_language_switcher .hs-language-switcher__icon {
  display: none;
}

body #hs_cos_wrapper_language_switcher .hs-language-switcher__icon--dropdown {
  fill: currentColor;
  opacity: 0.25;
  margin-left: 5px;
  vertical-align: middle;
}
.site_wide_notice {
  display:none;
}
.site_wide_notice {
  padding: 3px 20px;
  font-weight: 600;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_wide_notice a,
.site_wide_notice p {
  font-weight: 700;
  font-size: 14px;
  color: #101112;
}
.header_search_close_trigger {
  cursor: pointer;
}
.top_row_my_account_dropdown_mobile {
  display: none;
}
#hs_cos_wrapper_search_input .hs-search-field__button {
  border: 0;
  /* background: white; */
}

#hs_cos_wrapper_search_input .hs-search-field__button  svg {
  opacity: 0;
}

.mega_tab_grey_box p {
  font-size: 14px; 
  margin: 20px 0;
}

.mega_tab_grey_box a {
  color: #0063A1 !important;
}

.mega_tab_blue_box p {
  margin: 20px 0;
  font-size: 12px;
}

.mega_tab_orange_box {}

.mega_tab_orange_box p {
  font-size: 12px;
  font-style: normal;
  /* font-weight: 600; */
  line-height: 1.6;
  margin: 20px 0;
}
.mega_tab_content_item .button.btn-white {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}
.row.sti_mega_logo_item {}

.sti_mega_logo_col_item {
  align-content: center;
  align-items: center;
  border: 1px solid #bac0c6;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.row.sti_mega_logo_row .sti_mega_logo_row_col:nth-child(3n-1) {
  /* padding: 20px; */
}
.header_navigation_col_auto  .hs-menu-wrapper>ul>li>a {
  position: relative;
  text-decoration: none;
}

.header_navigation_col_auto .hs-menu-wrapper>ul>li>a:after {
  content: "";
  background-color: transparent;
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
/* .header_navigation_col_auto .hs-menu-wrapper>ul>li:hover>a:after { 
background-color: #EDBF66;
} */
.header_navigation_col_auto .hs-menu-wrapper>ul>li.hs_menu_wrapper_header_main_menu_enable_megamenu:hover>a:after,
.header_navigation_col_auto .hs-menu-wrapper>ul>li.active>a:after { 
  background-color: #EDBF66;
}
.row.sti_mega_logo_row {
  padding-right: 80px;
}

.row.sti_mega_logo_row .sti_mega_logo_row_col {
  padding-right: 20px;
  padding-bottom: 20px;
}
.sti_header_mega_menu .tabcontent h4 {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
}
.font_bold {
  font-weight: 500;
}
.row.mega_logo_box_menu_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mega_logo_box_menu_wrapper .mega_logo_box_menu_item {
  max-width: 180px;
  padding: 10px;
}

.mega_logo_box_menu_wrapper .mega_logo_box_menu_item a.d-block {
  align-content: center;
  align-items: center;
  border: 1px solid #bac0c6;
  border-radius: 4px;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 106px;
  /* text-align: center; */
  width: 100%;
  font-size: 12px;
  padding: 16px;
}

.mega_logo_box_menu_wrapper .mega_logo_box_menu_item img {
  margin-bottom: 14px;
  width: auto;
  min-width: 90px;
}
.mega_logo_box_menu_wrapper .mega_logo_box_menu_item h6 {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
}
.header_search_trigger {
  cursor: pointer;
}
.tabber-section .sti_mega_logo_col_item a {
  height: 100%;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media(min-width: 768px){
  /*.header__navigation ul li.hs-menu-item.hs-menu-depth-1:hover .dropdown, 
  .header__navigation ul li.hs-menu-item.hs-menu-depth-1:focus-within .dropdown {
  display: block;
} */
  .header__navigation ul li.hs-menu-item.hs-menu-depth-1.active .dropdown {
    display: block;
  }
  .mega_tab_grey_box {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
  }
}

@media(max-width: 767px){
  .header_navigation_col_auto {
    position: fixed;
    z-index: 9;
    bottom: 0;
    background: #0063a1;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    flex-direction: row;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 {
    /* display: inline-flex; */
    flex: 1;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.resources {
    order: 4;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.tools {
    order: 5;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.about-us {
    order: 3;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
    padding: 5px;
    display: block;
  }
  body header .dropdown {
    top: 0;
    position: fixed;
  }
  .sti_header_mega_menu ul.tabnav.open-menu-list {
    display: none !important;
    flex-direction: row;
  }
  .sti_header_mega_menu ul.tabnav>li>a span.tab_by_label {
    display: none;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-weight: 400;
  }

  .sti_header_mega_menu ul.tabnav li a.active span.tab_by_label {
    display: block;
  }
  .sti_header_mega_menu ul.tabnav {
    flex-direction: row;
    align-content: center;
    align-items: center;
  }

  .sti_header_mega_menu ul.tabnav li {
    flex: 1;
  }
  .sti_header_mega_menu .tabcontent {
    max-height: 73vh;
    overflow-y: auto;
    min-height: 73vh;
  }
  .close_menu_trigger {
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0px;
  }
  .top_row_my_account_dropdown_mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
  }
  .top_row_my_account_dropdown_mobile .header_account_drop_box.drop_box {
    display: block !important;
  }
  .header_row_1_right_menu_lang_selector_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    height: 100%;
    color: #000;
    display: none;
  }

  .header_row_1_right_menu_lang_selector_mobile a {
    color: #000;
  }
  .search-open .site_wide_notice {
    display: none !important;
  }
  .site_wide_notice{
    display: none !important;
  }
}







footer{
  font-size: 14px;
}

footer a {
  color: #464E56;
}
footer hr {
  opacity: .2;
  background-color: #fff;
}

.sti_footer_subscribe_form {
  margin-top: -1px;
  background: #ffffff;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.sti_footer_subscribe_form #hs_cos_wrapper_footer_subscribe_form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sti_footer_subscribe_form h3{
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #0063A1;
  margin-right:19px;
}

.sti_footer_subscribe_form form {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
.sti_footer_subscribe_form form .field.hs-form-field {
  margin-bottom: 0;
  position: relative;
}

.sti_footer_subscribe_form form .field.hs-form-field > label {
  padding: 0;
  margin: 0;
  display: none;
}
.sti_footer_subscribe_form .hs_error_rollup {
  display: none;
}
.sti_footer_subscribe_form ul.no-list.hs-error-msgs.inputs-list {
  line-height: 1.5;
  margin: 0;
  width: 100%;
}

.sti_footer_subscribe_form .submitted-message {
  color: #087108;
  /* font-size: 1.25rem; */
  margin-left: 30px;
  padding: 0;
  color: #1E9E69;
  font-size: 18px;
  /* font-family: Roboto; */
  font-weight: 500;
  /* line-height: 30px; */
  word-wrap: break-word;
  vertical-align: middle;
  background-image: url(https://44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/green-tick-round.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 28px;
  background-position: 0 2px;
}
.sti_footer_subscribe_form .submitted-message p {
  color: #464E56;
  margin: 0;
}
.sti_footer_subscribe_form .submitted-message img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.sti_footer_subscribe_form form .field.hs-form-field input.hs-input {
  min-width: 550px;
  min-height: 46px;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  background: #ffffff;
  padding-right: 180px;
  padding-left: 20px;
}
.sti_footer_subscribe_form form .hs-button {
  left: auto;
  min-height: 46px;
  position: absolute;
  min-width: 160px;
  right: 0;
  top: 0;
  font-weight: 600;
  border-radius: 0px 4px 4px 0px;
  width: auto;
}
form .hs-error-msg label.hs-main-font-element, 
form .hs-error-msgs label.hs-main-font-element {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: .8rem;
}

form .inputs-list > li {
  color: #464E56;
  margin: 0;
}
.sti_footer_adv_menu_wrapper{}

.sti_footer_adv_menu_wrapper .hs-menu-wrapper > ul{
  justify-content: space-between;
  list-style: none;
}



.sti_footer_adv_menu_wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color:#101112;
}

.sti_footer_adv_menu_wrapper ul > li.hs-menu-item.hs-menu-depth-2 > a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.footer_copyright_text_link {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.sti_footer_copyright_wrapper.blue_bg.text-white.font-size-12 {}

.sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul {
  justify-content: initial;
}

.sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid;
  line-height: 1;
}

.sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}

.sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1:last-child {
  border-right: 0;
}
.footer_social_icon_link {
  border: 1px solid;
  border-radius: 5px;
}

.footer_social_icon_link svg {
  display: block;
  height: 15px;
  width: 15px;
  fill: #464E56;
}
.copyright p {
  color: #BAC0C6;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.footer .hs-menu-wrapper a {
  font-weight: 700;
  color:#101112;
}
.sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul {
  align-items: flex-start;
}
.sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul .hs-menu-children-wrapper > li > a {
  color: #464E56;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 208.333%;
}
.sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul>li>a {
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
.footer_left_column_intro_below_logo p {
  color: #464E56;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sti_footer_row_2 .lft-col {
  padding-right: 120px;
}
.footer_social_icon_link {
  border-radius: 3.184px;
  border: 0.411px solid #FFF;
  display: flex;
  width: 26.311px;
  height: 26.311px;
  padding: 6.124px;
  justify-content: center;
  align-items: center;
  gap: 2.654px;
}
.rgt-col .row .col-auto {
  width: 25%;
}
.rgt-col .row .col-auto ul li {
  color: #464E56;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 208.333%;
  display: block;
  padding: 0px 0;
  margin: 0;
}
.rgt-col .row .col-auto ul li a{
  color: #464E56 !important;
  font-weight:400;
}
.rgt-col .row .col-auto ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rgt-col .row .col-12 hr {
  margin-bottom: 15px;
  margin-top: 0;
}
.rgt-col .row .col-12 h3 {
  margin: 0;
  color: #101112;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.rgt-col .row .col-auto h6 {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 208.333%;
  margin: 0px 0 0px;
}
.sti_footer_row_2 h4 {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 208.333%;
  margin: 0px 0 0px;
}
.rgt-col .row .col-auto p a {
  text-decoration: underline;
}
.rgt-col .row .col-auto p {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
}
.footer_copyright_text_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flx-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
.flx-grp > div {
  padding: 0 15px;
}
.ftr-logo-grp img {
  width: 100%!important;
  object-fit: cover;
  max-width: 55px!important;
}
.copyright {
  width: calc(100% - 100px);
}
.copyright p {
  margin: 0;
  color:#464E56;
}
.flx-grp {
  flex-wrap: wrap;
}
.sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu {
  padding: 0 15px;
  margin-top: 0;
  margin: 0!important;
}
.ftr-logo-grp {
  width: 100px;
}
@media(min-width: 768px){
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper > ul > li:not(:first-child):not(:last-child) {
    padding-left: 10px;
    padding-right: 10px;
  }
  span.drop_menu_trigger {
    display: none;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul> li > a {
    pointer-events: none;
  }
  .sti_footer_subscribe_form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    white-space: nowrap;
  }
}
@media(max-width: 767px){
  .sti_footer_subscribe_form h3{
    padding-bottom: 0;
  }
  .sti_footer_subscribe_form .submitted-message {

    margin-left: 0;

  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper li ul.hs-menu-children-wrapper {
    display: none;
  }
  span.drop_menu_trigger {
    float: right;
    font-size: 20px;
  }

  span.drop_menu_trigger span.minus_icon {
    display: none;
  }

  .sti_footer_adv_menu_wrapper .hs-menu-wrapper li.active-nav span.drop_menu_trigger span.plus_icon {
    display: none;
  }

  .sti_footer_adv_menu_wrapper .hs-menu-wrapper li.active-nav span.drop_menu_trigger span.minus_icon {
    display: block;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper li {
    cursor: pointer;
  }
  .sti_footer_subscribe_form #hs_cos_wrapper_footer_subscribe_form {
    flex-direction: column;
  }
  .sti_footer_subscribe_form form {
    margin-top: 20px;
    padding-left: 20px !important;
    padding-right: 20px!important;
    position: relative;
  }
  .sti_footer_subscribe_form form .field.hs-form-field input.hs-input {
    min-width: 300px;
    padding-right: 140px;
  }
  .sti_footer_subscribe_form form .hs-button {
    min-width: 120px;
    right: 20px;
  }
  .copyright p {
    text-align: center;
    margin-bottom: 4px;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul {
    margin-bottom: 20px;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 {

    line-height: 216.667%;
    font-size: 12px;
    margin-bottom: 0;
    display: inline;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 a {
    font-size: 12px!important;
    line-height: 26px;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }

  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu {
    width: 100%;
  }
  .flx-grp>div {
    width: 100%;
    text-align: center;
  }
  .flx-grp {
    gap: 15px;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
  body.mega_drop_overlay_open.simple-dropdown-mobile-open {
    overflow: hidden;
  }
  body.mega_drop_overlay_open.simple-dropdown-mobile-open .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.tools {
    opacity: 0;
  }
}

/* Utilities */
/* Dharanipriya Nataraj */
.ez-path-container .mws-pd-container .mws-pd-content a {
    display: none;
}
/*----Falgun Upadhyay--------*/
.market-section {
  padding: 0 0 30px 0;
}

.market-serve-wrapper .title-main h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  font-family: 'Roboto Condensed';
}

.market-serve-wrapper .market-we-serve-content {
    color: #6C757D;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.market-serve-wrapper {
  text-align: center;
  padding: 50px 0;
}

.market-section .left-navigation .menu-list {
  list-style: none;
  padding-left: 0px;
}



.market-section-products .left-content {
  text-align: right;
}

.market-section-products .left-content .learnmore-button a {
  font-weight: 600;
  padding: 12px 85px;
  display: inline-block;
}

.right-section-image {
  text-align: right;
}

.right-section-image img {
  border-radius: 4px;
  height:revert-layer;
}

.market-section-products .left-content p {
    color: #194257;
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 18px;
    text-align: right;
    max-width: 500px;
    margin-left: auto;
    width:100%;
}

.product-info {
  text-align: center;
}

.product-name {
    word-wrap: break-word;
    color: #101112;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 10px 15px 10px;
}

.slider-main-heading h2{
  text-align: center;
}

.product-name a{
  word-wrap: break-word;
  color: #101112;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 10px 15px 10px;
}
.product-items {
  padding: 10px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
/* new plp page */
.category-products-item-holder .product-items .product-info {
    display: grid;
    grid-template-rows: 50% 3.8em 5.72em auto;
    font-size: 16px;
    gap: 1.13em;
    height: 90%;
    padding:15px 15px 0 15px;
}
.category-products-item-holder .product-items .product-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.category-products-item-holder .product-items .product-name {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.category-products-item-holder .product-items .product-descprition {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55em;
    overflow: hidden;
}
#ae_launcher.ae-cta-position-preset-right-lower{
  bottom: 145px !important;
}
button#embeddedMessagingConversationButton {
    right: 18px;
}
@media only screen and (max-width: 767px) {
.category-products-item-holder .product-items .product-info {
    font-size: 14px;
    display: block;
    height: auto;
    padding:0 12px;
}
  .category-products-item-holder .product-items .product-name{
    text-overflow: unset;
    overflow: visible;
    margin-bottom: 12px;
  }
  .category-products-item-holder .product-items .product-descprition{
        overflow: visible;
        margin-bottom: 24px;
  }
  /* .category-products-item-holder .product-items .brand-logo {
    height: auto;
    display: block;
    width: 100%;
} */
  .span12.widget-span.widget-type-custom_widget.dnd-module #hs_cos_wrapper_widget_1700025865856 {
    padding-bottom: 11.5px !important;
    padding-top: 11.5px !important;
}
#ae_launcher.ae-cta-position-preset-right-lower {
  bottom: 185px !important;
  right: 25px !important;
}
iframe#launcher{
  bottom: 60px !important;
}
button#embeddedMessagingConversationButton {
  right: 18px;
  bottom: 75px;
}
}
@media screen and (max-width:600px) {
  #ae_launcher.ae-cta-position-preset-right-lower {
    bottom: 137px !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .category-products-item-holder .product-items .product-info{
    grid-template-rows: 22em 6.3em 7.2em auto;
    font-size: 14px;
  }
  .category-products-item-holder .product-items .brand-logo {
    margin-bottom: 0px;
}
 .category-products-item-holder .product-items .product-image img{
    margin-bottom: 0px;
}
}


/* .related-product-slider .product-items .brand-logo {
    height: 10%;
}
.related-product-slider .product-items .product-info {
    display: grid;
    grid-template-rows: 50% 3.8em 5.72em auto;
    font-size: 16px;
    gap: 1.13em;
    height: 90%;
}
.related-product-slider .product-items .product-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.related-product-slider .product-items .product-name {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.17em;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related-product-slider .product-items .product-descprition {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43em;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .related-product-slider .product-items .product-info{
    grid-template-rows: 22em 6.3em 7.2em auto;
    font-size: 14px;
  }
  .related-product-slider .product-items .brand-logo {
    margin-bottom: 0px;
}
 .related-product-slider .product-items .product-image img{
    margin-bottom: 0px;
}
} */
/* compare checkbox css */

.cards-compare-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
.product-items:hover .cards-compare-button {
    display: block;
}
.compare-checkbox[type=checkbox] {
    width: 24px;
    height: 24px;
    padding: 6px;
    border: 2px solid #808080;
    background: #FFF;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}
/* .compare-checkbox[type=checkbox]:before {
    content: "";
    width: 24px;
    height: 24px;
    padding: 6px;
    display: block;
    border: 2px solid #808080;
    background: #FFF;
    position: absolute;
} */
.cards-compare-button .compare-label {
    color: #464646;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/* 
.product-item-holder {
  background: #fff;
  border: 1px solid #bac0c6;
  border-radius: 4px;
} */

/* .product-descprition {
  font-size: 14px;
  font-family: Helvetica Neue;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
  min-height: 90px;
} */

.column:nth-child(1) {
  margin-left: 0;
}

.column {
  width: calc((100% - 4%)/3);
  margin-left: 2%;
}

.market-featured-products .featured-title {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  margin-bottom: 15px;
}

.market-section-products {
  margin-bottom: 30px;
  padding-top: 1rem;
}

.market-section-products-wraper {
    background: #f7f7f7;
    border: .8px solid #bac0c6;
    border-radius: 0 4px 4px 4px;
    padding: 24px 0;
}

.tools-link a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: right;
  color: #1C4367;
  padding-right: 15px;
 /* border-right: 1px solid rgba(0,99,161,.2);*/
  margin-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.tools-link {
  display: inline-block;
}
.view-all-button {
  display: inline-block;
}
.view-all-button a{
  display: inline-block;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  padding: 12px 30px;
  color: #000;
  background-color: #EDBF66;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  text-decoration: none;

}
.view-all-button a:hover {
  background: #CEA24C;
}
.view-all-button a:focus {
  background: #CEA24C;
}
.view-all-button a:focus {
  background: rgba(237, 191, 102, 0.50);
 /* color: #fff;*/
  border-color: rgba(237, 191, 102, 0.50);
}
.button-bg-transparent a:hover {
  background-color: #0D2E4B;
  color: #fff;
  border-color: #0D2E4B;
}
.button-bg-transparent a {
  font-size: 16px;
  font-weight: 600;
  color: #1C4367;
  border-radius: 4px;
  border: 1px solid #1C4367;
  display: inline-block;
}
.button-bg-transparent a:focus {
  background-color: rgba(28, 67, 103, 0.3);
  color: #fff;
  border-color: rgba(28, 67, 103, 0.3);
}
.links-section {
  text-align: right;
  margin-top: 24px;
}


.market-section-products-wraper.active {
  display: block;
}

.market-section-products-wraper {
  display: none;
}

.market-section .tab_drawer_heading.d_active {
  color: #FFF;
  font-weight: 700;
  background-color: #0063A1;
}

.tab_drawer_heading {
  color: #464E5699;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #BAC0C6;
  padding: 14px 18px;
  margin: 0;
  display: none;
}

.product-wrapper {
  display: flex;
}
.view-all-button a:focus::after {
  background-image: url(https://staging-www.stifirestop.com/hubfs/STI_hs_files/arrow-vector.svg);
}
.view-all-button a::after {
  content: "";
  background-image: url(https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/STI_hs_files/Group.svg);
  position: absolute;
  width: 10px;
  height: 10px;
  top: 18px;
  right: 15px;
  background-size: 100% 100%;
}

.learn-about a,.docs-link a{
  color: #1C4367;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
/* responsive css */

/* mobile view */
.search-cards-items .image-section {
  height: 160px;
}

@media only screen and (max-width: 767px) {
  .view-all-button a::after {
    right: 5px;
    top: 16px;
    height:14px;
    width:14px;
  }
  .market-serve-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
  .right-section-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .market-section-products .left-content {
    text-align: left;
    order: 2;
  }

  .left-navigation {
    display: none;
  }

  .tab_drawer_heading {
    display: block;
    position: relative
  }

  .market-section-products .left-content .button a {
    width: 100%;
    display: block;
    border: 1px solid #464646;
  }

  .market-section-products .left-content .button {
    width: 100%;
  }

  .product-wrapper .column {
    width: 100%;
  }

  .market-featured-products .container .row {
    display: block;
    width: 100%;
  }

  .product-wrapper {
    display: block;
    width: 100%;
  }

  .product-wrapper .column:first-child {
    margin-left: 3%;
    margin-right: 3%;
  }

  .product-wrapper .column {
    margin-left: 3%;
    margin-right: 3%;
  }

  .product-image img {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .brand-logo {
    margin-bottom: 10px;
  }

  .market-featured-products .featured-title {
    text-align: center;
  }

  .container-md {
    width: 100% !important;
  }

  .market-featured-products {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .tab_drawer_heading:nth-child(1) {
    border-top: 1px solid #BAC0C6;
  }

  .market-section-products-wraper {
    border: 0;
    border-bottom: 1px solid #bac0c6;
    padding: 0;
    padding-bottom: 30px;
  }

  .market-section-products {
    background-color: #fff;
    padding-top: 30px;
    margin-bottom: 0;
  }

  .market-section-products .left-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-left: 0;
    padding: 0 10px;
  }

  .market-serve-wrapper .market-we-serve-content {
    font-size: 18px;
    padding: 0 15px;
  }

  .market-serve-wrapper .title-main h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .product-descprition {
    text-align: center;
    padding: 0 10px;
  }


  .view-all-button a{
    padding: 12px 20px;
    display: block;
  }

  h3.tab_drawer_heading:after {
    content: "";
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #464E5699;
    background-image: url(https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/Plus.png);
    right: 15px;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }

  .market-section .tab_drawer_heading.d_active:after {
    background-image: url(https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/Minus.png);
    color: #fff;
    content: "";
    font-size: 24px;
    position: absolute;
    right: 15px;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

  .market-section-products .left-content .learnmore-button {
    display: block;
    margin: 0 10px;
  }

  .market-section-products .left-content .learnmore-button a {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .main-banner-slider .slick-next, .main-banner-slider .slick-prev{display:none !important;}
 .tools-link a {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
   .links-section {
	text-align: center;
  margin-top: 50px;
}

.related-tools-resourcs .cards-items .image-section{
  height: 160px;
  max-width: 150px;
}
.related-tools-resourcs .cards-items .image-section iframe {
  max-width: 150px;
}
}

/* tablet view */

@media screen and (max-width: 991px) and (min-width: 768px) {

  .right-section-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .market-section-products .left-content {
    text-align: left;
    order: 2;
  }

  .left-navigation {
    display: block;
  }

  .tab_drawer_heading {
    display: block;
    position: relative
  }

  .market-section-products .left-content .button a {
    width: 100%;
    display: block;
    border: 1px solid #464646;
  }

  .market-section-products .left-content .button {
    width: 100%;
  }

  .product-wrapper .column {
    width: 100%;
  }

  .market-featured-products .container .row {
    display: block;
    width: 100%;
  }

  .product-wrapper {
    display: block;
    width: 100%;
  }

  .product-wrapper .column:first-child {
    margin-left: 1%;
    margin-right: 1%;
  }

  .product-wrapper .column {
    margin-left: 1%;
    margin-right: 1%;
  }

  .product-image img {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .brand-logo {
    margin-bottom: 10px;
  }

  .market-featured-products .featured-title {
    text-align: center;
  }

  .container-md {
    width: 100% !important;
  }

  .tab_drawer_heading:nth-child(1) {
    border-top: 1px solid #BAC0C6;
  }

  .market-section-products .left-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }

  .market-serve-wrapper .market-we-serve-content {
    font-size: 18px;
    padding: 0 15px;
  }

  .market-serve-wrapper .title-main h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .product-descprition {
    text-align: center;
    padding: 0 10px;
  }


  .view-all-button a{
    padding: 12px 20px;
    display: block;
  }

  h3.tab_drawer_heading:after {
    content: "\2b";
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #464E5699;
  }

  .market-section .tab_drawer_heading.d_active:after {
    content: "-";
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 24px;
  }

  .market-section-products .left-content .learnmore-button {
    display: block;
  }

  .market-section-products .left-content .learnmore-button a {
    display: block;
    text-align: center;
    text-decoration: none;
  }

  .tab_drawer_heading {
    display: none;
  }
  .market-featured-products .product-wrapper .slick-track{
    height: 438px !important;
  }
  .market-featured-products .product-wrapper .product-items {
    padding: 10px 5px;
  }
   .main-banner-slider .slick-next, .main-banner-slider .slick-prev{display:none !important;}
 .tools-link a {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
   .links-section {
	text-align: center;
  margin-top: 50px;
}
  
}

/* Main Hero BannerSlider */
.main-banner-slider .slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.main-banner-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 0 40px 0;
}

.main-banner-slider .slick-list:focus {
  outline: none;
}

.main-banner-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.main-banner-slider .slick-slider .slick-track,
.main-banner-slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-banner-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}

.main-banner-slider .slick-track:before,
.main-banner-slider .slick-track:after {
  display: table;

  content: '';
}

.main-banner-slider .slick-track:after {
  clear: both;
}

.main-banner-slider .slick-loading .slick-track {
  visibility: hidden;
}



.main-banner-slider [dir='rtl'] .slick-slide {
  float: right;
}

.main-banner-slider .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.main-banner-slider .slick-slide.slick-loading img {
  display: none;
}

.main-banner-slider .slick-slide.dragging img {
  pointer-events: none;
}

.main-banner-slider .slick-initialized .slick-slide {
  display: block;
}

.main-banner-slider .slick-loading .slick-slide {
  visibility: hidden;
}

.main-banner-slider .slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.main-banner-slider .slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.main-banner-slider .slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.main-banner-slider .slick-prev,
.main-banner-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.main-banner-slider .slick-prev:hover,
.main-banner-slider .slick-prev:focus,
.main-banner-slider .slick-next:hover,
.main-banner-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.main-banner-slider .slick-prev:hover:before,
.main-banner-slider .slick-prev:focus:before,
.main-banner-slider .slick-next:hover:before,
.main-banner-slider .slick-next:focus:before {
  opacity: 1;
}

.main-banner-slider .slick-prev.slick-disabled:before,
.main-banner-slider .slick-next.slick-disabled:before {
  opacity: .25;
}

.main-banner-slider .slick-prev:before,
.main-banner-slider .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.main-banner-slider .slick-prev {
  left: 20px;
  z-index: 1;
}

.main-banner-slider [dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}

.main-banner-slider .slick-prev:before {
  content: '';
  background-image:url(/hubfs/44047031/slider-arrow-white.svg);
  height: 40px;
  width: 40px;
  display: block;
  background-size: 100%;
  border: 1px solid #fff;
  background-position: 3px 0px;
  transform: rotateY(180deg);
  border-radius: 4px;
}

.main-banner-slider [dir='rtl'] .slick-prev:before {
  content: '\f105';
}

.main-banner-slider .slick-next {
  right: 20px;
}

.main-banner-slider [dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}

.main-banner-slider .slick-next:before {
  content: '';
  background-image:url(/hubfs/44047031/slider-arrow-white.svg);
  height: 40px;
  width: 40px;
  display: block;
  background-size: 100%;
  border: 1px solid #fff;
  background-position: 3px 0px;
  border-radius: 4px;
}

.main-banner-slider [dir='rtl'] .slick-next:before {
  content: '\f104';
}

/* Dots */
.main-banner-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 12px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  font-size: 12px;
  height: 12px;
  left: 0;
  line-height: 1;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .25s;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #0063A1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

.slick-dots li.slick-active button:before {
  background-color: #0063A1;
}

/**
* Photo
*/

.main-banner-slider .photo {
    background-size: 100% 420px;
    background-position: center 0;
    background-repeat: no-repeat;
    padding-bottom: 0;
    will-change: transform;
}

  &.is-animating {
    animation: scale 5s ease-in-out forwards;
  }

  &:before {
    content: "";
    display: block;
  }

  *> {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}



/**
* Wrapper
*/

.main-banner-slider .wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 45em;
  width: 90%;
}

.innner-image {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
  margin-top: 6%;
}

.slider-main-heading h2 a {
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #0063A1;
  display: inline-block;
}

.slider-main-smaller-text {
  color: #6C757D;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.view-all-button a {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}

.learn-about {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: #1C4367;
  padding-right: 25px;
}

.docs-link {
  padding: 0 25px;
  border-left: 1px solid rgba(0, 99, 161, 0.2);
}

.slider-content {
  max-width: 910px;
  margin: 0 auto;
  width: 100%;
}
.slider-main-links {
  display: block;
  width: 100%;
  text-align: center;
}


@media screen and (max-width: 600px) {
  .slider-main-heading {
    max-width: 280px;
    margin: 0 auto;
  }

  .slider-main-smaller-text {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .slider-main-links {
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
  }

  .learn-about,.docs-link {
    padding: 0 0px 15px 0px;
    display: block;
    text-align: center;
  }
  .learn-about a,.docs-link a{
    text-decoration: underline;
  }
  .docs-link{
    border-left: 0;
  }

  .main-banner-slider .photo {
    background-size: 100% 150px;
    padding-bottom: 0%;
  }
  .main-banner-slider .slick-slide img{
    max-width: 300px;
    margin: 0 auto;
  }

  .slider-main-heading h2 a{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .main-banner-slider .slick-dots {
    bottom: 0;
  }
  .main-banner-slider .view-all-button{
    padding: 12px 0px;
  }
  .slider-content{
    max-width: 310px;
  }
}

@media screen and (max-width: 991px) and (min-width: 601px) {
  .slider-main-heading {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }

  .slider-main-heading h2 a{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .slider-main-smaller-text {
    margin: 0 auto 30px;
    max-width: 450px;
  }

  .slider-main-links {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }

  .learn-about {
    padding-right: 20px;
  }

  .main-banner-slider .view-all-button {
    display: block;
    padding: 12px 30px;
    margin-top: 15px;
  }

  .innner-image {
    max-width: 500px;
  }

  .main-banner-slider .photo {
    background-size: 100% 35%;
    padding-bottom: 1%;
  }

}

/* footer css responsive changes */
@media screen and (max-width: 767px) {
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper li {
    text-align: left;
    margin-bottom: 10px;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul {
    justify-content: center;
    flex-direction: row;
    float: left;
    width: 100%;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 a {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
  }
  .sti_footer_copyright_wrapper .hs_cos_wrapper_type_simple_menu ul {
    justify-content: center;
    flex-direction: row;
  }
  .footer .container {
    width: 100%;
  }
  .footer .container .flx-grp {
    padding: 0 20px;
    margin: 0;
  }
  .footer_copyright_text_link.pt-5 {
    padding-top: 0!important;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul {
    gap: 0;
    display: block;
  }
  .sti_footer_adv_menu_wrapper.blue_bg.text-white.pt-5.pb-2 {
    padding: 0!important;
  }
  .sti_footer_copyright_wrapper hr.mb-4 {
    margin-top: 0;
    display: none;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
   /* margin-bottom: 20px;*/
  }
  .footer .container .flx-grp {
	padding-top: 15px;
	
}
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul > li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
  }
  .sti_footer_adv_menu_wrapper ul>li.hs-menu-item.hs-menu-depth-1>a {
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .drop_menu_trigger {
    width: 30px;
    height: 32px;
    text-align: center;
  }
}

/* Breadcrumbs Related Css */
.breadcrumbs .items .item a {
  color: #101112;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumbs {
  margin: 15px 0;
}
.breadcrumbs .items {
  padding-left: 0;
}
.breadcrumbs .items .item {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}
.breadcrumbs .items .item {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.breadcrumbs .items .item:after {
  content: "/";
  margin: 0 !important;
}
.breadcrumbs .items .item a > span {
    opacity: 1;
}
.breadcrumbs .items .item span {
  opacity: 0.8;
  color: #464E56;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.breadcrumbs .items .item:last-child:after {
  content: "";
  margin: 0;
}

/* Video Block Css */

.bg-blue {
  background-color: #0063A1;
}
.color-white {
  color: #fff !important;
}
.border-right.border-light-slate-gray{
  border-right: 1px solid rgba(186, 192, 198, 0.60);
}
.border-left.border-light-slate-gray {
border-left: 1px solid rgba(186, 192, 198, 0.60);
}
.border-white {
  border: 1px solid #fff;
  border-radius: 4px;
}

.cards-view-button {
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
}
.vh-100 {
  height: 110vh;
}
@media screen and (max-width: 767px) {
  .cards-block .display-4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
  .plp-banner-button .plp-view-button a:after{
    top: 5px;
  }
  
  .product-short-descreption,.product-sidebar {
    margin: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .display-4 {
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 30px !important;
  }
  .cards-block.pb-5.pt-5 {
    padding-top: 3rem !important;
    padding-bottom: 32px !important;
    padding-right: 8px;
    padding-left: 8px;
  }
  .category-block-footer.pb-5.pt-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .category-products-title {
    text-align: center;
  }
}

.category-products-item-holder{margin-bottom:15px}
.category-products-item-holder:nth-child(4n + 1) {
  margin-left: 0px;
}
.category-products-item-holder {
  margin-bottom: 2%;
}
.category-products-item-holder {
  width: calc((100% - 6%)/4);
  display: flex;
  justify-content: space-around;
  margin-left: 2%;
}
/* .category-products-item-holder {
  background: #fff;
  border: 1px solid #bac0c6;
  border-radius: 4px;
} */
/* .filter-blocks section {
    border-bottom: 1px solid #CED4DA;
} */
.category-products-title {
  font-weight: 500;
  line-height: 24px;
  padding: 24px 0;
  border-top:1px solid #CED4DA;
}
/* .category-products-item-holder .product-items .product-name {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  min-height: 70px;
  margin: 0 6px 15px 6px;
} */
/* .category-products-item-holder .product-items .product-descprition {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
} */
.category-products-item-holder .product-items {
    padding: 12px;
}
.color-gray{
  color:#464646;
}
.more-info-button .cards-view-button {
  border-radius: 4px;
  border: 1px solid #464646;
  background-color: #fff;
}
.category-products-item-holder .more-info-button .cards-view-button{
  width: 100%;
  display: inline-block;
}
.more-info-button .cards-view-button a {
  font-weight: 500;
  line-height: 24px;
}
.assistance-text-block {
  padding: 0 60px;
}

.color-dark-blue{
  color:#1C4367;
}
.show-more-products .show-more-button .cards-view-button {
  width: auto;
  display: inline-block;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #1C4367;
}
.show-more-products .show-more-button .cards-view-button a {
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px 24px;
    color: #1C4367;
}
.category-block-title h5 {
  font-size: 22px;
  font-weight: 700;
  color: #101112;
  line-height: 30px;
}
.category-block-wraper p, .category-text-block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.category-block-wraper {
  padding-right: 15px;
}
.category-text-block {
  padding-left: 15px;
}
.border-radius{
  border-radius: 4px;
}
.filter-blocks .selected-tiles {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.flip-view {
    margin-top: 5px;
}

  .assistance-block .assistance-block-title h3 {
    margin-bottom: 18px;
}
  .assistance-block-content p {
    margin-bottom: 24px;
}
  .assistance-block {
    padding: 31px 0;
}
  .plp-assistance-button .plp-assistance-view-button.border-white {
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 270px;
}


@media screen and (max-width: 767px) {
   .approvals-standards-wrapper .approval-content br {
    display: none;
}
  .category-products-title{border-top:0}
  .column.category-products-item-holder {
    width: 100%;
    margin:0 7% 7% 7%;
  }
  .category-products-title{
    padding: 24px 0 24px 0;
  }
  .assistance-text-block {
    padding: 0 20px;
  }
  .category-block-wraper, .category-text-block {
    padding: 0 24px;
  }
  .border-right.border-light-slate-gray {
    border-right: 0;
  }
  /* .assistance-block {
    margin: 0 7% 0 7%;
} */

  .show-more-products .show-more-button .cards-view-button{
      width: 90%;
  }
  .assistance-block-content-wraper .assistance-block-link.text-center {
    text-align: left !important;
    padding: 0 24px;
  }
  .assistance-block-content-wraper .assistance-block-link.text-center img {
    width: 100%;
    max-width: 122px;
  }
  .assistance-text-block .assistance-block-title h3 {
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 24px 0;
}
   .assistance-block-content p {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}
  .plp-assistance-view-button.border-white {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
  .more-info-button .cards-view-button {
    border: 1px solid #1C4367;
}
  .video-block-link {
    text-align: center;
    padding-right: 0;
}
  .video-text-block {
    padding: 25px 0 0 0;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .category-products-item-holder {
    width: 32%;
    margin-left: 2%;
  }
  .category-products-item-holder:nth-child(4n+1) {
    margin-left: auto;
  }
  .product-image {
    min-height: 159px;
  }
  .cards-items-wrapper {
    display: inline-block;
    width: 100%;
  }
  .cards-items-holder {
    display: block;
    width: 100%;
  }
  .cards-items {
    padding-bottom: 30px;
    text-align: center;
  }
  .border-right.border-light-slate-gray {
    border-right: 0;
  }
  .cards-items {
    min-height: 408px;
    border-right: 1px solid rgba(186,192,198,.6);
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .video-text-block {
    padding: 5px 0px 0 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .video-text-block {
    padding: 5px 0px 0 40px;
  }
}

.backgorund-shades-light-gray {
  background-color: #F8F9FB;
}
.background-light-blue{
  background-color: #E6EFF6;
}
.background-dark-blue{
background-color: #3D5780;
}

/* Product Details Page Changes */


.product-tab-section .product-tab-menu-list {
    list-style: none;
    padding-left: 0;
}
.product-tab-section .product-tab-menu-list .menu-item.active {
    word-wrap: break-word;
    background: #f7f7f7;
    border: 0.8px solid #bac0c6;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-right: -1px!important;
    margin: 0;
    padding: 10px 14px 10px 10px;
    position: relative;
    z-index: 2;
}
.product-tab-section .product-tab-menu-list .menu-item {
    border-bottom: 1px solid #ced4da;
    color: #6c757d;
    cursor: pointer;
    font-size: 22px;
    line-height: 30px;
    margin: 0 10px -1px;
    padding: 10px 12px 11px;
    text-align: center;
}
.product-tab-section .product-tab-wraper {
    padding: 30px 0;

}
.product-tab-section .product-tab-wraper .left-content {
  padding-right: 5%;
}
.product-tab-section .tab-view-content.detail-view-left {
    border-radius: 0 4px 4px 4px;
}
.product-tab-section .applications-sidebar.tab-view-content {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}
.product-tab-section .tab-view-content {
    border: 1px solid #bac0c6;
    background: #f7f7f7;
}
.product-tab-section {
    background-color: #fff;
}
.product-tab-section .product_tab_drawer_heading {
    border-bottom: 1px solid #bac0c6;
    color: #464e5699;
    display: none;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 14px 18px;
}
.product-tab-section .product_tab_drawer_heading.d_active{
    background-color: #0063a1;
    color: #fff;
    font-weight: 700;
}
/* .product-tab-section .product-tab-wraper .left-content {
    padding-right: 25px;
    border-right: 1px solid #BAC0C699;
} */


.product-tab-section .applications-properties-wrapper {
    padding-left: 25px;
    margin: 24px 0;
    border-left: .8px solid #bac0c6;
}
.application-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.application-icons .cols {
    width: calc((100% - 40px)/3);
    display: inline-block;
}
.application-icons .icon-wrap {
    display: inline-block;
    padding: 12px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    border: 0.43px solid #0063A1;
    border-radius: 4px;
}
.application-icons .icon-wrap img {
    max-width: 100%;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.applications-properties-title {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 8px;
    color: #464E56;
}
  .background-color-white {
    background-color: #fff;
}

.products-thumb-image {
	max-width: 68px;
	min-height: 68px;
	background-color: #fff;
	margin: 0 11px;
	display: flex !important;
	height: auto;
	align-items: center;
  justify-content:center;
}
.product-image-slider.product-image-slider-thumb.slick-initialized.slick-slider img {
	max-width: 100%;
}
@media only screen and (max-width: 767px){
  .pdp-video-block-link iframe {
    max-width: 300px;
  }
 .pd-wrap .product-image-holder .product-image-wraper .slick-track img {
    max-width: 270px;
}
.pd-wrap .product-image-holder .product-image-wraper .product-brand-logo {
    top: 0;
    left: 0;
}
.product-tab-section .product_tab_drawer_heading {
    display: block;
    position: relative;
}
.product-tab-section .product_tab_drawer_heading.d_active:after {
    background-image: url(https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/Minus.png);
    color: #fff;
}
.product-tab-section .product_tab_drawer_heading.d_active:after, .product-tab-section .product_tab_drawer_heading:after {
    background-size: 100% 100%;
    content: "";
    font-size: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    width: 24px;
}
.product-tab-section .product_tab_drawer_heading:after {
    background-image: url(https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/Plus.png);
    color: #464e5699;
    right: 10px;
}
  .product-tab-section .tab-view-content {
    border: 0;
    background: #ffffff;
  }
  .product-tab-section .applications-properties-wrapper {
    border-left: 0;
}
  
}


.product-image-slider .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.product-image-slider .slick-prev, .product-image-slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
		top: 30px;
		bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.product-image-slider .slick-prev:before, .product-image-slider .slick-next:before {
	display: none;
}
.product-image-slider .slick-prev {
    left: 95px;
		right: auto;
}
.product-image-slider .slick-next {
    border-width: 0;
    right: 95px;
    left: auto;
}	
.product-image-slider .slick-prev:hover, .product-image-slider .slick-next:hover {
    border:0;
}
.product-image-slider .slick-next, .product-image-slider .slick-prev{border:0;}
.product-image-slider .slick-prev.slick-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 17px;
    background-image: url("https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/plp-page/arrow-icon-main-banner.png");
    background-size: 100% 100%;
    vertical-align: middle;
    top: 5px;
    left: 10px;
    background-repeat: no-repeat;
}
.product-image-slider .slick-next.slick-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 17px;
    background-image: url("https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/plp-page/arrow-icon-main-banner.png");
    background-size: 100% 100%;
    vertical-align: middle;
    top: 5px;
    left: 10px;
    background-repeat: no-repeat;
}
.product-image-slider .slick-next.slick-disabled, .product-image-slider .slick-next.slick-disabled:hover, .product-image-slider .slick-prev.slick-disabled, .product-image-slider .slick-prev.slick-disabled:hover {
    border-color: transparent;
    cursor: default;
    opacity: .6;
    background-color: transparent;
}
.product-image-slider .slick-next, .product-image-slider .slick-next:hover, .product-image-slider .slick-prev, .product-image-slider .slick-prev:hover {
    border: 0;
    background-color: #fff;
}
.product-image-slider .slick-prev.slick-arrow:after {
    transform: rotate(180deg);
}
.product-image-slider .product-main-image {
	background: #ffffff;
}
/* .product-image-slider-thumb .products-thumb-image {
	height: 70px;
	line-height: 50px;
	font-size: 25px;
} */
.product-image-slider .product-main-image img {
    max-width: 100%;
    margin: 0 auto;
}

.product-image-slider.product-image-slider-thumb.slick-initialized.slick-slider img {
    margin: 0 auto;
}
.product-image-slider.product-image-slider-thumb.slick-initialized.slick-slider {
	padding: 0 125px;
}
.product-image-wraper {
    border-radius: 4px;
    border: 1px solid #E9ECEF;
    background: #ffffff;
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 30px;
}
.product-brand-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

/* .product-image-slider-thumb .slick-slide.slick-current {
	background: green;
} */


.pd-wrap {
    background-color: #F7F7F7;
}
.product-image-holder {
    padding: 0 30px 0 0;
}
.product-info-wrapper {
    padding: 0 0 0 30px;
}
.pd-wrap h3 {
    font-weight: 600;
    line-height: 40px;
}
.product-short-descreption {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6C757D;
}
.product-short-descreption ul li {
    margin: 5px 0 5px 0;
}
.sidebar-options p {
    margin-bottom: 10px;
}
.sidebar-options p span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
span.pdp-icon {
    margin-right: 8px;
}
.sidebar-sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.product-sidebar-wraper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-short-descreption {
   color: #6c757d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.product-info-section {
    border-right: 1px solid #bac0c699;
    color: #6c757d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 25px;
    width: 70%;
}
.product-sidebar {
    width: 30%;
    display: inline-block;
    padding-left: 25px;
}
.dark-red{
    color:#9D1E1E;
}
.sidebar-options p span img {
    vertical-align: middle;
}
.approvals-standards-wrapper .small-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}
/* .approvals-standards-wrapper .approvals {
    margin-right: 30px;
} */
.approvals-standards-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0 !important;
    border-left: 0 !important;
    padding: 14px;
    border: 0.5px solid #BAC0C6;
    justify-content: space-between;
}
.approvals-standards-wrapper .approval-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #464E56;
}
.contact-button .primary-action {
    padding: 12px 7px;
    max-width: 100%;
    text-align: center;
    display: block;
    width: 180px;
    border-radius: 4px;
    background: #EDBF66;
    border-color: #EDBF66;
    color: #101112;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.action-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.action-box span.pdp-icon {
    margin-right: 0;
}
.action-box .pdp-icon img {
    vertical-align: middle;
}
.action-box .secondary-action {
    text-decoration-line: underline;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pdp-video-block-small-text .small-text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.pdp-video-block-link {
    margin-top:32px;
    text-align: right;
    padding-right: 23px;
}
.pdp-video-text-block .pdp-video-block-content p {
    margin-bottom: 48px;
}
.pdp-video-text-block {
    padding-left: 23px;
}
.pdp-video-block-title .pdp-title-text{
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin-bottom: 12px;
    margin-right:18px;
}
.pdp-video-text-block .pdp-video-block-content {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-weight: normal;
}
.pdp-video-view-button a {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}
.pdp-video-view-button {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 4px;
}
.pdp-video-block-link img {
    max-width: 100%;
}
.backgorund-shades-light-gray-linear-gradient{
background: linear-gradient(180deg, #E6EFF6 0%, rgba(230, 239, 246, 0.00) 100%);
}
.product-short-descreption ul {
    margin-left: 10px;
}
.pdp-video-block-wrap {
    border-radius: 4px;
    padding: 34px 58px;
}

.applications-properties-wrapper .sub-title {
    margin-bottom: 24px;
    color: #0063A1;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.applications-properties-wrapper .properties-section .sub-title {
    color: #464E56;
}
.key-tools .sidebar-sub-title {
    color: #0063A1;
}
.applications-section {
    margin-bottom: 24px;
}
.display-4 {
    font-weight: 600;
    line-height: 40px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .product-image-slider.product-image-slider-thumb.slick-initialized.slick-slider {
    padding: 0 100px;
}
  .product-image-slider .slick-next{
    right: 0;
  }
  .product-image-slider .slick-prev{
    left: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.product-tab-section .product-tab-wraper .left-content {
    padding-right:0;
}
.product-image-slider.product-image-slider-thumb {
    display: none;
}
  .product-image-holder .product-image-wraper{
    background: transparent;
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px){
.product-image-holder {
    padding: 0;
}
  .product-brand-logo {
    left: 10px;
    top: 10px;
}
.product-info-section {
    border-right: 0;
    display: inline-block;
    padding-right: 0;
    width: 100%;
}
.product-info-wrapper {
    padding: 0;
}
.approvals-standards-wrapper {
    order: 3;
    margin-top: 32px;
    flex-direction: column;
    padding: 14px 0;
}
  pd-wrap pt-3 pb-3{
  padding-bottom:0 1important;
  }
  .product-sidebar {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
}
  .product-info-section {
    border-right: 0;
    padding-right: 0;
    width: 100%;
}
  .product-tab-section.pt-5.pb-5 {
    padding: 18px 0 0 0 !important;
}
  .product-tab-section .product-tab-wraper {
    padding: 18px 8px ;
}
  .pdp-video-block.pb-3.pt-3 {
    padding-top: 0 8px !important;
    
}
  .product-tab-section .applications-properties-wrapper{
    margin: 32px 0;
    padding: 0 18px;
  }
  .actions-approvals-standards-wrapper {
    display: flex;
    flex-direction: column;
}
  .approvals-standards-wrapper .approvals {
    margin-right: 0;
    padding-bottom: 1rem;
    border-bottom: .5px solid #bac0c6;
}
  .approvals-standards-wrapper .standards {
    padding-top: 1rem;
}
  .action-box .contact-button {
    margin-right: 25px;
}
  .action-box {
    justify-content: normal;
}
.applications-properties-wrapper,.applications-properties-wrapper {
    padding-left: 0;
}
.product-tab-section .product-tab-wraper .left-content {
    border-right: 0;
    padding-right: 0;
} 
  .application-icons{
    justify-content: start;
  }

  .pdp-video-block-small-text .small-text {
    margin: 20px 0;
}
  .pdp-video-block  .pdp-video-block-wrap {
    padding: 18px;
}
  .pdp-video-block-link {
    margin-top: 0;
    text-align: center;
    padding-right: 0;
}
  .pdp-video-text-block {
    padding-left: 0;
}
  .pdp-video-view-button {
    width: 100%;
    justify-content: center;
}
  .application-icons .cols{
  width: calc(25% - 13.33333px);
  }
  .product-image-slider.product-image-slider-thumb {
    display: none;
}
  .pd-wrap  .product-title h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
}
  .pd-wrap .product-title {
    max-width: 80%;
}
  .applications-properties-wrapper .sub-title {
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
  .product-tab-section .product_tab_drawer_heading {
    display: block;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: Roboto Condensed;
}
  .pdp-video-block-title .pdp-title-text {
    font-family: Roboto Condensed;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #F8F9FB;
    margin-right: 30%;
}
  .pdp-video-block-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto Condensed;
}
}

/* PDP Page Related Product Block CSS */
.related-product-slider .category-products-item-holder .product-items .product-name {
    color:#000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;

}
.related-product-slider .slide-item {
    width: calc((100% - 6%)/4);
    margin-left: 2%;
}
.related-product-slider .slide-item:nth-child(1) {
    margin-left: 0;
}
.product-items {
    background: #fff;
    border: 1px solid #bac0c6;
    border-radius: 4px;
}
.product-items:hover {
    box-shadow: 0px 0px 16px 0px rgba(12, 12, 12, 0.08);
    border-radius: 4px;
    border: 1px solid #464E56;
    background: #FFF;
}
.related-product-slider .slide-item-holder .product-image{
  min-height:290px;
}
.related-product-slider .column.category-products-item-holder {
    width: 100%;
}
div#related-product {
    display: flex;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.related-product-slider .slick-wrapper {
	width: 100%;
}
.related-product-slider .slide-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
 }
	
  .related-product-slider .slide-item-holder{
    border:0;
  }
  .related-product-slider .slide-item{
  margin-left:30px;
  }
.related-product-slider .product-items {
    padding: 10px;
    text-align: center;
/*     height: 476px; */
    margin-bottom: 24px;
 
}
  .related-product-slider .product-items
  .columns.related-products-item-holder {
    display: flex !important;
    justify-content: center;
} 
  .related-product-slider .category-products-item-holder .product-items .product-name {
    color: #464E56;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;

  }
  .product-info{
  padding: 0 20px;
  }
  .category-products-item-holder .product-items {
    padding: 12px;
}
  .more-info-button .cards-view-button a {
    font-weight: 500;
    color: #1C4367;
}
  .product-tab-section .product-tab-wraper .left-content {
    border-right: 0;
    padding-right: 0;
}
  .applications-properties-wrapper {
    padding-left: 0;
}
}
@media only screen and (max-width: 767px){
.related-product-slider .slick-wrapper {
	width: 100%;
}
.related-product-slider .slide-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
 }
	
.related-product-slider .product-items {
    max-width: 300px;
    padding: 10px;
    text-align: center;
/*     height: 476px; */
    margin-bottom: 24px;
    
}
  .column.category-products-item-holder .more-info-button {
    display: inline-block;
}
  .columns.related-products-item-holder {
    display: flex !important;
    justify-content: center;
} 
  .related-product-slider .category-products-item-holder .product-items .product-name {
    color: #464E56;
    font-family: Roboto Condensed;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;

  }
  .product-info{
  padding: 0 15px;
  }
  .more-info-button .cards-view-button a {
    font-family: Roboto Condensed;
}
  .product-image-holder .product-image-wraper{
    background: transparent;
    border: 0;
    padding-bottom: 10px
  } 
  .product-image-slider .product-main-image {
    background: transparent;
}
  .related-product-slider.pt-5.pb-5 {
    padding-top: 2rem!important;
}
}

@media only screen and (max-width: 767px){
.cookies-block .cookies-wrapper.show {
    left: 5%;
    right: 5%;
    padding:20px 15px;
}
 .cookies-block .cookies-wrapper{
    max-width: 90%;
  }
  .cookies-block .cookies-wrapper .buttons{
    flex-direction: column;
    width: 100%;
  }
  .cookies-block .cookies-wrapper.show span#closeIcon{
    width: 10px;
    height: 10px;
    right:10px;
}
  .cookies-wrapper.show header h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}
  .cookies-block .cookies-wrapper .buttons .button{
  width:100%;
  }
  .cookies-block .cookies-wrapper .buttons #acceptBtn:after{
    right: 33%;
  }
}


/* cookies Notification Bar Css */
.cookies-wrapper.show span#closeIcon {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 0;
    content: "";
    background-image: url("https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/close-icon.png");
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    cursor: pointer;
}

.cookies-wrapper {
  position: fixed;
  bottom: 50px;
  max-width: 80%;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  right: -370px;
  padding: 32px;
  transition: right 0.3s ease;
  box-shadow: 0px 0px 16px 0px rgba(12, 12, 12, 0.08);
  display: none;
}
.cookies-wrapper.show {
    right: 10%;
    left: 10%;
  z-index: 2;
  display:block;
}
.cookies-wrapper header,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  text-align:center
}
#hs-banner-parent #hs-eu-cookie-confirmation {
  width: 80%;
}
.cookies-wrapper .data {
  margin-top: 16px;
}
.cookies-wrapper .data p {
    color: #101112;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.cookies-wrapper.show h5 {
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    color: #101112;
}
.data p a:hover {
  text-decoration: underline;
}
.cookies-wrapper .buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
    gap: 24px;
}
.cookies-wrapper .buttons .button {
    color: #fff;
    cursor: pointer;
    transition: all .2s ease;
    width: auto;
    padding: 12px 30px;
    border-radius: 4px;
    background: #1C4367;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    width: 194px;
    justify-content: center;
    position: relative;
}

.cookies-wrapper #declineBtn {
    background-color: #fff;
    color: #1C4367;
    border: 1px solid #1C4367;
}
.cookies-wrapper #declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}
.cookies-wrapper .buttons #acceptBtn:after {
    content: "";
    background-image: url("https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/arrow-right-white.png");
    position: absolute;
    right: 40px;
    width: 7px;
    height: 9px;
    background-size: 100% 100%;
}


.hide-banner div#hs-banner-parent {
    display: none !important;
}
div#hs-eu-cookie-confirmation {
  bottom:32px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-right: 0;
    margin: 0 20px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p strong {
    color: #101112;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 700;
    line-height: 30px;
    word-wrap: break-word;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p {
    color: #101112 !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    word-wrap: break-word !important;
    text-align: center !important;
    margin-bottom: 0;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p:nth-child(3) {
    margin-bottom: 40px;
}
div#hs-eu-cookie-confirmation p#hs-eu-cookie-disclaimer {
    text-align: center;
    color: #101112 !important;
    font-size: 12px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    justify-content: center !important;

}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
    color: white !important;
    font-size: 16px !important;
    font-family: Roboto !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    word-wrap: break-word !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
    width: 194px !important;
    height: 46px !important;
    position: relative !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    color: #1C4367 !important;
    font-size: 16px !important;
    font-family: Roboto !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    word-wrap: break-word !important;
    border-radius: 4px !important;
    width: 194px !important;

    height: 45px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:after {
    content: "";
    display: block;
    position: absolute;
    right: 22%;
    top: 18px;
    font-size: 0;
    content: "";
    background-image: url("https://44097813.fs1.hubspotusercontent-na1.net/hubfs/44097813/raw_assets/public/STI_Dev_E23/images/module-icons/arrow-right-white.png");
    width: 7px;
    height: 9px;
    background-size: 100% 100%;
    cursor: pointer;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 40px 14px 40px 14px!important;
}
body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: 0px 0px 16px rgba(12, 12, 12, 0.08) !important;
  width: calc(min(77em, 100%));
}
body div#hs-eu-cookie-confirmation{border-radius: 4px;}
div#hs-banner-parent {
    display: block;
    height: auto;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999;
    min-height: 100%;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container button#hs-eu-close-button svg#Layer_1 {
    width: 18px;
    height: 18px;
}
@media only screen and (max-width: 767px){
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p{
    margin-bottom: 12px;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p:nth-child(3){
    margin-bottom: 24px;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p strong {
    font-size: 20px;
    font-weight: 500;
}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button:after{
    right: 32%;
  }
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    bottom: 15%;
    margin: 0 auto;
    max-width: 90%;
    top: auto;
    left: 5%;
    right: 5%;
}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 12px !important;
}
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording{
    margin: 0 !important;
  }
}

footer.sti-footer.footer .sti_footer_subscribe_form {
    border-top: 0;
}
.site_wide_notice {
    background: #F8F9FB;
   /* box-shadow: 0px 6px 16px 0px rgba(222, 231, 238, 0.80);*/
    color: #101112;
  display:none;
}
.product-image-holder .product-image-wraper .product-brand-logo {
    top: 22px;
    left: 20px;
}
.product-image-holder .product-image-wraper .slick-track {
    display: flex;
    justify-content: center;
}
.product-image-holder .product-image-wraper .slick-track img {
    max-width: 370px;
}
.market-featured-products .product-info .product-name {
 
  line-height: 1.5em;
  overflow: hidden;
}
.market-featured-products .product-info .product-descprition {
  height: 5.7em;
  overflow: hidden;
}

#hs-banner-parent.hs-hidden {
  display: none;
}
.compare_detail_table .cell{
  min-height: 44px;
}
.share nav {
  display: inline-block;
}
.share.row.align-items-center{
  display: inline-block;
}
.Compare_PLP_STI_23_top_pane .content-wrapper h1{
  font-size: 40px;
}
.Compare_PLP_STI_23_top_pane .content-wrapper .compare-prodcut-count {
  color: #000000;
  font-size: 22px;
}







/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700&display=swap');*/

.font-size-12,
.font-size-12 p,
.font-size-12 a{
  font-size: 12px !important;
}

.font-size-14,
.font-size-14 p,
.font-size-14 a{
  font-size: 14px !important;
}
.font-size-18,
.font-size-18 p,
.font-size-18 a{
  font-size: 18px !important;
}
.drop_box {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  min-width: 150px;
  z-index: 9;
  padding: 15px;
}
.drop_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.sky_blue_bg{
  background-color: #F8F9FB;
}

.blue_bg{
  background-color: #1C4367;
}
.white_bg{
  background-color:#ffffff;
}
.grey_bg {
  background-color: #fafafa;
}
.sti_footer_subscribe_form {
  margin-top: -1px;
}
footer.sti-footer.footer {
  border-top: 1px solid rgba(28, 67, 103, .2);
}
.position_static{
  position: static !important;
}
.down_arrow svg,
.top-left-menu .hs-language-switcher__label svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
#hs_cos_wrapper_language_switcher .hs-language-switcher__item a.active {
  font-weight: bold;
  color: #000000;
}
/*----------Language Switcher-----------*/

.hs-language-switcher {
  position: relative;
  z-index: 100;
  display: block;
}

.hs-language-switcher__inner-wrapper {
  position: relative;
  display: inline-block;
}

/* Button */

.hs-language-switcher__button {
  margin: 0;
  cursor: pointer;
}

.hs-language-switcher__label {
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 1;
}

.hs-language-switcher__icon {
  height: 20px;
  width: 20px;
}

/* Menu */
.hs-language-switcher__menu {
  position: absolute;
  top: 100%;
  display: none;
  box-sizing: border-box;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  list-style-type: none;
  white-space: nowrap;
}

.hs-language-switcher__item {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  text-align: left;
}

.hs-language-switcher__item:focus,
.hs-language-switcher__item.active,
.hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {
  font-weight: 600;
}

.hs-language-switcher__item a {
  display: block;
  height: 100%;
  color: #464E56;
  text-decoration: none;
}
/*----------Language Switcher END-----------*/


/* Tabber Section */
.tabber-section {}

/* Tabber Navigation */
.sti_header_mega_menu ul.tabnav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sti_header_mega_menu ul.tabnav li {
  display: inline-block;
  vertical-align: top;
}
.sti_header_mega_menu ul.tabnav li a {
  display: block;
  text-decoration: none;
}
.sti_header_mega_menu ul.tabnav li a:hover {
  text-decoration: none;
}

/* Tabber Content */
.sti_header_mega_menu .tabcontent-wrapper {
  padding: 21px 0;
  border-top: 1px solid #ccc;
}
.sti_header_mega_menu .tabcontent {
  display: none;
}

.sti_header_mega_menu .hs_cos_wrapper_type_simple_menu .hs-menu-children-wrapper{
  position: static !important;
  opacity: 1;
  left: 0;
  padding: 0;
  margin: 0;
}
.sti_header_mega_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item.hs-menu-depth-1 {
  padding-left: 0;
  padding-right: 0;
  width: 33%;
  vertical-align: top;
}

.sti_header_mega_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item{
  padding-left: 0;
  padding-right: 0;
}
.sti_header_mega_menu .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item a{
  white-space: normal;
}
.sti_header_mega_menu > ul > li > a {
  padding-bottom: 40px;
  padding-top: 40px;
}
.mega_tab_menu_item {
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text > ul {
}
.sti_header_mega_menu .tabcontent .mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text > ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  /*font-weight: 700;*/
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text > ul > li ul li {
  padding-left: 0;
}
.sti_header_mega_menu ul.tabnav li a:not(.active) {
  color: #464E56;
  font-weight: bold;
}
.sti_header_mega_menu ul.tabnav li a.active{
  color: #101112;
  border-color: #EDBF66;
  font-weight: bold;
}
.header_account_drop_box.drop_box {
  right: 0;
}
.header_account_drop_box.drop_box ul {
  font-size: 12px;
}
ul.unstyled li {
  margin: 0 0 5px;
  padding: 0;
}
.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text ul{}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text ul li{}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text ul li a {
  color: #0C0C0C;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2;
}

.footer_social_icon_link {
  border:1px solid #BAC0C6 !important;
}
@media (max-width:1024px) and (min-width:768px){
  .sti_footer_row_2 .lft-col {
    padding-right: 20px;
  }
  .rgt-col .row .col-auto {
    width: 25%;
    padding-right: 10px;
  }
}


@media (min-width:768px){
  .rgt-col .row .col-auto p {
    display: block!important;
  }
  .dropdown:after {
    /*content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    min-height: 100vh;*/
  }
}


@media (max-width:767px){
  .drop_menu_trigger {
    width: 30px;
    height: 32px;
    text-align: center;
    position: relative;
  }
  .drop_menu_trigger span {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .drop_menu_trigger span svg {
    display: block;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper li span.drop_menu_trigger span.minus_icon svg {
    position: relative;
    top: 6px;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper {
    border-top: 1px solid hsla(0,0%,100%,.3);
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul>li > ul.hs-menu-children-wrapper > li > a {
    padding: 5px 20px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul>li:first-child {
    border-top: 0;
  }
  .sti_footer_row_2 .rgt-col .row {
    display: block;
  }
  .rgt-col .row .col-auto {
    width: 100%;
  }
  .sky_blue_bg.text-white.pt-5.pb-5 {
    padding-bottom: 0!important;
    padding-top: 0!important;
  }
  .rgt-col .row .col-auto p {
    display: none;
  }
  .rgt-col .row .col-auto {
    border-top: 1px solid hsla(0,0%,100%,.3);
    margin: 0;
  }
  .rgt-col .row .col-auto h6 {
    margin: 0;
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
    line-height: 32px;
    padding: 7px 20px;
  }
  .rgt-col .row .col-auto h6 {
    cursor: pointer;
  }
  .rgt-col .row .col-auto h4 {
    margin: 0;
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
    line-height: 32px;
    padding: 7px 20px;
  }
  .rgt-col .row .col-auto h4 {
    cursor: pointer;
  }
  .rgt-col .row .col-auto p {
    padding: 0px 20px 15px;
  }
  .rgt-col  h4.active .drop_menu_trigger .minus_icon svg {
    position: relative;
    top: 6px;
  }
  .rgt-col  h4.active .drop_menu_trigger .minus_icon {
    display: block;
  }
  .rgt-col  h4.active .drop_menu_trigger .plus_icon {
    display: none;
  }
  .rgt-col .row .col-auto:nth-child(2) {
    border: 0;
  }
  .sti_footer_row_2 .rgt-col .col-12 hr {
    display: none;
  }
  .sti_footer_row_2 .rgt-col .col-12 {
    border-top: 1px solid rgb(255 255 255 / 20%);
  }
  .sti_footer_row_2 .rgt-col .col-12 {
    padding: 10px 20px 10px;
  }
  .sti_footer_row_2 .rgt-col .col-12 h3 {
    margin: 0;
  }
  .sti_footer_row_2 .rgt-col ul {
    padding: 0 20px 15px!important;
  }
  .sti_footer_row_2 .lft-col {
    padding: 20px 20px;
  }
  .footer_social_icon_link {
    width: 33.849px;
    height: 33.849px;
    padding: 7.879px;
    border: 1px solid rgba(255, 255, 255, .5);
  }
  .footer_social_icon_link svg {
    width: 21.01px;
    height: 21.01px;
    margin: auto;
  }
  #hs_cos_wrapper_language_switcher .hs-language-switcher__menu {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}

/**** Header Css *****/
.top-left-menu .drop_trigger {
  color: #101112;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  cursor: pointer;
}

.top-left-menu .hs-language-switcher__label {
  color: #101112;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  gap: 7px;
}

.top-left-menu .hs-language-switcher__label .hs-language-switcher__icon--dropdown {
  display: none!important;
}
.drop_trigger .down_arrow path{
  stroke:#101112;
}

.top-left-menu .col-auto .drop_box {
  top: 47px;
  border-radius: 4px;
  width: 200px;
  border: 0;
}

.top-left-menu .col-auto .drop_box p a.header_Country_link {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 10px 5px;
  display: block;
  color: #464E56;
  text-decoration: none;
}

.top-left-menu .col-auto .drop_box p a.header_Country_link:hover{
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.drop_trigger.drop_trigger_active .down_arrow,
.drop_trigger.drop_trigger_active .hs-language-switcher__label svg {
  transform: rotate(180deg);
}
.drop_trigger .down_arrow,
.top-left-menu .hs-language-switcher__label svg{
  transform: rotate(0);
  transition: transform 0s;
  margin: 0 0 0 0;
}
.top-left-menu .hs-language-switcher__label svg path{
  stroke:#101112;
}
.top-left-menu .drop_trigger#Country_selector_droptrigger {
  border-right: 1px solid rgba(70, 78, 86, 0.4);
  margin-right: 10px;
  padding: 9px 0;
}

.hs-language-switcher__menu.visible {
  display: flex;
  min-width: 150px;
  padding: 15px;
  background: #fff;
  flex-direction: column-reverse;
}
.hs-language-switcher__menu.visible > li a {
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 5px 0;
}
.hs-language-switcher__item {
  padding: 0!important;
}

.top-right-menu {
  height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-right-menu .hs-menu-wrapper > ul > li > a {
  color: #101112;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.top-right-menu .hs-menu-wrapper > ul > li {
  border-right: 1px solid rgba(70, 78, 86, 0.4);
  margin-right: 20px;
  padding-right: 20px;
}
.top-right-menu .hs-menu-wrapper > ul > li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0;
}

.header_myaccount_box.withFirstName .header_account_trigger {
  text-transform: capitalize;
}
.header_myaccount_box.withFirstName .My_Account {
  display: none;
}
body:not(.User_Exist) .user_logged_in {
  display: none;
}

body:not(.User_Exist) .con-block-inner.user_logged_out {
  displayL block;
}
.close_account_trigger {
  cursor: pointer;
}
body.mobile-open {
  overflow: hidden;
}
.body_scrolled{
  overflow: hidden;
}

body.User_Exist .con-block-inner {
  display: none;
}
.header_myaccount_box .header_account_trigger {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #E6EFF6;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
  padding: 5px 0 0;
}

.header_account_drop_box.drop_box:before {
  content: '';
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  flex-shrink: 0;
  background: #FFF;
  position: absolute;
  right: 18px;
  top: -7px;
}

.header_account_drop_box.drop_box {
  top: 39px;
  width: 260px;
  border-radius: 10px;
  right: -20px;
}

.header_row_1 .top-left-menu .drop_box:before {
  background: #fff;
  content: "";
  flex-shrink: 0;
  height: 15px;
  left: 85px;
  position: absolute;
  top: -7px;
  transform: rotate(45deg);
  width: 15px;
}
.header_row_1 #hs_cos_wrapper_language_switcher .hs-language-switcher__menu {
  border: 0;
  border-radius: 4px;
}
.header_row_1 #hs_cos_wrapper_language_switcher .hs-language-switcher__menu:before {
  background: #fff;
  content: "";
  flex-shrink: 0;
  height: 15px;
  left: 60px;
  position: absolute;



  top: -7px;
  transform: rotate(45deg);
  width: 15px;
}
.header_account_drop_box.drop_box .trans_button {
  border-radius: 4px;
  border: 1px solid #1C4367;
  background: transparent;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: #1C4367;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.brand-banner-container .slick-arrow {
  display: none !important;
}
.header_account_drop_box.drop_box .blue_btn {
  border-radius: 4px;
  background: #1C4367;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.header_account_drop_box.drop_box .blue_btn:hover {
  background: #002f4b;
}
.header_account_drop_box.drop_box h6 {
  color: #1C4367!important;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header_account_drop_box.drop_box p{
  color: #1C4367!important;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.header_account_drop_box.drop_box ul li {
  margin: 0;
  font: inherit;
}
.header_account_drop_box.drop_box ul li {
  color: inherit!important;
}
.header_account_drop_box.drop_box ul {
  color: #1C4367!important;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  list-style: disc;
  padding-left: 17px!important;
}
.top_row_my_account_trigger_mobile {
  cursor: pointer;
}
.header_account_drop_box.drop_box p.mt-2.mb-2 small {}
body.drop_trigger_active:before {
  content: '';
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  opacity: 0.67;
  background: rgba(0, 0, 0, 0.70);
  z-index: 1;
}
.drop_trigger_active .top-left-menu {
  position: relative;
  z-index: 1;
}
.drop_trigger_active .top-right-menu .header_myaccount_box {
  position: relative;
  z-index: 3;
}
.top-left-menu .col-auto .drop_box p a.active.header_Country_link {
  font-weight: bold;
  color: #000000;
}
#hs_cos_wrapper_language_switcher .hs-language-switcher__item:hover > a {
  font-weight: bold;
  color: #000000;
}
.header_row_2 {}

.header__navigation .hs-menu-wrapper > ul > li {
  margin-right: 30px;
}

.header__navigation .hs-menu-wrapper > ul > li > a {
  color: #464E56;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_input_wrapper > div,
.search_input_wrapper .hs-search-field,
.search_input_wrapper .hs-search-field .hs-search-field__bar {
  height: 100%;
}
.search_input_wrapper {
  width: 50vw;
  height: 46px;
  background: #fff;
  border-radius: 5px;
}

.search_input_wrapper .hs-search-field .hs-search-field__bar form {
  height: 100%;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions .results-for {
  color: #000;
}
.search_input_wrapper .hs-search-field .hs-search-field__bar form input[type='search'] {
  width: 100%;
  height: 100%;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image:url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/Union.svg');
    background-repeat: no-repeat;
    background-position: 10px 15px;
    padding-left: 40px!important;
    }
.hs-search-field__suggestions {
  z-index: 9;
}
.search_input_wrapper input#search_input-input::placeholder {
  opacity: 1;
  color: #999;
}
.search_input_wrapper .header_search_close_trigger {
  width: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.sti_header_mega_menu ul.tabnav>li>a {
  padding-bottom: 30px;
  padding-top: 30px;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text>ul>li ul li {
  padding: 0;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text>ul>li ul li a {
  display: block;
  color: #0C0C0C;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.sti_header_mega_menu ul.tabnav>li>a {
  padding-bottom: 20px;
  padding-top: 30px;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text>ul>li ul li {
  padding: 0;
  width: 100%;
}

.font_bold a {
  font-weight: 600;
  color: currentColor;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text>ul>li ul {
  display: flex;
  gap: 0;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text>ul>li {
  display: flex;
  flex-direction: column;
}

.mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text>ul>li:not(:last-child) {
  /*margin-bottom: 15px;*/
  padding: 0;
  width: 100%;
}

.sti_header_mega_menu .tabcontent> .row {
  margin: 0 -15px;
}

.sti_header_mega_menu .tabcontent .row > div {
  padding: 0 15px;
}

.sti_header_mega_menu .tabcontent .mega_tab_content_item {
  padding-left: 20px;
}

.sti_header_mega_menu .tabcontent .mega_tab_menu_item {
  padding-right: 0px;
}
.sti_header_mega_menu .tabcontent .mega_tab_content_item .col-sm-4.p-2:last-child {
  min-height: 379px;
}
.sti_header_mega_menu .tabcontent .mega_tab_content_item .mega_tab_orange_box {
  height: 100%;
  min-height: 364px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mega_tab_blue_box p {
  color: #1C4367;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.mega_tab_content_item .button.btn-white {
  padding-left: 10px;
  padding-right: 10px;
}


.mega_tab_grey_box p {
  color: #101112;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.mega_tab_grey_box a {
  color: #0063A1;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}


.sti_header_mega_menu div#Browse_by_Brand .row.sti_mega_logo_row {
  margin: 0 -15px;
}

.sti_header_mega_menu div#Browse_by_Brand .row.sti_mega_logo_row > div {
  padding: 0 15px 15px;
}

div#Browse_by_Audience  .row.font_bold {
  margin: 0 -15px;
}
div#Browse_by_Audience .row.font_bold ul li {
  padding: 0;
  width: 100%;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

div#Browse_by_Audience .row.font_bold ul {
  display: flex!important;
  gap: 15px;
}

.sti_header_mega_menu ul.tabnav li {
  padding-left: 0;
  margin-right: 70px;
  padding-right: 0;
}
#Browse_by_Audience {
  max-width: 700px;
}
#Browse_by_Audience li a {
  /* font-size: 16px; */
  font-weight: 600;
}
.sti_header_mega_menu .tabcontent .mega_tab_menu_item ul > li {
  padding-left: 0;
  padding-right: 0;
}

header .tabber-section {
  padding-bottom: 20px;
}
.mega_logo_box_menu_wrapper .mega_logo_box_menu_item a.d-block {
  background: #fff;
  text-align: left;
}
.mega_logo_box_menu_wrapper .mega_logo_box_menu_item a.d-block .hs_cos_wrapper_type_inline_text {
  color: #6C757D;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.mega_logo_box_menu_wrapper .mega_logo_box_menu_item a.d-block {
  text-decoration: none;
}

.drop_trigger.drop_trigger_inactive {
  pointer-events: none;
}
.header_row_1_right_menu_lang_selector_mobile a.header_Country_link.active {
  font-weight: bold;
  color: #000000;
}

.mega_logo_box_menu_wrapper .mega_logo_box_menu_item a.d-block {
  /*display: inline-flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 138px;*/
}

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

.mega_drop_overlay_open main {
  position: relative;
}
span.share_button.button.grey-button img {
  margin-right: 5px;
  vertical-align: middle
}


.blue_border_icon .td_thumb_img_div {
  border-color: #0063a1
}

.grey_border_icon .td_thumb_img_div {
  border-color: #464e56
}

.share span {
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  opacity: 1;
  transition: opacity .3s ease-in-out
}

.share nav {
  font-size: 0
}

.share a {
  background-color: #fff;
  color: #fff;
  display: inline-block;
  margin: 0 -10px;
  opacity: 0;

  overflow: hidden;
  text-align: center;
  transition: all .2s ease-in-out;
  width: 20px
}

.share a svg {
  height: 20px;
  width: 20px
}

.share.hover a,.share:hover a {
  margin: 0 10px;
  opacity: 1
}

.share.hover a:hover,.share:hover a:hover {
  color: #fff
}

.share_button.button.grey-button {
  align-items: center;


  background: #bac0c6;
  border: 0;
  border-radius: 5px;
  color: currentColor;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-width: 100px;
  padding: 10px
}
.header__navigation .header_item_dropdown_menu {
  background-color: #fff;
  display: none;
  left: 0px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
  color: #0C0C0C;
  width: 285px;
  padding: 22px 12px;
}

.header__navigation ul li:last-child .header_item_dropdown_menu,
.header__navigation ul li:nth-last-child(-n+2) .header_item_dropdown_menu{
  left: unset;
  right: 0;
}

.header__navigation li.header_item_li_dropdown_menu.hs-menu-item {
  position: relative;
}

/* .header__navigation li.header_item_li_dropdown_menu.hs-menu-item:hover .header_item_dropdown_menu,
.header__navigation li.header_item_li_dropdown_menu.hs-menu-item:focus-within .header_item_dropdown_menu{
display: block;
} */

.header__navigation li.header_item_li_dropdown_menu.hs-menu-item.active .header_item_dropdown_menu{
  display: block;
}


.header__navigation .header_item_dropdown_menu .hs-menu-flow-horizontal > ul li a {
  word-wrap: break-word;
  color: currentColor;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__navigation .header_item_dropdown_menu .hs-menu-flow-horizontal > ul li:hover a {
  color: #EDBF66;
  text-decoration: underline;
}

.header__navigation  .header_item_dropdown_menu .hs-menu-flow-horizontal > ul > li > a:after{
  display: none;
}

.header__navigation .header_item_dropdown_menu .hs-menu-flow-horizontal > ul li {
  color: currentColor;
  /* display: block !important; */
  width: 100% !important;
}

.average-rating {
  appearance: none;
  color: transparent;
  color: #ddd;
  display: flex;
  position: relative;
  vertical-align: baseline;
  width: auto;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Product_Rating::before {
  --percent: calc(var(--percent_s)/5*100%);
  content: '★★★★★';
  color: #ddd;
  font-size: 2em;
  background: linear-gradient(90deg, black var(--percent), rgba(0,0,0,0.2) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Content_Rating::before {
  --percent: calc(var(--percent_c)/5*100%);
  content: '★★★★★';
  color: #ddd;
  font-size: 2em;
  background: linear-gradient(90deg, black var(--percent), rgba(0,0,0,0.2) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-logo-item {
  background-repeat: no-repeat;
  height: 48px;
  width: 48px
}
.sti_footer_subscribe_form form .field.hs-form-field input.hs-input::placeholder{
  color: #BAC0C6;
}

/* .top-left-menu .drop_trigger {
pointer-events: none;
} */

/* .top-left-menu .drop_trigger .down_arrow {
display: none;
} */

/* .top-left-menu .hs-language-switcher__label svg {
  display: none;
} */

@media (min-width:768px){
  .mega_drop_overlay_open main:before {
    content: "";
    background-color: #101112;
    opacity: .8;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }

  .row.mega_logo_box_menu_wrapper {
    width: 100%;
  }
  .mega_logo_box_menu_wrapper .mega_logo_box_menu_item {
    max-width: 14.2857142857%;
    padding: 10px;
  }
  body header .dropdown {
    display: inherit;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  /*   .header__navigation .hs-menu-wrapper>ul>li:hover .dropdown, .header__navigation .hs-menu-wrapper>ul>li:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 23;
} */

  .header__navigation .hs-menu-wrapper>ul>li.active .dropdown{
    opacity: 1;
    visibility: visible;
    z-index: 23;
  }
  .mega_tab_blue_box {
    min-height: 363px;
  }
  #hs_cos_wrapper_language_switcher .hs-language-switcher {
    /*border-left: 1px solid #398dc8;*/
  }
  #hs_cos_wrapper_language_switcher .hs-language-switcher__button {
    padding: 0;
  }
  .drop_box *:not(.button) {
    color: #464E56 ;
  }
}

@media (max-width:1100px) and (min-width:768px){
  .header__navigation .hs-menu-wrapper>ul>li {
    margin-right: 15px;
  }
  .search_input_wrapper {
    width: 54vw;
  }
  .header_row_1_right_menu_cell .row.justify-content-end.align-items-center {
    flex-wrap: nowrap;
  }
  .sti_header_mega_menu .tabcontent .mega_tab_menu_item {
    padding-right: 0;
  }
  .sti_header_mega_menu .tabcontent .mega_tab_content_item {
    padding-left: 0;
  }

}
@media (max-width:1100px) and (min-width:1025px){
  .mega_tab_menu_item .hs_cos_wrapper_type_inline_rich_text ul li ul li a {
    font-size: 13px;
    line-height: 1.4;
    padding-right: 10px;
  }
}
@media (max-width:1024px) and (min-width:768px){
  .sti_header_mega_menu .tabcontent>.row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header_row_2 {
    padding: 0;
  }

}
@media (max-width:990px) and (min-width:768px){
  .header__navigation .hs-menu-wrapper>ul>li {
    margin-right: 0px;
  }
  .header__navigation_column .header__navigation {
    flex-wrap: nowrap;
  }
  .header_navigation_col_auto .hs-menu-wrapper> ul {
    flex-wrap: nowrap;
  }
  .header__navigation .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}

@media (max-width:767px){
  #Browse_by_Audience .mega_tab_content_item {
    margin: -10px 0 0;
  }
  #Browse_by_Audience .visible-phone.mb-5 {
    display: none !important;
  }
  #Browse_by_Audience li {
    margin: 10px 8px;
    text-align: left;
  }
  #Browse_by_Audience li a {
    font-weight: 600;
  }
  .header .container,
  .footer .container{
    width: 100%;
  }
  .header_row_2 {
    padding: 12px 10px;
  }
  .header_row_2 a img {
    max-width: 110px;
    width: 100%;
  }
  .header_search_col_auto > .row > div:not(:last-child) {
    margin-right: 25px;
  }
  .header_search_col_auto > .row > div {
    width: 20px;
    height: 25px;
  }
  .top_row_menu_trigger svg {
    position: relative;
    top: 2px;
  }
  .top_row_menu_trigger {
    cursor: pointer;
  }
  .mobile-open .header_row_1_right_menu_lang_selector_mobile {
    left: 0;
  }
  .header_row_1_right_menu_lang_selector_mobile {
    display: block;
    width: calc(100% - 50px);
    max-height: 100vh;
    overflow-y: auto;
    left: -100%;
    transition: left .3s ease-in;
  }
  .body-trigger {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
    background: rgba(0, 99, 161, .75);
    left: 0;
    right: 0;
    top: 0;
  }
  .mobile-open .body-trigger {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  .close_menu_lang_selector_trigger {
    margin-top: 10px;
    padding: 10px 20px 15px;
  }
  .close_menu_lang_selector_trigger .trigger svg {
    width: 13.71px;
    height: 12.518px;
  }
  .close_menu_lang_selector_trigger .trigger {
    color: #464E56;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
  }
  .header_row_1_right_menu_lang_selector_mobile .cst-top-menu-grp .hs-menu-wrapper > ul > li {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(186, 192, 198, 0.40);
  }
  .header_row_1_right_menu_lang_selector_mobile .cst-top-menu-grp .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px solid rgba(186, 192, 198, 0.40);
  }
  .second-col .col-auto:last-child {
    pointer-events: none;
  }
  .header_row_1_right_menu_lang_selector_mobile .cst-top-menu-grp .hs-menu-wrapper>ul>li >a {
    color: #464e56;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_row_1_right_menu_lang_selector_mobile .cst-top-menu-grp .hs-menu-wrapper>ul>li.access-sti {
    padding: 10px 20px;
  }
  .header_row_1_right_menu_lang_selector_mobile .cst-top-menu-grp .hs-menu-wrapper>ul>li.access-sti a {
    border-radius: 4px;
    border: 1px solid #1C4367;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    color: #1C4367;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .header_row_1_right_menu_lang_selector_mobile .cst-top-menu-grp .hs-menu-wrapper>ul>li a {
    text-decoration: none;
  }
  .header_row_1_right_menu_lang_selector_mobile > div {
    width: 100%;
  }
  .header_row_1_right_menu_lang_selector_mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .second-col .col-auto {
    width: 100%;
  }
  .second-col .col-auto .drop_trigger,
  .second-col .col-auto .hs-language-switcher__button {
    border-top: 1px solid rgba(186,192,198,.4);
    margin: 0;
    text-align: left;
    width: 100%;
    align-items: center;
    color: #464e56;
    display: flex;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    line-height: 20px;
    padding: 13px 20px!important;
    cursor:pointer;
  }
  .second-col .col-auto .drop_trigger svg {
    /*opacity: 0;*/
  }
  .second-col .col-auto:last-child .drop_trigger svg {
    opacity: 0;
  }
  /* .second-col .col-auto .drop_trigger {
  cursor: text;
  pointer-events: none;
} */
  #hs_cos_wrapper_language_switcher .hs-language-switcher__button {
    padding: 0 !important;
  }
  #hs_cos_wrapper_language_switcher .hs-language-switcher__button svg {
    display: none;
  }
  .second-col .col-auto .drop_trigger .hs-language-switcher__inner-wrapper {
    width: 100%;
  }
  .second-col .col-auto .hs-language-switcher__button .hs-language-switcher__icon--dropdown {
    display: none!important;
  }
  .second-col .drop_box,
  .second-col .col-auto .hs-language-switcher__inner-wrapper .hs-language-switcher__menu,
  .second-col .col-auto .drop_trigger .hs-language-switcher__inner-wrapper .lang-block{
    display: block!important;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 223;
    left: -100%;
    transition: left .3s ease-in;
    padding: 0;
  }
  .second-col .drop_box.country-col,
  .second-col .col-auto .drop_trigger .hs-language-switcher__inner-wrapper .lang-block.lang-col{
    left: 0;
  }
  .second-col .col-auto {
    width: 100%;
    position: static!important;
  }
  .second-col .drop_box .close-country,
  .lang-block .close-lang{
    padding: 10px 0;
    color: #464E56;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex!important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .second-col .drop_box p {
    padding: 10px 20px;
    color: #464E56!important;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .lang-block .hs-language-switcher__menu {
    position: static;
    border: 0!important;
  }
  .second-col .drop_box .close-country {
    margin-bottom: 10px;
  }
  .second-col .hs-language-switcher__inner-wrapper {
    display: block;
    position: static;
  }
  .second-col .hs-language-switcher {
    position: static;
    border: 0!important;
  }
  .second-col .col-auto .drop_trigger .hs-language-switcher__inner-wrapper .lang-block {
    position: absolute;
    z-index: 2;
  }
  .lang-block .hs-language-switcher__menu li > a {
    color: #464e56;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
  }
  .lang-block .hs-language-switcher__menu {
    padding-top: 10px!important;
  }
  .lang-block .hs-language-switcher__menu li.active >a, .lang-block .hs-language-switcher__menu li.active {
    background: transparent;
  }
  .header_row_2 {
    position: relative;
  }
  .header_row_2 .header_search_col_auto {
    position: static;
  }
  .search_input_wrapper.hide {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
  }
  .search_input_wrapper button.hs-search-field__button {
    background-image:url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/Union.svg');
      background-repeat: no-repeat;
      background-position: 10px 15px;
      }
  .search_input_wrapper .hs-search-field .hs-search-field__bar form input[type=search] {
    background: #fff;
    padding-left: 50px!important;
  }
  .search_input_wrapper button.hs-search-field__button {
    width: 40px;
    height: 40px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
  }
  .search_input_wrapper .header_search_close_trigger {
    top: 33%;
    transform: translateY(-50%);
  }
  .header_account_drop_box.drop_box {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 0;
    width: 100%;
    height: calc(100% - 64px);
  }
  .header_account_drop_box.drop_box {
    padding: 0;
  }
  .top-acc-trigger {
    display: flex!important;
    justify-content: space-between;
    padding: 20px 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .top-acc-trigger .acc-label {
    display: flex;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 10px;
    align-items: center;
  }
  .top-acc-trigger .close_account_trigger svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .header_account_drop_box.drop_box .con-block {
    background: #F8F9FB;
    padding: 20px;
    border-bottom: 1px solid rgba(1, 0, 0, .1);
  }
  .header__navigation .hs-menu-wrapper>ul>li>a {
    display: flex!important;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    align-content: center;
  }
  .header__navigation .hs-menu-wrapper>ul>li>a .icon {
    background: transparent;
    padding: 0;
    text-align: center;
  }
  .header__navigation .hs-menu-wrapper>ul>li>a .icon svg {
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.tools svg {
    width: 18px;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.markets-we-serve svg {
    width: 20px;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1.products > a > .icon svg {
    width: 18px;
  }
  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li > a {
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .header_navigation_col_auto .hs-menu-wrapper>ul>li>a:after {
    display:none;
  }
  header .tabber-section .container {
    width: 100%;
  }
  header .tabber-section ul.tabnav.open-menu-list > li {
    margin: 0;
  }
  .sti_header_mega_menu .tabcontent > .row {
    margin: 0;
  }
  .sti_header_mega_menu .tabcontent > .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .sti_header_mega_menu .tabcontent .hs-menu-wrapper >ul > li {
    display: block;
    width: 100%!important;
    text-align: center;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper >ul > li .hs-menu-children-wrapper {
    display: none;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper >ul > li > a {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }
  .sti_header_mega_menu .tabcontent-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 17px 20px!important;
    border-bottom: 1px solid #E9ECEF;
  }
  .sti_header_mega_menu .tabcontent-wrapper {
    padding: 0;
  }
  .sti_header_mega_menu .tabcontent  .hs-menu-wrapper >ul {
    display: block;
    padding: 0;
  }

  section.tabber-section, section.tabber-section > * {
    height: 100%;
  }

  .sti_header_mega_menu .tabcontent-wrapper {
    height: calc(100% - 52px);
  }
  .sti_header_mega_menu .tabcontent-wrapper > div, .sti_header_mega_menu .tabcontent-wrapper > div > div {
    height: 100%;
    max-height: none;
    min-height: auto;
  }
  .sti_header_mega_menu .tabcontent .mega_tab_content_item {
    padding-left: 0;

  }
  .sti_header_mega_menu .tabcontent .mega_tab_content_item .align-items-end {
    align-items: normal !important;
  }
  .sti_header_mega_menu .tabcontent .mega_tab_content_item .row.align-items-end .col-sm-4.p-2:first-child {
    order: 3;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mega_tab_grey_box svg {
    float: left;
    position: relative;
    top: 15px;
  }
  .mega_tab_grey_box p, .mega_tab_grey_box a {
    text-align: left;
    padding-left: 60px;
  }
  .sti_header_mega_menu .tabcontent .mega_tab_content_item .row.align-items-end .col-sm-4.p-2:not(:first-child) {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mega_tab_blue_box, .mega_tab_orange_box {
    text-align: left;
    min-height: 364px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .mobile-bottom-content {
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    background: #0063A1;
    padding: 20px 20px!important;
    gap: 10px;
  }
  body header .dropdown {
    height: 100%;
  }
  .mobile-bottom-content .txt-label {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .mobile-bottom-content {
    align-items: center;
    gap: 15px;
  }
  .mobile-bottom-content svg {
    display: block;
  }
  .sti_footer_row_2 .col-sm-4,
  .sti_footer_row_2 .col-sm-8,
  .sti_footer_row_2 .col-sm-8 .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .sti_header_mega_menu .tabcontent h4 {
    text-align: left;
  }
  div#Browse_by_Brand .col-sm-6 {
    padding: 0 20px 20px;
  }
  .row.sti_mega_logo_row {
    padding-right: 0;
  }
  .sti_header_mega_menu div#Browse_by_Brand .row.sti_mega_logo_row .col-4.sti_mega_logo_row_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sti_header_mega_menu .tabcontent h4 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .sti_header_mega_menu ul.tabnav li {
    margin: 0;
    padding: 5px 10px;
  }
  div#Browse_by_Audience > .row .row.font_bold .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  div#Browse_by_Audience > .row .row.font_bold .col-sm-6 ul.d-block {
    padding-top: 20px;
    text-align: left;
  }
  div#Browse_by_Audience > .row .row.font_bold .col-sm-6 ul.d-block li {
    text-align: left;
    padding: 0 20px 10px;
    margin: 0;
  }
  .sti_header_mega_menu .tabcontent {
    overflow-x: hidden;
  }
  div#Browse_by_Audience > .row {
    justify-content: space-between!important;
    width: 100%;
  }
  div#Browse_by_Audience > .row .col-sm-6 {
    height: auto;
    width: 100%;
  }
  .row.mega_logo_box_menu_wrapper {
    background: #F8F9FB;
    padding: 10px;
  }
  .mega_tab_grey_box p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sti_header_mega_menu ul.tabnav li span.tab_by_label {
    color: #1C4367;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    word-wrap: break-word;
  }

  .sti_header_mega_menu ul.tabnav li a {
    color: #101112;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.08px;
    word-wrap: break-word;
  }
  .mega_logo_box_menu_wrapper .mega_logo_box_menu_item {
    max-width: 50%;
    width: 100%;
    padding: 5px;
  }
  .mobile-bottom-content {
    display: flex!important;
  }
  section.tabber-section {
    overflow-y: auto;
    padding-bottom: 0;
  }

  footer.sti-footer.footer {
    padding-bottom: 40px!important;
  }
  .tools .tabber-section {
    background: #f8f9fb;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper>ul>li,
  .sti_header_mega_menu .tabcontent>.row>div {
    position: static!important;
  }
  .sti_header_mega_menu .tabcontent {
    position: relative;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    position: absolute!important;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 0px 0;
    z-index: 23;
    max-height: 362px;
    overflow-y: auto;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li > a {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    /*border-bottom: 1px solid #e9ecef;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 17px 20px!important;
  }
  .sti_header_mega_menu .tabcontent .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: -1;
  }

  .header_navigation_col_auto .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.active-item > ul {
    opacity: 1;

    visibility: visible;
    left: 0;
    z-index: 2;
  }
  .back-trigger a svg {
    transform: rotate(180deg);
  }
  .back-trigger a {
    justify-content: flex-start!important;
    gap: 10px;
  }
  .mobile-bottom-content {
    cursor: pointer;
  }
  .close_menu_trigger {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
  }
  li.hs-menu-item.hs-menu-depth-1.products .close_menu_trigger {
    opacity: 0;
  }
  body header .dropdown .close_menu_trigger {
    display: none;
  }
  .site_wide_notice {
    padding: 7px 10px;
    display: none !important;
  }
  .site_wide_notice a,
  .site_wide_notice p {
    font-size: 11px;
  }
  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul > li {
    position: relative;
  }

  .sti_footer_adv_menu_wrapper .hs-menu-wrapper>ul > li span.drop_menu_trigger {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
  }
  .mega_tab_blue_box, .mega_tab_orange_box {
    padding: 12px;
  }
  .mega_tab_content_item .mega_tab_grey_box {
    padding-left: 26px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
  }
  body #ae_launcher.ae-cta-position-preset-right-lower {
    bottom: 75px;
  }
  body .sti_header_mega_menu .mobile-bottom-content.visible-phone {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    display: none !important;
  }
  body .sti_header_mega_menu .active-item .mobile-bottom-content.visible-phone {
    display: flex !important;
  }
  body .sti_header_mega_menu .active-item .mobile-bottom-content.visible-phone.disabled{
    display: none !important;
  }
  header .tabber-section .container {

    overflow: auto;
  }
  section.tabber-section {

    padding-bottom: 60px;
  }
  .sti_header_mega_menu ul.tabnav {

    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: white;
    border-bottom: 1px solid #ccc;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .sti_header_mega_menu .tabcontent-wrapper.tabber-child-cont {
    height: calc(100%);
    /*padding: 93px 0 0 0;*/
    padding: 10px 0 0;
  }
  .sti_header_mega_menu .tabcontent-wrapper.tabber-child-cont.hide-phone,
  .tab_mobile_parent_link .tab_by_label{
    display: none;
  }
  .sti_header_mega_menu .tab_mobile_parent_link_item .hs-menu-wrapper ul {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #FFF;
    height: calc( 100vh - 60px );
    padding: 7px 0;
    overflow: auto;
    top: 0;
    left: 0;
  } 
  .sti_header_mega_menu .tab_mobile_parent_link_item .hs-menu-wrapper ul a {
    border: none !important;
    padding: 12px 20px !important;
  }

  .sti_header_mega_menu .tab_mobile_parent_link_item .hs-menu-wrapper ul a svg {
    display: none;
  }
  a.tab_mobile_parent_link {
    display: flex !important;
    gap: 5px;
    text-align: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 17px 20px !important;
    border-bottom: 1px solid #E9ECEF;
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }

  a.tab_mobile_parent_link .tab_by_label {
    display: none;
  }

  li.tab_mobile_parent_link_item {
    display: block;
    width: 100% !important;
    text-align: center;
    position: static !important;
    line-height: 1;
    margin: 0;
    padding: 0;
  } 
  div#Browse_by_Audience > .row {

    height: initial; 
  }
}
@media (max-width: 450px){

}
.resource_banner_wrapper {
  position: relative;
  padding-bottom: 40px;
}

.resource_banner_wrapper .resource_banner_left_image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.resource_banner_wrapper .resource_banner_left_image img {
    width: 370px;
}

.resource_banner_center_image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  bottom: 0;
}

.resource_banner_center_image img {
  width: 450px;
}

.hs-breadcrumb-menu-divider:before {
  content: '/'; 
  padding-left: 10px;
}
.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px;
  margin: 0;
}

.Explore_Box_S23_item {
  border-radius: 4px;
  border: 1px solid rgba(186, 192, 198, 0.50);
  background: #FFF;
  padding: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; 
}
.Explore_Box_S23_item h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.Explore_Box_S23_item h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #6C757D;
  margin-bottom: 20px;
}

.Explore_Box_S23_item p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.Explore_Box_S23_item  h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  color: #101112;
}
.Explore_Box_S23_wrapper.container {
  width: 100%;
  margin-bottom: 30px;
}
.resource_banner_wrapper img.resource_banner_wrapper_bg_image {
  width: 100%;
}
.text-white.bg-blue * {
  color: currentColor;
}
.bg-sky {
  border-radius: 4px;
  background: #EBF3F7;
}

.Two_Column_Content_S23_wrapper{
  border-radius: 4px;
}
.blue_text{
  color: #0063A1;
}
.sti_blue_btn {
  display: inline-flex;
  /* width: 134px; */
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  border-radius: 4px;
  background: #1C4367;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.sti_trans_button {
  display: inline-flex;
  min-width: 130px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #1C4367;
  color: #1C4367;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.button.sti_blue_btn img {
  margin-left: 10px;
}

.Explore_Box_S23_card_row {
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.Form_with_Background_S23_wrapper .hs-button.primary.large {
  width: auto;
  border-radius: 4px;
  background: rgb(224, 111, 52);
  display: flex;
  width: 416px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  border-color: currentColor;
  max-width: 100%;
}
.Form_with_Background_S23_wrapper .input .hs-input {
  border-radius: 4px;
  border: 1px solid #9F9E9A;
  background: #FFF;
  padding: 14px 16px;
}
.Form_with_Background_S23_wrapper form .hs-richtext h5 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.Form_with_Background_S23_wrapper .submitted-message {
  color: #087108;
  margin-left: 30px;
  padding: 0;
  color: #1E9E69;
  font-size: 18px;
  font-weight: 500;
  word-wrap: break-word;
  vertical-align: middle;
  background-image: url(https://44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/green-tick-round.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 28px;
  background-position: 0 2px;
  display: inline-block;
}
.Form_with_Background_S23_inner_form:has(.submitted-message) {
  text-align: center;
}
.form_lead {
  color: #6C757D;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}
.req_text {
  font-size: 16px !important;
  line-height: 24px;
  color: #000 !important;
}

.req_text span {
  color: #9D1E1E;
}
.double_row  .row.align-items-center {
  height: 100%;
}
.double_row .hs_cos_wrapper_type_inline_rich_text {
  display: block;
  padding: 20px 40px 20px 20px;
}
.bg-Bluealicious {
  background-color: #016691;
}
.text-white * {
  color: currentColor;
}
p.lead {
  color: #6B747B;
  /* text-align: center; */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.686px;
}

.Breadcrumb_Menu_S23 .hs-breadcrumb-menu a{
  color: #101112;
}
.Breadcrumb_Menu_S23 .hs-breadcrumb-menu{
  color: rgba(70, 78, 86, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.Breadcrumb_Menu_S23 .hs_cos_wrapper_type_simple_menu li.hs-menu-item.hs-menu-depth-1 > a {
  color: #1C4367;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.font_rc{
  font-family: 'Roboto Condensed';
}
.Firestop_Register_box ul {
  padding-left: 5px;
}

.Firestop_Register_box ul a {
  color: currentColor;
  text-decoration: underline;
}

.Firestop_Register_box ul a:hover {
  text-decoration: none;
}
.Two_Column_Content_S23_wrapper h4.font_rc{
  font-weight: 500;
}

.double_row img.Two_Column_image_S23 {
    width: 100%;
}

.Breadcrumb_Menu_S23 ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item:first-child {
    padding-left: 0;
}


.sti_resource_body_wrapper .dnd-section {
    padding: 40px 5px;
}

.plr-40{
  padding-left: 40px;
  padding-right: 40px;
}

.pr-40{
  padding-right: 40px;
}

.pl-40{
  padding-left: 40px;
}

.pt-40{
  padding-top: 40px;
}

.pb-40{
  padding-bottom: 40px;
}

.submitted-message {
    color: #087108;
    /* font-size: 1.25rem; */
    /* margin-left: 30px; */
    padding: 0;
    color: #1E9E69;
    font-size: 18px;
    /* font-family: Roboto; */
    font-weight: 500;
    /* line-height: 30px; */
    word-wrap: break-word;
    vertical-align: middle;
    text-align: center;
}
.submitted-message img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
@media(min-width: 768px){
  .sti_resource_body_wrapper .dnd-section:not([class*="full-width-section"]) > .row-fluid {
    max-width: 90%;
        width: 1900px;
}
.sti_resource_body_wrapper .dnd-section[class*="full-width-section"] > .row-fluid{}

  .wrapper.wrapper-1 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .wrapper.wrapper-2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .Explore_Box_S23_top_pane p:last-child {
  margin-bottom: 0;
}


}
@media(max-width: 768px){
  .header__navigation .header_item_dropdown_menu .hs-menu-flow-horizontal>ul li a {
    font-weight: 600;
}
  .header__navigation li.header_item_li_dropdown_menu.hs-menu-item.hs-menu-depth-1.active-item .header_item_dropdown_menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    /*width: calc(100% - 50px);*/
    width: 100%;
    padding: 0;
    height: 100%;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mobile-bottom-content.simple_mobile_close_trigger {
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    left: 0;
  }
  .header__navigation .header_item_dropdown_menu .hs-menu-flow-horizontal>ul li a {
    word-wrap: break-word;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(186,192,198,.4);
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px 5px 10px 20px!important;
    text-align: left!important;
    display: flex !important;
    align-content: space-between;
    flex-direction: row;
  }
  .header__navigation .header_item_dropdown_menu .hs-menu-flow-horizontal>ul li a svg {

  }
  .header_item_dropdown_menu .header_dropdown_simple_menu {
    height: 90vh;
    overflow-y: auto;
    width: 100%;
  }
  .header_item_dropdown_menu .header_dropdown_simple_menu .hs-menu-flow-horizontal > ul > li {
    display: block !important;
    width: 100% !important;
}
.header_item_dropdown_menu .hs-menu-flow-horizontal > ul {
    flex-direction: column !important;
}
.header_item_dropdown_menu .mobile-bottom-content .txt-label {
    margin-left: 10px;
}
  .simple-dropdown-mobile-open .body-trigger {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  .resource_banner_wrapper img.resource_banner_wrapper_bg_image {
    width: 100%;
    object-fit: cover;
  }
  .resource_banner_wrapper .resource_banner_left_image {
    top: 60px;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
  }
  .resource_banner_center_image {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
  }
  .yellow_button_link_s23_module .links-section {
    text-align: center;
    margin-top: 10px;
}
.yellow_button_link_s23_module .view-all-button {
    margin-bottom: 20px;
}

.hs_bldcode_fltr_wrapper .lft_col {
    flex: 1;
    padding: 0 10px;
}

.hs_bldcode_fltr_wrapper .top_filter {
    margin: 0 -10px;
}
.Explore_Box_S23_top_pane {
    text-align: center;
}

.Explore_Box_S23_top_pane .col-sm-3 {
    display: flex;
    justify-content: center;
}

.Explore_Box_S23_top_pane .col-sm-3 a.button {
    flex: 1;
    margin: 0 5px;
}
.Explore_Box_S23_top_pane {
    text-align: center;
}

.Explore_Box_S23_top_pane .col-sm-3 {
    display: flex;
    justify-content: center;
}

.Explore_Box_S23_top_pane .col-sm-3 a.button {
    flex: 1;
    margin: 0 5px;
}

.button-wrapper a.button.button--secondary.button--large {
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.Form_with_Background_S23_inner {}

.Form_with_Background_S23_inner h3 {
    font-size: 5vw;
    margin-bottom: 2vw;
}

.Form_with_Background_S23_inner p.form_lead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
}
@media(max-width: 400px){
  .header_navigation_col_auto #hs_menu_wrapper_header_main_menu.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    font-size: 11px;
  }
  .resource_banner_wrapper .resource_banner_left_image img {
    width: 200px;
  }
  .resource_banner_wrapper img.resource_banner_wrapper_bg_image {

  }
  .resource_banner_wrapper .resource_banner_left_image {
    top: 40px;
  }
}
.video-wrapper iframe {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
border: 0;
}
.video-wrapper {
padding-top: 65%;
position: relative;
}

.white-btn a {
font-size: 16px;
font-weight: 600;
color: #fff;
padding: 12px 25px;
border-radius: 4px;
border: 1px solid #fff;
display: inline-block;
}
.white-btn a:hover {
	color: #000;
	background-color: white;
	text-decoration: none;
}
.fit2-cont a:hover {
	background-color: white;
	color: #016691;
	text-decoration: none;
}
.text-white p.lead {
color: #fff;
}

.mlrN15 {
margin:0 -15px;
}
.pdlr15 {
padding:0 15px;
}

.pt58 {
padding-top:58px;
}
.plr20 {
padding-left:20px;
padding-right:20px;


}
.pb30 {
padding-bottom:30px;
}

.span_step {
background: #1C4367;
display: inline-block!important;
vertical-align: middle;
width: auto!important;
color: #fff;
font-family: Roboto;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px;
padding: 5px 30px;
position: absolute;
left: 0;
top: 0;
}
.bg-sky {
background-color:#F1F4F9; 
}
.br4 {
border-radius:4px;
}
.brtb4 {
border-radius:4px 0;
}
.mb20 {
margin-bottom: 20px;
}
.detal p {
color: #464E56;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 133.333%;
}
.height00 {
height:100%;
}
.gap30 {
display: flex;
flex-direction: column;
gap: 30px;
}
.mAuto {
margin: 0 auto;
}

.hs_plgn_fatre_wrapper h4 {
margin-bottom: 15px;
}

.hs_plgn_fatre_wrapper ul {
color: #464E56;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 133.333%;
}
.lead-2x {
color: #101112;
font-size: 20px;
font-weight: 400;
line-height: 150%;
}
.hs_plgn_fatre_wrapper h4 {
font-weight: 600;
}
.Explore_Box_S23_top_pane .col-sm-3 {
	text-align: right;
}

.hs-breadcrumb-menu-divider:before {
padding-left: 0px;
}
.hs-breadcrumb-menu-item {
padding: 10px 0px 10px 5px;
}
.top_filter select {
background-color:#fff;
appearance: none;
background-position: 97px 12px;
background-repeat: no-repeat;
background-size: 18px;
border: 0.503px solid #bac0c6;
border-radius: 4.028px;
color: #464e56;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24.168px;
padding: 8.084px;
width: 130.909px;
text-align: left;
padding-left: 20px;
background-image:url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/Down.png'); 
}

.Form_with_Background_S23_wrapper .input select.hs-input{
background-image:url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/Down.png'); 
background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 16px;
    -webkit-appearance: none;
}
.Form_with_Background_S23_wrapper .hs-button.primary.large {
    background-image: url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/resources/button_right_arrow.svg');
    background-position: 60% center;
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-appearance: none;
}
.Form_with_Background_S23_wrapper select.is-placeholder {
    color: #BAC0C6;
}
.Form_with_Background_S23_wrapper .hs-input::placeholder {
    color: #BAC0C6;
}
.hs_bldcode_fltr_wrapper.prd_data_sheet {}

.hs_bldcode_fltr_wrapper.prd_data_sheet .lft_col {}

.top_filter {
border-bottom: 1px solid rgba(186, 192, 198, .4);
padding-bottom: 20px;
}
.show_count p {
color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24.168px;
margin: 0;
}
.show_count {
padding-top: 20px;
padding-bottom: 20px;
}
.flt_grp {
width: 100%;
}
.flt_grp .hs_filter_item {
width: 100%;
}
.flt_grp .hs_filter_item>div {
background: #fff;
border: 1.007px solid rgba(186,192,198,.5);
border-radius: 4.028px;
display: flex;
gap: 10.07px;
padding: 12.084px;
justify-content: space-between;
align-items: center;
}
.flt_grp .left_wrap .img_col {
width: 69.483px;
height: 57.399px;
}
.flt_grp .left_wrap {
display: flex;
align-items: center;
gap: 12.084px;
}
.flt_grp   .desp_col {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.flt_grp  .desp_col h4 {
margin: 0;
color: #101112;
font-family: Roboto;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}
.flt_grp  .desp_col p.text {
margin: 0;
color: #464E56;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.pdf_col {
text-decoration: none;
display: flex;
align-items: center;
gap: 12.084px;
}
.pdf_col .pdf_icon {
width: 48.6px;
height: 48.582px;
}
.pdf_col .pdf_text {
color: #1C4367;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.market-section-products .left-content.full-content p {
max-width: 767.329px;
}
.market-section.building-codes .product-items {
padding: 30px 20px;
}
.cal-btn a span {
color: #1C4367;
font-family: Roboto;
font-size: 16.112px;
font-style: normal;
font-weight: 400;
line-height: 22.154px;
text-decoration-line: underline;
}
.cal-btn a {
display: flex;
width: 206.434px;
align-items: center;
gap: 12.084px;
}
.cal-btn a svg {
width: 32.224px;
height: 32.224px;
}
.top_filter select#FilterCategory {
width: 131.001px;
padding-left: 10px;
}
.prd_data_sheet .flt_grp .desp_col {
justify-content: center;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4.031px;
}
.prd_data_sheet .rgt_wrap {
display: flex;
align-items: center;
gap: 42.323px;
}
.prd_data_sheet .pdf_item {
display: flex;
padding: 10.077px;
flex-direction: column;
align-items: flex-start;
gap: 10.077px;
border-radius: 4.031px;
border: 1.008px solid #BAC0C6;
background: #FFF;
}
.pdf_item .pdf_in {
display: flex;
justify-content: center;
align-items: center;
gap: 24.185px;
}
.sti_resource_body_wrapper svg {
width: 100%;
height: 100%;
display: block;
}
.icon_text {
width: 16.123px;
height: 16.123px;
}
.pdf_item .pdf_in .iconsvg {
width: 24.185px;
height: 24.185px;
}
.hs_filter_top {
border-top: 1px solid rgba(186,192,198,.4);
padding-bottom: 20px;
padding-top: 20px;
}
.hs_filter_top .inn_wrap {
align-items: center;
border-radius: 4.028px;
display: flex;
gap: 10.07px;
justify-content: space-between;
}
.hs_filter_top  .text1,
.hs_filter_top  .text2 {
color: #000;
font-family: Roboto;
font-size: 14.108px;
font-style: normal;
font-weight: 400;
line-height: 142.857%;
}
.top_filter select {
width: 100%;
padding-right: 40px;
background-position: 90% center;
}

.selected-value {
display: none;
}
.selected-value.visible-block {
display: block;
}
.selected-value {
padding: 20px 0;
}

.selected-value .d-flex {
align-items: center;
gap: 5px;
}
.sel_item:empty {
display: none;
}
.sel_item {
display: none;
height: 40.308px;
padding: 12.092px 14.108px;
justify-content: center;
align-items: center;
gap: 8.062px;
flex-shrink: 0;
border-radius: 4.031px;
border: 1.008px solid #0063A1;
background: #E6EFF6;
color: #464E56;
text-align: center;
font-family: Roboto;
font-size: 16.123px;
font-style: normal;
font-weight: 500;
line-height: 24.185px;
}
.sel_item.visible-block {
display: inline-flex;
}
.icn {
width: 16.123px;
height: 16.123px;
}
.sel_item {
cursor: pointer;
}
button#Reset {
border-radius: 4.031px;
border: 1.008px solid #0063A1;
background: #FFF;
display: flex;
width: 101.777px;
height: 40.308px;
padding: 12.092px 14.108px;
justify-content: center;
align-items: center;
gap: 8.062px;
flex-shrink: 0;
color: #0063A1;
text-align: center;
font-family: Roboto;
font-size: 16.123px;
font-style: normal;
font-weight: 500;
line-height: 24.185px;
}
button#loadMore {
color: #1C4367;
text-align: center;
font-family: Roboto;
font-size: 16.123px;
font-style: normal;
font-weight: 600;
line-height: 22.169px; /* 137.5% */
display: inline-block;
width: 187.432px;
padding: 12.092px 24.185px;
border-radius: 4.031px;
border: 1.008px solid #1C4367;
background-color:#fff;
}
.load_more_grp {
text-align: center;
padding: 25px 0;
}
.pdf_col .pdf_icon svg {
width: 100%;
height: 100%;
}
.prd_data_sheet .pdf_item {
width: 80.4px;
}
.pdf-link {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8.043px;
}
.pdf-link .txt_col {
color: #000;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.resource_banner_center_image {
bottom: -30px;
}
.productt-wrapper {
display: flex;
}

.data_sheets .resource_banner_center_image img,
.build_block_grp .resource_banner_center_image img {
width: auto;
}

.prd_data_sheet .rgt_wrap .line {
background: #BAC0C6;
width: 0.504px;
height: 48.369px;
}
.prd_data_sheet .pdf_item {
position: relative;
}
.prd_data_sheet .pdf_item:hover .drop-doen {
opacity: 1;
visibility: visible;
}
.prd_data_sheet .pdf_item .drop-doen a {
color: #0C0C0C;
font-family: Roboto;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 32px;
display: block;
}
.prd_data_sheet .pdf_item .drop-doen {
position: absolute;
width: 150px;
left: auto;
top: 100%;
background: #fff;
padding: 10px;
z-index: 2;
border: 1.008px solid #bac0c6;
right: 0;
opacity: 0;
visibility: hidden;
transition: all .5s ease;
}
.mix{
display: none;
}

button#loadMore:disabled {
display: none;
}

button#loadMore:not(.show-more) {
display: none;
}

.resource_banner_wrapper img.resource_banner_wrapper_bg_image {
  max-height: 330px;
  object-fit: cover;
}

.sti_resource_body_wrapper .market-section.building-codes .container.container-md {
  width: 100%;
}
.sti_resource_body_wrapper .market-section .left-navigation .menu-list .menu-item{
font-size: 20px;
}

.sti_resource_body_wrapper .market-section .left-navigation .menu-list .menu-item.active{
font-size: 20px;
}

.hs_bldcode_fltr_wrapper.prd_data_sheet .selected-value .d-flex {
  flex-wrap: wrap;
}

.sti_resource_body_wrapper .hs_cos_wrapper_type_rich_text p:not(.lead) {
    color: #464E56;
}

.Form_with_Background_S23_wrapper .input textarea.hs-input {
    min-height: 160px;
}
.hs_bldcode_fltr_wrapper.prd_data_sheet .load_more_grp {
    padding-bottom: 0;
    padding-top: 40px;
}
@media (min-width:768px){
.hs_bldcode_fltr_wrapper.prd_data_sheet .lft_col .in-flex select {
    flex: auto;
    margin: 0 5px;
    /* width: auto; */
    max-width: 140px;
}

.hs_bldcode_fltr_wrapper.prd_data_sheet .lft_col .in-flex {
  display: flex;
  margin: 0 -5px;
}
}
@media (max-width:1024px) and (min-width:768px){
.resource_banner_center_image img {
width: 350px;
}
.resource_banner_wrapper .resource_banner_left_image img {
width: 180px;
}
.resource_banner_wrapper {
  position: relative;
  padding-bottom: 0;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
      min-height: 220px;
}
}

@media (max-width:767px){
.sti_resource_body_wrapper h2,
.hs_plgn_fatre_wrapper h4 {
font-size: 22px;
line-height: 136.364%;
}
.resource_banner_wrapper {
  position: relative;
  padding-bottom: 0;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}
.resource_banner_wrapper .resource_banner_left_image {
  position: static;
}

.resource_banner_wrapper .resource_banner_center_image {
  position: static;
  margin-bottom: -40px;
  margin-top: 10%;
}
.row.resource_banner_wrapper.resource_banner_wrapper_no_left_logo .resource_banner_center_image {
  margin-top: 0;
}
.Breadcrumb_Menu_S23 {
flex-direction: column;
}
.video-wrapper {
margin-bottom: 20px;
}
.Two_Column_Content_video_S23_wrapper h3 {
font-size: 20px;
margin-bottom: 15px;
}
.Two_Column_Content_video_S23_wrapper p.lead {
font-size: 14px;
line-height: 142.857%;
}
.hs_clash_manage_wrapper .hs_step_col:not(:last-child) {
margin-bottom: 20px;
}
.hs_clash_manage_wrapper .hs_step_col {
width: 100%!important;
}
.span_step {
font-size: 18px;
line-height: 24px;
}
.pb30 {
padding-bottom: 15px;
}
.plr20 {
padding-left: 15px;
padding-right: 15px;
}
.pt58 {
padding-top: 48px;
}
.hs_clash_manage_wrapper h4 {
font-size: 22px;
line-height: 136.364%;
}
.detal p {
font-size: 16px;
line-height: 150%;
}
.hs_plgn_fatre_wrapper .top_img.mAuto {
width: 100%;
max-width: 90%!important;
}
.hs_plgn_fatre_wrapper .img_grp {
margin-bottom: 20px;
}
.flt_grp .hs_filter_item>div {
padding: 12.097px;
flex-direction: column;
align-items: center;
}
.flt_grp .left_wrap {
width: 100%;
display: flex;
align-items: flex-start;
gap: 8.065px;
align-self: stretch;
}
.flt_grp .left_wrap .img_col {
width: 72.581px;
height: 60.484px;
}
.flt_grp .desp_col h4 {
font-size: 16px;
line-height: 150%;
}
.flt_grp .desp_col h4 {
font-size: 14px;
line-height: 142.857%;
}
.flt_grp .hs_filter_item>.inn_wrap >.left_wrap {
padding-bottom: 12.097px;
border-bottom: 0.504px solid rgba(186, 192, 198, .4);
}
.flt_grp .hs_filter_item>.inn_wrap >.rgt_wrap {
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
padding-top: 12.097px;
}
.pdf_col {
gap: 8.065px;
}
.pdf_col .pdf_icon {
width: 32.27px;
height: 32.258px;
}
.hs_filter_top {
display: none;
}

.prd_data_sheet .lft_col .in-flex {
display: flex;
gap: 10px;
}
.prd_data_sheet .lft_col .in-flex select#FilterCategory {
  display: none;
}

.prd_data_sheet .lft_col .in-flex select {

}

.top_filter select {
padding-left: 20px!important;
}
.prd_data_sheet .lft_col select#SortSelect {
width: 100%;
}
.sti_resource_body_wrapper button#loadMore {
    width: 100%;
}
.market-section.building-codes .market-section-products .left-content.full-content p {
font-size: 20px;
}
.market-section.building-codes .productt-wrapper {
flex-wrap: wrap;
}
.market-section.building-codes .productt-wrapper .column {
width: 100%;
margin-bottom: 25px;
margin-left: 0;
}
.market-section.building-codes .productt-wrapper .column:last-child {
margin: 0;
}
.market-section.building-codes .market-section-products-wraper {
padding: 0;
}
.tab_drawer_heading {
cursor: pointer;
}

.market-section.building-codes h3.tab_drawer_heading:after {
display:none;
}

.market-section.building-codes h3.tab_drawer_heading a:after{
content: "";
position: absolute;
right: 10px;
font-size: 24px;
color: #464E5699;
background-image: url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/module-icons/Plus.png');
right: 15px;
background-size: 100% 100%;
width: 24px;
height: 24px;
}

.market-section.building-codes h3.tab_drawer_heading.d_active a:after {

background-image: url('//44047031.fs1.hubspotusercontent-na1.net/hubfs/44047031/raw_assets/public/BlazeMaster_Theme/images/module-icons/Minus.png');
color: #fff;
content: "";
font-size: 24px;
position: absolute;
right: 15px;
background-size: 100% 100%;
width: 24px;
height: 24px;
}
.market-section.building-codes .tab_drawer_heading a {
padding: 14px 18px;
display: block;
text-decoration: none;
position: relative;
}
.market-section.building-codes .tab_drawer_heading {
padding: 0;
}
.flt_grp .hs_filter_item>.inn_wrap>.rgt_wrap {
padding-top: 0!important;
}
.market-serve-wrapper .title-main h1 {
font-size:28px;
}

.prd_data_sheet .row {
flex-direction: row!important;
gap: 10px;
flex-wrap: nowrap!important;
}

.prd_data_sheet .row > div:first-child {
width: 66.666667%;
}
.prd_data_sheet .row > div:last-child {
width: 33.333333%;
}
.right-section-image img {
width: 100%;
}
.row.resource_banner_wrapper.resource_banner_wrapper_no_left_logo img.resource_banner_wrapper_bg_image {
min-height: 220px;
}
.hs_bldcode_fltr_wrapper .lft_col {
  flex: 1;
  padding: 0 10px;
}

.hs_bldcode_fltr_wrapper .top_filter {
  margin: 0 -10px;
}
.Form_with_Background_S23_wrapper .hs-button.primary.large {
    background-position: 65% center;
}
.Explore_Box_S23_card_row .Explore_Box_S23_item_col{
    display: none;
}
.yellow_button_link_s23_module.text-left .view-all-button a {
    font-size: 14px;
    padding-right: 30px;
}

.yellow_button_link_s23_module.text-left .view-all-button a::after {
    right: 10px;
}

}
.header_navigation_col_auto .hs-menu-wrapper > ul > li:hover a::after {
  background-color: #EDBF66;
}
@media (max-width:479px){
.white-btn a {
display: block;
text-align: center;
}
}