/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-brands-400.eot") format("embedded-opentype"), 
  url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-brands-400.woff2") format("woff2"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-brands-400.woff") format("woff"), 
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-regular-400.eot") format("embedded-opentype"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-regular-400.woff2") format("woff2"),
    url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-regular-400.woff") format("woff"), 
    url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-solid-900.eot") format("embedded-opentype"), 
  url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-solid-900.woff2") format("woff2"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-solid-900.woff") format("woff"),
    url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Medium.eot") format("embedded-opentype"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Medium.woff") format("woff"),
     url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Bold.eot") format("embedded-opentype"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Bold.woff") format("woff"),
     url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-ExtraBold.eot") format("embedded-opentype"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-ExtraBold.woff") format("woff"),
     url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: auto;
}

@font-face {
  font-family: "eicons";
  src: url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/eicons.eot") format("embedded-opentype"), 
  url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/eicons.woff2") format("woff2"), 
  url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/eicons.woff") format("woff"),
   url("https://6862341.fs1.hubspotusercontent-na1.net/hubfs/6862341/Bookassist_October2020/fonts/eicons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


body {
  font-family: Roboto,Sans-seri;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.3125;
}

@media (max-width: 1024px) {
body {
line-height: 1.25;
}
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Roboto,Sans-seri;
}

/* 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: Montserrat,Sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: -1px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.11111111111;
  letter-spacing: -.6px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.20833333333;
  letter-spacing: -.6px;
}

h4 {
  font-size: 1.175rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote {

}

/* 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; */
  outline: none;
}

.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: 767px;
font-family: Roboto,Sans-seri;
}
h3.form-title {
margin: 0;
padding: 0px 5px;
}

.hs-button, 
.button--primary {
background-color: #494A52;
border-color: #494A52;
color: #fff;
display: inline-block;
text-decoration: none !important;
margin-top: 15px;
cursor: pointer;
text-transform: uppercase;
transition: all .2s linear;
min-height: 50px;
font-size: 12px;
font-weight: 800;
letter-spacing: .8px;
vertical-align: middle;
min-width: 180px;
text-align: center;
line-height: 1.15;
white-space: normal;
font-family: Montserrat, Arial, sans-serif;
}

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

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

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

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

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

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
color: #33475b;
border: 0px;
border-bottom: 1px solid #cbd6e2 !important;
min-height: 38px;
max-width: 100%;
width: 100% !important;
line-height: 1.3;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
display: block;
font-size: 14px;
padding: 9px 0px;
transition: all .2s linear;
font-weight: 400;
font-family: Montserrat, Arial, sans-serif;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
color: #33475b;
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
outline: none;
}

.hs-form label {
color: #33475b;
font-size: 14px;
line-height: 18.2px;
font-weight: 700;
font-family: "Montserrat",Arial,sans-serif;
}

.hs-form-field label, .hs-form-field a {
color: #33475b;
font-size: 14px;
line-height: 18.2px;
font-weight: 700;
font-family: "Montserrat",Arial,sans-serif;
}

a#hs_login_reset {
color: #33475b;
font-size: 14px;
line-height: 18.2px;
font-weight: 700;
font-family: "Montserrat",Arial,sans-serif;
}

form .hs-error-msgs label {
color: #d24d57;
font-size: 11px;
font-family: "Montserrat",Arial,sans-serif;
font-weight: 400;
line-height: 1;
margin-top: 8px;
}

.hs_error_rollup .hs-error-msgs label {
font-size: 11px;
font-family: "Montserrat",Arial,sans-serif;
font-weight: 400;
line-height: 1;
margin-top: 8px;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
cursor: pointer;
width: auto !important;
height: auto !important;
margin: 3px 5px 3px 0px;
padding: 0 !important;
line-height: normal;
min-height: auto;
}

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

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

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

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

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;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
border-color: #333333 !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
border-color: #333333 !important;
}

.actions {
padding: 0;
}

.inputs-list {
margin: 0 0 0px;
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;
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;
padding-left: 0;
}
.hs_error_rollup {
margin-top: 10px;
}
form.field:first-child {
margin-top: 0;
}

.field {
margin-bottom: 0;
margin-top: 15px;
}

.hs_firstname.field, .hs_lastname.field {
margin-top:0px !important;
}

.hs-field-desc {
color: #7c98b6;
font-size: 14px;
line-height: 18.2px;
font-weight: 700;
font-family: "Montserrat",Arial,sans-serif;
}

.hs-form-required {
color: red;
}
#hs-pwd-widget-password {
margin-top: 0 !important;
}
.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: Roboto,Sans-seri;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary .navigation-primary > .level-1 {
position: relative;
z-index: 2;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0,0,0,0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
position: relative;
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 20px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
padding: 10px 20px;
white-space: nowrap;
color: #2d2926;
font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: bold;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a:hover {
color: #45aeb1;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
display: block;
width: 100%;
margin: 0px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
white-space: nowrap;
padding: 13px 20px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
line-height: 20px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 400;
font-family: aktiv-grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
font-size: 13px;
}


.custom-menu-primary .navigation-primary > .level-1:after {
content: " ";
display: table;
clear: both;
}

.custom-menu-primary .navigation-primary > .level-1:before {
content: " ";
display: table;
}

.custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
opacity: 1;
visibility: visible;
}

.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
left: 100%;
top: 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
width: 100%;
position: relative;
}


.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
transform: translate3d(-5px, 0, 0);
-webkit-transform: translate3d(-5px, 0, 0);
}

.header_row {
display: inline-block;
margin-right: 13px;
font-size:14px;
line-height:26px;
}

.header__column {
text-align: right;
}


@media (min-width: 1025px){
.header_close {
display: none !important;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul {
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .4s;
position: absolute;
z-index: 10;
left: 0;
padding: 0;
min-width: 130px;
text-align: left;
background: #fff;
border-radius: 4px;
box-shadow: 0 10px 30px 0 rgba(0,0,0,.25);
max-height: calc(100vh - 80px);
overflow-y: auto;
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item > a:before {
display: block;
position: absolute;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
-o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
transition-timing-function: cubic-bezier(.58,.3,.005,1);
height: 3px;
width: 100%;
left: 0;
z-index: 2;
content: "";
bottom: -18px;
opacity: 0;
background-color: #ffffff;
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item > a:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}

.custom-menu-primary .navigation-primary>.submenu>.menu-item.active-branch>a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}

.custom-menu-primary .navigation-primary > .submenu > .has-submenu.menu-item > a:after {
content: "";
font-size: 10px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 10px;
}


}



@media (max-width: 1024px){
.header__column {
text-align: left;
}
.header_row {
display: block;
margin: 0;
width: 100%;
}

.custom-menu-primary .navigation-primary > .level-1 {
display: block;
width: 100%;
padding-left: 30px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item {
margin-left: 0;
margin-right: 0;
display: block;
width: 100%;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
font-family: 'Montserrat',Arial,sans-serif;
font-weight: 800;
font-size: 22px;
display: block;
padding: 10px 0;
line-height: 1.5;
transition: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:before {
display: block;
content: '';
position: absolute;
width: 30px;
height: 1px;
background-color: #2d2926;
top: 50%;
left: 0;
opacity: .3;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
position: relative;
padding-left: 40px;
font-size: 20px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
font-family: 'Montserrat',Arial,sans-serif;
font-weight: 800;
font-size: 22px;
display: block;
padding: 10px 0;
line-height: 1.5;
transition: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item.active-branch > a {
color: #45aeb1;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.header__column {
display: none;
}
.menu-arrow {
position: absolute;
height: 20px;
width: 30px;
margin-left: -8px;
z-index: 99;
cursor: pointer;
}
}


@media (max-width: 767px) {
.custom-menu-primary .navigation-primary .submenu .menu-item a {
font-size: 18px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a {
font-size: 16px;
}
}
/* ******************************************************************************
*********************************************************************************
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 {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(45,41,38,0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 20px 0px 20px;
  z-index: 9;
  position: fixed;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
}
.cm-row-fluid-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
}
.IE .cm-row-fluid-wrapper {
  height: 80px;
}
.custom-header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 1px;
  align-items: center;
}
.custom-header-logo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-wrapper {
  min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

.custom-menu-wrapper-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.header-button a {
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  width: auto;
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  fill: #ffffff;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
  border-radius: 20px;
  padding: 10px 30px 10px 30px;
  background-color: transparent;
}
.custom-header-logo svg {
  fill: #FFF;
}
.navigation-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-header-logo svg g {
  fill: #FFF;
}
.header-button > div {
  margin: 0px 0px 0px 40px;
}

.no-banner .no-banner-header {
  height: 80px;
  width: 100%;
}
.hs-blog-listing .no-banner-header, .hs-blog-post .no-banner-header {
  display: none !important;
}
@media (min-width: 1025px) {
  .custom-menu-primary.in-mobile {
    display: none;
  }
}


@media (max-width: 1265px) and (min-width: 1025px) {
  .header-button>div {
    margin-left: 5px;
  }

  .custom-header-logo {
    width: 17%;
  }

  .custom-menu-wrapper {
    width: 83%;
  }
}

@media (max-width: 1111px) and (min-width: 1025px) {
  .custom-menu-primary .navigation-primary > .submenu > .menu-item > a {
    padding: 13px 15px;
  }

  .header-button a {
    padding: 12px 30px 12px 30px;
  }
}

@media (max-width: 1024px){
  .custom-menu-primary.in-desktop {
    display: none;
  }

  .header_close {
    position: relative;
    align-self: center;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 0;
  }
  .mobile-open .header_close {
    z-index: 9;
  }
  .trigger_toggle {
    cursor: pointer;
    max-width: 18px;
  }
  .header-button {
    text-align: right;
    max-width: 100%;
    width: auto;
    position: relative;
  }

  .header-button>div {
    margin: 0 40px 0 0;
    padding: 0 20px 0 0;
  }

  .header-button a {
    border: 0;
    padding: 0;
    letter-spacing: normal;
    font-weight: 600;
    position: relative;
    top: 1px;
  }
  .header-button a:hover {
    color: #ffffff;
  }
  .trigger_toggle svg {
    min-width: 20px;
    width: 100%;
    height: auto;
    display: block;
    fill: currentColor;
    stroke: currentColor;
  }

  .trigger_toggle svg g {
    fill: #fff;
  }

  .trigger_toggle {
    max-width: 18px;
  }
  header.header {
    padding: 0px 15px 0px 15px;
  }
  .custom-header-logo svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .custom-header-logo a {
    max-width: 120px;
    width: 100%;
    display: inline-block;
    padding-bottom: 7px;
  }
  .no-banner .no-banner-header {
    height: 70px;
  }
  .IE .cm-row-fluid-wrapper {
    height: 70px;
  }
  .cm-row-fluid-wrapper {
    min-height: 70px;
  }
  .custom-menu-primary {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .8s;
    z-index: -1;
  }

  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: #ffffff;
    z-index: 5;
  }

  .custom-menu-primary > div {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .custom-menu-primary .navigation-primary {
    width: 100%;
    padding: 20px;
    max-height: calc(100vh - 0px);
    overflow-y: auto;
  }
  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .trigger_toggle svg {
    opacity: 0;
    visibility: hidden;
  }

  .mobile-open .trigger_toggle .eicon-close {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -5px;
  }


  .trigger_toggle .eicon-close {
    display: none;
    font-family: eicons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2d2926;
  }

  .trigger_toggle .eicon-close:before {
    content: '\e87f';
  }
  .mobile-open .header-button {
    z-index: -2;
  }
}

@media (max-width: 767px){
  .cm-row-fluid-wrapper {
    min-height: 60px;
  }
  .no-banner .no-banner-header {
    height: 60px;
  }
  .IE .cm-row-fluid-wrapper {
    height: 60px;
  }
  header.header {
    padding: 0px 10px 0px 10px;
  }

  .header-button>div {
    margin: 0 20px 0 0;
    padding: 0;
  }

  .custom-header-logo {
    width: 35%;
  }

  .custom-menu-wrapper {
    width: 65%;
  }

  .custom-header-logo a {
    max-width: 100px;
    padding-bottom: 4px;
  }

  .mobile-open .trigger_toggle .eicon-close {
    top: -4px;
    right: 0px;
  }

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

footer.footer {
padding: 100px 80px;
}
.footer__container {
margin: 0 auto;
}

.elementor-divider-separator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
width: 100%;
border-top: 1px solid rgb(216 216 216 / 20%);
}

.footer-septrator-inner {
padding-top: 30px;
padding-bottom: 30px;
}

.footer-content-wrapper {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.footer-bottom-section {
width: 100%;
}

.footer-content-left {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 73.401%;
}
.footer-container-inner {
padding-right: 15px;
}
.footer-content-left p {
color: #ccc;
font-family: "Roboto",Sans-serif;
font-size: 10px;
font-weight: 300;
margin-top: 0;
margin-bottom: .9rem;
line-height: 1.5;
}

.footer-content-left > div {
margin: -1px 0 0;
}

.footer-content-right {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 26.599%;
}

.footer-content-right > div {
width: 100%;
}

.footer-content-right p {
padding: 0;
margin: 0;
line-height: 1;
text-align: right;
color: #ccc;
font-family: "Montserrat",Sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: capitalize;
}

.footer-content-right p a {
font-size: 12px;
font-weight: 500;
line-height: 1;
font-family: "Montserrat",Sans-serif;
color: #cccccc;
}


.footer-row-fluid {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.footer-column1.footer-column-width {
width: 24.531%;
}

.footer-row-fluid .footer-column-width {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.footer-column2.footer-column-width {
width: 23.985%;
}

.footer-column3.footer-column-width {
width: 26.488%;
}

.footer-column4.footer-column-width {
width: 24.996%;
}

.footer-column1 .footer-column-width-wrap {
padding-right: 25px;
}

.footer-logos-wrapper {
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.footer-logo {
margin-bottom: 40px;
width: 100%;
color: #fff;
}

.footer-logo-jonas {
margin-bottom: 60px;
width: 100%;
}

.footer-logo-patnar {
width: 100%;
margin-bottom: 20px;
}

.footer-logo svg {
min-width: 20px;
height: auto;
display: block;
fill: currentColor;
stroke: currentColor;
max-width: 155px;
width: 100%;
}

.footer-logo p {
padding: 0;
margin: 0;
line-height: 1;
color: #ccc;
font-family: "Montserrat",Sans-serif;
font-size: 9.3px;
font-weight: 500;
text-transform: capitalize;
margin-top: 5px;
}

.footer-logo-in {
margin: -5px 0 0;
}

.footer-logo-jonas img {
height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
vertical-align: middle;
display: inline-block;
width: 160px;
}

.footer-logo-patnar img {
width: 100px;
height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
vertical-align: middle;
display: inline-block;
}

.footer-column-title h2 {
padding: 0;
margin: 0;
line-height: 1;
color: #fff;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
font-family: aktiv-grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
margin-bottom: 20px;
letter-spacing: normal;
}

.footer-column-width-wrap {
width: 100%;
}

.footer-menu-wrap ul {
margin: 0;
padding: 0;
margin-bottom: 20px;
list-style-type: none;
position: relative;
}

.footer-menu-wrap ul li a {
font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 500;
color: #ccc;
padding-left: 0;
padding-right: 0;
padding-top: 5px;
padding-bottom: 5px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 20px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.client-login ul {
margin: 0;
list-style-type: none;
padding: 17px 0px 0px 0px;
}

.client-login ul li {
display: block;
}

.client-login ul li a {
font-family: "Montserrat", Sans-serif;
font-size: 14px;
color: #ffffff;
display: inline-block;
line-height: 1;
}

.client-login ul li a:before {
content: "\f007";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 400;
margin-right: 5px;
}

.elementor-social-icons-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: flex-start;
margin: 40px 0px 0px 0px;
}

.elementor-social-icons-wrapper ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 15px;
}

.elementor-social-icons-wrapper ul li {
-webkit-box-sizing: border-box;
box-sizing: border-box;
word-break: break-word;
min-width: 0;
}

.elementor-social-icons-wrapper ul li a {
display: inline-block;
line-height: 1;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
color: #ffffff;
cursor: pointer;
font-size: 25px;
text-align: center;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}

.elementor-screen-only {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}

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

.fab {
font-family: "Font Awesome 5 Brands";
}

.elementor-icon i, .elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}

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

.elementor-icon i:before, .elementor-icon svg:before {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

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

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

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

.footer-form-wrapper form {
border: 0;
background-color: transparent;
padding: 0;
}

.footer-form-wrapper .form-title {
background-color: transparent;
color: #ffffff;
font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 0;
letter-spacing: normal;
line-height: 1;
}

.footer-form-wrapper form .hs_submit.hs-submit {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 20%;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}

.footer-form-wrapper form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 20px;
}

/**.footer-form-wrapper form .hs-form-field .input .hs-input {
line-height: 1.4;
font-size: 15px;
min-height: 40px;
padding: .5rem 1rem;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
width: 100%;
max-width: 100%;
border: 1px solid #818a91;
background-color: transparent !important;
vertical-align: middle;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border-color: #ffffff !important;
border-radius: 4px 0 0 4px;
color: white;
font-family: aktiv-grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
font-weight: 400;
}**/

.footer-form-wrapper form .hs-form-field .input .hs-input {
    color: #33475b !important;
    display: inline-block;
    height: 40px;
    line-height: 22px;
    font-size: 16px;
    min-height: 40px;
    padding: 0 15px;
    min-width:284px;
    width: 100% !important;
    max-width: 100%;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.footer-form-wrapper form .hs-form-field .input .hs-input[type=email] {
    color: #33475b !important;
}

.hs-input:not([type=file]) {
    background-color: #f5f8fa !important;
}

.legal-consent-container p {
    color: #ccc;
    font-family: "Roboto",Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0px;
    margin-top:40px;
}

.legal-consent-container a {
    color: #45aeb1;
    font-family: "Roboto",Sans-serif;
    font-size: 12px;
    font-weight: 300;
}

/**.footer-form-wrapper form .hs_email.hs-email > label {
display: none;
}**/

.footer-form-wrapper form .hs_email.hs-email > label {
  color: #CCC;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

/**.footer-form-wrapper form .hs-form-field {
width: 80%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.footer-form-wrapper form .hs_submit.hs-submit .actions {
background-color: rgba(0,0,0,0);
border-style: solid;
border-width: 1px 1px 1px 0;
border-color: #fff;
border-radius: 0 4px 4px 0;
position: relative;
width: 102%;
margin-right: -2px;
min-width: 65px;
}**/

.footer-form-wrapper form .hs-form-field .input {
width: 100%;
}

/**.footer-form-wrapper form .hs_submit.hs-submit .actions .hs-button.primary.large {
margin: 0;
padding: 19px 23px !important;
border: 0px !important;
min-width: auto;
font-size: 0;
min-height: auto !important;
width: 100%;
position: relative;
z-index: 1;
background-color: transparent;
white-space: nowrap;
min-width: 65px;
}**/

.footer-form-wrapper form .hs_submit.hs-submit .actions .hs-button.primary.large {
    background: #45AEB1;
    border-radius:3px;
    border-color: #45AEB1;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: Montserrat;
    padding-left: 24px !important;
    padding-right: 24px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;  
    display: inline-block;
    font-weight: 700 !important;
    min-width:auto;
    min-height:auto;
    text-transform:none;
    letter-spacing:normal;
}

/** .footer-form-wrapper form .hs_submit.hs-submit .actions:after {
content: "\f061";
position: absolute;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 900;
left: 23px;
top: 12px;
font-size: 15px;
z-index: 0;
} **/
.footer-form-wrapper form .no-list.hs-error-msgs.inputs-list > li {
position: absolute;
}

.footer-form-wrapper form .hs_error_rollup {
display: none;
}

.footer-top-section {
background-color: #45aeb1;
padding: 60px 0px 60px 0px;
}

.footer-top-section-inner {
padding: 10px;
}

.footer-top-section-inner-main {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.top-section-left {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 75.025%;
}

.top-section-left > div {
padding: 15px;
}

.top-section-left h2 {
padding: 0;
margin: 0;
color: #2d2926;
font-family: "Montserrat", Sans-serif;
font-size: 24px;
font-weight: 800;
line-height: 1.2em;
letter-spacing: -0.6px;
}

.top-section-right {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
width: 24.975%;
display: flex;
}

.top-section-right > div {
padding: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-content: center;
align-items: center;
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
}

.top-section-right * {
display: block;
text-align: center;
width: 100%;
}

.top-section-right a {
width: auto;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
display: inline-block;
line-height: 1;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
font-family: "Montserrat", Sans-serif;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.8px;
fill: #ffffff;
color: #ffffff;
background-color: #2d2926;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-radius: 36px 36px 36px 36px;
padding: 18px 50px 18px 50px;
}

.top-section-right a:hover {
color: #2d2926;
background-color: #ffffff;
}

.footer-form-wrapper form .hs-form-field .input .hs-input::-webkit-input-placeholder {
color: #33475b !important;
}
.footer-logo-in a {
color: #fff;
}

.footer-logo-in a:hover {
color: #ffffff;
}
@media (max-width: 1024px) {
.footer-top-section {
padding: 30px;
}

.footer-top-section-inner-main {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.top-section-left {
width: 100%;
text-align: center;
}

.top-section-left h2 {
font-size: 20px;
}

.top-section-right {
width: 100%;
}

.top-section-right a {
font-size: 12px;
padding: 15px 40px;
}
footer.footer {
padding: 128px 20px;
}

.footer-content-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.footer-content-left {
width: 100%;
}

.footer-content-left p {
text-align: center;
}

.footer-content-right {
width: 100%;
}

.footer-content-right p {
text-align: center;
}

.footer-content-right p a {
margin: 0 0 0 30px;
}
.footer-row-fluid {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-weight: 400;
line-height: 1.5;
}

.footer-column1.footer-column-width {
width: 22%;
}

.footer-column2.footer-column-width {
width: 22%;
}

.footer-column3.footer-column-width {
width: 22%;
}

.footer-column4.footer-column-width {
width: 24.996%;
}

.footer-logo-jonas {
display: none;
}

.footer-logo-patnar {
display: none;
}

.footer-logo svg {
width: 100%;
height: auto;
display: block;
max-width: 100%;
}

.footer-logo p {
display: none;
}

.footer-logo {
max-width: 100px;
line-height: 1.5;
}

.footer-logos-wrapper {
font-size: 16px;
line-height: 1.5;
}

.client-login ul {
padding: 15px 0px 0px 0px;
}

.client-login ul li a {
position: relative;
top: 1px;
}
.footer-logo-in {
margin: -2px 0 0;
}
.footer-form-wrapper form .hs_submit.hs-submit .actions:after {
top: 11px;
}
}


@media (max-width: 767px) {
footer.footer {
padding: 40px 10px 60px;
}
.footer-column1.footer-column-width {
display: none;
}

.footer-column2.footer-column-width {
width: 100%;
}

.footer-column3.footer-column-width {
width: 100%;
}

.footer-column4.footer-column-width {
width: 100%;
}
.footer-content-right p a {
margin: 0;
}

.footer-content-left > div {
margin-bottom: 30px;
}

.footer-content-left p {
margin-bottom: 0;
}
.elementor-social-icons-wrapper {
justify-content: center;
}

.elementor-social-icons-wrapper ul {
margin-right: 20px;
margin-left: 20px;
}

.elementor-social-icons-wrapper ul li a {
margin-left: 20px;
margin-right: 20px;
}
.footer-form-wrapper form .hs_submit.hs-submit .actions .hs-button.primary.large {
max-width: 100%;
width: auto;
}

.footer-form-wrapper form .hs_submit.hs-submit .actions {
width: auto;
}

.footer-form-wrapper .form-title {
font-size: 13px;
}

.footer-column-title h2 {
font-size: 13px;
}
.client-login {
display: none;
}
.footer-menu-wrap {
display: none;
}

.footer-column-title {
font-weight: 700;
line-height: 1;
border-bottom: 1px solid #d4d4d4;
cursor: pointer;
outline: none;
border-width: 1px;
border-color: rgba(216,216,216,.2);
padding: 23px 0 20px;
}

.footer-column-title h2 {
margin: 0;
font-weight: 700;
font-family: Montserrat, sans-serif;
position: relative;
}

.footer-column-title h2:after {
content: "\f107";
position: absolute;
right: 0;
font-family: "Font Awesome 5 Free";
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-size: 16px;
top: -3px;
}

.footer-column4.footer-column-width {
padding-top: 65px;
}
.footer-top-section {
padding: 20px 0;
}

.top-section-left h2 {
font-size: 18px;
}

.top-section-right a {
font-size: 11px;
padding: 15px 40px;
}
.footer-column-title.active_menu {
border-bottom: 0;
}

.footer-menu-wrap.active_menu_item {
border-bottom: 1px solid #d4d4d4;
border-width: 1px;
border-bottom-color: rgba(216,216,216,.2);
}

.footer-menu-wrap ul li a {
font-size: 13px;
color: #ffffff !important;
padding: 6px 0;
line-height: 1.5;
}

.footer-column-title.active_menu h2:after {
content: "\f106";
}
}

@media (max-width: 360px) {
.elementor-social-icons-wrapper ul {
margin-right: 0px;
margin-left: 0px;
}
}
/* ******************************************************************************
*********************************************************************************
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;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
}

.blog-header {
background-color: transparent;
text-align: center;
}

.blog-header__inner {
max-width: 600px;
margin: 0 auto;
padding: 3.3rem 0;
}
.blog-header__title {
font-size: 2rem;
}
.blog-header__subtitle {
margin: 1rem 0 2rem;
}

.blog-header__form {
margin: 0 1rem;
}

@media screen and (min-width: 768px) {
.blog-header__form {
width: 500px;
margin: 0 auto;
}
}

.blog-index {
display: flex;
flex-wrap: wrap;
padding: 3.3rem 0;
}
.blog-index:after {
content: "";
flex: auto;
}
.blog-index__tag-header {
flex: 1 0 100%;
padding: 1rem;
}
.blog-index__tag-subtitle {
font-size: 1.16rem;
line-height: 1.1;
}
.blog-index__tag-heading {
padding-bottom: 1rem;
border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
flex:  0 0 100%;
padding: 1rem;
}
@media screen and (min-width: 768px) {
.blog-index__post {
flex:  0 0 calc(100%/2);
}
}
@media screen and (min-width: 1000px) {
.blog-index__post {
flex:  0 0 calc(100%/3);
}
}
@media screen and (min-width: 768px) {
.blog-index__post--large {
flex: 1 0 100%;
display: flex;
justify-items: space-between;
}
}
.blog-post img {
max-width: 100%;
}
.blog-index__post-image {
display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 63%;
background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
.blog-index__post-image--large {
flex: 1 1 100%;
padding-bottom: 0;
}
.blog-index__post-content--large {
flex: 1 1 100%;
padding-left: 2rem;
}
.blog-index__post-image--large {
flex: 1 1 48%;
}
.blog-index__post-content--large {
flex: 1 1 48%;
padding-left: 2rem;
}
}
.blog-index__post-content h2 {
margin: .5rem 0;
}
.blog-index__post-content--small h2 {
font-size: 1.25rem;
}
.blog-index__post-content p {
font-family: Roboto,Sans-seri;
}
.blog-index__post-content a {
color: #494a52;
}
.blog-index__post img {
max-width: 100%;
height: auto;
}

.blog-pagination {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-top: 50px;
}
.blog-pagination__link {
display: inline-flex;
padding: .25rem .4rem;
margin: 0 .1rem;
color: #494a52;
text-decoration: none;
border: 2px solid transparent;
line-height: 1;
border-radius: 7px;
}
.blog-pagination__link--active {
border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
display: inline-flex;
align-items: center;
}
.blog-pagination__prev-link {
text-align: right;
margin-right: .25rem;
}
.blog-pagination__next-link {
text-align: left;
margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
color: #B0C1D4;
pointer-events: none;
cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
fill: #494a52;
margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
height: 200px;
width: 200px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
display: inline-block;
position: relative;
background-color: #000;
border-radius: 50%;
width: 40px;
height: 40px;
margin: 0 5px;
}
.blog-header__author-social-links a:hover {
background-color: #494a52;
}
.blog-header__author-social-links svg {
fill: #fff;
height: 15px;
width: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.blog-post {
max-width: 960px;
margin: 0 auto;
padding: 3.3rem 0;
}
.blog-post h1 {
font-size: 1.6rem;
}
.blog-post__meta {
margin: 1rem 0;
}
.blog-post__meta a {
color: #494a52;
text-decoration: underline;
}

.blog-post__tags {
font-family: Roboto,Sans-seri;
color: #000;
}
.blog-post__tags svg {
width: 15px;
height: auto;
margin-right: 10px;
}
.blog-post__tag-link {
font-size: .8rem;
color: #000;
}

.blog-recent-posts {
margin-top: 3rem;
background-color: transparent;
padding: 2rem 0;
}
.blog-recent-posts h2 {
text-align: center;
}
.blog-recent-posts__list {
display: flex;
}
.blog-recent-posts__post {
display: block;
flex:  0 0 100%;
color: #494a52;
padding: 1rem;
}
@media screen and (min-width: 768px) {
.blog-recent-posts__post {
flex:  0 0 calc(100%/2);
}
}
@media screen and (min-width: 1000px) {
.blog-recent-posts__post {
flex:  0 0 calc(100%/3);
}
}
.blog-recent-posts__post:hover {
text-decoration: none;
}
.blog-recent-posts__image {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 63%;
}
.blog-recent-posts__title {
margin: 1rem 0 .5rem;
}

.blog-comments {
max-width: 680px;
margin: 0 auto;
}
.blog-comments form {
max-width: 100%;
}
.blog-comments .hs-submit {
text-align: center;
}

.blog-comments .comment-reply-to {
border: 0 none;
}
.blog-comments .comment-reply-to:hover {
background-color: transparent;
text-decoration: underline;
color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
display: -webkit-flex; /* Safari */
display: flex; /* Standard syntax */
margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
width: 100% !important;
object-fit: cover;
}
@media(max-width: 480px){
.blog-post img {
width: 100% !important;
float: none !important;
}
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
display: flex;
}

.blog-index__post-inner-card {
display: flex;
flex-flow: column nowrap;
width: 100%;
border-radius: 5px;
background: #fff;
}

.blog-index__post-image {
border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
display: flex;
flex-direction: column;
padding: 24px 30px 30px 30px;
height: 100%;
}

.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 {
position: relative;
width: 90%;
margin: 0 auto;
padding: 84px 100px 80px 100px;
background: #fff;
border-radius: 5px;
}

.blog-post.no-image {
margin-top: 50px;
}

.blog-post__title {
font-size: 32px;
font-weight: 600;
line-height: 1.25;
}

.blog-post__meta a {
text-decoration: none;
}

.blog-post__links {
display: block;
padding: 26px 0;
margin-top: 20px;
}

.blog-post__back-to-blog {
text-decoration: none;
}

.blog-post__back-to-blog svg {
position: relative;
top: 6px;
margin-right: 10px;
width: 20px;
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
-o-transition: all 0.15s linear;
transition: all 0.15s linear;
}

@media (max-width: 767px) {
.blog-post {
width: 90%;
padding: 30px;
}
}

/* 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;
}


.related_post_main_wrapper {
position: relative;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
padding: 120px 20px;
background-color: #f9f9f9;
}

.related_post_center {
max-width: 1440px;
margin: 0 auto;
overflow: hidden;
}

.related_post_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
margin: 0px -15px;
padding: 10px;
}

.related-post-item {
width: 33.333%;
padding: 0px 15px;
}

.related-title a {
color: #2d2926;
font-family: "Montserrat",Sans-serif;
font-size: 22px;
font-weight: 800;
margin-bottom: 10px;
display: inline-block;
line-height: 1.2;
}
.related-title a:hover {
color: #2d2926;
}

.related_author {
margin-bottom: 13px;
line-height: 1.3em;
color: #606566;
font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 600;
}

.related-image {
margin-bottom: 20px;
width: 100%;
}

.related-image a {
display: block;
}

.related-image-back {
border-radius: 4px;
padding-bottom: calc(.66*100%);
background-position: center center;
background-size: cover;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
padding: 5px;
overflow: hidden;
overflow-x: auto;
}

.comment-date {
display: block !important;
}
.blog-post-body p img {
max-width: 100%;
}
.blog-comments .comment-reply-to {
margin: 0 !important;
padding: 0 !important;
padding-left: 25px !important;
background-color: transparent !important;
color: inherit !important;
outline: none !important;
}
.hs_recaptcha.hs-recaptcha .grecaptcha-badge {
margin: 0;
}
.blog-comments .hs-submit {
text-align: left;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
padding: 0px;
}


.blog-post-banner {
background-color: #f9f9f9;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
margin-bottom: 120px;
padding: 81px 40px 40px;
position: relative;
}

.post-elementor-shape {
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr;
bottom: -1px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.post-elementor-shape svg {
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
height: 48px;
transform: translateX(-50%) rotateY(180deg);
}

.post-elementor-shape-fill {
fill: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.blog-post-banner-center {
max-width: 1440px;
min-height: 640px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.banner-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.banner-content-left {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
width: 50%;
animation-name: fadeInLeft;
}

.banner-content-left-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.elementor-widget-wrap {
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-content: center;
align-items: center;
}

.jet-listing-terms {
position: relative;
width: 100%;
margin: 0 0 15px;
padding: 0;
}

.jet-listing-terms .blog-post-tag-link {
font-family: "Montserrat",Sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #45aeb1;
box-shadow: none;
text-decoration: none;
display: inline-block;
line-height: 1.5;
}

.post-title-main {
width: 100%;
position: relative;
display: block;
}

.post-title-main-in {
margin: 0 40px 60px 0;
}

.blog-post-title {
padding: 0;
margin: 0;
color: #2d2926;
font-family: "Montserrat",Sans-serif;
font-size: 52px;
font-weight: 800;
line-height: 1.1em;
letter-spacing: 0px;
}

.author-elementor-column-gap-no {
position: relative;
width: 100%;
}

.author-elementor-column-author {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.elementor-author-image-container {
width: 10%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 1px;
}

.author-elementor-image {
text-align: left;
}

.author-elementor-image img {
box-shadow: none;
height: auto;
max-width: 100%;
border: none;
vertical-align: middle;
display: inline-block;
width: 60px;
border-style: solid;
border-width: 2px;
border-color: #fff;
border-radius: 60px;
}

.elementor-author-populated {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 89.961%;
align-items: center;
}

.elementor-author-wrap {
padding: 0 0 0 10px;
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.elementor-element-author {
position: relative;
width: 100%;
margin-bottom: 5px;
}

.elementor-author-name {
padding: 0;
margin: 0;
line-height: 1;
color: #606566;
font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 600;
}

.elementor-element-date {
width: 100%;
position: relative;
}

.elementor-date-container h6 {
padding: 0;
margin: 0;
line-height: 1;
color: #606566;
font-family: "Montserrat",Sans-serif;
font-size: 13px;
font-weight: 400;
}

.banner-content-right {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
-webkit-animation-duration: 2s;
animation-duration: 2s;
min-height: 1px;
}

.banner-content-right-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}

.main-featured-image {
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-content: center;
align-items: center;
text-align: right;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.main-featured-image img {
height: auto;
max-width: 100%;
border: none;
vertical-align: middle;
display: inline-block;
border-radius: 4px;
box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2);
}

@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%,0,0)
}

to {
opacity: 1;
transform: none
}
}


.custom-blog-post {
max-width: 880px;
margin-right: auto;
margin-left: auto;
}

.custom-blog-post-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 60px;
}

.custom-blog-post-left {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 25%;
}

.custom-blog-post-right {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 75%;
}

.custom-blog-inner-left {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}

.elementor-grid-social {
position: relative;
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}

.social-elementor-grid-item + .social-elementor-grid-item {
margin-top: 30px;
}

.elementor-share-btn {
height: 42px;
width: 42px;
border-width: 0;
}

.elementor-share-btn__icon {
background-color: #2d2926;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
height: 100%;
border-radius: 50%;
cursor: pointer;
}
.elementor-share-btn__icon:hover {
color: #ffffff;
}
.fa-facebook:before {
content: "\f09a";
}

.fa-twitter:before {
content: "\f099";
}

.elementor-share-btn__icon i {
font-size: 20px;
}

.blog-post-body {
font-size: 20px;
line-height: 1.5;
color: #2d2926;
}

.blog-post-body p {
color: #2d2926;
}

.recent-post-wrapper {
position: relative;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
animation-name: fadeIn;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
margin-bottom: 80px;
padding: 141px 40px 80px;
background-color: #f9f9f9;
}

.elementor-shape-recent {
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr;
bottom: -1px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.elementor-shape-recent svg {
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
height: 48px;
transform: translateX(-50%) rotateY(180deg);
}

.recent-elementor-shape-fill {
fill: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.recent-center-wrapper {
max-width: 1440px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
}

.recent-center-wrapper-in {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.big-recent-post {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
min-height: 1px;
}

@keyframes fadeIn {
from {
opacity: 0
}

to {
opacity: 1
}
}

.big-recent-post-inner {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
border-style: solid;
border-width: 0;
border-color: #ddd;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
padding: 0 50px 0 0;
}

.fist-1 .blog-list-recent-post-image {
margin: 0 0 60px;
}

.blog-list-recent-post-image a {
text-decoration: none;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
display: inline-block;
}

.blog-list-recent-post-image img {
height: auto;
max-width: 100%;
border: none;
vertical-align: middle;
display: inline-block;
-ms-transition: all .4s linear;
-moz-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
transition-duration: .4s;
border-radius: 4px;
}

.blog-recent-wrapper-inner .blog-list-recent-post-image img {
width: 100%;
}


.blog-list-recent-post-list-item:hover .blog-list-recent-post-image img {
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.blog-rec-post-tags {
margin: 0 0 15px;
}

.blog-post-rec-tag-link {
color: #45aeb1;
font-family: "Montserrat",Sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 0;
margin: 0;
line-height: 1;
}

.blog-post-rec-tag-link:hover {
color: #45aeb1;
}

.rec-content h2 {
color: #2d2926;
font-family: "Montserrat",Sans-serif;
font-size: 42px;
font-weight: 800;
line-height: 1.2em;
letter-spacing: 0px;
margin-bottom: 30px;
}

.rec-content h2 a {
color: #2d2926;
font-size: 42px;
font-weight: 800;
line-height: 1.2em;
display: inline-block;
font-family: "Montserrat",Sans-serif;
}

.blog-list-recent-post-list-item:hover .rec-content h2 a {
color: rgb(45, 41, 38);
text-decoration: underline;
}

.author-container-main {
position: relative;
width: 100%;
}

.author-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.authore-image {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-item-align: start;
align-self: flex-start;
margin-right: 10px;
margin-left: 0;
}

.author-name-warap {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 17px;
}

.authore-image img {
-webkit-box-shadow: none;
box-shadow: none;
max-width: 100%;
border: none;
border-radius: 500px;
-o-object-fit: cover;
object-fit: cover;
width: 50px;
height: 50px;
}

.blog-list-recent-post-list-item:hover .authore-image img {
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.rec-author-name {
line-height: 1.2;
margin-bottom: 5px;
color: #606566;
font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 600;
margin-top: 8px;
}

.rec-content h2 a:hover {
color: #2d2926;
}

.blog-list-recent-post-wrapper {
min-height: 1px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
}
.blog-recent-wrapper-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
width: calc(100% + 20px);
}

.blog-recent-wrapper-inner .blog-list-recent-post-list-item {
padding: 10px;
padding-top: calc(50px/2);
padding-bottom: calc(50px/2);
padding-top: calc(50px/2);
max-width: 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
display: flex;
}

.blog-recent-wrapper-inner .blog-list-recent-post-list-item:first-child {
padding-top: 0;
}

.blog-recent-wrapper-inner .blog-list-recent-post-image {
width: 160px;
max-width: 160px;
}

.blog-recent-wrapper-inner .rec-content {
width: calc(100% - 160px);
padding-left: 30px;
}

.blog-post-wrapper-in {
padding-left: 50px;
width: 100%;
}
.blog-list-recent-post-list-item {
width: 100%;
}
.blog-recent-wrapper-inner .blog-post-rec-tag-link {
font-size: 11px;
}

.blog-recent-wrapper-inner .rec-content h2 {
font-size: 20px;
margin-bottom: 20px;
}

.blog-recent-wrapper-inner .rec-content h2 a {
font-size: 20px;
}

.blog-recent-wrapper-inner .authore-image {
display: none;
}

.blog-recent-wrapper-inner .rec-author-name {
font-size: 13px;
padding: 0;
margin: 0;
line-height: 1;
}

.blog-recent-wrapper-inner .blog-rec-post-tags {
line-height: 1;
font-size: 11px;
}

.macin-blog-content-wrapper {
position: relative;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
animation-name: fadeInUp;
overflow: hidden;
margin-top: 0;
margin-bottom: 80px;
padding: 0 20px;
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0,100%,0)
}

to {
opacity: 1;
transform: none
}
}


.content-page-center-wrapper {
margin-right: auto;
margin-left: auto;
position: relative;
max-width: 1440px;
}

.custom-blog-index {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-left: calc(-80px/2);
margin-right: calc(-80px/2);
width: calc(100% + 80px);
}

.blog-index-post {
max-width: 33.3333333333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
padding-left: calc(80px/2);
padding-right: calc(80px/2);
padding-top: calc(80px/2);
padding-bottom: calc(80px/2);
}

.feature-image-main {
text-align: center;
width: 100%;
margin: 0 0 30px;
}

.feature-image-main a {
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
}

.blog-index-post-image {
background-size: cover;
background-position: center center;
padding-bottom: 75%;
-ms-transition: all .4s linear;
-moz-transition: all .4s linear;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

.feature-image-main a:hover .blog-index-post-image {
transform: scale(1.1);
}

.blog-post-tags {
margin: 0 0 10px;
font-size: 11px;
line-height: 1;
}

.blog-post-tag-link {
color: #45aeb1;
font-family: "Montserrat",Sans-serif;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
padding: 0;
margin: 0;
line-height: 1;
}
.blog-post-tag-link:hover {
color: #45aeb1;
}
.blog-index-post-content h2 {
margin: 0 0 20px;
color: #2d2926;
font-family: "Montserrat",Sans-serif;
font-size: 22px;
font-weight: 800;
line-height: 1.2em;
letter-spacing: 0px;
}

.blog-index-post-content h2 a {
color: inherit;
font-size: inherit;
line-height: inherit;
font-family: "Montserrat",Sans-serif;
}

.post-author-name {
padding: 0;
margin: 0;
line-height: 1;
color: #606566;
font-family: "Montserrat",Sans-serif;
font-size: 12px;
font-weight: 600;
}

.blog-index-post-content h2 a:hover {
text-decoration: underline;
color: #2d2926;
}
.custom-blog-pagination {
padding: 10px;
width: 100%;
text-align: center;
margin-top: 60px;
}

.custom-blog-pagination a {
font-family: "Montserrat",Sans-serif;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .8px;
fill: #fff;
color: #fff;
background-color: #2d2926;
border-style: solid;
border-width: 1px;
border-radius: 36px;
padding: 18px 50px;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
display: inline-block;
line-height: 1;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}

.custom-blog-pagination a:hover {
color: #2d2926;
background-color: #fff;
border-color: #000;
}
.post-listing-simple a {
margin: 0 0 20px;
color: #2d2926;
font-family: "Montserrat",Sans-serif;
font-size: 22px;
font-weight: 800;
line-height: 1.2em;
letter-spacing: 0px;
}

.post-listing-simple a:hover {
color: #2d2926;
}

.tag-banner {
background-color: #45aeb1;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
margin-bottom: 80px;
position: relative;
}

.tag-elementor-shape-bottom {
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr;
bottom: -1px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.tag-elementor-shape-bottom svg {
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
height: 48px;
transform: translateX(-50%) rotateY(180deg);
}

.tag-elementor-shape-fill {
fill: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.tag-banner-inner-page-center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
max-width: 1280px;
min-height: 440px;
}

.tag-banner-content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-content: center;
align-items: center;
position: relative;
width: 100%;
}

.tag-heading-title {
padding: 0;
margin: 0;
line-height: 1;
color: #2d2926;
font-family: "Montserrat",Sans-serif;
font-size: 52px;
font-weight: 800;
margin-top: 10px;
letter-spacing: normal;
}

.tag-elementor-widget {
position: relative;
width: 100%;
margin: 0px;
padding: 0px 25px;
}
.mobile-open .elementor-shape-recent, .mobile-open .post-elementor-shape, .mobile-open .tag-elementor-shape-bottom {
z-index: -1;
}


@media (min-width: 1600px) {
.tag-banner-inner-page-center {
max-width: 1600px;
}

.tag-heading-title {
font-size: 72px;
}
}

@media (max-width: 1024px) {
.tag-banner-inner-page-center {
min-height: 33vh;
padding: 63px 0px;
}

.tag-elementor-shape-bottom svg {
height: 24px;
}

.tag-banner {
margin-bottom: 60px;
}

.tag-heading-title {
font-size: 50px;
margin-top: 30px;
padding: 0px 10px;
text-align: center;
}

.tag-elementor-widget {
padding: 0px 50px;
}
.blog-post-body {
font-size: 18px;
}
.related_post_main_wrapper {
padding: 80px 10px;
margin-bottom: 60px;
}
.related-title a {
font-size: 16px;
}

.related_author {
font-size: 12px;
}
.blog-post-banner {
margin-bottom: 60px;
padding: 71px 30px 30px;
}

.post-elementor-shape svg {
height: 24px;
}

.blog-post-banner-center {
min-height: 500px;
}

.banner-row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.jet-listing-terms {
margin: 0 0 10px;
}

.jet-listing-terms .blog-post-tag-link {
font-size: 10px;
}

.post-title-main-in {
margin: 0 30px 30px 0;
}

.blog-post-title {
font-size: 36px;
}

.author-elementor-column-author {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.elementor-author-name {
font-size: 13px;
}

.elementor-date-container h6 {
font-size: 12px;
}
.custom-blog-inner-left {
margin-left: 20px;
}
.post-content-wrapper {
padding: 0 10px;
}
.recent-post-wrapper {
margin-bottom: 60px;
padding: 110px 20px 60px;
}

.blog-post-rec-tag-link {
font-size: 11px;
}

.rec-content h2 {
font-size: 28px;
}

.rec-content h2 a {
font-size: 28px;
}

.authore-image img {
width: 40px;
height: 40px;
}

.rec-author-name {
font-size: 13px;
}
.big-recent-post-inner {
padding: 0 30px 0 0;
}

.blog-post-wrapper-in {
padding-left: 30px;
}

.blog-recent-wrapper-inner .blog-post-rec-tag-link {
font-size: 10px;
}

.blog-recent-wrapper-inner .rec-content h2 a {
font-size: 18px;
}

.blog-recent-wrapper-inner .rec-content h2 {
font-size: 18px;
}

.blog-recent-wrapper-inner .rec-author-name {
font-size: 11px;
}

.blog-recent-wrapper-inner .blog-list-recent-post-image {
width: 120px;
max-width: 120px;
}

.blog-recent-wrapper-inner .rec-content {
width: calc(100% - 120px);
padding-left: 20px;
}
.blog-recent-wrapper-inner .blog-list-recent-post-list-item {
padding-top: calc(30px/2);
padding-bottom: calc(30px/2);
}
.elementor-shape-recent svg {
height: 24px;
}
.custom-blog-index {
margin-left: calc(-60px/2);
margin-right: calc(-60px/2);
width: calc(100% + 60px);
}

.blog-index-post {
padding-left: calc(60px/2);
padding-right: calc(60px/2);
padding-top: calc(60px/2);
padding-bottom: calc(60px/2);
max-width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}

.blog-post-tag-link {
font-size: 10px;
}

.blog-post-tags {
font-size: 10px;
}

.blog-index-post-content h2 {
font-size: 18px;
}

.post-author-name {
font-size: 11px;
}
.custom-blog-pagination a {
font-size: 12px;
padding: 15px 40px;
}
}



@media (max-width: 767px) {
.related_post_wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}

.related-post-item {
width: 100%;
padding: 0;
}

.related-image-back {
padding-bottom: calc(.5*100%);
}

.related-post-item + .related-post-item {
margin-top: 40px;
}

.related_post_main_wrapper {
padding: 60px 10px;
}
.blog-post-banner {
margin-bottom: 40px;
padding: 61px 10px 60px;
}

.post-elementor-shape svg {
height: 20px;
}

.banner-content-left {
width: 100%;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}

.banner-content-right {
width: 100%;
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
}

.main-featured-image img {
width: 100%;
border-radius: 0;
}

.main-featured-image {
margin: 0 -10px 40px;
display: block;
width: auto;
}

.banner-content-right-inner {
display: block;
}


.banner-content-left-inner {
width: 100%;
}

.elementor-author-image-container {
width: 15%;
}

.elementor-author-populated {
width: 85%;
}
.blog-post-title {
font-size: 24px;
line-height: 1.3em;
}

.custom-blog-post-left {
width: 100%;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}

.custom-blog-post-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.custom-blog-post-right {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9;
width: 100%;
}

.blog-post-body {
font-size: 16px;
}
.custom-blog-inner-left {
margin: 0;
margin-top: 60px;
}

.elementor-grid-social {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.social-elementor-grid-item+.social-elementor-grid-item {
margin: 0;
}

.social-elementor-grid-item {
width: 33.33%;
}
.recent-post-wrapper {
margin-bottom: 40px;
padding: 90px 10px 40px;
}

.recent-center-wrapper-in {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.big-recent-post {
width: 100%;
}

.big-recent-post-inner {
border-width: 0 0 1px;
margin: 0 0 40px;
padding: 0 0 40px;
}

.blog-list-recent-post-list-item {
width: 100%;
}

.fist-1 .blog-list-recent-post-image {
margin: 0 0 20px;
}

.blog-post-rec-tag-link {
font-size: 10px;
}

.blog-rec-post-tags {
font-size: 10px;
line-height: 1;
margin: 0 0 5px;
}


.rec-content h2 {
margin-bottom: 20px;
font-size: 20px;
}

.rec-content h2 a {
font-size: 20px;
}

.rec-author-name {
font-size: 12px;
}
.blog-list-recent-post-wrapper {
width: 100%;
}

.blog-post-wrapper-in {
padding: 0;
}
.blog-recent-wrapper-inner .blog-list-recent-post-image {
width: 80px;
max-width: 80px;
}

.blog-recent-wrapper-inner .rec-content {
width: calc(100% - 80px);
padding-left: 20px;
}

.blog-recent-wrapper-inner .blog-rec-post-tags {
font-size: 9px;
}

.blog-recent-wrapper-inner .blog-post-rec-tag-link {
font-size: 9px;
}

.blog-recent-wrapper-inner .rec-content h2 {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.3em;
letter-spacing: 0px;
}

.blog-recent-wrapper-inner .rec-content h2 a {
font-size: 14px;
line-height: 1.3em;
letter-spacing: 0px;
}
.elementor-shape-recent svg {
height: 0px;
}
.blog-index-post {
padding-top: calc(20px);
padding-bottom: calc(20px);
padding-left: 0;
padding-right: 0;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.macin-blog-content-wrapper {
padding: 0 10px;
}
.custom-blog-index {
margin-left: calc(0px);
margin-right: calc(0px);
width: calc(100% + 0px);
}
.blog-index-post-content h2 {
font-size: 20px;
}

.feature-image-main {
margin: 0 0 20px;
}
.blog-index-post-inner-card {
border-style: solid;
border-color: #eee;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
border-width: 0 0 1px;
margin-top: 0;
margin-bottom: 0;
padding: 0 0 40px;
}
.custom-blog-pagination a {
font-size: 11px;
padding: 15px 40px;
}

.tag-heading-title {
font-size: 32px;
margin-top: 35px;
}
.tag-banner-inner-page-center {
padding: 73px 0px;
}

.tag-elementor-shape-bottom svg {
height: 20px;
}
.tag-elementor-widget {
padding: 0;
}
}


@media (max-width: 600px) {
.blog-post-banner-center {
min-height: 400px;
}
}


@media (max-width: 400px) {
.blog-post-banner-center {
min-height: 370px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
padding: 10rem 0;
text-align: center;
position: relative;
}
.error-page:before {
content: attr(data-error);
position: absolute;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-family: Roboto,Sans-seri;
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 .success {
display: inline-block;
margin: 2rem 0;
background-color: #CDE3CC;
border: 1.5px solid #4F7D24;
border-radius: 6px;
color: #4F7D24;
padding: 5px 10px;
}

.hs-search-results {
margin-top: 2rem;
}
ul.hs-search-results__listing li {
margin-bottom: 2rem;
}
.hs-search-results__title {
font-family: Montserrat,Sans-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;
}

@media (max-width: 480px) {
.systems-page .page-header h1 {
  font-size: 32px;
}

.systems-page .page-header h2 {
  font-size: 24px;
}
}