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

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  overflow-x: hidden;
}
p {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: opacity .3s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4444;
  margin-bottom: .5rem;
  
}

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

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  font-family: Open Sans,sans-serif;
  font-weight: 300;
  font-size: 1.4641rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px){
  p {
    line-height: 1.66667;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin-bottom: 20px;
  max-width: 500px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: .90909rem;
  color: #9c2e33;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.input {
  display: block;
  border-radius: 3px;
  border: 1px solid #ebeae8;
  padding: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.hs-form-field {
  margin-bottom: .75rem;
}
.widget-type-google_search,
.widget-type-form,
.widget-type-blog_subscribe {
  padding: 2.5rem;

}


.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: .875rem 2.5rem;
  display: inline-block;
  margin: 0;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #00a5b6;
  text-decoration: none !important;
  margin-top: 10px;  
  white-space: normal;
  transition: border-color .3s ease,background-color .3s ease;
}
.button--primary {

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

.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;
}
.systems-page input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ebeae8;
  padding: .75rem !important;
  font-weight: 700;
  letter-spacing: .04em;
  color: #333333;
}
.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:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

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

.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 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
h3.form-title {
  font-size: 1.61051rem;
}
@media (min-width:768px){
  h3.form-title {
    font-size: 2.02729rem;
  }
}


@media (max-width:767px){
  form {
    max-width: 100%;
  } 
}
/* ******************************************************************************
*********************************************************************************
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);
}
body .custom-menu-primary .submenu.level-1>li>a{
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
body .custom-menu-primary .submenu.level-2 {
  width: 100%;
  box-shadow: 1px 3px 12px rgba(0,0,0,.12);
  transition: opacity .3s ease,visibility .3s ease;
  padding: 1.25rem 0;
  margin-top: -3px;
}

body .custom-menu-primary .submenu.level-2>li>a {
  transition: color .3s ease;
}
.menu-wraping {
  max-width: 1212px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.menu-wraping {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li>a:before {
  content: "";
  padding: 0;
  display: block;
  font-size: 1.125em;
  height: 70px;
  margin-bottom: 11px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 65px;
}
body .custom-menu-primary .submenu.level-3>li {
  padding-top: .25rem;
}
body .custom-menu-primary .submenu.level-3>li:first-child {
  padding-top: 0;
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.inetco-insight>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/search-icon.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.core-technology>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/core-technology.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.services>a:before {
  background-image:url('https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/services.svg');
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.by-industry>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/by-industry.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.by-role>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/by-role.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.by-channel>:before {
  background-image: url(//f.hubspotusercontent30.net/hubfs/8539285/Loop_Strategic_Marketing_Oct2020/Images/by-channel.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.case-studies>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/case-studies.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.datasheets>a:before {
  background-image: url(//f.hubspotusercontent30.net/hubfs/8539285/Loop_Strategic_Marketing_Oct2020/Images/datasheets.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.videos-testimonials>a:before{
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/video-testimonial.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.webinars>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/webinars.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.whitepapers>a:before {
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.whitepapers>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/white-papper.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.about-inetco>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/About-INETCO.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.our-team>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/our-team.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.careers>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/careers.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.partners>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/partners.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.support>a:before {
  background-image: url('https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/supports.svg');
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.blog>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/blog.svg);
}
body .custom-menu-primary .submenu.level-2>.menu-wraping>li.contact-us>a:before {
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/contact-us.svg);
}
body .custom-menu-primary .submenu.level-1>li.resources .submenu.level-2>.menu-wraping>li,
body .custom-menu-primary .submenu.level-1>li.company>.level-2>.menu-wraping>li {
  padding: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}
body .custom-menu-primary .submenu.level-1>li.resources .submenu.level-2>.menu-wraping>li>a:before,
body .custom-menu-primary .submenu.level-1>li.company>.level-2>.menu-wraping>li>a:before{
  background-position: center;
}
body .custom-menu-primary .submenu.level-1>li:hover>.submenu.level-2 {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
body .custom-menu-primary .submenu.level-2 {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  transition: opacity .3s ease .2s,transform .3s ease .2s;
  pointer-events: none;
}
@media only screen and (min-width: 992px){
  body .custom-menu-primary .submenu.level-2:before {
    position: absolute;
    top: -25px;
    height: 25px;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
  }
  .hs-mobile-menu {
    display: none;
  }
  .header__navigation.header--element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: .75rem;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .custom-menu-primary nav.navigation-primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body .custom-menu-primary .submenu.level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: auto;
    height: 64px;
    align-items: center;
    padding-bottom: .75rem;
  }

  body .custom-menu-primary .submenu.level-1>li>a{
    font-size: 1rem;
  }
  body .custom-menu-primary .submenu.level-1>li {
    padding-bottom: .75rem;
  }
  body .custom-menu-primary .submenu.level-1>li:first-child {
    padding-left: 0;
  }
  body .custom-menu-primary .submenu.level-1>li:last-child {
    padding-right: 0;
  }
  body .custom-menu-primary .submenu.level-1>li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 .5rem;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li {
    text-align: left;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 3.75rem;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li>a {
    text-transform: none;
    margin-bottom: .75rem;
    font-size: 1.125em;
    padding: 0;
    display: block;
    font-weight: 700;
  }
  body .custom-menu-primary .submenu.level-3>li {
    width: 100%;
  }
  body .custom-menu-primary .submenu.level-3>li>a {
    text-align: left;
    padding: 0;
    text-transform: none;
    font-size: .9375em;
    display: block;
    font-weight: 600;
    margin-bottom: .25rem;
  }
  .menu-wraping {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  body .custom-menu-primary .submenu.level-2>.menu-wraping>li.inetco-insight>a {
    color: #00a5b6 !important;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li.core-technology>a {
    color: #3e4f7d !important;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li.services>a {
    color: #6aa744 !important;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li.by-industry>a {
    color: #6e416c !important;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li.by-role>a {
    color: #fbb040 !important;
  }
  body .custom-menu-primary .submenu.level-2>.menu-wraping>li.by-channel>a {
    color: #f05123 !important;
  }
}

@media only screen and (min-width: 1200px){
  body .custom-menu-primary .submenu.level-1>li {
    padding: 0 .75rem;
  }
  .header__navigation.header--element {
    padding-right: 1.25rem;
  }
}


@media only screen and (min-width: 1600px){
  body .custom-menu-primary .submenu.level-1>li {
    padding: 0 1.125rem;
  }
}


@media only screen and (max-width: 991px){
  body .custom-menu-primary .submenu.level-1>li {
    position: relative;
  }
  body .custom-menu-primary .submenu.level-1>li>a {
    font-size: 1.1rem;
    text-align: center;
    display: block;
  }
  .hs-desktop-menu {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.banner-wrapper {
  position: relative;
}
.bg-gradient--purple {
  background: transparent linear-gradient(90deg,#00a5b6 40%,hsla(0,0%,100%,0) 75%) 0 0 no-repeat padding-box;
}
.banner-wrapper.featured-post .bg-gradient--purple {
  background: transparent linear-gradient(90deg,#6e416c 40%,hsla(0,0%,100%,0) 75%) 0 0 no-repeat padding-box;
}
.panel__bg__gradient, .panel__bg__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.panel--page-header .panel__bg__gradient {
  display: none;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.banner-content {
  position: relative;
  z-index: 55;
}
.banner-content p {
  color: #fff;
  line-height: 1.3333333333;
}
.banner-content h1 {
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.banner-image {
  position: relative;
  padding-bottom: 56%;
}

.banner-image img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  position: absolute;
  width: 100%;
}

.banner-image img {
  object-position: right center;
}
.banner-wrapper {
  overflow: hidden;
  width: 100vw;
}
.banner-wrapper .content-wrapper {
  width: 100%;
}
.banner-wrapper .button--primary {
  background: #fff;
  color: #00a5b6;
  border-color: #fff;
  padding: .5rem 1.25rem;
  letter-spacing: .01em;
  line-height: 1.5;
  transition: border-color .3s ease,background-color .3s ease;
}
.banner-wrapper .button--primary:hover {
  border-color: transparent;
  background: hsla(0,0%,100%,.7);
  opacity: 1;
  color: #00a5b6;
}
.banner-content h1 {
  font-size: 1.61051rem;
}

@media only screen and (min-width: 768px){
  .banner-wrapper {
    width: 100vw;
    height: 54vw;
    min-height: 480px;
    max-height: 44.5vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .panel--page-header .panel__bg__gradient {
    display: block;
  }
  .banner-content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .banner-content h1 {
    margin-bottom: 1.25rem;
  }
  .banner-content p {
    font-size: 1.26562rem;
  }
  .banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 0;
  }
  .banner-image img {
    object-position: center center;
  }
  .banner-content h1 {
    margin-bottom: 2.02729rem;
  }
}


@media only screen and (min-width: 992px){
  .banner-content {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .banner-content h1 {
    margin-bottom: 1.25rem;
  }
  .banner-content p {
    font-size: 1.26562rem;
  }
  .banner-wrapper .content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .banner-content h1 {
    font-size: 2.56578rem;
  }
}

@media only screen and (max-width: 767px){
  .bg-gradient--purple {
    display: none;
  }
  .banner-wrapper {
    background: #00A5B6;
  }
  .banner-wrapper.featured-post {
    background: #6E416C;
  }
  .banner-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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_container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
header.header.no-nav {
  min-height: 76px;
}
.header-top {
  padding: .5rem 0;
}
.header-logo {
  padding-right: 1.25rem;
  max-width: 150px;
}
.header-logo a {
  display: block;
  transition: transform .3s ease;
}
.header-logo a:hover {
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
.header-top .header_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo img {
  max-width: 230px;
  width: 100% !important;
  display: block;
}
.header-top-links {
  text-align: right;
}
header.header ul {
  margin: 0;
  list-style: none;
}
.header-top-links ul {
  display: -ms-flexbox;
  display: flex;
  padding: .25rem 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top-links ul li {
  display: inline-block;
  padding: 0 .5rem;
}
.header-top-links ul li:last-child {
  padding-right: 0;
}
.header-top-links ul li a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: .90909rem;
  transition: color .3s ease;
}
.button, button {
  background: none;
  border: none;
  padding: 0;
  outline: transparent;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: .5rem 1.25rem;
  display: inline-block;
  margin: 0;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
  transition: border-color .3s ease,background-color .3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.form-control-container {
  position: relative;
}
.form-control-container .form-control-wrapper {
  position: absolute;
  right: 35px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  width: 0;
  top: 11px;
}
.header_search:hover .form-control-wrapper {
  width: 25ch;
}
.utilbar__search__button {
  margin-right: 4px;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5rem;
  cursor: pointer;
}
.utilbar__search__button svg {
  width: 15px;
  height: 23.9px;
}
.utilbar__search__button svg path {
  fill: #fff;
}

.header-bottom {
  padding: .75rem 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}

.header-bt-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header-button a {
  margin-left: .75rem;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #00a5b6;
  transition: border-color .3s ease,background-color .3s ease;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
}
.header_search form {
  margin: 0;
}
header.header {
  min-height: 120px;
}
.sticky .header-bottom {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px -2px 12px rgba(0,0,0,.18);
}
.header_search .form-control {
  display: block;
  width: 100%;
  padding: .5rem;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a6a2a3;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #f3f2f1;
  border-radius: 0;
  top: 12px;
}
.form-control-container .form-control-wrapper::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight:700;
  text-transform: uppercase;
  color: #a09c9c;
  font-size: 15px;
  color: #a7a6a6;
}
.form-control-container .form-control-wrapper::-moz-placeholder { /* Firefox 19+ */
  font-weight:700;
  text-transform: uppercase;
  color: #a09c9c;
  font-size: 15px;
  color: #a7a6a6;
}
.form-control-container .form-control-wrapper:-ms-input-placeholder { /* IE 10+ */
  font-weight:700;
  text-transform: uppercase;
  color: #a09c9c;
  font-size: 15px;
  color: #a7a6a6;
}
.form-control-container .form-control-wrapper:-moz-placeholder { /* Firefox 18- */
  font-weight:700;
  text-transform: uppercase;
  color: #a09c9c;
  font-size: 15px;
  color: #a7a6a6;
}


.form-control::-webkit-input-placeholder{
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  color: #a09c9c;
}
.form-control::-moz-placeholderr { /* Firefox 19+ */
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  color: #a09c9c;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  color: #a09c9c;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  font-weight:700;
  text-transform: uppercase;
  font-size: 15px;
  color: #a09c9c;
}
@media only screen and (min-width: 992px){
  .header-button a {
    padding: .75rem;
    font-size: .82645rem;
  }
  .header-logo {
    padding-right: .75rem;
    padding-bottom: .75rem;
  }
  .header-button a{
    margin-left: .5rem;
  }
  .header-bottom {
    padding-bottom: 0;
  }
  .header-button {
    padding-bottom: .75rem;
  }
  .header-logo {
    padding-right: .75rem;
    padding-bottom: .75rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 190px;
  }
  form#search-form-mobile, .header-button.hs-mobile-button, .header-mobile-logo {
    display: none;
  }
}

@media only screen and (min-width: 1200px){
  .header_container {
    max-width: 2000px;
    padding: 0 40px;
  }
  .header-button a {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }
  .header-logo {
    padding-right: 1.25rem;
  }
  .header-button a{
    margin-left: .75rem;
  }
  .header-logo {
    max-width: none;
  }
}
@media (max-width: 991px) {
  header.header.no-nav {
    min-height: 60px;
  }
  .header-button,
  .header__navigation {
    display: none;
  }
  .header__navigation {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 55;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .menu-open .header__navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav__toggler__icon__lines, 
  .nav__toggler__icon__lines:after,
  .nav__toggler__icon__lines:before {
    background-color: #a6a2a3;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .2s ease 0s;
    width: 24px;
  }
  .header--toggle {
    padding: 10px 2px;
    cursor: pointer;
    width: 24px;
    height: 27px;
    position: relative;
    top: 5px;
    right: 2px;
    z-index: 555;
  }
  .menu-open .header--toggle {
    top: -2px;
  }
  .nav__toggler__icon__lines {
    top: 7px;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition: transform .15s ease 0s;
  }
  .nav__toggler__icon__lines:after {
    top: 7px;
  }
  .nav__toggler__icon__lines:before {
    top: -7px;
  }
  .menu-open .nav__toggler__icon__lines {
    background: transparent;
  }
  .menu-open .nav__toggler__icon__lines:after {
    top: 24px;
    -ms-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg);
  }
  .menu-open .nav__toggler__icon__lines:before {
    top: 4px;
    -ms-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
  header.header {
    min-height: 106px;
  }
  .header-logo img {
    margin: 7px 0;
  }
  .header-mobile-logo img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
  .header-button.hs-mobile-button {
    display: block;
    margin-top: 1.25rem;
    text-align: center;
  }
  .header-button.hs-mobile-button a {
    color: #fff;
    padding: .5rem;
    letter-spacing: .01em;
    line-height: 1.5;
    font-size: .90909rem;
    margin-left: 0;
    margin-right: 0;
  }
  .form-group.form-group--with-border {
    border: 1px solid #a6a2a3;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    margin-top: .75rem;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: .5rem;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a6a2a3;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
  }
  .button--icon {
    -ms-flex-align: center;
    align-items: center;
    border: none;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .5rem;
  }
  .u-svg-icon-search-size {
    width: 28px;
    height: 23.9px;
  }
  .u-svg-icon-search-size path {
    fill: #333;
  }
}
@media (max-width: 1199px) and (min-width: 991px){
  body .custom-menu-primary .submenu.level-1 {
    height: 59px
  }
}



@media (max-width: 991px) and (min-width: 768px){
  .hs-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .widget-type-google_search, 
  .widget-type-form, 
  .widget-type-blog_subscribe {
    padding: 1rem;
  }
}

@media (max-width: 767px){
  .header-top {
    display: none;
  }
  header.header {
    min-height: 61px;
  } 
  .header--toggle {
    top: 5px;
  }
  .custom-menu-primary {
    max-height: 100vh;
    overflow-y: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {}
.footer__container {
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.footer-bottom {
  padding: 1.25rem 0;
  font-size: .75rem;
}
.footer-logo img {
  max-width: 198px;
  margin-top: -.25em;
  display: block;
}
/* 
.footer-bt-left {
margin-bottom: 1.25rem;
} */


.footer-links ul {
  font-size: .90909rem;
  font-weight: 600;
  text-transform: uppercase;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.footer-links ul li {
  display: inline-block;
}
.footer-links ul li:last-child {
  margin-left: 2.5rem;
}
.footer-links ul li a {}
.footer-logo {
  margin-bottom: .75rem;
}
.footer__copyright p {
  margin: 0;
}
footer.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-link__social ul li {
  display: inline-block;
  margin-right: .75rem;
  margin-bottom: .75rem;
}
.footer-link__social ul li a svg {
  width: 32px;
  height: 32px;
  display: block;
  transition: opacity .3s ease;
}
.footer-link__social ul li a:hover svg {
  opacity: .5;
}
.custom-footer-menu .submenu.level-1 {
  width: 100%;
}
.custom-footer-menu .submenu.level-1>li>a {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .9375rem;
  font-weight: 700;
  display: block;
  pointer-events: none;
}
.custom-footer-menu>div {
  width: 100%;
}
.custom-footer-menu .submenu.level-2 {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  font-size: .90909rem;
}
.custom-footer-menu .submenu.level-2>li {
  width: 100%;
  padding-top: .25rem;
}
.custom-footer-menu .submenu.level-2>li>a {
  white-space: normal;
}
footer.footer h4 {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .9375rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.footer-contact {
  font-size: .90909rem;
}

.footer-link__contact a {
  display: block;
  margin-top: .25rem;
}
.footer-link__contact a:first-of-type {
  margin-top: 0;
}
.custom-footer-menu .submenu.level-1>li {
  padding: 0 .75rem;
  margin-bottom: 1.25rem;
}
.footer-link__subscribe a {
  outline: transparent;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: .5rem 1.25rem;
  display: inline-block;
  margin: 0;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #00a5b6;
  transition: border-color .3s ease,background-color .3s ease;
}
.footer-link__subscribe p {
  margin-bottom: 0;
}
.footer-top-content {
  margin-bottom: -19px;
}
.custom-footer-menu .submenu.level-2>li:first-child {
  padding-top: 0;
}
.footer__copyright {
  text-align: center;
  margin-bottom: -.75rem;
  margin-bottom: 1.25rem;
}
.footer-bt-left {
  text-align: center;
}
.footer__copyright p {
  padding-bottom: 6px;
}
.custom-footer-menu .submenu.level-1>li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 .75rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.footer-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.footer-top-content {
  margin-bottom: 0;
}
.footer-top-content {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.footer-link__subscribe,
.footer-link__social,
.footer-link__contact {
  width: 100%;
}
.footer__copyright {
  margin-bottom: -.75rem;
}
@media only screen and (min-width: 768px){
  .footer-top-content {
    margin-bottom: -20px;
    padding: 0;
  }
  .footer-top {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }

  .footer-bt-left {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-logo {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .footer__copyright p {
    padding-bottom: 0;
  }
  .footer-links {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer__copyright {
    margin-left: 2.5rem;
    text-align: left;
  }
  .footer-bt-left {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .custom-footer-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-top-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: self-start;
  }
  .custom-footer-menu .submenu.level-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-footer-menu {
    padding-left: 18px;
    padding-right: 18px;
  }
  .footer-link__social {
    margin-top: .75rem;
  }
  .footer-link__subscribe a {
    margin-top: .5rem;
  }

  .custom-footer-menu .submenu.level-1>li{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  .custom-footer-menu {
    -ms-flex: 1 1 66.66667%;
    flex: 1 1 66.66667%;
    max-width: 66.66667%;
  }
  .footer-contact {
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  .footer-logo {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px){
  .footer-bt-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bt-left {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
  }
  .footer-top-content {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-links {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px){
  .footer-contact {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
  .custom-footer-menu {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
  }

  .footer-links ul {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .custom-footer-menu .submenu.level-1>li {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
  .footer-bt-left {
    margin-bottom: 1.25rem;
  }

}


@media only screen and (max-width: 767px){
  .custom-footer-menu .submenu.level-2 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 1.25rem;
    width: 100%;
    display: none;
  }
  .custom-footer-menu .submenu.level-1>li>a {
    display: block;
    cursor: pointer;
    padding: .75rem;
    margin: 0;
    line-height: 21px;
  }
  .custom-footer-menu .submenu.level-1>li {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid hsla(0,0%,100%,.5);
    padding: 0;
  }
  .custom-footer-menu {
    padding-bottom: 18px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    width: 33px;
    cursor: pointer;
    line-height: 47px;
    font-weight: 700;
  }
  .child-open.child-trigger {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .child-trigger:after {
    content: "+";
    display: block;
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .footer-link__subscribe {
    text-align: center;
  }
  .footer-link__subscribe a {
    margin-top: .5rem;
  }
  .footer-link__social {
    margin-top: .75rem;
  }
  footer.footer h4 {
    text-align: center;
  }
  .footer-logo img {
    margin: -.25em auto 0;
    padding-bottom: 5px;
  }
  .footer-link__contact {
    text-align: center;
  }
  footer.footer ul {
    justify-content: center;
  }
  .custom-footer-menu {
    padding-bottom: 17px;
  }
  .custom-footer-menu .submenu.level-2 {
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .custom-footer-menu .submenu.level-1>li.mobile-menu-active .submenu.level-2 {
    transform: none;
    transition: transform .3s ease;
  }
  .footer__copyright {
    margin-bottom: 0;
  }
  .footer-bt-left {
    margin-bottom: 1.25rem;
  }
  .custom-footer-menu .submenu.level-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* ******************************************************************************
*********************************************************************************
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-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}
.breadcrumb {
  background: #f3f2f1;
  z-index: 1;
  width: 100%;
  padding: .5rem 0;
  font-size: .90909rem;
  color: #333;
}
.breadcrumb a {
  font-size: .90909rem;
  color: #333;
}
.breadcrumb a:hover {
  color: #333;
  text-shadow: 0 0 1.25px #fff, 0 0 1.25px #fff;
}
.blog-index {
  padding-top: 2.5rem;
}
.blog-index-post-content-inner {
  overflow: hidden;
}
.feature-image img {
  width: 100%;
  display: block;
  transition: transform .3s ease;
}
.blog-index-post-content-inner:hover .feature-image img {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-index-post {
  margin-bottom: 36px;
}
.blog-index-post-content {
  padding: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  background: #fff;
}
.blog-index-post-content h2 {
  margin-top: .75rem;
}
.blog-post-tags{
  font-weight: 700;
  text-transform: uppercase;
  text-transform: uppercase;
}
a.post-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 555;
}
.blog-post-wrapper .blog-post-tags a {
  color: #333;
}
.blog-post-wrapper .blog-post-tags a:hover {
  color: #00a5b6;
}
.date {
  font-size: .90909rem;
  color: #a6a2a3;
  font-weight: 700;
  line-height: 1.25;
  padding-left: .5rem;
  margin-left: .25rem;
  border-left: 2px solid #333;
  text-transform: uppercase;
}
.blog-index-post-content h4 {
  margin-top: .75rem;
  transition: color .3s ease;
}
.blog-index-post {
  position: relative;
}
.blog-index-post-content-inner:hover {
  box-shadow: 0 0 18px rgba(33,33,33,.3);
}
.blog-title h1 {
}

.blog-title {
  padding-top: 3.75rem;
  text-align: center;
  background: #f3f2f1;
}

.blog-tags {
  background: #00a5b6;
}

.blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 700;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-tags ul li {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}

.blog-tags ul li a {
  transition: opacity .3s ease;
  padding: 1.25rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.blog-tags ul li a:hover,
.blog-tags ul li.active a {
  background: #fff;
  color: #00a5b6;
}
.blog-title h1 {
  padding-bottom: 1.25rem;
  margin: 0;
  text-transform: capitalize;
}
.blog-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: -36px;
}
.blog-pagination a {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: .5rem 1.25rem;
  display: inline-block;
  margin: 0;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #00a5b6;
  transition: border-color .3s ease,background-color .3s ease;
}
.blog-pagination a:hover {
  background: rgba(0,165,182,.5);
  border-color: transparent;
}
.blog-index-post-content-inner {
  position: relative;
  transition: box-shadow .3s;
}
.blog-index-post-content-inner:hover .blog-index-post-content h4 {
  color: #00a5b6;
}
.card__author {
  font-size: .90909rem;
  font-weight: 600;
}
.blog-index-post {
  padding-bottom: 18px;
}
.blog-pagination {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-left: 18px;
  padding-right: 18px;
}
.blog-pagination > div {
  width: 100%;
}
.previous-posts-link {
  text-align: right;
}
.post-feature-image img {
  width: 100%;
  display: block;
}
.blog-post-wrapper {
  padding-top: 2.5rem;
}
.post-wrap {
  margin-bottom: 1.25rem;
}
.post-feature-image {
  margin-bottom: .75rem;
}
.post-wrap h1 {
  margin-bottom: 1.875rem;
}
.blog-post_links {
  display: block;
  color: #00a5b6;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease;
  text-transform: uppercase;
  text-align: center;
}
.link--back:before {
  content: "«";
  display: inline-block;
  font-weight: 600;
  font-size: 1.5em;
  padding-right: 5px;
  transition: transform .3s ease;
  position: relative;
  top: 1px;
}
.link--back:hover:before {
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}
.sidebar__wrapper {
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.sidebar__container {
  padding: 1.875rem;
  background: #f3f2f1;
}
.blog-sidebar .button {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  padding: .5rem 1.25rem;
  display: inline-block;
  margin: 0;
  letter-spacing: .01em;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #00a5b6;
  transition: border-color .3s ease,background-color .3s ease;
}
.sidebar__container>*+* {
  margin-top: 1.5rem;
}
.u-svg-icon-tw-size {
  width: 32px;
  height: 32px;
}
ul.social__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.social__links li {
  display: inline-block;
}
ul.social__links li a {
  color: #00a5b6;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease;
  text-transform: uppercase;
  display: block;
  height: 32px;
  width: 32px;
}
.sidebar-widget__header {
  margin-bottom: 1.25rem;
}
.gradient--footer {
  background: linear-gradient(90deg,#00a5b6,#3e4f7d 49%,#6e416c) no-repeat 0 0;
}
.gradient--footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.gradient--footer h2 {
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0;
}
.stack--h-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.button--secondary {
  color: #fff;
  border-color: #fff !important;
  background: hsla(0,0%,100%,0);
  border: 2px solid;
}
.button--secondary:hover {
  border-color: transparent !important;
  background: hsla(0,0%,100%,.2);
  color: #fff;
}
.button--secondary {
  margin-top: 1.5rem;
}
.post-date {
  font-size: .90909rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a6a2a3;
  display: inline-block;
}
.sidebar-widget--related .sidebar-widget__content{
  padding-bottom: .75rem;
  border-bottom: 1px solid #fff;
  margin-top: .5rem;
} 
ul.social__links li a:hover {
  opacity: .5;
}
.blog-post_links {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.blog-post_links a:hover {
  opacity: .5;
}
.sidebar-widget--related .sidebar-widget__content h5 {
  margin: 0;
}
.youtube_channel .ytc_thumb.ar16_9, .youtube_channel .ytc_thumb.ar16_9>span {
  padding-bottom: 56.26%;
}
.youtube_channel .ytc_video_container a {
  border: none;
}
.youtube_channel .ytc_thumb {

  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.youtube_channel.responsive .ytc_video_container {
  width: 100% !important;
}
.youtube_channel .ytc_thumb.ar16_9, .youtube_channel .ytc_thumb.ar16_9>span {
  padding-bottom: 56.26%;
}
.youtube_channel .ytc_thumb>span {
  height: 0;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.youtube_channel .ytc_video_container {
  float: left;
  position: relative;
}

.youtube_channel.responsive {
  width: 100%;
}
.youtube_channel {
  float: left;
  clear: both;
  position: relative;
  box-sizing: border-box;
}
.youtube_channel .ytc_thumb>span:before {
  content: " ";
  display: block;
  width: 84px;
  height: 59px;
  background-image: url(https://5380716.fs1.hubspotusercontent-na1.net/hubfs/5380716/Inetco_Oct2020/Images/yt_play.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: .9;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 !important;
  margin-left: -42px;
  margin-top: -30px;
  cursor: pointer;
  transform: scale(.85);
}
.youtube_channel .ytc_thumb:hover>span:before {
  background-position: bottom center;
}
.post-youtube p a {
  display: inline;
  color: #00a5b6;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s ease;
}
.banner-wrapper.featured-post h1 {
  font-size: 1.61051rem;
}
.banner-wrapper.featured-post .button.button--primary {
  margin-top: 1.5rem;
}
.hs-post-author-name {
  font-size: 15px;
}
span.date-post {
  font-size: .90909rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #a6a2a3;
  display: inline-block;
}
.blog-sidebar {
  position: relative;
}


@media (min-width: 768px){
  #sidebar.fixed {
    position: fixed;
    top: 106px;
  }
  #sidebar {
    position: absolute;
  }
  .breadcrumb-links {
    padding-left: 18px;
    padding-right: 18px;
  } 

  .blog-index-post {
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  .blog-index {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blog-index-post-content h2 {
    margin-top: .75rem;
  }
  .blog-pagination>div {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .card__content__content {
    margin-bottom: 3.75rem;
  }
  .blog-index-post {
    padding-left: 18px;
    padding-right: 18px;
  }
  .blog-pagination {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .blog-content, .blog-sidebar {
    padding-left: 18px;
    padding-right: 18px;
  }
  .blog-comments {
    margin: 0;
  }
  .blog-content {
    -ms-flex: 1 1 66.66667%;
    flex: 1 1 66.66667%;
    max-width: 66.66667%;
  }
  .blog-sidebar {
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
  .post-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sidebar__wrapper {
    overflow: auto;
    max-height: 80vh;
  }
  .sidebar__sticky {
    padding-bottom: 4rem;
  }
  .sidebar__container>*+* {
    margin-top: 2.5rem;
  }
  .gradient--footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .button--secondary {
    margin-top: 2.5rem;
  }
  .banner-wrapper.featured-post h1 {
    font-size: 2.02729rem;
  }
  .banner-wrapper.featured-post .button.button--primary {
    margin-top: 2.5rem;
  }
  /*   .sidebar__wrapper {
  max-width: 355px;
} */
}
@media (min-width: 992px){
  .blog-index-post {
    padding: 0 18px;
  }
  .blog-pagination {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .card__content__content {
    margin-bottom: 3.75rem;
  }
  .gradient--footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .banner-wrapper.featured-post h1 {
    font-size: 2.56578rem;
  }
  .banner-wrapper.featured-post .button.button--primary {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1025px){
  .st-sticky-share-buttons {
    top: 50%!important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1199px){
  #sidebar {
    max-width: 366px;
  }
}

@media (max-width: 1199px) and (min-width: 768px){
  .sidebar__sticky.sticky.fixed {
    max-width: calc(33.33% - 30px) !important;
  }
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 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-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {

}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.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: center;
}
.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-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
  .blog-post_links {
    text-align: left;
  }
  .blog-pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar__sticky,
  .sidebar__wrapper.sticky {
    position: static !important;
  }
  .next-posts-link {
    padding-bottom: 18px;
  }
}

/* Blog Grid Listing with Sidebar */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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: #97999a;
  z-index: -1;
}
.systems-page input[type="password"] {
  height: auto !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 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;
  color: #4f7d24;
  padding: .1rem .75rem;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 100% !important;
}
.content-wrapper.communication-preferences form {
  max-width: 100%;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}