/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* CSS snippets from colors, text styles and layers. */

:root {  --colors-primary: #ff3600; --colors-brand-orange: #ff3600;  --colors-white: #fff; --colors-brand-gray: #3a3a3b; --colors-sky-900: #282e31;  --colors-sky-800: #505d61;  --colors-sky-950: #171a1c;  --colors-green-200: #a9e5aa;  --colors-green-300: #82d983;  --colors-yellow-50: #fffaed;  --colors-green-400: #6ad16b;  --colors-green-700: #318d32;  --colors-green-800: #266d27;  --colors-green-600: #3fb440;  --colors-green-100: #c5edc6;  --colors-green-50: #ecf9ed;  --colors-purple-950: #090616;  --colors-green-500: #45c646;  --colors-yellow-900: #6b541e;  --colors-grey-600: #757575;  --colors-green-900: #1d531d;  --icon-03: #fabb18;  --theme-bg-canvas: #fcfcfc;  --colors-green-950: #010905;  --colors-yellow-200: #ffe6aa;  --colors-yellow-100: #ffeec6;  --colors-yellow-300: #ffdb84;  --colors-yellow-400: #ffd46c;  --colors-yellow-500: #ffc947;  --colors-yellow-600: #e8b741;  --colors-yellow-700: #b58f32;  --colors-yellow-800: #8c6f27;  --colors-yellow-950: #0c0903;  --colors-red-100: #fce8ec;  --colors-red-50: #fdf1f4;  --colors-red-300: #f2a2b3;  --colors-red-200: #f9d0d9;  --colors-red-400: #e95c7b;  --colors-black: #171717;  --colors-red-500: #df1642;  --colors-red-600: #c8092f;  --colors-red-700: #59091a;  --colors-red-800: #2d040d;  --colors-red-900: #160207;  --colors-red-950: #090103;  --colors-grey-50: #fcfcfc;  --colors-grey-100: #f5f5f5;  --colors-grey-200: #eee;  --colors-grey-300: #e0e0e0;  --colors-grey-500: #9e9e9e;  --colors-grey-400: #bdbdbd;  --colors-grey-700: #616161;  --colors-grey-800: #424242;  --colors-grey-950: #1f1f1f;  --colors-grey-900: #323232;  --colors-blue-50: #eaeeff;  --colors-blue-100: #bdccff;  --colors-blue-200: #9db3ff;  --colors-blue-300: #7190ff;  --colors-blue-500: #2b59ff;  --colors-blue-400: #557aff;  --colors-blue-600: #2751e8;  --colors-blue-700: #1f3fb5;  --colors-blue-800: #18318c;  --colors-blue-900: #12256b;  --colors-blue-950: #060818;  --colors-purple-50: #eeecfb;  --colors-purple-100: #ddd9f7;  --colors-purple-200: #bbb2ef;  --colors-purple-300: #9a8ce8;  --colors-purple-400: #7865e0;  --colors-purple-500: #563fd8;  --colors-purple-700: #342682;  --colors-purple-600: #4532ad;  --colors-purple-900: #110d2b;  --colors-purple-800: #221956;  --trials-maybe-blue-25: rgba(225, 236, 251, 0.5);  --trials-make-triangle-blue: #a7ddff;  --trials-winner-make-tok: #0e7295;  --theme-accent-default: #2b59ff;  --theme-accent-muted: #557aff;  --theme-accent-subtle: #eaeeff;  --theme-accent-emphasis: #2751e8;  --theme-accent-disabled: #e0e0e0;  --theme-fg-default: #1f1f1f;  --theme-fg-logo: #3a3a3b;  --theme-fg-muted: #616161;  --theme-fg-header: #221956;  --theme-fg-subtle: #9e9e9e;  --theme-fg-on-accent: #fff;  --theme-fg-on-disabled: #757575;  --theme-fg-disabled: #bdbdbd;  --theme-fg-opacity-90: rgba(255, 255, 255, 0.9);  --theme-fg-on-dark: #fff;  --theme-fg-opacity-80: rgba(255, 255, 255, 0.8);  --theme-fg-opacity-70: rgba(255, 255, 255, 0.7);  --theme-fg-opacity-60: rgba(255, 255, 255, 0.6);  --theme-fg-opacity-50: rgba(255, 255, 255, 0.5);  --theme-fg-opacity-40: rgba(255, 255, 255, 0.4);  --theme-fg-opacity-30: rgba(255, 255, 255, 0.3);  --theme-fg-opacity-20: rgba(255, 255, 255, 0.2);  --theme-fg-opacity-10: rgba(255, 255, 255, 0.1);  --theme-fg-opacity-5: rgba(255, 255, 255, 0.05);  --theme-fg-opacity-1: rgba(255, 255, 255, 0.01);  --theme-bg-surface: #fff;  --theme-bg-muted: #e0e0e0;  --theme-bg-subtle: #eee;  --theme-border-default: #eee;  --theme-overlay-bg: #171717;  --theme-warning-default: #e8b741;  --theme-warning-subtle: #ffeec6;  --theme-warning-muted: #ffdb84;  --theme-warning-emphasis: #ffc947;  --theme-warning-on-warning: #171717;  --theme-info-default: #2751e8;  --theme-info-muted: #7190ff;  --theme-info-subtle: #bdccff;  --theme-info-emphasis: #2b59ff;  --theme-info-on-info: #fff;  --theme-error-default: #c8092f;  --theme-error-subtle: #fce8ec;  --theme-error-muted: #e95c7b;  --theme-error-emphasis: #df1642;  --theme-error-on-error: #fff;  --theme-success-subtle: #c5edc6;  --theme-success-muted: #6ad16b;  --theme-success-default: #3fb440;  --theme-success-emphasis: #45c646;  --theme-success-on-success: #fff;  --theme-input-text: #424242;  --theme-input-background: #fff;  --theme-input-placeholder: #9e9e9e;  --theme-input-border-disabled: #eee;  --theme-input-border-default: #e0e0e0;  --theme-input-fg-disabled: #e0e0e0;  --theme-shadow-default: #303133;  --white: #fafafa;  --black: #12141d;  --icon-05: #14b082;  --icon-04: #f23936;  --black: #12141d;  --gray-600: #52525b;  --01: #fff;  --gray-900: #18181b;  --colors-mirage: #101828;  --colors-sky-100: #f4fafd;  --colors-sky-150: #edf7fa; --colors-sky-300: #ddf1f8;  --colors-sky-200: #e9f6fa;  --icon-01: #008eff;  --icon-02: #45c646;  --base-white: #fff;  --colors-sky-50: #f9fdfe;  --3: #fff;  --colors-sky-400: #d2edf5;  --colors-sky-500: #c7e8f3;  --colors-sky-700: #778b92;  --colors-sky-600: #9fbac2;}

.brand-gradient { 
  background: linear-gradient(top, rgba(232, 247, 252,1) 0%, rgba(255, 255, 255,1) 100%); 
  background: -webkit-linear-gradient(top,#e8f7fc,#fff); 
}
.cta-primary, .cta-primary:active, .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary, .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary{
      font-size: 14px;
}
ul.hhs-nav-links li.hs-menu-depth-1.hs-item-has-children:nth-child(4) {
    display: none;
}
.hhs-foot-nav-cols .col-lg-3.col-12.col-md-6:nth-child(2) {
    display: none!important;
}

ul.hhs-accordion-1.accordion-controls {
    border-top: 0px !important;
}
.hs-fieldtype-intl-phone select {
    font-size: 12px;
}
.hhs-blog-author-con p.blog-header__subtitle a {
    color: #ff3600 !important;
}
.glossary-posting-left-content .hs-embed-wrapper iframe {
    padding-right: 10px;
}
.blog-header__author-social-links a{
    background-color: #ff3600;
}
.hhs-rich-text .tickmark,.tickmark  {
    list-style-type: none;
    padding-left: 0 !important;
}

.tickmark li {
    position: relative;
    padding-left: 25px;
}
.hhs-header-cta .cta-secondary, .hhs-header-cta .cta-tertiary, body .hhs-header-cta .cta-primary, .hhs-header-cta .cta-four, .hhs-header-cta .cta-five {
    font-size: 12px !important;
}

.tickmark li:before {
   position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(https://netenrich.com/hubfs/Rightstar%20Services/right-mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 3px;
  
}
.blog-header .blog-post__tag-link {
    color: #FF3600;
    background-color: transparent;
    border: 1px solid #FF3600;
    border-radius: 3px;
}
.blog-header .blog-post__tag-link:hover {
    color: #FFF;
    background-color: #FF3600;
    border: 1px solid #FF3600;
    border-radius: 3px;
}

.shadow-md { box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06); }
.shadow-xl { box-shadow: 0 0px 64px -12px rgba(16,24,40,.14); }

.mr-bt-md { margin-bottom: 32px; }
.padding-sm { }
.padding-md { padding: 25px; }
.padding-top-md { padding-top: 50px; }
.padding-top-lg { padding-top: 100px; } 
.border-radius-8 { border-radius: 8px; }  
.fa-x-twitter:before{content:"\e61b"}
/*****************************************/
/*           Main Overflows              */
/*****************************************/
.body-wrapper {
  overflow: hidden !important;
}

.fa-clock:before {
    content: "\f017"
}
.fa-location-dot:before {
    content: "\f3c5"
}
button#hs-eu-confirmation-button, #hs-eu-decline-button {
    padding: 15px 15px !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 100% !important;
    font-family: Inter !important;
    text-transform: uppercase;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-bottom: 0px !important;
}
div#hs-eu-cookie-confirmation-buttons-area {
    justify-content: center !important;
}
div#hs-eu-cookie-confirmation-inner p {
    margin-bottom: 5px !important;
    font-size: 14px !important;
}
.glossary-listing_search ul.hs-search-field__suggestions {
    display: none;
}
#main-content {
  overflow: hidden !important;
}
table {
  overflow: auto !important;
}
.header__container .mega-menu {
    top: 105px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
table::-webkit-scrollbar {
  display: none !important;
}
/* Hide scrollbar for IE, Edge and Firefox */
table {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
} 
.post-page-full .blog-header-full.blog-header-full-top-breadcome
 {
    padding-top: 50px !important;
    padding-bottom:0px !important;
    margin-bottom: 20px;
}
.nr-counter-inner {
    text-align: center;
}
.nr-counter {
    color: #fff;    
    gap: 0px 20px;
  align-items: center;
}
.counter_text {
    font-size: 12px;
    font-weight: 500;
}
span.counter1, span.counter2, span.counter3 {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
}
.nr-counter-inner{
  position: relative;
}
.nr-counter p {
    margin-bottom: 0 !important;
    color: #fff;
    font-size: 15px;
}
.nr-counter-inner:last-child:after{
  display:none
}

/*
.nr-counter-inner:after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    height: 30px;
    top: 4px;
    right: -10px;
}
*/
.counter {
    background: #fff;
    color: #ff3600;
    border-radius: 20px;
    padding: 3px 10px;
}

/*****************************************/
/*             Header                    */
/*****************************************/
@media (min-width: 768px) {
  body.hs-web-interactives-top-banner-open  .hhs-header-hat {
    top: 72px;
} 
  
  body.hs-web-interactives-top-banner-open  .header__container .mega-menu {
    top: 175px;
}
  
    body.hs-web-interactives-top-banner-open  #hhs-main-nav:not(.hs-landing-page .hhs-top-bar){
    top: 100px;
} 
  #hs_cos_wrapper_global_header_v2 {
    position: fixed !important;
    width: 100% !important;
    height: auto;
    z-index: 1000 !important;
  }
  #hhs-main-nav:not(.hs-landing-page .hhs-top-bar) {
    position: fixed !important; 
    transition: all 0.15s linear;
    top: 31px;
  }
  #hhs-main-nav.hhs-alt-nav {
    top: 31px;
}
  .no-top-hat header#hhs-main-nav {
    top: 0;
}
  
}  
/* @media (max-width: 444px) {
#hhs-main-nav {
position: fixed !important;   
top: 56px !important;
}
} */

/*.shadow-top {
-webkit-box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
} */

.hhs-header-cta {
  display: flex;
  align-items: center;
  margin-left: 8px !important;
}
.invite-bg .hhs-rich-text {
    background: url(https://netenrich.com/hubfs/case-studies/Mask%20Group%202.png);
    background-size: cover;
    padding: 30px 30px 20px 30px;
    max-width: 420px;
    width: 100%;
    display: block !important;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.align-center-custom .row {
    align-items: center;
}
#cta_button_128884_105798af-d654-454f-96e8-34cf9c590b9a {
  border: 1px solid #ff3600;
  padding: 15px 14px;
  border-radius: 2px;
}

.hs_opt_in_consent ul.inputs-list {
    margin: 0px !important;
    padding-left: 0 !important;
}
.hs_opt_in_consent ul li {
    margin-bottom: 0px;
}
.hs_opt_in_consent span.mdl-checkbox__label {
    line-height: 1.3;
}
body form.hs-form .hs-form-field.hs_opt_in_consent {
    margin-bottom: 0px !important;
}
.approach_modern_page .custom_form .hs-form-field .hs-input{
 min-height: auto!important;
}
.hhs-form-con .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0px;
}

@media only screen and (max-width: 970px) {
  .hhs-header-cta .cta-primary {
    padding: 15px 12px !important;
  }  
  #cta_button_128884_105798af-d654-454f-96e8-34cf9c590b9a {
    padding: 14px 12px !important;
  }
}
/** Side menu **/
@media only screen and ( max-width: 960px ) {
  .hhs-side-menu__ctas .hhs-header-cta a {
    margin-bottom: 0 !important;
    margin-right: 8px;
  }
}  

/*****************************************/
/*             Header Hat css            */
/*****************************************/
/* Do not set postion to fixed in mobile *** Same for blog top categories and crumbs */
@media (min-width: 768px) {
  .hhs-header-hat {
    position: fixed !important;
    z-index: 1000;
    width: 100% !important;
    top: 0;
  }
}
.nr_headerHat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nr_headerHat .left_col, .nr_headerHat .right_col {
  padding: 5px 0;
}
.nr_headerHat-blogLink {
  display: flex;
  color: #fff;
}
.nr_headerHat-badge {
  margin-top: 4px;
}
.nr_headerHat-blogLink a {
  font-size: 12px;
  color: #fff;
  font-family: Plus Jakarta Sans;
  display: block;
}
span.nr_headerHat-badge {
  background-color: var( --colors-primary);
  border-radius: 2px;
  vertical-align: middle;
  display: inline-block;
  font-family: Plus Jakarta Sans;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
  margin-right: 0.5rem;
  padding: 0 0.25rem;
  text-transform: uppercase;
}
.nr_headerHat-blogLink svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
ul#nr_headerHat-navigation {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
ul#nr_headerHat-navigation li.menu--item {
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
ul#nr_headerHat-navigation a {
  position: relative;
  font-size: 12px;
  color: #fff;
  font-family: Plus Jakarta Sans;
  display: block;
  line-height: normal;
}
.nr_headerHat-blogLink a:hover {
  text-decoration: underline;
}
ul#nr_headerHat-navigation a:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width .22s ease-in;
  width: 0;
  background: var( --colors-primary);
}
ul#nr_headerHat-navigation a:hover:after {
  width: 100%;
}
ul#nr_headerHat-navigation li.menu--item:last-child {
  border-right: 0px;
}


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
span.odometer-value,.odometer-inside {
    font-size: 12px;
}
.nr-counter-box {
    display: flex;
    gap: 0px 20px;
}


@media screen and (max-width: 767px) {
  .no-padding .container {
    padding: 0px;
}
  .container.top-blog-categories ul {
    max-width: 350px;
    overflow-x: scroll;
}
  .nr-counter {
    padding: 5px 0px;
  }
  .nr_headerHat-row {
    flex-wrap: wrap;
    /*justify-content: center;*/
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .nr_headerHat-row {
    justify-content: center;
  }
}


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

/* Mobile */
/* .hhs-side-menu .hhs-side-menu__mobile li a:not(.hs-menu-depth-2 a) {
text-transform: uppercase;
} */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a >span::before {
  font-size: 12px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a>span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: inline-block;
    font-family: Font Awesome\ 5 Free!important;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-left: 3px;
    right: -10px;
    position: absolute;
    top: 5px;
  width:auto;
}
.hs-menu-item a {
    padding-right: 10px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
display:none
}
.hs-menu-children-wrapper.is-open { 
  display: inline-block !important;
  margin-top: 12px !important;
}
span.mega-title {
  color: #3a3a3b;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1em;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;  
}
@media (max-width: 1293px) { 
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 14px;
  }
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin: 15px 8px !important;
  }
}
@media (max-width: 951px) { 
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 924px) {
  .hhs-side-menu__ctas .hhs-header-cta {
    display: flex !important;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: start;
    margin-left: 0 !important;
  }
  .hhs-header-cta .cta_button .cta-primary, 
  .hhs-header-cta a {
    padding: 8px !important;
  }
  .hhs-side-menu__ctas .hhs-header-cta a {
    padding: 12px !important;
  }
}
@media (max-width: 921px) {

  .blog-index__post.blog-index__post--large.pull-up-card a.blog-index__post-image {
    height: 330px;
  }
  .blog-index__post .hhs-blog-card-inner img {
    max-height: none;
    object-fit: fill !important;
  }

}
/* Stack CTAs on mobile */
/* @media (max-width: 348px) {
.hhs-header-cta {
flex-direction: column-reverse;
margin: 0 !important;
align-items: start;  
} 
}*/
.hhs-side-menu__mobile {
  margin-top: 16px;
}

.mega-text-con img {
  border: 1px solid var(--colors-grey-200);
  border-radius: 2px;
}
/*****************************************/
/*             Typography                */
/*****************************************/
/* h1, h2, h3, h4, h5, h6 {
color: #384c58 !important;
} */
h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 16px !important;
} 
h1 {
  letter-spacing: -1.5px;
}
h2 {
  letter-spacing: -1.25px;
}
h3 {
  letter-spacing: -1px;
}
.hhs-footer-mod * {
  color: #fff !important;
}

/*****************************************/
/*              CTAs                     */
/*****************************************/

/* Header */
.hhs-head-cta-1 {
  margin-right: 12px;
}

.cta-primary, 
.cta-secondary {
  border: 1.5px solid #FF3600;
}
.cta-primary, 
.cta-primary:active, 
.cta-secondary, 
.cta-secondary:active, 
.cta-tertiary, 
.cta-tertiary:active, 
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary, 
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary, 
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .mega-menu a.cta-primary {
  /* padding: 12px 18px !important; */
  cursor: pointer;
}

/* CTAs Rows */
.nr_cta-dark .col-inner {
  border-radius: 8px;
}
.nr_cta-dark a {
  border-radius: 2px;
  color: #ff3600 !important;
  font-weight: 600 !important;
}
/*.nr_cta-dark a:hover {
background: #ff3600;
color: #fff !important
}*/

.nr_cta-dark p {
  line-height: 1.5;
}
.hs-button, .submit-alt .hs-button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.nr_cta-dark .hs-button.primary.large,
.hhs-form-con.hhs-rich-text .hs-button.primary.large {
  width: 100% !important;
  margin-top: 12px;
}
.grecaptcha-badge {
  margin-top: 24px;
}

/* Overrides old CTAs with styles applied by editors */
.cta_button {
  font-family: Inter !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}
/* Subscribe to newsletter */
h2.signups {
  color: #ff3600;
}
.cta-input-inline .hs-button.primary {
  padding-bottom: 17px !important;
  padding-top: 16px !important;
}
.hs-fieldtype-radio .inputs-list.multi-container {
  display: flex !important;
  justify-content: start !important;
  gap: 12px;
}
.hs-fieldtype-radio .inputs-list > li:not(.hs-form-radio) {
  width: calc(100% / 5) !important;
}

/*****************************************/
/*    Blog Modules GLOBAL SETTINGS        */
/*****************************************/
h1.blog-post__title {
  font-size: 42px !important;
}

/* Breadcrumbs */
.hhs-breadcrumb-mod .hs-breadcrumb-menu-item {
  padding: 0px 0px 0px 6px !important;
}
.hs-breadcrumb-menu-item a, 
.hs-breadcrumb-menu-item a:active, 
.hs-breadcrumb-menu-item a:focus, 
.hs-breadcrumb-menu-item a:hover {
  color: #ff3600;
  font-size: 11px !important;
  font-weight: 600 !important;
}
.hs-breadcrumb-label {
  font-size: 11px !important;
}
.hs-breadcrumb-menu-divider::before {
  content: '/' !important;
  font-size: 11px !important;
  padding-left: 4px !important;
}
.hs-breadcrumb-menu-divider {
  font-size: 11px !important;
}
.blog-header__author-social-links .author-linkedin{
  background-color:#0077B5;
}
.blog-header__author-social-links .author-facebook{
  background-color:#316FF6;
}  
.blog-header__author-social-links .author-twitter{
  background-color:#000000;
}  
/* Clean 6 bug fixes - blog font weights */
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  font-weight: 800 !important;
}
.blog-post a, .blog-post a:active, .blog-post a:focus, .blog-post a:hover {
  font-weight: 700 !important;
}
.navbar-items {
  display: none !important; /*Hide filters from migration*/ 
}

.blog-post__tag-link {
  text-transform: capitalize;
}
/* CTAs in post body */
.blog-post .hs-cta-wrapper * {
  font-size: 11px !important;
  line-height: 1.3em !important;
}

/* Branded banner */  
.post-page-full .blog-header-full {
  /* margin-bottom: 50px !important;
  padding-bottom: 0px !important;
  padding-top: 50px !important; */
  background: -webkit-linear-gradient(top, rgba(232, 247, 252,1) 0%, rgba(255, 255, 255,1) 100%) !important;
  background: linear-gradient(top, rgba(232, 247, 252,1) 0%, rgba(255, 255, 255,1) 100%) !important;
}
.nr_banner-center .filter__header.section-container.columns.columns--center {
  justify-content: center;
}
.nr_banner-center select.post__category-selector  {
  color: #fff !important;
}
.blog-header .post-header .container .col-lg-5 .col-sm-12 img {
  height: 100% !important;
  object-fit: cover !important;
}
/* Tag Filter */
.dnd-blog-listing select.post__category-selector {
  background-color: #fff !important;
  border-color: var(--colors-grey-300) !important;
  color: #ff3600 !important;
}
.dnd-blog-listing .hs-input, 
.dnd-blog-listing select {
  font-family: Inter !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.blog-index__post.blog-index__post--large.pull-up-card {
  box-shadow: 0 0px 64px -12px rgba(16,24,40,.14);
}
.hhs-blog-card-inner, 
.blog-index__post.blog-index__post--large {
  min-height: 316px !important;
  border: 1px solid var(--colors-grey-300);
}  
.hhs-blog-post-card:hover,
.hhs-blog-card-inner:hover,
.blog-index__post.blog-index__post--large:hover {
  border: 1px solid var(--colors-grey-400);
  box-shadow: 0 0px 64px -12px rgba(16,24,40,.14);
}
.blog-index__post--large h4.card_post_title a {
  line-height: 0.95;
  letter-spacing: -0.5px;
}  
.blog-index__post-tag {
  font-size: .65rem !important;  
  font-weight: 600 !important;
  font-family: 'Plus Jakarta Sans' !important;
}
.blog-index__post-tags {
  margin-top: 24px;
}
.hhs-blog-post-card a, .hhs-blog-post-card a:active, .hhs-blog-post-card a:focus, .hhs-blog-post-card a:hover {
  color: inherit !important;
}
.blog-index__post--large {
  margin-bottom: 40px !important;
}

/* Fix the padding in tag search results in the video category */
.hhs-blog-grid-cards {
  padding-bottom: 50px !important;
} 

/* Removes link styles in listing excerpt */
.hhs-blog-grid-cards p a {
  font-style: normal !important;
  color: var(--colors-brand-gray) !important;
}

/* For the blog grid module */
.hhs-blog-post-card .hhs-post-meta {
  display: none;
}

/* Author's page */
.hhs-blog-author-con.row * {
  color: var(--colors-brand-gray) !important;
}
.hhs-blog-author-con.row h1.blog-header__title , 
.hhs-blog-author-con.row p.blog-header__subtitle {
  color: var(--colors-brand-gray) !important;
}
.author-color-white .hhs-blog-author-con.row h1.blog-header__title , 
.author-color-white .hhs-blog-author-con.row p.blog-header__subtitle {
  color: var(--colors-white) !important;
}



/* CTA - pseudo element after will be set in each blog settings */
a.blog-index__post-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px !important;
}
/* Pagination */
.hhs-blog-grid-cards .blog-pagination {
  margin-top: 40px !important;
}
.hhs-blog-grid-cards .blog-pagination__link--active {
  border: 2px solid #ff3600 !important;
}
.hhs-blog-grid-cards .blog-pagination__number-link:hover, .hhs-blog-grid-cards .blog-pagination__number-link:focus {
  background-color: #ff3600 !important;
  border: 2px solid #ff3600 !important;
}

.blog-index__post-content--small h4 {
  line-height: 1.2em !important;
}
/*** BLOG POST PAGE ***/
.post-header .blog-header__inner {
  padding-bottom: 0px !important;
  padding-top: 50px !important;
}
blockquote {
  line-height: 1.3em !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}
/* Makes all blog related posts image the same size */  
.blog-post .hs-cta-wrapper {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--colors-sky-150);
  padding: 25px;
  margin: 24px auto;
}
/* .blog-post .cta_button {
text-align: center !important;
font-size: 18px !important;
margin: 0 auto;
} */

/* Post: Netenrich at RSA Conference  2023 */
.blog-post .hs-cta-wrapper {
  background: none !important;
  padding: 0 !important;
}


.blog-comments {
  display: none !important;
}
.blog-index__post img:not(.blog-index__post-image--large img) {
  max-height: 172px;
  object-fit: cover !important;
  width: 100%;
}
.hhs-blog-grid-cards.post-page.blog-index__post-image.blog-index__post-image--small img {
  min-height: 198px !important;
  max-height: 198px !important;
  object-fit: cover !important;
  width: 100% !important;
  border-bottom: 1px solid var(--colors-grey-200);
}  
.blog-index__post-author img {
  max-width: 10% !important;
}
.blog-index__post-tags {
  display: none;
}
a.blog-index__post-button {
  color: #ff3600 !important;
  font-family: 'Inter' !important;
}

@media (max-width: 575px) {
  .blog-index__post-content--small h4.card_post_title a {
    line-height: 28px;
  }
}
.hs-cta-node {
  /* display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; */
  width: 100% !important;
}
/*****************************************/
/*          Multi-Column Module          */
/*****************************************/

span.subtitle {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans serif !important;
}
h5.caption { color: #ff3600 !important; }

.hhs-rich-text ul {
  margin: 32px 0 !important;
  padding: 0 !important;
  padding-left: 24px !important;
}
}
.hhs-rich-text li {
  margin-left: 15px;
}
.hs-form-radio {
  margin: 0 !important;
}
.inputs-list.multi-container {
  margin: 8px 0 !important;
}

/* .hhs-rich-text ul li::before {
content: "";
background-image: url(https://netenrich.com/hubfs/custom-modules/bullet-icon-darksky.svg);
background-size: contain;
display: inline-block;
width: 0.9em;
height: 1em;
position: relative;
top: 0.1rem;
margin-right: 0.5rem;
} */

.hhs-rich-text .hs-embed-wrapper {
  background: #fff !important;
  padding: 10px !important;
  border-radius: 6px;
  box-shadow: 0 0px 64px -12px rgba(16,24,40,.14);
}
.hhs-pull-up .hs-embed-wrapper {
  box-shadow: none !important;
  padding: 0px !important;
}
/* Fixes the height issue created by HS rich text. The <p> is injected around CTAs so it looks bigger. */
.hhs-rich-text a.cta_button,
a#cta_button_128884_68da14fd-a044-445f-b776-20e59f250ddb,
a#cta_button_128884_9573af55-7fd4-43b3-a0fa-5129f186caca,
a#cta_button_128884_5fc14075-5793-4614-ab8d-345ed56d1c87,
a#cta_button_128884_57fbc371-725c-4fb9-92fd-8b1cdbb3c361,
a#cta_button_128884_e1ee212a-c36f-4b28-bc64-c1fc86c5510f,
a#cta_button_128884_25c19969-5de2-4544-9860-5e3fd7e85227 {
  line-height: 1em !important;
}

/* Accordion */ 
//.hhs-accordion-mod li { list-style: none !important; }
.hhs-rich-text-in .hhs-accordion-1 li .hhs-accordion-content ol li {
    list-style-type: inherit;
  
}


.hhs-rich-text-in .hhs-accordion-1  li {
    padding: 5px 0px;
}
.accordion-controls li::before { background-image: none !important; }

/*****************************************/
/*              Buttons                */
/*****************************************/

.primary_btn {
  padding: 15px 26px 16px;
  border-radius: 3px;
  background-color: var(--theme-fg-default);
  color: var(--theme-accent-disabled);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.primary_btn:hover {
  background-color: var(--colors-grey-900);
  color: var(--theme-accent-disabled);
  font-weight: 600;
}
.secondary_btn {
  padding: 15px 40px 16px;
  border-radius: 3px;
  background-color: var(--colors-blue-500);
  color: var(--01);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.secondary_btn:hover {
  background-color: var(--colors-blue-400);
  color: var(--01);
  font-weight: 600;
}
.tertiary_btn {
  padding: 15px 43px 16px;
  border-radius: 3px;
  background-color: var(--theme-fg-on-accent);
  color: var(--colors-black);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.tertiary_btn:hover {
  background-color: var(--colors-grey-200);
  color: var(--colors-black);
  font-weight: 600;
}
.icon_btn {
  color: #FF3600;
  display: inline-block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0 0px;
  vertical-align: middle;
  border-bottom: 2px solid #FF3600;
  position: relative;
}
.icon_btn:after {
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f061";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 5px;
  font-size: 16px;
}
.icon_btn:hover {
  color: var(--colors-sky-800);
  font-weight: 600;
  border-bottom-color: var(--colors-sky-800);
}
.video_btn {
  color: var(--theme-fg-default); 
  display: inline-block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  padding: 15px 0 15px;
  vertical-align: middle;
  border-bottom: 2px solid var(--theme-fg-default);
  position: relative;
  /* border-radius: 3px; */
}
.video_btn:after {
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f144";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: 9px;
  font-size: 16px;
}
.video_btn:hover {
  border-bottom-color: #ff3600;
  color: #ff3600;
  /*color: var(--colors-sky-800);
  border-bottom-color: var(--colors-sky-800); */
  font-weight: 600;

}






/* Clean 6 */
@media only screen and (max-width: 1069px) {
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin: 10px 6px !important;
  }
  /* .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 14px !important;
} */
  .hhs-header-cta, .hhs-header-search, .hhs-lang-switch {
    margin-left: 8px !important;
  }
  body .hhs-header-cta {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1380px) {
  .content-wrapper {
    padding: 0 1rem !important;
  }    
  .nr_hero-mod {
    padding: 12% 0 5% !important;
  }
  .nr_iwt-wrapper {
    padding: 5% !important;
  }
}

@media only screen and (max-width: 1294px) {
  /* Hero Image Homepage */
  .nr_hero-row {
    padding: 0 5% !important;
  }
  .nr_dark-hero .nr_hero-img img,
  .nr_hero-light .nr_hero-img img {
    -webkit-transform: scale(1.3) translateX(0) !important;
    -ms-transform: scale(1.3) translateX(0) !important;
    transform: scale(1.3) translateX(0) !important;
  }  
}

@media only screen and (max-width: 1024px) {
  .nr_hero-mod {
    padding: 18% 0 0 !important;
  }
  /** Stack Columns **/
  .nr_hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nr_hero-left, 
  .nr_hero-right {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /** Descale Hero Image **/
  .nr_dark-hero .nr_hero-img img,
  .nr_hero-light .nr_hero-img img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  /** Stadard padding for mobile should be in percentage for simplicity **/
  .nr_it2-mod {
    padding: 5% 5%;
  }
  .footer-bottomRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }    
}

@media only screen and (max-width: 981px) {
  /* All the image and text mods */
  .nr_it-row, 
  .nr_it2-row, 
  .nr_tf-row   {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nr_it-mod.text_image .nr_it-right {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* All the image and text mods */
  .nr_it-left, 
  .nr_it-right, 
  .nr_it2-left,  
  .nr_it2-right,
  .nr_tf-left,
  .nr_tf-right {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    padding: 4% !important;
  }
  .nr_it2-mod /* webinar */ {
    padding-top: 3% !imporant;
    padding-bottom: 3% !imporant;
  }  
  /* Padding top/bottom for all modules here */
  .nr_it-mod, /* img text */
  .nr_it2-mod /* webinar */ {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }    
  /* Bullets Module */
  .nr_3col-colInner {
    padding: 8% !important; 
  }  
  .nr_3col-colInner .h4, h4 {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
  /*.nr_3col-colInner li {
  font-size: 12px !important;
}  */
}

@media only screen and (max-width: 767px) {
  .nr_hero-row {
    padding: 8% 5% !important;
  }
  .nr_hero-mod {
    padding: 10% 0 0 !important;
  }
  .header-button a.cta_button {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }
  .clip-divider-100 {
    height: 65px;
  }
  .nr_it-mod,
  .nr_it2-mod /* webinar */ {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  /* Client Logos */
  .nr_pl-col {
    padding: 2% !important;
  }
  /* Blog Module Home */
  .nr_ob-mod .flex-wrap, 
  .nr_3col-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nr_ob-col,
  .nr_3col-col /* bullets */ {
    padding: 5% 0 !important;
    -ms-flex: 0 0 80% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  .custom .nr_iwt-col {
    padding: 5% 5% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .nr_iwt-colInner {
    max-width: 80% !important;
  }
  .nr_iwt-wrapper .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* Fixes margin bottom of webinar image */
  .nr_it2-left {
    margin-bottom: 32px;
  }
  .footer-top .menu-col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    margin-bottom: 64px !important;
    max-width: 50% !important;
  }
}  


@media only screen and (max-width: 540px) {
  .h1, h1 {
    font-size: 44px;
    letter-spacing: -0.5px;
    line-height: 48px;
  }
  .h2, h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .nr_it-left, 
  .nr_it-right, 
  .nr_it2-left,  
  .nr_it2-right,
  .nr_tf-left, /* cta footer */
  .nr_tf-right {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 4% !important;
  }

  /* Blog Module Home */
  .nr_ob-col {
    padding: 4% !important;
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-bottomRow {
    text-align: center;
  }
  .footer_sec {
    padding: 8% 5%;
  }
  .footer-top {
    margin-bottom: 0;
  }
  /* Icon text module decor */
  .nr_iwt-mod::before {
    width: 51px !important;
    height: 70px !important;
    left: -21px !important;
    top: 21px !important;
  }
  .nr_iwt-mod::after {
    width: 63px !important;
    height: 58px !important;
    right: -16px !important;
    bottom: -18px !important;
  }
}

@media only screen and (max-width: 539px) {
  .footer-bottomRow .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-contact {
    text-align: center;
  }
  .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3% 0;
  }
}
@media only screen and (max-width: 411px) {
  a#cta_button_128884_105798af-d654-454f-96e8-34cf9c590b9a {
    display: none;
  }
  .h1, h1 {
    font-size: 32px;
    letter-spacing: -.5px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 280px) {
  .nr_hero-row {
    padding: 12% 5% !important;
  }
  .header-button a.cta_button {
    display: none;
  }
  .h1, h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

/*****************************************/
/*             Tabber                    */
/*****************************************/

.hhs-tab-wrapper button.is-active {
  /* border-bottom: 3px solid rgb(255, 122, 89) !important; */
  /* border-bottom: 1.5px solid var(--colors-sky-600) !important; */

  border-bottom: 1px solid #ff3600 !important;
  border-top: 0px !important;
  background: var(--colors-grey-50) !important;
  color: #ff3600 !important;
}
.hhs-tab-wrapper button {
  border-top: 0px !important;
  background-color: #fff !important;
  font-size: 16px !important;
  padding: 10px !important;
}
.hhs-tab-wrapper li {
  border-left: 0px !important;
  width: calc(100%/5) !important;
  flex: calc(100%/5) !important;
}
@media (max-width: 575px) {
  .hhs-tab-wrapper li {
    width: 100% !important;
    flex: 100% !important;
  }

}
.hhs-tab-mod .hhs-panel-wrapper {
  min-height: 540px !important;
}
.hhs-tab-mod .hhs-panel-wrapper {
  border: 1px solid rgba(51, 169, 255, 0.14);
  box-shadow: 0 32px 64px -12px rgba(51, 169, 255, 0.14);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.hhs-tab-mod .row {
  align-items: center !important;
}
.tab-to-dropdown {
  /* margin-bottom: 24px; */
}

/** TABLES  ***/
.nr_table table, 
.nr_table tbody, 
.nr_table tr, 
.nr_table td {
  border-color: #ddd8d8 !important;
  vertical-align: middle !important;
  padding: 10px 14px !important;
}
.nr_table th , .nr_table td {
  border: 1px solid;
}  
.nr_table td h2 {
  font-size: 22px !important;
}
.nr_table h1, 
.nr_table h2, 
.nr_table h3, 
.nr_table h4, 
.nr_table h5, 
.nr_table h6 {
  font-family: 'Plus Jakarta Sans', sans serif !important;
}
.nr_table td span {
  font-family: 'Inter', sans serif !important;
}

.nr_table h3 span {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.nr_table tr td h3 {
  margin: 0 !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  font-size: 22px !important;
  letter-spacing: 0 !important;
}
.nr_table td p {
  margin: 0 !important;
}
.nr_table td h2 span strong {
  font-size: 16px !important;
}
.hs_cos_wrapper_type_rich_text td h2 {
  margin-bottom: 0px !important;
}


.nr_brand-cta-section .cta-primary {
  border: 1px solid #fff !important;
  background: #ff3600 !important;
}

.body-wrapper.hs-content-name-glossary main.body-container-wrapper {
  padding-top: 79px;
}

/* Shadows */
.hhs-pull-up .row,
.container-slim.hhs-pull-up .row {
  /* padding: 25px; */
  box-shadow: 0 0px 64px -12px rgba(16,24,40,.14);
  border-radius: 8px;
}

/* Divider */
hr {
  background-color: var(--colors-grey-200) !important;
}  

/*****************************************/
/*             Flexi Cards               */
/*****************************************/
.hhs-flexi-card img {
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
}

/*****************************************/
/*             Banners                   */
/*****************************************/
.nr_hero-home .hhs-img {
  transform: scale(1.3);
}
@media only screen and (max-width: 991px) {
  .nr_hero-home .hhs-img {
    transform: scale(1);
  }
}

/*****************************************/
/*             Resources                 */
/*****************************************/
.filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nr_filter-btn.cta-secondary {
  padding: 8px 14px;
  font-size: 12px;
}
/* Filters Sticky  */
.sticky-top {
  width: 100% !important;
  z-index: 99 !important;
  position: static !important;
}
.sticky-top.sticky {
  position: fixed !important;
  top: 92px;
}
@media only screen and (max-width: 767px) {
  
  
  .hhs-side-menu__mobile ul li.hs-menu-depth-1.hs-item-has-children:nth-child(4) {
    display: none;
}
  .mega-drop-4{
   display:none !important;
  }
      .hhs-side-menu__ctas .hhs-header-cta {
        flex-wrap: wrap !important;
        gap: 20px;
    }
  
  .hs-fieldtype-intl-phone select {
    font-size: 8px !important;
}
  a.blog-pagination__link.blog-pagination__number-link {
    padding: 14px 19px;
}
a.blog-pagination__link.blog-pagination__prev-link {
    padding: 14px;
}
  .invite-bg .hhs-rich-text {  
    background-size: 100% 100%;  
    margin: 10px 0px;
}
  
  .blog-post__tag-link {
    padding: 16px;
}  
  
  ul#nr_headerHat-navigation a {
    padding: 17px 10px;
}
 body  .hhs-foot-base-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 15px 10px !important;
    font-size: 16px!important;
}
  .sticky-top.sticky {
    top: 0;
  }
}
@media only screen and (max-width: 425px) {
  
  .cta-input-inline .hs-button.primary {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
}
  .filter-wrapper {
    gap: 0.5rem;
  }  
  .nr_filter-btn.cta-secondary {
    padding: 4px 10px;
    font-size: 10px;
  }
}
.hhs-blog-post-card {
  border: 1px solid var(--colors-grey-200);
}
.nr_cta-slim-1 a {
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: 600;
}
.nr_cta-slim-1::after {
  content: "\f0da";
  font-family: Font Awesome\ 5 Free !important;
  margin-left: 6px;
  color: #ff3600;
}

.nr_collateral .hhs-post-feat-img {
  min-height: 150px !important;
}

/*** About us ***/
.hhs-profile-content h4 {
  color: #ff3600 !important;
}
.hhs-profile-content h5 {
  font-weight: 400;
}

/*****************************************/
/*             Price Module              */
/*****************************************/
.hhs-price-compare-mod li * {
  color: var(--colors-brand-gray) !important;
}

/*** Elementor Blog Grid Temporaty CSS ****/
.blog-index__post.blog-index__post--small .elementor-heading-title.elementor-size-default,
.blog-index__post.blog-index__post--small .elementor-inline-items.elementor-icon-list-items.elementor-post-info {
  display: none !important;
}

/*** Callout forms ***/
.advance-wrapper.callout-special-font * {
  background: #ff3600 !important;
}


/* animation css */

.nr_hero-row {
  display: flex;
  align-items: center;
}
.nr_hero-left {
  flex: 0 0 50%;
  max-width: 50%;
}
.nr_hero-right {
  flex: 0 0 50%;
  max-width: 50%;
}
.nr_hero-right.image {
  flex: 0 0 50% !important;
  max-width: 100% !important;
}
.nr_hero-leftInner {
  max-width: 644px;
  margin-left: auto;
  margin-right: 40px;
}
.nr_hero-mod .nr_hero-btn {
  display: flex;
}
.nr_hero-mod {
  padding: 120px 0px 80px;
}

/* Fix css conflicts with the theme */
.nr_hero-light.custom h1, .nr_hero-light.custom h2, .nr_hero-light.custom h3, .nr_hero-light.custom h4, .nr_hero-light.custom h5, .nr_hero-light.custom h6, .nr_hero-light.custom p {
  margin-bottom: 0 !important;
}
.nr_hero-light.custom .nr_hero-img img {
  transform: none !important;
}
.nr_cta-wrapper {
  margin-top: 32px;
}
.nr_hero-light.custom .content-wrapper {
  max-width: 1640px;
}
h4.reliability-h4.custom {
  margin-bottom: 8px !important;
}
#typed, #typed-2 {
  font-weight: 600;
}
.nr_hero-desc.custom {
  margin-top: 24px;
}

.nr_hero-light .nr_hero-img img {
  transform: scale(1.3) translateX(40px);
  position: relative;
  z-index: 3;
}

/* Column padding for special brakepoints */
@media (min-width: 1366px) and (max-width: 1440px) {
  .nr_hero-left {
    padding: 5%;
  } 
}


/* Bullets Cards - Custom */


.nr_3col-header {
  text-align: center;
  margin-bottom: 60px;
}
.nr_3col-row {
  margin: 0 -12px;
}
.nr_3col-col {
  padding: 0 12px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.nr_3col-colInner {
  background: #fff;
  height: 100%;
  padding: 32px;
  border-radius: 5px;
}
.nr_3col-listing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* card border top css */

.border_green {
  border-top: solid 7px var(--colors-green-500);
}
.border_yellow {
  border-top: solid 7px var(--colors-yellow-500);
}
.border_blue {
  border-top: solid 7px var(--colors-blue-500);
}

.border_orange {
  border-top: solid 7px var(--colors-brand-orange);
}

/* list icon css */

.nr_bullet-section .body-container-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*  22-mar-css */
/* .nr_3col-col .nr_3col-colInner {
border-top: solid 7px var(--colors-green-500);
}
.nr_3col-col:nth-child(2) .nr_3col-colInner {
border-top: solid 7px var(--colors-yellow-500);
}
.nr_3col-col:nth-child(3) .nr_3col-colInner {
border-top: solid 7px var(--colors-blue-500);
} */
.nr_3col-col li {
  color: var(--theme-fg-muted);
  line-height: 1.56;
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
}
.nr_3col-col li:before {
  color: #14B082;
  content: "\f058";
  height: 21px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 21px;
  line-height: 21px;
  font-size: 20px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
.nr_3col-col .border_green li:before {
  color: #14B082;
}
.nr_3col-col .border_yellow li:before {
  color: #FFC947;
}
.nr_3col-col .border_blue li:before {
  color: #2B59FF;
}

.nr_3col-col .border_orange li:before {
  color: #ff3600 ;
}


/*  22-mar-css-end */

li.icon_green {
  padding-left: 36px;
  margin-bottom: 15px;
  color: var(--theme-fg-muted);
  line-height: 1.56;
  position: relative;
}
li.icon_green:before {
  background-image: url(https://netenrich.com/hubfs/custom-modules/bullet-icon-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 21px;
}
li.icon_yellow {
  padding-left: 36px;
  margin-bottom: 15px;
  color: var(--theme-fg-muted);
  line-height: 1.56;
  position: relative;
}
li.icon_yellow:before {
  content: "";
  background-image: url(https://netenrich.com/hubfs/custom-modules/bullet-icon-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}
li.icon_blue {
  padding-left: 36px;
  margin-bottom: 15px;
  color: var(--theme-fg-muted);
  line-height: 1.56;
  position: relative;
}
li.icon_blue:before {
  content: "";
  background-image: url(https://netenrich.com/hubfs/custom-modules/bullet-icon-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}
li.icon_black {
  padding-left: 36px;
  margin-bottom: 15px;
  color: var(--theme-fg-muted);
  line-height: 1.56;
  position: relative;
}
li.icon_black:before {
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  content: "\f058";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  color: var(--black);
  font-size: 21px;
  width: 21px;
  height: 21px;
  left: 0;
  position: absolute;
  top: 5px;
}

/* font-awsome css */

a.blog-index__post-button::after {
  font-family: Font Awesome\ 5 Free;
}
.hs-content-id-76704840792 a.blog-index__post-button::after {
  font-family: Font Awesome\ 5 Free;
  content: "\f0da";
  margin-left: 12px;
  font-size: 18px;
}
.gl_item_wrap .descr a.readmoreOsdm:after {
  font-family: Font Awesome\ 5 Free;
}