/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.hs-content-id-99798738039 .home-page .custom-enablis-awards{
  display: none;
}

.hs-content-id-99798738039 .home-page .our-vendor-partners{
  display: none;
}

.home-page .custom-enablis-awards{
  
}

.home-page .our-vendor-partners{
  
}

.home-page .custom-latest-blogs{
  display: none;
}

.home-page .benefits-to-your-business{
  
}

.home-page .custom-case-studies{

}

.home-page .custom-two-col-section{
  display: none;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* Custom */

@font-face {
    font-family: 'gothambold';
    src: url('https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/Journey%20to%20SASE%202023%20Resources/Gotham%20Font/gotham-bold.woff2') format('woff2'),
         url('https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/Journey%20to%20SASE%202023%20Resources/Gotham%20Font/gotham-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
  font-family: 'FontAwesome';
  src: url('https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/Enablis_May2021/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/fontawesome-webfont.woff2") format("woff2"),
      url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/fontawesome-webfont.woff") format("woff"),
        url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/fontawesome-webfont.ttf") format("truetype"),
          url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/fontawesome-webfont.svg") format("svg");
            font-weight: normal;
            font-style: normal
            }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/Enablis_May2021/fonts/slick.eot) format('embedded-opentype'),
    url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/slick.woff") format("woff"),
      url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/slick.ttf") format("truetype"),
        url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/slick.svg") format("svg");
          }


@font-face {
    font-family: 'VAG Rounded Bold';
    src: url('https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/Enablis_May2021/fonts/VAG_Rounded_Bold.eot');
    src:     url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/VAG_Rounded_Bold.woff") format("woff"),
      url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/VAG_Rounded_Bold.ttf") format("truetype"),
        url("https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/fonts/VAG_Rounded_Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

p {}


/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  line-height:1.25;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

ul li::marker {
  font-size: 24px;
}


blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

blockquote {
  text-align: center;
  margin: 70px auto 35px;
  position: relative;
  width: 80%;
  color: #F38B1F;
  font-weight: 700;
}

blockquote::before {
  content: '';
  width: 26px;
  height: 18px;
  display: block;
  position: absolute;
  top: -13px;
  left: -45px;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/open-quote.png) center center / cover no-repeat;
}

blockquote::after {
  content: '';
  width: 26px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: -13px;
  right: -30px;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/close-quote.png) center center / cover no-repeat;
}



@media (max-width: 992px){
  body{
    font-size: 16px;
  }
  ul li::marker {
    font-size: 20px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.form-title{
  font-size: 2.5rem; 
  font-weight: 600;
  margin-bottom: 3.75rem;
  line-height: 1.25;
  display: inline-block;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 1px 6px;
  text-decoration: none;
  font-family:'Montserrat', sans-serif;
  font-weight: 700;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration: none
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}


input.hs-search-field__input,
input[type=password],
.hs-search-field__input,
.hs-input[type=password],
form input,
form select,
form textarea,
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input.is-placeholder {
  color: #757575;
  font-weight: 500;
}

.hs-input:-moz-placeholder {
  color: #757575;
  font-weight: 500;
}

.hs-input::-webkit-input-placeholder {
  color: #757575;
  font-weight: 500;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field select,
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hs-form-field select {
  background: #ffffff url('https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/questionnaire/caret.png') right 15px center no-repeat;
  width: 100% !important;
  padding-right: 40px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/* Menu */


.custom-menu-primary .hs-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper ul li {
  list-style-type: none;
  position: relative;
  margin: 0;
  margin-left: 1px;
  float: left;
  padding: 0 15px;
  font-size: 18px;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
  font-size: 17px;
  font-weight: 600;
  padding: 39px 0;
  color: #3D4045;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
  position: absolute;
  z-index: 11;
  background-color: #3D4045;
  padding: 10px 0;
  top: 121px;
  list-style: none;
  margin: 0;
  width: 250px;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
  max-width: 250px;
  font-size: 18px;
  display: block;
  line-height: 1.8;
  width: 100%;
  padding:0;
  position: relative;;
}


.custom-menu-primary li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 42px;
}

.custom-menu-primary li.menu_cta a {
  background-color: #3D4045;
  color: #FFFFFF;
  padding: 13px 35px;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  line-height: 42px;
  letter-spacing: .01rem;
}

.custom-menu-primary li.menu_button {
  padding-left: 11px;
}

.custom-menu-primary li.menu_button a#hs-button_button {
  background-color: #F38B1F;
  color: #FFFFFF;
  padding: 13px 35px;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  line-height: 42px;
  letter-spacing: .01rem;
  text-decoration:none;
}

.custom-menu-primary {
  display: flex;
  justify-content: flex-end;
  letter-spacing: .01rem;
}

.custom-menu-primary li.menu_cta {
  padding: 0 10px 0 11px;
}


.custom-menu-primary .hs-menu-wrapper ul ul li a {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 20px;
  color: #FFFFFF;
}

.custom-menu-primary .hs-menu-wrapper ul ul ul {
  left: 100%;
  top: 0;
}



.child-trigger {
  display: none;
}

@media (min-width:1156px) {


  .custom-menu-primary .hs-menu-wrapper ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    visibility: hidden;
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul ul {
    visibility: hidden;
    opacity: 0;
  }

}

@media (max-width: 1175px){

  .custom-menu-primary .hs-menu-wrapper ul ul li a{
    font-size:16px;
  }

}

@media (max-width:1155px) {

  .custom-menu-primary {
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    float: none;
    width: 100%;
    font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li a {
    padding: 0;
  }

  .child-trigger {
    display: block;
    position: absolute;
    top: 4px;
    right: 9px;
    padding: 10px;
    line-height: 0;
    letter-spacing: normal;
  }

  .fa-plus:before {
    content: "\f067";
  }

  .custom-menu-primary li.menu_cta {
    display: block;
    padding: 0 !important;
  }

  .custom-menu-primary li.menu_button {
    display: block;
    width: 100%;
    padding: 0 !important;
  }

  .custom-menu-primary li.menu_cta a, .custom-menu-primary li.menu_button a#hs-button_button {
    display: block;
    text-align: center;
  }

  .header_bottom {
    position: relative;
  }

  .mobile-open .burger span:first-child {
    transform: rotate( 225deg );
    -webkit-transform: rotate( 225deg );
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    margin-top: 10px;
  }

  .mobile-open .burger span:nth-child(2) {
    transform: rotate( 360deg );
    -webkit-transform: rotate( 360deg );
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    opacity: 0;
  }

  .mobile-open .burger span:last-child {
    transform: rotate( -225deg );
    -webkit-transform: rotate( -225deg );
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    margin-top: -10px;
  }

  .custom-menu-primary li.menu_button a#hs-button_button {
    min-height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul {
    position: relative !important;
    top: 0;
    left: 0;
    background-color: transparent !important;
    display: none;
    padding: 10px 0;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li {
    max-width: 100%;
    font-size: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    color: #3D4045 !important;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul ul {
    position: relative !important;
    top: 0;
    left: 0;
    background-color: transparent;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li .child-trigger {
    right: 5px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.hs-content-id-99798738039 .home-page .business-challenges .row-number-23 .two-col-content{
  overflow: hidden;
}

.hs-content-id-99798738039 .home-page .business-challenges .row-number-23 .two-col-content .column-inner{
  overflow: hidden;
  background-position: 100% 50% !important;
  background-size: cover !important;
}

@media (max-width: 1450px){
  .hs-content-id-99798738039 .home-page .business-challenges .row-number-23 h2{
    font-size: 24px !important; 
  }
  .hs-content-id-99798738039 .home-page .business-challenges .row-number-23 p{
    font-size: 16px !important; 
  }
}

.home-page .business-challenges .row-number-23 .two-col-content{
  overflow: hidden;
}

.home-page .business-challenges .row-number-23 .two-col-content .column-inner{
  overflow: hidden;
  background-position: 100% 50%!important;
  background-size: 700px !important;
}

.hs-content-id-47364167967 .home-page .business-challenges .row-number-1 .row-fluid{
  padding: 0 !important; 
}

@media (max-width: 1165px){
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 h2 {
      font-size: 28px !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 p{
      margin: 0 !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 p span{
      font-size: 16px !important;
    }
}

@media (max-width: 960px){
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 p{
      line-height: 1.5 !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 p span{
      font-size: 12px !important;
    }
}

@media (max-width: 767px){
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1{
      padding: 40px 15px !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 h2 {
      font-size: 32px !important;
      text-align: center !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 p{
      text-align: center !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 p span{
      font-size: 16px !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 .row-fluid .span4 {
        display: none !important;
    }
    .hs-content-id-47364167967 .home-page .business-challenges .row-number-1 .row-fluid .span8 {
        width: 100% !important;
    }
}

.home-page .subscribe-to-the-blog .hs-form{
  max-width: 1000px;
  margin: 0 auto;
}
 
.image-gallery .enablis-slider .slick-arrow{
  height: 100%; 
}

.image-gallery .enablis-slider{
  margin-bottom: 0 !important; 
}

.our-vendor-partners .image-gallery .top-title h2{
  margin-bottom: 15px; 
}

.custom-latest-blogs .blog-feed.theme1 .recent-hs-featured-image-wrapper{
  height: 250px !important;
}

.custom-latest-blogs .blog-feed.theme1 .rec-post-title .gusta-align-left{
  display: none !important; 
}

.home-page .business-challenges .row-number-23 .row-fluid {
    padding: 0;
}

.home-page .IT-communications .row-depth-1 .row-number-17 > div > div{
    display: table !important; 
}

.home-page .IT-communications .row-depth-1 .row-number-17 .hs-image-widget{
    width: 450px !important;
}

.home-page .our-vendor-partners .row-number-1{
    padding-top: 50px;
    padding-bottom: 70px !important;
}

.home-page .custom-two-col-section .column-inner{
     background-position: top center;
}

.home-page .benefits-to-your-business .gusta-align-left{
    display: none !important; 
}

.home-page .benefits-to-your-business .recent-hs-featured-image-wrapper{
    height: 250px !important 
}

.testimonial-slider .testimonial-body{
    padding: 30px 40px 40px !important;
}

.testimonial-slider .single_image{
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
}

.testimonial-slider-wrapper .text-secondary{
    margin-bottom: 2rem !important;
}

@media (max-width: 1024px){
   .home-page .IT-communications .row-number-1 > div, .home-page .IT-communications .row-number-14 > div, .home-page .IT-communications .row-number-19 > div{
    padding: 0;  
  }
   .home-page .custom-two-col-section .row-number-1{
    padding: 0 !important; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/*  */

.fullWidthPage .hs_cos_wrapper_type_header h2 {
  color: #004B8B;
  margin-bottom: 2.5rem;
  text-align: left;
}

/* Full width Form */

.fullWidthPage fieldset.form-columns-2, .fullWidthPage fieldset.form-columns-1 {
  max-width: 100%;
}

.fullWidthPage .hs-form {
  margin: 8px;
}

.fullWidthPage .hs-form fieldset.form-columns-2 > div,
.fullWidthPage .hs-form fieldset.form-columns-1 > div {
  padding: 0 10px;
  margin: 0 0 20px;
}

.fullWidthPage .hs-form .hs-form-field.hs-message > label,
.fullWidthPage .hs-form fieldset.form-columns-1 .hs-form-field > label,
.fullWidthPage .hs-form fieldset.form-columns-2 .hs-form-field > label {
  display: none;
}

.fullWidthPage .hs-form fieldset.form-columns-2 .input,
.fullWidthPage .hs-form fieldset.form-columns-1 .input {
  margin: 0;
}

.fullWidthPage .hs-form fieldset.form-columns-2 .input input.hs-input,
.fullWidthPage .hs-form fieldset textarea {
  padding: 13px 20px;
  outline: none;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #9e9fa0;
  color: #757575;
  font-size: 18px;
  height: 50px;
  width: 100% !important;
}

.fullWidthPage .hs-form .hs-input.is-placeholder {
  color: #9e9fa0;
}

.fullWidthPage .hs-form .hs-input:-moz-placeholder {
  color: #9e9fa0;
}

.fullWidthPage .hs-form .hs-input::-webkit-input-placeholder {
  color: #9e9fa0;
}

.fullWidthPage .hs-form fieldset textarea {
  min-height: 150px;
  resize: none;
}

.fullWidthPage .hs-form .actions {
  margin: 20px auto 0;
  width: 100%;
}

.fullWidthPage .hs_cos_wrapper_type_header h1 {
  color: #F38B1F;
  font-size: 2.25rem;
  line-height: 1.4;
  margin: 0;
}

.fullWidthPage h4 {
  color: #F38B1F;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}

.fullWidthPage h2 span {
  font-size: 32px;
  display: block;
  color: #004B8B;
  width: 80%;
  margin: 0 auto;
}

.fullWidthPage h3.form-title {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  width: 100%
}

.fullWidthPage .hs-form input.hs-button {
  padding: 19px 6px;
}

.fullWidthPage .main-section h1{
  color: #f38b1f;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  line-height: 1.25;
}

/*  */

.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  margin: 1em 35px !important;
  width: auto !important;
  max-height: 100% !important;
}

.banner .banner-content h1 sup {
  font-size: 1.125rem;
  position: static;
}

.banner .banner-content p sup {
  font-size: 0.875rem;
  position: static;
}

.fullWidthPage .two-col-content .image-wrapper {
  margin-bottom: 60px;
}


.video-page .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 0 !important;
}

.cmvideocardwrp .video-thumbnail:before {
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/play-icon.png) center center / cover no-repeat;
}

.cmvideocard .dnd-section>.row-fluid {
  padding: 0 calc(1.875rem - 15px);
}

/*  case Study Blog*/

.sectiontopcontent {
  padding: 0 ;
  padding-top: 80px;
}

.sectiontopcontentinner {
  padding: 0 15px;
  margin-bottom: 35px;
}

.casebodyWrp {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}

.casebodyWrp .content-wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.casebodypostRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-listing-post-item {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-thumbnail.background-cover:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}

h4.post-title {
  margin-top: 1.5rem;
  color: #F38B1F;
  min-height: 64px;
  margin-bottom:0;
}

.blog-listing-post a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.post_content p:last-child {
  margin-bottom: 0;
}

.casebodyWrp .blog-pagination {
  margin-top: 60px;
  justify-content: center;
}

.casebodyWrp .blog-pagination a.blog-pagination__link.blog-pagination__prev-link,
.casebodyWrp .blog-pagination a.blog-pagination__link.blog-pagination__next-link {
  display: none;
}

/*  Case Post */
.casebodyWrp.casebodypost {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.casebodyWrp.casebodypost .content-wrapper {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.casebodypost h1.blog-post__title {
  margin-bottom: 3.75rem;
  text-align: center;
  padding-top: 1px;
  font-size: 40px;
}

.casebodypost figure {
  margin: 1em auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.casebodypost figure img {
  max-width: 1024px;
  margin: 0 auto;
}

.casebodypost h2 {
  color: #004b8b;
  font-size: 32px;
  margin-bottom: 3rem;
  margin-top: 4rem;
}


.casebodypost blockquote {
  border: none;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  margin: 70px auto 35px;
  position: relative;
  width: 80%;
  color: #F38B1F;
  font-weight: 700;
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.casebodypost blockquote:before {
  left: 0;
}

.casebodypost blockquote p:last-of-type {
  margin-bottom: 0;
}

.casebodypost blockquote p {
  margin-top: 1em;
}

.casebodypost blockquote cite {
  color: #3d4045;
  margin-top: 10px;
  display: block;
  font-size: 16px;
}

.casebodypost blockquote:after {
  right: 0;
}

.casebodypost h2.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.casebodypost a.block-button-link,
.casebodypost a.btn{
  background-color: #F38B1F;
  color: #FFFFFF;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 0;
  font-size: 20px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  border: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

p:last-of-type {
  margin-bottom: 0;
}

.casebodypost .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 0 !important;
  margin-top: 4rem !important;
  margin-bottom: 4.5rem !important;
}

.casebodypost .hs-responsive-embed-wrapper.hs-responsive-embed .hs-responsive-embed-inner-wrapper {
  padding-bottom: 47.8% !important;
}

.wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  flex-wrap: nowrap;
}

/* SASE */

.fullWidthPageBanner.sase-banner .content-with-background {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

.fullWidthPageBanner.sase-banner .content-with-background h1 {
  font-size: 2.5em;
  color: #F38B1F;
  margin-bottom: 3rem;
}

.fullWidthPageBanner.sase-banner .content-with-background p {
  text-align: center;
  color: inherit;
  font-size: 1.35em;
  font-weight: 400;
}

.fullWidthPageBanner.sase-banner .content-with-background .page-center {
  max-width: 1100px;
  padding: 0 15px;
  position: relative;
}

.fullWidthPageBanner.sase-banner .content-with-background .column-inner {
  padding: 0 15px;
}

.fullWidthPageBanner.sase-banner .content-with-background:before {
  content: '';
  opacity: 0.7;
  background: #004c8c;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.sase-page a.cta_button.Chat-cta-btn,
.sase-page a.cta_button.Infographic-cta,
.sase-page a.cta_button.eBook-now-cta,
.sase-page a.cta_button.Chat-cta-btn {
  background-color: #f38b1f;
  padding: 20px 28px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
}

.sase-page .button-module.widget_1621315489548 a.cta_button.Chat-cta-btn,
.sase-page a.cta_button.Infographic-cta {
  background-color: #004B8B;
}

main.body-container-wrapper.sase-page {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.sase-page .content-with-background {
  margin: 0 -15px;
  color: #fff;
}

.sase-page .content-with-background p {
  color: inherit;
  font-weight: 400;
}

.sase-page {}

.sase-page .content-with-background {
  margin: 0 -15px;
  color: #fff;
}

.sase-page .content-with-background p {
  color: inherit;
  font-weight: 400;
  margin-bottom: 2rem;
}

.sase-page .content-with-background .page-center {
  max-width: 1100px;
}

.sase-page .content-with-background .content-section {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 0 19px;
  margin-bottom: 35px;
}

.sase-page .content-with-background p:last-child {
  margin-bottom: 0;
}

.sase-page .ContentWithListItems .page-center {
  max-width: 1100px;
  padding: 0;
}

.sase-page .ContentWithListItems .top-title h2 {
  margin-bottom: 3rem;
}

.sase-page .ContentWithListItems .list-icon img {
  min-width: 100%;
}

.sase-page .logos-section {
  padding: 20px 15px;
}

.sase-page .logos-section .logo-inner {
  padding: 0 15px;
}

.sase-page .case-studies .page-center {
  padding: 40px 15px;
}

.sase-page .case-studies .page-center > div {
  padding-left: 15px;
  padding-right: 15px;
}

.sase-page .case-studies .cm-recent-blog-wrapper {
  padding: 0 15px;
}

.sase-page .case-studies .cm-recent-blog-wrapper .gusta-grid {
  margin: 0;
}

.sase-page .adv-frm .page-center {
  max-width: 1100px;
  padding: 0 15px;
}

.sase-page .adv-frm .custom-form-title h2 {
  margin-bottom: 3rem;
}

/* Email */

.email-banner .content-with-background .content-section h1 {
  font-size: 2.25rem;
  color: #F38B1F;
  margin-bottom: 3.125rem;
}

.email-banner .content-with-background .content-section p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}


.email-secu-page .content-with-background {
  color: #ffffff;
  text-align: left;
}

.email-secu-page .content-with-background p {
  color: inherit;
  font-weight: 400;
}

.email-secu-page .content-with-background h2 {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  color: #F38B1F;
}

.email-secu-page .content-with-background .content-section {
  padding: 0 15px;
}

.email-secu-page .content-with-background .page-center {
  padding: 0 15px;
}

.email-secu-content .ContentWithListItems .top-title h2 {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  padding:0 15px;
}

.email-secu-page .case-studies .page-center {
  padding: 0 15px;
}

.email-secu-page .case-studies .page-center .case-studies-posts {
  padding: 0 15px;
}

.email-secu-page  hr {
  margin-bottom: 0;
}

.email-secu-page .adv-frm .custom-form-title h2{
  font-size: 2.25rem;
}

a.btn {
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 600;
  background-color: #F38B1F;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
a.btn:hover {
  color: #fff;
}
img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-style: none;
  height: auto;
}
.fullWidthAlertBox .dnd-section {
  padding: 0;
}
.fullWidthPage .main-section .dnd-section > div {
  padding: 0 15px;
}
.widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.fullWidthPage .main-section .button-module-item {
  display: block;
  margin-bottom: 21.73913043px;
  max-width: 100%;
}
.fullWidthPage .main-section .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}

/*  */

.fullWidthPage h2 {
  text-align: center;
  color: #F38B1F;
  margin-bottom: 3.75rem;
}

.fullWidthPage h3 {
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  color: #F38B1F;
}
.margin-bottom-60 {
  margin-bottom: 3.75rem !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #F38B1F !important;
}
.font-bold {
  font-weight: 700 !important;
}

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/* Slick theme */
.testimonial-slider .slick-next,.testimonial-slider .slick-prev,
.slick-next,.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before,.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: 'â†'
}
[dir=rtl] .slick-prev:before {
  content: 'â†’'
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: 'â†’'
}
[dir=rtl] .slick-next:before {
  content: 'â†'
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

/* ENABLIS SLIDER */
.enablis-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enablis-slider .slick-dotted.slick-slider {
  padding: 0 50px;
}
.enablis-slider .slick-slide, .enablis-slider .slick-slide img {
  outline: 0 !important;
}
.enablis-slider .slick-arrow {
  position: absolute;
  top: 50%;
  min-width: initial;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.enablis-slider .slick-next::before, .enablis-slider .slick-prev::before {
  content: '';
  display: block;
  width: 18px;
  height: 30px;
}
.enablis-slider .slick-next {
  right: 0;
}
.enablis-slider .slick-next::before {
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/slider-next.png) center center / cover no-repeat;
}
.enablis-slider .slick-prev {
  left: 0;
}
.enablis-slider .slick-prev::before {
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/slider-prev.png) center center / cover no-repeat;
}
.enablis-slider .slick-dots {
  bottom: -50px;
  margin: auto !important;
  left: 0;
  right: 0;
}
.enablis-slider .slick-dots li {
  margin: 0 10px;
}
.enablis-slider .slick-dots li button:before {
  color: #6e7074;
  font-size: 16px;
  opacity: 1;
}
.enablis-slider .slick-dots li.slick-active button:before {
  color: #F38B1F;
}
.testimonial-slider .testimonial-body::before {
  content: '';
  display: block;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/quote.png) center center / cover no-repeat;
  width: 40px;
  height: 30px;
  margin: 0 auto 40px;
}
.testimonial-slider .column-inner::after, 
.testimonial-slider .column-inner::before {
  content: " ";
  display: table;
}
.testimonial-slider .column-inner::after {
  clear: both;
}
.margin-bottom-48 {
  margin-bottom: 3rem !important;
}
.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flex {
  display: flex !important;
}
.align-start {
  align-items: flex-start !important;
}
.justify-between {
  justify-content: space-between !important;
}.margin-top-24 {
  margin-top: 1.5rem !important;
}
.download-icon {
  content: "";
  display: block;
  width: 44px;
  height: 50px;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/download-icon.png) center center / cover no-repeat;
}
/* Magnific popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none !important
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}
.mfp-preloader a {
  color: #CCC
}
.mfp-preloader a:hover {
  color: #FFF
}
.mfp-s-ready .mfp-preloader {
  display: none
}
.mfp-s-error .mfp-content {
  display: none
}
button.mfp-close,button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}
.mfp-close:hover,.mfp-close:focus {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
  margin-top: -54px
}
.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1
}
.mfp-arrow:before,.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}
.mfp-arrow-left {
  left: 0
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
  right: 0
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}
.mfp-figure {
  line-height: 0
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}
.knowledge-card #download-dialog .mfp-close::after{
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/x.png) center center / cover no-repeat;
}
.padding-48 {
  padding: 3rem !important;
}
#download-dialog .download-header h4.font-semi-bold {
  margin: 0;
}
.font-semi-bold {
  font-weight: 600 !important;
}
.padding-x-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.padding-y-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.download-form .form-title {
  display: none !important;
}
.msTeamsVoiceCalling .content-with-background .content-section * {
  color: #fff;
}
.msTeamsVoiceCalling .content-with-background .content-section {
  padding: 0 30px;
}
.msTeamsVoiceCalling .dnd-section,
.msTeamsVoiceCalling .dnd-section > div {
  padding-left: 15px;
  padding-right: 15px;
}
.text-secondary {
  color: #004B8B !important;
}
.font-70 {
  font-size: 4.375rem !important;
}
.font-20 {
  font-size: 1.25rem !important;
}
.margin-x-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.margin-top-48 {
  margin-top: 3rem !important;
}
.fullWidthPage #download-dialog .hs-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
  padding-right: 0;
}
ul[data-class="custom-bullets"] {
  list-style-type: none;
  padding: 0;
  margin-top: 50px;
}
ul[data-class="custom-bullets"] li {
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}
ul[data-class="custom-bullets"] li:before {
  content: '';
  display: inline-block;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/custom-bullets.png) center center / cover no-repeat;
  width: 24px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.fullWidthPage .grecaptcha-badge {
  margin: 0;
}
.fullWidthPage .hs_recaptcha {
  padding: 0 11px;
}
.fullWidthPage .two-col-content .right-content .column-inner {
  background-position: center;
}

/* Home Page */
.home-page-alert-sec .alert-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.home-page-alert-sec .alert-section h4 {
  line-height: 1.4;
}
.home-page-alert-sec .alert-section .span2 > div {
  width: 100%;
}
.home-page .widget-type-rich_text h2 {
  text-align: center;
  margin-bottom: 3.75rem;
  color: #F38B1F;
}
.home-page .dnd-section,
.home-page .dnd-section > div{
  padding-left: 15px;
  padding-right: 15px;
}
.home-page .business-challenges p {
  margin: 0;
}
.home-page .IT-communications a,
.home-page .IT-communications h3 {
  color: #fff;
  text-decoration: none;
  margin: 0;
}
.home-page .IT-communications p {
  margin-top: 0.625rem;
  color: #fff;
}
.custom-two-col-section .dnd-section > div.row-fluid,
.voice-calling .dnd-section > div.row-fluid,
.key-statistics .dnd-section > div{
  padding: 0;
}
.custom-two-col-section .left-content .column-inner {
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
}
.benefits-to-your-business h5 {
  margin: 0;
}
#counter h4 {
  margin: 0;
}
#counter h3 {
  margin: 0;
}
#counter .counter-item {
  padding-bottom: 35px;
}
.counter-wrapper div#counter {
  padding: 0 15px;
}
#counter .counter-item:nth-child(2) .wpb_single_image,
#counter .counter-item:nth-child(3) .wpb_single_image {
  margin-top: 0;
}

.blog-feed.theme1 .recent-post-item {
  width: 33.33%;
  padding: 0 15px 30px;
}
.blog-feed.theme1 .gusta-grid {
  display: flex;
  flex-wrap: wrap;
}
.blog-feed.theme1 .page-center {
  padding: 0 15px;
}
.blog-feed.theme1 h2.margin-bottom-80 {
  margin-bottom: 5rem;
}
.blog-feed.theme1 .recent-hs-featured-image-wrapper {
  height: 300px;
  overflow: hidden;
}
.blog-feed.theme1 {
  letter-spacing: .01rem;
}
.blog-feed.theme1 .recent-hs-featured-image-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-feed.theme1 .rec-post-title {
  padding-top: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  background-color: #fff;
}
.blog-feed.theme1 .rec-post-title h4 {
  line-height: 1.5;
  margin: 0;
}
.blog-feed.theme1 .rec-post-title h4 a {
  color: #F38B1F;
}
.blog-feed.theme1 .rec-post-title .gusta-align-left {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  width: 100%;
  float: none;
}
.blog-feed.theme1 .rec-post-title .gusta-align-left p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.blog-feed.theme1 .case-studies-button {
  padding: 0 15px;
  margin-top: 2.5rem;
  text-align: center;
}
.blog-feed.theme1 .case-studies-button a.btn {
  padding: 16px 40px;
  letter-spacing: 0;
}
.our-vendor-partners .image-gallery .slider-item > div {
  height: auto;
  padding: 0;
  margin: 0 0 35px;
}
.our-vendor-partners .image-gallery .top-title h2 {
  margin-bottom: 35px !important;
}
.our-vendor-partners .image-gallery {
  padding: 0 15px;
}
.our-vendor-partners .image-gallery .enablis-slider .slick-dots {
  bottom: -50px;
}
.our-vendor-partners .image-gallery .enablis-slider .slick-arrow {
  top: 50%;
}
.custom-latest-blogs .blog-feed.theme1 h2.margin-bottom-80 {
  color: #F38B1F !important;
  margin-bottom: 3.75rem !important;
  letter-spacing: 0;
}
.custom-latest-blogs .blog-feed.theme1 .rec-post-title {
  padding: 25px;
}
.custom-latest-blogs .blog-feed.theme1 .rec-post-title h4 {
  margin-bottom: 15px;
  line-height: 1.25;
}
.custom-latest-blogs .blog-feed.theme1 .rec-post-title .gusta-align-left {
  display: block;
}
.custom-latest-blogs .blog-feed.theme1 .rec-post-title .gusta-align-left p {
  display: block;
}
.custom-latest-blogs .blog-feed.theme1 .post-listing-container {
  height: 100%;
  background: #fff;
}
.subscribe-to-the-blog .hs-form {
  background-color: #3d4045;
  padding: 40px 38px 51px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.subscribe-to-the-blog .hs-form h2,
.subscribe-to-the-blog .hs-form p {
  color: #fff;
  margin: 0;
  text-align: center;
}
.subscribe-to-the-blog .hs-form p {
  margin-top: 18px;
}
.subscribe-to-the-blog .hs-form .hs-richtext {
  font: inherit;
  margin: 0;
  padding: 0 0 43px;
}
.subscribe-to-the-blog .hs-form .hs-input {
  border: 0;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding: 13px 20px;
  color: #000;
}
.subscribe-to-the-blog .hs-form-field > label {
  display: none;
}
.subscribe-to-the-blog .hs_email.hs-email {
  width: 70%;
  margin: 0;
}
.subscribe-to-the-blog .hs-form > div {
  width: 100%;
}
.subscribe-to-the-blog .hs-form .hs-input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 500;
}
.subscribe-to-the-blog .hs-form .hs-input:-moz-placeholder {
  text-transform: uppercase;
  font-weight: 500;
}
.subscribe-to-the-blog .hs-form .hs-input::-moz-placeholder {
  text-transform: uppercase;
  font-weight: 500;
}
.subscribe-to-the-blog .hs-form .hs-input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 500;
}


.subscribe-to-the-blog .hs-form .hs_recaptcha.hs-recaptcha {
  width: 70%;
}
.subscribe-to-the-blog .grecaptcha-badge {
  margin: 0;
  margin-top: 20px;
}
.subscribe-to-the-blog .hs_submit.hs-submit {
  width: 25%;
  margin-left: auto;
  position: absolute;
  top: 177px;
  right: 43px;
}
.subscribe-to-the-blog .hs_submit.hs-submit input.hs-button {
  height: 50px;
  width: 100%;
  background-color: #F38B1F;
  color: #FFF;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.hs-error-msgs * {
  color: #F38B1F !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
}
a {
  cursor: pointer;
}
.fullWidthPage .image-gallery {
  padding: 0 30px;
}
.fullWidthPage .image-gallery .enablis-slider .slick-dots {
  bottom: -50px;
}
.fullWidthPage .image-gallery .slider-item > div {
  padding: 0 0 35px;
  margin: 0;
  height: auto;
}
.fullWidthPage .image-gallery .top-title {
  padding: 0 0 30px;
}
.fullWidthPage .image-gallery .enablis-slider .slick-arrow {
  top: 50%;
}
.fullWidthPage .main-section .content-with-background {
  margin: 0 -15px;
}
.fullWidthPage .hs-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding: 0 10px;
}

.sase-page .button-module a.btn {
  font-size: 16px !important;
  padding: 20px 28px !important;
}

.fullWidthPage.sase-page .hs-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding: 0 0 10px;
}
.header__search:not(.active) .hs-search-field--open ul.hs-search-field__suggestions {
  display: none;
}


@media (min-width: 768px) {
  .home-page-alert-sec .alert-section .span10 {
    width: 75%;
  }
  .home-page-alert-sec .alert-section .span2 {
    width: 25%;
    align-items: center;
    display: flex;
  }
}


@media (max-width: 1440px) {
  .casebodypost a.block-button-link,
  .casebodypost a.btn{
    font-weight: 600;
    padding: 18px 36px;
    font-size: 18px;
  }
  .fullWidthPage .image-gallery .slider-item>div {
    padding: 0;
    height: auto;
    margin: 0 30px;
  }
  .sase-page .testimonial-slider {
    max-width: 800px;
  }

  .sase-page .testimonial-slider .slick-slide{
    margin: 0 30px;
  }

  .sase-page .testimonial-slider .column_container {
    padding: 0 15px;
  }

  .sase-page .case-studies .cm-recent-blog-wrapper .gusta-grid {
    margin: 0 -15px;
  }

  .email-secu-page .button-module a.btn {
    font-weight: 600 !important;
    padding: 18px 36px !important;
    font-size: 18px !important;
  }

  .email-secu-page .ContentWithListItems .page-center {
    padding: 0;
  }

  .email-secu-page .case-studies .page-center {
    padding: 0;
  }

  a.btn,
  .blog-feed.theme1 .case-studies-button a.btn{
    font-weight: 600 !important;
    padding: 18px 36px !important;
    font-size: 18px !important;
  }
  .home-page .testimonial-slider {
    max-width: 800px;
    padding: 0;
  }
  .home-page .testimonial-slider .testimonial-header p {
    font-size: 16px;
  }
  .custom-enablis-awards .image-gallery .slider-item > div,
  .our-vendor-partners .image-gallery .slider-item > div{
    margin: 0 30px;
  }
  .home-page .blog-feed.theme1 .page-center {
    padding: 0;
  }
  .home-page .blog-feed.theme1 .recent-hs-featured-image-wrapper {
    height: 250px;
  }
}

@media (max-width: 1155px) {
  h2 br, h3 br, h4 br, h5 br, h6 br, p br, li br{
    display: none !important;
  }
  .home-page .business-challenges p span,
  .home-page .IT-communications p span{
    margin-left: 4px;
  }
  .home-page .widget-type-rich_text h2 span {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  .sase-page .content-with-background{
    margin:0;
  }

  .sase-page .ContentWithListItems .list-items {
    padding: 0 15px;
  }

  .sase-page .ContentWithListItems .list-icon img {
    min-width: auto;
  }

  .sase-page .testimonial-slider .slick-slide {
    margin: 0;
  }

  .sase-page .testimonial-slider,
  .sase-page .testimonial-slider .column_container {
    padding: 0;
  }

  .sase-page .logos-section .logo-inner {
    padding: 0 30px;
  }

  .sase-page .case-studies .page-center {
    padding: 40px 30px;
  }

  .sase-page .adv-frm .custom-form-title h2 {
    padding: 0 15px;
  }

  .email-banner .content-with-background {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .email_icon_wit_title {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .email_icon_wit_title .email_icn_item_img_inn {
    padding: 0;
  }

  .email_icon_wit_title .email_icn_item_cnt_inn {
    padding: 0;
  }

  .email-secu-page .content-with-background .page-center {
    padding: 0;
  }

  .email-secu-page .content-with-background .content-section {
    padding: 0;
  }

  .email-secu-page .ContentWithListItems .list-items {
    padding: 0 15px;
  }

  .email-secu-page .case-studies .page-center {
    padding: 0 15px;
  }

  .email-secu-page .adv-frm .custom-form-title h2 {
    padding: 0 15px;
  }

  .fullWidthPage .main-section .dnd-section,
  .fullWidthPage .main-section .dnd-section > div,
  .msTeamsVoiceCalling .dnd-section,
  .msTeamsVoiceCalling .dnd-section > div,
  .home-page .dnd-section,
  .home-page .dnd-section > div{
    padding-left: 0;
    padding-right: 0;
  }
  .business-challenges .dnd-section > div,
  .IT-communications .dnd-section > div,
  .benefits-to-your-business .dnd-section > div{
    padding: 0 15px;
  }
  .business-challenges .dnd-section>.row-fluid .dnd-column,
  .IT-communications .dnd-section>.row-fluid .dnd-column,
  .benefits-to-your-business .dnd-section>.row-fluid .dnd-column,
  .home-page .blog-feed.theme1 .page-center{
    padding: 0;
  }
  .home-page #counter .span4 .column-inner,
  .home-page #key-statistics {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-enablis-awards .dnd-section,
  .our-vendor-partners .dnd-section,
  .our-vendor-partners .dnd-section > div,
  .custom-latest-blogs .blog-feed.theme1 .page-center,
  .custom-latest-blogs .blog-feed.theme1,
  .subscribe-to-the-blog .dnd-section,
  .subscribe-to-the-blog .dnd-section > div{
    padding-left: 15px;
    padding-right: 15px;
  }
  .fullWidthPage .image-gallery .top-title {
    padding: 0 0 30px;
    overflow: hidden;
  }
  .fullWidthPage .image-gallery .slider-item > div {
    padding: 0;
    height: auto;
    margin: 0 30px;
  }
  .fullWidthPage .image-gallery {
    padding: 0;
  }
  .fullWidthPage .image-gallery .enablis-slider .slick-dots {
    bottom: -50px;
  }
  .fullWidthPage .features-section .page-center {
    padding: 0;
  }
  .fullWidthPage .main-section .content-with-background {
    margin: 0 0;
  }
  .alert-section .left-content .column-inner {
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .casebodypost h1.blog-post__title {
    font-size: 36px;
  }
  .sase-page .testimonial-slider {
    max-width: 600px;
  }
  .child-trigger i.fa {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .cmvideocard .dnd-section>.row-fluid .dnd-column {
    width: 100%;
  }

  .blog-listing-post-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  h4.post-title {
    min-height: auto;
  }
  .knowledge-centre .main-card-section .row-fluid [class*="span"] {
    width: 100%;
    float: none;
    display: block;
  }
  .knowledge-centre .main-card-section .span4 {
    padding-top: 1.5rem !important;
  }
  .home-page .content-with-background {
    background-position: 15%;
  }
  .home-page .testimonial-slider {
    max-width: 600px;
  }
  .blog-feed.theme1 .recent-post-item {
    width: 100%;
  }
  .blog-feed.theme1 .recent-hs-featured-image-wrapper {
    height: 250px;
  }
  .custom-latest-blogs .blog-feed.theme1 .page-center,
  .custom-latest-blogs .blog-feed.theme1,
  .subscribe-to-the-blog .dnd-section, 
  .subscribe-to-the-blog .dnd-section>div{
    padding-left: 0;
    padding-right: 0;
  }
  .subscribe-to-the-blog .hs_submit.hs-submit {
    top: 169px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
  .home-page .testimonial-slider.enablis-slider .slick-next {
    right: -40px;
  }
  .home-page .testimonial-slider.enablis-slider .slick-prev {
    left: -40px;
  }
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}


@media (max-width: 767px) {
  .migration .dnd-section > .row-fluid > [class*="span"].dnd-module {
    margin-bottom: 25px;
  }
  .migration .hs-form {
    margin-bottom: 50px;
  }
  .migration .dnd-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .alert-section .left-content .column-inner {
    padding-right: 0;
  }
  .fullWidthPage .main-section .dnd-section.main_section-row-0-background-image {
    background-image: none !important;
  }
  .knowledge-card .hs_error_rollup {
    padding: 0 !important;
  }
  .fullWidthPage .hs-form fieldset.form-columns-2>div, 
  .fullWidthPage .hs-form fieldset.form-columns-1>div {
    width: 100%;
    padding: 0;
  }

  .hs-responsive-embed-wrapper.hs-responsive-embed {
    margin: 1em 37px !important;
    min-width: auto !important;
  }

  .casebodyWrp.casebodypost .content-wrapper {
    padding: 0 15px;
  }

  .casebodypost blockquote cite{
    font-size:18px;
  }

  .fullWidthPageBanner.sase-banner .content-with-background .column-inner {
    padding: 0;
  }

  .fullWidthPageBanner.sase-banner .content-with-background .page-center {
    padding: 0;
  }

  .sase-page .content-with-background .content-section {
    width: 100%;
    padding: 0;
  }

  .sase-page .adv-frm .hs-form {
    max-width: 657px;
    padding: 0 15px;
  }

  .email_icon_wit_title .email_icn_item {
    width: 100%;
  }

  .email_icon_wit_title .email_icn_item_img,
  .email_icon_wit_title .email_icn_item_cnt {
    width: 100%;
  }

  .email-secu-page p {
    font-size: 18px;
  }

  .knowledge-centre .main-card-section .span4 {
    padding-top: 1rem !important;
  }
  .msTeamsVoiceCalling .content-with-background .content-section {
    padding: 0;
  }
  .msTeamsVoiceCalling .span9 p strong {
    display: block;
    text-align: center;
  }
  .enablis-slider .slick-dots li button {
    min-width: initial;
  }
  .fullWidthPage h4,
  .fullWidthPage h4 + p{
    min-height: auto !important;
  }
  .features-section .page-center {
    padding: 0 !important;
  }
  .features-section .span12.top-title {
    overflow: hidden;
  }
  .fullWidthPage .two-col-content .right-content .column-inner,
  .fullWidthPage .two-col-content .right-content {
    min-height: 550px;
    height: auto;
    width: 100%;
  }
  .image-gallery .enablis-slider .slick-arrow.slick-next {
    right: -25px;
  }
  .image-gallery .enablis-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  .subscribe-to-the-blog .hs_email.hs-email {
    width: 100%;
    margin-bottom: 20px;
  }
  .subscribe-to-the-blog .hs_submit.hs-submit {
    position: static;
    width: 100%;
  }
  .subscribe-to-the-blog .hs-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-case-studies .blog-feed.theme1 .rec-post-title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    color: #F38B1F;
  }
  .custom-case-studies .blog-feed.theme1 .rec-post-title .gusta-align-left p {
    color: #3D4045;
  }
  .fullWidthPage .image-gallery {
    padding: 0 30px;
  }
  .home-page-alert-sec .alert-section .row-fluid .left-content {
    text-align:left !important;
  }
  .fullWidthPage .hs-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    padding: 0;
  }
}

@media (max-width: 661px) and (min-width: 481px) {
  .home-page .testimonial-slider-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .home-page .testimonial-slider-wrapper .top-title {
    padding: 0 15px;
  }
  .fullWidthPage .hs-form fieldset.form-columns-2 .input input, 
  .fullWidthPage .hs-form fieldset textarea {
    font-size: 18px;
    height: 53px;
  }

  .fullWidthPage .hs-form fieldset.form-columns-2 .input input,
  .fullWidthPage .hs-form fieldset textarea {
    font-size: 18px;
    height: 53px;
  }

  .fullWidthPage .hs-form .actions input.hs-button {
    font-size: 18px;
    height: 53px;
    padding: 1px 6px;
  }

  .fullWidthPage .hs-form .actions {
    width: 240px;
  }

  .fullWidthPage h2 span {
    font-size: 22px;
    width: 80%;
    margin: 0 auto;
  }

  .fullWidthPage h3.form-title,
  .fullWidthPage .main-section h1 {
    font-size: 34px;
  }

  .cmvideocard .dnd-section>.row-fluid {
    padding: 0;
  }

  .casebodypost h1.blog-post__title {
    font-size: 34px;
  }

  .casebodypost blockquote {
    padding-left: 0;
    padding-right: 0;
    width:95%;
  }
  .casebodypost blockquote cite {
    font-size: 18px;
  }

  .sase-page .case-studies .cm-recent-blog-wrapper {
    padding: 0;
  }

  .sase-page .case-studies .page-center>div {
    padding: 0;
  }
  .sase-page .case-studies .page-center{
    padding-top:5px;
  }

  .sase-page .adv-frm .page-center {
    padding: 0;
  }

  .email-secu-content .adv-frm  input.hs-button.primary.large,
  .sase-page .adv-frm  input.hs-button.primary.large {
    font-size: 25px;
    font-weight: 500;
    height: 75px;
  }

  .sase-page .adv-frm .hs-form .actions{
    width: 100%;
  }

  .email_icon_wit_title .email_icn_item_cnt p {
    text-align: center;
  }


  .knowledge-centre .main-card-section .span4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 0 !important;
  }
  .enablis-slider .slick-dots li {
    margin: 0 5px;
  }
  ul[data-class="custom-bullets"] li {
    padding-left: 30px;
  }
  ul[data-class="custom-bullets"] li:before {
    width: 20px;
    height: 18px;
  }
  .features-section figure img {
    width: 70% !important;
  }
  .fullWidthPage .two-col-content .right-content .column-inner,
  .fullWidthPage .two-col-content .right-content {
    min-height: 450px;
  }
  .subscribe-to-the-blog .grecaptcha-badge {
    margin: 0;
    margin-top: 20px;
    overflow: auto;
    max-width: 100%;
    width: 100% !important;
  }
  .subscribe-to-the-blog .hs-form .hs_recaptcha.hs-recaptcha {
    width: 100%;
  }
  .IT-communications h2 {
    word-break: normal;
  }
  .home-page .testimonial-slider {
    max-width: 90%;
  }
  .custom-enablis-awards .image-gallery .slider-item>div {
    margin: 0 15px;
  }
}

@media (max-width: 375px) {
  .casebodypost blockquote {
    padding-left: 0;
    padding-right: 0;
    margin: 70px auto 60px;
  }

  .casebodypost blockquote:before {
    top: -35px;
  }
  .casebodypost blockquote:after {
    bottom: -35px;
  }
  .ms-team-statistics .dashed-box>div>.wpb_wrapper {
    height:auto !important;
  }
  .home-page-banner .title h1 {
    font-size: 42px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  margin: 0 auto;;
}
.header .social-icons ul li a {
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  min-width: 25px !important;
  margin: auto !important;
}
.header .social-icons-wrp .social-icons ul li a i {
  line-height: 25px;
}
/* Header Top  */

.header-top {
  padding: 10px 0;
  background-color: #3d4045;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-weight: 400;
}

.header-top .header__container {
  padding: 0 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.header_left_cnt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.header-top .header__container > div {
  float: left;
  padding: 0 15px;
}
.header-top .header__container > .header_left_cnt {
  width:70%;
}

.header-top .header__container > .header_right_cnt {
  width:30%;
}

.header_left_cnt_inn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_left_cnt_inn p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  padding-left: 40px;
  position: relative;
  color: #fff;
}

.header_left_cnt_contact p {
  margin-right: 46px;
}

.header_left_cnt_inn p a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.header_left_cnt_contact p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/phone-icon-2.png) center center / cover no-repeat;
  width: 22px;
  height: 22px;
}

.header_left_cnt_contact .hs_cos_wrapper_type_rich_text {
}

.header_left_cnt_email p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/email-icon-2.png) center center / cover no-repeat;
  width: 26px;
  height: 18px;
}

.header_right_cnt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_right_cnt_inn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height:100%;
}

.social-icons ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-icons ul li {
  padding: 0!important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-width: 0;
  margin-right: 10px;
}

.social-icons ul li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  margin: auto;
  border-radius: 100%;
  background-color: #FFFFFF;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

.social-icons ul li a i {
  color: #3d4045;
  line-height: inherit;
  vertical-align: top;
  z-index: 1;
  position: relative;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.header__search {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: .01rem;
  max-width: 40px;
  clear: both;
  float: right;
  width: 35%;
  position: relative;
}

.header__search button.site-search-trigger {
  -webkit-appearance: button;
  padding: 0;
  overflow: visible;
  outline: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  display: inline-block;
  border-style: solid!important;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: line-height .4s ease-out, font-size .4s ease-out;
  -o-transition: line-height .4s ease-out, font-size .4s ease-out;
  transition: line-height .4s ease-out, font-size .4s ease-out;
  position: relative;
  min-width: 40px;
  background-color: transparent;
  border-radius: 0;
}

.header__search button.site-search-trigger:before {
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/search-icon.png) center center / cover no-repeat;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
}

.header__search .hs_cos_wrapper_type_module {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.header__search .hs-search-field__bar form {
  position: relative;
  -webkit-transition: width .4s ease-out;
  -o-transition: width .4s ease-out;
  transition: width .4s ease-out;
  z-index: 1;
  margin: 0;
  overflow: hidden;
}

.header__search .hs-search-field__bar form input.hs-search-field__input {
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  padding: 0 8px;
  border: 1px solid #ccc;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  display: block;
  outline:none;
  padding-right: 33px;
}
.child-trigger {
  cursor: pointer;
}
header.header {
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1px;
}

.header__search .hs-search-field {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: width .4s ease-out;
  -o-transition: width .4s ease-out;
  transition: width .4s ease-out;
  z-index: 1;
  margin: 0;
}

.header__search .hs-search-field__bar form button {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  min-width: initial;
  padding: 0;
  color: #F38B1F;
  width: 40px;
  background: 0 0;
  -webkit-transition: line-height .4s ease-out, font-size .4s ease-out;
  -o-transition: line-height .4s ease-out, font-size .4s ease-out;
  transition: line-height .4s ease-out, font-size .4s ease-out;
  cursor: pointer;
  border: 0;
}
.header__search .hs-search-field__bar form button > span {
  display: none;
}
.header__search button.site-search-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.header__search.active {
  max-width: 35%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.header__search.active .hs_cos_wrapper_type_module {
  width: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.header__search.active button.site-search-trigger {
  display: none;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.header__search.active .hs-search-field__bar form button {
  border: none;
}

.header__search.active .hs-search-field__bar form button .hs_cos_wrapper_type_icon svg {
  opacity: 0;
}

.header__search .hs-search-field__bar form button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.header__search.active .hs-search-field__bar form button:before {
  opacity: 1;
}

/* Header Bottom */

.header_bottom {
}

.header_bottom.header__container {
}

.header_bottom .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
}

.header_logo {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  float: left;
  line-height: 0;
}

.header_logo_inner .hs_cos_wrapper_type_logo {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.header_logo_inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  padding: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 75%;
  float: left;
}

.header__navigation.header--element {
  padding: 0 15px;
  width: 100%;
}

.header_logo_inner img.hs-image-widget {
  position: relative;
  display: inline-block;
  height: 100%;
  max-width: 100%;
  width: 239px !important;
  object-fit: contain;
}

.header_logo_inner a {
  height: 75px;
  display: inline-block;
}

/* Styles for the Logo */

.header__logo {}

.header__logo img {}

.header__logo .logo-company-name {}

.header__search .hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 10px;
}

.header__search .hs-search-field.hs-search-field--open {
  overflow: visible;
  z-index: 9;
}

.header__search .hs-search-field .hs-search-field__bar {
  overflow: hidden;
  border-radius: 30px;
}

.header__search .hs-search-field--open ul.hs-search-field__suggestions a {
  color: inherit;
  font-size: 14px;
  padding: 2px;
}




@media (min-width:1156px) {

  header.header.lp-header .header_bottom .header__container {
    min-height: 120px;
  }
  .custom-menu-primary {
    display: flex !important;
  }
  .header *{
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
}

@media (max-width: 1440px){

  .header_left_cnt_inn p {
    font-size: 13px;
  }

  .custom-menu-primary li.menu_cta a,
  .custom-menu-primary li.menu_button a#hs-button_button {
    padding: 8px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    padding: 0 9px;
  }

}

@media (max-width: 1290px) and (min-width:1281px) {

  .custom-menu-primary li.menu_cta a,
  .custom-menu-primary li.menu_button a#hs-button_button {
    padding: 8px 14px;
  }

}


@media (max-width: 1280px){

  .custom-menu-primary li.menu_cta a,
  .custom-menu-primary li.menu_button a#hs-button_button,
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-size: 16px;
  }

}

@media (max-width: 1290px) and (min-width:1215px) {

  .custom-menu-primary li.menu_cta a,
  .custom-menu-primary li.menu_button a#hs-button_button {
    padding: 8px 14px;
  }

}

@media (max-width: 1216px){

  .custom-menu-primary li.menu_cta a, .custom-menu-primary li.menu_button a#hs-button_button {
    padding: 8px 15px;
  }

  .custom-menu-primary li.menu_button {
    padding-left: 6px;
    padding-right: 6px;
  }

  .custom-menu-primary li.menu_cta {
    padding: 0 7px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    padding: 0 6px;
  }

}

@media (max-width: 1170px) and (min-width:1156px) {

  .custom-menu-primary li.menu_cta a,
  .custom-menu-primary li.menu_button a#hs-button_button {
    padding: 8px 12px;
  }

}

@media (max-width: 1155px){
  .header a,
  .header a *{
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .child-trigger i.fa {
    font-size: 18px;
  }
  .custom-menu-primary {
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    padding: 20px 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top:100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #F38B1F !important;
  }
  .burger span {
    width: 35px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #3d4045;
    -webkit-transition: 450ms all ease;
    -moz-transition: 450ms all ease;
    -ms-transition: 450ms all ease;
    -o-transition: 450ms all ease;
  }

  .burger span:nth-child(2) {
    top: 10px;
  }

  .burger span:nth-child(3) {
    top: 20px;
  }

  .header_bottom {
    padding: 30px 0 31px;
  }

  .header_logo_inner a {
    height: 66px;
  }

  .header_logo_inner img.hs-image-widget {
    width: 210px !important;
  }

  .header-top .header__container {
    padding: 0;
  }

  .header_left_cnt_contact p {
  }

  .header_left_cnt_inn {
  }

  .header_bottom .header__container {
    padding: 0;
    overflow: initial;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li {
    margin-left: 0;
  }
  .header_logo {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: initial;
  }

  .header_menu {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: initial;
    width: 100%;
    z-index: 1;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .header__navigation.header--element {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
  }

  .burger {
    width: 35px;
    height: 23px;
    position: absolute;
    right: 15px;
    top: 23px;
    cursor: pointer;
    z-index: 9;
  }
  .header__search.active {
    max-width: 36%;
  }
  .header__search {
    width: 36%;
  }
  .header-top .header__container {
    padding: 0 15px;
  }
  .header-top .header__container>div {
    padding: 0;
  }
}

/* Mobile Styles */

@media (max-width: 768px) {

  .header-top .header__container > div {
    width: 100%;
    float: none;
  }

  .header_left_cnt_contact {
    margin-bottom: 15px;
  }

  .header_right_cnt_inn {
    justify-content: flex-start;
    margin-top: 10px;
    height:auto;
  }

  .header_left_cnt_email {
    margin-bottom: 5px;
  }

  .header_left_cnt_email {
    width: 100%;
  }
  .header_left_cnt_contact {
    width: 100%;
  }
  .header_left_cnt_inn {
    display: block;
  }

  .header__search .hs-search-field--open ul.hs-search-field__suggestions {
    min-width: 180px;
  }

}

@media (max-width: 480px){

  .header_left_cnt_inn p {
    font-size: 11px;
  }

  .header_left_cnt_contact p:before {
    width: 18px;
    height: 18px;
  }

  .header_left_cnt_contact {
    margin-bottom: 10px;
  }

  .header_logo_inner a {
    height: 54px;
  }

  .header_logo_inner img.hs-image-widget {
    width: 170px !important;
  }

  .header_left_cnt_email p:before {
    width: 22px;
    height: 14px;
  }

  .header_left_cnt_inn {
    display: block;
  }

  .header__search button.site-search-trigger {
    height: auto;
  }
  
  .header__search.active {
    max-width: 100%;
    width: calc(100% - 82px);
  }
  
  .burger {
    top: 15px; 
  }

}


/* Header Fixed */
.header_bottom{
  transition: background-color 0s;
}

.header__container{
  width: auto; 
}

@media(min-width: 1155px){
  .sticky .header_bottom{
      position: fixed;
      top: 0;
      z-index: 999;
      width: 100%;
      background-color: #FFFFFF; 
  }
  
  .sticky .header_logo_inner img.hs-image-widget{
      width: 199px !important;
      object-fit: contain !important;
  }
  
  .sticky .header__container{
      max-width: 100%;
  }

  .sticky .custom-menu-primary .hs-menu-wrapper ul li a{
      padding: 26px 0; 
  }
  
  .sticky .custom-menu-primary .hs-menu-wrapper ul ul li a{
      padding: 6px 20px;
  }

  .sticky .custom-menu-primary .hs-menu-wrapper ul ul{
      top: 94px; 
  }
  
  .sticky .custom-menu-primary .hs-menu-wrapper ul ul ul{
      top: 0; 
  }

  .sticky .custom-menu-primary li.menu_cta a{
      margin-top: 14px !important;
      font-size: 14px !important;
      padding: 10px 25px !important;
  }

  .sticky .custom-menu-primary li.menu_button a#hs-button_button{
      margin-top: 12px !important;
      font-size: 14px !important;
      padding: 10px 25px !important;
  }
}

@media (max-width: 1155px){
  .sticky .header_bottom{
      position: fixed;
      top: 0;
      z-index: 999;
      width: 100%;
      background-color: #FFFFFF; 
      padding: 15px 0 16px;
  }
  .sticky .header_logo_inner img.hs-image-widget{
      width: 180px !important;
      object-fit: contain !important;
  }
}

@media (max-width: 480px){
  .sticky .header_logo_inner img.hs-image-widget{
      width: 160px !important;
      object-fit: contain !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {}

.footer_bottom {
  background-color: #3d4045;
  padding: 27px 0;
}

.footer_bottom .footer__container {
  max-width: 1500px;
  padding: 0 15px;
}

.footer_link {
  padding: 0 15px;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 0 15px;
}

.footer_bcktotop {
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.footer__copyright p {
  margin: 0;
}

.footer_bcktotop_inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_bcktotop_inner .hs_cos_wrapper_type_rich_text {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
  margin-top: 12px;
  text-align: right;
  cursor: pointer;
  line-height: 28px;
}

.footer_bcktotop_inner .widget-type-rich_text {
  text-align: right;
}

.footer_bcktotop_inner a#back_to_top {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-align: right;
  margin-top: 0.75rem;
  padding-bottom: 17px;
}

.footer_bcktotop_inner a#back_to_top img {
  width: 100%;
  display: block;
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

footer.footer {
  margin-bottom: 1px;
}

.footer_top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
  padding-top: 116px;
  padding-bottom: 90px;
}

.footer_link_wrp {
}

.footer_link_wrp .footer__container {
  max-width: 1500px;
  margin-top: 79px;
  padding: 0 15px;
}

.footer__container{
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1500px;
}

.footer_link .hs-menu-wrapper{
  letter-spacing: .0067rem;
}

.footer_link .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.footer_link .hs-menu-wrapper > ul > li {
  list-style-type: none;
  position: relative;
  margin: 0;
  margin-left: 1px;
  float: left;
  padding: 0;
  line-height: normal;
}

.footer_link .hs-menu-wrapper > ul > li> a {
  font-size: 18px;
  color: #FFFFFF;
  padding: 0 30px;
  line-height: 42px;
}

.footer_link .hs-menu-wrapper > ul > li:first-child> a {
  padding-left: 0;
}

.footer_bottom_inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_bottom_inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_btm_col_wrp > .footer__container > div {
  width: 25%;
  float: left;
}

.footer_btm_col_wrp > .footer__container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 1500px;
}

.footer_btm_col_wrp > .footer__container > div > div {
  padding: 0 15px;
  margin-bottom: 35px;
}

.footer_btm_col_wrp > .footer__container > div > div.footer_contact {
  padding-left: 50px;
}

.footer_btm_col_wrp > .footer__container > div > div.footer_register {
  padding-left: 80px;
  margin-bottom: 22.73913043px;
}

.footer_btm_col_wrp > .footer__container > div > div.footer-icons,
.footer_btm_col_wrp > .footer__container > div > div.footer_follow {
  padding-left: 80px;
}

.footer-icons .social-icons ul li a {
  width: 30px;
  height: 30px;
  font-size: 13px;
  min-width: 30px;
}

.footer-icons .social-icons ul li a i {
  line-height: 30px;
  vertical-align: top;
  z-index: 1;
  position: relative;
}

.footer-icons .social-icons ul li {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer_register .widget-type-rich_text {
  margin-bottom: 35px;
}

.footer_register a.register-here-btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #FFFFFF;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 0;
  font-size: 20px;
  background-color: #F38B1F;
}


.footer-top_logo .footer__container {
  max-width: 1500px;
  margin-bottom: 25px;
  padding: 0 15px;
}

.footer-top_logo .footer_logo {
  padding: 0 15px;
}

.footer-top_logo .footer_logo img.hs-image-widget {
  max-width: 239px !important;
  width: 100% !important;
}

.footer-top_logo .footer_logo a {
  display: block;
  line-height: 0;
}

.footer_bcktotop_inner > div {
  text-align: right;
}

@media (max-width: 1440px){

  .footer_register a.register-here-btn{
    font-weight: 600;
    padding: 18px 36px;
    font-size: 18px;
  }

  .footer_btm_col_wrp > .footer__container > div > div.footer_register{
    margin-bottom: 21.73913043px;
  }

  .footer_link_wrp .footer__container {
    margin-top: 80px;
  }

}

@media (max-width: 1155px){

  .footer_link .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    text-align: left;
  }

  .footer_link .hs-menu-wrapper > ul > li {
    float: none;
  }

  .footer_link .hs-menu-wrapper > ul > li> a {
    padding: 0;
  }

  .footer_link {
    padding: 0;
  }

  .footer_btm_col_wrp > .footer__container > div {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .footer_btm_col_wrp > .footer__container > div > div {
    padding: 0 !important;
  }

  p br {
    display: none;
  }

  .footer_btm_col_wrp > .footer__container > div > div.footer-icons {
    margin-bottom: 0;
  }

  .footer-icons .social-icons ul li {
    margin: 0 10px 5px 0;
  }

  .footer_btm_col_wrp > .footer__container > div > div.footer_register {
    margin-bottom: 20.73913px;
  }

}

@media (max-width: 768px){

  .footer__copyright{
    width:80%;    
  }

  .footer_bcktotop{
    width:20%;
  }

  .footer_btm_col_wrp > .footer__container > div > div.footer_register {
    margin-bottom: 21.73913043px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.hs-blog-post .alert-section a.hs-button,
.hs-blog-listing .alert-section a.hs-button {
  background-color: #F38B1F !important;
  color: #FFFFFF !important;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

.blog-post img {
  max-width: 100%;
}

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

  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
  text-decoration:none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: left;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

/*             Blog Grid Listing with Sidebar            */
/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

/* Blog Listing */

.banner.blog-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 15px;
}
.banner.blog-banner .page-center {
  padding: 0 30px;
  width: 100%;
}
.banner.blog-banner .banner-content {
  padding: 90px 55px;
  max-width: 800px;
  margin-bottom: 0 !important;
  background-color: #F38B1F;
  background: rgba(243,139,31,0.85);
  color: #fff;
}
.banner.blog-banner .banner-content h1 {
  font-size: 48px;
  margin-bottom: 40px;
  color: #fff;
}
.banner.blog-banner .banner-content p {
  font-size: 28px;
  margin: 0;
}

/*  */

.alert-section {
  background-color: #004b8b;
  padding: 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.alert-section .page-center {
  width: 100%;
  padding: 0 15px;
  letter-spacing: 0.15px;
}
.alert-section .row-fluid:after,
.alert-section .row-fluid:before {
  content: none;
}
.alert-section .row-fluid {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alert-section .column-inner {
  padding: 0 15px;
}
.alert-section h4 {
  color: #fff;
  margin: 0;
}
.alert-section h4 span {
  color: #F38B1F;
}
.alert-section .row-fluid .left-content {
  display: flex;
  align-items: center;
}
.alert-section .right-content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.alert-section  a.hs-button  {
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 600;
  background-color: #f38b1f;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

/* Main Content */


.blog-section {
  padding-top: 5.2rem;
  padding-bottom: 5rem;
}

.blog-section .blog-index.sidebar {
  padding: 0;
  position: relative;
  width: 100%;
  padding-right: 4rem;
  padding-left: 15px;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.blog-section .content-wrapper > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-section .blog-sidebar {
  padding: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Post Style */

.blog-section .content-wrapper {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.blog-index__post-content--small h2 {
  color: #F38B1F;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1.875rem;
  font-size: 30px;
}

.blog-index__post-content p.post_meta {
  margin-bottom: 2rem;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.blog-index__post-image img {
  object-fit: cover;
  object-position: center;
  height: auto;
  width: 100%;
  display: block;
  border-style: none;
}

a.blog-index__post-image {
  height: 364px;
  margin-bottom: 2.5rem;
  display: block;
  overflow: hidden;
}

.blog-index__post-content p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.blog-index__post-content p.blog-post__read-more a {
  color: #F38B1F;
  font-weight: 600;
  text-decoration: none;
}

.blog-index__post-content p.blog-post__read-more {
  margin-top: 1.375rem;
  margin-bottom: 1.875rem;
  position: relative;
  display: inline-block;
}

.blog-index__post-content p.blog-post__read-more a:after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 5px;
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/readmore.png) center center / cover no-repeat;
}

p.topics.transform-capitalize {
  text-transform: capitalize;
  margin-bottom: 0;
}

p.topics.transform-capitalize .font-bold {
  font-weight: 700;
}

.blog-index__post {
  margin-bottom: 3.125rem;
}

.blog-pagination a.blog-pagination__number-link:nth-child(2) {
  margin-left: 0;
}

/* Blog Sidebar */

.subscription-form-wrp {
  background-color: #3d4045;
  margin-bottom: 5.625rem;
  padding: 3rem 1.25rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.subscription-form-wrp .blog-subscription-form-text h4 {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0;
  font-weight: 600;
}

.subscription-form-wrp .blog-subscription-form-text p {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.subscription-form-wrp .blog-subscription-form-text {
  text-align: center;
}

.blog-sidebar-topic-filter h3 {
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3D4045;
  line-height: 1.8;
}

.blog-sidebar-recent-posts h3 {
  letter-spacing: 1px;
  color: #F38B1F;
}

.blog-sidebar-topic-filter {
  margin-bottom: 3rem;
}

.blog-sidebar-recent-posts ul,
.blog-sidebar-topic-filter ul {
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 0;
  border-top: 2px solid #808285;
  list-style: none;
}

.blog-sidebar-recent-posts ul li,
.blog-sidebar-topic-filter ul li {
  font-weight: 400;
  letter-spacing: initial;
  margin-bottom: 20px;
  font-size: 18px;
}

.blog-sidebar-recent-posts ul li:first-child,
.blog-sidebar-topic-filter ul li:first-child {
  margin-top: 20px;
}

.blog-sidebar-recent-posts ul li a,
.blog-sidebar-topic-filter ul li a {
  text-decoration: none;
}


/* Pagination */

.blog-pagination {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  border-top: 2px solid #808285;
  padding-top: 45px;
  width: 100%;
}

.blog-pagination a.blog-pagination__link {
  border: 1px solid #e9ecef;
  background-color: #808285;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  padding: 6px;
  margin: 0 15px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}

.blog-pagination a.blog-pagination__link.blog-pagination__link--active,
.blog-pagination a.blog-pagination__link:hover {
  background-color: #F38B1F;
}

.blog-pagination a.blog-pagination__link.blog-pagination__prev-link:after, .blog-pagination a.blog-pagination__link.blog-pagination__next-link:after {
  content: '';
  width: 11px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 11px;
}

.blog-pagination a.blog-pagination__link.blog-pagination__prev-link:after {
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/paginate-previous.png) center center / cover no-repeat;
  left: 13px;
}

.blog-pagination a.blog-pagination__link.blog-pagination__next-link:after {
  background: url(https://19555244.fs1.hubspotusercontent-ap1.net/hubfs/19555244/raw_assets/public/Enablis_May2021/images/paginate-next.png) center center / cover no-repeat;
  left: 18px;
}

.blog-pagination a.blog-pagination__prev-link--disabled, .blog-pagination a.blog-pagination__next-link--disabled {
  display: none;
}

/* Blog Post */

.blog-post .blog-post__title {
  color: #F38B1F;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 2rem;
}

.blog-post p.post_meta {
  margin-bottom: 2rem;
}

.blog-post img.post-feature-img {
  margin-bottom: 2rem;
}

.jssocials {
  margin-top: 50px;
}

.jssocials-shares {
  margin: .2em 0;
}

.jssocials .jssocials-share {
  color: #FFFFFF;
  padding: 15px 55px;
  margin: .3em 1.25em .3em 0;
  display: inline-block;
  vertical-align: top;
}

.jssocials-share-linkedin {
  background-color: #007bb6;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: inherit;
}

.jssocials-share-link i.jssocials-share-logo {
  color: #007bb6;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border-radius: 100%;
  text-align: center;
  padding: 6px;
  font-size: 20px;
  margin-right: 10px;
}

.jssocials-share-link .jssocials-share-label {
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}

.jssocials-share-link:hover {
  text-decoration: none;
  color: #fff;
}

.blog-comments .hs-form label {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3D4045;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 18px;
}

.blog-comments .hs-form input:not([type="submit"]), .blog-comments .hs-form textarea {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375em 0.75em;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  color: #3D4045;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #3D4045;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 150ms, -webkit-box-shadow ease-in-out 150ms;
  -o-transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
  transition: border-color ease-in-out 150ms, box-shadow ease-in-out 150ms;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.blog-comments .hs-form textarea {
  resize: none;
	min-height: 140px;
	overflow: auto;
}

.blog-comments .hs-form .grecaptcha-badge {
  margin: 0;
  overflow: auto;
}

.blog-comments .hs-form input.hs-button {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  color: #FFFFFF;
  font-family: inherit;
  font-weight: 600;
  background-color: #F38B1F;
  padding: 16px 48px;
  font-size: 18px;
  width: auto;
}

.sectiontopcontent {
  padding: 0 30px;
  padding-top: 80px;
}

.casebodypost h2{
  font-family: 'Montserrat', sans-serif;
}


.subscription-form-wrp .hs-form-field > label {
  display: none;
}

.banner.blog-banner.ourBlogBanner {
  padding-top: 95px;
}

.subscription-form-wrp .hs-form {
  padding: 28px 8px 25px;
}

.subscription-form-wrp .hs-form .hs-input {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
}

.subscription-form-wrp .form-columns-2 > div {
  width: 50% !important;
  margin-bottom: 20px;
}

.subscription-form-wrp .form-columns-2 > div .input {
  margin: 0;
}

.subscription-form-wrp .form-columns-2 > div:first-child {
  padding-right: 10px;
}

.subscription-form-wrp .form-columns-2 > div:last-child {
  padding-left: 10px;
}

.subscription-form-wrp .input {
  margin: 0 !important;
}

.subscription-form-wrp .hs-form-field {
  margin-bottom: 16px;
}

.subscription-form-wrp input.hs-button {
  height: 60px;
  width: 100%;
  background-color: #F38B1F;
  color: #FFF;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  cursor: pointer;
}
.ourBlogSec .blog-index__post {
  width: 100%;
}
.ourBlogSec img.image-cover {
  display: none;
}
h3#reply-title {
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #808285;
    margin-top: 2.5rem;
    color: #F38B1F;
}
.ourBlogPostSec .blog-comments form {
    padding-top: 0;
}
.ourBlogSec a.blog-index__post-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (min-width: 1798px) {
  .banner.blog-banner .banner-content {
    transform: translateX(-55px);
    -webkit-transform: translateX(-55px);
    -moz-transform: translateX(-55px);
  }
  .banner.blog-banner {
    min-height: calc(85vh - 170px);
  }
}

@media (max-width: 1440px) {
  .banner.blog-banner .banner-content {
    padding: 60px 50px;
    max-width: 565px;
  }
  .banner.blog-banner .banner-content h1 {
    font-size: 42px;
  }
  .banner.blog-banner .banner-content p {
    font-size: 26px;
  }

  .alert-section a.hs-button {
    font-weight: 600;
    padding: 18px 36px;
    font-size: 18px;
  }

}

@media (max-width: 1024px) {
  .banner.blog-banner .page-center {
    padding: 0;
  }

  .alert-section .page-center {
    padding: 0;
  }

  .alert-section .column-inner {
    padding: 0;
  }

  .sectiontopcontent {
    padding: 0;
    padding-top: 80px;
  }

}

@media (max-width: 992px) {
  .banner.blog-banner .banner-content p {
    font-size: 18px;
  }

  .alert-section h4 {
    font-size: 24px;
  }

  .blog-section .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscription-form-wrp .blog-subscription-form-text p{
    font-size:16px;
  }

  .blog-pagination {
    justify-content: center;
  }

  .blog-post .blog-post__title{
    font-size:36px;
  }

}

@media (max-width:991px) {

  .blog-section .blog-index.sidebar {
    padding-right: 15px;
    margin-bottom: 50px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-section .blog-sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-index__post-content p.post_meta {
    font-size: 16px;
  }

  .blog-index__post-content--small h2 {
    font-size: 28px;
  }

  .blog-index__post-content p {
    font-size: 16px;
  }


}

@media (max-width: 768px) {
  .banner.blog-banner .banner-content {
    max-width: 100%;
  }
}

@media (max-width:767px) {

  .alert-section .row-fluid .left-content {
    text-align: center;
  }
  .alert-section .right-content {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .subscription-form-wrp .form-columns-2>div {
    width: 100% !important;
    padding: 0 !important;
  }

  .subscription-form-wrp .hs-form fieldset {
    max-width: 100% !important;
  }

  .subscription-form-wrp .hs-form .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .banner.blog-banner {
    min-height: calc(85vh - 170px);
  }
  .banner.blog-banner .banner-content h1 {
    font-size: 36px;
  }
  .banner.blog-banner .banner-content {
    padding: 50px 30px;
  }

  .blog-index__post-content--small h2 {
    font-size: 22px;
  }

  a.blog-index__post-image {
    height: 250px;
  }

  .blog-pagination a.blog-pagination__link:not(.blog-pagination__prev-link--disabled) {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    margin: 0 8px 10px;
    font-size: 18px;
  }

  .blog-pagination {
    display: block;
    text-align: center;
    font-size: 0;
  }

  .blog-post .blog-post__title{
    font-size:22px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-error-msgs {
  padding: 0;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input.email-edit.hs-input {
  width: 100% !important;
  padding: 9px 10px !important;
  font-size: 16px !important;
  margin: 0 0 8px;
}
.hs-form-field {
  margin-bottom: 18px;
}
.systems-page .hs_submit {
  margin: 18px 0;
}
p.header {
  background: transparent;
}
.systems-page [type="checkbox"],.systems-page [type="radio"] {
  width: auto;
}

@media (min-width: 768px) {
  .systems-page form {
    max-width: 50%;
  }
}

#err-page .vc_section {
  min-height: calc(100vh - 171px);
  padding: 140px 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffff;
}
#err-page .vc_section .page-center,
#err-page .vc_section .page-center > div{
  padding: 0 15px;
}
#err-page h1.font-150 {
  font-size: 9.375rem;
  margin: 0;
  color: #fff;
}

#err-page  h2.font-50 {
  font-size: 3.125rem;
  margin: 0;
  color: #fff;
}

#err-page .wpb_content_element {
  margin-bottom: 35px;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.systems-page .hs-button {
  white-space: normal;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  #err-page .vc_section .page-center,
  #err-page .vc_section .page-center>div {
    padding: 0;
  }
  #err-page .vc_section {
    min-height: calc(100vh - 158px);
  }
}

@media (max-width: 767px) {
  .systems-page h1 {
    font-size: 25px;
  }

  .systems-page h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #err-page h2.font-50 {
    font-size: 28px;
  }
  #err-page .vc_section {
    min-height: calc(100vh - 230px);
  }
}

@media (max-width: 360px) {
  #err-page h1.font-150 {
    font-size: 130px;
  }
}