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



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');









































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Brands-Regular.woff2") format("woff2"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/fa-brands-400.woff") format("woff"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid.eot") format("embedded-opentype"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid.woff2") format("woff2"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/fa-solid-900.woff") format("woff"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid.ttf") format("truetype"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: fontawesome;
  src: url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid-1.eot") format("embedded-opentype"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid-1.woff2") format("woff2"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/fa-solid-900-1.woff") format("woff"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid-1.ttf") format("truetype"), 
    url("//7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/CharlesIt_June2020/Fonts/FontAwesome5Pro-Solid-1.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

::selection {
  background: #45c3f3;
  color: #fff;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Roboto, serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.41;
  background-color: #fff;
}

p {
  margin: 0;
  margin-bottom: 1.5em;
}

/* Anchor Links */
a {
  color: #45c3f3;
  text-decoration: none;
  -moz-transition: all .15s linear .01s;
  -webkit-transition: all .15s linear .01s;
  -o-transition: all .15s linear .01s;
  transition: all .15s linear .01s;
}

a:hover, a:focus {
  outline: 0;
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 200;
  font-family: Roboto, serif;
  color: #333333;
  word-break: break-word;
}

h1 {
  font-size: 42px;
  line-height: 1.24;
}

h2 {
  font-size: 36px;
  line-height: 1.34;
}

h3 {
  font-size: 28px;
  line-height: 1.36;
}

h4 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625;
}

h5 {
  font-size: 13.28px;
  line-height: 1.76;
}

h6 {
  font-size: 12px;
  line-height: 1.84;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0 0 1.5em;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 2px dotted #eee;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@media (min-width: 768px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 970px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .section.post-footer, .systems-page form {
  display:block;
  margin: 30px 0;
  max-width: 500px;
  border-style: solid;
}

h3.form-title {
  padding: 0 5px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Nunito", lucida grande, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: normal;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  background-image: none;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  vertical-align: baseline;
  text-shadow: none;
  color: #fff;
  padding: 1.5% 4%;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-color: #45c3f3;
  background-color: #45c3f3;
  font-size: 1em;
  width: auto;
  white-space: normal;
  margin: 15px 0;
  outline: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #1d9bcb;
  border-color: #1d9bcb;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #6debff;
  border-color: #6debff;
}


.hs-form label {
  font-size: 16px;
  color: #333333;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.3;
}

.hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #ce443e;
  font-size: .813em;
  font-weight: 700;
  letter-spacing: normal;
  color: #ce443e;
  line-height: 24px;
  font-family: "Nunito", lucida grande, Arial, sans-serif;
  display: block;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  margin: 0;
  font-weight: 300;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  line-height: 1.41;
  padding: 5px 4px;
  letter-spacing: normal;
  font-size: 16px;
  font-family: "Nunito", lucida grande, Arial, sans-serif;
}

input[type="password"] {
  height: auto !important;
  margin: 0 !important;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  outline: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(69,195,243,0.6);
}

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: #790000;
  background: none repeat scroll 0 0 #ffd7d5;
}
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: #790000;
}

.actions {
  padding: 0;
}

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

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

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

.hs-error-msgs {
  padding: 0;
}

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

.hs-form-required {
  color: #45c3f3;
  margin-left: 4px;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #333333;
}
.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: Roboto, serif;
}

@media (max-width: 767px) {
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .widget-type-blog_subscribe,
  .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  div#comment-form,
  .body-container .hs_cos_wrapper_type_form,
  .hs-search-field__bar, .section.post-footer, .systems-page form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
  
.easy-font {
font-family: Roboto,sans-serif !important; }


/* ******************************************************************************
*********************************************************************************
Header/Nav
*********************************************************************************
****************************************************************************** */
.hs-form-13a8e1e2-db06-4241-a8b1-fad959de56d4_5a00557f-023f-496f-aa21-2c0f17f1c70e .hs-form-field label {text-align: center!important;}

html {
  scroll-behavior: smooth;
}

.header {height: 80px;
background-color: #333;}

.header-logo
{
    padding-left: 15%;
  padding-right: 15%;
  margin-top: 20px;
 
}

.mobile-nav {height: 115px;
background-color: #333;}


.header-number
{
    padding-left: 15%;
  padding-right: 15%;
  margin-top: 30px;
 
}


.header-number
{
    padding-left: 15%;
  padding-right: 15%;
  margin-top: 30px;
 
}

@media (max-width: 991px) {   
  .right-side {margin: 0px!important; padding: 0px!important}}

@media (max-width: 767px) {    
.header-logo {padding-left: 5%; padding-right: 5%; margin-top: 20px; width: 49%!important; float: left!important}
.header-number {padding-left: 5%; padding-right: 5%; margin-top: 30px; width: 49%!important; float: right!important}
  .hero-title h1 {padding-left: 5%; padding-right: 5%; padding-top: 30px; padding-bottom: 30px}
  .segment {margin-bottom: 20px}
  .graphic-text {margin-bottom: 20px}
  .graphic-text p {margin-bottom: 0px}
}

@media (max-width: 480px) {

  .hide-mobile {

    display:none!important;}}



@media (min-width: 481px) {

  .mobile-header {

    display:none!important;}}


@media (max-width: 480px) {

  .right-side{

    text-align: center!important;}}


@media (max-width: 968px) {

  .hide-tablet {

    display:none!important;}}

@media (min-width: 968px) {

  .tablet-reveal {

    display:none!important;}}

@media (max-width: 991px) {

  .left-side, .right-side {width: 100%!important; margin: 0px auto;!important}}


/* ******************************************************************************
*********************************************************************************
Hero Elements
*********************************************************************************
****************************************************************************** */


.hero-left {padding-right: 5vw;}


.long-hero {
   /* Sizing */
    width: 100vw;
  height: 20vw!important;}



.long-hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
        height: 300px;
}


.hero-image {
  background-image: url("https://7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/hero-CharlesIT-ads.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 220px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.image-responsive {
  max-width: 100%; height: auto;}


/* Centered text */ {
  @media ( min-width: 776px ) { .centered text-align: center;
  }}


/* ******************************************************************************
*********************************************************************************
Body Elements
*********************************************************************************
****************************************************************************** */


.blue-list ul {margin:0px}
.blue-list ul li {list-style-type: none}
.blue-list ul li:before {content: "•"; color: #00ADEE; padding-right: 8px; background: transparent!important}
.blue-list li {margin-left: 0px;margin-bottom:.5em;}


.blue-list  ol {
   list-style: none;
   counter-reset: item;
 }
.blue-list  ol li {
   counter-increment: item;
   margin-bottom: 15px;
   margin-left: 0;
 }
.blue-list  ol li:before {
   margin-right: 10px;
  font-size: 90%;
  padding-top: .1em;
   content: counter(item);
   background: #00ADEE;
   border-radius: 100%;
   color: white;
   width: 1.5em;
  height: 1.5em;
   text-align: center;
   display: inline-block;
  font-family: Roboto,sans-serif !important;
 }

.segment {
    padding-left: 5%;
  padding-right: 5%;
padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.video-segment {
    padding-left: 15%;
  padding-right: 15%;
padding-top: 40px;
  padding-bottom: 40px;
}


.small-column-segment {
    padding-left: 25%;
  padding-right: 25%;
padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 800px) {
.small-column-segment {
    padding-left: 5%;
  padding-right: 5%;
padding-top: 2.5%;
  padding-bottom: 2.5%;
} }

.center-button .hs-submit, h3.form-title {text-align: center!important}

.grey-box { background-color: #f5f5f5; padding: 20px 30px; border-radius: 5px; margin-bottom: 30px; text-align: left;}
 

.grey-box h2 {
color: #45c3f3;
font-weight: 700;
font-size: 30px !important;
margin-bottom 20px;
}

.lp-icon {padding: 20px 0px 20px; border-top: 1px solid #999}
.lp-icon-short {padding-top: 20px}
.lp-icon-short2 {padding-top: 20px}
.lp-icon-short3 {padding-top: 20px}
.font18 {font-size: 18px; }
.center {text-align: center}
.form-ads {margin-bottom: 50px}

@media (max-width: 1700px) { .lp-icon-short2 { padding-top: 0px }}
@media (max-width: 1400px) { .lp-icon-short3 { padding-top: 0px }}
@media (max-width: 1190px) { .lp-icon-short { padding-top: 0px }}


@media (max-width: 768px) { .grey-box h2 { font-size: 28px } .graybox-intro {margin-bottom: 20px} .form-ads {margin-bottom: 20px} .lp-icon-last {padding-bottom: 0px}}

@media (max-width: 768px) { .grey-box { text-align: center !important;}}

@media (max-width: 768px) { .mobile-marg { margin-bottom: 15px; !important;}}
  
.small-column-segment h2 {
color: #45c3f3!important;
font-weight: 700!important;
font-size: 30px !important;
}

.small-column-segment h3 {
font-weight: 700;
font-size: 24px !important;
}

.segment-background {
background-image: url('https://mk0charlesitoque7mqw.kinstacdn.com/wp-content/uploads/sites/2/2019/06/bg-creating-relationships.jpg'); 
background-repeat: no-repeat; background-position: top center; background-attachment: scroll; background-size: cover;}


.hero-text-white h1 { color:#fff; font-size:38px; line-height:auto; font-weight: 600; padding-top: 50px; padding-bottom: 50px;  padding-left: 12.5%; padding-right: 12.5%; }
.hero-text-white h3 { color:#fff; font-size:24px;!important line-height:auto; }
.hero-text-white p { color:#fff; font-size:18px;!important line-height:auto; }
}
@media ( min-width: 991px ) {
.hero-text-white h1 {color:#fff; font-size:32px;!important line-height:auto; font-weight: 600;}}
@media ( max-width: 767px ) {
.hero-text-white h1 {color:#fff; font-size:30px;!important line-height:auto; font-weight: 700;}}

.header-padding {padding-bottom: 20px;}

@media ( max-width: 991px ) {
.form-size { display: block;
margin: 0 auto; }}

.hs-cta-img {
  max-width: 100%;
  height: auto;
}

.content-left 

{
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 850px;
}

.form-styles
{padding-left: 10px; ; display: block;
}

@media (max-width: 767px) {
.form-styles {padding-left: 0px;} }

.left-border {
    border-left: 1px solid #999999;
  padding-left: 30px;}

.small-section {
 padding-right: 20px;}

.rounded-box { background-color: #f5f5f5; 
  padding: 20px;
 border-radius: 10px;
margin-bottom: 20px; }


.inner-content {
padding: 20px;
}

  


/* ******************************************************************************
*********************************************************************************
Credential/Awards Section
*********************************************************************************
****************************************************************************** */

.featured-text {
 display: block;
   text-align: center;
 }

.featured-container
{
 padding-left: 15%;
  padding-right: 15%;
 padding-top: 2.5%;
  padding-bottom: 2.5%;

}

.featured-image
{
  
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0px 10px 0px;
}



.my-pretty-background-image-wrapper{
background-size:cover;
background-position:center center;
}


.hs-rss-description a { 
  
  margin-left: auto; 
  margin-right: auto;
  width: 120px;
  border-radius: 20px;}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  height: 330px;}

@media (max-width: 740px) { .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  height: auto !important;}}

  
  /* ******************************************************************************
*********************************************************************************
TYPS
*********************************************************************************
****************************************************************************** */


  
/* ******************************************************************************
*********************************************************************************
Backgrounds - delete if LPS become voided
*********************************************************************************
****************************************************************************** */

.managed-lp-hero{
  background-image: url('https://mk0charlesitoque7mqw.kinstacdn.com/wp-content/uploads/sites/2/2020/02/Banner-bg-Dont-just-settle-for-average-IT-support.jpg');
  background-repeat: no-repeat; background-position: top center; background-attachment: scroll; background-size: cover;
}

.wide-CTA-background { background-image: url('https://mk0charlesitoque7mqw.kinstacdn.com/wp-content/uploads/sites/2/2020/01/HP-CharlesIT-Network_eBook-Bg.jpg'); 
  background-repeat: no-repeat; 
  background-position: top center; background-attachment: scroll; background-size: cover;}

.space-huge {background-image: url('https://mk0charlesitoque7mqw.kinstacdn.com/wp-content/uploads/sites/2/2018/02/bg-testimonial_r1.jpg'); 
  background-repeat: no-repeat;
  background-position: center center; background-attachment: scroll; background-size: cover;}
  
.hero-back {
/* background-image: url('https://7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/hero-background.jpg');  */
background-repeat: no-repeat; background-position: top center; background-attachment: scroll; background-size: cover;}

.video-map {
/* background-image: url('https://7872840.fs1.hubspotusercontent-na1.net/hubfs/7872840/video-section-background.jpg');  */
background-repeat: no-repeat; background-position: top center; background-attachment: scroll; background-size: cover;}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.custom-header-wrapper {
  display: block;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  z-index: 1030;
  top: 0;
  position: static;
}

.custom-header-top {
  padding-left: 15px;
  padding-right: 15px;
  color: #c8c8c8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-header-top .page-center {
  max-width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-top-links {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.custom-top-links ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  float: right;
}

.custom-top-links ul > li {
  float: left;
  position: relative;
  display: block;
  line-height: 24px;
  margin-bottom: -1px;
}

.custom-top-links ul > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0;
  text-decoration: none;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.fa-phone {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.custom-top-links ul > li > a .fa {
  font-size: 20px;
}

.fa-phone:before {
  content: "\f095";
}

.custom-top-links ul > li > a:hover {
  text-decoration: none;
  text-shadow: none;
  outline: 0;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.custom-header-bottom {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-header-bottom .page-center {
  max-width: 100%;
}

.header-bottom-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.custom-logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

img {
  border: 0;
  vertical-align: middle;
}

.custom-logo img {
  width: 100% !important;
  max-width: 200px;
}

.custom-menu-primary {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-menu-primary .submenu.level-1 {
  float: right;
  margin: 10px 0 0;
}

.custom-menu-primary .submenu.level-1:after, 
.custom-menu-primary .submenu.level-1:before {
  content: '';
  display: table;
}

.custom-menu-primary .submenu.level-1:after {
  clear: both;
}

.custom-menu-primary .submenu.level-1 > li {
  position: relative;
  display: block;
  line-height: 24px;
  margin-bottom: -1px;
  float: left;
}

.custom-menu-primary .submenu.level-1 > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 11px;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

b, strong {
  font-weight: bold;
}

.custom-menu-primary .submenu.level-1 > li > a:hover {
  text-decoration: none;
  text-shadow: none;
  outline: 0;
}

.custom-menu-primary .submenu.level-1 > li > a > .caret {
  margin-top: 0;
}

.custom-menu-primary ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  border-radius: 4px;
  background-clip: padding-box;
  border: medium;
  margin: 0;
  box-shadow: none;
}

.custom-menu-primary ul li:hover > ul {
  display: block;
}

.custom-menu-primary ul ul li {
  line-height: 24px;
  margin-bottom: -1px;
  position: relative;
}

.custom-menu-primary ul ul li a {
  white-space: nowrap;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  display: block;
  padding: 10px 15px;
}

.custom-menu-primary ul ul li a:hover {
  text-decoration: none;
  outline: 0;
}

.custom-menu-primary ul ul li.has-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.custom-menu-primary ul ul ul {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.custom-menu-primary .submenu.level-1 > li.contact-us {
  cursor: pointer;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: normal;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  background-image: none;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 16px;
  text-shadow: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 25px;
  margin-bottom: 8px;
}

.custom-menu-primary .submenu.level-1 > li.contact-us > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.custom-menu-primary .submenu.level-1 > li.contact-us > a:before {
  content: '\f0e0';
  font-family: "fontawesome";
  padding-right: 6.5px;
}

/* ===================== Media queries ================== */
@media (min-width: 768px) {
  .custom-logo {
    width: 33.33333333333333%;
    float: left;
  }
  .custom-menu-primary {
    width: 66.66666666666666%;
    float: left;
  }
}

@media (min-width: 961px) {
  .custom-menu-primary select {
    display: none !important; 
  }
}

@media (min-width: 992px) {
  .custom-logo {
    width: 25%;
  }
  .custom-menu-primary {
    width: 75%;
  }
}
/* ========= */
@media (max-width: 1199px) and (min-width: 992px) {
  .custom-top-links ul > li > a {
    padding: 10px 6px;
  }

  .custom-menu-primary .submenu.level-1 > li > a {
    padding: 10px 6px;
  }
}

@media (max-width: 980px) {
  .custom-header-top, 
  .custom-header-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom-top-links ul > li > a {
    font-size: 13px;
    padding: 10px 6px;
  }
  .custom-menu-primary .submenu.level-1 > li > a {
    font-size: 13px;
    padding: 10px 6px;
  }
  .custom-menu-primary .submenu.level-1 > li:nth-child(4) > ul {
    left: auto;
    right: 0;
  }
}

@media (max-width: 960px) {
  .custom-menu-primary .submenu.level-1 {
    display: none;
  }

  .custom-menu-primary select {
    margin: 20px 0 0;
    display: block;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
    color: #676767;
    font-family: "Nunito", lucida grande, Arial, sans-serif;
    font-weight: 300;
    line-height: normal;
    outline: none;
  }
}

@media (max-width: 768px) {
  .custom-header-top, 
  .custom-header-bottom {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  .custom-top-links ul {
    float: none;
    display: table;
    margin: 0 auto;
  }

  .header-bottom-inner {
    display: block;
  }

  .custom-logo img {
    margin-bottom: 10px;
    width: 46px !important;
  }

  .custom-logo {
    text-align: center;
  }

  .custom-menu-primary select {
    margin: 0;
  }
}
.custom-footer-wrapper {
  display: block;
  width: 100%;
}

.custom-footer {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-copyright, 
.custom-privacy-links {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.custom-copyright p {
  margin: 0;
}

.custom-copyright p br {
  display: none;
}

.custom-privacy-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  display: block;
}

.custom-privacy-links ul > li {
  float: left;
  line-height: 20px;
  margin-left: 10px;
}

.custom-privacy-links ul > li:first-child {
  margin-left: 0;
}

.custom-privacy-links ul > li > a {
  -moz-transition: all .15s linear .01s;
  -webkit-transition: all .15s linear .01s;
  -o-transition: all .15s linear .01s;
  transition: all .15s linear .01s;
}

.custom-privacy-links ul > li > a:hover {
  text-decoration: none;
}

.custom-footer .footer-divider {
  border: 0;
  border-top: 1px solid #eee;
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 40px 0 10px;
}

.footer-top-section {
  margin-top: 20px;
}

.footer-logo-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-top: 40px;
}

.custom-footer-menu {
  position: relative;
  min-height: 1px;
  width: 100%;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  margin-top: 20px;
}

.custom-footer-menu .hs-menu-wrapper > ul:after, 
.custom-footer-menu .hs-menu-wrapper > ul:before {
  content: '';
  display: table;
}

.custom-footer-menu .hs-menu-wrapper > ul:after {
  clear: both;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  font-family: "Raleway", lucida grande, Arial, sans-serif;
  line-height: 30px;
  margin: 10px 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: text;
  font-weight: 700;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li {
  line-height: 24px;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  -moz-transition: all .15s linear .01s;
  -webkit-transition: all .15s linear .01s;
  -o-transition: all .15s linear .01s;
  transition: all .15s linear .01s;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  text-decoration: none;
}

.footer-logo-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto !important;
}

.custom-address-section {
  margin-top: 40px;
}

.custom-address-section address {
  display: block;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: inherit;
}

.custom-address-section a {
  cursor: pointer;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.33;
  white-space: normal;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  background-image: none;
  -moz-transition: all .3s linear .01s;
  -webkit-transition: all .3s linear .01s;
  -o-transition: all .3s linear .01s;
  transition: all .3s linear .01s;
  vertical-align: baseline;
  text-shadow: none;
  color: #fff;
  padding: 1.5% 4% 4px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 16px;
  border-color: #45c3f3;
  background-color: #45c3f3;
}

.custom-address-section a:hover {
  background-color: #32bdf2;
  border-color: #32bdf2;
  color: #fff;
  text-decoration: none;
}

.custom-social-icon {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.social-icon-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.social-icon-inner a {
  -moz-transition: all .15s linear .01s;
  -webkit-transition: all .15s linear .01s;
  -o-transition: all .15s linear .01s;
  transition: all .15s linear .01s;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-social {
  font-size: 2.5em;
  margin-left: 10px;
  margin-right: 10px;
}

a .fa-social {
  color: #ffffff;
  padding: 0 25px;
}

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

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

.fa.fa-adn, 
.fa.fa-bitbucket, 
.fa.fa-bitbucket-square, 
.fa.fa-dropbox, 
.fa.fa-flickr, 
.fa.fa-instagram, 
.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-instagram:before {
  content: "\f16d";
}

.social-icon-inner a:hover .fa-social {
  text-decoration: none;
}

.social-icon-inner p {
  margin: 0;
}


/* ======================== Media Queries ==================== */
@media (min-width: 768px) {
  .custom-copyright {
    width: 58.333333333333336%;
    float: left;
  }
  .custom-privacy-links {
    width: 41.66666666666667%;
    float: left;
  }
  .footer-logo-wrapper {
    width: 33.33333333333333%;
    float: left;
  }
  .custom-footer-menu {
    width: 66.66667%;
    float: left;
  }
}

@media (min-width: 992px) {
  .custom-copyright,
  .custom-privacy-links {
    width: 50%;
  }
  .footer-logo-wrapper {
    width: 25%;
  }

  .custom-footer-menu {
    width: 75%
  }
}
/* =========== */
@media (max-width: 991px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 50%;
  }

  .footer-top-section {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .custom-footer {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 13px;
    padding-right: 13px;
  }

  .custom-social-icon {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  .custom-copyright {
    text-align: center;
  }

  .custom-privacy-links ul {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
  }

  .custom-privacy-links ul > li {
    display: block;
    float: none;
    margin: 0;
    line-height: 24px;
  }

  .custom-copyright p br {
    display: block;
  }

  .footer-logo-wrapper img {
    margin: 5px auto;
  }

  .custom-address-section {
    text-align: center;
  }

  .custom-address-section a {
    font-size: 13px;
    padding: 2% 4%;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    float: none;
    width: 100%;
    text-align: center;
  }

  a .fa-social {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
    margin: 0 auto;
}
.blog-header__author-avatar {
    height: 200px;
    width: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
    margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
    display: inline-block;
    position: relative;
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
.blog-header__author-social-links a:hover {
    background-color: #333333;
}
.blog-header__author-social-links svg {
    fill: #fff;
    height: 15px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-comments {
    max-width: 680px;
    margin: 0 auto;
}
.blog-comments form {
    max-width: 100%;
}
.blog-comments .hs-submit {
    text-align: center;
}
.blog-comments .comment-reply-to {
    border: 0 none;
}
.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #45c3f3;
}
.comment-date {
    display: block !important;
}
@media(max-width: 480px){
    .blog-post__body img {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}
/* ============================================================ */
.main-content-wrapper {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-index, .blog-sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


.blog-index h1 {
    line-height: 52px;
}

.post-item {
    display: block;
    margin-bottom: 15px;
}

.post-item h2 {
    line-height: 48px;
}

.post-item h2 a {
    font-weight: bold;
}

.post-item footer {
    display: block;
    border-bottom: 1px solid #eee;
    color: #b4b4b4;
    padding-bottom: 15px;
    font-size: 12px;
}

.fa.fa-calendar:before {
    content: "\f073";
}

.post-item footer > span + span {
    margin-left: 10px;
}

.fa-file:before {
    content: "\f15b";
}

.post-item footer a {
    font-weight: bold;
}

.post-item .post-image {
    display: block;
    margin: 25px 0;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.post-item .post-image img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.post-item .post-detail {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-top: 30px;
}

.post-detail .additional {
    margin-top: 20px;
}

.post-detail .additional .more-link {
    cursor: pointer;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    white-space: normal;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background-image: none;
    -moz-transition: all .3s linear .01s;
    -webkit-transition: all .3s linear .01s;
    -o-transition: all .3s linear .01s;
    transition: all .3s linear .01s;
    vertical-align: baseline;
    border-color: #45c3f3;
    background-color: #45c3f3;
    text-shadow: none;
    color: #fff;
    padding: 1.5% 4%;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 16px;
}

.post-detail .additional .more-link:hover {
    background-color: #32bdf2;
    border-color: #32bdf2;
    text-decoration: none;
    outline: 0;
    color: #fff;
}

.blog-sidebar .sidebar-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.sidebar-inner .blog-search {
    padding: 25px;
    background: #1B3B5F;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 10px;
}

.blog-search .hs-search-field__bar {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    border-radius: 0;
}

.blog-search form {
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}

.blog-search .hs-search-field__input {
    background-image: none;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    padding: 4px 14px;
    min-height: 30px;
    border-radius: 4px 4px 4px 4px;
    color: inherit;
    font-family: inherit;
    border: 0;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    width: 100%;
    outline: none;
}

.blog-search button {
    text-transform: none;
    margin: 0;
    font-family: "Nunito", lucida grande, Arial, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: normal;
    -moz-transition: all .3s linear .01s;
    -webkit-transition: all .3s linear .01s;
    -o-transition: all .3s linear .01s;
    transition: all .3s linear .01s;
    vertical-align: baseline;
    background: none repeat scroll 0 center transparent;
    border: 0;
    color: #bebebe;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
}

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

.blog-search button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f002";
}

.blog-sidebar .recent-posts h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00ADEE;
    border-bottom: 3px solid #00F25A;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.blog-sidebar .recent-posts ul {
    padding: 0;
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}

.blog-sidebar ul > li {
    border-bottom: 1px solid #ADE0FA;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    border-top: 1px solid transparent;
}
.hs-postlisting-item a {
    font-size: 16px;
    color: #707070;
    text-decoration: none;
    font-weight: 500;
}
.blog-pagination {
    text-align: center;
}

.blog-pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    list-style: none;
}

.blog-pagination ul > li {
    line-height: 24px;
    display: inline;
}

.blog-pagination ul > li > a, 
.blog-pagination ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.blog-pagination ul > li.active > span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #45c3f3;
    border-color: #45c3f3;
}
.vb-listing-wrapper .blog-pagination ul > li > a, .vb-listing-wrapper .blog-pagination ul > li > span { border: none; font-weight:400; }
.vb-listing-wrapper .blog-pagination ul > li.active > span { color: #00ADEE; font-weight:700; cursor: default; background-color: transparent; }

.blog-pagination ul > li:first-child > a, 
.blog-pagination ul > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.blog-pagination ul > li > a:hover {
    background-color: #eee;
}
.vb-listing-wrapper .blog-pagination ul > li > a:hover {
    background-color: transparent;
    color:#00ADEE;
}

.blog-pagination ul > li:last-child > a, 
.blog-pagination ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-post-body-wrapper {
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    box-shadow: none;
      padding: 50px 50px 0px 50px;
  /*
  padding: 50px 50px;
*/
}
.vb-listing-wrapper .blog-pagination ul > li > a, 
.vb-listing-wrapper .blog-pagination ul > li > span{color:#505050; font-weight:400;}
.vb-listing-wrapper .blog-pagination ul > li a i {font-size:13px; font-weight:400;}

.blog-index .blog-post-body-wrapper > h1 {
    font-size: 1.85em;
    line-height: 1.5;
}

.blog-post-body-wrapper .blog-post-meta {
    display: block;
    border-bottom: 1px solid #eee;
    color: #b4b4b4;
    padding-bottom: 15px;
    font-size: 12px;
    margin-bottom: 25px;
}

.blog-post-body-wrapper .blog-post-meta > span + span {
    margin-left: 10px;
}

.blog-post-body-wrapper .blog-post-meta a {
    font-weight: bold;
}

.blog-post-body-wrapper .blog-post-image {
    display: block;
    width: 100%;
}

.blog-post-body-wrapper .blog-post-image img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 5px 20px 20px 0;
}

.blog-post-pagination {
    margin-top: 20px;
}

.blog-post-pagination ul {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.blog-post-pagination ul:after, 
.blog-post-pagination ul:before {
    content: '';
    display: table;
}

.blog-post-pagination ul:after {
    clear: both;
}

.blog-post-pagination ul > li {
    line-height: 24px;
    display: inline;
}

.blog-post-pagination ul > li > a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #eee;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blog-post-pagination ul > li.previous > a {
    float: left;
}

.blog-post-pagination ul > li.next > a {
    float: right;
}

.blog-post-pagination ul > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.blog-comments {
    max-width: 100%;
    margin: 30px 0;
}

.blog-comments .section.post-footer {
    background: transparent;
    max-width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
}




/* New css */

.author-img{height:65px;width:65px;border-radius:50%;overflow:hidden;background:#ccc;margin-right:20px;}
.author-img img{width:100%;height:100%;object-fit:cover;object-position:center center;}
span.category-author{display:flex;align-items:center;}
.category-author a{color:#00ADEE;width: calc(100% - 85px);}
.blog-post-meta{display:flex;align-items:center;justify-content:center;margin:24px 0 40px;}
.blog-post-meta > span{margin-right:40px;}
.blog-post-meta *{font-size:16px;font-weight:400;color:#1B3B5F;}
.blog-post-meta i{color:#0070BA !important;}
.blog-post-meta > span > i{margin-right:10px;}
.blog-post-header hr{background-color:#00F25A;height:3px;max-width:100px;}
.blog-post-header h1{text-align:center;font-weight:700;color:#1B3B5F;margin-bottom:34px;}
.blog-post-header{padding-top:50px;}
.mar-bot{margin-bottom:40px;box-shadow:5px 1px 12px #00000029;border-radius:10px;overflow:hidden;}
.searc-bar form{margin-top:0;}
.mar-bot.form-bar img{width:100%!important;margin:0!important;max-width:100%!important;}
.mar-bot.form-bar{border-bottom:9px solid #00ADEE;padding-bottom: 15px;}
.mar-bot.recent-bar{padding:10px 30px;}
.cta-bar img{width:100%;max-width:100%!important;margin:0!important;}
.blog-sidebar ul>li:last-child{border:0;}
.container{max-width:1180px;margin-right:auto;margin-left:auto;padding: 0 20px;}

.blog-post__body h2 {
    color: #00ADEE;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.form-bar .actions input {
    background-color: #00F25A;
    font-weight: 700;
    color: #000;
    border: transparent;
    font-family: Roboto,sans-serif;
}
.form-bar .hs-form-required {
    color: #00F25A;
    margin-left: 4px;
}
.blog-post__body h3 {
    color: #0070BA;
    font-size: 18px;
    font-weight: 700;
}

.blog-post-image img {
    padding: 0 !important;
    box-shadow: 0px 3px 6px #00000029;
}
.blog-post__body a{color: #00ADEE;}
.blog-post-image {
    padding-bottom: 50px;
}
.share-textx {
    font-size: 16px;
    color: #0070BA;
    font-weight: 700;
}

.social-share-icon {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.social-share-icon span.at-label {
    display: none;
}

.social-share-icon a {
    background-color: transparent !important;
    padding: 4px 0 !important;
    margin: 0 6px!important;
}

.social-share-icon a svg {
    fill: #0070BA !important;
}

.at-share-btn-elements {
    border-bottom: 3px solid #00F25A;
}
.blog-post__body h4,.blog-post__body h5,.blog-post__body h6{
    font-weight: 400;
    color: #000;
}
.blog-post__body p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}





@media only screen and (max-width:991px){
    .blog-post-meta {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        max-width: 240px;
        margin: 24px auto 40px;
        align-items: flex-start;
    }
    .blog-post-meta span.category-author, .blog-post-meta span.date {
        width: 100%;
        margin-bottom: 30px;
    }
    .blog-post-meta>span {
        margin: 5px 0;
    }
    .author-img {
        height: 50px;
        width: 50px;
    }
    span.same-wid {
        display: inline-block;
        width: 50px;
        text-align: center;        
        margin-right: 16px;
    }

    span.same-wid i {font-size: 28px;}
}
@media only screen and (min-width:992px){
    .child_menu2 > ul{min-height:360px!important;}
    .child_menu3 > ul{min-height:360px!important;}
    .child_menu4 > ul{min-height:300px!important;}
    .child_menu2 li.menu-ebook_list{width:45.3%!important;height:100%;}
    .cd-secondary-nav .menu-ebook_list{width:41.6%!important;}
}


/* ======================== Media queries =================== */
@media (min-width: 768px) {
    .blog-index {
        /*         float: left;
        left: 33.33333333333333%;
        width: 66.66666666666666%; */
        width: 66.66666666666666%;
        left: 0;
        float:left;
    }

    .blog-sidebar {
        /*         right: 66.66666666666666%;
        width: 33.33333333333333%;
        float: left; */
        right: 0;
        width: 33.33333333333333%;
        float:left;
    }
    .blog-index{
        padding-right: 45px;
    }

}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .blogg-posting .page-center,.blogg-posting .content-wrapper,.dnd-section>.row-fluid {
        /*         max-width: 100%; */
    }
}
@media (min-width: 992px) {
    .blog-index{
        width: 74%;
        left: 0;
    } 

    .blog-sidebar {
        right: 0;
        width: 26%;
    }

    .post-item .post-image, 
    .post-item .post-detail {
        width: 50%;
        float: left;
    }
.vb-listing-wrapper { padding: 60px 0; }
.vb-listing-wrapper .blog-index-wrap { display: flex; flex-wrap: wrap; margin: 0 -20px; }
.vb-listing-wrapper .post-item { width: 50%; padding: 0 20px; margin-bottom:40px; }
.post-item-inner { border: 1px solid #DADEE0; border-radius: 9px; overflow:hidden; height:100%;  transition:ease-in-out .6s; position:relative;}
.post-item-inner:hover{box-shadow:1px 1px 12px #00000029;}  
.post-item-inner:hover.post-item-inner h2 a { text-decoration: underline; }
.post-item-inner:hover.post-item-inner .more-link { text-decoration: underline; color:#0070BA !important; }
.post-item-inner:hover.post-item-inner i { color:#0070BA !important; right:-10px; }
.vb-listing-wrapper .post-image { width: 100%; padding:0; margin:0; margin-bottom:20px; height:215px} 
.vb-listing-wrapper .post-item h2 a { color: #1B3B5F; }
.vb-listing-wrapper .post-item h2 { font-size: 22px; line-height: 1.2; }
.post-item-content { padding: 0 20px 25px; float:left; height:calc(100% - 235px); display: flex; flex-direction: column; }
.date-author { padding-top: 10px; color:#0070BA; font-weight:400}
.date-author .date { color: #0070BA; }
.date-author .author-link { color: #0070BA; }
.post-detail p {font-weight:400;}
.vb-listing-wrapper .more-link:hover + i { right: -10px;}
.post-item-inner:hover .post-item-inner .more-link:hover + i { right:-10px; }
.vb-listing-wrapper .more-link + i {position: relative;right: 0; transition: all ease 0.3s;}
.vb-listing-wrapper .blog-pagination ul{margin:0;}
.vb-listing-wrapper .blog-pagination { padding: 0 20px; }
.vb-listing-wrapper .post-detail { width: 100%; padding: 0; float:none; margin-top:20px; }
.vb-listing-wrapper .additional .more-link {background: #fff ; color: #00ADEE ; font-weight:500; border: none ; box-shadow: none; text-transform: uppercase; letter-spacing: 2px; padding:0; padding-right:8px;}
.vb-listing-wrapper .additional i { color: #00ADEE; }
.vb-listing-wrapper .additional .more-link:hover { text-decoration: underline !important; }
.vb-listing-wrapper .post-item .post-image img { border: none; padding: 0; position:relative; height:215px; object-fit:cover; width:100%; }
.vb-listing-wrapper .post-image::after { content: ""; position: absolute; left: 0; bottom: 0px; height: 10px; width: 100%; background: transparent linear-gradient(90deg, #0070BA 0%, #00ADEE 100%) 0% 0% no-repeat padding-box; }
.vb-listing-wrapper .additional .more-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.vb-listing-wrapper .post-item .post-detail {position:static;}
.vb-listing-wrapper .additional { margin-top: auto; }
}

/* ======== */
@media (max-width: 991px) {
    .blog-post-body-wrapper {
        padding: 13px;
    }
.vb-listing-wrapper { padding: 45px 15px; }
.vb-listing-wrapper .blog-index-wrap { display: flex; flex-wrap: wrap; margin: 0; }
.vb-listing-wrapper .blog-index { display: flex; flex-wrap: wrap; margin: 0; }
.vb-listing-wrapper .post-item { width: 100%; padding: 0; margin-bottom:25px;}
.vb-listing-wrapper .post-item::last-child{margin-bottom:0;}
.post-item-inner { border: 1px solid #DADEE0; border-radius: 9px; overflow:hidden; height:100%; transition:ease-in-out .6s; }
.post-item-inner:hover{box-shadow:1px 1px 12px #00000029;}  
.post-item-inner:hover.post-item-inner h2 a { text-decoration: underline; }
.post-item-inner:hover.post-item-inner .more-link { text-decoration: underline; color:#0070BA !important; }
.post-item-inner:hover.post-item-inner i { color:#0070BA !important; }
.post-item-inner:hover{box-shadow:1px 1px 12px #00000029;}  
.vb-listing-wrapper .post-image { width: 100%; padding:0; margin:0; margin-bottom:20px;} 
.vb-listing-wrapper .post-item h2 a { color: #1B3B5F; }
.vb-listing-wrapper .post-item h2 { font-size: 22px; line-height: 1.2; }
.post-item-content { padding: 0 20px 25px; float:left; display: flex; flex-direction: column;}
.date-author { padding-top: 10px; color:#0070BA; font-weight:400; }
.date-author .date { color: #0070BA; }
.date-author .author-link { color: #0070BA; }
.post-detail p {font-weight:400;}
.vb-listing-wrapper .more-link:hover + i { right: -10px;}
.post-item-inner:hover .post-item-inner .more-link:hover + i { right:-10px; }
.vb-listing-wrapper .more-link + i {position: relative;right: 0; transition: all ease 0.3s;}
.vb-listing-wrapper .blog-pagination ul{margin:0;}       
.vb-listing-wrapper .post-detail { width: 100%; padding: 0; float:none; margin-top:20px; }
.vb-listing-wrapper .additional .more-link {background: #fff ; color: #00ADEE ; border: none ; font-weight:500; box-shadow: none; text-transform: uppercase; letter-spacing: 2px; padding:0; padding-right:8px;}
.vb-listing-wrapper .additional i { color: #00ADEE; }
.vb-listing-wrapper .additional .more-link:hover { text-decoration: underline !important; }
.vb-listing-wrapper .post-item .post-image img { border: none; padding: 0; position:relative; }
.vb-listing-wrapper .post-image::after { content: ""; position: absolute; left: 0; bottom: 0px; height: 10px; width: 100%; background: transparent linear-gradient(90deg, #0070BA 0%, #00ADEE 100%) 0% 0% no-repeat padding-box; }
.vb-listing-wrapper .additional .more-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.vb-listing-wrapper .post-item .post-detail {position:static;}
.vb-listing-wrapper .additional { margin-top: auto; }
}

@media (max-width: 767px) {
    .post-detail .additional .more-link {
        font-size: 13px;
        padding: 2% 4%;
    }
    .vb-listing-wrapper .additional .more-link{font-size:15px;}
    
    .blog-post-header h1 {
        font-size: 36px;
        margin: 0;
    }
    .blog-post-header {
        padding-top: 10px;
    }
    .blog-index, .blog-sidebar {
        padding-right: 0;
        padding-left: 0;
    }
    .blog-post__body h2{font-size:18px;}
    .at-share-btn-elements svg {
        height: 24px !important;
        width: 24px !important;
    }

    .at-share-btn-elements span {width: 24px !important;height: 24px !important;}
    .share-textx {
        font-size: 15px;
    }
    .social-share-icon a {
        margin: 0 3px !important;
    }
    .social-share-icon {
    margin-bottom: 40px;
}
    .blog-sidebar {
    padding-top: 50px;
}
    .date-author { padding-top: 0; } .vb-listing-wrapper .post-detail { margin-top: 10px; } .post-detail p { margin-bottom: 15px; } .post-detail .additional { margin-top: 10px; }
}

.blogg-posting span.same-wid {
    margin-right: 5px;
}

@media (max-width:991px){
	.blogg-posting span.category, .blogg-posting span.category, .blogg-posting span.date {
    display: flex;
	}
	.blogg-posting span.same-wid {
    margin-right: 20px;
	}
	
	.blogg-posting .category span.same-wid {
    	width: 100px;
	}
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* ******************************************************************************
*********************************************************************************
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: Roboto, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
@media (min-width: 1920px) {
	.error-page-inner{
		padding:20rem 0;
	}
	.systems-page-inner{
		padding: 20rem 0;
	}
	.systems-form-page {
		padding: 10rem 0;
	}
}
.systems-page input {
    margin-right: 10px;
    cursor: pointer;
}

.systems-page .header {
    height: auto;
    background: none;
}
.form-container {
    padding-bottom: 20px;
}
.form-container .hs-register-widget-show-password {
    display: block;
    font-size: 12px;
}
.form-container .hs-reset-widget-show-password {
    display: block;
    font-size: 12px;
}
.form-container .hs-login-widget-show-password {
    display: block;
    font-size: 12px;
}
.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: 16px;
  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: Roboto, serif;
  font-size: 1.25rem;
  color: #333333;
  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: #333333;
}

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

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%; 
  }
  #email-prefs-form h1 {
    font-size: 30px;
  }

  #email-prefs-form h2 {
    font-size: 23px;
  }
  .systems-page .page-header h2 {
    font-size: 28px;
  }
}

.hs-search-results__title {font-size: 22px;}
.blog-sidebar ul > li {
    border-bottom: 1px solid #ADE0FA;
    margin: 0;
    padding: 20px 10px;
    list-style: none;
    border-top: 1px solid transparent;
    background: #fff;
}
.blog-sidebar ul > li a {
  color:#00ADEE;}