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

.slide-content h3.slide-entry-title.entry-title a:hover {
  text-decoration: none;
}

.custom-entech-form .hs-form .hs-form-field {
  padding-top: 0 !important;
}

.custom-entech-form .hs-form .hs-input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  transition: text-indent 0.7s ease;
}
/* ******************************************************************************
*********************************************************************************
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: 50px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

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

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

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


@font-face {
  font-family: "entypo-fontello";
  src: url("https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/Entech_October2020/Fonts/entypo-fontello/entypo-fontello.eot#iefix") format("embedded-opentype"), 
    url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/fonts/entypo-fontello.ttf),
    url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/fonts/entypo-fontello.woff);
  font-style: normal;
  font-weight: normal;
}




html {
  font-size: 24px;
}

body {
  font-family: open sans, sans-serif;
  font-size: 1rem;
  color: #292929;
  line-height: 1.65em;
}

p {
  margin: 0.85em 0;
  line-height: 1.2em;
  font-family: open sans, sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1em;
  font-weight: 600;
  font-family: Lato, sans-serif;
  color: #292929;
  word-break: break-word;
}

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

h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

h4 {
  font-size: 1.175rem;
  margin-bottom: 4px;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top:0;
  margin-bottom: 20px;
}
ul {
  margin-left: 7px;
}

ul li,
ol li {

}

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

.body-container-wrapper ul {
  padding: 0;
}
.body-container-wrapper ul li {
  margin-left: 1em;
  padding: 3px 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1.5em;
}

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

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

/* TODO */
small {

}

img {
  max-width: 100%;
  vertical-align: baseline;
}

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

.disable-focus-styles :focus {
  outline: none;
}
::-moz-selection {
  background-color: #292929;
  color: #ffffff;
}

::selection {
  background-color: #292929;
  color: #ffffff;
}
@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 90%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fd9636;
  border-color: #fd9636;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 22px;
  font-weight: 600;
  padding: 5%;
  
  text-decoration: none;
  margin: 16px 0 0;
  white-space:normal;
}

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

.hs-button:active {
  background-color: #ffbe5e;
  border-color: #ffbe5e;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin-left: 0 !important;
}
.hs-form label {
  font-size: .83rem;
  color: #292929;
  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: #790000;
}

.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
  display: inline-block;
  width: 100%;
  padding: 7px;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  line-height:normal;
  color: #2584c0;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

form {
  margin-top: 0px;
  border: 2px solid #f4f4f4;
  background-color: #f4f4f4;
  padding: 2% 5%;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}

.hs-input:-moz-placeholder {
  color: #c5c3c3;
}

.hs-input::-webkit-input-placeholder {
  color: #c5c3c3;
  opacity:1;
}

.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: #dbdbdb;
}
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;
  margin-bottom: 30px;
}
.hs-error-msgs label {
  color: #790000 !important;
  font-weight: 700 !important;
}
.hs_error_rollup {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.hs_error_rollup label.hs-main-font-element {
  text-align: center;
}

.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: #292929;
}
.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: open sans, sans-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);
}
/* ******************************************************************************
*********************************************************************************
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;
}

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




.custom-lets_lalk .hs_cos_wrapper_type_rich_text p {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin-top: 20px;
    font-weight: 900;
}
.custom-lets_lalk .hs_cos_wrapper_type_rich_text p a {
    transition: color .5s linear;
    position: relative;
}
.custom-lets_lalk .hs_cos_wrapper_type_rich_text p a:hover {
    color: #2cc2dd;
    text-decoration: none;
}
.custom-home-section-1 .span6.dnd-column {
    padding: 10% 5% 0 0%;
}
.custom-home-section-1 .dnd-column .hs_cos_wrapper_type_rich_text {
    position: relative;
    display: block;
    padding-left: 20px;
}
.custom-home-section-1 .dnd-column .hs_cos_wrapper_type_rich_text:after {
    border-bottom: 3px solid #1C69B4;
    bottom: -20px;
    position: absolute;
    width: 24.3%;
    content: "";
}
.custom-home-section-1 .span6.dnd-column:last-child {
    padding-top: 120px;
    padding-right: 0;
}
.custom-home-section-1 .hs_cos_wrapper_type_linked_image {
    padding-right: 20px;
    display: block;
}
.custom-home-section-1 .hs_cos_wrapper_type_linked_image img {
    vertical-align: middle;
}

.custom-home-section-2 .hs_cos_wrapper_type_rich_text p {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    font-weight: 900;
}
.custom-home-section-3 .hs_cos_wrapper_type_header {
    position: relative;
    display: block;
}
.custom-home-section-3 .hs_cos_wrapper_type_header h1 {
    text-transform: none;
    font-size: 48px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;
}
.custom-home-section-3 .hs_cos_wrapper_type_header h1:before {
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid #e9e7db;
    width: 30vw;
    content: "";
    margin-top: 2px;
}
.custom-home-section-3 .dnd-section > .row-fluid > .dnd-column {
    padding-top: 10%;
    padding-bottom: 10%;
}
.custom-home-section-5 .dnd-section > .row-fluid > .dnd-module {
    padding: 10% 0;
}
.custom-home-section-5 .hs_cos_wrapper_type_rich_text h2 {
    position: relative;
    z-index: 1;
}
.custom-voip-solutions-section-1 .span8.dnd-column {
    padding: 10% 5% 0 0%;
    width: 57.599999999999994%;
}
.custom-voip-solutions-section-1 .span4.dnd-column {
    margin-top: -150px;
    background: white;
    margin-left: 6%;
    width: 36.4%;
}
.custom-voip-solutions-section-1 form .hs-richtext {
    padding: 50px;
    margin: 0 -40px;
    background: #fff;
    padding-bottom: 25px;
}
.custom-voip-solutions-section-1 form .hs-richtext h6 {
    font-size: 26px;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
}
.custom-voip-solutions-section-1 form {
    padding: 0 40px 40px 40px;
    border: 0;
    margin-bottom: 10%;
      background: #F2F2F2;
}
.custom-voip-solutions-section-1 form .hs-richtext p a {
    font-weight: 700;
    color: #F8A94D;
    text-decoration: none;
}
.custom-voip-solutions-section-1 form .hs-form-required {
    display: none;
}
.hs_firstname.hs-firstname.hs-fieldtype-text.hs-form-field {
    padding-top: 26px;
}
.custom-voip-solutions-section-1 form .hs_firstname.hs-form-field {
    margin-bottom: 13px;
}
.custom-voip-solutions-section-1 form .hs-input::-webkit-input-placeholder {
    text-indent: 0px;
    padding-left: 7px;
    transition: text-indent 0.3s ease;
    font-weight: 400;
    color: #c5c3c3;
    font-size: 20px;
}
.custom-voip-solutions-section-1 form .hs-input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    transition: text-indent 0.7s ease;
}
.custom-voip-solutions-section-1 form .field.hs-form-field {
    margin-bottom: 13px;
}
.custom-voip-solutions-section-1 form .field.hs-form-field textarea.hs-input {
    min-height: 160px;
    line-height: 1.5em;
    resize: none;
}
.custom-voip-solutions-section-1 form input.hs-button {
    margin: 0;
}
.custom-voip-solutions-section-1 form .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
    margin-bottom: 9px;
}
.custom-voip-solutions-section-1 form input.hs-button {
    margin: 0;
    width: 100%;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato',sans-serif;
    background: #F8A94D;
}
.custom-voip-solutions-section-1 form .actions {
    margin: 0;
}
.custom-voip-solutions-section-1 .hs_cos_wrapper_type_rich_text p {
    max-width: 500px;
    margin-top: 20px;
}
.custom-voip-solutions-section-1 .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
}
.custom-voip-solutions-section-1 .hs_cos_wrapper_type_rich_text ul li {
    padding-left: 40px;
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
}
.custom-voip-solutions-section-1 .hs_cos_wrapper_type_rich_text ul li:first-child {
    margin-top: 20px;
}
.custom-voip-solutions-section-1 .hs_cos_wrapper_type_rich_text ul li:before {
    position: absolute;
    top: 17px;
    left: 0px;
    content: '';
    overflow: hidden;
    height: 15px;
    width: 15px;
    object-fit: contain;
    background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/blue-circle.png);
    background-size: cover;
}

.custom-voip-solutions-section-1 {
    position: relative;
}
.custom-voip-solutions-section-1:after {
    position: absolute;
    content: '';
    background: #E9E7DB;
    bottom: 5%;
    width: 50vw;
    height: 3px;
}
.custom-voip-solutions-section-1 img {
    vertical-align: middle;
}
.custom-voip-solutions-section-4 {
    position: relative;
}
.custom-voip-solutions-section-4:after {
    position: absolute;
    content: '';
    background: #E9E7DB;
    bottom: 5%;
    width: 50vw;
    height: 3px;
}
.custom-voip-solutions-section-4 .span4.dnd-module {
    margin-left: 6%;
    width: 29.333333333333332%;
    position: relative;
}
.custom-voip-solutions-section-4 .span4.dnd-module:first-child {
    margin-left: 0;
}
.custom-voip-solutions-section-1 .row-number-2.dnd-row .hs_cos_wrapper_type_rich_text {
    display: block;
    position: relative;
}
.custom-voip-solutions-section-1 .row-number-2.dnd-row .hs_cos_wrapper_type_rich_text:before {
    width: 140px;
    height: 140px;
    position: absolute;
    top: -25%;
    left: -6%;
    content: "";
      background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-stripes.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.custom-voip-solutions-section-1 .row-number-2.dnd-row .hs_cos_wrapper_type_rich_text h2 {
    margin: 0;
}
.hs_letsTalk {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin-top: 20px;
    text-align: center;
    font-weight: 900;
}
.hs_letsTalk a {
    transition: color .5s linear;
    position: relative;
}
.hs_letsTalk a:hover {
    color: #2cc2dd;
    text-decoration: none;
}
.hs-case-study-left-item-title:before {
    background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/contact-art.png);
}
.hs-contactDetails-card-inner.call:before {
    background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/call-icon.png);
}
.hs-contactDetails-card-inner.email:before {
  background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/email-icon.png);
}
.hs-contactDetails-card-inner.visit:before {
  background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/visiti-icon.png);  
}
.custom-contact-section-2 .dnd-section > .row-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}
.hs-sendMessage-grp-nxt:before {
    background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/contact-art.png);
}
.custom-contact-section-2 .span6.dnd-column:first-child {
    position: relative;
/*     top: -150px; */
}
.custom-contact-section-2 .span6.dnd-column {
    width: 47%;
}
.custom-contact-section-2 .span6.dnd-column:last-child {
    width: 47%;
    margin-left: 6%;
}
.body-container-wrapper ul.lcp_catlist li a:hover {
    text-decoration: none;
}
.custom-rateschedule-section-2 {
    border-bottom: solid 1px #ebe8e2;
    margin-bottom: 101px;
}
.custom-hpa-section-1 .span7.dnd-module {
    padding: 10% 5% 0 0%;
}
.custom-hpa-section-1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 900;
}
.custom-hpa-section-1 .hs_cos_wrapper_type_rich_text {
    display: block;
}
.custom-hpa-section-1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 900;
}
.custom-hpa-section-1 .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
}
.custom-hpa-section-1 .hs_cos_wrapper_type_rich_text img {
    vertical-align: middle;
    height: auto !important;
}
.hs-under-border {
    position: relative;
}
.hs-under-border:after {
    position: absolute;
    bottom: -2vh;
    width: 25%;
    content: "";
    border-bottom: 3px solid #fd9636;
    margin: 0;
    display: block;
}
.custom-hpa-section-2 .hs_cos_wrapper_type_rich_text p {
    font-weight: 700;
    margin-top: 20px;
}
.custom-hpa-section-2 .hs_cos_wrapper_type_rich_text p cite {
    display: block;
    font-style: normal;
}
.custom-hpa-section-2 .hs_cos_wrapper_type_rich_text img,
.custom-hpa-section-3 .hs_cos_wrapper_type_rich_text img {
    width: 100vw;
    margin-top: 25px;
    margin-bottom: 25px;
    vertical-align: middle;
    height: auto !important;
}
.custom-hpa-section-2 .row-number-3.dnd-row {
    margin-top: 50px;
}
.custom-hpa-section-3 .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
}
.custom-hpa-section-4 {
    text-align: center;
}
.custom-hpa-section-4 h2 {
    color: #fff;
    text-transform: none;
    font-size: 48px;
}
.custom-hpa-section-4 p {
    color: #fff;
    margin-top: 20px;
}
.custom-hpa-section-4 .dnd-section>.row-fluid > div {
    padding: 5% 0;
}
.body-container-wrapper .custom-hpa-section-3 .hs_cos_wrapper_type_rich_text ul li {
    margin-left: 5%;
    line-height: initial !important;
}
.body-container-wrapper .custom-hpa-section-3 .hs_cos_wrapper_type_rich_text ul li:not(:last-child) {
    margin-bottom: 25px;
}
.custom-hpa-section-3 .row-number-4.dnd-row {
    padding-top: 50px;
    padding-bottom: 5px;
}
.hs-hpa-banner-section .banner-content-btn {
    margin-top: 10px;
}






.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding:0;
}

.custom-video-top-content:before,
.custom-articles-top-conten:before,
.custom-social-top-content:before,
.custom-additional-content:before,
.custom-technology-heading:before,
.custom-about-things-content-img{
  background:url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-stripes.png);
}

.custom-articles-gap span.hr-inner {
  margin: 0;
  border: none;
}

.load-more-btn {
  width: 100%;
  padding: 2%;
  background: #fd9636;
  background: -moz-linear-gradient(45deg, #fd9636 1%, #fcb055 100%);
  background: -webkit-linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  background: linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9636', endColorstr='#fcb055',GradientType=1 );
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fd9636;
  transition: all .5s linear;
  border-color: #ebe8e2;
}

.load-more-btn a {
  color: #fff;
}

.load-more-btn a:hover {
  text-decoration: none;
}

.load-more-btn:hover {
  background: transparent;
}

.load-more-btn:hover a {
  color: #fd9636;
}

span.blue-text {
  color: #2ec1db;
}

.custom-solutions-section .row-fluid .span6 {
  width: 47%;
  margin: 0;
}

.custom-solutions-section .row-fluid .span6:last-child {
  margin-left: 6%;
}

.banner.we-re-damn-good-at-what-we-do- .banner-content-inner-column h1 {
  letter-spacing: 0px;
  margin-bottom: 14px;
  font-family: 'lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
.hs-about-layout .row-fluid [class*="span"] {
  min-height: 0;
}

.banner.we-re-damn-good-at-what-we-do- .banner-content-inner-column {
  width: 64.66666666666666%;
}

.blue-text {
  color: #2ec1db;
}

.heavy-weight {
  font-weight: 900;
}

.custom-location-heading:before,
.custom-solution-bg:before{
  background:url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/services.png);
}

.customer-account-link:before{
  background:url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-plus.png);
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.hsawards-layout .custom-about-section-left-column:before {
  position: absolute;
  height: 170px;
  width: 100%;
  border-right: 2px solid #d7d7d7;
  content: "";
  top: 50%;
  left: 0;
  visibility: visible;
  display: block;
  overflow: hidden;
}

.hsawards-layout .custom-about-section:before {
  display: none;
}

.careers-layout .custom-specialties-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-content-btn a {
  background: #2cc2dd;
  text-transform: uppercase;
  font-size: 24px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  display: block;
  max-width: initial;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  padding: 15px 30px;
  color: #ffffff;
  border-color: #070707;
  display: inline-block;
  min-width: 80px;
  line-height: 1.2em;
  position: relative;
}

.hs-internet-layout .banner-content-btn {
  margin: 0;
}

.banner-content-btn a:focus {
    background: #2cc2dd;
    color: #ffffff;
  text-decoration: none;
}

.banner-content-btn a:hover {
  background-color: #292929;
  text-decoration: none;
  color:#fff;
}

.hs-internet-layout .banner-content-inner p {
  margin: 0.85em 0;
  margin-top: 20px;
  font-family: "Roboto";
  font-weight: 600;
}

.hs-internet-layout .custom-column-content:after {
  display: none;
}

.hs-internet-layout .large-text {
  font-size: 52px;
  line-height: 1.2em;
  font-family: "Roboto";
  margin: 0.85em 0;
  margin-top: 20px;
  font-weight: 900;
}

.hs-internet-layout .custom-about-section-left-column {
  width: 57.599999999999994%;
}

.hs-internet-layout .custom-about-section-right-column {
  width: 36.4%;
}

.hs-internet-layout .custom-about-section-right-column > div {
  text-align: center;
}

.hs-internet-layout .custom-about-section-left-column .custom-column-content ul li {
  margin-left: 5%;
}

.hs-internet-layout p{
  margin-top:20px;
}
.orange-text {
  color: #fca049;
}

.hs-internet-layout .body-container-wrapper ul li {
  margin-left: 5%;
}

.custom-internet-bottom .dnd-section>.row-fluid > div {
  max-width: 960px;
  margin: 0 auto;
  float: none;
}

.hs-internet-layout .body-container-wrapper ul li ul li {
  font-size: 20px;
  margin-bottom: 6px;
}

.hs-internet-layout .body-container-wrapper ul li ul {
  margin: 4px 0 5px 30px;
  list-style: disc outside;
}

.custom-internet-bottom .dnd-section {
  padding: 60px 0;
}

.custom-internet-bottom {
  overflow: hidden;
}

.banner-content-btn a {
  text-align: center;
}
.hs-hardwarehorror-banner-section .banner-content-inner h1 {
    font-family: 'lato','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
    padding-bottom: 6px;
}
.hs-hardwarehorror-banner-section .banner-content-inner p {
    font-family: "Roboto",sans-serif;
    font-weight: 600;
}
.hs-hpa-banner-section .banner-content-btn a:hover,
.hs-hardwarehorror-banner-section .banner-content-btn a:hover {
    opacity: 0.9;
}

.custom-hardwarehorror-section-1 .row-number-2.dnd-row .dnd-column {
    padding: 10% 5% 0 0%;
}
.custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin: 0.85em 0;
    margin-top: 20px;
    font-weight: 900;
}
.body-container-wrapper .custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text ul li {
    margin-left: 5%;
}
.custom-hardwarehorror-section-1 .row-number-2.dnd-row .dnd-column:last-child {
    padding-top: 0;
}
.custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
}
.custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text img {
    vertical-align: middle;
    display: block;
    margin: 0 auto 10px auto;
    clear: both;
    padding-top: 20px;
    height: auto;
}
.custom-hardwarehorror-section-1 .row-number-6.dnd-row {
    margin-top: 50px;
}
.custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text blockquote {
    font-size: 1.235em;
    line-height: 1.5em;
    border: none;
    padding: 0;
    color: #000;
    margin: 0;
    margin-bottom: 1em;
    margin-right: 1em;
}
.custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text blockquote p {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text blockquote p cite {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: right;
    display: block;
    font-style: normal;
}
.custom-hardwarehorror-section-2 .dnd-section > .row-fluid > div {
    padding: 5% 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.custom-hardwarehorror-section-2 .dnd-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    color: #fff;
    margin: 0.85em 0;
    margin-top: 20px;
    font-weight: normal;
}
.custom-hardwarehorror-section-2 .dnd-section .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
}
.custom-remote_work-section-1 .dnd-section > .row-fluid > div {
    padding: 10% 5% 0 0%;
}

.custom-remote_work-section h2 {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin: 0;
    margin-top: 20px;
    font-weight: 900;
    padding-bottom: 24px;
}
.custom-remote_work-section .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
}
.custom-remote_work-section .hs_cos_wrapper_type_rich_text img {
    width: 100vw;
    margin-top: 25px;
    margin-bottom: 25px;
    height: auto !important;
}
.custom-remote_work-section-2 .hs-titleBoder-grp-inner p {
    margin-bottom: 24px;
}
.custom-remote_work-section.custom-remote_work-section-2 .hs_cos_wrapper_type_rich_text img {
    margin-bottom: 15px;
}
.custom-remote_work-section-3 .hs-titleBoder-grp {
    padding-bottom: 25px;
}
.body-container-wrapper .custom-remote_work-section-3 .hs_cos_wrapper_type_rich_text ul li {
    line-height: initial !important;
    margin-left: 5%;
}
.custom-remote_work-section-3 .row-number-4.dnd-row {
    padding-top: 50px;
}
.custom-remote_work-section-4 {
    border-top: solid 1px #ebe8e2;
}
.custom-remote_work-section-4 p {
    font-size: 52px;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
    margin-top: 20px;
    font-weight: 900;
}
.custom-remote_work-section-4 p a {
    transition: color .5s linear;
    position: relative;
}
.custom-remote_work-section-4 p a:hover {
    color: #2cc2dd;
    text-decoration: none;
}
.custom-remote_work-section-5 .dnd-section > .row-fluid > div {
    padding: 5% 0;
}
.custom-remote_work-section-5 h2 {
    color: #fff;
    text-transform: none;
    font-size: 48px;
    margin: 0;
    padding: 0;
    font-family: 'lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    line-height: 1em;
}
.custom-remote_work-section-5 p {
    color: #fff;
    margin-top: 20px;
}
.custom-entech-form .hs-form :focus::-webkit-input-placeholder {
  text-indent: -500px;
  transition: text-indent 0.7s ease;
}

.custom-site-map-section .hs_cos_wrapper_type_header h1 {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
}
.custom-site-map-section .navigation-primary .submenu.level-1 {
    display: block;
    width: 100%;
    list-style: disc;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 7px;
    float: left;
    padding-bottom: 10px;
}
.custom-site-map-section .navigation-primary .submenu.level-1>li {
    width: 100%;
    margin-left: 1em;
    padding: 3px 0;
    line-height: inherit;
}
.custom-site-map-section .navigation-primary .submenu.level-1>li>a {
    height: auto;
    line-height: inherit;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 24px;
    text-transform: inherit;
    line-height: 1.65em;
    font-family: open sans,sans-serif;
}
.custom-site-map-section .navigation-primary .submenu.level-1>li>a:after {
   display:none !important;
}
.custom-site-map-section .navigation-primary .submenu.level-1>li>a:hover {
    color: rgba(136,61,31,1.0);
}
.recent-post-item.no-featured_image>a:first-child {
    padding-top: 70px;
}
.custom-site-map-section .hs_cos_wrapper_type_post_listing h3 {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1em;
}
.custom-site-map-section li.hs-postlisting-item a:hover {
    text-decoration: none;
}



.managed-services-row1 .dnd-section {
  padding-top: 0;
}
.service-advantages .content-left .custom-heading:before,
.feature-card .custom-heading:before{
  background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-stripes.png);
}
.service-advantages .content-right .custom-content ul li:before {
  content: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/blue-circle.png);
}
.managed-services-row2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  border-top: 3px solid #e9e7db;
  content: "";
}
.managed-services-row2 {
  position: relative;
}
.managed-services-row2 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.managed-services-row2 .dnd-section > .row-fluid > .dnd-column {
  padding: 10% 0 0;
}
.managed-services-row2 .section-header {
  line-height: 1.65em;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.managed-services-row2 .section-header h1 {
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  color: #292929;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 48px;
}
.managed-services-row2 .section-header h1 > span {
  color: #2ec1db;
}
.managed-services-row2 .span3 {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 6% !important;
  width: 20.5%;
  margin-top: 50px;
  display: block !important;
}
.managed-services-row2 .span3:first-child {
  margin-left: 0 !important;
}
.service-highlights .custom-image:before {
  background-image: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/benefit-square.png);
}
.custom-divider-container {
  position: relative;
}
.custom-divider-container:before {
  position: absolute;
  right: 0;
  width: 70%;
  height: 50%;
  border-bottom: 3px solid #e9e7db;
  content: "";
}
.custom-divider-container .page-center {
  padding: 0px 50px;
}
.custom-divider-container .custom-divider {
    padding: 5.25% 0;
    margin: 0;
}
.two-column-with-form .custom-form:before {
  background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/contact-art.png);
}
.managed-services-row3 blockquote {
  margin: 0;
  padding: 0;
  border: none;
  width: 50%;
  text-align: right;
}
.managed-services-row3 blockquote h3 {
  margin: 0.85em 0;
  margin-top: 20px;
  font-size: 52px;
  line-height: 1.2em;
  font-family: "Roboto";
}
.managed-services-row3 blockquote h3 a {
  color: #292929;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 900;
  -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.managed-services-row3 blockquote h3 a:hover {
  color: #2cc2dd;
  text-decoration: none;
}
.managed-services-layout .dnd-section[class*="force-full-width-section"]>.row-fluid {
  width: 100%;
}
.managed-services-row3 .widget-type-form {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.managed-services-row3 .widget-type-form:before {
  position: absolute;
  top: -10%;
  right: -10%;
  content: "";
  max-width: 170px;
  max-height: 170px;
  background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/contact-art.png);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.managed-services-row3 .widget-type-form h3.form-title {
  font-family: 'lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  font-weight: 900;
  color: #292929;
  margin-bottom: 0px;
  border: 2px solid #f4f4f4;
  z-index: 1;
  background: #fff;
  position: relative;
  text-transform: none;
  font-size: 24px;
  padding: 5% 25% 5% 10%;
}
.managed-services-row3 .widget-type-form h3.form-title span {
  color: #2ec1db;
}
.two-column-with-form .custom-form form .hs-form-field,
.managed-services-row3 .widget-type-form form .hs-form-field {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0 !important;
  padding-bottom: 3px;
}
.two-column-with-form .custom-form form .hs-form-field label,
.managed-services-row3 .widget-type-form form .hs-form-field label {
  margin: 0;
}
.two-column-with-form .custom-form form .hs-form-field label .hs-form-required,
.managed-services-row3 .widget-type-form form .hs-form-field label .hs-form-required {
  display: none;
}
.two-column-with-form .custom-form form .hs-form-field .hs-input::-webkit-input-placeholder,
.managed-services-row3 .widget-type-form form .hs-form-field .hs-input::-webkit-input-placeholder {
  text-indent: 0px;
  padding-left: 7px;
  transition: text-indent 0.3s ease;
  font-weight: 400;
  color: #c5c3c3;
  font-size: 20px;
}
.two-column-with-form .custom-form form .hs-form-field .hs-input:focus::-webkit-input-placeholder,
.managed-services-row3 .widget-type-form form .hs-form-field .hs-input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    transition: text-indent 0.7s ease;
}


.two-column-with-form .custom-form form input.hs-button.primary.large,
.managed-services-row3 .widget-type-form form input.hs-button.primary.large {
  font: 400 13.3333px Arial;
  margin: 22px 0 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  padding: 5%;
  background: #fd9636;
  background: -moz-linear-gradient(45deg, #fd9636 1%, #fcb055 100%);
  background: -webkit-linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  background: linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9636', endColorstr='#fcb055',GradientType=1 );
  line-height: normal;
}
.two-column-with-form .custom-form form .actions,
.managed-services-row3 .widget-type-form form .actions {
  margin-bottom: 20px;
}
.two-column-with-form .custom-form form,
.managed-services-row3 .widget-type-form form {
  margin-bottom: 16px;
}
a.cta_button.get-free-assessment {
  box-sizing: border-box !important;
}
.managed-services-row2 .dnd-section .span4 {
  width: 29.333333333333332%;
  margin-top: 50px;
  float: left;
}
.managed-services-row2 .dnd-section .span4 + .span4 {
  margin-left: 6%;
}

.two-column-with-form .custom-form form ul.no-list.hs-error-msgs.inputs-list li, 
.managed-services-row3 .widget-type-form form ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  padding: 0;
}

.two-column-with-form .custom-form form ul.no-list.hs-error-msgs.inputs-list,
.managed-services-row3 .widget-type-form form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}

.two-column-with-form .custom-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list,
.managed-services-row3 .widget-type-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 16px;
}
.two-column-with-form .custom-form form ul.no-list.hs-error-msgs.inputs-list li label.hs-main-font-element, 
.managed-services-row3 .widget-type-form form ul.no-list.hs-error-msgs.inputs-list li label.hs-main-font-element {
  margin: 0;
}

/* event landing page */

.event-landing-layout .banner-content-inner p {
  width: 500px;
}
.event-landing-layout .banner-content-inner .popup-btn-wrapper {
  width: 500px;
  margin: 0.85em 0;
  margin-top: 20px;
}
a.register-form-btn {
  line-height: 28.8px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  border: none;
  width: 100%;
  padding: 2% 5%;
  background: #fd9636;
  background: -moz-linear-gradient(45deg, #fd9636 1%, #fcb055 100%);
  background: -webkit-linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  background: linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9636', endColorstr='#fcb055',GradientType=1 );
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-left: 0;
  max-width: 428px;
  font-family: 'Roboto';
}
.event-landing-row1 {
  padding-top: 103px;
}
.event-landing-row1 .dnd-section {
  padding: 0;
}
.event-details-wrapper .column-content .content ul li:before {
  content: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-plus.png);
}
.event-details-wrapper .column-details .top-title:before {
  background: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-stripes.png);
}
.event-landing-row2 .span6 {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0;
  max-width: 782px;
  width: 782px !important;
  margin-left: -100px !important;
}
.event-landing-row2 .span6 + .span6 {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 0 !important;
  width: 43% !important;
  padding-left: 81px;
  font-weight: 400;
}
.event-landing-row2 p {
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 20px;
  font-family: "Roboto";
}
.event-landing-row2 p strong {
  font-size: 24px;
  color: #2cc2dd;
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Roboto";
}
.event-landing-row2 a.register-form-btn {
  margin-left: 3%;
  max-width: 371px;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
.sponsored-conainer blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.sponsored-conainer blockquote:before {
  content: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/ethernet.png);
  position: absolute;
  top: 0;
  left: 0;
}
.sponsored-conainer blockquote p {
  padding: 25px 0px 25px 110px;
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 10px;
}
.sponsored-conainer blockquote p span {
  font-weight: 900;
}

/* Microsoft Trainings */

.microsoft-trainings-row1 .dnd-section {
  padding: 0;
}
.microsoft-trainings-row1 .event-details-wrapper .column-details .top-title:before {
  top: -25%;
}
.microsoft-trainings-row1 .event-details-wrapper .column-content {
  padding-left: 0;
}
.microsoft-trainings-row1 .event-details-wrapper .column-details .top-title {
  padding: 0;
}
.microsoft-trainings-row1 .event-details-wrapper .event-wrapper {
  padding-top: 50px;
}
.microsoft-trainings-row1 .event-details-wrapper .column-content .content ul li {
  margin-left: 1em;
}

/* Mcs Standard Definitions */

.mcs-standard-definitions-layout .row-1-group h3:first-child {
  margin-top: .5em;
}
.mcs-standard-definitions-layout .row-1-group hr {
  margin: 10px 0;
}
.mcs-standard-definitions-layout .row-1-group p {
  margin: 0;
}
.mcs-standard-definitions-layout .row-1-group h3 {
  margin-top: 2em;
}
.mcs-standard-definitions-layout .row-2-group h2 {
  font-size: 52px;
  line-height: 1.2em;
  font-family: "Roboto";
  margin: 0;
  font-weight: 900;
}
.mcs-standard-definitions-layout .row-2-group h2 a {
  font-family: "Roboto";
}
.mcs-standard-definitions-layout .row-2-group h2 a:hover {
  color: #2cc2dd;
  text-decoration: none;
}
.microsoft-trainings-row1 .event-details-wrapper .column-content .content ul li a {
  text-decoration: none;
}
.body-container__website .row-fluid [class*="span"] {
    min-height: 0;
}
.custom-entech .hs_error_rollup label.hs-main-font-element,
.custom-entech-form label.hs-error-msg {
    line-height: 40px;
}
.custom-about-things-content:before {
  width: 285px;
  height: 285px;
  position: absolute;
  top: -110px;
  left: -100px;
  background-size: contain !important;
  content: "";
  z-index: -1;
}

.body-container__website .hs_cos_wrapper_type_rich_text p {
    margin-top: 20px;
}
.body-container__website .hs_cos_wrapper_type_rich_text p a:hover {
   text-decoration:none !important;
}
.managed-services-row3 .widget-type-form:before {
    top: -29px;
}






@media only screen and (min-width: 641px){
  .managed-services-row3 .widget-type-form form .hs-form-field {
    padding-right: 16px;
  }
}


@media screen and (min-width: 768px) {
  .custom-home-section-3 .row-number-3.dnd-row .span4.dnd-module {
      margin-left: 6%;
      width: 29.333333333333332%;
  }
  .custom-home-section-3 .row-number-3.dnd-row .span4.dnd-module:first-child {
      margin-left: 0;
  }
  .custom-contact-section-2 .span6.dnd-column:first-child:before {
      position: absolute;
      top: 10%;
      width: 100%;
      height: 20%;
      border-right: 3px solid #d7d7d7;
      content: "";
      visibility: visible;
      right: -4px;
  }
  .custom-hpa-section-1 .span7.dnd-module {
      width: 57.599999999999994%;
  }
  .custom-hpa-section-1 .span5.dnd-module {
      margin-left: 6%;
      width: 36.4%;
  }
  .custom-contact-section-2 {
      padding-bottom: 5.8%;
  }
}


@media screen and (max-width: 1500px){
  .event-landing-row2 .span6 {
    margin-top: 8vh;
    max-width: initial;
    width: 50% !important;
    margin-left: 0 !important;
  }
  .event-landing-row2 .span6+.span6 {
    margin-top: 0;
    padding-left: 163px;
  }
  .event-landing-row2 a.register-form-btn {
    margin-left: 0;
    width: 84%;
    display: block;
    padding: 2.85% 5%;
  }
}

@media screen and (max-width: 1224px){
  .event-details-wrapper .event-detail .event-info {
    font-size: 24px;
  }
  .event-details-wrapper .column-content {
    padding-left: 50px;
  }
  .event-landing-row2 .span6+.span6 {
    padding-left: 50px;
  }
  .event-landing-row2 a.register-form-btn {
    width: 78.3%;
    padding: 2.65% 5%;
  }
}

@media screen and (max-width: 1200px) {
  .custom-lets_lalk .hs_cos_wrapper_type_rich_text p,
  .custom-home-section-2 .hs_cos_wrapper_type_rich_text p,
  .hs_letsTalk,
  .custom-hpa-section-1 .hs_cos_wrapper_type_rich_text h2,
  .custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text h2,
  .custom-hardwarehorror-section-2 .dnd-section .hs_cos_wrapper_type_rich_text h2,
  .custom-remote_work-section h2,
  .custom-remote_work-section-4 .hs_cos_wrapper_type_rich_text p {
      font-size: 40px;
  }
  .managed-services-row3 blockquote h3 {
    font-size: 40px;
  }
  .mcs-standard-definitions-layout .row-2-group h2 {
    font-size: 40px;
  }  
}


@media screen and (max-width: 900px) {
  .custom-home-section-3 .hs_cos_wrapper_type_header h1:before {
     display:none;
  }
  .news-letter-banner .hs-error-msgs label {
      line-height: 40px;
  }
  .custom-saving-content:before,
  .custom-specialties-heading:before {
    display:none;
  }
}

@media only screen and (max-width: 989px) {
  .managed-services-row2 .span3 {
    margin-left: 4% !important;
    width: 48% !important;
  }
  .managed-services-row2 .dnd-row > .row-fluid {
    display: block !important;
  }
  .managed-services-row2 .span3:nth-child(2n+1) {
    margin-left: 0 !important;
    clear: both;
  }
  .managed-services-row2 .span3 {
    margin-top: 30px;
  }
  .event-landing-row2 a.register-form-btn {
    width: 100%;
    padding: 3.25% 5%;
    max-width: 300px;
  }
}

@media screen and (max-width: 800px) {
  .custom-home-section-2 .hs_cos_wrapper_type_rich_text p,
  .hs_letsTalk,
  .custom-hpa-section-1 .hs_cos_wrapper_type_rich_text h2,
  .custom-hardwarehorror-section-1 .hs_cos_wrapper_type_rich_text h2,
  .custom-hardwarehorror-section-2 .dnd-section .hs_cos_wrapper_type_rich_text h2,
  .custom-remote_work-section h2,
  .custom-remote_work-section-4 .hs_cos_wrapper_type_rich_text p {
      font-size: 32px;
  }
  .custom-lets_lalk .hs_cos_wrapper_type_rich_text p {
      font-size: 32px;
  }
  .careers-layout .custom-specialties-title p {
    font-size: 25px;
    min-height: 3em;
  }

  .hs-internet-layout .large-text {
    font-size: 40px;
  }
  .managed-services-row3 blockquote h3 {
      font-size: 32px;
  }
}


@media screen and (max-width: 960px) and (min-width:768px) {
  .custom-home-section-1 .hs_cos_wrapper_type_linked_image {
      padding-right: 10px;
  }
  .custom-home-section-1 .dnd-column .hs_cos_wrapper_type_rich_text {
      padding-left: 10px;
  }
  .custom-about-things-inner .blue-text {
      font-size: 28px;
  }

}


@media screen and (max-width: 767px) {
  .custom-home-section-1 .dnd-section {
      padding-top: 50px !important;
  }
  .custom-home-section-1 .hs_cos_wrapper_type_linked_image {
      padding-right: 0;
  }
  .custom-home-section-1 .span6.dnd-column {
      margin: 0;
      margin-bottom: 20px;
  }
  .custom-home-section-1 .span6.dnd-column:last-child {
      padding-top: 0;
      padding-right: 0;
  }
  .custom-home-section-1 .dnd-column .hs_cos_wrapper_type_rich_text {
      padding-left: 0;
  }
  .custom-home-section-1 .dnd-column .hs_cos_wrapper_type_rich_text:after {
      width: 25%;
  }
  .custom-home-section-2 .hs_cos_wrapper_type_rich_text {
      padding-bottom: 20px;
      display: block;
  }
  .custom-home-section-3 .row-number-3.dnd-row {
      padding-top: 20px;
  }
  .custom-home-section-4 .dnd-section > .row-fluid,
  .custom-home-section-6 .dnd-section > .row-fluid {
      width: 100%;
  }
  .hs-partners-slider-top-row h2 {
      font-size: 48px;
  }
  .custom-home-section-5 .hs_cos_wrapper_type_rich_text {
      padding-bottom: 20px;
      display: block;
  }
  .custom-voip-solutions-section-1 .span8.dnd-column {
      width: 100%;
  }
  .custom-voip-solutions-section-1 .span4.dnd-column {
      margin: 0;
      margin-bottom: 20px;
      width: 100%;
  }
  .custom-voip-solutions-section-1 {
      padding-top: 50px;
  }
  .custom-voip-solutions-section-1 .hs_cos_wrapper_type_rich_text h2,
  .custom-voip-solutions-section-2 .hs_cos_wrapper_type_rich_text h2 {
      font-size: 48px;
  }
  .custom-voip-solutions-section-1 form .hs-richtext p {
      font-size: 24px;
  }
  .custom-voip-solutions-section-1 form {
      padding: 15px;
      padding-bottom: 15px;
      padding-top: 0;
  }
  .custom-voip-solutions-section-1 form .hs-richtext {
      padding: 10px;
      padding-bottom: 25px;
      margin: 0 -15px;
      padding-top: 30px;
  }
  .custom-voip-solutions-section-1 form .hs-input::-webkit-input-placeholder {
      font-size: 18px;
  }
  .custom-voip-solutions-section-1 form .actions {
      padding-top: 15px;
  }
  .custom-voip-solutions-section-2 .dnd-section {
      padding-bottom: 20px !important;
  }
  .custom-voip-solutions-section-4 .span4.dnd-module {
      width: 100%;
      padding: 0 0 75px 0;
      margin: 0;
  }
  .custom-voip-solutions-section-4 .span4.dnd-module:last-child {
      padding-bottom: 0;
  }
  .custom-voip-solutions-section-3 .dnd-section > .row-fluid {
      width: 100% !important;
  }
  .custom-voip-solutions-section-4 .dnd-section {
      padding-bottom: 0 !important;
  }
  .custom-voip-solutions-section-1:after,
  .custom-voip-solutions-section-4:after {
     display:none;
  }
  .hs_letsTalk {
      padding-bottom: 20px;
  }
  .custom-contact-section-1 .dnd-section > .row-fluid {
      width: 100%;
  }
  .custom-contact-section-1 .custom-about-section-right-column {
      margin-top: 0 !important;
  }
  .custom-contact-section-2 .span6.dnd-column {
      width: 100%;
  }
  .custom-contact-section-2 .span6.dnd-column:last-child {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
  }
  .custom-contact-section-2 .dnd-column {
      margin-top: 0 !important;
  }
  .custom-contact-section-2 {
      overflow: hidden;
      padding-bottom: 26px;
  }
  h2.hs-sitemp-title {
      font-size: 48px;
  }
  .body-container-wrapper ul.lcp_catlist {
      padding-bottom: 20px;
  }
  p.hs-vatican-mrgn {
      padding-bottom: 20px;
  }
 .hs-solutions-layout .dnd-section>.row-fluid {
    width: 100%;
  }

  .hs-solutions-layout .page-center {
    width: 85%;
    max-width: 85%;
    padding: 0;
  }

  .custom-col-6.two{
    width:100%;
    margin-left:0;
  }
  #overlay{
    visibility: hidden;
  }

  .custom-col-6{
    float: left;
  }

  .load-more-btn {
    margin-bottom: 20px;
  }

  .hs-solutions-layout .custom-solutions-section .dnd-section>.row-fluid {
    width: 85%;
    max-width: 85%;
  }

  .custom-solutions-section .row-fluid .span6 {
    width: 100%;
  }

  .custom-solutions-section .row-fluid .span6:last-child {
    margin-left: 0;
  }

  .custom-solution-inner {
    margin: 0;
    margin-top: 20px;
    padding-bottom: .1px;
  }


  .hs-solutions-layout {
    overflow-x: hidden;
  }

  .banner.we-re-damn-good-at-what-we-do- .banner-content-inner-column {
    width:100%;
  }
  .hs-about-layout .dnd-section>.row-fluid {
    width: 100%;
  }

  .body-container__website .custom-about-section .page-center {
    width: 100%;
  }

  .body-container__website .custom-about-section-right-column {
    margin-top: 0 !important;
  }

  .hsawards-layout .custom-about-section-left-column:before {
    display: none;
  }

  .hsawards-layout .custom-about-section .page-center {
    width: 100%;
  }

  .careers-layout .custom-about-section-right-column {
    margin-top: 0 !important;
  }

  .careers-layout .dnd-section>.row-fluid {
    width: 100%;
  }

  .hs-internet-layout .large-text {
    font-size: 32px;
  }

  .hs-internet-layout .custom-about-section-left-column {
    width: 100%;
  }

  .hs-internet-layout .custom-about-section .page-center {
    width: 100%;
  }

  .hs-internet-layout .custom-about-section-right-column {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .custom-hpa-section-1 {
      padding: 50px 0 0;
  }
  .custom-hpa-section-1 .dnd-module {
      padding-bottom: 20px !important;
  }
  .custom-hpa-section-2 .row-number-3.dnd-row {
      margin-top: 20px;
      padding-bottom: 20px;
  }
  .custom-hpa-section-3 .row-number-4.dnd-row {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .body-container-wrapper .custom-hpa-section-3 .hs_cos_wrapper_type_rich_text ul li:not(:last-child) {
      margin-bottom: 40px;
  }
  .custom-hardwarehorror-section-1 {
      padding-top: 50px;
  }
  .custom-hardwarehorror-section-1 .row-number-2.dnd-row .dnd-column {
      padding-right: 0;
      margin-bottom: 20px;
  }
  .custom-hardwarehorror-section-1 .row-number-2.dnd-row .dnd-column:last-child {
      margin-bottom: 10px;
  }
  .custom-hardwarehorror-section-1 .row-number-6.dnd-row {
      margin-top: 20px;
  }
  .custom-hardwarehorror-section-2 {
    margin-top: 20px;
  }
  .custom-hardwarehorror-section-2 .dnd-section,
  .custom-hpa-section-4 .dnd-section {
      padding-bottom: 20px !important;
  }
  .body-container-wrapper .custom-hpa-section-3 .hs_cos_wrapper_type_rich_text ul {
      padding-bottom: 20px;
  }
  .custom-voip-solutions-section-1 .span8.dnd-column {
      padding-top: 10% !important;
  }
  .custom-remote_work-section-1 {
      padding-top: 50px;
  }
  .custom-remote_work-section h2,
  .custom-remote_work-section-2 .hs-titleBoder-grp-inner p {
      padding-bottom: 8px;
  }
  .custom-remote_work-section-1 .row-number-3.dnd-row {
      margin-bottom: 19px;
  }
  .custom-remote_work-section-2 {
      padding-bottom: 20px;
  }
  .custom-remote_work-section-3 .hs-titleBoder-grp {
      padding-bottom: 39px;
  }
  .custom-remote_work-section-3 .row-number-3.dnd-row .dnd-module {
      padding-bottom: 20px;
  }
  .custom-remote_work-section-3 .row-number-4.dnd-row {
      padding-top: 0;
  }
  .custom-remote_work-section-3 {
      padding-bottom: 20px;
  }
  .custom-remote_work-section.custom-remote_work-section-5 h2 {
      font-size: 48px;
      padding-bottom: 0;
  }
  .custom-remote_work-section-5 .dnd-section>.row-fluid {
      padding-bottom: 20px;
  }
  .body-container-wrapper .hs-sendMessage-grp-nxt li label.hs-error-msg,
  .body-container-wrapper .hs-sendMessage-grp-nxt .hs_error_rollup label.hs-main-font-element {
    font-size: 20px;
    line-height: 40px;
    clear: both;
  }
  .body-container-wrapper .hs-sendMessage-grp-nxt .hs_error_rollup label.hs-main-font-element {
      font-size: 24px;
  }
  .managed-services-row2 .section-header {
    padding-bottom: 20px;
  }
  .managed-services-row3 blockquote {
    width: 100%;
    padding-bottom: 20px;
  }
  .managed-services-row3 blockquote h3 {
    font-size: 32px;
  }
  .custom-divider-container .custom-divider {
    padding: 11% 0 11%;
    margin: .5px 0;
  }
  .managed-services-row3 .widget-type-form form .hs-form-field .hs-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .managed-services-row3 .widget-type-form form .hs-form-field {
    padding-right: 0;
  }
  .managed-services-row2 .dnd-section .span4 {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }
  .two-column-with-form .custom-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list label,
  .managed-services-row3 .widget-type-form form .hs-form-field ul.no-list.hs-error-msgs.inputs-list label,
  .managed-services-row3 .widget-type-form form .hs_error_rollup label.hs-main-font-element,
  .two-column-with-form .custom-form form .hs_error_rollup label.hs-main-font-element{
    font-size: 19.512px;
    line-height: normal;
  }
  .event-landing-layout .banner {
    background-position: 21% center !important;
  }
  .event-landing-layout .banner .banner-content {
    text-align: center;
  }
  .event-landing-layout .banner-content-inner p {
    width: 100%;
  }
  .event-landing-layout .banner-content-inner .popup-btn-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .event-landing-layout .banner-content-inner .popup-btn-wrapper a.popup-btn.register-form-btn {
    max-width: 428px;
    margin: 0 auto;
  }
  .event-landing-row1 .dnd-section[class*="force-full-width-section"]>.row-fluid {
    width: 100%;
  }
  .event-landing-row2 .span6 {
    margin: 0;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .event-landing-row2 .span6+.span6 {
    padding-left: 0;
    width: 100% !important;
  }
  .event-landing-row2 a.register-form-btn {
    max-width: 371px;
    margin-left: 0;
    width: 60%;
    padding: 2% 5%;
  }
  .sponsored-conainer h3 {
    font-size: 32px;
  }
  .sponsored-conainer blockquote:before {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
  }
  .sponsored-conainer blockquote p {
    text-align: center;
    padding: 0;
    margin-top: 26px;
  }
  .sponsored-conainer blockquote {
    padding-bottom: 20px;
  }
  .microsoft-trainings-row1 .dnd-section[class*="force-full-width-section"]>.row-fluid {
    width: 100%;
  }
  .event-details-wrapper .column-content .content h4 {
    font-size: 24px;
  }
  .microsoft-trainings-row1 .event-details-container {
    padding-bottom: 40px;
  }
  .microsoft-trainings-row2.sponsored-conainer blockquote p {
    text-align: left;
  }
  .mcs-standard-definitions-layout .row-1-group h3 {
    font-size: 32px;
  }
  .mcs-standard-definitions-layout .row-1-group .dnd-section,
  .mcs-standard-definitions-layout .row-2-group .dnd-section {
    margin-bottom: 20px;
  }
  .mcs-standard-definitions-layout .row-2-group h2 {
    font-size: 32px;
  }  
  .custom-entech .hs_error_rollup label.hs-main-font-element {
    font-size: 24px;
  }
  .custom-entech-form label.hs-error-msg {
    font-size: 20px;
  }
  .custom-solutions-section .hs_cos_wrapper_type_rich_text h2 {
      font-size: 48px;
  }
  .hs-windows-7-end-page .banner-content-inner h1 {
      margin-top: 0;
  }
  .custom-voip-solutions-section-1 form label.hs-error-msg {
      font-size: 20px;
      line-height: 40px;
  }
  .custom-voip-solutions-section-1 form .hs_error_rollup label.hs-main-font-element {
      font-size: 24px;
      line-height: 40px;
  }
  .managed-services-row3 .widget-type-form {
      padding-bottom: 20px;
  }
  .windows-7-end-row1 .dnd-section {
      padding-top: 100px;
  }
  .custom-internet-sec .row-number-2.dnd-section,
  .custom-internet-sec .row-number-4.dnd-section,
  .custom-internet-sec .row-number-6.dnd-section {
      padding-bottom: 70px;
  }
  .two-column-with-form .custom-form form .hs-form-field .hs-input::-webkit-input-placeholder, 
  .managed-services-row3 .widget-type-form form .hs-form-field .hs-input::-webkit-input-placeholder {
      font-size: 18px;
  }
  .managed-services-row3 .widget-type-form h3.form-title {
      padding-right: 10%;
  }
  .custom-business-bottom-section {
      margin-top: 0 !important;
  }
  .custom-business-col.two .custom-business-content {
      margin-bottom: 45px !important;
  }
  .managed-services-row3 .widget-type-form:before {
      right: -7%;
  }
  .custom-divider-container {
      height: 100px;
  }
  .managed-services-row2 .dnd-section .span4+.span4 {
      margin-left: 0;
  }
}


@media(max-width:640px) {
  .custom-voip-solutions-section-1 form .field.hs-form-field textarea.hs-input {
      min-height: 120px;
  }
}


@media(max-width:450px) {
  .custom-site-map-section .navigation-primary .submenu.level-1 {
      padding-right: 15px;
  }
  .custom-site-map-section .navigation-primary .submenu.level-1>li>a,
  .custom-site-map-section li.hs-postlisting-item a {
      font-size: 20px;
  }
  .custom-site-map-section-1 {
      overflow: hidden;
  }
}


@media(max-width:400px) {
  .body-container-wrapper .body-container__website .hs_cos_wrapper_type_rich_text a{
    word-break: break-word;
  }
  .body-container-wrapper .body-container__website .hs_cos_wrapper_type_rich_text ul.lcp_catlist li {
      word-break: normal !important;
  }
  .custom-voip-solutions-section-1 .row-number-2.dnd-row .hs_cos_wrapper_type_rich_text h2 {
      font-size: 40px;
  }
  .body-container-wrapper ul.hs_web-email {
      word-break: break-word;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}

.header__container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 50px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo, .header__logo a {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
}
.header__logo {
    float: left;
    position: absolute;
    left: 0;
    z-index: 100;
}
.custom-header-top-bg {
    position: relative;
    z-index: 20;
}
.custom-header-top-bg span#hs_cos_wrapper_header_top_menu {
    display: block;
    float: right;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 5px;
}
.custom-header-top-bg .hs-menu-wrapper ul {
    float: right;
    padding-left: 10px;
    z-index: 2;
    position: relative;
    top: 10px;
}
.custom-header-top-bg .hs-menu-wrapper ul > li {
    float: left;
    position: relative;
    padding: 0 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #ebe8e2;
    font-size: 18px;
    color: #919294;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
}
.custom-header-top-bg .hs-menu-wrapper ul > li:last-child {
    border: none;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 10px;
}
.custom-header-top-bg .hs-menu-wrapper ul > li > a {
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    line-height: 10px;
  color: #9C9288;
}
.custom-header-top-bg .hs-menu-wrapper ul > li > a:hover {
   text-decoration:underline;
    color: #7c6853;
}

.custom-header-bottom-bg {
    border-bottom: solid 1px #ebe8e2;
    position: relative;
}
.custom-header-bottom-bg .header_inner-container {
    position: relative;
    height: 100%;
    width: 100%;
}
.custom-header-bottom-bg .header__container {
    height: 88px;
    line-height: 88px;
}
.header__logo img {
    max-width: 100%;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    height: 100%\9;
    height: auto\9;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    height: 100%;
}

.without-banner .hs-mobile-logo {
    display: block;
    top: 0;
}
.without-banner .hs-desktop-logo {
    display: none;
}



@media screen and (max-height: 800px) {
  .header__logo {
    height: 260%;
    width: 275px !important;
  }
}


@media screen and (min-width: 818px) {
  .header__logo {
      position: absolute;
      height: 300px;
      top: -60px;
  }
  .without-banner .header__logo {
      height: auto;
  }
}

@media (min-width: 1161px) {
  .custom-header-bottom-bg .header__column {
      clear: none;
      position: absolute;
      z-index: 100;
      line-height: 30px;
      height: 100%;
      margin: 0;
      right: 0;
  }
  .custom-header-bottom-bg {
      position: relative;
        z-index: 19;
  }
}





/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #292929;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: open sans, sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: open sans, sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #292929;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: open sans, sans-serif;
  font-size: 0.8rem;
  color: #292929;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: open sans, sans-serif;
  color: #292929;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #292929;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #292929;
}

/* Tablet Styles */

@media (min-width: 818px) {
  .hs-mobile-logo {
    display:none;
  }
}

/* Mobile Styles */

@media (max-width: 1160px) {
  .header__container form {
    max-width: 100%;
  }
  .header__navigation {
      width: 100%;
  }
  .open-side-menu .header__navigation {
    opacity: 1;
    right:0;
  }
  
  .header__navigation {
      padding-top: 0;
      float: left;
      position: fixed;
      background: #fff;
      top: 0;
      left: auto;
      z-index: 100;
      width: 0;
      transition: all .5s ease,right .5s ease;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      opacity: 0;
      right: -350px;
      width: 350px;
    max-width: 100%;
  }
  .open-side-menu .header__navigation {
      opacity: 1;
      right: 0;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
      justify-content: center;
      padding: 0;
      display: block;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }
  .header__logo {
      z-index: 98;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media (max-width:817px) {
  .hs-desktop-logo {
    display:none;
  }  
  .header__logo {
      height: auto;
      position: relative;
  }
  .custom-header-bottom-bg .header__container {
    height: auto;
    line-height: inherit;
  }
}

@media (max-width:767px) {
  .header__container {
      width: 85%;
      padding-left: 0;
      padding-right: 0;
  }
  .page-center {
      width: 85%;
  }
  .custom-header-top-bg .hs-menu-wrapper ul {
      float: none;
      text-align: center;
      margin: 0 auto;
      padding: 0;
      display: block;
        top: 6px;
    padding-left: 10px;
  }
  .custom-header-top-bg .hs-menu-wrapper ul > li {
      float: none;
      display: inline-block;
      padding: 0 10px; 
    margin: 15px;
  }
  .custom-header-top-bg .hs-menu-wrapper ul > li:last-child {
    display: block !important;
    padding: 0 10px;
    margin: 12px 0;
    margin-bottom: 20px;
  }
  .custom-header-top-bg span#hs_cos_wrapper_header_top_menu {
      padding-top: 9px;
      padding-bottom: 6px;
      font-size: 11px;
      line-height: 30px;
  }
  .header__logo img {
      height: auto !important;
      width: auto !important;
      max-width: 100%;
      display: block;
      max-height: 80px;
  }
  .custom-header-top-bg {
      position: relative;
      z-index: 101;
  }
  .open-side-menu .custom-header-top-bg {
      z-index: 20;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}
footer.footer {
  padding: 3% 0 30px 0;
}
.footer__container {
  padding: 0px 50px;
  position: relative;
  margin: 0 auto;
}
.hs-footer-column {
  width: 47%;
  float: left;
  position: relative;
}
.hs-footer-right-column {
  margin-left: 6%;
}
.hs-footer-left-column:before {
  width: 90%;
  border-right: 2px solid #e9e7db;
  height: 70%;
  content: "";
  position: absolute;
  left: 2px;
  top: 15%;
  visibility: visible;
  display: block;
}
.hs-footer-column_in {
  padding: 30px 0 30px 0;
}
.hs-left-column-top p img {
  margin-bottom: 30px;
}
.hs-right-column-top h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.hs-footer-right-column form {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.hs-footer-right-column form .hs-form-required {
  display: none;
}
.hs-footer-right-column form {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.hs-footer-right-column form .hs-input:focus {
    outline: 0;
    border-color: #dbdbdb;
}
.hs-footer-right-column form .hs-input::-webkit-input-placeholder {
  text-indent: 0px;
  padding-left: 7px;
  transition: text-indent 0.3s ease;
  font-weight: 400;
  color: #c5c3c3;
  font-size: 20px;
}
.hs-footer-right-column form .hs-input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    transition: text-indent 0.7s ease;
}

.hs-footer-right-column form .hs-input:-moz-placeholder,
.hs-footer-right-column form .hs-input::-moz-placeholder {
  text-indent: 0px;
  padding-left: 7px;
  transition: text-indent 0.3s ease;
  font-weight: 400;
  color:#c5c3c3;
  font-size: 20px;
  opacity:1;
}
.hs-footer-column_in {
  position: relative;
  z-index: 1;
}
.hs-footer-right-column form .hs_submit.hs-submit {
  width: auto;
  position: absolute;
  top: 3px;
  right: -1px;
  text-align: center;
  z-index: 1;
}
.hs-footer-right-column form .actions {
  margin: 0;
}
.hs-footer-right-column form .actions:after {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fe5728;
  z-index: -1;
  font-family: arial,sans-serif;
  transition: color .3s linear;
}
.hs-footer-right-column form .actions:hover:after {
  color: #000;
}
.hs-footer-right-column form .actions .hs-button {
  font-size: 0;
  margin: 0;
  padding: 3px 15px;
  transition: color .3s linear;
  background: transparent;
  height: 30px;
  width: 36px;
  line-height: 30px;
  border:none;
}

footer.footer.news-letter-footer {
  border-top: 1px solid #575149;
  text-align: center;
}
footer.footer.news-letter-footer .hs-footer-column {
  width: 100%;
}
footer.footer.news-letter-footer .hs-footer-column:before {
  display:none;
}
@-moz-document url-prefix() {
  .hs-footer-right-column form .actions .hs-button {
    width: 43px;    
  }
  .hs-footer-right-column form .actions::after {
    top: 2px;
    font-family: -apple-system;
  }
}


.hs-right-column-top {
  padding-bottom: 41px;
}
.footer__copyright p {
  margin: 0;
  line-height: 1.65em;
}


@-webkit-keyframes avia_pop {
  0%   { 
    -webkit-transform:scale(0.8);  
  }
  100% { 
    -webkit-transform:scale(1);  
  }
}
@keyframes avia_pop {
  0%   { 
    transform:scale(0.8);  
  }
  100% { 
    transform:scale(1);   
  }
}


.back-to-top {
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  right: 50px;
  bottom: 50px;
  z-index: 1030;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #2b2822;
  color: #988f81;
  border: 1px solid #575149;
}
.active-to-top .back-to-top {
  opacity: 0.7;
  visibility: visible;
  -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.back-to-top:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}
.back-to-top:hover {
  background-color: #f8f6f2;
  color: #292929;
  border: 1px solid #ebe8e2;
  text-decoration:none;
}
.hs-footer-column_in form label.hs-error-msg {
    font-size: 20px;
    line-height: 40px;
}
.hs-footer-column_in form .hs_error_rollup label.hs-main-font-element {
    font-size: 24px;
    line-height: 40px;
}




@media(max-width:1000px) {
  .hs-footer-left-column:before {
    display:none;
  }
}

@media(max-width:767px) {
  .hs-footer-column {
    width: 100%;
  }
  .hs-footer-column {
    width: 100%;
    margin-bottom: 20px;
  }
  .hs-footer-right-column {
    margin-left: 0;
  }
  .footer__container {
    width: 85%;
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-footer-right-column form {
    font-size: 15px;
    margin-top: -1px;
  }
  .hs-right-column-top {
    padding-bottom: 39px;
  }
  .hs-footer-right-column form .hs-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .back-to-top {
    display: none !important;
  }
  .hs-footer-right-column form .hs_submit.hs-submit {
      top: 0;
      right: -5px;
  }
}

@media(max-width:400px) {
  .hs-footer-right-column form {
    margin-top: -3px;
  }
}

.systems-engineer-row1 h1 {
  font-size: 52px;
  line-height: 1.2em;
  font-family: "Roboto";
  text-align: center;
  margin: 0.85em 0;
  margin-top: 20px;
  font-weight: 900;
}
.container-fluid.systems-engineer-row1 h2 {
  color: #292929;
}
.container-fluid.systems-engineer-row1 h2 span {
  color: #2ec1db;
}
.container-fluid.systems-engineer-row1 p {
  margin-top: 20px;
}
.systems-engineer-row1 .dnd-section {
  padding-bottom: 50px !important;
}
.systems-engineer-row1 .span6 {
  width: 47%;
}
.systems-engineer-row1 .span6 + .span6 {
  margin-left: 6%;
}
.container-fluid.systems-engineer-row1 h2 {
  font-size: 48px;
}
.hs-windows-7-end-page .banner-content-inner p {
  font-family: "Roboto";
  margin: 0.85em 0;
  margin-top: 20px;
}
.hs-windows-7-end-page .banner-content-inner h1 {
  margin-top: 0;
}
.autoplay-video-group {
  padding-top: 50px;
}
.windows-7-end-row4 ul li:last-child strong {
  font-weight: 900;
}
@media(max-width:1200px) {
  .systems-engineer-row1 h1 {
    font-size: 40px;
  }
}
@media(max-width:800px) { 
  .systems-engineer-row1 h1 {
    font-size: 32px;
  }
  .systems-engineer-row1 .span6 {
    margin-left: 0 !important;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media(max-width:767px) { 
  .systems-engineer-row1 .span6 {
    margin-left: 0 !important;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .container-fluid.systems-engineer-row1 {
    padding: 50px 0 0;
  }
  .hs-footer-right-column form label.hs-error-msg {
      font-size: 12px;
  }
  .hs-footer-right-column form .hs_error_rollup label.hs-main-font-element {
      font-size: 24px;
      line-height: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
  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 {
  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-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: #292929;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 50px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #292929;
  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: #292929;
  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: #292929;
}
.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: #292929;
  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: transparent;
  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: #292929;
  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 .hs-button {
  background-color: transparent;
  border: 2px solid #fd9636;
  color: #fd9636;
}
.blog-comments .hs-button:hover {
  background-color: #fd9636;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #fd9636;
}

/*             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 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 {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

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

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


/* Blog Styling */

.custom-blog-banner {
  background-attachment: scroll;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  min-height: 100px;
}

.custom-blog-banner .page-center {
  max-width: 1310px;
  height: 727px;
  display: table;
  table-layout: fixed;
  padding: 0px 50px;
  width:100%;
}

.custom-blog-banner-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none !important;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 1px;
  z-index: 1;
  position: relative;
}

.custom-blog-banner-column {
  position: relative;
  min-height: 1px;
  width: 78.8%;
}

.custom-blog-banner-heading h1 {
  color: #fff;
}

.custom-blog-banner:after {
  content: '';
  display: inline-block;
  background-image: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/Entechus_Google_Reviews_Banner.png);
  background-repeat: no-repeat;
  background-size: 950px 175px;
  position: absolute;
  width: 950px;
  height: 175px;
  bottom: 0;
  right: 0;
  animation: box-slide 0.7s linear forwards;
  z-index: 1;
}

.custom-educational .page-center {
  max-width: 1310px;
  padding: 0 50px;
}

.custom-educational-inner {
  padding-bottom: 15%;
}

.custom-educational-row:after,.custom-educational-row:before {
  content: '';
  display: block;
  clear: both;
}

.custom-educational-column.one {
  padding: 10% 5% 0 0%;
  float: left;
  position: relative;
  min-height: 1px;
  width: 47%;
}

.custom-educational-column.two {
  margin-left: 6%;
  width: 47%;
  float: left;
  margin-top: 25px;
}

.custom-educational-content:after {
  position: absolute;
  bottom: -2vh;
  width: 25%;
  content: "";
  border-bottom: 3px solid #1C69B4;
  bottom: -20px;
}

.custom-educational-content {
  position: relative;
}

.custom-blog-topic-wrapper .page-center {
  max-width: 1310px;
  padding: 0 50px;
}

.custom-blog-topic ul {
  text-align: center;
  margin-bottom: 0px;
  margin-left: 7px;
  padding: 0;
  list-style: none;
  position: relative;
}

.custom-blog-topic ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 15px;
  margin-left: 1em;
  margin-bottom: 30px;
}

.custom-blog-topic ul li a {
  font-size: 48px;
  font-family: "Roboto";
  transition: color .25s linear;
  text-decoration: none;
  font-weight: 600;
  transition: color .25s linear;
  text-decoration: none;
  text-transform: capitalize;
}

.custom-blog-topic ul li a.active {
  color: #2cc2dd;
}
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
.custom-blog-topic ul:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 3%;
  background-image: url(https://8105271.fs1.hubspotusercontent-na1.net/hubfs/8105271/raw_assets/public/Entech_October2020/images/orange-stripes.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 290px;
  height: 290px;
}

.custom-blog-search form {
  background-color: transparent;
  border: none;
  padding: 0;
  max-width: 525px;
  margin: auto;
}

.custom-blog-search {
  z-index: 999;
  background: transparent;
  margin-bottom: -50px;
  border-top: none;
  position: relative;
  min-height: 100px;
}

.custom-blog-search .page-center {
  max-width: 1310px;
  padding: 0 50px;
}

.custom-blog-search .header__search .hs-search-field__input {
  padding: 0 1.5em;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  border: 0;
  position: relative;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #ebe8e2;
  background: #fff;
  border-radius: 0px;
  display: block;
  background-color: #f8f6f2;
  padding-right: 100px;
  color: #9C9288;
}

.custom-blog-search button {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 2;
  transition: all .2s ease-in;
  background-color: #fca756;
  padding-left: 2em;
  padding-right: 2em;
  border: 0px solid rgba(255,255,255,0);
  transition: all .2s ease-in;
  line-height: 40px;
  border-radius: 0;
  min-width: 40px;
  cursor: pointer;
  font: 400 13.3333px Arial;
  font-size: 1em;
}

.custom-blog-search button:before {
  content: 'Find';
  color: #fff;
}
.header__search .hs-search-field__input::placeholder {
  text-indent: 0px;
  padding-left: 7px;
  transition: text-indent 0.3s ease;
  font-weight: 400;
  font-size: 20px;
  color: inherit;
  outline:none;
}

.header__search .hs-search-field__input:focus::placeholder {
  text-indent: -999px;
  transition: text-indent 0.3s ease;
}

.custom-blog-search button:hover {
  background-color: #fca756;
  opacity: 0.7;
}

.custom-blog-topic-wrapper {
  min-height: 100px;
}

.custom-blog-search .header__search.header--element {
  padding: 0;
}

.custom-blog-search button svg {
  display: none;
}

.custom-blog-topic ul li a:hover {
  color: #2cc2dd;
  transition: color .25s linear;
}

.custom-blog-list {
  min-height: 100px;
  border-top: none;
  position: relative;
}

.custom-blog-list .page-center {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 50px;
}

.custom-blog-list-inner {
  padding-top: 50px;
  padding-bottom: 30px;
}

.custom-blog-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.custom-blog-item {
  max-width: 240px;
  width: 29.333333333333332%;
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 6%;
  margin-bottom: 40px;
}
.custom-blog-item-wrapper:after,.custom-blog-item-wrapper:before {
  content: '';
  display: block;
  clear: both;
}

.custom-blog-item > a {
  height: 266px;
  width: auto;
  margin-bottom: 0;
  margin: 0;
  border-radius: 0px;
  border: 2px solid #a4a4a4;
  max-height: 266px;
  overflow: hidden;
  display: block;
  position: relative;
  background: #f8f6f2;
}

.blog-topic {
  top: 20px;
  left: 0;
  position: absolute;
  content: "";
  background: #fca756;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}

.custom-blog-item img {
  display: block;
  position: relative;
  height: 100%;
  width: auto;
  border-radius: 0;
  max-width: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  left: 0;
  top: 0px;
  overflow: hidden;
  display: block;
  height: 266px;
}

.image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-color: #292929;
  color: #ffffff;
  border-color: #070707;
  content: '\E832';
  font-family: 'entypo-fontello';
}

.custom-blog-item > a:hover .image-overlay {
  opacity: 0.7;
}

.custom-blog-item > a:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.custom-blog-item .slide-content {
  width: 100%;
  margin: 0 auto;
  background: #000000;
  margin: 0;
  padding: 5%;
  font-size: 20px;
  line-height: 1.2em;
  height: 7em;
}

.custom-blog-item .slide-content h3 {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.custom-blog-item .slide-content h3 a {
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  text-decoration: none;
}


/* Blog Post */

.custom-post-banner-image {
  height: 75vh;
}

.custom-post-banner-image img {
  height: 75vh;
  object-fit: cover;
  width: 100%;
}

.custom-blog-post .page-center {
  z-index: 10;
  text-align: justify;
  font-size: 1.15em;
  line-height: 1.7em;
  background: #fff;
  padding: 1% 2%;
  position: relative;
  max-width: 960px;
}

.custom-blog-title h1 {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-size: 30px;
  padding: 15px 0;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3em;
}

.custom-blog-title h1 span {
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
}

.custom-blog-byline {
  text-align: center;
  font-size: 0.9em;
  position: relative;
  top: -8px;
  display: block;
}

.posy-date {
  font-size: 0.9em;
}

span.text-sep {
  color: #9C9288;
}

.minor-meta {
  font-size: 0.9em;
}

.custom-blog-byline a {
  color: #2766ae;
}

time.posy-date {
  color: #9C9288;
}

.minor-meta {
  color: #9C9288;
}

.custom-blog-byline a:hover {
  color: #2766ae;
  text-decoration: underline;
}
.custom-blog-title {
  margin-bottom: 2px;
}

span.blog-tags strong {
  color: #292929;
}

span.blog-tags a {
  color: #2766ae;
}

span.blog-tags a:hover {
  color: #2766ae;
  text-decoration: underline;
}

.av-share-box {
  width: 100%;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: -50px;
  padding: 0;
}

.av-share-box .av-share-link-description {
  margin-bottom: 20px;
  color: #292929;
  font-size: 21px;
}

.av-share-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-radius: 3px;
  background: transparent;
  border-color: #ebe8e2;
}

.av-share-box ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  border-left-style: solid;
  border-left-width: 1px;
  font-size: 24px;
  line-height: 30px;
  border-color: #ebe8e2;
}

.av-share-box ul li:first-child {
  border: none;
}

.av-share-box ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2766ae;
  font-size: 24px;
}

.avia_hidden_link_text {
  display: none;
}


[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}

html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}

.av-social-link-facebook:hover a {
  color: #fff;
  background-color: #37589b;
}

.av-social-link-twitter:hover a {
  color: #fff;
  background-color: #46d4fe;
}

.av-social-link-gplus:hover a {
  color: #fff;
  background-color: #de5a49;
}

.av-social-link-pinterest:hover a {
  color: #fff;
  background-color: #cb2027;
}

.av-social-link-linkedin:hover a {
  color: #fff;
  background-color: #419cca;
}

.av-social-link-tumblr:hover a {
  color: #fff;
  background-color: #345574;
}

.av-social-link-vk:hover a {
  color: #fff;
  background-color: #597BA5;
}

.av-social-link-reddit:hover a {
  color: #fff;
  background-color: #FF4500;
}

.av-social-link-mail:hover a {
  color: #fff;
  background-color: #9fae37;
}



.avia-related-tooltip {
  position: absolute;
  z-index: 9999999;
  padding: 0;
  width: 200px;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin-top: -10px;
  border-color: #ebe8e2;
}

.av-share-box .avia-related-tooltip {
  width: 150px;
  background-color: #ffffff;
  color: #9C9288;
}

.avia-post-nav {
  position: fixed;
  height: 110px;
  top: 50%;
  background: #aaa;
  background: rgba(0,0,0,0.1);
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 501;
  -webkit-transform: translate3d(0,0,0);
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}

.avia-post-prev .label {
  left: 10px;
}

.avia-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avia-post-nav .entry-info {
  display: block;
  height: 80px;
  width: 220px;
  display: table;
}

.avia-post-prev .entry-info {
  margin: 0 1px 0 20px;
}

.avia-post-nav:hover {
  background: #222;
  background: rgba(0,0,0,0.8);
}

.avia-post-nav:hover .entry-info-wrap {
  width: 240px;
}

.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}

.avia-post-nav .entry-image {
  height: 80px;
  width: 80px;
  display: block;
}

.avia-post-nav .entry-image img {
    border-radius: 100px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
}

.avia-post-nav:hover {
  color: #fff;
  text-decoration: none;
}

.avia-post-next .label {
  right: 10px;
}

.avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}


.avia-post-next.with-image{
  text-align: right;
}

.blog-post__body p {
  line-height: 1.4em;
  margin: 1em 0em 0em;
  font-size: 24px;
  text-align:left;
}

.related_posts {
  padding: 23px 0 33px 0;
  margin-bottom: 30px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #ebe8e2;
}

.custom-blog-related .page-center {
  max-width: 1200px;
  padding: 0;
}

.custom-blog-related {
  padding-top: 101px;
  padding-bottom: 40px;
}

h5.related_title {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}

.related-post-item {
  width: 12.5%;
  float: left;
  padding-right: 3px;
  text-align: center;
  margin-bottom: 10px;
}

.related-post-item a {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  outline: 0;
  text-decoration: underline;
}

span.related_image_wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 147px;
  background: rgba(0,0,0,0.1);
  overflow: hidden;
}

.related-post-item img {
  width: 180px;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

span.related-format-icon {
  position: absolute;
  text-align: center;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #ffffff;
  color: #292929;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.related-format-icon-inner {
  position: absolute;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
}

.related-post-item .avia-related-tooltip {
  background-color: #ffffff;
  color: #9C9288;
  border-color: #ebe8e2;
}

.related-format-icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border-color: #ebe8e2;
}

.avia-related-tooltip .avia-arrow-wrap {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
  border-top: none;
  border-left: none;
  background-color: #ffffff;
  color: #9C9288;
  top: -4px;
}

.hs-blog-listing{
  background-color:#fff !important;
}

.custom-blog-post span.blog-tags.minor-meta {
  text-align: left;
}

.custom-post-banner.no-image {
  background-color: grey;
}

.blog-pagination {
  clear: both;
  display: block;
  width: 100%; 
  float:none ;
}


.hs-blog-listing .header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  overflow: hidden;
  z-index: 999;
  background: white;
  border: solid black 1px;
  max-width: 525px;
  margin: 0 auto;
  margin-top: 20px;
  left: 0;
  right: 0;
}

.hs-blog-listing .header__search .hs-search-field__suggestions #results-for {
  padding: 20px 16px 2px 16px;
  font-size: 14px;
  margin: 0;
  display:block;
  padding-top: 2em;
  line-height: 1em;
}

.hs-blog-listing .header__search .hs-search-field__suggestions li {
  border: none;
}

.hs-blog-listing .header__search .hs-search-field__suggestions li a {
  text-decoration: none;
  line-height: 1.4em;
  font-size: 12px;
  height: auto;
  padding: 10px 16px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.hs-blog-listing .header__search .hs-search-field__suggestions li a:hover {
  background-color: rgba(0,0,0,0.04);
}

.custom-blog-item-wrapper {
  margin-left: -6%;
}
.not-topic-page-item .custom-blog-topic ul li a.resource-menu-item {
  color: #2cc2dd;
  transition: color .25s linear;
}
div#infscr-loading {
  clear: both;
  width: 100%;
  padding:0 50px;
}
.blog-pagination .load-more {
  width: 100%;
  padding: 2%;
  background: #fd9636;
  background: -moz-linear-gradient(45deg, #fd9636 1%, #fcb055 100%);
  background: -webkit-linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  background: linear-gradient(45deg, #fd9636 1%,#fcb055 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9636', endColorstr='#fcb055',GradientType=1 );
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fd9636;
  transition: all .5s linear;
  display: block;
  text-transform: capitalize;
  font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.blog-pagination .load-more:hover {
  background: transparent;
  color: #fd9636;
  text-decoration: none;
}
.custom-blog-topic ul li.active a {
  color: #2cc2dd;
  transition: color .25s linear;
}


@-webkit-keyframes avia_pop {
  0%   { -webkit-transform:scale(0.8);  }
  100% { -webkit-transform:scale(1);  }
}
@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}

@-webkit-keyframes avia_pop_small {
  0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
  100% { -webkit-transform:rotate(0deg) scale(1);  }
}
@keyframes avia_pop_small {
  0%   { transform:rotate(-175deg) scale(0.2);  }
  100% { transform:rotate(0deg) scale(1);   }
}

@-webkit-keyframes avia_pop_loader {
  0%   { -webkit-transform:rotate(0deg) scale(0.2) ;  }
  100% { -webkit-transform:rotate(720deg) scale(1);  }
}
@keyframes avia_pop_loader {
  0%   { transform: rotate(0deg) scale(0.2);  }
  100% { transform: rotate(720deg) scale(1);   }
}


@-webkit-keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7;}
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);
  }
}

@keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7; }
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);}
}

@-webkit-keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}




.hs-blog-post .wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.hs-blog-post figure {
    display: block;
    padding: 0;
    margin: 0;
}
.hs-blog-post .wp-block-media-text > figure > img, 
.hs-blog-post .wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.hs-blog-post .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0;
}
.hs-blog-post .wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
}
.hs-blog-post .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, 
.hs-blog-post .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start;
}
.hs-blog-post .blog-post__body h3 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 5px;
}
.hs-blog-post .blog-post__body a {
    color: #2766ae;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, 
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, 
.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center;
}
.hs-blog-post .blog-post__body ul {
    list-style: disc outside;
    padding: 0;
    text-align: initial;
}
.hs-blog-post .blog-post__body ul li {
    margin-left: 1em;
    padding: 3px 0;
    font-size: 24px;
    line-height: 30px;
}
.hs-blog-post .blog-post__body blockquote {
    margin: 0;
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 1.235em;
    line-height: 1.5em;
    padding: 0;
    color: #000;
    border: none;
}
.hs-blog-post .blog-post__body blockquote p {
    margin: auto auto 1.5em;
    line-height: 1.4em;
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.custom-blog-post span.blog-tags.minor-meta {
    text-align: initial;
    display: block;
}
.custom-blog-post .blog-post__body {
    text-align: initial;
}
.hs-blog-post .wp-block-image img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: auto;
}
.wp-block-image .aligncenter, 
.wp-block-image .alignleft, 
.wp-block-image .alignright, 
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0;
}
.hs-blog-post figure.wp-block-image {
    margin-bottom: 1em;
}
.custom-blog-post .wp-block-image {
    margin-bottom: 1em;
}
.custom-blog-post .wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
.hs-blog-post .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.hs-blog-post .has-text-align-center {
    text-align: center;
}
.hs-blog-post p.has-background {
    padding: 20px 30px;
}
.hs-blog-post .centered-text-important {
    text-align: center !important;
}
.hs-blog-post .has-very-light-gray-color {
    color: #eee;
}
.hs-blog-post .blog-post__body ol {
    padding: 0;
    list-style: decimal;
    margin-left: 15px;
}
.hs-blog-post .blog-post__body ol li {
    font-size: 24px;
    line-height: 30px;
    padding: 3px 0;
    margin: 0;
    margin-left: 1em;
}
.hs-blog-post .wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.hs-blog-post .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.hs-blog-post .blog-post__body ul li ul {
    margin: 4px 0 5px 30px;
}
.hs-blog-post .blog-post__body ul li ul > li {
    margin-left: 1em;
    padding: 3px 0;
    margin-bottom: 6px;
    line-height: 30px;
    font-size: 20px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1 /*!rtl:end:ignore*/;
}
.hs-blog-post .wp-block-media-text.has-media-on-the-right figure {
    margin-top: 50px;
    margin-bottom: 75px;
}
.hs-blog-post .blog-post__body .wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    color: #fff;
}
.hs-blog-post .blog-post__body blockquote strong {
    color: #31c2dd;
}
.hs-blog-post .blog-post__body .is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid;
    color: #2766ae;
}
.hs-blog-post .aligncenter, 
.hs-blog-post .entry-content-wrapper a:hover .aligncenter {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
}
.hs-blog-post .wp-block-button.aligncenter {
    text-align: center;
}
.hs-blog-post .blog-post__body .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
.hs-blog-post .blog-post__body ul li a {
    font-size: 24px;
}
.hs-blog-post .blog-post__body blockquote cite {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: right;
    display: block;
}
.hs-blog-post .blog-post__body blockquote cite a {
    font-size: 12px;
}
.hs-blog-post div .flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}
.hs-blog-post div .av_two_third {
    margin-left: 6%;
    width: 64.66666666666666%;
}
.hs-blog-post div .first {
    margin-left: 0;
    clear: left;
}
.hs-blog-post div .av_one_third {
    margin-left: 6%;
    width: 29.333333333333332%;
}
.hs-blog-post div .flex_column img {
    height: auto;
    width: auto;
}
.hs-blog-post .hr {
    clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 30px 0;
    float: left;
}
.hs-blog-post .hr-invisible {
    float: none;
}
.hs-blog-post .hr-invisible, 
.hs-blog-post .hr-invisible .hr-inner {
    margin: 0;
    border: none;
}
.hs-blog-post .blog-post__body h3 span {
    font-size: 40px;
    font-family: "Lato";
}
.hs-blog-post .blog-post__body blockquote span {
    font-size: 37px;
    line-height: 48px;
    font-weight: 600;
}
.hs-blog-post div .wp-caption {
    max-width: 100%;
    font-size: 11px;
    font-style: italic;
    margin: 5px 15px 10px 0;
    position: relative;
}
.hs-blog-post div .wp-caption img {
    width: auto;
    height: auto;
    border: medium none;
    display: block;
    padding: 5px;
    margin: 0;
    width: 100%;
}
.hs-blog-post .wp-caption-text {
    display: block;
    font-size: 11px;
    font-style: italic;
    margin: 0 auto;
    padding: 3px 10px 5px;
    text-align: center;
    font-family: Georgia,"Times New Roman";
    float: none;
    text-align: left;
    margin: auto auto 1.5em;
    line-height: 1.4em;
}
.hs-blog-post div .av_one_fifth {
    margin-left: 6%;
    width: 15.2%;
    clear: left;
    margin-left: 0;
}
.hs-blog-post div .av_four_fifth {
    margin-left: 6%;
    width: 78.8%;
}
.hs-blog-post .blog-post__body blockquote.orange-gradient {
    background: #ef8a20;
    background: -moz-linear-gradient(45deg, #ef8a20 0%, #f29e3f 100%);
    background: -webkit-linear-gradient(45deg, #ef8a20 0%,#f29e3f 100%);
    background: linear-gradient(45deg, #ef8a20 0%,#f29e3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8a20', endColorstr='#f29e3f',GradientType=1 );
    color: #fff;
    padding: 5%;
    margin: 0;
    border: 0;
    text-decoration: underline;
    margin-bottom: 30px;
    border: none;
    padding: 0;
    color: #000;
}
.hs-blog-post .blog-post__body blockquote.orange-gradient p {
    text-align: center;
}
.hs-blog-post .blog-post__body blockquote.orange-gradient p a {
    color: #fff;
}
.hs-blog-post div .avia-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
}
.hs-blog-post .avia-button.avia-position-left {
    float: left;
    display: block;
}
.hs-blog-post .avia-button.avia-size-small {
    padding: 9px 10px 7px;
    font-size: 13px;
    min-width: 80px;
}
.hs-blog-post .light-blue-btn .avia-button {
    background: #2cc2dd;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    display: block;
    max-width: initial;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 30px;
      color: #fff;
}
.hs-blog-post .avia-color-theme-color {
    color: #ffffff;
    border-color: #070707;
}
.hs-blog-post .avia-color-theme-color:hover {
    color: #ffffff;
    background-color: #292929;
}
.hs-blog-post .avia-button-wrap {
    display: inline-block;
}
.hs-blog-post .alignleft {
    float: left;
    margin: 4px 10px 0px 0;
    display: block;
    position: relative;
}
.hs-blog-post .blog-post__body ol ol {
    margin: 4px 0 5px 30px;
}
.hs-blog-post .blog-post__body ol ol li {
    margin-bottom: 6px;
}
.hs-blog-post .blog-post__body h3 a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
}
.custom-blog-post .blog-post__body img {
    height: auto;
}
.hs-blog-post .custom-blog-title a {
    color: inherit;
    text-decoration: none;
}














@media (min-width: 782px) {
  .hs-blog-post .wp-block-columns {
      flex-wrap: nowrap;
  }
  .hs-blog-post .wp-block-column {
      flex-basis: 0;
      flex-grow: 1;
  }
}

@media screen and (max-height: 800px){
  .custom-blog-banner-column{
    padding: 20% 0;

  }
}

@media(max-width:1400px){
  .custom-blog-banner:after{
    background-size: 850px 150px;
    position: absolute;
    width: 850px;
    height: 150px;
  }

  .header__search.header--element {
    border: none;
    order: unset;
  }
}

@media(max-width:1200px){
  .custom-blog-banner:after{
    background-size: 750px 125px;
    position: absolute;
    width: 750px;
    height: 125px;
  }
}
@media(max-width:947px){
  .custom-blog-item {
    width: 27.3%;
  }
}
@media(max-width:767px){
  .custom-blog-banner .page-center {
    width: 100%;
  }

  .custom-blog-banner-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .custom-blog-banner-heading h1 {
    font-size: 32px;
  }

  .custom-blog-banner:after {
    background-size: 450px 80px;
    position: absolute;
    width: 450px;
    height: 80px;
  }

  .custom-educational .page-center,
  .custom-blog-banner .page-center,
  .custom-blog-topic-wrapper .page-center,
  .custom-blog-list .page-center,
  .custom-blog-search .page-center{
    width: 100%;
    max-width: 85%;
    width: 85%;
    padding: 0;
  }

  .custom-educational-inner {
    padding-bottom: 0;
    padding: 50px 0;
    width: 100%;
  }

  .custom-educational-column.one {
    width: 100%;
  }

  .custom-educational-column.two {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .custom-blog-topic ul:before{
    display:none;
  }

  .custom-blog-topic ul li a {
    font-size: 30px;
  }

  .custom-blog-topic-wrapper {
    margin-bottom: 20px;
  }

  .custom-blog-item {
    width: 48%;
    max-width: 100%;
    margin-left: 4%;
  }

  .custom-blog-item .slide-content {
    height: initial;
  }


  .custom-blog-item img {
    margin-left: 0;
    width: 100%;
  }

  .custom-blog-banner:after {
    background-size: 450px 80px;
    position: absolute;
    width: 450px;
    height: 80px;
  }

  .image-overlay {
    height: 100%;
  }


  .custom-post-pagination {
    display: none;
  }

  .custom-post-banner-image img {
    height: 400px;
    object-position: 79%;
  }

  .custom-post-banner-image {
    height: 400px;
    left: -15%;
    right: -15%;
    width: 100%;
  }

  .custom-blog-title h1 span {
    font-size: 34px;
    line-height: 1em;
  }

  .related-post-item {
    width: 25%;
  }


  .custom-blog-item:nth-child(3n+1) {
    width: 100%;
    margin-left: 0;
  }

  .custom-blog-item-wrapper {
    margin-left: -4%;
  }

  .custom-blog-item:nth-child(3n+2) {
    margin-left: 0;
  }

  .custom-blog-item:nth-child(3n+3) {
    margin-left: 4%;
  }
  .hs-blog-post div .av_two_third, 
  .hs-blog-post div .av_one_third,
  .hs-blog-post div .av_one_fifth,
  .hs-blog-post div .av_four_fifth {
      margin: 0;
      margin-bottom: 20px;
      width: 100%;
  }
}

@media(max-width:667px){
  .custom-blog-banner:after{
    background-size: 300px 60px;
    position: absolute;
    width: 300px;
    height: 60px;
  }
  .hs-blog-post .blog-post__body ul {
      word-break: break-word;
  }
}

@media (max-width: 600px) {
  .hs-blog-post .wp-block-media-text.is-stacked-on-mobile {
      -ms-grid-columns: 100%!important;
      grid-template-columns: 100%!important;
  }
  .hs-blog-post .wp-block-media-text .wp-block-media-text__media {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, 
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
  }
}


@media(max-width:479px){
  .custom-blog-item {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
  }
  .custom-blog-byline a {
    word-break: break-word;
  }

  .related-post-item {
    width: 50%;
  }
  .custom-blog-item-wrapper {
    margin-left: 0;
  }
  .av-share-box ul li:last-child .avia-related-tooltip {
    width: 80px;
  }
  .av-share-box .avia-related-tooltip {
    width: 130px;
  }
  .av-share-box .avia-related-tooltip .inner_tooltip {
    font-size: 15px;
  }
}

@media(max-width:400px){
  .custom-blog-post .blog-post__body img {
      float: none !important;
      display: block;
      margin-top: 20px !important;
      margin-bottom: 20px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 150px 0;
}
@media (max-height: 800px) {
  .systems-page {
      padding: 8% 0;
  }
}


.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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: Lato, sans-serif;
  font-size: 1.25rem;
  color: #292929;
  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: #292929;
}

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


.systems-page form .hs-button {
    margin-top: 15px;
}
.systems-page form ul.no-list.hs-error-msgs {
    padding: 0;
}
.systems-page input[type='password'] {
    height: auto !important;
}
.systems-page form#email-prefs-form {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.content-wrapper.hs-404-section {
    padding: 50px;
}
.content-wrapper.hs-404-section form {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    border: 0;
    background: transparent;
    position: relative;
}
.content-wrapper.hs-404-section .hs-search-field__bar {
    position: relative;
    max-width: 300px;
}
.content-wrapper.hs-404-section form .hs-search-field__input {
    position: relative;
    padding: 11px 47px 11px 5px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #e1e1e1;
    color: #9C9288;
    border-color: #ebe8e2;
    background-color: #f8f6f2;
}
.content-wrapper.hs-404-section form .hs-search-field__input::-webkit-input-placeholder {
    text-indent: 0px;
    padding-left: 7px;
    transition: text-indent 0.3s ease;
    font-weight: 400;
    color: #c5c3c3;
    font-size: 20px;
}
.content-wrapper.hs-404-section form .hs-search-field__input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    transition: text-indent 0.7s ease;
}
.content-wrapper.hs-404-section form button {
    width: 40px;
    height: 52px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    min-width: 40px;
    border: 0;
    background-color: #292929;
    color: #fff;
    border-color: #070707;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
      cursor: pointer;
}
.content-wrapper.hs-404-section .hs-search-field__bar button svg {
    height: 14px;
    fill: #fff;
    position: relative;
    top: -2px;
}
.content-wrapper.hs-404-section form button:hover {
    background-color: #883d1f;
    color: #ffffff;
    border-color: #661b0d;
}
.content-wrapper.hs-404-section p {
    margin-top: 20px;
}
.content-wrapper.hs-404-section ul {
    padding: 0;
}
.content-wrapper.hs-404-section ul li {
    margin-left: 1em;
    padding: 3px 0;
}



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

@media (max-width: 817px) {
  .systems-page {
      padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .systems-page .success {
      min-width: 100%;
  }
  .systems-page form input.email-edit.hs-input {
      width: 100% !IMPORTANT;
  }
  .systems-page form {
      padding: 5%;
  }
  .content-wrapper.hs-404-section {
      max-width: 85%;
      width: 85%;
      padding-left: 0;
      padding-right: 0;
  }
  .content-wrapper.hs-404-section form .hs-search-field__input::-webkit-input-placeholder {
      font-size: 18px;
  }
}

@media (max-width: 450px) {
  .systems-page .page-header h2 {
      font-size: 24px;
  }
  .systems-page .page-header h1 {
      font-size: 30px;
  }
}