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

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;
  }
  .dnd-section>.row-fluid{
    max-width: 300px!important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px){
  .dnd-section>.row-fluid{
    max-width: 440px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "tatsu-icons";
  src: url("https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/Invopeo_July2020/Fonts/tatsu-icons.woff2") format("woff2"),
    url("https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/Invopeo_July2020/Fonts/tatsu-icons.ttf") format("truetype"),
    url("https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/Invopeo_July2020/Fonts/tatsu-icons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "thegem-socials";
  src: url("https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/Invopeo_July2020/Fonts/thegem-socials.eot") format("embedded-opentype"),
    url("https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/Invopeo_July2020/Fonts/thegem-socials.ttf") format("truetype"), 
    url("https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/Invopeo_July2020/Fonts/thegem-socials.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

::selection {
  background: #175EB1;
  color: #fff;
}  

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


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* 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.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

blockquote, .quote {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 34px;
  color: rgba(49,50,51,1);
  border-left: 4px solid rgba(23,94,177,1);
  position: relative;
  padding-left: 50px;
}

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

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

@media (max-width: 767px) {
  blockquote, .quote {
    padding-left: 25px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  transition: box-shadow 0.3s;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space:normal;
  margin:10px 0;
}

h3.form-title {
  padding: 10px;
  text-align: center;
  letter-spacing: -0.008em;
  line-height: 49px;
}


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

  color: #fff;
  box-shadow: 0 11px 18px -5px rgba(0, 0, 0, 0.37);
}

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


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

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

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7em;
  text-transform: none;
  padding: 15px;
  border:0;
  border-bottom:2px solid;
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.15);
  transition: border-color 0.3s;
  margin-bottom: 15px;
}

form input{
  display: inline-block;
  height: auto!important;
  font-weight: normal;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7em;
  text-transform: none;
  padding: 15px;
  border:0;
  border-bottom:2px solid;
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.15);
  transition: border-color 0.3s;
  margin-bottom: 15px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
 
}
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 {
 
}

.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;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  line-height: 30px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 1em;
}
input#hs-pwd-widget-password {
  width: 100%;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 15px;
}

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

header.header {
  background-color: #F8FAFC;
}

.header__container {
  margin: 0 auto;
}

header.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(0,0,0,0);
}
/* Styles for the Logo */
.header__container {
  padding: 14px 0px 13px 0px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.header-social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 15%;
  justify-content: center;
  align-items: center;
}

.header-left-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 27%;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 16%;
  justify-content: center;
  align-items: center;
}

.header-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 27%;
  justify-content: center;
  align-items: center;
}

.tatsu-normal-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 15%;
  justify-content: center;
  align-items: center;
}

.header__logo img {
  max-width: 100%;
}

.custom-logo img {
  max-height: 65px;
}
.tatsu-icon-facebook:before {
  content: "\f09a";
}
.tatsu-normal-icon {
  display: inline-block;
  margin-right: 15px;
  margin: 0px 10.5px 0px 0px;
  font-family: 'tatsu-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tatsu-normal-icon a {
  display: inline-block;
}

.tatsu-normal-icon a i {
  font-family: 'tatsu-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  line-height: 1;
  width: auto;
  height: auto;
  font-size: 22px;
  color: rgba(70,153,153,1);
}
.tatsu-normal-icon a i:after{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: static;
}
.tatsu-icon-linkedin:before {
  content: "\f0e1";
}
.tatsu-icon-twitter:before {
  content: "\f099";
}
.tatsu-normal-icon:last-child {
  margin: 0;
}

.custom-menu-primary ul.submenu.level-1>li {
  float: left;
  position: relative;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0px 10px 0px 0px;
}

.custom-menu-primary ul.submenu.level-1>li>a {
  padding: 10px;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
}
.custom-menu-primary ul.submenu.level-1>li:last-child {
  margin-right: 0;
}

.custom-menu-primary ul.submenu.level-1>li span.sub-menu-indicator {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: inherit;
  cursor: pointer;
  float: right;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu{
  padding-right: 20px;
}
.custom-menu-primary ul.submenu.level-1>li span.sub-menu-indicator svg {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0 0 0 7px;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.custom-menu-primary ul.submenu.level-1>li span.sub-menu-indicator svg polyline{
  stroke: currentColor;
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu:hover svg{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tatsu-normal-button a {
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: .3s all linear;
  transition: all .3s linear;
  border-style: solid;
  border-width: 2px;
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.custom-menu-primary ul.submenu.level-1 {
  margin-top: 1px;
}


span.tatsu-header-pointer {
  height: 21px;
  width: 21px;
  background: inherit;
  content: "";
  position: absolute;
  border-color: transparent;
  border-width: 1px 0 0 1px;
  border-style: solid;
  top: -6px;
  left: 15px !important;
  border-bottom-color: #ffffff;
  -webkit-transform: rotate(45deg);
}

.custom-menu-primary ul.submenu.level-1 ul {
  border-radius: 4px;
  z-index: 10;
  position: absolute;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  padding: 10px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  top: 50px;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2>li {
  margin-right: 15px;
  float: none;
  position: relative;
  margin-bottom: 0;
  line-height: 1.5;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2>li>a {
  font-weight: 700 !important;
  padding: 5px 15px;
  display: block;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  text-transform: none;
  font-size: 14px;
}
.custom-menu-primary ul.submenu.level-1 ul.submenu.level-3{
  width: 200px;
  border-radius: 4px;
  top: 15px!important;
  display: block!important;
  position: static;
  padding: 0;
  opacity: 1!important;
  right: auto;
}
.custom-menu-primary ul.submenu.level-1 ul.submenu.level-3>li{
  padding: 0;
  float: none;
  position: relative;
  margin-bottom: 0;
  line-height: 1.5;
}
.custom-menu-primary ul.submenu.level-1 ul.submenu.level-3>li>a{
  padding: 5px 15px;
  color: rgba(101,108,107,1);
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  display: block;
}

.custom-menu-primary ul.submenu.level-1 ul.submenu.level-2>li:last-child {
  margin-right: 0;
}

.custom-menu-primary ul.submenu.level-1>li.has-submenu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -26px;
  height: 31px;
  width: 100%;
}
.lp .header-left-menu {
  opacity: 0;
  visibility: hidden;
}
.no-banner header.header {
  background: #fff;
  position: relative;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(0,0,0,0.08);
  border-style: solid;
}
body.no-banner .custom-menu-primary a, 
.no-banner .custom-menu-primary ul.submenu.level-1>li span.sub-menu-indicator {
  color: rgba(23,94,177,1);
}

.no-banner .tatsu-normal-icon a i {
  color: rgba(23,94,177,1);
}

.no-banner .tatsu-normal-button a,
.no-banner .tatsu-normal-button a:hover {
  color: rgba(23,94,177,1);
  border-color: rgba(23,94,177,1);

}

body.no-banner .custom-menu-primary .submenu.level-1>li:hover>a,
.no-banner .custom-menu-primary ul.submenu.level-1>li:hover span.sub-menu-indicator {
  color: rgba(70,153,153,1);
}
body.no-banner .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(70,153,153,1);
}
.no-banner .header__navigation--toggle .line-wrapper span {
  background: #000;
}


/* Mobile Styles */
@media (min-width:1025px) {
  .header__column {
    display: none;
  }
  .header__navigation.header--element {
    display: none;
  }
  .child-trigger {
    display: none;
  }
  .header__logo{
    padding-top: 1px;
  }
}

@media only screen and (max-width: 1377px){
  .header-social-wrap {
    flex-basis: 10%;
    justify-content: flex-end;
  }
  .header-left-menu {
    flex-basis: 31%;
  }
  .header__logo {
    flex-basis: 16%;
    justify-content: center;
  }
  .header-right-menu {
    flex-basis: 30%;
  }
  .tatsu-normal-button {
    flex-basis: 11%;
    justify-content: flex-end;
  }
  .custom-menu-primary ul.submenu.level-1>li>a {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
  }
  .header__container {
    padding: 15px 0px 13px 0px;
  }
  .custom-menu-primary ul.submenu.level-1 {
    margin-top: 3px;
  }
  .custom-menu-primary ul.submenu.level-1>li>a {
    padding: 10px 6px;
  }
  .tatsu-normal-button a {
    padding: 14px 20px;
  }



}

@media only screen and (max-width: 1024px) {
  .header-social-wrap {
    flex-basis: 20%;
    justify-content: flex-end;
  }
  .header-left-menu {
    flex-basis: 53.6%;
  }
  .header__logo {
    flex-basis: 20%;
    justify-content: center;
  }
  .header-right-menu {
    flex-basis: 20%;
  }
  .tatsu-normal-button {
    flex-basis: 20%;
    justify-content: flex-end;
  }
  .custom-menu-primary {
    display: none;
  }
  .header-left-menu {
    flex-basis: 33.6%;
  }
  .header-right-menu {
    display: none;
  }

}


@media (max-width:1024px) {
  .mobile-open .header__navigation {
    display: block;
  }

  .header__navigation--toggle{
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle.hide{
    display: none;
  }

  .header__navigation--toggle.open{
    display: block;
  }
  .header__navigation--toggle {
    margin: 0px 30px 0px 0px;
  }

  .header__navigation--toggle .line-wrapper span {
    display: block;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    background: #f5f5f5;
  }
  .header-social-icon {
    margin-top: -3px;
  }
  .header__navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding: 40px;
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .7s cubic-bezier(.645,.045,.355,1);
    -o-transition: transform .7s cubic-bezier(.645,.045,.355,1);
    transition: transform .7s cubic-bezier(.645,.045,.355,1);
    transition: transform .7s cubic-bezier(.645,.045,.355,1),-webkit-transform .7s cubic-bezier(.645,.045,.355,1);
    z-index: 100001;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    width: 320px;
    transform: translateX(320px);
  }

  .mobile-open .header__navigation {
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    width: 320px;
  }

  .mobile-open span.line-1{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .mobile-open .header__navigation--toggle span.line-2{
    display: none;
  }
  .mobile-open .header__navigation--toggle span.line-3{
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .mobile-open .header__navigation--toggle span.line-1{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .line-wrapper {
    position: relative;
  }
  .body-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
  }

  .mobile-open .body-overlay {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }

  .header_mobile_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 100%!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header_mobile_logo>div {
    line-height: 1;
    margin: 0px 0px 20px 0px;
  }

  .header_mobile_logo .custom-logo img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    height: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: auto;
    max-width: 100%;
    max-height: 30px;
  }

  .header_mobile_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 100%!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-content: center;
    align-items: flex-start;
  }

  .tatsu-slide-menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 100%!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-start;
    line-height: 1;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li {
    margin: 0px 0px 5px 0px;
    position: relative;
  }

  .custom-menu-primary-mobile ul.submenu.level-1 {
    width: 240px;
    margin: 0px 0px 20px 0px;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li>a {
    padding: 5px;
    display: block;
    color: #000000;
    line-height: 30px;  
  }
  .custom-menu-primary-mobile ul.submenu.level-1>li:hover>a,
  .custom-menu-primary-mobile ul.submenu.level-1>li ul>li:hover>a{
    color: rgba(34,147,215,1);
  }


  .custom-menu-primary-mobile ul.submenu.level-1>li .child-trigger {
    cursor: pointer;
    float: right;
    position: absolute;
    right: -20px;
    display: inline-block;
    text-align: center;
    top: 0;
    width: 50px;
    line-height: 30px;
    color: #000;
  }
  .tatsu-slide-menu-col>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 10px 0px;
  }
  .tatsu-slide-menu-col>div:last-child {
    margin: 0px 0px 0px 0px;
  }
  .custom-menu-primary-mobile ul.submenu.level-1>li:hover > .child-trigger,
  .custom-menu-primary-mobile ul.submenu.level-1 ul>li:hover > .child-trigger{
    color: rgba(34,147,215,1);
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li .child-trigger.child-open svg,
  .custom-menu-primary-mobile ul.submenu.level-1>li ul>li .child-trigger.child-open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul {
    padding: 0 0 0 10px!important;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul>li {
    position: relative;
  }

  .custom-menu-primary-mobile ul.submenu.level-1>li ul>li>a {
    padding: 5px;
    display: block;
    line-height: 30px;
    color: #000000;
  }
  .custom-menu-primary-mobile ul.submenu>li .child-trigger svg polyline {
    stroke: currentColor;
  }
  .phone-icon {
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0;
    background: url(https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/raw_assets/public/Invopeo_July2020/images/phone%20%281%29.png) center scroll no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    margin-right: 12px;
    width: 19px;
    height: 19px;
  }

  .mail_icon {
    line-height: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0;
    background: url(https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/raw_assets/public/Invopeo_July2020/images/mail.png) center scroll no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    margin-right: 12px;
    width: 19px;
    height: 19px;
  }
  .tatsu-slide-menu-col a {
    color: rgba(49,50,51,1);
    font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 25px;
  }
  .tatsu-slide-menu-col a:hover{
    color: rgba(49,50,51,1);
  }


}


@media (max-width:767px) {
  .header__navigation {
    width: 260px;
    transform: translateX(260px);
  }

  .mobile-open .header__navigation {
    width: 260px;
  }
  .header-social-wrap {
    flex-basis: 38.4%;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 0px 8px;
  }

  .header-left-menu {
    flex-basis: 10%;
  }

  .header__logo {
    flex-basis: 36.4%;
    justify-content: flex-start;
  }

  .header-right-menu {
    flex-basis: 20%;
  }
  .custom-menu-primary-mobile ul.submenu.level-1 {
    width: 180px;
  }
  .header-left-menu {
    display: none;
  }

  .header-right-menu {
    display: none;
  }
}

@media (max-width:640px) {
  .header-social-wrap {
    flex-basis: 49.4%;
  }
  .tatsu-normal-button {
    flex-basis: 90%;
    justify-content: flex-end;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}

.footer__copyright {
  padding: 0px 0px 60px 0px;
  text-align: center;
  width: 100%;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 300;
}
.footer-bottom {
  padding: 90px 0px 0px 0px;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -25px;
  padding: 30px 0px 0px 0px;
}

.footer-logo-wrap,
.contect-section,
.newslatter-section{
  margin: 0 0 50px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  width: 33.33%;
}
.tatsu-column-inner {
  width: 100%;
  position: relative;
  border-color: transparent;
  -webkit-transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  transition: -webkit-box-shadow .3s ease,-webkit-transform .3s ease;
  -o-transition: box-shadow .3s ease,transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease;
  transition: box-shadow .3s ease,transform .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;
}
.footer-logo img {
  height: auto;
  width: 247.3px !important;
  vertical-align: middle;
}
.logo-text p {
  line-height: 30px;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.logo-text {
  width: 100%;
  margin-bottom: 30px;
}

.logo-text p strong {
  font-weight: 600;
}

.logo-text p {
  line-height: 30px;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-logo {
  line-height: 1;
}
.footer-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -25px;
  line-height: 1;
}

.footer-img-inner>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 25px;
  width: 50%;
}

.footer-img-inner img {
  width: 151.64px !important;
  vertical-align: middle;
}
.footer-img-inner>div:nth-child(2) span {
  transform: translate3d(-34px,0px, 0);
  display: block;
}

.licence-id p {
  margin: 0;
  font-size: 17px;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.contect-section h5,
.newslatter-section h5 {
  letter-spacing: -0.01em;
  line-height: 30px;
  font-style: normal;
  font-family: "Roboto",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 300;
  text-transform: none;
  font-size: 30px;
  color: #175eb1;
  margin: 0px 0px 19px 0px;
  padding:0;
  text-align: left;
}
.newslatter-section h3.form-title{
  display:none;
}

.contect-section hr,
.newslatter-section hr {
  margin-bottom: 20px;
  height: 2px;
  width: 54%;
  background: rgba(132,137,145,1);
  margin-left: 0;
}


.contect-section p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 13px 0px;
}
.footer-location{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0px 0px 13px 0px;
}
.contect-section p span,
.footer-location span.location-img-icon{
  line-height: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  margin-right: 12px;
  width: 19px;
  height: 19px;
  background-size: cover;
}
.footer-location div {
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
  color: rgba(65,160,156,1);
}
.contect-section p span.phone-img-icon {
  background: url(https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/raw_assets/public/Invopeo_July2020/images/phone%20%281%29.png) center scroll no-repeat;
  background-size: cover;
}
.contect-section p span.mail-img-icon {
  background: url(https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/raw_assets/public/Invopeo_July2020/images/mail.png) center scroll no-repeat;
  background-size: cover;
}
.footer-location span.location-img-icon {
  background: url(https://7323475.fs1.hubspotusercontent-na1.net/hubfs/7323475/raw_assets/public/Invopeo_July2020/images/location%20%281%29.png) center scroll no-repeat;
  background-size: cover;
}

.contect-section p a {
  color: rgba(65,160,156,1);
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
}
.social-icon {
  text-align: left;
  margin: 0px 7px 30px 0px;
}

.social-icon a i {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: 'tatsu-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-style: solid;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 50%;
  font-size: 21px;
  height: 50px;
  width: 50px;
  color: rgba(65,160,156,1);
  border-width: 2px;
  border-color: rgba(65,160,156,1);
  margin-right: 5.5px;
}

.social-icon a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.footer-button a {
  margin: 0 20px 10px 0;
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -o-transition: .3s all linear;
  transition: all .3s linear;
  border-style: solid;
  background-color: rgba(23,94,177,1);
  color: rgba(255,255,255,1);
  border-width: 1px;
  border-color: rgba(23,94,177,1);
}

.footer-button a:last-child {
  margin: 0;
  padding: 13px 33px;
}
.newslatter-section form .hs-richtext p {
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: rgba(65,160,156,1);
  margin-bottom: 25px;
  line-height: 30px;
}

.newslatter-section form .hs-form-field>label {
  display: none;
}

.newslatter-section form .hs-input {
  border: 2px solid #41A09C;
  color: #41A09C;
  background-color: rgba(248,248,248,1);
}
.newslatter-section form .hs-input::placeholder {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7em;
  text-transform: none;
  color: #41A09C;
}
.newslatter-section form li.hs-form-booleancheckbox .hs-input {
  box-shadow: none;
  display: block;
}

.newslatter-section form li.hs-form-booleancheckbox span {
  width: 100%;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  color: rgba(65,160,156,1);
  line-height: 25px;
  display: block;
}

.newslatter-section form li.hs-form-booleancheckbox span a {
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
}
.newslatter-section form .hs_email.hs-form-field{
  margin-bottom:24px;
}

.newslatter-section form input.hs-button {
  margin: 0;
  margin-bottom: 31px;
  margin-top: 12px;
}
.newslatter-section form label.hs-form-booleancheckbox-display {
  margin: 0 0 0 1em;
  line-height: 26px;
}

.newslatter-section form li.hs-form-booleancheckbox {
  margin-left: -18px;
  width: auto;
  line-height: 26px;
}
.header-top {
  background: linear-gradient(45deg, rgba(65,160,156,1) 0%, rgba(32,97,172,1) 100%);
  position: relative;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.header-top .tatsu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tatsu-column {
  margin: 0 0 50px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  margin-bottom: 0;
  width: 25%;
  text-align: center;
}

.tatsu-column:first-child {
  width: 75%;
}

.tatsu-column p {
  color: rgba(255,255,255,1);
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 26px;
  text-align: center;
  margin: 0;
  line-height: 30px;
}

.tatsu-column p strong {
  font-weight: 600;
}

.tatsu-column a {
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  -o-transition: .3s all linear;
  transition: all .3s linear;
  border-style: solid;
  color: #ffffff;
  border-width: 1px;
  border-color: rgba(255,255,255,1);
}

a#back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(23,94,177,1);
  color: #ffffff;
}
a#back-to-top svg{
  width: 9px;
  fill: none;
  stroke: currentColor;
}
.newslatter-section form li.hs-form-booleancheckbox .hs-input {
  box-shadow: none;
  display: block;
  zoom: 1.5;
}



@media only screen and (max-width: 1024px) and (min-width: 960px){
  .footer__container {
    max-width: 900px!important;
  }
  .footer-logo img {
    width: 186.63px !important;
  }
  .footer-img-inner img {
    width: 108.31px !important;
  }
  .newslatter-section form input.hs-button {
    margin-top: 11px;
  }

}
@media only screen and (max-width: 1220px) and (min-width: 1025px){
  .footer__container {
    max-width: calc(100% - 60px)!important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  .contect-section>div {
    padding: 0px 0px 0px 30px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .footer__container {
    max-width: 740px !important;
  }
  .footer-logo img {
    width: 149.3px !important;
  }
  .footer-img-inner img {
    width: 81.64px !important;
  }
}
@media only screen and (max-width:767px) {
  .footer-logo-wrap, .contect-section, .newslatter-section{
    width:100%;
    padding: 0;
  }
  .footer__main {
    display: block;
    margin: 0;
  }
  .footer__container {
    max-width: 300px!important;
  }
  .newslatter-section form input.hs-button {
    margin-bottom: 10px;
  }

  .footer-img-inner>div {
    width: 100%;
    padding: 0;
    display: block;
  }

  .footer-img-inner {
    display: block;
    margin: 0;
  }

  .footer-img-inner img {
    width: 100%!important;
  }
  .footer-button a {
    margin: 0 16px 10px 0;
  }

  .header-top .tatsu-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tatsu-column:first-child {
    margin-bottom: 50px;
    width: 100%;
    padding: 0;
  }

  .tatsu-column {
    width: 100%;
    padding: 0;
  }
  .footer-logo img {
    width:210px !important;
  }
  .footer-img-inner img {
    width: 100% !important;
    max-width: 50% !important;
  }
  .footer-img-inner>div:nth-child(2) span {
    transform: translate3d(0px,0px,0);
    display: block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .footer__container {
    max-width: 440px!important;
  }
  .footer-logo img {
    width: 308px !important;
  }
}
@media only screen and (max-width:479px) {
  .footer-img-inner img {
    width: 150px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.hs-blog-listing .tatsu-normal-button a{
  border-width: 1px;
}

.exp-entry-header {
  padding: 30px 10px;
  line-height: 1;
  font-size: 15px;
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}
.exp-entry-header .content-wrapper{
  display: flex;
  align-items: flex-start;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.exp-post-entry-title-wrap {
  margin-bottom: 15px;
}
.exp-post-entry-title {
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 46px;
  color: #343638;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0; 
}
.exp-breadcrumbs {
  line-height: 1.5;
  color: #848991;
  margin-bottom: 0;
}
.exp-breadcrumbs a {
  color: inherit;
  transition: color 0.5s;
}
.exp-breadcrumbs a:hover{
  color: rgba(23,94,177,1);
}
.blog-listing-wrap .content-wrapper{
  padding: 70px 0;
}

.blog-listing-inner {
  display: flex;
  align-items: flex-start;
  margin: 0 -30px;
  position: relative;
}
.hs-blog-listing .blog-listing-inner{
  flex-direction: row-reverse;
}

.blog-index {
  margin-bottom: 30px;
  padding: 0 30px;
  flex: 1 0 auto;
  width: 65%;
}

.blog-sidebar {
  margin-bottom: 30px;
  padding: 0 30px;
  flex: 0 0 auto;
  width: 35%;
  max-width: 340px;
}
.hs-blog-listing .blog-sidebar{
  position: sticky;
  top: 50px;
}
.blog-sidebar-inner {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  text-transform: none;
  color: rgba(132,137,145,1);
  letter-spacing: 0;
}

.site-search {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.site-search input.hs-search-field__input {
  margin: 0;
  background-color: rgba(248,248,248,1);
}

.site-search input.hs-search-field__input::placeholder {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7em;
  text-transform: none;
}

.site-search form button {
  position: absolute;
  display: block;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: color 0.3s;
  background: transparent;
  border: 0;
  line-height: 0;
  padding: 0;
}

.site-search form {
  position: relative;
}

.site-search form button svg {
  stroke: currentColor;
  width: 16px;
  height: 16px;
}
.blog-sidebar h3 {
  margin-bottom: 20px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 30px;
  text-transform: none;
  color: rgba(49,50,51,1);
  letter-spacing: -0.01em;
}

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

.blog-sidebar ul li {
  margin-bottom: 15px;
}

.blog-sidebar ul li a {
  transition: color 0.5s;
  display: block;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 22px;
  color: rgba(62,66,73,1);
}

.blog-top-recent-wrap {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}

.Categories ul li {
  line-height: 1;
}

.Categories ul li a {
  color: rgb(132, 137, 145);
  font-family: Hind, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.blog-sidebar ul li a:hover{
  color: rgba(23,94,177,1);
}

.Categories ul li a span {
  display: none;
}

article.post-item {
  flex: 0 0 auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s;
  padding: 0px 20px;
  margin-bottom: 40px;
  width: 50%;
  float: left;
}
.exp-post-shadow-light {
  box-shadow: 0px 5px 10px 0px rgba(117, 119, 124, 0.1);
}
.exp-post-thumb {
  overflow: hidden;
  position: relative;
}
.exp-post-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.exp-post-thumb-inner img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.exp-post-shadow-medium {
  box-shadow: 0px 20px 40px rgba(98, 101, 104, 0.1);
}
.exp-post-title-meta {
  margin-bottom: 20px;
}
.exp-post-details {
  background: #ffffff;
  padding: 45px 35px;
}
.exp-post-primary-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.exp-post-categories{
  margin-bottom: -5px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  color: rgba(49,50,51,0.5);
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
}
a.topic-link {
  color: inherit;
  display: inline-block;
  margin-bottom: 5px;
  transition: color 0.2s;
  text-decoration: none;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;;
}
a.topic-link:hover{
  color: rgba(23,94,177,1);
}
h1.exp-post-title {
  margin-bottom: 16px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 34px;
  color: rgba(79,84,91,1);
  letter-spacing: 0;
  text-transform: none;
}
h1.exp-post-title a {
  color: inherit;
  transition: color 0.2s;
  display: block;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}
.blog-index-inner {
  margin: 0px -20px 0px;
}
h1.exp-post-title a:hover{
  color: rgba(23,94,177,1);
}
.exp-post-secondary-meta {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 17px;
}
.exp-post-secondary-meta {
  display: flex;
  align-items: baseline;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 13px;
  line-height: 1;
  color: rgba(49,50,51,0.5);
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}

.exp-post-date-icon {
  margin-right: 5px;
}
.exp-post-date{
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 13px;
  line-height: 1;
  color: rgba(49,50,51,0.5);
  letter-spacing: 0;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
.exp-post-content {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: rgba(132,137,145,1);
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
a.exp-read-more {
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  color: rgba(132,137,145,1);
  display: inline-block;
  transition: color 0.3s;
  position: relative;
}

a.exp-read-more:before {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
  left: 0;
  background: rgba(0,0,0,0.4);
  color: rgba(49,50,51,1);
}

a.exp-read-more:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0%;
  right: 0;
  background: #1890FF;
  left: auto;
  transition: width 0.3s;
  background: rgba(23,94,177,1);
}

a.exp-read-more:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

a.exp-read-more:hover {
  color: rgba(23,94,177,1);
}
.site-search input.hs-search-field__input:focus {
  border: 1px solid;
  border-color: rgba(23,94,177,1);
}
.site-search input.hs-search-field__input:focus ~ button {
  color: rgba(23,94,177,1);
}

.blog-post__body {
  margin-bottom: 50px;
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: rgba(132,137,145,1);
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
.blog-post__body p {
  font-family: "Hind",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}
.section.post-footer .comment-date {
  display: block;
}
.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  text-transform: none;
  letter-spacing: -0.008em;
  font-style: normal;
  font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #3B3A3A;
  margin-bottom: 10px;
  font-weight: 600;
}


.blog-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.blog-pagination a {
  line-height: 1;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F8F8F;
  padding: 8px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  transition: all 0.5s;
}

.blog-pagination a:hover {
  background: rgba(248,248,248,1);
  color: rgba(23,94,177,1);
}
.blog-pagination a.active {
  color: #ffffff;
  background: rgba(23,94,177,1);
  border-color: rgba(23,94,177,1);
  box-shadow: 0 7px 14px -6px rgba(23,94,177,1);
  pointer-events: none;
}
.blog-pagination a svg {
  stroke: #848991;
  transition: all 0.2s;
  width: 10px;
}

.blog-pagination a:hover svg {
  transform: translate3d(5px, 0px, 0);
}



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

.blog-post,
.blog-comments{
  margin: 0 auto;
  max-width: 800px;
}
.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-pagination a.prev-link:hover svg {
  transform: translate3d(-5px, 0px, 0);
}

.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  color: #333!important;
  box-shadow: none !important;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.exp-post-single-footer-separator {
  margin: 0;
  height: 1px;
  border: 0;
  background: #D8D8D8;
  margin-bottom: 30px;
}
.exp-post-single-footer-share {
  display: flex;
  margin-bottom: 10px;
}
.exp-post-single-footer-share .be-bold-share {
  margin-right: 10px;
  display: flex;
  line-height: normal;
  transition: opacity 0.3s;
  align-items: center;
  font-size: 13px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  margin: 0 8px;
}
.comment.depth-0:first-child {
  margin-top: 0;
  border: 0;
}
.custom-share-button:first-child {
  margin-left: 0;
}
.be-share-icon {
  margin-right: 8px;
}
.be-bold-share-twitter {
  background: #00aced;
}
.be-bold-share-facebook {
  background: #3b5998;
}
.be-bold-share-pinterest {
  background: #cb2027;
}
.be-bold-share-linkedin {
  background: #4875B4;
}
.custom-share-button:hover {
  opacity: 0.7;
}
.exp-posts-nav {
  display: flex;
  padding: 10px 50px;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.exp-posts-nav-prev {
  display: flex;
  justify-content: flex-start;
}
.exp-posts-nav > * {
  flex: 0 0 auto;
  width: 33.33%;
}
.exp-posts-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F545B;
  max-width: 100%;
}
.exp-posts-nav-icon {
  fill: rgba(9,9,9,0.2);
  transition: all 0.2s;
  flex: 0 0 auto;
}
.exp-posts-nav-prev-post, .exp-posts-nav-next-post {
  transition: all 0.2s;
  max-width: 100%;
}
.exp-posts-nav-post-location {
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
  color: rgba(132,137,145,1);
  margin-bottom: 0px;
}
.exp-posts-nav-post-title {
  font-size: 18px;
  line-height: 28px;
  font-family: "Proxima Nova",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  color: #313233;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exp-posts-nav-home {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exp-posts-nav-home-link {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #4F545B;
}
.exp-home-grid-icon {
  display: inline-block;
  width: 21px;
  margin-bottom: -3px;
  color: rgba(49,50,51,1);
}
.exp-home-grid-icon span {
  background: currentColor;
  float: left;
  height: 5px;
  width: 5px;
  margin-bottom: 3px;
  margin-right: 3px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.exp-home-grid-icon span:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.exp-home-grid-icon span:nth-child(2) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}
.exp-home-grid-icon span:nth-child(3) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  margin-right: 0;
}
.exp-home-grid-icon span:nth-child(4) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
.exp-home-grid-icon span:nth-child(5) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.exp-home-grid-icon span:nth-child(6) {
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  -o-transition-delay: 180ms;
  transition-delay: 180ms;
  margin-right: 0;
}
.exp-posts-nav-next {
  display: flex;
  justify-content: flex-end;
}
.exp-posts-nav-link > *:first-child {
  margin-right: 10px;
}
.exp-posts-nav-link:hover .exp-posts-nav-icon {
  fill: #000;
}
.exp-posts-nav-link:hover .exp-posts-nav-prev-icon {
  transform: translate3d(-10px, 0, 0);
}
.exp-posts-nav-link:hover .exp-posts-nav-prev-post {
  transform: translate3d(10px, 0, 0);
}
.exp-home-grid-icon:hover span {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.exp-posts-nav-link:hover .exp-posts-nav-next-post {
  transform: translate3d(-10px, 0, 0);
}
.exp-posts-nav-link:hover .exp-posts-nav-next-icon {
  transform: translate3d(10px, 0, 0);
}
.exp-posts-nav-prev-bar {
  transform-origin: 100% 0;
}

.exp-posts-nav-bar {
  transition: all 0.2s;
  transform: scale(0, 1);
  fill: #000;
}
.exp-posts-nav-link:hover .exp-posts-nav-bar {
  transform: scale(1, 1);
}
.socials-item-icon {
  display: inline-block;
  font-family: 'thegem-socials';
  font-weight: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}
.socials-item-icon.facebook::before {
  content: '\e600';
}
.socials-item-icon.linkedin::before {
  content: '\e60a';
}
.socials-item-icon.pinterest::before {
  content: '\e602';
}
.socials-item-icon.twitter::before {
  content: '\e601';
}
ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions:empty {
  padding:0px;
}

@media only screen and (max-width: 1220px) and (min-width: 1025px){
  .content-wrapper {
    max-width: calc(100% - 60px) !important;
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .content-wrapper {
    max-width: 740px!important;
  }
}
@media only screen and (max-width: 959px){
  .exp-posts-nav-icon {
    width: 20px;
  }
  .exp-posts-nav-post-location {
    margin-bottom: 0;
  }
  .exp-posts-nav-post-title {
    display: none;
  }
}
@media(max-width:767px){
  .content-wrapper {
    max-width: 300px!important;
  }
  .blog-listing-inner {
    margin: 0;
    flex-wrap: wrap;
  }
  .blog-index {
    width: 100%;
    margin-bottom: 70px;
    padding: 0;
  }

  .blog-sidebar {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  article.post-item {
    width: 100%;
  }
  .exp-post-single-footer-share .be-bold-share {
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 8px 12px;
  }
  .exp-post-single-footer-share {
    flex-wrap: wrap;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden; 
    overflow-x: auto;
  }

}
@media only screen and (max-width: 767px) and (min-width: 480px){
  .content-wrapper {
    max-width: 440px!important;
  }
}
@media(max-width: 479px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .exp-posts-nav {
    padding: 20px 40px;
  }
  .exp-posts-nav-post-location {
    display: none;
  }
}
@media(max-width:350px){
  .blog-index-inner {
    margin: 0px 0px 0px;
  }
  article.post-item{
    padding: 0px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
}

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

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