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











































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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@font-face { 
  font-family: "proxima-soft"; 
  src: url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto; 
}

@font-face { 
  font-family: "proxima-soft"; 
  src: url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: auto; 
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/FontAwesome5Brands-Regular.ttf) format("ttf"),
    url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/FontAwesome5Brands-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/FontAwesome5Pro-Regular.ttf) format("ttf"),
    url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/fa-regular-400.woff) format("woff"),
    url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/FontAwesome5Pro-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Solid";
  src: url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/FontAwesome5Pro-Solid.ttf) format("ttf"),
    url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/fa-solid-900.woff) format("woff"),
    url(https://19527225.fs1.hubspotusercontent-na1.net/hubfs/19527225/raw_assets/public/Sensorfy_May2021/fonts/FontAwesome5Pro-Solid.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #8cdc90;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}

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

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

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

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote {
  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 {

}

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

img{
  max-width:100%;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;

}

h3.form-title{
  font-size: 26px;
  margin-bottom: 0.6em;
  margin: 0;
  padding-top: 30px;
  font-weight: 600;
  line-height: 1.2em;
  text-align:center;
  padding-bottom:20px;
}

.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_google_search,
.body-container-wrapper .hs_cos_wrapper_type_email_subscriptions,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_password_reset,
.body-container-wrapper .hs_cos_wrapper_type_password_reset_request,
.body-container-wrapper .hs_cos_wrapper_type_member_register,
.body-container-wrapper .hs_cos_wrapper_type_member_login,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.blog-comments form{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display:block !important;
  padding: 20px 30px 55px;
  display: block;
  max-width: 767px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: font-size 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out;
  line-height: 2.2em;
  border: 0;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  overflow: visible;
  font-family: proxima-soft,Helvetica,Arial,Lucida,sans-serif;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

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

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


.hs-form label {
  font-size: 21px;
  color: #ffffff;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.7em;
  padding-top: 0;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-family: proxima-soft,sans-serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-family: proxima-soft,sans-serif;
  font-size: 13px !important;
}

.hs-input, input#hs-pwd-widget-password {
  display: inline-block;
  max-width: 100%;
  width: 100% !important;
  height: 56px !important;
  box-sizing: border-box;
  padding: 0 15px;
  -webkit-transition: background-color 0.24s ease-in-out;
  -moz-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  font-family: proxima-soft,sans-serif;
  vertical-align: middle;
  box-shadow: none;
  outline: none;
  overflow: visible;
  border-width:1px;
  border-style:solid;
  background: white;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  top: -2px;
  width: 20px !important;
  height:24px !important;
  max-width:100%;
}

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

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

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

.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: #ffffff;
}
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: #ffffff;
}

.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 > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding:0;
  margin:0;
}

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

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

.hs-form-required {
  color: #fff;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form p {
  color:#fff;
}

form a {
  color:rgba(31,189,214,1.0);
}
@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;
}

form p{
  font-size:16px;
  margin: 0 0 1.5em;
  line-height: 1.4em
}

form .hs-richtext a {
  color: #fff;
  font-weight:700;
  text-decoration:underline;
}

form .hs-richtext a:hover {
  color: black;
  font-weight:700;
  text-decoration:underline;
}

fieldset{
  max-width:100% !important;
}

form .legal-consent-container label>span {
  margin-left: 35px !important;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px){
  h3.form-title{
    font-size: 24px;
  }
  .hs-input {
    font-size:23px;
  }
  .hs-button{
    font-size: 23px;
  }
  form p{
    font-size:19px;
    line-height: 2em;
  }
  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    top: 7px;
    width: 25px !important;
  }
  form .legal-consent-container label>span {
    margin-left: 40px !important;
    line-height: 2em;
  }
}

@media only screen and (min-width: 1080px){
  h3.form-title{
    font-size: 32px;
  }
}


@media (max-width:767px){
  form{
    max-width:100%;
  }
  fieldset{
    max-width:100% !important;
  }
  form .hs-input{
    width:100%;
    display:block;
    max-width:100%;
  }
  .hs-form-field{
    float:none;
    width:100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: 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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  margin: 0 auto;
}

.header-main-wrapper{
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity:1;
}

header.header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 64px;
  background-color: #fff;
  z-index: 80;
  display: block;
}

.header-inner{
  position: relative;
  height: 100%;
  width: 100%;
  padding: 13px 15px;
  max-width:1400px;
  margin: 0 auto;
}

.header__logo{
  float:left;
}

.header__logo a{
  position: relative;
  margin-top: 0px;
  color: #1fbdd6;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}

.header__logo a img{
  width: 155px !important;
  height: 40px;
  border-style: none;
  max-width:100%;
}


.custom-menu-primary .navigation-primary >ul{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 90px 0 0;
  background-color: #fff;
  line-height: 1em;
  list-style: none;
}

.custom-menu-primary .navigation-primary >ul >li{
  margin: 0 15px 10px;
}

.custom-menu-primary .navigation-primary >ul >li.has-submenu >a{
  margin-right: 10px;
}

.custom-menu-primary .navigation-primary >ul >li >a{
  display: inline-block;
  padding: 0.25em 0.5em 0.5em;
  font-size: 28px;
  position: relative;
  text-decoration: none;
  color: #262626;
}

.custom-menu-primary .navigation-primary >ul >li.has-submenu >a:after{
  content: "\f078";
  position: absolute;
  top: 8px;
  right: -10px;
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
}

.custom-menu-primary .navigation-primary >ul >li >ul{
  padding:0;
  margin:0;
  margin: 0 0 20px;
  padding-left: 0;
  list-style: none;
}

.custom-menu-primary .navigation-primary >ul >li >ul >li{
  margin: 0 0 10px;
}

.custom-menu-primary .navigation-primary >ul >li >ul >li >a{
  padding-left: 30px;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  color: #262626;
}

#header-buttons {
  float: right;
  margin: 0 65px 0 0;
}

.header #header-buttons #btn-cta {
  margin: 0;
  position: relative;
  display: inline-block;
}


.header #header-buttons a.cta_button.talk_to_sale{
  -webkit-transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  height: 20px;
  line-height: 20px;
  box-shadow: 1px 2px 5px rgb(38 38 38 / 20%);
}

.header #header-buttons a.cta_button.talk_to_sale:hover{
  border: 2px solid #00e6c6;
  background-color: #00e6c6;
}

.header #header-buttons a.cta_button.talk_to_sale:after{
  position: absolute;
  top: 0;
  right: -20px;
  content: '';
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}

.header #nav-toggle {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 36px;
  height: 40px;
  z-index: 5;
  text-align: center;
  cursor: pointer;
  transform-origin: top;
}

.header #nav-toggle span.line {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  display: block;
  top: 15px;
  width: 36px;
  height: 3px;
  background-color: #262626;
}

.header #nav-toggle span.line:before, .header #nav-toggle span.line:after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  content: '';
  display: block;
  background-color: #262626;
  width: 36px;
  height: 3px;
}

.header #nav-toggle span.line:before {
  top: -11px;
}

.header #nav-toggle span.line:after {
  top: 11px;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

header.header.fixed-header{
  position: fixed;
  top: 0;
  padding: 0 0 5px;
  box-shadow: 0 0 4px rgb(38 38 38 / 30%);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  min-height:77.5px;
  padding: 17px 0 5px;
}




@media only screen and (min-width: 768px){
  .header__logo a img{
    margin:0;
  }
}


@media only screen and (min-width: 1080px){
  header.header{
    -webkit-transition: top 0s ease-in-out;
    -moz-transition: top 0s ease-in-out;
    -o-transition: top 0s ease-in-out;
    transition: top 0s ease-in-out;
    padding: 20px 0 5px;
    height: auto;
    background-color: white;
  }
  .header-inner{
    padding: 0 15px;
  }

  .custom-menu-primary{
    float:right;
    display:flex;
  }

  .custom-menu-primary .navigation-primary >ul{
    display: inline-block;
    position: relative;
    left: auto;
    height: auto;
    width: auto;
    margin-top: 0px;
    padding: 5px 0 0 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    clear:both;
  }

  .custom-menu-primary .navigation-primary >ul >li{
    float: left;
    position: relative;
    margin: 0 25px;
  }

  .custom-menu-primary .navigation-primary >ul >li >a{
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    font-size: 18px;
  }

  .custom-menu-primary .navigation-primary >ul >li.has-submenu >a:after{
    top: 6px;
  }


  .custom-menu-primary .navigation-primary >ul >li >ul{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: -5px;
    margin: 0;
    padding: 5px 0;
    box-shadow: 1px 2px 5px rgb(38 38 38 / 20%);
    background-color: #fff;
    visibility: hidden;
    text-align: left;
    z-index: 8999;
    clear:both;
  }

  .custom-menu-primary .navigation-primary >ul >li >ul:after{
    position: absolute;
    content: '';
    top: -10px;
    left: 34px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 2;
  }

  .custom-menu-primary .navigation-primary >ul >li:hover >ul{
    top: auto;
    visibility: visible;
  }

  .custom-menu-primary .navigation-primary >ul >li >ul >li{
    min-width: 180px;
    margin: 0;
    padding: 0.2em 15px;
    float: left;
    position: relative;
  }

  .custom-menu-primary .navigation-primary >ul >li >ul >li >a{
    display: block;
    padding: 0 0;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
  }
  #header-buttons {
    margin: 0 0 0 20px;
  }
  .header #header-buttons a.cta_button.talk_to_sale {
    padding: 8px 23px 10px;
    font-size: 18px;
    margin-top: 1px;
  }
  .header a#nav-toggle {
    display: none;
  }

  header.header.fixed-header{
    padding: 18px 0 5px;
  }

}

@media (max-width:1079px){
  .header a#nav-toggle {
    display: block;
  }
  .custom-menu-primary .navigation-primary >ul{
    display:none;
  }
  header.header.fixed-header {
    height: 64px;
  }

  .mobile-menu-open #nav-toggle span {
    width: 0 !important;
  }

  .mobile-menu-open #nav-toggle span:before {
    -webkit-transform: rotate(
      45deg
    );
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    top: 0 !important;
    background-color: #262626 !important;
  }

  .mobile-menu-open #nav-toggle span:after {
    -webkit-transform: rotate(
      -45deg
    );
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
      -45deg
    );
    top: 0 !important;
    background-color: #262626 !important;
  }

  .custom-menu-primary .navigation-primary {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 87px 0 0;
    background-color: #fff;
    line-height: 1em;
    list-style: none;
    overflow-y: auto;
  }

  .header-open .custom-menu-primary .navigation-primary{
    left:0;
  }

  .header-open .custom-menu-primary .navigation-primary >ul{
    display: block;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul{
    margin: 0 0 18px;
    margin-top: -5px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li {
    margin: 0 0 8px;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(3){
    margin-top: -6px;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(2){
    margin-top: -1px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li{
    line-height:18px;
  }
  .header #header-buttons a.cta_button.talk_to_sale{
    height: 17px !important;
    line-height: 18px !important;
    margin-top: -2px;
    padding: 7px 16px 10px;
  }
  header.header.fixed-header {
    min-height: 64px;
    padding: 0 0 5px;
  }
}


@media (max-width:767px){
  .header #header-buttons #btn-cta{
    top: -3px;
  }
  .header__logo a img {
    width: 155px !important;
    height: 40px;
    margin-left: -56px;
    max-width: none;
    display: block;
  }
  .header__logo a {
    position: relative;
    margin-top: 0px;
    color: #1fbdd6;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden;
    display: block;
  }
}


@media (max-width:398px){
  #header-buttons {
    float: right;
    margin: 0 63px 0 0;
  }
  .header__logo{
    width:99px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}
.footer-wrapper{
  position: relative;
  padding: 60px 0 0;
  font-size: 18px;
  line-height: 1.9em;
  text-align: center;
  display: block;
}
.footer__container{
  width: 100%;
  padding: 0;
}
.footer_col1{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out,font-size 0s linear;
  -moz-transition: all 0.7s ease-in-out,font-size 0s linear;
  -o-transition: all 0.7s ease-in-out,font-size 0s linear;
  transition: all 0.7s ease-in-out,font-size 0s linear;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  padding: 20px 15px 5px;
}
.footer_logo img{
  display: inline-block;
  width: 100% !important;
  max-width: 120px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  border-style: none;
}
.footer_bottom {
  padding: 15px 0;
  border-top: 1px solid #ececec;
  font-size: 14px;
  text-align: center;
}
.footer_bottom_container {
  width: 100%;
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
  display: inline-block;
}
.footer_bottom_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_bottom_nav ul li {
  position: relative;
  display: inline-block;
  float:left;
}
.footer_bottom_nav ul li:before {
  position: relative;
  content: '|';
  margin: 0 7px 0 8px;
  left: 1px;
}

.footer_col1 .navigation-primary ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin:18px 0
}
.footer_col1 h4 {
  margin: 0;
  line-height:23px;
  font-weight: 600;
  text-rendering: optimizelegibility;
  font-size: 23px;
}
.footer_col1 p {
  margin:18px 0;
}

.back-to-top{
  -webkit-transition: opacity 0.2s ease-in-out,bottom 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out,bottom 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out,bottom 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,bottom 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: fixed;
  right: 10px;
  width: 50px;
  height: 50px;
  bottom: 10px;
  opacity: 0.5;
  visibility: visible;
  text-align: center;
  background-color: #fff;
  z-index: 4;
}

.back-to-top i {
  position: relative;
  top: 8px;
  color: #262626;
  -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;
}

.fa-chevron-up:before {
  content: "\f077";
}

#back-to-top:hover {
  opacity: 1;
}


.footer_col1 p a:hover{
  text-decoration:underline;
}







@media only screen and (min-width: 768px){
  .footer-wrapper{
    padding: 70px 0 0 0;
    font-size: 16px;
    text-align: left;
  }
  .footer-top{
    padding-bottom: 80px;
  }
  .footer_col1{
    padding: 0 15px;
    border: 0;
    float: left;
    width: 20%;
  }
  .footer_logo img{
    font-size: 40px;
  }
  .footer_bottom {
    font-size: 16px;
  }
  .footer_bottom_container {
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .footer_bottom_container p {
    margin: 0;
  }
  .footer_bottom_nav {
    display: inline-block;
  }
  .footer_col1 h4 {
    margin: 0 0 -2px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1080px){
  .footer-wrapper{
    font-size:18px;
  }
  .footer_col1 h4 {
    font-size: 23px;
  }
}

@media (min-width:1281px){
  .footer_logo img{
    font-size: 60px;
  }
}


@media (max-width: 767px) {
  .footer_bottom_container p {
    margin: 0;
  }
  .footer_bottom_nav {
    display: inline;
  }
  .footer_bottom_nav ul li {
    float: none;
  }
  .footer_bottom_nav ul li:first-of-type:before {
    display: none;
  }
  .footer_bottom_container p {
    margin: 0;
  }
  .footer_bottom_nav ul li:before {
    margin: 0 6.5px 0 5px;
  }
  .social_links ul li:last-child {
    margin-right:0;
  }

  .footer_col1:last-child{
    margin-bottom:30px;
  }
  .footer_col1 .navigation-primary ul, .social_links ul{
    margin-top: 13px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding-left: 15px;
  padding-right: 15px;
}

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


.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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


.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: 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: #494a52;
  padding: 1rem;
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

.blog-sidebar {
  padding-top: 3.9rem;
}


.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;
}
.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

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

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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

.blog-header{
  background-color:transparent !important;
}

.content-main-wrapper{
  position:relative;
  font-size:18px;
}

.content-inner{
  overflow: hidden;
  display: block;
}

.blog-header{
  padding-bottom: 0;
  padding: 0;
}

.blog-header-inner{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column-inner{
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.column-inner h1{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  position: relative;
  font-size: 38px;
  margin: 0 0 .4em;
  line-height: 1.2em;
  font-weight: 600;
  color: #000000;
}

.blog-index__post-inner-card{
  box-shadow:none !important;
}

.recent-post-wrapper{
  padding: 0;
  padding-bottom: 25px;
  padding-top: 0px;
}

.blog-col-12{
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cm-recent-blog-wrapper .item_inner{
  margin-bottom: 75px;
}

.recent-post-item{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 2px 5px rgb(38 38 38 / 20%);
  overflow: hidden;
}

.post-meta h3 a{
  text-rendering: optimizelegibility;
  color: #262626;
  font-weight: 600;
  margin-top: 0.5em;
  line-height: 1.3em;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.post-meta h3 a:hover{
  color:#c700e6;
}

.byline{
  margin-top: -0.5em;
  margin-bottom: 0;
  font-size: 19px;
  color: #b9b9b9;
}

.post-meta p{
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.7em;
}

.recent-post-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #1ce1fc;
  text-decoration: none;
}

.recent-post-button:hover{
  background-color: #c700e6;
  color:white;
}

.recent-post-item a img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 100%;
}

.blog-index__post.blog-index__post--small{
  margin-bottom: 75px;
}

.post-thumb {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 2px 5px rgb(38 38 38 / 20%);
  overflow: hidden;
}

.post-thumb a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.post-thumb .blog-post__tag-link{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0px 16px;
  font-size: 18px;
  box-shadow: 0px 0px 8px rgb(38 38 38 / 20%);
  color: #fff;
  background-color: #00e6c6;
}

.blog-index__post-content.blog-index__post-content--small h3{
  margin-top: 0.5em;
  line-height: 1.3em;
  font-size: 26px;
  margin-bottom: 0.6em;
  color: #262626;
  font-weight: 600;
}

.blog-index__post-content.blog-index__post-content--small h3 a{
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.blog-index__post-content.blog-index__post-content--small h3 a:hover{
  color: #c700e6;
}

.blog-index__post-content.blog-index__post-content--small p{
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.7em;
}

.blog-post__read-more a{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #1ce1fc;
  text-decoration: none;
}

.blog-post__read-more a:hover{
  background-color: #c700e6;
  color:white;
}

.newsletter-wrapper{
  padding: 0;
}

.block-form-subscribe{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  position: relative;
  display: block;
}

.block-inner {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 30px 25px;
  color: #ffffff;
  background-color: #c700e6;
}


.block-form-subscribe .item-title {
  margin: 0 0 0.15em;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
}

.block-form-subscribe p {
  margin: 0 0 1.5em;
  color: #ffffff;
}


.block-form-subscribe h3.form-title{
  display:none;
}

.form-wrapper{
  position: relative;
}

.form-wrapper form{
  position: relative;
  width: 100%;
  max-width: 1065px;
  clear:both;
  background:transparent;
  padding:0;
}

.form-wrapper form .hs-button{
  -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  background-color: #fff;
  color: #262626;
  border-radius: 8px;
  padding: 0 40px;
  line-height: 2.2em;
  border: 0;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  overflow: visible;
  margin:0;
  font-family: proxima-soft,sans-serif;
}

.form-wrapper form .hs-button:hover{
  background-color: #5224e3;
  color: #fff;
}

.block-form-subscribe .form-wrapper form{
  clear:both;
}

.block-form-subscribe .form-wrapper .hs-form-field{
  display: inline-table;
  width: 50%;
  position: relative;
}

.block-form-subscribe .form-wrapper label{
  display:inline;
}

.block-form-subscribe .form-wrapper .hs-input{
  box-sizing: border-box;
  padding: 0 15px;
  width: 100% !important;
  max-width: 100%;
  height: 65px !important;
  font-size: 23px;
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  -moz-transition: background-color 0.24s ease-in-out;
  -o-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1em;
  font-family: proxima-soft,sans-serif;
  vertical-align: middle;
  box-shadow: none;
  outline: none;
  background-color:transparent;
  overflow: visible;
  margin:0;
}

.block-form-subscribe .form-wrapper form .hs-form-field:placeholder {
  color: #fff;
}

.block-form-subscribe .form-wrapper form .hs-firstname{
  padding-left: 20px;
}

.blog-content-wrapper{
  position: relative;
  left: 0px;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px;
  padding-bottom:50px;
  margin: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
  background-color: #5224e3;
}

.blog-content-inner-wrapper{
  color: #fff;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  margin-bottom: 35px;
}

.blog-content{
  margin-bottom: 0;
}

.blog-content p{
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.block-title{
  color: #ffffff;
  text-align: center;
  margin: -0.45em 0 0.7em;
  line-height: 1.1em;
  font-weight: 600;
  font-size: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  position: relative;
}

.block-button{
  display: block;
  margin: 0;
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
}

.block-button a{
  border: 2px solid #1ce1fc;
  background-color: #1ce1fc;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out,border 0.2s ease-in-out,color 0.2s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 11px 25px 12px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}


.block-button a:hover{
  background-color: #c700e6;
  border: 2px solid #c700e6;
  color: #fff;
}

.blog-post{
  box-shadow:none !important;
}

.block-single-banner {
  display: block;
}

.block-single-banner .block-post-inner {
  position: relative;
  height: 260px;
  padding: 0 15px;
}

.block-single-banner .banner-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
}

.block-single-banner .banner-content .inner {
  display: table-cell;
  vertical-align: middle;
}

.block-single-banner .banner-background {
  background-color: #c700e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.blog-post-content{
  padding: 0;
}

.blog-post-wrap{
  max-width: 1000px;
  margin: 0 auto;
  width:100%;
}

.single-post {

}

.single-post-wrapper{
  margin-bottom: 5px;
  display:flex;
}

.single-post .blog-post__tags .blog-post__tag-link{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 15px;
  padding: 0px 16px;
  font-size: 20px;
  box-shadow: 0px 0px 8px rgb(38 38 38 / 20%);
  color: #fff;
  background-color: #00e6c6;
  text-transform: none;
  letter-spacing: normal !important;
}

.single-post h1{
  font-size: 38px;
  margin: 0 0 .4em;
  line-height: 1.2em;
  color: #262626;
  font-weight: 600;
}

.blog-post__body p{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  margin: 0 0 1.5em;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  position: relative;
}

.blog-post{
  margin-top: 49px;
}


.blog-post__body h2{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  color: #000000;
  position: relative;
  margin: 0.5em 0 0.4em;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 32px;
}

.social-share{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -moz-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  -o-transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  transition: all 0.5s ease-in-out,font-size 0s linear,line-height 0s linear,margin 0s linear,padding 0s linear;
  margin-top: 4em;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}

.share-title {
  font-family: proxima-soft,sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.social-share ul {
  margin: 5px 0 0;
  padding: 0;
  line-height: 1.6em;
  font-size: 30px;
  list-style: none;
}

.social-share ul li {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: inline-block;
  margin: 0 8px;
  opacity: 1;
}

.social-share ul li.icon-facebook a {
  background-color: #4367b0;
}

.social-share ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
}

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

.social-share ul li:hover {
  opacity: 0.85;
}

.social-share ul li.icon-linkedin a {
  background-color: #3375b0;
}

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

.social-share ul li.icon-twitter a {
  background-color: #25a0ef;
}

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

.social-share ul li.icon-email a {
  background-color: #e8ba13;
}

.fa-envelope:before {
  content: "\f0e0";
  font-style: normal;
  font-family: 'Font Awesome 5 Pro';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


.block-form-subscribe .form-wrapper .hs-input::-webkit-input-placeholder {
  color: white;
}

.block-form-subscribe .form-wrapper .hs-input::-moz-input-placeholder {
  color: white;
}

.block-form-subscribe .form-wrapper .hs-input:input-placeholder {
  color: white;
}

.block-form-subscribe .form-wrapper .hs-input:placeholder {
  color: white;
}

.post-thumb .blog-post__tag-link, .blog-post__tags{
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal !important;
}

.blog-post__tag-link:hover {
  color: white !important;
}

.blog-header-inner h1{
  margin-bottom: 60px;
  display: block;
}


.newsletter-wrapper.content-wrapper{
  display: flex;
  width: 100%;
}

.blog-content-wrapper{
  width:100%;
  max-width:100%;
}

.recent-post-item .recent-post-tag .blog-post__tag-link{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0px 16px;
  font-size: 18px;
  box-shadow: 0px 0px 8px rgb(38 38 38 / 20%);
  color: #fff;
  background-color: #00e6c6;
  text-transform:none;
  letter-spacing:normal;
}

.cm-recent-blog-wrapper .post-meta h3{
  margin-top: 0.5em;
  line-height: 1.3em;
}

.social-share ul li{
  margin-right: -1px;
}

.social-share ul li:last-child{
  margin-right: 0px;
}


@media only screen and (min-width: 768px){
  .content-main-wrapper{
    font-size: 21px;
  }
  .blog-header{
    padding-top: 0px;
    margin-top: -30px;
  }
  .blog-header-inner{
    width:100%;
    float:left;
  }
  .column-inner h1{
    font-size: 56px;
  }
  .blog-header-inner h1 {
    margin-bottom: 51px;
    display: block;
  }
  .recent-post-wrapper{
    padding-bottom: 50px;
  }
  .blog-col-12{
    width: 100%;
    float:left;
  }
  .cm-recent-blog-wrapper .item_inner{
    margin-bottom: 100px;
  }
  .post-meta {
    padding-bottom: 1.5em;
  }
  .post-meta h3 a{
    font-size: 44px;
  }
  .post-meta p{
    line-height: 1.8em;
    font-size: 21px;
  }
  .recent-post-button {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: left;
    opacity: 1;
  }
  .recent-post-item a img {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .recent-post-item a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    height:480px;
    object-fit:cover;
  }
  .cm-recent-blog-wrapper:hover .recent-post-item a{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .blog-index{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem 5%;
    text-align: left;
  }
  .blog-index__post.blog-index__post--small{
    margin-bottom: 0;
  }
  .post-thumb a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 223px;
    object-fit: cover;
  }
  .post-thumb  .blog-post__tag-link{
    top: 25px;
    left: 25px;
  }
  .blog-index__post-content.blog-index__post-content--small h3{
    font-size: 24px;
  }
  .blog-post__read-more a{
    opacity:0;
  }
  .blog-index__post-content.blog-index__post-content--small:hover .blog-post__read-more a{
    opacity:1;
  }
  .newsletter-wrapper{
    padding-bottom: 130px;
    padding-top: 50px;
  }
  .block-inner {
    padding: 30px 40px 25px;
  }
  .form-wrapper form{
    padding-right: 215px;
    background: transparent;
    padding-right: 215px
  }
  .block-form-subscribe .form-wrapper .hs-submit {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }

  .block-form-subscribe .form-wrapper .hs-button{
    padding: 0 35px;
    font-size: 23px;
    height: 65px;
  }
  .block-form-subscribe .form-wrapper .hs-form-field{
    display: inline-table;
    width: 50%;
  }

  .block-form-subscribe .form-wrapper .hs-form-field:first-child {
    padding-right: 20px;
  }

  .block-form-subscribe .form-wrapper .hs-form-field:last-child{
    padding-right: 35px;
    padding-right: 0;
  }
  .blog-content-wrapper{
    padding-top: 100px;
    padding-bottom:100px;
  }
  .block-title{
    margin: -0.2em 0 0.7em;
    font-size: 68px;
  }
  .block-button a {
    padding: 15px 30px 15px;
    font-size: 26px;
  }
  .block-single-banner {
    padding-top: 8px;
  }
  .blog-post-content{
    padding-top: 50px;
  }
  .single-post h1{
    font-size: 56px;
  }
  .share-title {
    font-size: 24px;
  }
  .cm-recent-blog-wrapper .item_inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 5%;
    grid-template-rows: 100%;
    text-align: left;
  }
  .recent-post-item .recent-post-tag .blog-post__tag-link{
    top: 25px;
    left: 25px;
    padding: 0px 16px;
    font-size: 21px;
  }

  .blog-index__post.blog-index__post--small:hover .post-thumb a img{ 
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}


@media (min-width:1080px){
  .blog-index__post-content.blog-index__post-content--small h3{
    font-size: 32px;
  }
  .block-inner {
    padding: 45px 4.4% 55px;
  }
  .block-form-subscribe .item-title {
    font-size: 50px;
  }
  .block-single-banner .block-post-inner {
    height: 500px;
  }
  .block-single-banner .banner-background {
    top: 0;
    right: 15px;
    left: 15px;
  }
  .single-post h1{
    font-size: 66px;
  }
  .blog-post__body h2{
    font-size:50px;
  }
}

@media only screen and (min-width: 1281px){
  .content-main-wrapper{
    font-size: 24px;
  }
  .blog-header{
    padding-top:40px;
  }
  .column-inner h1{
    font-size: 75px;
  }
  .newsletter-wrapper, .blog-content-wrapper, .blog-post-content{
    overflow: hidden;
  }
  .single-post h1{
    font-size: 75px;
  }
}

@media (max-width: 1079px){
  .hs-blog-listing .header-main-wrapper,
  .hs-blog-post .header-main-wrapper{
    min-height: 66px !important;
  }
}

@media (max-width:767px){
  .block-form-subscribe .form-wrapper .hs-form-field{
    display:block;
    width:100%;
  }
  .newsletter-wrapper{
    padding-bottom: 80px;
  }
  .block-single-banner{
    padding-top:14px;
  }
  .single-post-wrapper{
    padding-top: 25px;
  }
  .newsletter-wrapper.content-wrapper{
    display:inline-block;
  }
  .block-form-subscribe .form-wrapper form .hs-firstname{
    padding-left:0px;
  }
  .blog-header{
    margin-top: -34px;
  }
  .blog-header-inner h1 {
    margin-bottom: 44px;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 8rem 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: 100px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1.25rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}

.error-page .hs-button{
  background-color: rgba(28,225,252,1.0);
  border-color: rgba(255,255,255,1.0);
  color: rgba(38,38,38,1.0);
}