@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
/* ******************************************************************************
*********************************************************************************
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: 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.
*********************************************************************************
****************************************************************************** */


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


.dnd-section > .row-fluid,
.page-center {
  padding-right: .4807692308rem;
  padding-left: .4807692308rem;
}	

@media print, screen and (min-width: 40em){
  .dnd-section > .row-fluid,
  .page-center {
    padding-right: .7211538462rem;
    padding-left: .7211538462rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Akrobat";
  src: url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/akrobat-light-webfont.woff2) format("woff2"),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/akrobat-light-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}


@font-face {
  font-family: "Akrobat";
  src: url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/akrobat-regular-webfont.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/akrobat-regular-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Akrobat";
  src: url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/akrobat-bold-webfont.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/akrobat-bold-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: local(''),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-Bold.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: local(''),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-BoldItalic.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-BoldItalic.woff) format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: local(''),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-Regular.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: local(''),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-Italic.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/Lato-Italic.woff) format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* merriweather-italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-italic.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-700.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-700.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* merriweather-700italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-700italic.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/merriweather-v28-latin-700italic.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/Code_Intelligence_June2020/Fonts/fa-brands-400.eot&display=swap") format("embedded-opentype"),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/fa-brands-400.woff2) format("woff2"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/fa-brands-400.woff) format("woff"), 
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/Code_Intelligence_June2020/Fonts/fa-solid-900.eot&display=swap") format("embedded-opentype"),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/fa-solid-900.woff2),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/fa-solid-900.woff) format("woff"),
    url(//7466322.fs1.hubspotusercontent-na1.net/hubfs/7466322/raw_assets/public/Code_Intelligence_June2020/fonts/fa-solid-900.ttf)format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

html {
  font-size: 130%;
}

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

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: ;
  font-family: ;
  color: ;
  word-break: break-word;
}

h1 {
  font-size: rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .5rem;
}

h2 {
  font-size: rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

h3 {
  font-size: rem;
  line-height: 1.4;
}

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

h5 {
  font-size: rem;
  line-height: 1.4;
}

h6 {
  font-size: rem;
  line-height: 1.4;
}

p{
  line-height: 1.6;
  font-size: 20px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-left:0;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}


ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
  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;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  font-weight: 400;
  position: relative;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-family:Akrobat, Roboto, Arial, sans-serif;;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  white-space: normal;
  text-decoration:none;
}

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

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


.hs-form label {
  color: #33475b;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  display: block;
  margin: 0;
  font-family: Lato;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  color: #ffffff  !important;
  line-height: 18px !important;
  font-family: Lato !important;
  font-size: 14px !important;
  margin: 0 0 1em 0;
  padding: 0 0 4px 5px !important;
  font-weight: normal !important;
  color: #f2545b !important;
}

.hs-input,
input#hs-pwd-widget-password,
input.hs-search-field__input{
  display: inline-block;
  width: 100%;
  color: #33475b;
  background-color: #ffffff;
  border:1px solid ;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  height: 1.875rem;
  font-family: inherit;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

input#hs-pwd-widget-password {
    height: 1.875rem !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

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

textarea {
  min-height: 64px !important;
}

.hs-message.hs-form-field {
  margin-bottom: 8px !important;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

textarea.hs-input {
  height: auto;
}

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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 1rem;
}

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: Lato;
}
.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;
}

.inputs-list>li p {
  font-size: 14px;
  margin: 0;
  display: inline;
  line-height: 18px;
}

.legal-consent-container .hs-field-desc.checkbox-desc p {
  font-family: Lato;
  color: #7C98B6;
  font-size: 11px;
  margin-top: -2px;
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
}

form .legal-consent-container p a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}

.legal-consent-container p {
  font-family: Lato;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  margin: 1em 0;
}

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

.field {
  margin-bottom: 0;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

h3.form-title{
  font-family: "Akrobat",Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #1D8296;
  font-size:31px;
  line-height:1.4;
  margin-top: 0;
  margin-bottom: .5rem;
  text-rendering: optimizeLegibility;
}

@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }

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


  fieldset {
    max-width: 100% !important;
  }
  form .input {
    width: 100%;
    display: block;
    margin: 0 !important;
  }

  .hs-form-field {
    width: 100% !important;
  }

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

  form .input .hs-input[type=checkbox], form .input .hs-input[type=radio] {
    width: auto !important;
  }
}
.hs-form-field {
  margin: 0 0 18px !important;
}

:focus {
  outline: auto;
  outline-color: #4B4F54;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

.hs-landing-page table {
  border-width: 1px;
  border-collapse: collapse;
}

.hs-landing-page table td {
  border-width: 1px;
}

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

table {
  display: table;
  border-collapse: separate;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  margin: 0;
  width:100%;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

table td {
  margin: 0;
  display: table-cell;
  vertical-align: inherit;
}

.website-page table td,
.position-page table td{
  margin: 0;
  padding: 0;
  border: 0;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
Thmg
s file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.website-page p a {
  word-break: break-word;
}

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

.home-row3 img.hs-image-widget {
  max-width: 60% !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

a.cta_button.btn-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FFC72c;
  color: #4B4F54;
  font-weight: 600;
  border-radius: 10px;
  white-space: normal;
}

a.cta_button.btn-cta:hover {
  background-color: #efb000;
  color: #4B4F54;
}

.website-page table {
  border: 0;
  display: table;
  border-collapse: separate;
}

.website-page table td {
  margin: 0;
  padding: 0;
  border: 0;
  display: table-cell;
  vertical-align: inherit;
}

.contact-page input.hs-button.primary.large {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffc72c;
  color: #4b4f54;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
}

.contact-page input.hs-button.primary.large:hover {
    background-color: rgba(239,176,0,1.0);
    border-color: rgba(#null,0.0);
    color: rgba(75,79,84,1.0);
}

.contact-page .legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -19px 0 0px 21px;
  line-height:13px;
}

.contact-page  .inputs-list {
  margin: 0 0 -4px;
  width: 100%;
  padding-left: 0;
}

.contact-page  .legal-consent-container .hs-field-desc.checkbox-desc p {
  font-family: Lato;
  color: #7c98b6;
  font-size: 11px;
  margin-top: -2px;
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
}


.eq-page .equal-col>div img.hs-image-widget {
  max-width: 60% !important;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}


.eq-page .equal-col>div a.hs-button{
  font-weight: 600;
  border-radius: 10px;
  background-color: #FFC72c;
  color: #4B4F54;
}


.eq-page .equal-col>div a.hs-button:hover {
  background-color: #efb000;
  color: #4B4F54;
}

.product-row3 .equal-col>div a.hs-button {
  margin-bottom: 2rem;
}

.about-row4 p a.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1D8296;
  color: #fefefe;
  border-width: 1px;
}

.about-row4 p a.button:hover {
  background-color: #196f80;
  color: #fefefe;
}

.event-row1 .span6 a.hs-button {
  margin-bottom: 2rem;
}

.event-row2 a.hs-button {
  margin-bottom: 2rem;
  background-color: #ffc72c;
  color: #4b4f54;
  font-weight: 600;
  border-radius: 10px;
  line-height: 1;
  padding: 0.85em 1em;
}

.event-row2 a.hs-button:hover {
  background-color: #efb000;
  color: #4B4F54;
}

.position-row1 a.hs-button {
  line-height: 1;
  padding: 0.85em 1em;
  margin-bottom: 2rem;
}

blockquote {
  margin: 0 0 1rem;
  padding: .4326923077rem .9615384615rem 0 .9134615385rem;
  border-left: none;
  line-height: 1.6;
  color: #000;
}

.position-row4 img {
  vertical-align: top;
}

.position-row4 h5 {
  margin-top: 1rem;
}

blockquote {
  border-left: 0 !important;
}

.developer-row2 a.cta_button.btn-cta {
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1d8296;
  color: #fefefe;
  border-radius: 0;
  margin-bottom: 2rem;
  margin-top: 1px;
}

.developer-row2 a.cta_button.btn-cta:hover {
  background-color: #196f80;
  color: #fefefe;
}

.website-page .widget-type-linked_image img {
  vertical-align: top;
  margin-bottom: 1rem;
}

.developer-row2 .cta-wrapper a.btn-cta {
  background-color: #ffc72c;
  color: #4b4f54;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.developer-row2 .cta-wrapper a.btn-cta:hover {
  background-color: #efb000;
  color: #4b4f54;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.banner-section .dnd-section {
  padding: 0;
}

.position-page table {
  width:auto;
}





@media print, screen and (min-width: 40em){
  .home-row2 .span6.dnd-column,
  .home-row3 .span6.dnd-column {
    width: 50%;
    float: left;
    margin: 0;
  }

  .contact-row1 .span6 {
    float: left;
    margin: 0;
    width: 50%;
  }

  .eq-page .equal-col>div {
    width: 50%;
    float: left;
    margin: 0;
  }
}

@media (max-width:1100px){
  iframe.hs-responsive-embed-iframe {
    max-width: 100% !important;
  }

  .home-row2 .span6.dnd-column:first-of-type,
  .contact-row1 .span6.dnd-column:first-of-type{
    padding-right:15px !important;
  }

  .eq-page .equal-col>div:first-of-type {
    padding-right:15px !important;
  }
}

@media (max-width:1023px){
  .featured-wrapper .row-fluid .span4.dnd-column {
    width: 50% !important;
    float: left;
    margin: 0 !important;
    padding-left: .7211538462rem !important;
    padding-right: .7211538462rem !important;
  }

  .featured-wrapper .featured-col-wrap.row-fluid {
    display: block !important;
  }

  .featured-col-wrap-outer {
    margin-left: -.7211538462rem;
    margin-right: -.7211538462rem;
  }

  .featured-wrapper {
    overflow: hidden;
  }

  .feature-card img {
    width: 100%;
  }
}

@media (max-width:767px){
  .home-row2 .span6.dnd-column:first-of-type {
    padding-right: 0 !important;
    padding-bottom: 9px;
  }

  .contact-row1 .span6 {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0 !important;
  }

  .home-row2 .span6.dnd-column:first-of-type, 
  .contact-row1 .span6.dnd-column:first-of-type {
    padding-right: 0 !important;
  }

  .contact-page .legal-consent-container .hs-field-desc.checkbox-desc {
    margin: -19px 0 0px 0;
    line-height: 13px;
  }

  .eq-page .equal-col>div:first-of-type {
    padding-right:0px !important;
  }

  .eq-page .equal-col>div {
    width: 100%;
    float: none;
    margin: 0;
  }

  table {
    width: 100%;
    table-layout: fixed;
  }

  .website-page table {
    border: 0;
    display: table;
    border-collapse: separate;
    width: 100% !important;
  }

  .event-row4 section.team-member-wrapper h2 {
    font-size: .9134615385rem !important;
    line-height: 1;
  }
  
  .home-row2 .span6.dnd-column:first-of-type,
  .contact-row1 .span6.dnd-column:first-of-type{
    padding-right:15px !important;
  }

  .eq-page .equal-col>div:first-of-type {
    padding-right:15px !important;
  }
}

@media screen and (max-width: 39.99875em){
  .event-row1 a.cta_button.btn-cta,
  .event-row1 a.hs-button,
  .event-row2 a.hs-button{
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .newsroom-row1 a.hs-button,
  .website-page a.cta_button.btn-cta {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }

  .event-row1 .hs_cos_wrapper_type_module,
  .event-row2 .hs_cos_wrapper_type_module,
  .newsroom-row1 .hs_cos_wrapper_type_module {
    width: 100%;
  }

  .event-row2 a.hs-button {
    margin-bottom: 1rem;
  }

  .eq-page .equal-col>div .hs_cos_wrapper_type_module {
    width: 100%;
  }

  .eq-page .equal-col>div a.hs-button {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }

  h3.form-title {
    font-size: 1.1538461538rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .website-page .cta-wrapper a.cta_button.btn-cta {
    display: inline-block;
    width: auto;
    padding: .85em 1em;
  }
  
  .home-row2 .span6.dnd-column:first-of-type,
  .contact-row1 .span6.dnd-column:first-of-type{
    padding-right:0px !important;
  }

  .eq-page .equal-col>div:first-of-type {
    padding-right:0px !important;
  }
}



@media (max-width:640px){
  .featured-col-wrap-outer {
    margin-left: 0;
    margin-right: 0;
  }

  .featured-wrapper .row-fluid .span4.dnd-column {
    width: 100% !important;
    float: none;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .feature-card {
    height: auto !important;
  }
  .social-links__icon {
    padding: 0 5px !important;
}
}

.header-bar.darkHeader {
    top: 0;
}
.tooltip-wrapper .grid-x .cell.card .card-section h4 span {
    cursor: auto !important;
}

/*Font Awesome*/

.fa, .fab, .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: 8;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-industry:before {
  content: "\f275";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}


/* ----------------------------- Theme override css 16-11-2021 ----------------------- */

.home-row4-v2 h3 { line-height: 1.3; }
.home-row4-v2 p { line-height: 1.5; }
/* ******************************************************************************
*********************************************************************************
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 {
  min-height: 154.969px;
}

.header__container {
  max-width: 1200px;
}
.header-bar {
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
  box-shadow: 0 0 10px black;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 5;
  width: 100%;
}
.header-bar .menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.header-bar .menu .menu-text label {
  display: flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  padding: 0.7rem 1rem;
}
.header-bar .top-bar-left, 
.header-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
.menu.horizontal {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

}
.header-bar .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
.header-bar .logo label {
  display: flex;
  align-items: center;
}
.header-bar .menu .menu-text .logo a {
  vertical-align: top;
}
.header-bar .logo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 50px !important;
  display: block;
}
.header-bar .logo p {
  color: black;
  font-weight: 500;
  font-size: 1.5rem;
  padding-left: .5rem;
  margin: 0;
  font-family: Akrobat,Roboto,Arial,sans-serif;
  line-height: 40px;
}
.header-bar .logo p a {
  vertical-align: top;
  color: black;
}
.header-bar .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mobile-trigger-lp{
  display:none !important;
}

.header-lp .header-bar {
  display: block !important;
}

/* new css 17-08-2021 for the header */
header.header.headerV3 .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a {font-size: 19px;padding: .6rem 1.5rem .6rem 1rem;}
header.header.headerV3 .custom-menu-primary .hs-menu-wrapper>ul li>a { font-size: 19px;}
header.header.headerV3 .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 0; }
header.header.headerV3 .header-bar .menu .menu-text label { padding: 0 1rem; }
header.header.headerV3 .header-bar .menu .menu-text { padding: 0 1rem; }
header.header.headerV3 .header-bar { padding: 15px 10px;}
header.header.headerV3 { min-height : unset} 
body.new_header .body-wrapper {  margin-top: 0 !important; }
/* header.header.headerV3 {  position: unset;} */
body.leaveIt .headerV3{  transform: translateY(-100%); -webkit-transform: translateY(-100%);  -moz-transform: translateY(-100%);  }
body.fixIt .headerV3 { transform: translateY(0); -webkit-transform: translateY(0);  }
body.fullView .headerV3 { transform: translateY(0); -webkit-transform: translateY(0); }
   .headerV3 {   top:0; left:0; right:0; z-index: 9999; position: fixed; width: 100%;transition: all 0.3s; -webkit-transition: all 0.3s ;  }
header.header.headerV3 li.menu-text.logo p {  font-size: 27px;}
@media print, screen and (min-width: 40em){
  .header-bar  .top-bar-left, 
  .header-bar  .top-bar-right {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .header-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media(min-width:768px){
  .mobile-trigger-wrapper {
    display:none;
  }
}

@media(max-width:767px){
  .header-bar {
    position: static;
  }
  .mobile-trigger-wrapper {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mobile-trigger-wrapper .menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 0;
    background: transparent;
    line-height: 1;
    border: 0;
    text-transform: none;
    font-size: 100%;
    margin: 0;
    outline: none;
    vertical-align: middle;
  }
  .mobile-trigger-wrapper .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem;
  }
  .mobile-trigger-wrapper .title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-family: "Akrobat",Roboto,Arial,sans-serif;
    line-height: 1.5;
  }
  .mobile-trigger-wrapper .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: '';
  }
  .mobile-trigger-wrapper .menu-icon:hover:after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  }
  .header {
    min-height: auto;
  }
  .header-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    flex-wrap: wrap;
    display: none;
  }
  .header-bar .menu.logo-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-bar .custom-menu-primary.menu {
    flex-direction: column;
  }

  .header.no-nav .header-bar {
    position: relative;
    display: block !important;
  }

}
@media(max-width:400px){
  .header-bar .logo img {
    vertical-align: middle;
    max-width: none;
  }
}


body .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    border-radius: 10px 10px 0 0;
}
/* body .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover>a{
  border-radius: 10px;
} */
body .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover {
    color: rgba(255,255,255,1.0)  !important;
    background-color: rgba(29,130,150,1.0)  !important;
}

body .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover:after {
    border-top-color: #fff !important;
}
body .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  border-radius: 10px;
}

/* .body-wrapper {
    margin-top: 155px;
} */

header.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header .header-bar {
    position: static;
}


@media (max-width: 767px){
  
  .body-wrapper {
    margin-top: 112px;
  }
  
  
}

@media (max-width: 408px){
  
  .body-wrapper {
    margin-top: 110px;
  }
  
  
}

@media (max-width: 360px){
  
  .header-bar .menu .menu-text label {
    padding: 0;
}

.header-bar{ overflow-y: auto; height: calc(100vh - 113px); }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: center;
  padding-bottom: 50px;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
}

.hs-footer-partners .footer__container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hs-footer-partners .subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
  text-align: center;
}
.hs-footer-partners .logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.hs-footer-partners .logos>a, 
.hs-footer-partners .logos>span {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - .9615384615rem);
  margin-right: .4807692308rem;
  margin-left: .4807692308rem;
  margin-right: .4807692308rem;
  margin-left: .4807692308rem;
  width: calc(25% - .9615384615rem);
  margin-right: .4807692308rem;
  margin-left: .4807692308rem;
}
.hs-footer-partners .logos img {
  filter: grayscale(100%);
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.hs-footer-partners img:hover {
  filter: none;
}


.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-left-column,
.footer-middle-column,
.footer-right-column {
  padding-top: 50px;
  text-align: left;
}

.footer-left-column{
  display: flex;
  align-items: center;
}
.footer-left-column img {
  width:100px !important;
  margin-right: 1rem;
  float: left;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.footer-left-column p {
  margin: 0;
  text-align: left;
  line-height: 1.5;
}
.fa, .fab, .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;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.social-share {
  margin: 0;
  list-style: none;
  padding: 0;
  font-family: Akrobat,Roboto,Arial,sans-serif;
  margin-bottom: 1rem;
  text-align: left;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-github:before {
  content: "\f09b";
}

.footer-middle-column .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  text-align: left;
  padding-bottom: 1rem;
  font-weight: bold;
}
.footer-middle-column .hs-menu-wrapper > ul >li {
  float: none !important;
}
.footer-middle-column .hs-menu-wrapper>ul>li>a {
  padding: 0;
  display: inline-block !important;
  vertical-align: top;
}
.footer-middle-column .hs-menu-wrapper>ul>li>a:hover{
  color: #1D8296;
}
.footer-middle-column .hs-menu-wrapper > ul ul {
  display: block;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding-left: 0.5rem;
  list-style: none;
  margin-left: 0;
}
.footer-middle-column .hs-menu-wrapper > ul ul li {
  float: none !important;
  margin: 0;
  width: 100%;
  list-style-position: outside;
  display: list-item;
}
.footer-middle-column .hs-menu-wrapper > ul ul li a{
  padding:0;
  display: inline-block;
  vertical-align: top;
}
.footer-middle-column .hs-menu-wrapper > ul ul li a:hover{
  color: #1D8296;
}
 /*Newsletter Design*/
.newsletter-subscribe-inner .input-group {
  display: flex;
  width: 100%;
  margin-bottom: .7692307692rem;
  align-items: stretch;
}
.newsletter-subscribe-inner .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.newsletter-subscribe-inner .input-group-button a {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7692307692rem;
  margin: 0;
  white-space: nowrap;
}
.newsletter-subscribe-inner .call-to-action.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FFC72c;
  color: #4B4F54;
  font-weight: 600;
  border-radius: 10px;
  white-space: normal;
}
/*Newsletter End */


@media print, screen and (min-width: 40em){
  .footer__container {
    padding-right: .7211538462rem;
    padding-left: .7211538462rem;
  }
  .hs-footer-partners .logos>a, 
  .hs-footer-partners .logos>span {
    width: calc(16.6666666667% - 1.4423076923rem);
    margin-right: .7211538462rem;
    margin-left: .7211538462rem;
  }


}
@media(min-width:661px){
  .hs-medium-5 {
    width: 41.6666666667%;
  }
  .hs-medium-3 {
    width: 25%;
  }
  .hs-medium-4{
    width: 33.3333333333%;
  }
  .hs-medium-5,
  .hs-medium-3,
  .hs-medium-4 {
    flex: 0 0 auto;
  }	
}

@media(min-width:660px) and (max-width:880px)  {
  .hs-medium-5, .hs-medium-4 {
    width: 50% !important;
  }
  .hs-medium-3 {
    width: 100% !important;
  }
  .footer-middle-column {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}

@media(max-width:767px){
  .footer__container {
    padding-right: .4807692308rem;
    padding-left: .4807692308rem;
  }
  .newsletter-subscribe-inner .call-to-action.button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .footer-middle-column .hs-menu-wrapper>ul ul li a {
    line-height: normal;
  }
  .footer-middle-column {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
  .footer-middle-column .hs-menu-wrapper>ul ul li{
    width:auto !important;
  }
}

@media(max-width:639px){
  .hs-footer-partners .subheader {
    font-size: 20px;
  }
  .footer-middle-column {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%;
  }
}


@media(max-width:479px){
  .footer-inner{
    display: block;
  }
  .footer-left-column, .footer-middle-column, .footer-right-column {
    width: 100%;
    text-align: left;
  }
  .social-share{
    text-align: left;
  }
  .hs-footer-partners .logos>a, .hs-footer-partners .logos>span {
    width: calc(50% - .9615384615rem);
  }
  .footer-middle-column .hs-menu-wrapper>ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem; 
}


.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: ;
}
.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;
}
.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: #1D8296;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: 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;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  /*   background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52; */
}
.blog-comments .hs-button:hover {
  /*   background-color: #494A52;
  color: #fff; */
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Blog Style */
.hero {
  padding: 2rem 0;
  background-color: #13293D;
}
.hero>div {
  padding-right: .4807692308rem;
  padding-left: .4807692308rem;
  max-width: 57.6923076923rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.hero>div .content * {
  color: white;
}

.hero>div .content,.hero>div .image {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - .9615384615rem);
  margin-right: .4807692308rem;
  margin-left: .4807692308rem;
  margin-right: .4807692308rem;
  margin-left: .4807692308rem;
  width: calc(100% - .9615384615rem);
  margin-right: .4807692308rem;
  margin-left: .4807692308rem;
}
.hero>div .image img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}


/* Blog LIsting */
.post-items {
  border-bottom: 1px solid #cacaca;
  margin-bottom: .9615384615rem ;
  padding-bottom: .9615384615rem ;
}
.featured-image-wrapper {
  float: left;
  width: 250px;
  margin-right: 20px;
}
.post-items-content {
  overflow: hidden;
}

.read-more a {
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  background-color: #FFC72c;
  color: #4B4F54;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  font-family: Akrobat, Roboto, Arial, sans-serif;
}
.read-more a:hover {
  background-color: #efb000;
  color: #4B4F54;
}

/* Blog Post */
.section-post-header {
  padding-bottom: 20px;
}
.section-post-header {
  font-family: "Akrobat",Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}

.cta-wrapper {
  width: 100%;
  text-align: center;
}
.cta-wrapper .cta-inner-wrapper {
  background-color: #1d8296;
  color: #fff;
  padding: 100px 0;
}
.cta-wrapper p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.cta-wrapper p span	 {
  font-size: 200%;
}
.cta-wrapper .cta-btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #FFC72c;
  color: #4B4F54;
  font-weight: 600;
  border-radius: 10px;
}
.cta-wrapper .cta-btn a:hover, 
.cta-wrapper .cta-btn a:focus {
  background-color: #efb000;
  color: #4B4F54;
}

@media print, screen and (min-width: 40em) {
  .hero.header>div .content,.hero.header>div .image {
    margin-right:.7211538462rem;
    margin-left: .7211538462rem;
  }

  .hero>div {
    padding-right:.7211538462rem;
    padding-left: .7211538462rem;
  }

  .hero>div .content,.hero>div .image {
    width:calc(50% - 1.4423076923rem);
    margin-right: .7211538462rem;
    margin-left: .7211538462rem;
  }
}

@media print, screen and (min-width: 64em) {
  .hero.header>div .content,.hero.header>div .image {
    width:calc(50% - 1.4423076923rem);
    margin-right: .7211538462rem;
    margin-left: .7211538462rem;
  }
}

@media print, screen and (max-width: 47.9375em) {
  .featured-image-wrapper {
    float: none;
    width: 250px;
    margin: 0 auto 20px;
  }
  .post-items-content h2 {
    font-size: 40px;
  }
}

@media(max-width:767px){
  .blog-post__body p img {
    width: auto !important;
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto 10px !important;
    text-align: center;
    display: block;
  }
}

@media print, screen and (max-width: 639px) {
  .hero>div .content h1 {
    font-size: 24px;
  }
  .content-wrapper {
    padding-right: .4807692308rem;
    padding-left: .4807692308rem;
  }
  .post-items-content h2 {
    font-size: 20px;
  }
  .section-post-header h1 {
    font-size: 24px;
  }
  .read-more a {
    display: block;
    width: 100%;
  }
  .post-items {
    padding-bottom: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 10px 0;
    overflow-y: auto;
  }
}

.comment-date {
  display: block !important;
}


/* New Blog Css 27-08-2020 */ 

.w33{ width: 33.33%; }
.ib{ display: inline-block; margin-right: -4px; vertical-align: middle; }
.ib.vt{ vertical-align: top; }
.pt60{ padding-top: 10px }
.pb50{ padding-bottom: 50px; }
.blogInnerPostContent { padding: 15px; }
.newBlogAugust .content-wrapper { padding: 0 15px; }
.featuredImage{ height: 250px; }
.postItemMain { margin: 0 -15px; }
.postItems { padding: 25px 15px; margin-bottom: 0; border: 0; }
.featuredImage { background-position: center center; background-size: cover; background-repeat: no-repeat; position: relative; }
.blogLinkImage{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.blogAuthorImage .blog-header__author-avatar { margin: 0; width: 60px; height: 60px; }
.blogAuthorImage { display: inline-block; width: 60px; margin-right: -4px; vertical-align: middle; }
.blogAuthorLink { width: calc(100% - 60px); margin-right: -4px; display: inline-block; vertical-align: middle; padding-left: 15px; }
.postItems .post-items-content { background-color: rgba(245, 245, 245, 1); overflow: visible; transition: all ease 0.3s; }
.postItems .post-items-content:hover{ box-shadow:0 2px 8px 0 rgba(0,0,0,0.26); }
.blogPostTime {padding-top: 10px; font-size: 15px; }
.blog-pagination.blogPagination { margin-bottom: 0; padding-top: 15px; }

.blogPagination a.blog-pagination__number-link:hover { border: 0; background-color: #1d8296; color: #fff; border-radius: 50%; }
a.blog-pagination__link { display: inline-block !important; margin: 0 5px; }
.blogPagination a.blog-pagination__number-link { width: 30px; height: 30px; font-size: 18px; transition: all ease 0.3s; border-radius: 50%; border: 0; }
a.blog-pagination__link.blog-pagination__prev-link,a.blog-pagination__link.blog-pagination__next-link { font-size: 18px; position: relative; }
a.blog-pagination__link.blog-pagination__prev-link svg {position: absolute;left: -15px;}
a.blog-pagination__link.blog-pagination__next-link svg{ position: absolute;right: -15px; }

.blog-post__body.postDetailContentLeft { width: 75%; display: inline-block; vertical-align: top; margin-right: -4px; }
.postDetailsRightSideBar { width: 25%;    display: inline-block; margin-right: -4px; vertical-align: top; }

.authorDeatilsMain .blog-header__inner { padding: 0; text-align: left; }
.authorDeatilsMain .blog-header__inner .blog-header__author-avatar { width: 100px; height: 100px; display: inline-block; margin-right: -4px; margin-bottom: 0; vertical-align: middle; }
.blogAuthorDetailsRightInner { display: inline-block; width: calc(100% - 100px); margin-right: -4px; vertical-align: middle; padding-left: 15px; }
h3.authorNameInner { margin-bottom: 0; }
.postDetailsMain { padding-top: 30px; }
.blogPostInner .content-wrapper { padding: 0 15px; }
.blogPostInner { padding: 60px 0 0; }
.postDetailsContentInner { padding-right: 50px; }
.blogAuthorDetailsRightInner .blog-header__author-social-links {    padding-top: 10px; }
.postInnerTitle {max-width: 700px;}
.authorDetailsSideBar { padding: 25px 15px; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16); border-radius: 4px; }
.innerRecentPostMain { padding-top: 35px; }
.innerRecentPostMain ul { margin: 0; padding: 0; list-style: none; }
.innerRecentPostMain ul li { padding-left: 0; position: relative; left: 0; transition: all ease 0.3s; }
/* .innerRecentPostMain ul li:before {content: '';width: 20px;height: 20px;position: absolute;left: 0;top: 5px;background-position: center;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20px' height='20px' viewBox='194.5 42.5 570 470.439' enable-background='new 194.5 42.5 570 470.439' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%231D8296' d='M751.049,258.242L548.813,56.002c-5.772-5.773-13.468-8.942-21.671-8.942 c-8.214,0-15.903,3.173-21.677,8.942l-18.361,18.366c-5.769,5.764-8.946,13.463-8.946,21.671c0,8.204,3.178,16.163,8.946,21.926 l117.981,118.241H230.253c-16.9,0-30.253,13.23-30.253,30.135v25.965c0,16.904,13.354,31.469,30.253,31.469h376.171 L487.109,442.677c-5.769,5.772-8.946,13.262-8.946,21.471c0,8.199,3.178,15.798,8.946,21.566l18.361,18.308 c5.773,5.772,13.463,8.918,21.676,8.918c8.204,0,15.898-3.187,21.672-8.959l202.235-202.236c5.787-5.791,8.969-13.521,8.946-21.74 C760.019,271.759,756.841,264.024,751.049,258.242z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");} */
.innerRecentPostMain ul li a { font-weight: 500; position: relative; left: 0; transition: all ease 0.3s; }
.innerRecentPostMain ul li a:hover { left: 10px; }

.socialSharing { padding-top: 35px; }
.socialIcons ul { padding: 0; margin: 0; list-style: none; }
.socialIcons li { display: inline-block; margin-right: 10px; }
.socialIcons li a { display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; background-color: #1d8296; vertical-align: top; border-radius: 50%; }
.socialIcons li a svg { width: auto; height: 15px; }
.socialIcons li a svg path { fill: #fff; }
.socialIcons li:first-child a svg { width: auto; height: 15px; }
.socialIcons li:first-child a { line-height: 40px; }
.emailSubScribe { padding-top: 35px; }
.bottomAuthorDetails .blog-header__inner { padding: 0; margin: 0; width: 100%; max-width: 100%; }
.bottomAuthorDetails .blog-header__inner .blog-header__author-avatar { display: inline-block; margin-bottom: 0; margin-right: -4px; vertical-align: middle; }
.bottomAuthorDetails .authorRightDetailsBottom { width: calc(100% - 200px); display: inline-block; margin-right: -4px; padding-left: 50px;  vertical-align: middle; }
.bottomAuthorDetails { max-width: 800px; }
.authorRecentPost { padding-top: 80px; padding-bottom: 50px; }
.authorRecentPostInner { margin: 0 -15px; }
.blogCommentInnerPost .blog-comments { margin: 0; padding-bottom: 50px; max-width: 75%; }
.blogCommentInnerPost .blog-comments fieldset { width: 100%; max-width: 100%; }
.commentTitle { padding-bottom: 20px; }

.homeRecentPost .recentPostList { margin: 0 -15px; }
.homeRecentPost { padding: 80px 0; }
.homeRecentPost .post-items.postItems { padding: 0 15px; }
.homeRecentPost .content-wrapper { padding: 0 15px; }
.recentPostTitleHome { padding-bottom: 30px; }
.blogTag { color: #1D8296; }
.blogPostTime { padding-top: 0; }
.blogPagination a.blog-pagination__number-link.blog-pagination__link--active{ border: 0; background-color: #1d8296; color: #fff; border-radius: 50%; }
.blogPostFilter ul { padding: 0; margin: 0; list-style: none; padding-bottom: 30px; text-align: center; }
.blogPostFilter ul li { display: inline-block; margin: 0 15px; }
.hs-rss-item:last-child { margin-bottom: 0 !important; }
.bottomAuthorDetailsNew .authorRecentPost { padding-bottom: 0; padding-top: 50px; }
.bottomAuthorDetailsNew { padding-top: 50px; }
li.current a { color: #1D8296; border: 1px solid #1D8296; padding: 5px; }
.blogPostFilter ul li.current a {color: #fff; background-color: #1d8296; border-radius: 10px; padding: 5px 10px; }

.postItemAdvertising { padding: 80px 15px; }
.advertisingButton a { font-family: Lato; font-weight: 900; border-radius: 10px; background-color: #ffc72c; color: #4b4f54; border-color: rgba(255,199,44,0.0); border-radius: 10px; border-width: 1px; color: rgba(75,79,84,1.0); padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; background-color: rgba(255,199,44,1.0); display: inline-block; font-size: .9rem; margin: 0 0 1rem 0; }
.advertisingPost .post-items-content { background: #1d8296; }
.advertisinTitle h2 { color: #fff; }
.advertisingContent { color: #fff; }
.advertisingButton { padding-top: 50px; }

@media ( max-width: 1280px ){
  
  .postItemMain { margin: 0; }
  
  .homeRecentPost .recentPostList {
    margin: 0;
}
}
@media (max-width: 1080px){
  
  .blog-post__body.postDetailContentLeft { width: 70%; }
  .postDetailsRightSideBar { width: 30%; }
  
  
}

@media (max-width: 991px){
  
  .tabw50{ width: 50%; }
  .blog-post__body.postDetailContentLeft { width: 100%; }
  .postDetailsContentInner { padding-right: 0; }
  .postDetailsRightSideBar { width: 100%; display: block; margin: 0 auto; max-width: 300px; padding-bottom: 50px; }
  .blogCommentInnerPost .blog-comments {max-width: 100%;}
  .blogCommentInnerPost .blog-comments { padding-bottom: 20px; }
  .authorRecentPost { padding-top: 30px; padding-bottom: 30px; }
  .authorRecentPostInner {    margin: 0; }
  .bottomAuthorDetails .blog-header__inner .blog-header__author-avatar { width: 150px; height: 150px; }
  .bottomAuthorDetails .authorRightDetailsBottom { padding-left: 30px; }
  .homeRecentPost .post-items.postItems { padding: 15px; }
}
 
@media (max-width: 767px) {
  
  .mw100{ width: 100%; }
  .post-items.postItems { padding: 15px 0; }
  .blogAuthorImage .blog-header__author-avatar { width: 45px; height: 45px; }
  .blogAuthorImage { width: 45px;}
  .newBlogAugust { padding-top: 40px; padding-bottom: 35px; }
  .blogPostInner { padding: 40px 0 0; }
.postDetailsMain { padding-top: 10px; }
  
  .bottomAuthorDetails .blog-header__inner .blog-header__author-avatar { display: block; margin: 0 auto; }
.bottomAuthorDetails .authorRightDetailsBottom { padding-left: 0; width: 100%; text-align: center; padding-top: 15px; }
.authorDeatilsMain a { width: 30px; height: 30px; }
.recentPostList a { font-size: 16px; }
.socialIcons li a { width: 30px; height: 30px;     line-height: 30px; }
.socialIcons li:first-child a { line-height: 30px; }
.socialSharing { padding-top: 20px; }
.emailSubScribe { padding-top: 25px; }
.innerRecentPostMain { padding-top: 25px; }
.innerRecentPostMain ul li:before { width: 15px; height: 15px; background-size: contain; top: 10px; }
  
  .homeRecentPost .post-items.postItems { padding: 15px 0; }
  .homeRecentPost { padding: 40px 0; }
  .recentPostTitleHome { padding-bottom: 10px; }
  .bottomAuthorDetailsNew { padding-top: 30px; }
.bottomAuthorDetailsNew .authorRecentPost { text-align: center; }
.bottomAuthorDetailsNew .content-wrapper { padding-bottom: 0; }
  
  
}


@media (max-width: 480px){
  
  .advertisingButton { padding-top: 20px; }
  
  
}
/* ******************************************************************************
*********************************************************************************
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_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: ;
  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;
}
form#email-prefs-form {
  max-width: 100%;
  padding: 0;
}
form#email-prefs-form .header {
  min-height: auto;
}

.content-wrapper.error-404 .error-page {
  padding: 0;
}

.content-wrapper.error-404 .error-page h1 {
  margin: 10px 0 30px;
  font-size: 4em;
  line-height: 1;
  letter-spacing: -1px;
}

.content-wrapper.error-404 .error-page p:last-of-type {
    margin: 0;
}


@media(max-width:767px){
  
  .systems-page .success {
    min-width: 100%;
  }

}

.error-page.error-500: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.error-500:before {
    font-size: 20rem;
  } 
}
/* ******************************************************************************
*********************************************************************************
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_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: ;
  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;
}
form#email-prefs-form {
  max-width: 100%;
  padding: 0;
}
form#email-prefs-form .header {
  min-height: auto;
}

.content-wrapper.error-404 .error-page {
  padding: 0;
}

.content-wrapper.error-404 .error-page h1 {
  margin: 10px 0 30px;
  font-size: 4em;
  line-height: 1;
  letter-spacing: -1px;
}

.content-wrapper.error-404 .error-page p:last-of-type {
    margin: 0;
}


@media(max-width:767px){
  
  .systems-page .success {
    min-width: 100%;
  }

}

.error-page.error-500: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.error-500:before {
    font-size: 20rem;
  } 
}

<style>
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button{
    border: 1px solid #1D8296!important;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 16px!important;
    text-decoration: none!important;
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    color: #fff;
	  background-color:#4a919f!important; 
    border: 1px solid #1D8296!important;
    }
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button {
    color: #ffffff!important;
    }

</style>