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











































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

html {
  font-size: 16px;
}
@font-face { 
  font-family: ETmodules; 
  src: url("https://6163655.fs1.hubspotusercontent-na1.net/hubfs/6163655/Fygr_March2021/fonts/modules.eot") format("embedded-opentype"), 
    url(https://6163655.fs1.hubspotusercontent-na1.net/hubfs/6163655/raw_assets/public/Fygr_March2021/fonts/modules.ttf) format("truetype"), 
    url(https://6163655.fs1.hubspotusercontent-na1.net/hubfs/6163655/raw_assets/public/Fygr_March2021/fonts/modules.woff) format("woff");
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}

body {
  font-family: Overpass,Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Overpass,Helvetica,Arial,Lucida,sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom:10px;
  line-height: 1;
  font-weight: 500;
  font-family: Overpass,Helvetica,Arial,Lucida,sans-serif;
  color: #333;
  word-break: break-word;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
  line-height: 1.3;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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;
  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: 100%;
  font-family: Overpass,Helvetica,Arial,Lucida,sans-serif;
}

.hs-button {
  margin: 15px 0;
  white-space:normal;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-family:Geist;
  min-width: 175px;
  line-height: normal;
  position: relative;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #1854eb;
  border-color: #1854eb;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-size: 13.3333px;
  padding: 0 10px;
  
  text-decoration: none;
  letter-spacing: 0.4px;
  outline:none;
}

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

.hs-button:active {
  background-color: #407cff;
  border-color: #407cff;
}


.hs-form label {
  font-size: 14px;
  font-family: Geist, Nunito, sans-serif;
  color: #6d7278;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff5b36 !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea, select {
  display: inline-block;
  width: calc(100% - 30px);
  padding: 0px 15px;
  min-height: 41px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #6d7278;
  background-color: #E3D9CE;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  outline:none;
  font-family: Geist, Nunito, sans-serif;
}

h3.form-title {
  font: 700 12px Geist,Nunito,sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: #F5F7F2;
}

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: #ff5b36;
}
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: #ff5b36;
  -webkit-box-shadow: 0.01px 0.01px 0.01px 1.3px #ff6e34 !important;
  box-shadow: 0.01px 0.01px 0.01px 1.3px #ff6e34 !important;
  border:transparent !important;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
}
.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: Overpass,Helvetica,Arial,Lucida,sans-serif;
}

@media (min-width: 768px){
  form{
    max-width:500px;
  }

  .blog-comments form {
    max-width:100%;
  }

}
@media (max-width:767px) {

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
*/
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.lp .header__container {
  min-height: 90px;
}
.scroll-header .lp .header__container {
  min-height: 74px;
}
.hs-private.hs-private.hs-private .gcEUXD {
  background: none;
}
.header-group {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 99999;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  position: fixed;
  top: 0;
  font-size: 14px;
}
.body-wrapper{
  padding-top: 90px;
  margin-top: -1px;
}
.scroll-header .body-wrapper{
  margin-top: -17px;
}
.scroll-header .header-logo img {
  max-width: 106.45px;
}
.header__container {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 99;
}
.header__container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header-logo {
  position: absolute;
  height: 100%;
  width: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-logo div{
  height: 100%;
  width: 100%;
}
.header-logo img {
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  height: auto;
  max-width: 129.47px;
  margin-left: 3.3px;
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.menu-bar{
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-left: 159px;
  padding-top: 33px;
  float: right;
  font-weight: 600;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  /*float: left;*/
  line-height: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #002060;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  padding-bottom: 33px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
  background-image: linear-gradient(
    243deg
    ,#00CC7E 0%,#3AF693 100%);
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 13px 12px 13px;
  border-radius: 6px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a{
  padding-bottom:15px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li{
  display: block;
  font-size: 14px;
  padding-right: 0px;
  position: relative;
  line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #002060;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color:#fff;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; 
  position: absolute;
  min-width: 180px;
  left: 0;
  top: 100%;
}
.custom-menu-primary {
 /* float: left;*/
}
.mobile_nav_menu {
  display: none;
}


@media only screen and (min-width: 981px){
  .header-logo img{
    max-height: 60%;
  }
   .custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
    height: 35px;
  }
  .scroll-header .header-group{
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
  }
  .body-wrapper{
    transition: margin-top .4s ease-in-out;
    -webkit-transition: margin-top .4s ease-in-out;
    -moz-transition: margin-top .4s ease-in-out;
  }
  .scroll-header .menu-bar {
    padding: 25px 0 0 0;
    padding-left: 159px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-bottom: 25px;
  }
}
@media (max-width: 1186px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 1098px) and (min-width: 980px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 5px;
  }
}
@media (max-width: 980px){
  .custom-menu-primary.desktop {
    display: none;
  }
  .body-wrapper{
    padding-top: 79px;
    margin-top: -1px;
  }
  .lp .header__container {
    min-height: 80px;
  }
  .mobile_nav_menu {
    display: block;
    float: right;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul{
    display: none;
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-color: #002060;
    line-height:23px;
  }
  .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }
  .mobile_menu_bar:before {
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #002060;
  }
  .header-group {
    position: absolute;
  }
  .header-logo {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .header-logo img {
    max-width: 103.57px;
  }
  .menu-bar {
    padding-top: 24px;
    display: block;
  }
  .body-wrapper {
    padding-top: 79px;
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: list-item;
    font-size: 14px;
    line-height: 23px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 23px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 5%;
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    padding: 10px 5%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    min-height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    border: none;
    font-weight:300;
    border-bottom: 1px solid rgba(0,0,0,.03) !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:hover>a {
    background-color: rgba(0,0,0,.03) !important;
    opacity: .7;
    color: #002060;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul>li:hover>a {
    background-color: rgba(0,0,0,.03) !important;
    opacity: .7;
    color: #002060;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li {
    display: list-item;
    font-size: 14px;
    line-height: 23px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    line-height: 23px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px 5%;
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
  .child-trigger {
    position: absolute;
    width: 50px;
    height: 43.4px;
    right: 15px;
    top: 0;
    z-index: 9;
    cursor: pointer;
    text-align: right;
    /* color: #333; */
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #002060;
  }
  .child-trigger:hover{
    opacity: .7;
    color: #002060;
  }
  .child-trigger::after {
    content: "+";
    font-size: 24px;
  }
  .child-trigger.child-open::after {
    content: "-";
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: static;
    min-width: 100%;
    display:none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
  background-image: linear-gradient( 
    270deg
    ,#0037a4 0%,#002060 100%);
  background-color: #002060;
  font-size:14px;
}
.footer__container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  position: relative;
}
.footer-inner {
  padding: 6% 0 0;
}
.footer-inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.footer-section-1 ,.footer-section-2 ,.footer-section-3 ,.footer-section-4 {
  float: left;
}
.footer-logo {
  float: left;
  max-width: 100%;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}
.footer-section-3 h4 {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: .8em;
}
.footer-links ul li{
  padding-left: 14px;
  position: relative;
  margin-bottom: .5em;
}
.footer a{
  color:#fff;
}
.footer-section-4 .contact {
  float: left;
  max-width: 100%;
}
.footer-section-4 .contact h4{
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
.footer-section-4 .contact ul{
  line-height: .8em;
  list-style:none;
  margin:0;
  padding:0;
}
.footer-section-4 .contact ul li{
  padding-left: 14px;
  position: relative;
  margin-bottom: .5em;
}
.footer-bottom {
  padding: 15px 0 5px;
  background-image: linear-gradient(
    270deg
    ,#0037a4 0%,#002060 100%);
  background-color: #002060;
}
.footer-copyright {
  padding-bottom: 10px;
  float: left;
  text-align: left;
}
.footer-bottom  .footer__container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.et-pb-icon {
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}
.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: rgba(0,0,0,.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}
.et_pb_scroll_top:before {
  content: "2";
}
@media (min-width: 981px){
  .footer-section-1 ,.footer-section-2 ,.footer-section-3 ,.footer-section-4 {
    width: 20.875%;
    margin-right: 5.5%;
    margin-bottom: 5.5%;
  }
  .footer-section-4 {
    margin-right: 0;
  }
}

@media (max-width: 980px){
  .footer-inner{
    padding: 8% 0;
  }
  .footer-section-1, .footer-section-2, .footer-section-3, .footer-section-4 {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .footer-section-2 {
    margin-right: 0;
  }
  .footer-section-3 {
    margin-bottom: 0;
  }
  .footer-section-4 {
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer-copyright {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px){
  .footer-inner{
    padding: 10% 0;
  }
  .footer-section-1, .footer-section-2, .footer-section-3, .footer-section-4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.5%;
  }
  .footer-section-4{
    margin-bottom: 0;
  }
}

@media (max-width: 479px){
  .footer-section-1, .footer-section-2, .footer-section-3, .footer-section-4{
    margin-bottom: 11.5%;
  }
  .footer-inner{
    padding: 12% 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding-top: 2px;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  float: none !important;
}

.custom-blog-listing{
  padding-top: 50px !important;
  margin-top: -7px;
  position: relative;
}
.custom-blog .page-center {
  position: relative;
  padding-top: 2px;
}
.blog-header-inner {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  line-height: 1.8em;
  margin-top: 1px;
  max-width: 700px;
  text-align: center;
  word-wrap: break-word;
  color: #959baf;
  margin-left: auto;
  margin-right: auto;
}
.custom-blog .page-center:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
.blog-header {
  background: transparent !important;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
  width: 100%;
}
h1.blog-header-title {
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
  color: #535b7c!important;
}
h1.blog-header-title span{
  font-family: Overpass;
  color: #959baf;
  font-size: 16px;
}
.blog-header-subtitle {
  padding-bottom: 1em;
  line-height: 1.8em;
  color: #959baf!important;
  margin: 0;
}
.blog-header-subtitle span{
  font-size:medium;
}
.blog-index {
  padding-top: 70px;
  position: relative;
  width: 100%;
}
.blog-index__post {
  float: left;
  max-width: 100%;
}
.blog-pagination {
  clear: both;
}
.blog-index__post:last-child {
  margin-right: 0;
}
.blog-index__post-inner-card {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  word-wrap: break-word;
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 30%) !important;
}
.blog-post-image {
  margin: -20px -20px 29px;
  position: relative;
}
.blog-index__post-image {
  position: relative;
  margin-bottom: 30px;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.blog-index__post-inner-card h2 {
  margin: 0;
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
}
.blog-index__post-inner-card h2 a{
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #002060;
}
.blog-index__post-inner-card .post-meta {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 23.8px;
}
.post-author a {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-style: italic;
  font-size: 12px;
}
.blog-index__post-inner-card .blog-index__post-content {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  text-align: justify;
}
.blog-index__post-inner-card .blog-index__post-content p{
  margin:0;
}
.content-wrapper.blog-post-container {
  padding-top: 76px;
}
.blog-post {
  box-shadow: none !important;
  margin-bottom: 27px;
  padding-bottom: 25px;
}
.blog-post__title {
  color: #333 !important;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 30px !important;
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif !important;
  margin: 0;
}
.blog-post__meta {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 6px;
}
.blog-post__meta a:hover {
  color: #666 !important;
}
.blog-post__meta .post-author a {
  font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
  font-style: normal;
  font-size: 14px;
}
.blog-post__body {
  position: relative;
}
.blog-index__post-image {
  margin-bottom: 0 !important;
}
.blog-comments form {
  border: none !important;
}
.custom-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-categories ul li{
  display: inline-block;
}
.post-comment-icon {
  display: inline-block;
}
.custom-categories{
  display: inline-block;
}
@media (min-width: 981px){
  .blog-index__post {    
    width: 29.667%;
    margin-right: 5.5%;
  }
  .blog-index__post-inner-card{
    margin-bottom: 18.539%;
  }
  .blog-post__body{
    padding: 4% 0;
  }
  .custom-blog-listing {
    padding: 4% 0;
}
}
@media only screen and (min-width: 1350px){
  .custom-blog-listing{
    padding: 54px 0;
  }
  .blog-post__body {
    padding: 54px 0;
  }
}
@media (max-width: 980px){
  .blog-index__post {
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
    margin-bottom: 0;
  }
  .blog-index__post:nth-child(2n){
    margin-right: 0;
    margin-bottom: 0;
  }
  .blog-index__post:nth-child(3n){
    margin: 0 5.5% 7.5% 0;
    margin-bottom: 0;
  }
  .blog-index__post-inner-card {
    margin-bottom: 16.21%;
  }
  .blog-index__post-inner-card h2 {
    text-align: center;
  }
  .blog-index__post-inner-card .post-meta {
    text-align: center;
  }
  .custom-blog-listing {
    padding: 50px 0;
  }
  .blog-post__body{
    padding: 50px 0;
  }
}

@media (max-width: 767px){
  .blog-index__post {
    float: none;
    width: 100%;
  }
  .blog-index__post-inner-card {
    margin-right: 0;
    margin-bottom: 9.5%;
    width: 100%;
  }
}

@media (max-width: 479px){
  .blog-index__post-inner-card {
    margin-right: 0;
    margin-bottom: 11.5%;
    width: 100%;
  }
  .blog-index__post-inner-card h2 {
    font-size: 16px;
    padding-bottom: 0;
    display: block;
  }
}


.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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


.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 62.5%;
  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: 22px;
}
.blog-index__post-content p {
  font-family: Overpass,Helvetica,Arial,Lucida,sans-serif;
}
.blog-index__post-content a {
  color: #666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-pagination__prev-link {
  float: left;
}
.blog-pagination__link {
  color: #002060 !important;
}
.blog-pagination__next-link {
  float: right;
}
.blog-pagination:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled,
a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled {
    display: none;
}
/*.blog-pagination__link {
display: inline-flex;
padding: .25rem .4rem;
margin: 0 .1rem;
color: #666;
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: #666;
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: #666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.blog-post__meta a {
  color: #666;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #666;
  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 #1854eb;
color: #1854eb;
}
.blog-comments .hs-button:hover {
background-color: #1854eb;
color: #fff;
}*/
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #1854eb;
}

/*             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__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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



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



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

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

}

/** H1 In Form **/

.h1_under_form{
  padding-top:20px;
  font-size:50px !important;
  text-align:center;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Overpass,Helvetica,Arial,Lucida,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #000;
  z-index: -1;
  opacity:0.1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page .hs_cos_wrapper_type_email_simple_subscription form input.email-edit.hs-input{
  padding: 0px 15px !important;
  font-size: 14px !important;
  width:100% !important;
}
.systems-page .widget-type-password_prompt form input#hs-pwd-widget-password{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .widget-type-email_subscriptions form#email-prefs-form{
  max-width:100%;
}
.systems-page ul { 
  padding: 0;
  margin: 10px 0;
}
.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 13px;
  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: Overpass,Helvetica,Arial,Lucida,sans-serif;
  font-size: 1.25rem;
  color: #666;
  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: #666;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width: 767px){
  .systems-page .success {
    min-width:auto;
  }
  .systems-page h2 {
    font-size: 20px;
  }
  .systems-page h1 {
    font-size: 26px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

.hs-blog-listing .blog__subscription-block{
  display: none;
}

body .hs-blog-listing,
body .hs-blog-post{
  background-color: #eef0f2;
}

body .hs-blog-listing, body .hs-blog-post {
    background-color: #f8fbfe;
}

.hs-blog-post .post-featured-image {
  max-height: 380px;
}

.hs-blog-post .blog-post__meta,
.hs-blog-post .blog-post__meta a{
  color: #479d01;
  font-weight: 600;
  margin: 0 0 40px;
  font-style: italic;
}

.hs-blog-post .blog-post__meta{
  position: relative;
}

.hs-blog-post .blog-post h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15em;
}

.hs-blog-post .blog-post__body h2 {
    padding-top: 120px;
    color: #0037a4;
    margin-top: -120px;
}

.hs-blog-post .blog-post__body h3{
    padding-top: 120px;
    color: #2584f9;
    margin-top: -120px;
}

.hs-blog-post p a {
    color: #00cc7e;
    font-weight: 600;
}

.hs-blog-listing nav{
  background: none;
  position: static;
}

.hs-blog-listing nav:before{
  content:none;
}

.hs-blog-listing .blog-header {
    background: none;
}

body .hs-blog-listing h1 {
    color: rgb(255, 255, 255);
    font-weight: 800;
    margin: 0;
    font-size: 40px;
}

body .hs-blog-listing p {
    margin: 0;
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: 0.02em;
}

.blog-header-nav-filter {
    background: #fff;
    position: absolute;
    padding: 10px 40px;
    border-radius: 100px;
    box-shadow: 0 0 0px 6px rgba(255,255,255,0.35);
    bottom: -32px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    width:90%;
    text-align: center;
}

.blog-header-nav-filter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-header-nav-filter li {
    display: inline-block;
}

.blog-header-nav-filter a {
    display: block;
    padding: 10px;
    font-weight: 600;
}

.blog-header-nav-filter li:first-child a{
  color: #65b922;
}

body .hs-blog-listing .blog-header__inner {
    max-width: none;
    margin: 0px auto;
    padding: 40px 0 100px;
}

body .hs-blog-listing header .page-center{
  position: relative;
}

body .hs-blog-listing .blog-index__post-content h2 a {
    color: #263035;
    font-weight: 800;
    font-size: 20px;
}

body .hs-blog-listing .blog-index__post-content{
  font-size: 15px;
  color: #888;
}

.blog-post__read-more a{
  color:#00cc7e;
  font-weight: 600;
}

.blog-post__read-more a svg {
    fill: #00cc7e;
    position: relative;
    top: -1px;
    left: -4px;
    width: 11px;
}

.blog-newsletter {
    margin: 0px 25px 100px;
    padding: 50px;
    color: rgb(255, 255, 255);
    background: rgb(101, 185, 34);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

body .hs-blog-listing .blog-newsletter-form p {
    opacity: 1;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.15em;
}

body .hs-blog-listing footer.footer,
body .hs-blog-post footer.footer{
    background: linear-gradient(270deg,#0037a4 0%,#002060 100%);
    box-shadow: none;
    padding: 140px 0 30px;
    margin-top: 0px;
    position: relative;
    z-index: 0;
}

body .hs-landing-page footer.footer{
    background: #0d2336;
    box-shadow: none;
    position: relative;
    z-index: 0;
    padding: 0 0 20px;
}

body .hs-blog-post footer.footer{
  padding: 180px 0 30px;
}
  
.blog-recent-posts__list {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.blog-recent-posts h2{
  font-weight: 800;
}

body .hs-blog-post nav,
body .hs-landing-page nav{
  position: static;
  background: #fff;
  margin: 0;
}

body .hs-landing-page .custom-logo{
  margin: auto;
}

.blog-sticky-note {
    position: fixed;
    bottom: 70px;
    right: 40px;
    background: rgb(255, 255, 255);
    max-width: 200px;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    border: 2px solid rgb(238, 238, 238);
    animation: 1s 2.5s fadeStickyNote;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeStickyNote {
  from {
    opacity: 0;
    bottom: 70px;
  }

  to {
    opacity: 1;
    bottom: 60px;
  }
}

.blog-sticky-note p{
  color: #65b922;
}

.blog-sticky-note strong{
  display: block;
  color: #212529;
}

.blog-sticky-note a {
    display: block;
    position: absolute;
    width: 70%;
    background: #65b922;
    color: #fff;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0;
    border-radius: 5px;
    transition : ease 0.35s;
    -webkit-transition : ease 0.35s;
    -moz-transition : ease 0.35s;
}

.blog-sticky-note a:hover{
  color: #fff;
  background: #93ce64;
  transition : ease 0.35s;
  -webkit-transition : ease 0.35s;
  -moz-transition : ease 0.35s;
}

.blog-sticky-note img {
    width: 70px;
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.blog-newsletter-form-col-button .hs_email > label {
    display: none;
}

.blog-newsletter-form-col-button label.hs-error-msg {
    margin-top: -10px;
    font-weight: 600;
}

.blog-newsletter-form-col-text,
.blog-newsletter-form-col-button {
    float: left;
    width: 50%;
}

.blog-newsletter-form::after{
  content:"";
  display: block;
  clear: both;
}

.blog-newsletter-form-col-button .hs-input {
    padding: 12px 80px 12px 12px !important;
}

.blog-newsletter-form-col-button form{
  position: relative;
}

.blog-newsletter-form-col-button input[type="email"]{
  box-shadow: none;
}

.blog-newsletter-form-col-button input[type="submit"] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    padding: 7px 20px;
    margin: 0px;
    box-shadow: none;
    border: none !important;
    transition : ease 0.35s;
    -webkit-transition : ease 0.35s;
    -moz-transition : ease 0.35s;
}

.blog-newsletter-form-col-button input[type="submit"]:hover {
    transition : ease 0.35s;
    -webkit-transition : ease 0.35s;
    -moz-transition : ease 0.35s;
}


body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper h4,
body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper h4,
body .leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-preview .leadin-preview-wrapper h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #fff !important;
    letter-spacing: 0.1em;
}

body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper p {
    font-size: 18px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.25em;
}

body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper .leadin-button {
    background-image: linear-gradient(243deg,#00cc7e 0%,#3af693 100%) !important;
    color: #fff !important;
    font-weight: 800 !important;
    display: inline-block;
    width: auto;
}

.leadinModal-content::before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: -80px;
    background-image: linear-gradient(to right, rgba(0, 164, 219, 1), rgba(0, 38, 158, 1)) !important;
    border-radius: 30px;
    transform: rotate(55deg) translate(-80%, 0);
    -webkit-transform: rotate(55deg) translate(-80%, 0);
    -moz-transform: rotate(55deg) translate(-80%, 0);
    z-index: -1;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .dyno-image {
    position: absolute;
    display: block !important;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body .leadin-preview-wrapper, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body .leadin-preview-wrapper, .leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadin-content-body .leadin-preview-wrapper{
    padding: 50px !important;
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadinModal-content, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content, .leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadinModal-content{
    width: auto !important;
}

.hs-landing-page label {
    display: none;
}

.hs-landing-page #hs_cos_wrapper_main-section-module-4{
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    position: relative;
    top: 40px;
}

.hs-landing-page #hs_cos_wrapper_main-section-module-4 h3 {
    color: #242f3e;
    font-size: 20px !important;
    font-weight: 800;
    text-align: center;
    position: relative;
}

.hs-landing-page #hs_cos_wrapper_main-section-module-4 h3::after {
    content: "";
    display: block;
    background-image: linear-gradient(134deg,#00a4db 0%,#00269e 100%);
    width: 50px;
    height: 2px;
    margin: 15px auto 25px;
}

html {
    overflow-x: hidden;
}

.hs-landing-page .main-section-row-2-background-gradient .row-number-7,
.hs-landing-page .main-section-row-2-background-gradient .row-number-8 {
    float: left;
    width: 48%;
    position: relative;
}

.hs-landing-page .main-section-row-2-background-gradient .row-number-7{
    margin-right: 4%;
}

.hs-landing-page .main-section-row-2-background-gradient .row-number-8 img {
    width: 270px;
    position: absolute;
    right: 0px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 22%);
    -webkit-box-shadow: 10px 10px 20px rgb(0 0 0 / 22%);
    -moz-box-shadow: 10px 10px 20px rgb(0 0 0 / 22%);
}

.hs-landing-page .main-section-row-2-background-gradient .row-number-7 a {
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.hs-landing-page .main-section-row-2-background-gradient .row-number-7 a:hover {
    background: #fff;  
    color: #212529;
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.hs-landing-page .main-section-row-2-background-gradient {
    overflow: hidden;
    margin: 0px 0;
}

.hs-landing-page #hs_cos_wrapper_main-section-module-4 input[type="text"],
.hs-landing-page #hs_cos_wrapper_main-section-module-4 input[type="email"] {
    font-size: 16px !important;
}

.hs-landing-page header.header {
    display: none;
}

.hs-landing-page main > div > div > div > div > div {
    position: relative;
}

.hs-landing-page main > div > div > div > div > div:first-child::before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: linear-gradient(134deg,#00a4db 0%,#00269e 100%);
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}

.hs-landing-page main > div > div > div > div > div:first-child > div {
    padding-top: 50px;
    position: relative;
}

.hs-landing-page main > div > div > div > div > div:first-child h1 span,
.hs-landing-page main > div > div > div > div > div:first-child h2{
  color: #fff !important;
}  

.hs-landing-page main > div > div > div > div > div:first-child img {
    width: 70px;
}

.hs-landing-page main > div > div > div > div > div:first-child form .hs-richtext p {
    color: #8194ad !important;
    font-weight: 600;
}

.hs-landing-page main.lp-thank-you > div > div > div > div > div {
    padding: 0;
}

.hs-landing-page main.lp-thank-you > div > div > div > div > div:first-child::before {
    top: -160px;
}

.lp-thank-you .span8 {
    margin-top: -220px;
}

.lp-thank-you {
    padding: 0 30px;
    background: #fff;
}

.leadinModal-content{
  overflow: hidden !important;
}

.hs-landing-page footer.footer{
  clip-path: none;
  -webkit-clip-path: none;
}

.hs-landing-page .footer__container {
    max-width: 66.66%;
}

.hs-landing-page .footer .middle-footer {
    border: none;
}

.hs-landing-page .footer .middle-footer .footer__container{
    border-bottom-color: rgba(60,98,121,1.0);
}

.hs-landing-page .footer .middle-footer .footer__container {
    border-bottom: 2px solid rgba(60,98,121,1.0);
    padding-bottom: 20px;
    margin-bottom: 10px;
}

body .hs-blog-listing h1,
body .hs-blog-listing h2,
body .hs-blog-listing h3,
body .hs-blog-listing h4,
body .hs-blog-listing p,
body .hs-blog-listing span,
body .hs-blog-listing strong,
body .hs-blog-listing a,
body .hs-blog-post h1,
body .hs-blog-post h2,
body .hs-blog-post h3,
body .hs-blog-post h4,
body .hs-blog-post p,
body .hs-blog-post span,
body .hs-blog-post strong,
body .hs-blog-post a,
body .hs-blog-post ul,
body .hs-blog-post li,
body .hs-landing-page h1,
body .hs-landing-page h2,
body .hs-landing-page h3,
body .hs-landing-page h4,
body .hs-landing-page p,
body .hs-landing-page span,
body .hs-landing-page strong,
body .hs-landing-page a{
  font-family: 'Source Sans Pro', sans-serif;
}

.header-topbar a {
    color: #33475b;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 8px;
    display: inline-block;
}

.header-topbar-left {
    float: left;
}

.header-topbar-right {
    float: right;
}

.header-topbar::after,
.header-container::after{
    content: "";
    display: block;
    clear: both;
}

.header-container nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-container nav ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 600;
}

.header-container .custom-logo,
.header-container nav {
    float: left;
    margin: 0;
}

header.header {
    min-height: auto;
    box-shadow: 0 2px 4px rgba(45,62,80,0.12);
}

.header-container {
    padding: 10px;
}

header.header.header-blog-list {
    background: #fff;
}

body .hs-blog-listing .content-wrapper.blog-content-wrapper {
    padding-top: 40px;
}

.blog-featured {
    width: 66%;
    margin-right: 20px;
    background: #f5f5f5;
}

.blog-featured, .blog-newsletter-sidebar {
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.blog-listing-heading-row::after,
.featured-post-content::after{
    content: "";
    display: block;
    clear: both;
}

.blog-newsletter-sidebar {
    width: 32%;
    background: #1854EB;
}

.featured-post-content {
    margin-top: 0;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.featured-post-content h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.blog-post__read-minutes,
.blog-post__read-more {
    float: left;
    margin-top: 20px;
}

.blog-post__read-minutes{
    margin-right: 20px;
}

.featured-post-img {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.featured-post-img img {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
}

.blog-listing-heading-row {
    display: flex;
    margin-bottom: 20px;
}

.blog-newsletter-sidebar {
    padding: 30px;
    position: relative;
}

.blog-newsletter-sidebar h2 {
    color: #fff;
    font-size: 22px;
}

.blog-newsletter-sidebar p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 20px 0 !important;
    opacity: 1 !important;
}

.blog-newsletter-sidebar span {
    color: #fff;
}

.blog-newsletter-sidebar .hs-form-radio span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-newsletter-sidebar input {
    box-shadow: none !important;
    border: 0 !important;
    background: #fff;
    color: #1854eb;
    font-weight: 600;
}

.blog-newsletter-sidebar input:not([type="submit"]),
.blog-newsletter-sidebar input:not([type="submit"]):active,
.blog-newsletter-sidebar input:not([type="submit"]):focus {
    background: rgb(255 255 255 / 30%);
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.hs-error-msgs label {
    margin-top: .5rem;
    color: #61ff00 !important;
    opacity: 1;
}

.blog-listing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-listing-cards .blog-listing-card {
    flex-grow: 1;
    width: 30%;
    max-width: 32%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.blog-listing-card .featured-post-img {
    height: 150px;
}

.blog-newsletter-sidebar::before {
    content: "";
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 0;
    right: -200px;
    bottom: -300px;
    opacity: .15;
    z-index: 0;
    box-shadow: 0 0 0 40px rgb(255 255 255 / 55%);
}

body .hs-blog-listing footer.footer,
body .hs-blog-post footer.footer{
    clip-path: none;
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
}

.header-container{
    position: relative;
}

.header-container nav ul li:last-child {
    position: absolute;
    right: 0;
    padding: 0;
}

.header-container nav ul li:last-child a {
    background: #70d51e;
    color: #fff;
    padding: 14px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border-radius: 6px;
    letter-spacing: 0.05em;
}

.blog-featured,
.blog-listing-card {
    transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
}

.blog-featured:hover, .blog-listing-card:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 0.02);
    -moz-box-shadow: 0 0 10px 10px rgb(0 0 0 / 0.02);
    -webkit-box-shadow: 0 0 10px 10px rgb(0 0 0 / 0.02);
    transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
}

.blog-listing-filters {
    margin-top: 45px;
    padding-top: 50px;
    border-top: 3px solid #ddd;
    text-align: center;
}

.blog-listing-filters h3 {
    color: #33475b;
    font-weight: 700;
    margin-bottom: 0;
}

.blog-listing-filters-cards{
    margin-top: 15px;
}

.blog-listing-filters-cards ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-listing-filters-card li {
    background-color: #f5f8fa;
    border-radius: 5px;
    font-weight: 700;
    color: inherit;
    position: relative;
    display: inline-block;
    margin: 10px;
}

.blog-listing-filters-card li a{
    border: 1px solid #fafafa;
    box-shadow: 0 0 10px #aeb8c4;
}
.blog-listing-filters-card li a:hover{background-color: #65b922; color: #fff;}

.blog-listing-filters-card li a,
.blog-listing-filters-card li a:hover{
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.blog-listing-filters-card li:last-child{display: none;}

.blog-listing-filters-card li a {
    color: #33475b;
    padding: 15px 40px;
    display: block;
    border-radius: 60px;
}

.featured-post-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(243deg,#00cc7e 0%,#3af693 100%);
}

.blog-post-heading-row::after {
    content: "";
    display: block;
    clear: both;
}

.blog-post-heading-text,
.blog-post-heading-img {
    float: left;
    width: 50%;
}

.blog-post-heading-text {
    width: 38%;
    margin-right: 4%;
    padding: 40px 0;
}

.blog-post-heading-img {
    width: 58%;
    border-radius: 5px;
    overflow: hidden;
}

.blog-post-heading-text h1.blog-post__title {
    color: #33475b;
    font-weight: 700;
    font-size: 40px;
}

.blog-post-heading-text .post-category {
    top: -10px;
    margin: 0;
}


.hs-blog-listing .post-category {
    margin-top: -25px;
    left: 35px;
    position: relative;
    top: 10px;
}

.hs-blog-post p,
.hs-blog-post .blog-post__body p,
.hs-blog-post .blog-post__body li {
    color: #8492bf;
    font-size: 16px;
    line-height: 1.65em;
    text-align: left;
}

.ka-anchor li{
    list-style: none;
}
  
.hs-blog-post .blog-post {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: none;
}

.blog-recent-posts{
  margin-top: 0;
}

.blog-recent-posts .blog-index__post{
  padding: 6px;
}

.blog-recent-posts h2 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #33475b;
}

.blog-index__post-content a {
    color: #33475b;
}

.blog-recent-posts,
.hs-blog-post .blog-post{
  background: none !important;
}

.header-container nav ul li:not(:last-child) a {
    position: relative
}

.header-container nav ul li:not(:last-child) a:after {
    content: "";
    display: block;
    background: #70d51e;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    position: absolute;
    bottom: -42px;
    opacity: 0;
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.header-container nav ul li:hover a:after {
    opacity: 1;
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.footer-blog .footer__navigation > span > div > ul > li {
    float: left;
    width: 33.33%;
}

.footer-blog .footer__navigation > span > div > ul::after {
    content: "";
    display: block;
    clear: both;
}

.footer-blog .footer__navigation {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 0.05);
}

.footer-blog .footer__navigation>span>div>ul>li>a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.footer-blog .footer__navigation>span>div>ul>li>ul{
    padding: 0;
}

.footer-blog .footer__navigation>span>div>ul>li>ul>li>a {
    color: #fff;
    opacity: 0.5;
    margin: 5px 0;
    display: block;
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.footer-blog .footer__navigation>span>div>ul>li>ul>li>a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-top: 2px solid #70d51e;
    border-right: 2px solid #70d51e;
}

.footer-blog .footer__navigation>span>div>ul>li>ul>li>a:hover{
    opacity: 1;
    margin-left: 10px;
    transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
}

.hs-blog-post .blog-post__body blockquote {
    border: 1px solid #00cc7e;
    margin: 0;
    padding: 40px;
    font-style: italic;
}

.hs-blog-post .blog-post__body blockquote p {
    color: #00cc7e;
    margin: 0;
    font-weight: 600;
}

.zone-cta {
    border-radius: 10px;
    padding: 60px 40px 40px 40px;
    background-image: url(https://f.hubspotusercontent00.net/hubfs/5798752/check-and-visit-article-immobilier-entreprise-toutes-les-cles-pour-gagner-en-productivite-1.jpg);
    position: relative;
}

.zone-cta p, .zone-cta span, .zone-cta strong {
    margin: 0;
    color: #fff;
    position: relative;
}

.zone-cta::before {
    content: "";
    display: block;
    width: 96%;
    height: 92%;
    border: 2px solid rgb(255 255 255 / 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.zone-cta.zone-cta-2 {
    background-image: url(https://f.hubspotusercontent00.net/hubfs/5798752/etat-des-lieux-en-immobilier.jpg);
}

.zone-cta.zone-cta-3 {
    background-image: url(https://f.hubspotusercontent00.net/hubfs/5798752/check-and-visit-zone-cta.jpg);
    background-position: bottom;
}

.blog-index__post-image {
    padding: 0;
    background-color: rgb(0 32 96 / 70%);
    background-blend-mode: soft-light;
}

h1.blog-post__title span {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    line-height: 1.25em;
}

.hs-blog-post .blog-post__meta, .hs-blog-post .blog-post__meta a {
    color: #3af693;
}

.hs-blog-post .blog-post__meta a:hover{
    color: #fff !important;
}

body .hs-blog-post .blog-post {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: none;
    border-radius: 10px;
    margin-top: -100px;
    background: #fff !important;
}

.bp-fygr-title {
    padding: 20px 20px 120px;
}

.hs-blog-post ol {
    padding: 30px 50px;
    background: #f8fbfe;
}

.blog-index__post-image .content-wrapper.blog-post-container {
    padding-top: 0;
}

.blog-post__body {
    padding: 0;
}

.blog-pagination {
    clear: both;
    text-align: center;
    margin-top: 20px;
}

.blog-pagination__next-link {
    float: none;
    font-size: 12px;
    margin-left: 10px;
}

.blog-pagination__prev-link {
    float: none;
    font-size: 12px;
    margin-right: 10px;
}

.blog-pagination__link svg {
    width: 5px;
}

.hs-cta-img {
    display: none !important;
}

.ka-anchor a {
    color: #0037a4;
}

.ka-anchor strong {
    font-size: 24px;
    color: #0037a4;
    display: block;
    margin-bottom: -15px;
}

.blog-newsletter-sidebar .hs-form label {
    display: none;
}

.blog-newsletter-sidebar input:not([type="submit"]),
.blog-newsletter-sidebar input:not([type="submit"])::placeholder {
    color: #fff;
    font-weight: 400;
}

.blog-newsletter-sidebar input:not([type="submit"]){
    margin-top: 10px;
}

.blog-newsletter-sidebar input[type="submit"] {
    margin-top: -10px;
}

.blog-newsletter-sidebar input{
    width: 100%;
}

.et_pb_scroll_top:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin: 10px 10px 6px;
}

.hs-blog-post .hs-cta-wrapper .hs-cta-img {
    display: block !important;
    height: auto;
}

.post-category a {
    padding: 10px 20px !important;
    background: #00cc7e;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-family: Overpass, sans-serif;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    color: rgba(0,32,96,1.0);
    padding: 13px 20px;
    width: 200px;
    font-size: 13px;
    font-weight: 700;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li{
    padding: 0 20px;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-bottom: 18px;
    margin-bottom: -18px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul{
    border-top: 3px solid #002060;
    padding: 20px 0;
    margin-top: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #002060;
    border-bottom: 2px solid #002060;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    position: relative;
    margin-left: 5px;
    top: -3px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li.hs-item-has-children:hover ul {
    display: block;
    margin-top: -30px;
    margin-left: 240px;
}

@media (max-width: 1186px){
    .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
        font-size: 12px;
        padding: 10px;
        width: 130px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
        min-width: 120px !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul>li.hs-item-has-children:hover ul {
        display: block;
        margin-top: -25px;
        margin-left: 180px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a::after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 980px){
    .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a::after{
        content:none;
    }
}



@media (min-width: 992px){
  body .hs-blog-listing .dnd-section>.row-fluid,
  body .hs-blog-listing .page-center,
  body .hs-blog-listing .content-wrapper,
  body .hs-blog-post .content-wrapper{
      max-width: 1080px;
      padding: 0 15px;
      margin: 0 auto;
  }
}

@media (max-width: 992px){
  .bp-fygr-title {
    padding: 60px 0px;
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .content-wrapper.blog-post-container {
    padding: 0;
    width: 100%;
  }
  .hs-blog-post .blog-post__meta {
      margin: 0;
  }
  body .hs-blog-post .blog-post{
      margin: 0;
  }
}

@media (max-width: 980px){
  .header-container nav ul li:not(:last-child) {
      font-size: 14px;
      padding: 0 6px;
      position: relative;
      top: -5px;
  }
  .header-container nav ul li:last-child a {
      padding: 10px 30px;
      font-size: 10px;
  }
  .header-container nav ul li:last-child {
      position: absolute;
      right: 0;
      padding: 0;
      margin-top: -5px;
  }
  .blog-post-heading-text,
  .blog-post-heading-img{
      width: 48%;
  }
  .blog-post-heading-text h1.blog-post__title {
      font-size: 33px;
      line-height: 1.25em;
  }
}  

@media (max-width: 1240px){
  .blog-header-nav-filter a {
      font-weight: 800;
      font-size: 12px;
  }
  .blog-post__meta-section {
    display: block;
  }
}

@media (max-width: 1020px){
  .blog-header-nav-filter {
      bottom: -47px;
  }
}

@media (max-width: 990px){
  .blog-header-nav-filter {
      bottom: -28px;
  }
  .blog-sticky-note img{
    display: none;
  }
  .blog-sticky-note p {
      float: left;
      text-align: left;
      margin: 0px;
      width: 48%;
  }
  .blog-sticky-note a {
      float: left;
      position: relative;
      left: inherit;
      bottom: inherit;
      transform: none;
      padding: 10px 30px;
      top: 5px;
      margin-left: 4%;
      width: 48%;
  }
  .blog-sticky-note {
    animation: 1s 2.5s fadeStickyNoteMobile;
    animation-fill-mode: forwards;
    right: inherit;
    left: 50%;
    transform: translate(-50%);
    bottom: 15px;
    max-width: 100%;
    background: rgb(192, 253, 181);
    padding: 15px 30px;
    box-shadow: 0px 0px 60px 30px;
    z-index: 9;
    width: 80%;
  }
}

@keyframes fadeStickyNoteMobile {
  from {
    opacity: 0;
    bottom: 20px;
  }

  to {
    opacity: 1;
    bottom: 10px;
  }
}

@media (max-width: 820px){
  .blog-header-nav-filter {
      bottom: -47px;
  }
  .blog-newsletter-form-col-text, .blog-newsletter-form-col-button {
      float: none;
      width: 100%;
      text-align: center;
  }
  .blog-newsletter-form-col-text {
      margin-bottom: 40px;
  }
  .header-container nav ul li:last-child {
      display: none;
  }
}

@media (max-width: 767px){
  nav {
      height: 84px;
  }
  body .hs-landing-page footer.footer{
    padding-top: 30px;
  }
  .custom-mobile-primary {
    top: 70px !important;
    right: 15px !important;
    width: auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
  }
  .blog-sticky-note {
    box-shadow: none;
  }
  .custom-mobile-primary a {
    margin: 0 !important;
    font-size: 13px !important;
    height: auto !important;
  }
  .custom-mobile-primary li {
    padding: 4px 0;
  }
  .lp-thank-you .span8 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .featured-post-img {
      height: 240px;
      overflow: hidden;
      position: relative;
  }
  .blog-listing-heading-row {
      display: block;
  }
  .blog-featured {
      width: 100%;
      margin-bottom: 20px;
  }
  .blog-newsletter-sidebar {
      width: 100%;
  }
  .blog-listing-cards .blog-listing-card {
      width: 40%;
      max-width: 50%;
  }
  .blog-post-heading-text, .blog-post-heading-img {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 640px){
  .header-topbar {
      display: none;
  }
  .header-container .custom-logo, .header-container nav {
      float: none;
      margin: auto;
      text-align: center;
  }
  .header-container nav div, .header-container nav span {
      margin: auto;
      text-align: center;
  }
  .custom-logo a img {
      width: 60px !important;
      height: 60px;
  }
}

@media (max-width: 550px){
  .blog-listing-cards .blog-listing-card {
      width: 100%;
      max-width: 100%;
  }
}

@media (max-width: 520px){
  .blog-header-nav-filter li {
      display: block;
  }
  .hs-blog-listing .blog-header {
    background: none;
    padding: 0 30px;
  }
  .blog-header-nav-filter {
    display: none;
/*     bottom: 0px;
    position: relative;
    width: 90%;
    border-radius: 20px 20px 0px 0px;
    padding: 20px 10px;
    margin: -50px auto 50px;
    transform: none;
    left: inherit; */
  }
}

@media (max-width: 500px){
  .blog-sticky-note p {
    float: none;
    text-align: left;
    margin: 0px;
    width: 48%;
    display: none;
  }
  .blog-sticky-note a {
    float: none;
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: none;
    padding: 10px 30px;
    top: 0;
    margin-left: 0;
    width: 100%;
  }
  .hs-landing-page .main-section-row-2-background-gradient .row-number-7,
  .hs-landing-page .main-section-row-2-background-gradient .row-number-8 {
    float: none;
    width: 100%;
    position: relative;
  }
  .hs-landing-page .main-section-row-2-background-gradient .row-number-8{
    display: none;
  }
  .hs-landing-page .main-section-row-2-background-gradient .row-number-7 h2, .hs-landing-page .main-section-row-2-background-gradient .row-number-7 p, .hs-landing-page .main-section-row-2-background-gradient .row-number-7 a {
    text-align: center !important;
  }
  body .hs-blog-listing .content-wrapper.blog-content-wrapper {
      padding: 50px;
      width: 100%;
  }
  .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadinModal-content, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadinModal-content, .leadinModal-v3.leadinModal.leadinEmbedded-theme-default .leadinModal-content {
      width: 100% !important;
  }
  body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper h4, body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner.leadinModal-preview .leadin-preview-wrapper h4, body .leadinModal-v3.leadinModal.leadinEmbedded-theme-default.leadinModal-preview .leadin-preview-wrapper h4,
  body .leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner.leadinModal-preview .leadin-preview-wrapper p,
  body .leadinModal-content .advance-wrapper.callout-special-font{
      text-align: center !important;
  }
}


.footer-social {
    float: right;
}

.footer-social li {
    list-style: none;
    display: inline-block;
}

.footer-social li a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: cover;
    margin: 0 4px;
}

.footer-social li:first-child a::before{
    background-image: url(https://6163655.fs1.hubspotusercontent-na1.net/hubfs/6163655/facebook.png);
}

.footer-social li:nth-child(2) a::before{
    background-image: url(https://6163655.fs1.hubspotusercontent-na1.net/hubfs/6163655/twitter.png);
}

.footer-social li:nth-child(3) a::before{
    background-image: url(https://6163655.fs1.hubspotusercontent-na1.net/hubfs/6163655/instagram.png);
}

.footer h4,
.footer p,
.footer a{
    font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif !important;
}

.footer a {
    margin-top: 15px;
    padding-left: 14px;
    display: inline-block;
}

.footer .footer-social a {
    margin-top: 0px !important;
}

.footer .footer-social ul {
    margin: 0px !important;
}

body .hs-blog-listing footer.footer,
body .hs-blog-post footer.footer {
    padding-bottom: 0;
}

body .hs-blog-listing .footer-logo img,
body .hs-blog-post .footer-logo img{
    max-width: 100%;
    height: auto !important;
}