/*
* Any user created stylesheets should be added here. 
* This is where all custom CSS will be compiled. 
* This will not be touched by Theme Edits made by 
* Theme Creators
*/


/* --------------------- */
/* Theme overrides Start */
/* --------------------- */
 

  
  
  
  
  
  /* 1a. Layout *//* 1b. Colors *//* 1c. Typography *//* 1d. Buttons */
     
     
     
     
     
     
     
     
     
     
     
     
     
     
        
     
     
     
     
     
     
     
     
     
     
     
     
     /* 1e. Forms */
     
     
     
     
     
     
     
     
     
     
     /* 1f. Tables */
     
     
     
     
     /* 1g. Site header */
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     /* 1h. Site footer */.dnd-section{
       background-color: transparent;
     }
     
     .content-wrapper,
     .page-center {
       max-width: 1220px;
     }
     
     .dnd-section,
     .content-wrapper--vertical-spacing {
       padding-top: 80px;
       padding-bottom: 80px;
     }
     .page-center,
     .dnd-section:not([class*='force-full-width']) > .row-fluid, 
     .blog-listing {
       max-width: 1180px!important;
       padding-left: 20px;
       padding-right: 20px;
       z-index: 3;
     }
     
      .header-wrapper .page-center {
        max-width: 1380px!important;
      }
     
     
     
     
     
     
     html {
       font-size: 16px;
       line-height: 1.5;
     }
     
     body {
       font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
       color: #262626;
       line-height: 1.7;
     }
     
     /* Paragraphs */
     
     p {
       ;
     }
     
     /* Anchors */
     
     a {
       color: #e27c00;
     }
     
     a:hover,
     a:focus {
       color: #d74b0f;
     }
     
     a:active {
       color: #ff9b5f;
     }
     /* Banner Cut Out Variant */
     h1.header-banner-headline {
       font-size: 50px; 
     }
     
     /* Headings */
     .paragraph-as-heading p,
     h1, .h1 {
        font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
        color: #262626;
        font-size: 30px;
        line-height: 1.2;
     }
     h2, .h2 {
        font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
        color: #262626;
        font-size: 25px;
        line-height: 1.2;
     
     }
     h3, .h3 {
        font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
        color: #262626;
        font-size: 22px;
        line-height: 1.2;
     }
     h4, .h4 {
        font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
        color: #262626;
        font-size: 14px;
        line-height: 1.2;
     }
     h5, .h5 {
        font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
        color: #000000;
        font-size: 14px;
        line-height: 1.2;
     }
     h6, .h6 {
        font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
        color: #262626;
        font-size: 14px;
        line-height: 1.2;
     }
     .heading--big,
     .sg-overlay-heading .word .letter,
     .sg-parallax-heading .hidden,
     .sg-parallax-heading .word .letter {
        font-size: 50px;
     }
     
     
     @media screen and (min-width: 330px) {
        html {
       font-size: calc(16px + (18 - 16) * ((100vw - 330px) / (1180 - 330)));
     }
       
       h1.header-banner-headline {
         font-size: calc(50px + (125 - 50) * ((100vw - 330px) / (1180 - 330)));
       }
       .paragraph-as-heading p,
        .h1, h1 {
           font-size: calc(30px + (60 - 30) * ((100vw - 330px) / (1180 - 330)));
        }
     
        .h2, h2 { 
           font-size: calc(25px + (45 - 25) * ((100vw - 330px) / (1180 - 330)));
        }
     
        .h3, h3 {
           font-size: calc(22px + ( 35 - 22) * ((100vw - 330px) / (1180 - 330)));
        }
     
        .h4, h4 {
           font-size: calc(14px + ( 26 - 14) * ((100vw - 330px) / (1180 - 330)));
        }
     
        .h5, h5 {
           font-size: calc(14px + ( 22 - 14) * ((100vw - 330px) / (1180 - 330)));
        }
     
        .h6, h6 {
           font-size: calc(14px + ( 18 - 14) * ((100vw - 330px) / (1200 - 330)));
        }
        .heading--big,
        .sg-overlay-heading .word .letter,
        .sg-parallax-heading .hidden,
        .sg-parallax-heading .word .letter {
           font-size: calc(50px + (200 - 50) * ((100vw - 330px) / (1180 - 330)));
        }
     }
     @media screen and (min-width: 1220px) {
     html {
        font-size: 18px;
     }
     .heading--big,
     .sg-overlay-heading .word .letter,
     .sg-parallax-heading .hidden,
        .sg-parallax-heading .word .letter {
           font-size: 200px;
        }
        h1.header-banner-headline {
           font-size: 125px; 
        }
       .paragraph-as-heading p,
        .h1, h1 {
           font-size: 60px;
        }
     
        .h2, h2 {
           font-size: 45px;
        }
     
        .h3, h3 {
           font-size: 35px;
        }
     
        .h4, h4 {
           font-size: 26px;
        }
     
        .h5, h5 {
           font-size: 22px;
        }
     
        .h6, h6 {
           font-size: 18px;
        }
     }
     
     /* Blockquote */
     
     blockquote {
       border-left-color: #FF7337;
     }
     
     
     
     
     
     button,
     .btn-primary {
       background-color: rgba(255, 255, 255, 1.0);
       border-style: solid;
       color: #E17C1A;
       border-width: 0px;
       border-color: #E17C1A;
       border-radius: 6px;
       padding: 15px 53px;
     }
     
     button:hover,
     button:focus,
     .btn-primary:active,
     .btn-primary:hover,
     .btn-primary:focus {
       background-color: rgba(215, 75, 15,1.0);
       color: #FFFFFF;
       border-color: #392FCA;
     }
     .btn-white,
     .btn-secondary {
       background-color: rgba(57, 47, 202, 0.0);
       color: #FFFFFF;
       border-style: solid;
       border-width: 2px;
       border-color: #ffffff;
       border-radius: 6px;
       padding: 13px 53px;
     } 
     .btn-white:hover,
     .btn-white:focus,
     .btn-white:active,
     .btn-secondary:active,
     .btn-secondary:hover,
     .btn-secondary:focus {
       background-color: #ffffff;
       color: #5d7392;
       border-color: #ffffff;
     }
     
     
     
     
     
     
     
     
    .sg-card {
      background-color: rgba( 255, 255, 255, 1.0 );
      box-shadow: 0 0 30px rgba( 255, 255, 255, 0.0);
      border-radius: 5px;
      cursor: pointer;
    }
/*      .sg-card:not(.link_type_button):not(.link_type_none):hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
     } */
/*      .sg-card.full-image:not(.link_type_button):not(.link_type_none):hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
     } */
      .sc-ajax-card.lazy-load.border_card.blog-card.sg-card.hover--shadow.test.selected.fade-in-one {
        cursor: pointer;
        background-color: transparent;
      }
     .sg-card p {
        color:#262626;
     }
     
     
     
     
     
     
     form,
     .submitted-message {
       font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
     }
     
     /* Form label */
     
     form label {
       color: #333645;
     }
     
     /* Form help text */
     
     form legend {
       color: #333645;
     }
     
     /* Form inputs */
      
      input[type=search] {
        font-size: 15px!important;
        font-weight: bold;
      }input[type=text],
     input[type=search],
     input[type=email],
     input[type=password],
     input[type=search],
     input[type=tel],
     input[type=number],
     input[type=file],
     select,
     textarea {
       border-color: #D1D6DC;
       border-width: 2px;
       background-color: rgba(255, 255, 255, 1.0);
       color: #262626;
       padding: 15px 15px;
     }
     input[type=search]:focus,
     input[type=text]:focus,
     input[type=email]:focus,
     input[type=password]:focus,
     input[type=search]:focus,
     input[type=tel]:focus,
     input[type=number]:focus,
     input[type=file]:focus,
     select:focus,
     textarea:focus {
       border-color: #392FCA;
     }select {
      padding: 12px 15px;
    }
     
     /* Form placeholder text */
     
     ::-webkit-input-placeholder,
     ::-moz-placeholder,
     :-ms-input-placeholder,
     :-moz-placeholder,
     ::placeholder,
     .hs-fieldtype-date .input .hs-dateinput:before {
       color: #262626;
     }
     
     /* Date picker */
     
     .fn-date-picker td.is-selected .pika-button {
       background: #392FCA;
     }
     
     .fn-date-picker td .pika-button:hover {
       background-color: #392FCA;
     }
     
     .fn-date-picker td.is-today .pika-button {
       color: #392FCA;
     }
     
     /* Submit button */
     
     form input[type=submit],
     form .hs-button {
       background-color: #392FCA;
       color: #FFFFFF;
       border-width: 1px;
       border-color: #392FCA;
       border-radius: 6px;
       padding: 15px 53px;
     }
     
     form input[type=submit]:hover,
     form input[type=submit]:focus,
     form .hs-button:hover,
     form .hs-button:focus {
       background-color: #392FCA;
       color: #FFFFFF;
       border-color: #392FCA;
     }
     
     form input[type=submit]:active,
     form .hs-button:active {
       background-color: rgba(97, 87, 242, 1.0);
       border-color: #6157f2;
       color: #FFFFFF;
     }
     
     
     
     
     
     table {
       background-color: rgba(255, 255, 255, 1.0);
       border-color: #333645;
     }
     
     th,
     td {
       border-color: #333645;
       color: #333645;
     }
     
     thead th,
     thead td {
       background-color: rgba(57, 47, 202, 0.0);
       border-bottom-color: #333645;
       color: #FFFFFF;
     }
     
     tfoot td {
       background-color: rgba(255, 255, 255, 100);
       color: #333645;
     }
     
     tbody + tbody {
       border-top-color: #333645;
     }
     
     
     
     
     
     .sg-header__desktop,
     .sg-header__mobile,
     .js-is-fixed .header--fixed .sg-header__desktop {
       background-color: rgba(255, 255, 255, 1.0);
       transition: background-color .2s linear;
     }
     
     
     .sg-header__desktop svg,
     .sg-header__desktop .main-nav a {
        color: #262626;
     }
/*      .sg-header__desktop svg:hover,
     body .header--fixed header .sg-header__desktop .main-nav .hs-menu-depth-1>a:hover,
     .sg-header__desktop .main-nav a:hover {
       text-decoration: underline;
       text-decoration-color: red;
       text-decoration-thickness: 7px;
     } */
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
      color: #262626;
      font-size: 14px;
      font-weight: 600;
    }
     .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover {
       color: #E27C00;
       text-decoration: none;
     }
/*       .sg-header__desktop .main-nav .hs-item-has-children:hover > ul:before {
        content: url("https://4299619.fs1.hubspotusercontent-na1.net/hubfs/4299619/2024%20Refresh/nav-arrow-up-white.svg");
        bottom: 69px;
        position: absolute;
      } */
     .sg-header__desktop .main-nav  ul.hs-menu-children-wrapper {
        background-color: #FFFFFF!important;
     }
     
     body:not(.js-is-fixed) .header--fixed .sg-header__desktop svg,
     body:not(.js-is-fixed) .header--fixed .sg-header__desktop .main-nav .hs-menu-depth-1>a {
       color: #262626!important;
     }
      body:not(.js-is-fixed) .header--fixed .sg-header__desktop .main-nav .hs-menu-depth-1>a:hover ,
      body:not(.js-is-fixed) .header--fixed .sg-header__desktop svg:hover {
      color: #e27c00;
      }
     body:not(.js-is-fixed) .header--fixed .sg-header__desktop .courtesy-nav .hs-menu-depth-1>a {
       color: #E27C00;
       font-size: 12px;
       text-transform: uppercase;
     }

    .sg-header__desktop .main-nav .hs-menu-depth-1>a,body:not(.js-is-fixed) .header--fixed .sg-header__desktop svg {
      color: #262626;
      font-size: 18px;
      font-weight: 600;
    }

    @media(max-width:1100px){
      body:not(.js-is-fixed) .header--fixed .sg-header__desktop .main-nav .hs-menu-depth-1>a,body:not(.js-is-fixed) .header--fixed .sg-header__desktop svg {
        font-size:14px;
      }
    }

    .sg-header__desktop,.sg-header__desktop .header-wrapper {
      background-color: unset;
      position: relative;
    }
     
     
     
     .sg-header__desktop .courtesy-nav a,
     .sg-header__desktop .nav-container .sg-site-search {
        color: #8EA4C4;
     }
     .sg-header__desktop .courtesy-nav a:hover {
        color: #758BAB;
     }
     
        .sg-header__desktop .courtesy-nav .hs-menu-depth-1:last-of-type a {
           padding-right: 15px;
        }    
     
     
     .sg-header__mobile .mobile-nav__container {
        padding: 20px 20px 75px;
        background-color: rgba(236, 245, 252, 0.97);
     }
     .sg-header__moible .mobile-nav a {
        color: #333645;
     }
     .sg-header__mobile .courtesy-nav a {
        color: rgba(51, 54, 69, .6);
     }
     .sg-header__mobile .main-nav .level-1 > a {
        color: #333645;
     }
     .sg-header__mobile .main-nav .level-2 a {
        color: #0b0e1d
     }
     .sg-header__mobile.hamburger-only .hamburger-container {
        background-color: rgba(255, 255, 255, 0.8);
     }
     .sg-header__mobile .hamburger-container i {
        background-color: rgba(0, 0, 0, 1.0);
     }
     .sg-header__mobile {
        padding-left: 20px;
        padding-right: 20px;
     }
     
     
     
     @media(max-width: 767px) {
       .header__navigation {
         background-color: #FFFFFF;
       }
     
     }
     
     
     
     
     
     .footer {
       background-color: #FFFFFF;
     }
     
     /* Footer Content */
     
     .footer h1,
     .footer h2,
     .footer h3,
     .footer h4,
     .footer h5,
     .footer h6
     .footer p,
     .footer a:not(.button):not(.btn-primary):not(.btn-secondary),
     .footer div,
     .footer span {
       color: #333645;
     }
     
     
     
     
     
     .post-controls-container a i {
        color: #FF7337
     }
     .blog-author__container {
        border: 2px solid #FF7337;
     }
     .blog-post__date {
       border-color: #262626;
     }
     input[type=submit].search-go {
        background-color: #ffffff;
     }
     .blog-tag-filter__menu-link,
     .blog-post__tag-link,
     .blog-card__tag-link,
     .blog-post__author-name,
     .blog-card__title a {
       color: #262626;
     }
     
     .blog-card__tag-link:hover,
     .blog-card__title a:hover,
     .blog-tag-filter__menu-link:hover,
     .blog-post__tag-link:hover,
     .blog-post__author-name:hover,
     .blog-card__tag-link:focus,
     .blog-card__title a:focus,
     .blog-tag-filter__menu-link:focus,
     .blog-post__tag-link:focus,
     .blog-post__author-name:focus {
       color: #000000;
     }
     
     .blog-card__tag-link:active,
     .blog-card__title a:active,
     .blog-tag-filter__menu-link:active,
     .blog-post__tag-link:active,
     .blog-post__author-name:active {
       color: #4e4e4e;
     }
     
     .blog-tag-filter__menu-link--active-item:after {
       background-color: #392FCA;
     }
     
     .blog-pagination__link {
       color: #262626;
     }
     
     .blog-pagination__link--active:after,
     .blog-pagination__prev-link:after,
     .blog-pagination__next-link:after {
       background-color: #392FCA;
     }
     
     .blog-post__title {
       font-family: Roboto; font-style: normal; font-weight: 700; text-decoration: none;
       color: #262626;
       font-size: 45px;
     }
     
     .blog-post__author {
       background-color: #FF7337;
     }

     .blog-header {
       background: url(/hubfs/4299619/herobackground.svg);
       background-position: center;
/*        background-color:#053048; */
     }

      .blog-header aside.sg-breadcrumbs {
        background-color: rgba(38, 38, 38, 1) !important;
        max-width: 1400px;
        margin: 0 auto;
        padding-left: 65px;
        padding-right: 65px;
      }

      div#hs_cos_wrapper_module_17217843123525 {
        /* max-width: 1400px; */
        background-color: rgba(38, 38, 38, 1) !important;
      }

      .blog-header ul.hs-breadcrumb-menu {
        margin-top: 5px;
      }

      @media screen and (max-width: 767px) {
        .blog-header aside.sg-breadcrumbs {
          padding-left: 20px;
          padding-right: 20px;
        }
      }

/*      body.internal.blog .header-container.header--fixed {
       position: unset!important;
     } */
     
     #comments-listing .comment-reply-to {
       color: #FF7337;
     }
     
     #comments-listing .comment-reply-to:hover,
     #comments-listing .comment-reply-to:focus {
       color: #d74b0f;
     }
     
     #comments-listing .comment-reply-to:active {
       color: #ff9b5f;
     }
     
     
     
     
     
     /* Search Results Page*/
      .ownersedge-search-rseults .ownersedge-tabs {
        margin-top: 2em;
        border-bottom: 1px solid black;
      }
      .ownersedge-search-results input { display: none; }                /* hide radio buttons */
      .ownersedge-search-results input + label { display: inline-block } /* show labels in line */
      .ownersedge-search-results input ~ .tab { display: none }          /* hide contents */
      /* show contents only for selected tab */
      .ownersedge-search-results #tab1:checked ~ .tab.content1,
      .ownersedge-search-results #tab2:checked ~ .tab.content2,
      .ownersedge-search-results #tab3:checked ~ .tab.content3,
      .ownersedge-search-results #tab4:checked ~ .tab.content4,
      .ownersedge-search-results #tab5:checked ~ .tab.content5 { display: block; }

        .ownersedge-search-results .filter-results {
          padding: 0!important;
        }
      .ownersedge-search-results input + label {             /* box with rounded corner */
        border: 1px solid #999;
        background: #EEE;
        padding: 4px 12px;
        border-radius: 4px 4px 0 0;
        position: relative;
        top: 1px;
      }
      .ownersedge-search-results input:checked + label {     /* white background for selected tab */
        background: #FFF;
        border-bottom: 1px solid transparent;
        font-weight: bold;
      }
      .ownersedge-search-results input ~ .tab {          /* grey line between tab and contents */
        border-top: 1px solid #999;
        padding: 12px;
      }      
     /* End Search Results Page*/
     
     
     
     
     body .icon svg {
       fill: #392FCA;
     }
     
     body .tns-nav button.tns-nav-active {
       background-color: #392FCA;
     }
     
     body .tns-nav button:hover,
     body .tns-nav button:focus {
       background-color: #392FCA;
     }
     
     body .team-member__description {
       background-color: #FF7337;
     }
     
     .sg-card, .sg-card:hover,
     .sg-single-card, .sg-single-card:hover {
        color: #262626;
     }
     /* Slider */
     .sg-slider .swiper-button-next,
     .sg-slider .swiper-button-prev,
     .sg-slider .swiper-pagination {
       color: #FF7337;
     }
     .sg-slider .swiper-pagination-progressbar-fill,
     .sg-slider .swiper-pagination-bullet-active {
       background-color: #FF7337; 
     }
     .sg-slider .full-width-image .sg-slide__inner-content {
     padding-left: 20px;
     padding-right: 20px;
     }


@media screen and (max-width: 980px) {
     div#widget_1701208913000 {
       flex-direction: column;
     }
}


     /* Parallax Header */
     .sg-overlay-heading .letter,
     .sg-parallax-heading .letter {
       font-family: Roboto;
     }
     
     .sg-breadcrumbs {
        background-color: #f7f7f8;
     }
     .sg-breadcrumbs li a {
        color: white;
     }
     .sg-breadcrumbs li:last-child a {
        color: white;
     }
     
     
     .sg-back-to-top-button{
       background: #e27c00;
       padding: 25px;
       color:rgba(255, 255, 255, 1);
       border-radius: 100%;
     }
     
     
     
     
     .bg--primary_color {
        background-color: #392FCA;
     }
     .bg--secondary_color {
        background-color: #FF7337;
     }
     .bg--tertiary_color {
        background-color: #494A52;
     }
     .bg--accent_color_1 {
        background-color: #FF7337;
     }
     .text--primary_color {
        color: #392FCA;
     }
     .text--secondary_color {
        color: #FF7337;
     }
     .text--tertiary_color {
        color: #494A52;
     }
     .text--accent_color_1 {
        color: #FF7337;
     }
     .gradient-to-bottom {
        background-image: linear-gradient(to bottom, rgba(236, 245, 252, 1.0) 0, rgba(255, 255, 255, 0.0) 100%);
     }
     .gradient-to-top {
        background-image: linear-gradient(to top, rgba(236, 245, 252, 1.0) 0, rgba(255, 255, 255, 0.0) 100%);
        }
     .gradient-to-left {
        background-image: linear-gradient(to left, rgba(236, 245, 252, 1.0) 0, rgba(255, 255, 255, 0.0) 100%);
     }
     .gradient-to-right {
        background-image: linear-gradient(to right, rgba(236, 245, 252, 1.0) 0, rgba(255, 255, 255, 0.0) 100%);
     }

.body-wrapper {
  overflow: hidden;
}

.be-related-link-container {
    display: none!important;
}
:root {
  --color-accent: #EC2027;
  --color-accent-hover: #c81b21;
  --color-purple: #34256b;
  --color-text: #444444;
  --ff-heading: "proxima-nova-extra-condensed",sans-serif;
  --ff-body: "rig-sans",sans-serif;
}
/* =================== */
/* typography */
/* =================== */

/* html {
  scroll-behavior: smooth;
} */

body {
  background-color: white;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: .02em;
}

@import url("https://p.typekit.net/p.css?s=1&k=ujl0ocq&ht=tk&f=156.157.161.162.46682.46683.46690.46691&a=82939138&app=typekit&e=css");

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-extra-condensed";
src:url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"rig-sans";
src:url("https://use.typekit.net/af/6ea0d5/00000000000000007735e66f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/6ea0d5/00000000000000007735e66f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/6ea0d5/00000000000000007735e66f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"rig-sans";
src:url("https://use.typekit.net/af/7e81f5/00000000000000007735e670/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/7e81f5/00000000000000007735e670/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/7e81f5/00000000000000007735e670/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"rig-sans";
src:url("https://use.typekit.net/af/38a973/00000000000000007735e677/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/38a973/00000000000000007735e677/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/38a973/00000000000000007735e677/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"rig-sans";
src:url("https://use.typekit.net/af/cfde77/00000000000000007735e678/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/cfde77/00000000000000007735e678/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/cfde77/00000000000000007735e678/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

.sg-text-image.include-image .content-container.offset.offset-left p {
    font-size: 18px!important;
}

.paragraph-as-heading p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "proxima-nova-extra-condensed",sans-serif;
  margin-bottom: 12px;
  line-height: 1.2;
  margin-top: 25px;
}


@media(max-width: 1000px) {
  body {
    margin-top: 0;
  }
}

body.no-top-margin {
  margin-top: 0;
}

blockquote {
  font-size: 20px;
  color: bold;
  position: relative;
  max-width: 900px;
  margin: 60px auto;
  padding: 0 30px;
  border-left: 5px solid rgba(38, 38, 38, 0.5);
}

html,
body,
p {
  font-weight: normal;
  font-family: "rig-sans",sans-serif;
}


h4.card-heading.primary {
  margin-bottom: 0px;
}

@media screen and (min-width: 1000px) {
  h1.homepage-header {
/*     display: flex;
    width: 1200px;
    max-width: 1200px!important;
    justify-content: space-between; */
  }
/*   h1.homepage-header:after {
    content: '';
    background-image: url(/hubfs/4299619/equipment-decanter-centrifuge-CS21-4T-skid-2v3.webp);
    width: 500px;
    height: 340px; */
  }
  .sg-header-banner .btn-container {
    padding-top: 25px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.page-center {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .homepage-banner-container-main {
    flex-direction: column;
    max-height: unset;
  }
  .homepage-banner-right {
    max-width: 250px;
  }
  .sg-header-banner .btn-container {
    padding-top: 0px!important;
  }
}

.body-wrapper ul li:not(header li) {
  margin-bottom: 5px;
}
.internal.blog .body-wrapper{
  padding-top:0 !important;
}
li:not(header li, footer li) {
  position: relative;
}

a[class*="btn-"] {
  text-align: center;
}

hr {
  border: 1px solid #E5E5E5;
  margin: 40px 0;
}

p,
span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.white-text * {
  color: white;
}

.white-text li:before {
  background-color: white !important;
}

ul {
  list-style-type: none!important;
}

ul > li > ul > li {
  list-style-type: initial;
  color: #262626;
}

ul>li>ul>li>ul>li {
  list-style-type: auto;
}

ul > li > ul > li:before {
  content: unset!important;
}

h1.homepage-header {
  font-size: 90px;
  color: #262626;
  max-width: 800px;
  margin-bottom: 0px!important;
  max-height: 275px;
}

@media screen and (max-width: 900px) {
  h1.homepage-header {
    font-size: 60px!important;
  }
}

@media screen and (max-width: 768px) {
  h1.homepage-header {
    font-size: 40px;
  }
}

.body-container-wrapper .list-primary ul:not(.no-list) li:before,
.body-container-wrapper ul:not(.no-list) li:before {
  background-image: url('/hubfs/4299619/2024%20Refresh/bulletpoint-polygon-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  left: -25px;
  position: absolute;
  top: 10px;
  width: 10px;
}

li.hs-breadcrumb-menu-item.first-crumb:before {
  content: unset!important;
}

.descriptionprogram ul li:before {
  background-image: url('/hubfs/4299619/2024%20Refresh/bulletpoint-polygon-orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  left: -25px;
  position: absolute;
  top: 3px!important;
  width: 10px;
}

/* @media screen and (max-width: 767px) {
  .body-container-wrapper .list-primary ul:not(.no-list) li:before,
  .body-container-wrapper ul:not(.no-list) li:before {
    background-image: url('/hubfs/4299619/2024%20Refresh/bulletpoint-polygon.svg');
  }
} */


.body-container-wrapper .list-secondary ul:not(.no-list) li:before {
  background-image: url('/hubfs/24043403/Assets/secondary-list.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  left: -36px;
  position: absolute;
  top: 0px;
  width: 25px;
}
.arrow-link {
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight:700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.arrow-link:before {
  content: "";
  background-image: url('https://4235523.fs1.hubspotusercontent-na1.net/hubfs/4235523/Assets%202022/reg-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
body form input[type="submit"] {
  border: none;
  font-size: 18px;
  font-weight: 900;
  font-family: var(--ff-body);
  color: #E8E7E7;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
/*   border-radius: 100px; */
  overflow: hidden;
}

.btn-gen {
  padding: 10px 50px 10px 50px!important;
  border: none;
  font-size: 18px;
  font-weight: 900;
  font-family: var(--ff-body);
  color: #E8E7E7;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
/*   border-radius: 100px; */
  overflow: hidden;
}

.btn-gen:not(.btn-alternate):hover {
  color: white;
/*   padding: 15px 50px 15px 30px!important; */
}

.btn-dark {
  background-color: var(--color-light-blue);
}

.btn-dark:hover {
  background-color: var(--color-light-blue-hover);
}

.btn-gray {
  background-color: var(--color-gray);
  color: black;
}

.btn-gray:hover {
  background-color: var(--color-gray-hover);
  color: black;
}

.btn-white {
  border: 2px solid var(--color-accent) !important;
  padding: 13px 33px;
  color: white;
  background-color: transparent;
}

.btn-white:hover {
  border: 2px solid var(--color-accent-hover) !important;
  background-color: var(--color-accent-hover);
  color: white;
}

body form .actions:after,
.btn-gen:after {
  content: "";
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/hubfs/4299619/2024%20Refresh/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 10px;
  top: 50%;
  z-index: 10;
  opacity: 0;
  transition: all .2s;
}

/* .btn-gen.btn-tirtiary:before,
.btn-gen.btn-primary:before {
  content: "";
  background-color: var(--color-accent);
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
body form .actions {
  position: relative;
  overflow: hidden;
}
body form .actions:before,
.btn-gen.btn-secondary:before {
  content: "";
  background-color: black;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
} 
.btn-gen.btn-quaternary:before {
  content: "";
  background-color: #404040;
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
*/
body form .actions:hover:before,
.btn-gen:hover:before {
  right: -45px;
}
body form .actions:hover:after,
.btn-gen:hover:after {
  right: 30px;
  opacity: 1;
}


.btn-gen.btn-primary,
 input.hs-button.primary.large,
 body form input[type=submit] {
   color: #E17C1A;
   border: 3px #E17C1A solid;
   background-color: transparent;
   border-radius: 10px;
   margin-top: 0px;
   margin-bottom: 0px;
}
.btn-gen.btn-primary:hover,
input.hs-button.primary.large:hover {
  background-color: #E17C1A;
  color: white;
  padding-right: 75px !important;
}
.link-primary {
    transition: padding 0.25s ease!important;
    position: relative;
  text-decoration:none;
  font-weight:bold;
}
.link-primary:hover {
    color: #D72C00 !important;
    padding-left: 10px;
}

body form input[type="submit"]:hover,
body form input[type="submit"],
.btn-gen.btn-quaternary,
.btn-gen.btn-secondary {
  color: #002575;
  border: 3px #002575 solid;
  background-color: transparent;
  border-radius: 10px;
}
body form input[type="submit"]:hover,
body form input[type="submit"]:hover,
.btn-gen.btn-quaternary:hover,
.btn-gen.btn-secondary:hover {
  background-color: #002575;
  color: white;
  padding-right: 75px !important;
}

.btn-gen.btn-tirtiary {
  color: #262626;
  border: 3px #262626 solid;
  background-color: transparent;
  border-radius: 10px;
}
.btn-gen.btn-tirtiary:hover {
  background-color: #262626;
  color: white;
  padding-right: 75px !important;
}

.btn-gen.btn-alternate {
  color: #E27C00;
  padding: 0px !important;
  background-color: transparent;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}
a.btn-gen.btn-alternate:hover {
  transform: translateX(10px);
}
.btn-gen.btn-alternate::after {
  opacity: 1;
  background-image: url(/hubfs/4299619/2024%20Refresh/arrow-right-orange.svg);
  width: 30px;
  right: unset;
  top: 50%;
}
.btn-gen.btn-alternate::after:hover {
  transform: translateX(10px);
}

button.btn-gen.btn-alternate {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
}

.underline {
  position: relative;
}

.underline:after {
  content: "";
  width: 127px;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.color-accent {
  color: var(--color-accent);
}

sup {
  font-size: 50%;
  top: -1em;
}

.body-wrapper.hs-content-id-168299625046.hs-site-page.page {
    overflow: visible;
}

/* =================== */
/* Form Styles*/
/* =================== */

.hs-form.stacked fieldset {
  max-width: none;
}

.hs-form fieldset label {
  font-size: 16px;
}
.hs-form-field {
  position: relative;
}
.sg-form .form-header h3 {
  color: black;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 45px;
}
.hs-form-booleancheckbox-display span {
  font-weight: bold;
  color: black;
}


.hs-form fieldset input {
  background-color: white;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #272727;
  color: #9C9EA1;
}

@media screen and (max-width: 480px){
  .hs-form fieldset input {
    width: 100%!important;
  }
}

.hs-form select {
  padding: 14px 15px;
  background-color: #fff;
  border: 1px solid #272727;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  color: #9C9EA1;
}

.hs-form fieldset .hs-form-field:not(.hs-fieldtype-checkbox,.hs-fieldtype-radio) label:not(.hs-error-msg, .hs-form-booleancheckbox-display, .hs-form-radio-display) {
  position: absolute;
  top: -8px;
  background-color: rgb(255 255 255 / .8);
  padding: 0 3px;
  line-height: 1;
  z-index: 10;
  left: 15px;
  display: none;
}

.sg-form form ul.multi-container {
  padding-left: 1em;
}

.hs-form fieldset label .hs-form-required {
  color: var(--color-accent);
}

.hs-error-msgs li:before {
  display: none;
}
.hs-error-msg{
  line-height:1.25;
}

.hs-form {
  padding-bottom: 30px;
  font-family: "rig-sans",sans-serif;
}


form.hs-form .hs-submit input {
  border-radius: 0px;
}

form .input ul li:before {
  display: none;
}

select {
  background-color: white;
  background-image: url("/hubfs/4299619/2024%20Refresh/orange-arrow-down.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
/*   background-size: auto 50%; */
  border-radius: 2px;
  border-width: 1px ;
  /* color: #ffffff; */
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* 
@media (max-width: 767px) {
  .hs-form {
    padding-top: 30px;
  }
} */

/* =================== */
/* extras*/
/* =================== */

.header--no-navigation {
  padding: 0;
}
.header--no-navigation .header__logo {
  padding: 30px 0;
}

.footer--no-navigation .meta p {
  text-align: center;
  margin: 0;
  color: white;
  font-weight: bold;
}

.footer--no-navigation .meta a {
  text-decoration: none;
}

.header__gradient-bar {
  background: rgb(0,0,0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(53%, rgba(84,84,84,1)));
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);  
  height: 40px;
}
.bg-white {
  background-color: white !important;
}

table {
  border: none !important;
  border-collapse: collapse;
}

table tbody {
  border: none;
}

table th {
  background-color: var(--color-accent);
  color: white;
}

table td {
  border: none;
  font-size: 18px;
}

tr:nth-of-type(odd) {
  background-color: #F7F7F7;
}

tr td:first-of-type {
  font-weight: 700;
}
tr:nth-of-type(even) {
  background-color: #ffffff;
}




.float--none {
  float: none;
}

.float--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.float--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.float--right:before,
.float--left:before {
  content: "";
  clear: both;
  overflow: auto;
}



.sg-card-block[data-cards-to-display="3"] .sg-card {
  width: calc(33% - 10px);
  max-width: calc(33% - 12px);
}

.post-title h1 {
  font-size: 60px;
}

@media screen and (max-width: 1000px) {
  .post-title h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .post-title h1 {
    font-size: 40px;
  }
}

@media screen and (min-width: 767px) {
  .blog-header .content-container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.blog-header .content-wrapper.page-center {
    max-width: 1400px;
}

.blog-img-container .caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 7px 0 10px;
}
.listing__content-wrapper {
  padding-bottom: 60px;
}

body.blog .main-content {
  width: 100%;
  padding-top: 20px;
}

.blog-listing-top {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  padding-top: 65px !important;
}

@media screen and (max-width: 975px) {
  .blog-listing-top {
    flex-direction: column;
  }
  article#module_172167193436417 {
    width: 100%;
  }
}

.blog-listing-title {
    flex: 0 0 65%;
}

/* .blog-listing-title .main-content-text {
    padding-right: 50px;
} */

.blog-listing-title .main-content-text h1 {
    margin-top: 0px;
}

.blog-information-box {
    justify-content: center;
    display: flex;
    align-items: center;
}

.post-content h5 {
  line-height: 1.4em;
}
.post-listing .sg-card-block {
  padding-bottom: 60px;
}

/* .post-listing .sg-card {
-webkit-box-shadow:  0 0 30px rgb(0 0 0 / 8%);
        box-shadow:  0 0 30px rgb(0 0 0 / 8%);
border: 1px solid #E3E3E3;
} */
.post-listing .sg-card .post-header h3 {
  font-size: 30px;
  color: #053048;
  line-height: 1em;
  margin-top: 10px!important;
  padding-bottom: 20px;
}
.post-listing .sg-card-block .sg-card .content-container {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  bottom: 40px;
  margin: 0 auto;
  max-width: 350px;
  min-height: 200px;
  padding: 20px 35px 5px;
  position: relative;
  transition: all .2s ease;
  width: 100%;
}
.post-listing .sg-card-block .sg-card .content-container:hover {
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.post-listing .sg-card .post-summary {
  margin-bottom: 30px;
}
.post-listing .sg-card .post-link {
/*   text-align: center; */
  margin-top: auto;
  width: 100%;
}

@media(max-width: 768px) {

  .float--right,
  .float--left {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .float--right img,
  .float--left img {
    max-width: 100%;
  }
  .back-to-members {
    padding-bottom: 0px!important;
  }
}

.mobile-show {
  display: none;
}

@media(max-width: 1000px) {
  .mobile-show {
    display: inline-block;
  }
}

.box-shadow {
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, .16);
          box-shadow: 0 16px 24px rgba(0, 0, 0, .16);
}

.header__language-switcher .lang_list_class li {
  padding-top: 1px;
}

.header__language-switcher--label {
  display: inline-block;
}

.sg-global-overlay-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.rte-sub {
  color: #5D777C;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "rig-sans",sans-serif;
}

.rte-sub+h1,
.rte-sub+h2,
.rte-sub+h3 {
  margin-top: 0;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: block;
}

@media(max-width: 900px) {
  .hide-desktop {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}

.global-pip .heading-container :where(h2, h1, h4, h3):first-of-type,
.sg-rich-text.underline-heading :-webkit-any(h2, h1, h4, h3):first-of-type,
.sg-rich-text.underline-heading :where(h2, h1, h4, h3):first-of-type,
.section.underline-heading :-webkit-any(h2, h1, h4, h3):first-of-type,
.section.underline-heading :where(h2, h1, h4, h3):first-of-type{
  position: relative;
  margin-bottom: 70px;
}

.global-pip .heading-container :where(h2, h1, h4, h3):first-of-type:after,
.sg-rich-text.underline-heading :-webkit-any(h2, h1, h4, h3):first-of-type:after,
.sg-rich-text.underline-heading :where(h2, h1, h4, h3):first-of-type:after,
.section.underline-heading :-webkit-any(h2, h1, h4, h3):first-of-type:after,
.section.underline-heading :where(h2, h1, h4, h3):first-of-type:after,
.accent-underline:after {
  background-image: url(https://44305351.fs1.hubspotusercontent-na1.net/hubfs/44305351/accentline-oe.svg);
  content: "";
  max-width: 80%;
  width: 150px;
}

.sg-rich-text.center-underline :is(h1,h2,h3,h4,h5,h6):first-child:after {
    left: 0%!important;
}

.sg-fw-rich-text.access-arrangements.custom-class .row-fluid {display: flex;flex-direction: column;}

.sg-fw-rich-text.access-arrangements.custom-class .row-fluid .span6.content-wrapper {
    margin-left: 2.564102564%!important;
}

.sg-fw-rich-text.access-arrangements.custom-class {
    border-left: 25px solid #262626;
}

@media screen and (max-width: 767px) {
  .sg-fw-rich-text.access-arrangements.custom-class {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

/* .sg-rich-text.underline-heading.center-underline :-webkit-any(h2, h1, h4, h3):first-of-type:after,
.sg-rich-text.underline-heading.center-underline :where(h2, h1, h4, h3):first-of-type:after,
.section.underline-heading.center-underline :-webkit-any(h2, h1, h4, h3):first-of-type:after,
.section.underline-heading.center-underline :where(h2, h1, h4, h3):first-of-type:after {
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-45deg);
  -ms-transform: translateX(-50%) skewX(-45deg);
  transform: translateX(-50%) skewX(-45deg);
  bottom: -20px;
} */

.section.underline-heading.sm :-webkit-any(h2, h1, h4, h3):first-child:after,
.section.underline-heading.sm :where(h2, h1, h4, h3):first-child:after {
  width: 100px;
}

p.homepage-box {
    border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  p.homepage-box {
    border-right: none;
  }
}

/* ----- Breadcrumbs ----- */

ul.hs-breadcrumb-menu {
  display: flex;
  min-width: 375px;
}

.sg-header__breadcrumbs {
  min-height: 10px;
  background: rgb(0,0,0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(53%, rgba(84,84,84,1)));
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);
  color: white;
  font-size: 14px;
  line-height: 1;
}

.sg-header__breadcrumbs li {
  padding-top: 17px;
  padding-bottom: 17px;
}
.sg-header__breadcrumbs a {
  text-decoration: none;
  color: white;
  padding: 0;
}
.sg-header__breadcrumbs a:hover {
  text-decoration: underline;
}

.sg-header__breadcrumbs .hs-breadcrumb-menu-divider:before {
  content: '/';
}

/* ----- Mega Menu ----- */

.sg-header__desktop .courtesy-nav ul {
  gap: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.sg-header__desktop .courtesy-nav ul li:after {
  content: "";
  display: inline-block;
  background-color: #E27C00;
  height: 12px;
  position: absolute;
  width: 1px;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sg-header__desktop .courtesy-nav ul li:last-child::after {
  content: "";
  display: none;
}

.sg-header__desktop .courtesy-nav ul li {
  position: relative;
  font-weight: 700;
}
/* .sg-header__desktop .courtesy-nav ul li:nth-of-type(3) a {
  background-color: #00A19A;
  color: white;
  border-radius: 100px;
  padding: 15px 25px;
} */
/* .sg-header__desktop .courtesy-nav ul li:nth-of-type(3) a:hover {
  background-color: #007E78;
} */

/* .sg-header__desktop .courtesy-nav ul li:nth-last-child(-n+5) {
  display: none;
}
 */
.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0px;
  margin-bottom: 0;
  padding-inline-start: 0px;
}

menu.main-nav {
  margin-bottom: 0;
  margin-top: 0;
}

.mega-menu .mega-inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(0,0,0);
  /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10px, rgba(0,0,0,1) 10px); */
  /* background-color: #000000; */
  width: 100%;
  padding: 40px 10px;
  /* border-top: 10px solid transparent; */
}

.mega-menu .mega-exclusion .mega-inner {
  padding-bottom: 10px;
}

.mega-level-1.has-children>a:before {
  content: '';
  background-image: url(https://4235523.fs1.hubspotusercontent-na1.net/hubfs/4235523/Assets%202022/down-arrow.png);
  width: 18px;
  height: 15px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: white transparent transparent transparent;
  position: absolute;
  right: -1px;
  top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mega-level-1.has-children:hover {
  color: var(--color-light);
}
.mega-level-1 > a {
  position: relative;
}
.mega-level-1.has-children:hover > a:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 20px 0;
  content: "";
  bottom: 0;
  right: 50%;
  height: 0;
  position: absolute;
  -webkit-transform: rotate(180deg) translateX(-50%);
  -ms-transform: rotate(180deg) translateX(-50%);
  transform: rotate(180deg) translateX(-50%);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear;
  width: 0;
}

.mega-menu .ul-level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: flex-start;
  gap: 30px;
 padding: 0;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

.mega-menu .mega-level-1> :is(a, .mega--no-link) {
  padding-left: 10px;
  padding-right: 17px;
  font-size: 16px;
  font-weight: 600 !important;
  position: relative;
  padding-bottom: 18px;
  display: block;
}

.mega-menu .mega-level-1:last-child .mega-inner {
    right: 0;
    left: auto;
}
.mega-level-1.has-children> :is(a, .mega--no-link) {
  padding-left: 17px;
}
@media (min-width: 952px) and (max-width: 1160px) {
  .mega-menu .mega-level-1>:is(a,.mega--no-link) {
    font-size: 14px;
  }
  .mega-level-1.has-children> :is(a, .mega--no-link) {
    padding-left: 11px;
  }
}



.mega-menu .mega-level-1:hover .mega-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
}

.mega-menu {
  list-style-type: none;
  gap: 13px;
}
.mega-menu ul {
  list-style-type: none;
  gap: 20px;
}

@media (max-width: 1160px) {
  .mega-menu,
  .mega-menu ul {
  gap: 0px;
  }
}

.mega-inner .group,
.mega-menu .mega-level-2 {
  -webkit-box-flex: 0;
  -ms-flex: 1 1 calc(16% - 30px);
  flex: 1 1 calc(16% - 30px);
  font-size: 12px;
  font-weight: bold;
  min-width: 150px;
}
.mega-menu .mega-exclusion .mega-inner {
  padding: 30px;
}
.mega-menu .mega-exclusion .mega-level-2>a {
  font-size: 16px;
  color: var(--color-light);
  font-weight: 800;
}

.mega-menu .mega-inner a:hover {
  color: var(--color-accent-hover)!important;
}

.sg-header__desktop,
.sg-header__desktop .header-wrapper {
  position: relative;
}

/* .sg-header__desktop:after {
  content: "";
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left:0;
} */

html body .sg-header__desktop .mega-menu .mega-level-2>a,
.mega-inner .group .mega-level-3 a {
  font-size: 14px;
  color: white;
  font-weight: 800;
  line-height: 1.5;
}

.mega-inner .group .ul-level-3 {
  margin-top: 0;
}

.mega-menu .mega-level-3>a,
.mega-inner .group .ul-level-4 .mega-level-4 a {
  color: #BFBFBF;
  font-weight: 400;
  font-size: 14px;
}

.mega-inner .group .ul-level-4 {
  padding-left: 0px;
}

.mega-inner .group .ul-level-4 .mega-level-4 {
  padding-left: 0px;
  margin-top: 10px;
}

.mega-menu li:not(.mega-exclusion) .mega-level-2>a {
  min-height: 50px;
}

.mega-menu .ul-level-3 {
  padding-left: 0;
  margin-top: 10px;
}


.mega-menu .mega-level-3 {
  margin-bottom: 7px;
  line-height: 1.2;
}


.mega-menu .mega-level-1:nth-of-type(2) .mega-level-2:nth-of-type(4)>a {
  max-width: 199px;
}


.sg-header__desktop .courtesy-nav .sg-search-modal__input-container button[type="submit"] {
  position: absolute;
  padding: 0px;
  width: 30px;
  height: 100%;
  opacity: 0;
  right: 12px;
  z-index: 999999;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  max-width: 300px;
  padding: 10px 10px 10px 25px;
  width: 300px;
  font-family: "rig-sans",sans-serif;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input::-webkit-input-placeholder {
  color: #8B8B8B;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input::-moz-placeholder {
  color: #8B8B8B;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input:-ms-input-placeholder {
  color: #8B8B8B;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input::-ms-input-placeholder {
  color: #8B8B8B;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input::placeholder {
  color: #8B8B8B;
}

.sg-header__desktop .courtesy-nav .sg-search-modal__input-container input:focus {
  outline-color: #005F66;
}

.sg-header__desktop .courtesy-nav .sg-search-modal__input-container form::after {
  background-image: url("/hubfs/4299619/2024%20Refresh/search-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 20px;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sg-header__desktop .sg-search-modal .sg-mobile-site-search {
  display: none;
}

/* ----- Mobile Nav ----- */

.body-wrapper.hs-content-id-170115742820.hs-site-page.page {
    padding-top: 0px!important;
}

/* .sg-header__mobile {
  background-color: transparent;
} */

.sg-header__mobile .hamburger-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sg-header__mobile .hamburger-container i {
  background-color: #1E5F66;
}
/* .sg-header__mobile .hamburger-container .hamburger__middle {
  width: 20px;
}
.sg-header__mobile .hamburger-container .hamburger__bottom {
  width: 15px;
} */
.sg-header__mobile .open .hamburger__middle,
.sg-header__mobile .open .hamburger__bottom {
  width: 27px;
}

.sg-header__mobile .sg-search-modal .sg-search-modal__input-container {
  display: none;
}

.sg-header__mobile .logo-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* .sg-header__mobile:after {
  content: "";
  background: rgb(0,0,0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(53%, rgba(84,84,84,1)));
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 53%);
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left:0;
} */

.sg-header__mobile {
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sg-header__mobile .sg-search-modal a {
  position: relative;
}

.sg-header__mobile .sg-search-modal svg {
  height: 15px;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mfp-container .sg-search-modal {
  position: relative;
}

.mfp-container .sg-search-modal svg {
  display: none;
}

.sg-header__mobile .main-nav {
  padding: 20px 0px;
  background-color: #eaeaea;
  padding-bottom: 0px;
}

.sg-header__mobile .courtesy-nav {
  padding: 20px 0px;
  background-color: #eaeaea;
}
.sg-header__mobile .courtesy-nav ul li:nth-child(-n+4) {
  display: none;
}
.sg-header__mobile .courtesy-nav ul li a {
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
  margin-top: 10px;
  font-weight: 400;
}
.sg-header__mobile .courtesy-nav ul li {
  background-color: #eaeaea;
  border-bottom: none;
}

.sg-header__mobile .courtesy-nav ul li a span {
  font-weight: bold;
}
.sg-header__mobile .courtesy-nav ul li:nth-last-child(-n+2) a,
footer .contact-col.buttons a {
  padding: 0px 5px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 225px;
  text-align: center;
  font-weight: bold;
}
footer .contact-col.buttons a {
/*   width: 100%; */
  min-width: unset;
}
.sg-header__mobile .courtesy-nav ul li:last-child a,
footer .contact-col.buttons a.catalog {
  background-color: #D72C00;
}
.sg-header__mobile .courtesy-nav ul li:last-child a:hover,
footer .contact-col.buttons a.catalog:hover {
  background-color: #BF2700;
  color: white;
}
.sg-header__mobile .courtesy-nav ul li:nth-last-child(2) a,
footer .contact-col.buttons a.info {
  background-color: transparent;
  border: solid 2px white;
  margin-top: 30px;
}
.sg-header__mobile .courtesy-nav ul li:nth-last-child(2) a:hover,
footer .contact-col.buttons a.info:hover {
  background-color: #004B50;
  color: white;
}
.mobile-nav--open .sg-header__mobile {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-nav__container hr {
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  border: 1px solid #eaeaea;
}
.mobile-nav__container hr:after {
  content: "";
  position: absolute;
  background: #eaeaea;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  margin: 0 auto;
}
.sg-header__mobile .level-1>ul {
  display: none;
}

.sg-header__mobile .courtesy-nav li {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 0;
  background-color: #eaeaea;
  padding-bottom: 10px;
}

.sg-header__mobile .main-nav .level-1 {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 0;
  background-color: #eaeaea;
}

.sg-header__mobile .courtesy-nav li {
  padding-bottom: 6px;
}

.sg-header__mobile .main-nav .level-1.open {
  background-color: #eaeaea;
}

.sg-header__mobile .main-nav .level-1 a {
  color: black;
}

.sg-header__mobile .main-nav .level-1>ul {
  margin-top: 5px;
  margin-bottom: 15px;
}

.sg-header__mobile .main-nav .level-2 a {
  font-size: 16px;
  font-weight: normal !important;
  color: #262626;
}

.sg-header__mobile .level-1.open>ul {
  display: block;
}

.sg-header__mobile .level-1.has-children.open:after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}


.sg-header__mobile .logo-container+.sg-site-search {
  display: none;
}
.icons-mobile{
  display:flex;
}
.icons-mobile span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C12227;
    border-radius: 100%;
}
.icons-mobile span:not(:first-child) {
    margin-left: 10px;
}
.icons-mobile svg {
    object-fit: contain;
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.mobile-search-container {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-search-container .sg-search-modal__input-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-search-container input {
  border-bottom: none !important;
  width: 100%;
  max-width: 100%;
  font-weight: 300;
}

.mobile-search-container input::-webkit-input-placeholder {
  color: #004E6E;
}

.mobile-search-container input::-moz-placeholder {
  color: #004E6E;
}

.mobile-search-container input:-ms-input-placeholder {
  color: #004E6E;
}

.mobile-search-container input::-ms-input-placeholder {
  color: #004E6E;
}

.mobile-search-container input::placeholder {
  color: #004E6E;
}

.mobile-search-container svg {
  color: white;
  stroke: white;
}

.sg-header__mobile .main-nav .level-1:last-of-type a {
  color: white;
}

.sg-header__mobile .courtesy-nav ul {
  margin: 0;
}

.sg-header__mobile .main-nav .level-1>a {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  color: #262626!important;
  width: 90%;
  margin-bottom: 15px;
  margin-top: 0px;
}

.sg-header__mobile .main-nav>ul {
  margin-bottom: 0;
  margin-top: 0;
}

.sg-header__mobile .main-nav .level-1 ul {
  padding-left: 0;
}

nav.main-nav ul>li>ul>li {
    list-style-type: none;
}

.sg-header__mobile .main-nav .level-1:first-of-type {
  margin-top: 5px;
}

.sg-header__mobile .level-1.has-children:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #e27c00 transparent transparent transparent;
  position: absolute;
  right: 35px;
  top: 10px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  transform: rotate(270deg);
}

.sg-header__mobile .mobile-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #eaeaea;
  z-index: 1;
}

.sg-header__mobi8le .logo-container {
  height: 100%;
  width: auto;
}

.sg-header__mobile .logo-container a {
  display: block;
}

.sg-header__mobile .logo-container img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  vertical-align: middle;
}

.sg-header__mobile .sg-site-search {
  margin-left: auto;
}

.sg-header__desktop .sg-site-search svg,
.sg-header__mobile .sg-site-search svg {
  color: var(--color-blue-gray);
  vertical-align: middle;
}

.sg-header__desktop .main-nav ul.hs-menu-children-wrapper {
    z-index: 9999;
}

@media (max-width: 1235px) {
  .sg-header__desktop .main-nav .hs-menu-depth-1>a {
    padding: 10px;
    font-size: 14px;
  }

  .sg-header__desktop .main-nav .hs-menu-depth-1.hs-item-has-children>a {
    padding: 10px 10px 10px 15px;
  }
  .main-nav .hs-item-has-children > a:after {
    top: 20px;
  }
}

@media (max-width: 350px) {
  .sg-header__mobile nav.courtesy-nav ul li:last-of-type a:after {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.main-nav a {
  font-family: "rig-sans",sans-serif;
}

.sg-header__mobile .bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sg-header__mobile .bottom-container>* {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

.sg-header__mobile .bottom-container .header__language-switcher {
  padding: 15px 10px;
  background-color: #E3E3E3;
}

.sg-header__mobile .bottom-container .header__language-switcher:before {
  display: none;
}

.sg-header__mobile .bottom-container .mobile-show {
  margin-right: 5px;
}

.sg-header__mobile .bottom-container .mobile-quote {
  background-color: var(--color-blue);
  color: white;
  text-decoration: none;
  padding: 15px 10px;
}

.sg-header__mobile .lang_list_class {
  top: initial;
  bottom: 31px;
}

.sg-header__mobile .lang_list_class:before,
.sg-header__mobile .lang_list_class:after {
  bottom: -22px;
  top: initial;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sg-header__mobile .lang_list_class:before {
  bottom: -24px;
}

.sg-header__mobile .lang_list_class li {
  margin-bottom: 0;
  padding: 7px 15px !important
}

/* Footer Styles */

footer .footer-main {
  background-color: #EAEAEA;
}
footer .footer-main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  justify-content: center;
}
/* footer .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 40px;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .image-container .accent {
   height: 1px;
   display: block;
   width: 100%;
   background-color: white;
} */
footer .footer-main .inner > div:first-child {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
footer .footer-main .inner >div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
footer .footer-main .inner > div:last-child {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}

footer .footer-main .inner .certs-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 20px);
          flex: 1 0 calc(25% - 20px);
}
footer .footer-main .inner h3 {
  margin-top: 0px;
}
footer .footer-bottom {
  background-color: #262626;
  padding-bottom: 8px;
  padding-top: 8px;
  border-top: 2px solid black;
}
footer .footer-bottom a {
  color: white;
  text-decoration: none;
}
footer .footer-bottom a:hover {
  color: #00a19a;
}
footer .footer-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  color: white;
}
footer .footer-main .certs-container img{
  margin-right: auto!important;
  margin-left: auto!important;
}
footer .footer-main .certs-container .logo-container {
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
}
footer .social-links__icon {
  border-radius: 100%;
}
footer .social-links {
  padding-top: 0;
}

footer .menu-container li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0; 
  margin-bottom: 15px;
}
footer .contact-col a {
  color: #262626;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
footer .contact-col:not(.buttons) a {
  font-family: "rig-sans",sans-serif;
}
footer a, footer li, footer p, footer span {
    line-height: 1.25em!important;
/*     margin-bottom: 10px !important; */
}
footer .contact-col p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top:0;
}
footer .contact-col.contact a.heading {
  font-size: 20px;
  margin-bottom: 0px;
}
footer .contact-col.contact a {
  font-size: 18px;
  margin: 0px;
  margin-bottom: 10px;
  line-height: 1.7em !important;
}
@media screen and (max-width: 767px) {
  footer .contact-col.contact a {
    font-size: 12px;
  }
}
footer .contact-col a:hover,
footer .menu-container li a:hover {
  color: #e17c1a;
}
footer .footer-bottom .page-center a:hover {
  color: #00A19A;
}
footer h2 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
footer .footer-main p {
  font-size: 14px;
  line-height: 1;
}

footer .footer-bottom p {
  font-size: 16px;
  font-weight: bold;
}


footer .contact-col.contact-2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

footer .contact-col.contact-2 > ul > li.hs-menu-item a {
    font-weight: 300 !important;
}

.footer-bottom .inner .footer-social {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.footer-bottom .inner .footer-social > a > img {
    max-width: 25px!important;
}
footer .image-container > a{
  width:100%;
}

#hs_cos_wrapper_module_17189933184242 li.hs-menu-item a {
    font-size: 18px !important;
    line-height: 1.5em !important;
    font-weight: 300;
}

#hs_cos_wrapper_module_17189933184242 li.hs-menu-item a::before {
    content: url(https://4299619.fs1.hubspotusercontent-na1.net/hubfs/4299619/2024%20Refresh/pop-out.svg);
    margin-right: 15px;
}

@media(max-width: 925px) {
  footer .footer-bottom .inner,
  footer .footer-main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .contact-col.contact button.btn-gen.btn-primary {
    margin: 0 auto;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    align-items: center!important;
  }
  .footer-bottom .inner .footer-social {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}

@media(max-width: 768px) {
  .sg-header__mobile .logo-container img {
    max-width: 175px;
  }
  .btn-gen.btn-primary,
  .btn-gen.btn-secondary,
  .btn-gen.btn-tirtiary {
    font-size: 12px;
    margin-bottom: 1px;
    padding: 5px 5px !important;
    min-width: 150px;
  }
  input.hs-button.primary.large,
  body form input[type=submit] {
    font-size: 14px;
    margin-bottom: 1px;
    padding: 10px 10px !important;
    min-width: 150px;
  }
  .btn-gen.btn-primary:hover,
  .btn-gen.btn-secondary:hover,
  .btn-gen.btn-tirtiary:hover {
    min-width: 185px !important;
    padding-right: 45px !important;
  }
  input.hs-button.primary.large:hover,
  body form input[type=submit]:hover {
        min-width: 185px !important;
    padding-right: 55px !important;
  }
  .btn-gen:hover:after {
    right: 20px;
  }
  .btn-gen.btn-alternate:after {
    right: unset!important;
  }
}

#hs_cos_wrapper_module_17011153648766 .social-follow__icon svg {
    height: 20px;
    fill: white;
}
#hs_cos_wrapper_module_17011153648766 .social-follow__link {
    background: #C12227;
    width: 29px;
    height: 30px;
    top: 10px;
}


#hs_cos_wrapper_module_17011153648766 .social-follow__icon svg {
    fill: #fff;
    height: 17px;
    margin-top: 5px;
}

.social-follow {
    flex-wrap: nowrap;
    justify-content: center;
}

.social-follow__link {
    margin-right: 0.5em;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  align-items: flex-start;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  padding: 3px 0px!important;
}

/* Blog and Blog Detail Page Additions */

.search-reset {
  background-color: transparent;
  color: #e27c00;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all 0.15s linear;
}

.search-reset:hover {
  background-color: transparent;
  color: #fff;
}

/* body.blog .body-container-wrapper {
  margin-top: 30px;
} */

body.blog .sg-card-block .blog-card .image-container {
  background-size: cover;
  background-position: center;
}

body.blog .blog-listing-title ,
body.blog .blog-listing-title {
  margin-bottom: 30px;
}

body.blog #filter-area {
  border-bottom: 0;
}

body.blog select#filter_category {
  margin-right: 0;
}

body.blog #filter-area > div.flex {
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
body.blog #filter-area #blog_search_form {
  /*flex: 0 1 600px;*/
  text-align: left;
  width: 40%;
}
body.blog #filter-area .open-blog-subscribe {
  font-size: 14px;
  height: auto;
/*   padding: 12px 70px 12px 30px!important; */
}

@media screen and (min-width: 768px) {
  body.blog .subscribe-container {
    display: flex;
    margin-left: 15%;
    margin-right: 10px;
  }
}

body.blog #filter-area > div.flex > div.hs-form {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: center; 
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.well-white select {
  -webkit-appearance: none;
  background-color: #fff;
  padding: 17px 22px 14px;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  background-image: url("/hubfs/4299619/2024%20Refresh/orange-arrow-down.svg")!important;
  background-size: 10px 8.67px;
  background-repeat: no-repeat;
  background-position: calc(100% - 17.7px)
}

body.blog input#blog_search {
  padding: 16px 14px;
  width: calc(100% - 110px);
  height: 48px;

}
body.blog .subscribe-container a {
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  height: 48px; 
}
body.blog input[type=submit].search-go {
  width: auto;
  background: black;;
  padding: 16px 24px !important;
  height: auto;
  height: 48px;
  font-size: 14px;
}
body.blog select#filter_category {
    text-align: center;
}
@media (max-width: 800px) {
  body.blog select#filter_category {
    width: 30%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body.blog input#blog_search {
    width: calc(100% - 120px);
  }  
  body.blog #filter-area > div.flex {
    display: block;
  }
  body.blog #filter-area > div.flex > div.hs-form {
    display: block;
  }
  body.blog #filter-area .subscribe-container {
    text-align: center!important ; 
  }
  body.blog select#filter_category {
    margin-bottom: 20px;
    width: 200px;
    justify-content: center;
    margin: 0 auto;
  }  
  body.blog #filter-area #blog_search_form {
    width: 100%;
    display: block!important;
  }  
}

@media screen and (min-width: 767px) {
  .content-wrapper.listing__content-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .body-container.body-container--blog-index .page-center {
    padding-left: 0px;
    padding-right: 0px;
  }
  a.open-blog-subscribe.btn-gen.btn-primary {
    height: 36px!important;
  }
}

.body-container.body-container--blog-index {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}



div#filter-area {
    background-color: #262626;
    height: auto;
    text-align: center;
    width: 100%;
  }
  select#filter_category {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding-left: 35px;
    font-size: 18px;
  }

main#blog-173774840690 {
  background: url(https://4299619.fs1.hubspotusercontent-na1.net/hubfs/4299619/shorter-background-pages.png);
  background-repeat: no-repeat;
  background-size: cover;
}

a.open-blog-subscribe.btn-gen.btn-primary {
    display: inline-block;
    height: 58px;
    margin: 0;
    white-space: nowrap;
}

body.internal.blog .blog-post {
  padding-left: 0;
  padding-right: 0;
}

body.internal.blog li.hs-breadcrumb-menu-item.last-crumb,
body.internal.blog li.hs-breadcrumb-menu-item.first-crumb {
    margin-top: 5px;
}

@media (min-width: 981px) {

  .blog-post .post-content {
    margin-top: 30px;
    width: calc(100% - 410px);
  }
  
  .blog-post .post-sidebar {
    margin-top: 65px;
    width: 290px;
  }  
}

.view-all-posts-btn {
  line-height: 1;
  font-size: 16px;
  text-decoration: none;  
  display: block;
  margin-bottom: 100px;
}

.view-all-posts-btn svg {
  vertical-align: text-bottom;
  margin-right: 15px;
}
.blog-post img {
  max-width: 100%;
}

.blog-post .meta-container {
  border: 0;
  background-color: #F4F4F4;
  padding: 10px 20px;
}

.side-bar {
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid #D9D9D9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(270%, rgba(227,227,227,1)));
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(227,227,227,1) 270%);
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(227,227,227,1) 270%);

}

.blog .cta-section {
  max-width: 100%;
  margin-bottom: 15px;
}
.blog .cta-section img {
  max-width: 100%;
  height: auto;
  display: block;
}

.side-bar h2 {
  font-family: var(--ff-heading);
  font-weight: 600;
  font-size: 30px;
  border-bottom: 0px solid #DBDBDB;
  margin-top: 0;
  margin-bottom: 0;
}
.side-bar .text-sm {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 25px;
}



.side-bar h2.no-border {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.side-bar .social-link {
  display: inline-block;
  margin-right: 15px;
}

.popular-post p, .popular-post {
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height:1.3;
}

.popular-post:hover, .popular-post:hover p {
  font-weight: normal;
  text-decoration: underline;
  color: inherit;
}

.blog .col--right {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 20% !important;
  flex: 1 1 20% !important;
}

.blog .col--right .blog-tag-container,
.blog .col--right .block {
  border: 1px solid #9D9D9D;
  margin-bottom: 30px;
}

.blog .col--right h3 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  background-color: var(--color-blue);
  padding: 20px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #9D9D9D;
  margin-top: 0;
}

.blog .col--right ul li:before {
  display: none;
}

.blog .col--right ul {
  padding-left: 20px;
  padding-right: 20px;
}

.blog .col--right ul li {
  line-height: 1.3;
}

.blog .col--right ul li a {
  color: var(--color-dark);
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
}

.blog .row-container .col--right.nav-container {
  margin-left: 10px;
}

@media(max-width: 990px) {
  .blog .blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#blog-subscribe {
  padding: 40px;
}
#blog-subscribe p,
#blog-subscribe h1,
#blog-subscribe h2 ,
#blog-subscribe label {
  color: white;
}
/* End Blog Detail Page Additions */

thead th{
  border-bottom:none; 
  border-top:none;
}
thead th:first-child{
  border-left:none;
}
thead th:last-child{
  border-right:none;
}

/* Email Subscription Form Styling */

.systems-page #email-prefs-form .fakelabel span {
  font-weight: bold;
  padding-left: 8px;
}
.systems-page #email-prefs-form .item-inner > p {
  margin-top: 8px;
  font-style: italic;
}
.systems-page #email-prefs-form .item .checkbox-row input[type="checkbox"] {
  cursor: pointer;
}
.systems-page #email-prefs-form .item {
  margin: 20px 0px;
}
.systems-page #email-prefs-form .item .item-inner {
  border: 1px solid #E4E4E4;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  background: #f7f7f7;
  border-radius: 8px;
}
.systems-page #email-prefs-form .item:hover .item-inner {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}



/**** Login Status ****/


body.logged_in_true .courtesy-nav ul li:nth-child(3){
    display: list-item;
}
body.logged_in_true .courtesy-nav ul li:nth-child(3)::after{
  display:none;
}
body.logged_in_false .courtesy-nav ul li:nth-child(4),
body.logged_in_ .courtesy-nav ul li:nth-child(4) {
    display: list-item;
}

/** Card Block Overrides **/

.card-gen.hover-content h4.card-heading::before {
  content: url(/hubfs/4299619/2024%20Refresh/orange-line.svg);
  position: absolute;
  bottom: 110%;
}

.card-gen.hover-content h4.card-heading {
  top: 75%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .card-gen.hover-content h4.card-heading {
    top: 70%;
  }
  .card-gen .card-inner p {
    padding-right: unset!important;
  }
  .card-gen.hover-content:hover .show-hover,
  .card-gen.hover-content:hover h4.card-heading {
    top: 15%!important;
  }
}

.card-gen .card-inner p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: unset;
    margin-bottom: 16px;
    padding-right: 45px;
}

.card-gen.hover-content:hover .show-hover,
.card-gen.hover-content:hover h4.card-heading {
  top: 5%;
}

.card-gen.hover-content .card-inner {
  height: 450px;
  max-width: 475px;
}

.card-gen.hover-content .background-image {
  max-width: 475px;
}

.sg-card-block .card-gen.hover-content {
  max-width: 475px;
}

.sg-card-block {
  justify-content: flex-start;
}

/* MISC CENTRISYS */

.cell_1718913602109-row-1-vertical-alignment > .row-fluid {
  align-items: flex-start;
}

.stay-in-the-know {
  max-width: 800px;
  margin: 0 auto;
  /* text-align: left!important; */
}

.stay-in-the-know p {
  text-align: start!important;
}

h1.forward-thinking {
  font-size: 60px;
  line-height: 1.1em;
}

.breadcrumbs-page h4 {
    margin-bottom: 0px!important;
    font-size: 35px;
    color: #e27c00;
}

.breadcrumbs-page p {
    margin-top: 1px!important;
  margin-bottom: 0px!important;
}

@media screen and (max-width: 1000px) {
  div#hs_cos_wrapper_widget_1718915779714 .sg-card-block {
    flex-direction: column;
    align-items: center;
  }
  div#hs_cos_wrapper_widget_1718915779714 .card-gen.hover-content .background-image,.sg-card-block .card-gen.hover-content {
    max-width: 475px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  div#hs_cos_wrapper_module_17211577994498,
  div#hs_cos_wrapper_module_17211577994497 {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  h1.forward-thinking {
    font-size: 40px;
  }
  .stay-in-the-know h2 {
    padding-top: 35px;
    font-size: 40px!important;
  }
  .awards-affiliations-section {
    flex-direction: column;
    align-items: center;
  }
  .section.awards-section ul > li {
    padding-right: unset!important;
  }
}

.side-bar.popular-posts-section {
  border-bottom: 15px solid #e27c00;
  border-radius: unset !important;
  box-shadow: 0 0 30px hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 30px rgba(0, 0, 0, .1) !important;
  min-height: unset !important;
  padding: 30px;
  background-color: white;
  line-height: 1em;
}

@media screen and (min-width: 767px) {
  .blog-post-wrapper.cell-wrapper .section.post-header,
  .blog-post-wrapper.cell-wrapper .section.post-body-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.awards-affiliation-section ul {
  font-size: 18px;
  margin-top: 30px;
  line-height: 2em!important;
    padding-left: 20px;
}

.section.awards-section ul > li> a,
.section.affiliations-section ul > li> a {
  text-decoration: none;
  color: #262626;
  line-height: 2em;
}

.section.affiliations-section ul,
.section.awards-section ul {
  padding-left: 20px;
}

.section.awards-section ul > li {
    padding-right: 100px;
}

.section.affiliations-section ul > li:before,
.section.awards-section ul > li:before {
  content: url("/hubfs/4299619/2024%20Refresh/bulletpoint-polygon-orange.svg");
  right: 20px;
  position: relative;
}

@media screen and (min-width: 767px) {
  .section.biography-section {
    padding: 125px;
  }
}

@media screen and (max-width: 767px) {
  .section.biography-section {
    padding: 25px;
  }
}

.section.biography-section h2 {
  color: #FFFFFF;
}

.section.biography-section:before {
  background: #252525;
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  width: 99999px;
  top: 0;
}

.section.biography-section:after {
  background: #252525;
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  left: 0;
  width: 99999px;
  top: 0;
}

.section.biography-section h2,
.section.biography-section p {
  z-index: 99999;
  position: relative;
}

.section.affiliations-section,
.section.awards-section {
  width: 100%;
}


/* a#module_172115982920219 {
  border-bottom: 15px solid #E27C00;
  max-width: 315px;
  min-height: 100px !important;
  border-radius: 0!important;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 0 8px 16px rgb(0 0 0 / 10%) !important;
} */

#module_172167193436417.sg-card,
article#module_172115982920219,
article#module_172623728622115 {
  box-shadow: 0 0 30px rgba(255, 255, 255,0.0);
  border-bottom: 15px solid #E27C00;
  border-radius: unset!important;
  padding: 30px;
  min-height: unset !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.10)!important;
}

article#module_172115982920219:hover,
article#module_172623728622115:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0,0.25)!important;
}

.need-more-information-box {
    padding: 15px;
}

.need-more-information-box h2 {
  font-size: 30px;
}


label.hs-form-booleancheckbox-display span {
  font-size: 14px!important;
  color: #002575;
  font-family: "rig-sans",sans-serif;
  text-transform: capitalize;
}

label.hs-form-booleancheckbox-display span > p {
  margin-left: unset!important;
  font-size: 14px!important;
  color: #002575;
  font-family: "rig-sans",sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.hs-richtext {
  font-family: "rig-sans",sans-serif;
}

.span4.widget-span.widget-type-cell.cell_17212305546923-padding.cell_17212305546923-margin.cell_17212305546923-vertical-alignment.dnd-column {
    justify-content: flex-start !important;
}

/* .hs_country.hs-country.hs-fieldtype-text.field.hs-form-field,
.hs_state.hs-state.hs-fieldtype-text.field.hs-form-field,
.hs_city.hs-city.hs-fieldtype-text.field.hs-form-field {
  width: 33.3%!important;
} */

fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
}

.span8.widget-span.widget-type-cell.cell_1721230554692-background-color.cell_1721230554692-padding.cell_1721230554692-margin.dnd-column.cell_1721230554692-vertical-alignment {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.mq-text-image {
    position: relative;
    width: 100%
}

.mq-text-image .content-container {
    padding-top: 25px
}

.content-container.offset.offset-left,.content-container.offset.offset-right {
    min-height: 500px
}

.sg-text-image .image-container img {
    object-fit: cover!important
}

.sg-text-image .content-container.offset {
    max-width: 60%;
    position: relative
}

.sg-text-image .content-container.offset-left {
    margin-right: auto
}

.sg-text-image.include-image .offset-left {
    padding: 100px 135px 100px 100px;
}

.sg-text-image.include-image .offset-right {
    padding: 100px 75px 50px 85px
}

.sg-text-image .content-container.offset-right {
    margin-left: auto
}

.sg-text-image .offset .image-container {
    bottom: 60px;
    top: 60px
}

.sg-text-image .offset-left .image-container {
    left: calc(100% - 60px);
    max-width: 75%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.sg-text-image .offset-right .image-container {
    max-width: 75%;
    overflow: hidden;
    position: absolute;
    right: calc(100% - 60px);
    width: 100%
}

.sg-text-image .image-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.sg-text-image.break-image:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 785px;
    left: -200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 630px;
    z-index: 9
}

.sg-text-image.break-image .broken-image-container {
    display: none
}

.sg-text-image.break-image .broken-image-container img {
    width: 100%
}

/* body .main-nav ul li.hs-menu-item.hs-menu-depth-1 > a {
  padding: 10px 1px 19px!important;
} */

@media(max-width: 768px) {
    .sg-text-image .content-container.offset {
        max-width:100%
    }

    .sg-text-image .content-container:matches(.content-container,.offset) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
        padding: 0!important
    }

    .sg-text-image :where(.content-container,.offset) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
        padding: 0!important
    }

    .sg-text-image .content-container .content-inner {
        padding: 30px
    }

    .sg-text-image .offset .image-container {
        bottom: auto;
        height: auto;
        left: auto;
        max-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        width: 100%
    }

    .sg-text-image .image-container img {
        display: block;
        height: auto;
        width: 100%
    }

    .sg-text-image.break-image:before {
        content: none
    }

    .sg-text-image.break-image .broken-image-container {
        display: block
    }

    .content-container.offset.offset-left {
        display: flex;
        flex-direction: column
    }
}

.sg-text-image.include-image.list-primary {
    background: linear-gradient(90deg,#262626 90%,transparent 0)
}

li.hs-menu-item.hs-menu-depth-2.active.active-branch,
li.hs-menu-item.hs-menu-depth-2 {
    list-style-type: none;
}

.youtube-modal {
    aspect-ratio: 16/9;
    width: 100%;
    background-size: contain;
/*     background-position: center; */
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.youtube-modal:hover::before {
    transform: translate(-50%) scale(1.15);
}
.youtube-modal::before {
    content: "";
    width: 15%;
    height: 25%;
    min-height: 30px;
    position: absolute;
    left: 50%;
    top: 37.5%;
    background-image: url(/hubfs/4299619/white-video-thumbnail.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%);
    transition: transform 0.25s ease;
}

.cell_1724361292090-hidden {
  flex: unset!important;
}

@media screen and (min-width: 1001px) {
  .no-banner-content {
    padding-top: 150px;
  }
  .systems-page.sc2025  {
    margin-top: 75px;
  }
}

.systems-page.sc2025 div#content {
  margin-top: 25px;
}

/* RENTALS PAGE */

div#hs_cos_wrapper_module_17265112193996,
div#hs_cos_wrapper_module_17265111770364,
div#hs_cos_wrapper_module_172651233645714 {
    max-width: 1180px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.rentals-detail-page-container,
.rentals-form {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

p.rentals-detail-available {
  text-align: center;
  font-size: 50px;
}

.rentals-detail-content {
  display: flex;
  gap: 45px;
  justify-content: space-between;
  align-items: flex-start;
}

/* .rentals-detail-content img {
  max-width: 450px;
} */

.rentals-left-col p {
  margin-top: 7px!important;
  margin-bottom: 7px!important;
}

.rentals-left-col {
  flex: 1 1 75%;
}

.rentals-right-col {
  flex: 1 1 50%;
  margin: 15px auto 0;
  display: flex;
}

.rentals-left-col > table > tbody > tr:nth-of-type(odd),
.rentals-left-col > table > tbody > tr:nth-of-type(even) {
  background-color: white!important;
}

.rentals-left-col > table > tbody > tr > td {
  padding: 5px 10px!important;
}

@media screen and (max-width: 767px) {
  p.rentals-detail-available {
    font-size: 30px;
  }
  .rentals-detail-content {
    flex-direction: column;
  }
}

ol li::marker {
  color: #e17c1a;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  font-family: montserrat;
}

ol li {
    margin-bottom: 5px;
}

/* RENTALS FORMS */

.hs-form fieldset input {
  background-color: white!important;
  border-radius: 0!important;
  line-height: 1!important;
  font-size: 14px!important;
  border: 1px solid #272727!important;
  color: #9C9EA1!important;
  padding: 15px 15px!important;
}

.sg-form.rentals-form {
  padding-top: 35px !important;
  padding-bottom: 20px !important;
  padding-left: 45px !important;
  padding-right: 45px !important;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.rentals-form-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

main.body-container-wrapper.events .sg-event-details {
  padding-left: 20px;
  padding-right: 20px;
}

.sg-event__detail-row img {
  margin-top: 25px;
  max-width: 400px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sg-event__detail-row img {
    max-width: 100%;
  }
}

.hs_what_thermal_hydrolysis_process_options_have_you_explored_.hs-what_thermal_hydrolysis_process_options_have_you_explored_.hs-fieldtype-textarea.field.hs-form-field label,
.hs_what_are_the_key_drivers_for_implementing_thp_for_your_plant_.hs-what_are_the_key_drivers_for_implementing_thp_for_your_plant_.hs-fieldtype-textarea.field.hs-form-field label {
    display: block;
}