/*
* 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: 1240px;
     }
     
     .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: 1240px;
       padding-left: 20px;
       padding-right: 20px;
     }
     
     
     
     
     
     
     
     html {
       font-size: 16px;
       line-height: 1.5;
     }
     
     body {
       font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
       color: #333645;
       line-height: 1.6;
     }
     
     /* Paragraphs */
     
     p {
       ;
     }
     
     /* Anchors */
     
     a {
       color: #00A19A;
     }
     
     a:hover,
     a:focus {
       color: #007972;
     }
     
     a:active {
       color: #28c9c2;
     }
     /* Banner Cut Out Variant */
     h1.header-banner-headline {
       font-size: 50px; 
     }
     
     /* Headings */
     .paragraph-as-heading p,
     h1, .h1 {
        font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
        color: #00a19a;
        font-size: 30px;
        line-height: 1.2;
     }
     h2, .h2 {
        font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
        color: #00a19a;
        font-size: 25px;
        line-height: 1.2;
     
     }
     h3, .h3 {
        font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
        color: #00a19a;
        font-size: 22px;
        line-height: 1.2;
     }
     h4, .h4 {
        font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
        color: #00a19a;
        font-size: 14px;
        line-height: 1.2;
     }
     h5, .h5 {
        font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
        color: #00a19a;
        font-size: 14px;
        line-height: 1.2;
     }
     h6, .h6 {
        font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
        color: #00a19a;
        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 (max-width: 767px) {
  .paragraph-as-heading p,
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 16px !important;
  }
}


@media screen and (min-width: 330px) {
  html {
    font-size: calc(16px + (18 - 16) * ((100vw - 330px) / (1200 - 330)));
      }
       
/*        h1.header-banner-headline {
         font-size: calc(50px + (125 - 50) * ((100vw - 330px) / (1200 - 330)));
       }
       .paragraph-as-heading p,
        .h1, h1 {
           font-size: calc(30px + (50 - 30) * ((100vw - 330px) / (1200 - 330)));
        }
     
        .h2, h2 { 
           font-size: calc(25px + (40 - 25) * ((100vw - 330px) / (1200 - 330)));
        }
     
        .h3, h3 {
           font-size: calc(22px + ( 35 - 22) * ((100vw - 330px) / (1200 - 330)));
        }
     
        .h4, h4 {
           font-size: calc(14px + ( 26 - 14) * ((100vw - 330px) / (1200 - 330)));
        }
     
        .h5, h5 {
           font-size: calc(14px + ( 20 - 14) * ((100vw - 330px) / (1200 - 330)));
        }
     
        .h6, h6 {
           font-size: calc(14px + ( 16 - 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) / (1200 - 330)));
        }
     }
     @media screen and (min-width: 1240px) {
     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: 50px;
        }
     
        .h2, h2 {
           font-size: 40px;
        }
     
        .h3, h3 {
           font-size: 35px;
        }
     
        .h4, h4 {
           font-size: 26px;
        }
     
        .h5, h5 {
           font-size: 20px;
        }
     
        .h6, h6 {
           font-size: 16px;
        }
     }
     
     /* Blockquote */
     
     blockquote {
       border-left-color: #005F66;
     }
     
     
     
     
     
     button,
     .btn-primary {
       background-color: rgba(215, 44, 0, 1.0);
       border-style: solid;
       color: #FFFFFF;
       border-width: 0px;
       border-color: #00A19A;
       border-radius: 90px;
       padding: 15px 53px;
     }
     
     button:hover,
     button:focus,
     .btn-primary:active,
     .btn-primary:hover,
     .btn-primary:focus {
       background-color: rgba(191, 39, 0,1.0);
       color: #FFFFFF;
       border-color: #00A19A;
     }
     .btn-white,
     .btn-secondary {
       background-color: rgba(0, 161, 154, 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;
     }
     .sg-card:not(.link_type_button):not(.link_type_none):hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
     }
     .sg-card p {
        color:#333645;
     }
     
     
     
     
     
     
     form,
     .submitted-message {
       font-family: 'Open Sans'; 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=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: #333645;
       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: #00A19A;
     }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: #333645;
     }
     
     /* Date picker */
     
     .fn-date-picker td.is-selected .pika-button {
       background: #00A19A;
     }
     
     .fn-date-picker td .pika-button:hover {
       background-color: #00A19A;
     }
     
     .fn-date-picker td.is-today .pika-button {
       color: #00A19A;
     }
     
     /* Submit button */
     
     form input[type=submit],
     form .hs-button {
       background-color: #00A19A;
       color: #FFFFFF;
       border-width: 1px;
       border-color: #00A19A;
       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: #00A19A;
       color: #FFFFFF;
       border-color: #00A19A;
     }
     
     form input[type=submit]:active,
     form .hs-button:active {
       background-color: rgba(40, 201, 194, 1.0);
       border-color: #28c9c2;
       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(0, 161, 154, 1.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(244, 248, 252, 1.0);
       transition: background-color .2s linear;
     }
     
     
     .sg-header__desktop svg,
     .sg-header__desktop .main-nav a {
        color: #005F66;
     }
     .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 {
        color: #00A19A;
     }
     .sg-header__desktop .main-nav  ul.hs-menu-children-wrapper {
        background-color: #F4F8FC;
     }
     
     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: rgba(255, 255, 255, 1.0 );
     }
     body:not(.js-is-fixed) .header--fixed .sg-header__desktop .courtesy-nav .hs-menu-depth-1>a {
       color: rgba(255, 255, 255, 1.0 );
     }
     
     
     
     .sg-header__desktop .courtesy-nav a,
     .sg-header__desktop .nav-container .sg-site-search {
        color: #00A19A;
     }
     .sg-header__desktop .courtesy-nav a:hover {
        color: #005F66;
     }
     
        .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(255, 255, 255, 0.97);
     }
     .sg-header__moible .mobile-nav a {
        color: #ffffff;
     }
     .sg-header__mobile .courtesy-nav a {
        color: rgba(255, 255, 255, .6);
     }
     .sg-header__mobile .main-nav .level-1 > a {
        color: #ffffff;
     }
     .sg-header__mobile .main-nav .level-2 a {
        color: #d7d7d7
     }
     .sg-header__mobile.hamburger-only .hamburger-container {
        background-color: rgba(255, 255, 255, 0.8);
     }
     .sg-header__mobile .hamburger-container i {
        background-color: rgba(30, 95, 102, 1.0);
     }
     .sg-header__mobile {
        padding-left: 20px;
        padding-right: 20px;
     }
     
     
     
     @media(max-width: 767px) {
       .header__navigation {
         background-color: #F4F8FC;
       }
     
     }
     
     
     
     
     
     .footer {
       background-color: #00A19A;
     }
     
     /* 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: #ffffff;
     }
     
     
     
     
     
     .post-controls-container a i {
        color: #D72C00
     }
     .blog-author__container {
        border: 2px solid #D72C00;
     }
     .blog-post__date {
       border-color: #333645;
     }
     input[type=submit].search-go {
        background-color: #D72C00;
     }
     .blog-tag-filter__menu-link,
     .blog-post__tag-link,
     .blog-card__tag-link,
     .blog-post__author-name,
     .blog-card__title a {
       color: #333645;
     }
     
     .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: #0b0e1d;
     }
     
     .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: #5b5e6d;
     }
     
     .blog-tag-filter__menu-link--active-item:after {
       background-color: #00A19A;
     }
     
     .blog-pagination__link {
       color: #333645;
     }
     
     .blog-pagination__link--active:after,
     .blog-pagination__prev-link:after,
     .blog-pagination__next-link:after {
       background-color: #00A19A;
     }
     
     .blog-post__title {
       font-family: 'Open Sans'; font-style: normal; font-weight: 700; text-decoration: none;
       color: #00a19a;
       font-size: 40px;
     }
     
     .blog-post__author {
       background-color: #005F66;
     }
     
     #comments-listing .comment-reply-to {
       color: #00A19A;
     }
     
     #comments-listing .comment-reply-to:hover,
     #comments-listing .comment-reply-to:focus {
       color: #007972;
     }
     
     #comments-listing .comment-reply-to:active {
       color: #28c9c2;
     }
     
     
     
     
     
     /* Search Results Page*/
      .kinter-search-rseults .kinter-tabs {
        margin-top: 2em;
        border-bottom: 1px solid black;
      }
      .kinter-search-results input { display: none; }                /* hide radio buttons */
      .kinter-search-results input + label { display: inline-block } /* show labels in line */
      .kinter-search-results input ~ .tab { display: none }          /* hide contents */
      /* show contents only for selected tab */
      .kinter-search-results #tab1:checked ~ .tab.content1,
      .kinter-search-results #tab2:checked ~ .tab.content2,
      .kinter-search-results #tab3:checked ~ .tab.content3,
      .kinter-search-results #tab4:checked ~ .tab.content4,
      .kinter-search-results #tab5:checked ~ .tab.content5 { display: block; }

        .kinter-search-results .filter-results {
          padding: 0!important;
        }
      .kinter-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;
      }
      .kinter-search-results input:checked + label {     /* white background for selected tab */
        background: #FFF;
        border-bottom: 1px solid transparent;
        font-weight: bold;
      }
      .kinter-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: #00A19A;
     }
     
     body .tns-nav button.tns-nav-active {
       background-color: #00A19A;
     }
     
     body .tns-nav button:hover,
     body .tns-nav button:focus {
       background-color: #00A19A;
     }
     
     body .team-member__description {
       background-color: #005F66;
     }
     
     .sg-card, .sg-card:hover,
     .sg-single-card, .sg-single-card:hover {
        color: #333645;
     }
     /* Slider */
     .sg-slider .swiper-button-next,
     .sg-slider .swiper-button-prev,
     .sg-slider .swiper-pagination {
       color: #D72C00;
     }
     .sg-slider .swiper-pagination-progressbar-fill,
     .sg-slider .swiper-pagination-bullet-active {
       background-color: #D72C00; 
     }
     .sg-slider .full-width-image .sg-slide__inner-content {
     padding-left: 20px;
     padding-right: 20px;
     }
     /* Parallax Header */
     .sg-overlay-heading .letter,
     .sg-parallax-heading .letter {
       font-family: Open Sans;
     }
     
     .sg-breadcrumbs {
        background-color: #f7f7f8;
     }
     .sg-breadcrumbs li a {
        color: #00A19A;
     }
     .sg-breadcrumbs li:last-child a {
        color: #333645;
     }
     
     
     .sg-back-to-top-button{
       background: rgba(142, 164, 196, 1);
       padding: 25px;
       color:rgba(255, 255, 255, 1);
       border-radius: 100%;
       position: fixed;
       left: 50px;
       right: unset;
       bottom: 50px;
       z-index: 999;
       height: auto;
       width: auto;
       overflow: hidden;
       opacity: 0;
       font-size: 24px;
       cursor: pointer;
/*        left: 50px!important; */
/*        right: 0px!important; */
     }

@media (max-width: 768px) {
  .sg-back-to-top-button {
    position: fixed;
    left: 50px;
    right: unset;
    bottom: 10px;
    z-index: 999;
    height: auto;
    width: auto;
    overflow: hidden;
    opacity: 0;
    font-size: 24px;
    cursor: pointer;
  }
}
     
     
     
     
     .bg--primary_color {
        background-color: #00A19A;
     }
     .bg--secondary_color {
        background-color: #005F66;
     }
     .bg--tertiary_color {
        background-color: #494A52;
     }
     .bg--accent_color_1 {
        background-color: #D72C00;
     }
     .text--primary_color {
        color: #00A19A;
     }
     .text--secondary_color {
        color: #005F66;
     }
     .text--tertiary_color {
        color: #494A52;
     }
     .text--accent_color_1 {
        color: #D72C00;
     }
     .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%);
     }
:root {
  --color-accent: #EC2027;
  --color-accent-hover: #c81b21;
  --color-purple: #34256b;
  --color-text: #444444;
  --ff-heading: "Open Sans", sans-serif;
  --ff-body: "Open Sans", sans-serif;
}
/* =================== */
/* typography */
/* =================== */

html {
  scroll-behavior: smooth;
}

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



.paragraph-as-heading p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 12px;
  line-height: 1.2;
}


@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 #00A19A;
}

html,
body,
p {
  font-weight: normal;
  font-family: var(--ff-body);
}




.body-wrapper ul li:not(header li) {
  margin-bottom: 10px;
}

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;
}

ul {
  margin-top: 10px;
}

.body-container-wrapper .list-primary ul:not(.no-list) li:before,
.body-container-wrapper ul:not(.no-list) li:before {
  background-image: url('/hubfs/24043403/Assets/kinter-li-arrow.svg');
  content: "";
  height: 15px;
  left: -25px;
  position: absolute;
  top: 10px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.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;
}
.body-container-wrapper .list-tirtiary ul:not(.no-list) li:before {
  background-image: url('/hubfs/24043403/Assets/arrow-right-white.svg');
  content: "";
  height: 15px;
  left: -25px;
  position: absolute;
  top: 10px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.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"],
.btn-gen {
  padding: 15px 30px!important
  border: none;
  font-size: 13px;
  font-weight: 900;
  font-family: var(--ff-heading);
  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/24043403/Assets/btn-gen-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  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: 23px;
  opacity: 1;
}


.btn-gen.btn-primary {
  background-color: #D72C00;
  color: white;
}
.btn-gen.btn-primary:hover {
  background-color: #BF2700;
  color: white;
}

body form input[type="submit"]:hover,
body form input[type="submit"],
.btn-gen.btn-quaternary,
.btn-gen.btn-secondary {
  background-color: #00A19A;
  color: white;
}
body form input[type="submit"]:hover,
body form input[type="submit"]:hover,
.btn-gen.btn-quaternary:hover,
.btn-gen.btn-secondary:hover {
  background-color: #007E78;
  color: white;
}

.btn-gen.btn-tirtiary {
  background-color: #005F66;
  color: white;
}
.btn-gen.btn-tirtiary:hover {
  background-color: #004B50;
  color: white;
}

.btn-gen.btn-alternate {
  color: #3C3C3C;
  padding: 15px 27px!important;
  background-color: transparent;
}
.btn-gen.btn-alternate:hover {
  color: #D72C00;
}
.btn-gen.btn-alternate::after {
  opacity: 1;
  background-image: url(/hubfs/24043403/Assets/btn-gen-alt-arrow.svg);
  left: 0px;
}

@media screen and (max-width: 767px) {
  body form input[type="submit"],
  .btn-gen {
    padding: 6px 16px !important;
    font-size: 10px;
  }
  .btn-gen:not(.btn-alternate):hover {
    padding: 6px 30px 6px 16px!important;
    font-size: 10px;
  }
  body form .actions:after,
  .btn-gen:after {
    width: 14px;
  }
  body form .actions:hover:after,
  .btn-gen:hover:after {
    right: 10px;
  }
}
.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;
}

/* =================== */
/* 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: #00a19a;
  font-weight: 900;
  font-size: 30px;
  line-height: 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;
}

.hs-form select {
  border-radius: 0;
  padding: 14px 15px;

}

/* .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;
} */

.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-form {
  padding-bottom: 30px;
}


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

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

select {
  background-color: white;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23ec2027%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
  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*/
/* =================== */

.kinter-bg-gray-split {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #F4F4F4));
  background: -o-linear-gradient(left, transparent 0%, transparent 50%, #F4F4F4 50%);
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #F4F4F4 50%);
}  

.kinter-bg-gray-gradient {
  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%);  
}

.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: 16px;
}

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;
}

.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%;
}

.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: 24px;
}
.post-listing .sg-card-block .sg-card .content-container {
  padding: 25px 40px;
  font-size: 14px;
}
.post-listing .sg-card .post-summary {
  margin-bottom: 30px;
}
.post-listing .sg-card .post-link {
  text-align: left;
  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%;
  }

  .kinter-bg-gray-split {
    background: transparent;
    padding-bottom: 0;
  }  
  .kinter-bg-gray-split .row-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  
  /* .kinter-bg-gray-split > .row-fluid > div:first-child {
    background: transparent;
  } */
  .kinter-bg-gray-split > .row-fluid > div:last-child {
    background: #F4F4F4;
  }
  
  .kinter-bg-gray-split > .row-fluid > div {
    padding-left: 20px!important;
    padding-right: 20px!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: "Open 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 {
  content: '';
  width: 485px;
  height: 10px;
  background-color: var(--color-accent);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  background-position: center;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 80%;
  position: absolute;
  left: 5px;
  bottom: -20px;
}

.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,
.accent-underline.center: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;
}

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

li.hs-breadcrumb-menu-item::before {
    display: none;
}

.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,
.hs-breadcrumb-menu-divider:before {
  content: '/'!important;
}
.hs-breadcrumb-label {
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 951px) {
  .blog-breadcrumbs ul.hs-breadcrumb-menu {
    padding-top: 75px;
  }
}

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

.sg-header__desktop .courtesy-nav ul {
  gap: 5px;
}

.sg-header__desktop .courtesy-nav ul li:first-child::after {
  content: "";
  display: inline-block;
  background-color: #00A19A;
  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 {
  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-image: linear-gradient(to bottom, #00a19a, #0f9894, #1a8f8e, #218687, #277d80);
  width: 100%;
  padding: 20px 30px 40px 30px;
}
/* .mega-menu .mega-level-1:nth-last-child(2) .mega-inner,
.mega-menu .mega-level-1:nth-last-child(1) .mega-inner {
  left: -100%;
} */

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

.mega-level-1.has-children>a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #00A19A transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 14px;
  transform: translateY(-50%);
  border-radius: 4px;
}

.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: 110px;
 padding: 0;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  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-level-1.has-children>a:before {
    top: 12px;
  }
}



.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: #00504c !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: 16px;
  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: white;
  font-weight: 400;
  font-size: 16px;
  padding: 2px 0px;
}

.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: 0px;
  z-index: 999999;
}
.sg-header__desktop .courtesy-nav .sg-search-modal__input-container form {
  padding: 5px 15px;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #32A19A;
  padding-right: 30px;
  min-width: 300px;
}
.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 .search_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  height: 15px;
  width: 15px;
  cursor: pointer;
}
/* .sg-header__desktop .courtesy-nav .sg-search-modal__input-container form::after {
  background-image: url("/hubfs/24043403/Assets/kinter-search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 8px;
  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 ----- */

.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: #005F66;
}

.sg-header__mobile .courtesy-nav {
  padding: 20px 0px;
  background-color: #005F66;
}
.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: #005F66;
  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: 15px 25px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 225px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sg-header__mobile .courtesy-nav ul li:nth-last-child(-n+2) a,
  footer .contact-col.buttons a {
    padding: 6px 16px !important;
    font-size: 10px !important;
  }
}
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;
}
@media screen and (max-width: 767px) {
  footer .contact-col.buttons a.catalog {
    padding: 6px 16px !important;
    font-size: 10px;
  }
}
.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 #005F66;
}
.mobile-nav__container hr:after {
  content: "";
  position: absolute;
  background: #00A19A;
  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,
.sg-header__mobile .main-nav .level-1 {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 0;
  background-color: #005F66;
  padding-bottom: 10px;
}

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

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

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

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

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

.sg-header__mobile .main-nav .level-3 a {
  font-weight: 400 !important;
}

.sg-header__mobile .main-nav .level-2 > ul {
  padding-left: 0px !important;
  margin-top: 0px;
  margin-bottom: 15px;
}

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

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


.sg-header__mobile .logo-container+.sg-site-search {
  display: none;
}

.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: 20px;
  font-weight: 700;
  padding: 0;
  color: white;
  width: 90%;
  margin-bottom: 0;
  margin-top: 16px;
}

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

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

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

.sg-header__mobile .level-1.has-children:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #00A19A transparent transparent transparent;
  position: absolute;
  right: 35px;
  top: 14px;
  -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;
}

.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: #F7F7F7;
  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;
}

@media (max-width: 1190px) {
  .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: "Open 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: #00A19A;
  color: white;
  padding: 60px 0px;
}
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: 20px;
  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 26%;
  flex: 0 0 26%;
}
footer .footer-main .inner >div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}
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-bottom {
  background-color: #005F66;
  padding:30px 0px;
}
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: white;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px !important;
  font-size: 16px;
}
footer .contact-col:not(.buttons) a {
  font-size: 20px;
}
footer .contact-col p {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 18px;
  line-height: 20px !important;
}
footer .contact-col.contact a.heading {
  font-size: 20px;
  margin-bottom: 0px;
}
footer .contact-col.contact a {
  font-size: 14px;
  margin: 0px;
  margin-bottom: 10px;
}
footer .contact-col a:hover,
footer .menu-container li a:hover {
  color: #005F66;
}
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;
}

@media(max-width: 768px) {
  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;
  }
}


/* Blog and Blog Detail Page Additions */
body.blog .body-container-wrapper {
  margin-top: 15px;
}
.content-container a {
    text-decoration: none;
}
.content-container .post-link a {
    text-decoration: underline;
}
body.blog .sg-card-block .blog-card .image-container {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  width: auto;
}

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

body.blog #filter-area {
  border-bottom: 0;
  justify-content: center!important;
}

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

body.blog #filter-area > div.flex {
  flex-direction: row;
  width: auto;
  /*   gap: 20px; */
}
@media screen and (min-width: 767px) {
  body.blog #filter-area #blog_search_form {
    /*flex: 0 1 600px;*/
    text-align: left;
    min-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  body.blog #filter-area .open-blog-subscribe {
    right: 0px!important;
  }
  body.blog #filter-area #blog_search_form {
    width: 300px !important;
  }
}
body.blog #filter-area .open-blog-subscribe {
  font-size: 14px;
  height: auto;
  padding: 12px 50px 12px 50px!important;
  right: 50px;
}

body.blog .subscribe-container {
    display: flex;
}

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: center;
  gap: 15px;
}

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; 
  display: flex !important;
  align-items: center;
}
body.blog input[type=submit].search-go {
  width: auto;
  background: url(/hubfs/24043403/Assets/kinter-search.svg);
  background-repeat: no-repeat;
  background-color: white!important;
  font-size: 16px;
  justify-content: center;
  background-size: contain;
  top: 10px;
  left: 10px;
}
body.blog select#filter_category {
  width: 35%;
}
@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 ; 
    justify-content: center;
  }
  body.blog .subscribe-container a {
    display: inline-block;
    margin-top: 20px;
    width: auto;
  }  
  body.blog select#filter_category {
    width: 100%;
    margin-bottom: 20px;
  }  
  body.blog #filter-area #blog_search_form {
    width: 100%;
    display: block!important;
  }  
}

@media (min-width: 981px) {

  .blog-post .post-content {
    margin-top: 30px;
    width: calc(100% - 410px);
  }
  
  .blog-post .post-sidebar {
    margin-top: 85px;
    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 {
  padding: 15px 0!important;
  border-top: 1px solid #D9D9D9!important;
  border-bottom: 1px solid #D9D9D9!important;
  margin-top: 15px!important;
  margin-bottom: 15px!important;
}

.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 h3 {
  font-family: var(--ff-heading);
  font-weight: 600;
  font-size: 24px;
  border-bottom: 0px solid #DBDBDB;
  margin-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.side-bar .text-sm {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 25px;
}



.side-bar h3.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;
}

.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;
  }
}

input.hs-button.primary.large {
    text-decoration: none!important;
    display: inline-block!important;
    transition: all 0.2s ease-in-out!important;
    position: relative!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 13px!important;
    border-radius: 100px!important;
    overflow: hidden!important;
    padding: 15px 53px!important;
}

#blog-subscribe {
  background: #fff;
  width: auto;
  margin: 0 auto;
  border: 10px solid #00A19A;
  border-radius: 10px;
  padding: 40px 75px;
}
#blog-subscribe p,
#blog-subscribe h1,
#blog-subscribe h2 ,
#blog-subscribe label {
  color: black;
}
#blog-subscribe h2 {
  margin-bottom: 40px;
}
/* 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;
}

/* albertsons blog */

@media screen and (max-width: 951px) {
  .page-center.body-padding.albertsons {
    padding-top: 40px;
  }
}