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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1230px) {
  .dnd-section > .row-fluid,  .header__container, .footer__container , .page-center, .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@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: "uncodeicon";
  src: url("https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/VerveVentures_February2021/fonts/uncode-icons.eot") format("embedded-opentype"), 
    url("https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/VerveVentures_February2021/fonts/uncode-icons.woff2") format("woff2"), 
    url("https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/VerveVentures_February2021/fonts/uncode-icons.woff") format("woff"), 
    url("https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/VerveVentures_February2021/fonts/uncode-icons.ttf") format("truetype");
  font-style: normal; 
  font-weight: normal;
  font-display: swap;
}

html {
  font-size: 24px;
}

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

img {

  max-width:100%;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  text-decoration: underline;
}

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

code {
  vertical-align: bottom;
}

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

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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


@media (max-width:959px){
  .body-container-wrapper {
    font-size: 18px;
    line-height:26px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.blog-comments {
  max-width: 500px;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  padding:10px 20px;
}
form .hs_submit {
  margin-top:20px;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  line-height: 31px;
}

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  padding: 7px 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding-left: 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

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

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

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

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

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

.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 20px 0;
}

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

form#email-prefs-form {
  padding: 20px 0px;
}

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

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

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

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  margin: 0 auto;
}

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

.header-innerr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  max-width: 145px;
  height: 63px;
  vertical-align: middle;
  transition: 0.2s;
}

.trigger-button img {
  width: 36px;
  height: 42px;
  transition: 0.2s;
}

.header-logo {
  margin-top: 13px;
  margin-bottom: 14px;
  margin-left: -1px;
}

.trigger-button {
  margin-top: 6px;
  cursor: pointer;
  margin-right: 1px;
}

.header-logo:hover img {
  transform: scale(1.1);
}

.trigger-button:hover img {
  transform: scale(1.1);
}

.menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #1d2648;
  height: 100%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}


.header-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 119px;
  width: 100%;
}

.mobile-logo img {
  max-width: 145px;
  height: 64px;
  vertical-align: middle;
  transition: .2s;
}

.mobile-logo {
  margin-top: 40px;
}

.mobile-logo:hover img {
  transform: scale(1.1);
}

.close-icon {
  width: 36px;
  height: 36px;
  position: relative;
  top: -11px;
  right: 1px;
  cursor: pointer;
}

.close-icon img {
  vertical-align: middle;
}

.close-icon img {
  transition: 0.2s;
}

.close-icon:hover img {
  transform: scale(1.1);
}

.mid-wrapper {
  display: flex;
  width: 100%;
  margin: auto;
  padding-top: 54px;
}

.left-content-wrapper {
  width: 50%;
  justify-content: flex-start;
  display: flex;
  padding-left: 134px;
  flex-direction: column;
  vertical-align: top;
  padding-top: 6px;
  align-items: flex-start;
}

.custom-menu-primary {
  width: 50%;
  padding-top: 2px;
  padding-left: 64px;
}

.left-content-img img {
  width: 229px;
  height: 72px;
}

.left-content-img {
  margin-top: 0;
}

.left-content-link a {
  font-family: 'Barlow';
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  font-weight: 900;
}

.left-content-link {
  padding-left: 25px;
  margin-top: 7px;
  letter-spacing: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  margin-bottom: 29px;
  position: relative;
}

body.menu-open .menu-wrapper {
  visibility: visible;
  opacity: 1;
}

.menu-wrapper .header__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-wrapper {
  width: 100%;
}

.social-wrapper li i {
  display: inline-block;
  line-height: 1;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  font-weight: 400;
  width: 33.44px;
  height: 34px;

}

i.fa-twitter:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
  content: "\f099";
}

.curve-box {
  z-index: 17;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  width: 84px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  clip-path: polygon(0% 100%, 100% 0%, 100% 0%, 100% 100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 47px;
}

.left-box {
  z-index: 15;
  background-color: rgb(0, 101, 153);
  color: rgb(255, 255, 255);
  width: 84px;
  height: 100%;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
.top-box {
  z-index: 16;
  background-color: rgb(234, 93, 14);
  color: rgb(255, 255, 255);
  width: 84px;
  height: 100%;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  height: 47px;
}

.top-box {
  position: absolute;
  top: 0;
  left: 0;
}
.left-box {
  position: absolute;
  top: 47px;
  left: 0;
}

.left-content-link a:hover {
  color: #fff;
  text-decoration: none;
}
.left-content-link a:hover:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  border-color: rgb(234, 93, 14);
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after {
  content: "";
  display: block;
  border-bottom: 3px solid transparent;
  border-color: rgb(234, 93, 14);
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  position: relative;
}
.left-content-link a {
  position: relative;
}

.social-wrapper {
  padding-left: 134px;
  display: flex;
  margin-bottom: 40px;
  list-style: none;
  margin-top: 41px;
}
.social-wrapper li:before {
  display: none;
}
.social-wrapper li {
  margin-right: 34px;
}
.social-wrapper li a {
  color: #fff;
  transition: 0.3s;
}
.social-wrapper li a:hover {
  color: #ea5d0e;
}

.curve-box {
  position: fixed;
}
.top-box {
  position: fixed;
}
.left-box {
  position: fixed;
}
.menu-wrapper {
  height: 100vh;
  overflow-y: auto;
}

.left-content-img .blue-img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
}

.left-content-img a:hover .blue-img {
  visibility: visible;
  opacity: 1;
}

.left-content-img a:hover .orange-img {
  visibility: hidden;
  opacity: 0;
}

.left-content-img a {
  position: relative;
  display: block;
  line-height: 0;
  margin-bottom: 5px;
}

.child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 61px;
  cursor: pointer;
  text-align: center;
}

.child-trigger:after,.child-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 18px;
  height: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.child-trigger:after {
  width: 2px;
  height: 18px;
}

.child-trigger.child-open:after {
  visibility: hidden;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: relative;
  padding-left: 24px;
  display: none;
  padding-top: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
  text-decoration: none;
}


@media (max-width:1900px){
  .header-logo {
    margin-left: 0;
  }

  .trigger-button {
    margin-right: 0;
  }
}


@media (max-width:1240px){
  .blog-content-wrapper.blog-listing {
    overflow-x: hidden;
  }
  .header-logo-wrapper {
    padding-left: 103px;
  }
  .left-box {
    width: 83px;
  }
  .top-box {
    width: 83px;
  }
  .mobile-logo img {
    max-width: 143px;
  }
  .mobile-logo {
    margin-top: 37.5px;
  }
  .left-content-wrapper {
    padding-left: 117px;
  }
  .left-content-img img {
    width: 226px;
    height: auto;
  }
  .left-content-link a {
    font-size: 59px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 59px;
    line-height: 1;
  }
  ul.social-wrapper {
    padding-left: 117px;
  }
  .social-wrapper li i {
    font-size: 35px;
    width: auto;
  }
  .social-wrapper li {
    margin-right: 34px;
  }

}


@media (max-width:1200px){
  .child-trigger {
    height: 59px;
  }

  .header-logo img {
    max-width: 140px;
    height: 61px;
  }

  .header-logo {
    margin-top: 14px;
  }

  .trigger-button img {
    width: 35px;
    height: 41px;
  }

  .left-box {
    width: 81px;
    top: 43px;
  }
  .top-box {
    width: 81px;
    height: 43px;
  }
  .header-logo-wrapper {
    padding-left: 100px;
  }
  .mobile-logo img {
    max-width: 140px;
  }
  .mobile-logo {
    margin-top: 35.5px;
  }
  .left-content-img img {
    width: 221px;
    position: relative;
    bottom: 1px;
  }
  .left-content-wrapper {
    padding-left: 115px;
    padding-top: 7px;
  }
  .left-content-link {
    padding-left: 24px;
    margin-top: 8px;
  }
  .left-content-link a {
    font-size: 58px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 58px;
  }
  .custom-menu-primary {
    padding-left: 41px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 28px;
  }
  ul.social-wrapper {
    padding-left: 115px;
    margin-bottom: 39px;
  }

}

@media (max-width:1024px){

  .child-trigger {
    height: 53px;
  }

  .header-logo img {
    max-width: 123.72px;
    height: 53.75px;
    margin-top: 2px;
  }

  .trigger-button img {
    width: 30.72px;
    height: 35.83px;
    margin-top: 5px;
  }
  .blogPost_slid_wrapper {
    overflow-x: hidden;
  }
  .blog-header-wrapper {
    overflow-x: hidden;
  }
  .left-box {
    width: 72px;
    top: 43px;
  }
  .top-box {
    width: 72px;
    height: 43px;
  }
  .header-logo-wrapper {
    padding-left: 87px;
  }
  .mobile-logo img {
    max-width: 124px;
    height: auto;
  }
  .curve-box {
    height: 43px;
    width: 72px;
  }
  .mobile-logo {
    margin-top: 33.5px;
  }
  .close-icon {
    width: 31px;
    height: 31px;
  }
  .left-content-wrapper {
    padding-left: 100px;
  }
  .left-content-img img {
    width: 195px;
    position: relative;
    bottom: 1px;
  }
  .left-content-link a {
    font-size: 51px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 51px;
  }
  .custom-menu-primary {
    padding-left: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 24px;
  }
  .left-content-link {
    padding-left: 21px;
    margin-top: 4px;
  }
  .social-wrapper li i {
    font-size: 31px;
  }
  ul.social-wrapper {
    padding-left: 100px;
    margin-bottom: 34px;
  }
  .social-wrapper li {
    margin-right: 30px;
  }
}

@media (max-width:991px){

  .child-trigger {
    height: 52px;
  }
  .header-logo img {
    max-width: 120px;
    height: 52px;
    top: 5px;
    position: relative;
  }

  .header-logo {
    margin-bottom: 24px;
  }

  .trigger-button img {
    width: 30px;
    height: 35px;
  }
  .left-box {
    width: 69px;
  }
  .top-box {
    width: 69px;
  }
  .header-logo-wrapper {
    padding-left: 84px;
  }
  .mobile-logo img {
    max-width: 120px;
  }
  .mobile-logo {
    margin-top: 31.5px;
  }
  .left-content-wrapper {
    padding-left: 96px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 50px;
  }
  .left-content-img img {
    width: 189px;
    bottom: 0;
  }
  .left-content-link a {
    font-size: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 23px;
  }
  .custom-menu-primary {
    padding-left: 53px;
  }
  .social-wrapper li i {
    font-size: 30px;
  }
  ul.social-wrapper {
    padding-left: 96px;
    margin-bottom: 31px;
  }
  .social-wrapper li {
    margin-right: 29px;
  }
  .close-icon {
    width: 30px;
    height: 30px;
  }



}

@media (max-width:767px){

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 25px;
  }

  .child-trigger {
    height: 55px;
  }
  .header-logo img {
    max-width: 79px;
    height: 34px;
  }

  .trigger-button img {
    width: 20px;
    height: 24px;
  }

  .header-logo {
    margin-top: 21px;
    margin-left: 19px;
  }

  .trigger-button {
    margin-top: -17px;
  }
  .left-box {
    width: 48px;
    top: 26px;
  }
  .top-box {
    width: 48px;
    height: 26px;
  }
  .mobile-logo img {
    width: 100%;
    max-width: 164px;
  }
  .header-logo-wrapper {
    padding-left: 107px;
  }
  .mobile-logo {
    margin-top: 15.5px;
  }
  .close-icon {
    width: 32px;
    height: 32px;
    top: -8px;
    right: 18px;
  }
  .mid-wrapper {
    flex-wrap: wrap;
    padding-top: 0;
    margin-top: 60px;
  }
  .left-content-wrapper {
    width: 100%;
    padding-left: 107px;
    padding-top: 5px;
  }
  .custom-menu-primary {
    width: 100%;
    margin-top: 88px;
    padding-left: 105px;
  }
  .left-content-img img {
    width: 100%;
    max-width: 171px;
  }
  .left-content-link {
    padding-left: 0px;
    margin-top: 13px;
    margin-left: -1px;
  }
  .left-content-link a {
    font-size: 54px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 54px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 16.5px;
  }
  .social-wrapper li i {
    font-size: 32px;
  }
  ul.social-wrapper {
    padding-left: 105px;
    margin-bottom: 36px;
  }
  .curve-box {
    width: 47px;
    height: 26px;
  }

  .custom-menu-primary {
    margin-top: 88px;
    padding-left: 107px;
  }
  .mobile-logo img {
    max-width: 165px;
  }
  .left-content-img img {
    max-width: 172px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 17.5px;
  }
  ul.social-wrapper {
    padding-left: 107px;
  }
  .social-wrapper li {
    margin-right: 33px;
  }

}




@media (max-width:480px){

  .child-trigger {
    height: 40px;
  }
  .left-box {
    width: 33px;
  }
  .top-box {
    width: 33px;
  }
  .curve-box {
    width: 32px;
  }
  .left-content-link a {
    font-size: 37px;
    letter-spacing: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 37px;
    letter-spacing: 1px;
  }
  .mobile-logo img {
    max-width: 112px;
  }
  .header-logo-wrapper {
    padding-left: 68px;
  }
  .mobile-logo {
    margin-top: 10.5px;
  }
  .close-icon {
    width: 22px;
    top: -6px;
    right: 8px;
  }
  .left-content-wrapper {
    padding-left: 67px;
    padding-top: 0;
  }
  .mid-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }
  .custom-menu-primary {
    margin-top: 56px;
    padding-left: 68px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 9.5px;
  }
  .left-content-img img {
    max-width: 118px;
    position: relative;
    top: 3px;
    left: 1px;
  }
  ul.social-wrapper {
    padding-left: 68px;
    margin-bottom: 15px;
    margin-top: 47px;
  }
  .social-wrapper li i {
    font-size: 22px;
  }
  .social-wrapper li {
    margin-right: 22px;
  }
}


@media (max-width:480px){
  .header-logo img {
    max-width: 53px;
    height: auto;
  }
  .header-logo {
    margin-top: 16px;
    margin-left: 8px;
    margin-bottom: 10px;
  }
  .trigger-button img {
    width: 14px;
    height: 16px;
  }
  .trigger-button {
    margin-top: -4px;
  }
}

@media (max-width:479px){
  .header-logo img {
    max-width: 108px;
    height: 47px;
  }

  .header-logo {
    margin-top: 9px;
    margin-left: 38px;
  }

  .trigger-button img {
    width: 24px;
    height: 38px;
  }

  .trigger-button {
    margin-right: 36px;
    margin-top: 3px;
  }

}

@media (max-width:320px){

  .child-trigger {
    height: 33px;
  }
  .header-logo img {
    max-width: 72px;
    height: 31px;
  }

  .trigger-button img {
    width: 16px;
    height: 26px;
  }

  .header-logo {
    margin-left: 25px;
    margin-top: 14px;
  }

  .trigger-button {
    margin-top: 11px;
  }

  .left-box {
    width: 22px;
  }
  .top-box {
    width: 22px;
  }
  .curve-box {
    width: 22px;
  }
  .header-logo-wrapper {
    padding-left: 30px;
  }
  .mobile-logo img {
    max-width: 78px;
  }
  .mobile-logo {
    margin-top: 8.5px;
  }
  .close-icon {
    width: 20px;
    height: 20px;
    top: -6px;
    right: 6px;
  }
  .left-content-img img {
    max-width: 109px;
    left: 0;
  }
  .left-content-link a {
    font-size: 29px;
  }
  .left-content-wrapper {
    padding-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 29px;
  }
  .custom-menu-primary {
    margin-top: 56px;
    padding-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-bottom: 12.5px;
  }
  .social-wrapper li i {
    font-size: 21px;
  }
  ul.social-wrapper {
    padding-left: 30px;
    margin-bottom: 11px;
    margin-top: 27px;
  }
  .social-wrapper li {
    margin-right: 19px;
  }

  .header-logo img {
    max-width: 72px;
  }
  .header-logo {
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 27px;
  }
  .trigger-button {
    margin-right: 21px;
    margin-top: 7px;
  }
  .trigger-button img {
    width: 16px;
    height: 26px;
  }

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

.footer__container {
  margin: 0 auto;
}
.footer__container {
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 36px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 25%;
  padding: 36px 0px;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 3px;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  font-size: 18px;
  line-height: 26px;
  border-bottom: 2px solid transparent;
}

.footer-menu .hs-menu-wrapper > ul ul li {
  font-size: 18px;
  line-height: 26px;
}

.footer-menu .hs-menu-wrapper > ul li a[href="javascript:;"] {
  cursor: text;
  border-bottom: none;
}

.footer-menu .hs-menu-wrapper > ul ul li a:hover {
  border-bottom: 2px solid #e95e0d;
}

.footer-menu .hs-menu-wrapper > ul li a[href="javascript:;"]:hover {
  border-bottom: none;
}

.footer-copyright-wrapper {
  display: flex;
}

.footer-copyright {
  width: 25%;
  padding: 36px 0px;
}

.copyright-links {
  width: 75%;
  padding: 36px 0px;
}

.footer-copyright p {
  margin: 0;
  font-weight: 500;
  line-height: 33px;
  font-size: 14px;
  display: inline;
}

.copyright-links span {
  font-size: 14px;
  line-height: 33px;
}

.copyright-links a {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
}

.footer-menu {
  padding-bottom: 1px;
}

footer.footer {
  position: relative;
}

footer.footer:after {
  content: '';
  height: calc(100% - 36px);
  background: #bf9004;
  position: absolute;
  width: 70px;
  bottom: 0px;
  left: 0px;
}

.copyright-links a:hover {
  border-bottom: 2px solid #e95e0d;
}

footer.footer:before {
  content: '';
  height: 36px;
  background: #1d2648;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  width: 70px;
  top: 0px;
  left: 0px;
}

.back-to-top {
  position: fixed;
  bottom: 61px;
  right: 22px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden; 
  cursor: pointer;
}

.back-to-top i {
  color: #fff;
  background-color: #1d2648;
  border: 2px solid #1d2648;
  width: 46px;
  height: 46px;
  line-height: 2em;
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  border-radius: 2px;
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

i.fa.fa-angle-up:before {
  content: "\f106";
}

body.scroll .back-to-top {
  visibility: visible;
  opacity: 1;
}



@media (max-width:1350px){
  .footer-menu .hs-menu-wrapper>ul>li {
    padding-left: 36px;
  }

  .footer-copyright {
    padding-left: 36px;
  }

  .copyright-links {
    padding-left: 36px;
  }

}

@media (max-width:1250px){

  footer.footer:after {
    height: calc(100% - 18px);
    width: 36px;
  }

  footer.footer:before {
    height: 18px;
    width: 36px;
  }

}

@media (max-width:959px){

  .back-to-top {
    bottom: 22px;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(5) {
    display: none;
  }

  .footer-copyright {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .copyright-links {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-copyright-wrapper {
    display: block;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 36px;
    margin-top: 36px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 24px;
  }

  .footer__container {
    padding-top: 0;
  }

}

@media (max-width:767px){
  .footer-copyright-wrapper {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .copyright-links {
    margin-top: 1px;
  }
  .footer-menu .hs-menu-wrapper>ul>li {
    padding-top: 38px;
  }
}

@media (max-width:569px){
  .footer-copyright-wrapper {
    margin-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.banner-wrapper .content-wrapper {
  padding: 0;
}

.banner-inner {
  position: relative;
}

.layer-1 {
  left: 631px;
  top: 0px;
  perspective: 601px;
  position: absolute;
  z-index: 9;
  background-color: rgb(29, 38, 72);
  color: rgb(255, 255, 255);
  width: 509px;
  height: 63px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.layer-2 {
  position: absolute;
  left: 631px;
  top: 0px;
  perspective: 601px;
  z-index: 8;
  background-color: rgb(0, 101, 153);
  color: rgb(255, 255, 255);
  width: 571px;
  height: 541px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.banner-content {
  left: 81px;
  top: 128px;
  z-index: 12;
  visibility: visible;
  perspective: 601px;
  position: absolute;
}

.banner-content p {
  margin: 0;
  z-index: 12;
  font-family: Barlow;
  text-transform: uppercase;
  height: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: 342px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 61px;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 61px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.banner-content p strong {
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 900;
}

.gradient-wrapper {
  left: 0px;
  perspective: 601px;
  z-index: 11;
  margin-top: 63px;
  background: linear-gradient( 90deg , rgba(0, 101, 153, 0.6) 0%, rgba(0, 101, 153, 0.6) 2.13%, rgba(0, 101, 153, 0.6) 4.26%, rgba(0, 101, 153, 0.6) 6.39%, rgba(0, 101, 153, 0.6) 8.52%, rgba(0, 101, 153, 0.6) 10.65%, rgba(0, 101, 153, 0.6) 12.78%, rgba(0, 101, 153, 0.6) 14.91%, rgba(0, 101, 153, 0.6) 17.04%, rgba(0, 101, 153, 0.6) 19.17%, rgba(0, 101, 153, 0.6) 21.3%, rgba(0, 101, 153, 0.6) 23.43%, rgba(0, 101, 153, 0.6) 25.56%, rgba(0, 101, 153, 0.6) 27.69%, rgba(0, 101, 153, 0.6) 29.82%, rgba(0, 101, 153, 0.6) 32%, rgba(0, 101, 153, 0.59) 34.87%, rgba(0, 101, 153, 0.58) 37.74%, rgba(0, 101, 153, 0.54) 40.61%, rgba(0, 101, 153, 0.5) 43.48%, rgba(0, 101, 153, 0.45) 46.35%, rgba(0, 101, 153, 0.39) 49.22%, rgba(0, 101, 153, 0.33) 52.09%, rgba(0, 101, 153, 0.27) 54.96%, rgba(0, 101, 153, 0.21) 57.83%, rgba(0, 101, 153, 0.15) 60.7%, rgba(0, 101, 153, 0.1) 63.57%, rgba(0, 101, 153, 0.06) 66.44%, rgba(0, 101, 153, 0.02) 69.31%, rgba(0, 101, 153, 0.01) 72.18%, rgba(0, 101, 153, 0) 75%, rgba(0, 101, 153, 0) 76.67%, rgba(0, 101, 153, 0) 78.34%, rgba(0, 101, 153, 0) 80.01%, rgba(0, 101, 153, 0) 81.68%, rgba(0, 101, 153, 0) 83.35%, rgba(0, 101, 153, 0) 85.02%, rgba(0, 101, 153, 0) 86.69%, rgba(0, 101, 153, 0) 88.36%, rgba(0, 101, 153, 0) 90.03%, rgba(0, 101, 153, 0) 91.7%, rgba(0, 101, 153, 0) 93.37%, rgba(0, 101, 153, 0) 95.04%, rgba(0, 101, 153, 0) 96.71%, rgba(0, 101, 153, 0) 98.38%, rgba(0, 101, 153, 0) 100%);
  color: rgb(255, 255, 255);
  width: 1135px;
  height: 534px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  position: absolute;
}

.banner-bg {
  left: 0px;
  top: 63px;
  perspective: 601px;
  position: relative;
  z-index: 10;
  background-color: rgb(29, 37, 73);
  color: rgb(255, 255, 255);
  width: 1140px;
  height: 534px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-wrapper {
  position: relative;
  margin-bottom: 100px;
  margin-top: 10px;
}

.blog-header-wrapper .content-wrapper {
  padding: 0 36px;
  position: relative;
}

.blog-header-wrapper .content-wrapper:before {
  content: '';
  background-image: url(https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/raw_assets/public/VerveVentures_February2021/images/filter.png);
  background-size: cover;
  width: 68px;
  height: 57px;
  position: absolute;
  left: -36px;
  top: 0px;
  z-index: 6;
}

.blog-header-inner {
  display: flex;
  justify-content: space-between;
  margin-left: -36px;
}

.blog-category {
  width: 25%;
  padding-left: 36px;
}

.site-search {
  width: 25%;
  padding-left: 36px;
}

.blog-category-inner {
  max-width: 156px;
}

.category-title {
  padding-top: 20px;
}

.category-title p {
  padding-right: 36px;
  margin: 0;
  font-size: 22px;
  line-height: 31px;
}

.category-title p a {
  color: #1d2648;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  cursor: pointer;
  display: block;
}

.category-title p a span {
  font-size: 16px;
  padding-right: 15px;
  line-height: 0.5;
  font-weight: 700;
  font-family: Barlow;
}

.top-topics {
  padding-bottom: 18px;
  display: none;
}

.top-topics ul {
  margin-top: 18px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.top-topics ul li {
  font-size: 22px;
  line-height: 1.75;
}

.top-topics ul li a {
  font-size: 16px;
  border-bottom: 2px solid #006599;
  transition: 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #1d2648;
  text-decoration: none;
  line-height: 1.75;
}

.top-topics ul li a:hover {
  border-bottom: 2px solid #e95e0d;
}

.category-title p a:after {
  content: "\f107";
  font-family: "uncodeicon";
  color: #e95e0d;
  font-weight: 600;
  font-size: 18px;
  padding-left: 0px;
}


.category-title p a:hover,.category-title p a:focus {
  color: #e95e0d;
}

.site-search form {
  padding: 0;
}

.site-search form input {
  font-size: 18px;
  padding: 16px 0px;
  border: none;
  border-bottom: 3px solid transparent;
  font-weight: normal;
  font-family: 'Barlow';
  line-height: normal;
  margin-top: 9px;
}

.blog-header-wrapper {
  margin-top: 18px;
}

.blog-listing .content-wrapper {
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}

.post-inner {
  margin-top: 72px;
  display: flex;
}

.post-featured-image {
  overflow: hidden;
  width: 50%;
}

.post-content {
  width: 50%;
  padding: 36px 36px 36px 36px;
}

.post-featured-image img {
  vertical-align: middle;
  transition: 0.3s;
}

.post-featured-image:hover img {
  transform: scale(1.05, 1.05);
}

p.entry-date {
  margin: 0;
  font-size: 18px;
  color: rgb(153, 194, 214);
  font-weight: 800;
  font-style: italic;
}

h2.post-title {
  margin-bottom: 0;
  margin-top: 9px;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  font-family: 'Barlow';
}

h2.post-title a {
  text-decoration: none;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.75px;
  font-size: 30px;
  line-height: 34px;
  color: #006599;
}

.post-descriptions {
  margin-top: 9px;
  font-size: 18px;
  font-family: 'Barlow';
  line-height: 28px;
  font-weight: 500;
  color: rgb(29, 38, 72);
}

#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  display: inherit;
}
.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-form-wrapper-inner {
  padding: 36px;
  padding-top: 0;
}

.blog-form-inner {
  margin-left: -36px;
  display: flex;
}

.blog-form-column-1 {
  padding-left: 36px;
  width: 41.66666666666667%;
  position: relative;
  display: flex;
}

.blog-form-column-2 {
  padding-left: 36px;
  width: 41.66666666666667%;
  display: flex;
}

.blog-form-column-3 {
  width: 16.666666666666664%;
  padding-left: 36px;
}

.blog-form-wrapper {
  margin-bottom: 216px;
}

.blog-form-left-content {
  padding: 36px;
  background-color: #99c2d6;
  width: 100%;
}

.blog-form-column-1:after {
  content: '';
  height: 100%;
  transform: skewY( 26deg );
  position: absolute;
  width: 36px;
  top: 9px;
  left: calc(100%);
  background-color: #99c2d6;
}

.blog-form-left-content h2 {
  margin: 0;
  font-size: 48px;
  display: inline-block;
  color: #006599;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-style: italic;
  font-family: Barlow;
}

.blog-form-left-content h2 span {
  display: block;
}

.blog-form-mid-content {
  margin-top: 18px;
  padding: 36px;
  background-color: #d6e7ef;
  width: 100%;
}

.blog-form-mid-content p {
  line-height: 31px;
  margin: 0;
  font-size: 22px;
}

.form-wrapper h3 {
  display: none;
}

.form-wrapper form {
  padding: 10px 0px;
  position: relative;
}

.form-wrapper form .hs-input {
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 24px;
  border-color: #e95e0d;
  color: #e95e0d;
  padding-left: 10px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  margin-top: 20px;
  display: inline-block;
  line-height: normal;
  border-width: 3px;
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-wrapper form .hs-input::-webkit-input-placeholder {
  color: #e95e0d;
}

.form-wrapper form .hs-button {
  height: 55px;
  width: 217px;
  display: inline-block;
  position: absolute;
  right: -217px;
  top: 50px;
  cursor: pointer;
  background-image: url(https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/raw_assets/public/VerveVentures_February2021/images/newsletter-go.png);
  background-position: 0px 0px;
  background-size: 217px 120px;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 0;
}

.form-wrapper form .hs-button:hover {
  background-position: 0 -65px;
}

.banner-wrapper.blog-banner .banner-bg {
  background-size: cover;
}

.blog-post-body p {
  font-size: 22px;
  line-height: 31px;
}

.post-social-share-wrapper {
  padding: 0 36px;
  padding-bottom: 36px;
}

.post-social-share-inner {
  margin-left: -36px;
  padding-left: 36px;
}

.post-side-image {
  text-align: center;
}

.post-side-image img {
  vertical-align: middle;
  max-width: 105px;
}

.post-social-icon ul {
  margin: 0;
  padding: 2px;
  list-style: none;
  width: auto;
  text-align: center;
  font-size: 0;
}

.post-social-icon ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 2px;
}

.post-social-icon ul li:first-child {
  margin-left: 0;
}

.post-social-icon ul li:last-child {
  margin-right: 0;
}

.post-social-icon ul li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  display: block;
  text-align: center;
  position: relative;
  transition: 0.4s;
  text-decoration: none;
}

.post-social-icon ul li a.facebook:before {
  font-family: 'uncodeicon';
  content: "\f09a" !important;
}

.post-social-icon ul li a.twitter:before {
  content: "\f099" !important;
  font-family: 'uncodeicon';
}

.post-social-icon ul li a.linkedin:before {
  font-family: 'uncodeicon';
  content: "\f0e1" !important;
}

.post-social-icon ul li a.email:before {
  content: "\f1d8" !important;
  font-family: 'uncodeicon';
}

.post-social-icon ul li a.facebook:hover:before {
  color: #3b5998;
}

.post-social-icon ul li a:before {
  transition: 0.4s;
  content: "";
}

.post-social-icon ul li a.twitter:hover:before {
  color: #3b8aca;
}

.post-social-icon ul li a.linkedin:hover:before {
  color: #2c8cc0;
}

.post-social-icon ul li a.email:hover:before {
  color: #999;
}

.post-social-icon {
  margin-top: 30px;
}

p.author-title {
  margin: 0;
  line-height: 31px;
  text-align: center;
}

p.author-title span {
  font-size: 16px;
  color: #e95e0d;
}

p.author-name {
  margin: 0;
  text-align: center;
}

p.author-name a {
  text-decoration: none;
}

.post-author-section {
  margin-top: 36px;
}

.related-post-wrapper .content-wrapper {
  padding: 72px 36px;
  position: relative;
}

h2.related-post-title {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

.related-post-inner-wrap {
  margin-top: 36px;
  padding-right: 36px;
}



.related-post-item:last-child {
  padding-right: 0;
}

.related-image {
  overflow: hidden;
  margin-bottom: 20px;
}

.related-image img {
  vertical-align: middle;
  transition: 0.4s;
}

.related-image:hover img {
  transform: scale(1.1);
}

.cm-byline-section.cm-author span {
  font-weight: 800;
  font-size: 18px;
  font-style: italic;
  line-height: 0.5;
  color: #99c2d6;
}

h2.related-title {
  margin-top: 9px;
  margin-bottom: 0;
  color: #006599 !important;
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.75px;
  line-height: 34px;
}

h2.related-title a {
  color: inherit;
  text-decoration: none;
}

.cm-related-content {
  margin-top: 9px;
  font-size: 18px;
  line-height: 28px;
}

a.related-custom-link {
  border: none;
  height: 62px;
  width: 317px;
  display: block;
  position: absolute;
  right: 48px;
  cursor: pointer;
  background-image: url(https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/raw_assets/public/VerveVentures_February2021/images/button-blog-overview.png);
  background-position: 0px -1px;
  background-size: 317px 125px;
}

a.related-custom-link:hover {
  background-position: 0 -64px;
}



.related-post-item:last-child .related-post-inner-wrap {
  padding-right: 0;
}

.related-post-item button {
  display: none;
}

button.custom-next.slick-arrow {
  display: none !important;
}

button.custom-prev.slick-arrow.slick-disabled {
  display: none !important;
}

ul.slick-dots {
  margin: 0;
  padding-left: 0;
  padding-top: 18px;
  list-style: none;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li:before {
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  opacity: 1;
  background-color: rgba(25, 27, 30, 0.25);
}

button.custom-prev.slick-arrow {
  display: none !important;
}

/* R feature_slider */


.related-post-wrapper {
  margin-bottom: 108px;
}

.feature_post_items .feature_post_wrapper{

  position: relative;
}

.feature_post_wrapper{
  position: relative;

}

.feature_post_img{
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  z-index: 2;
  background-color: #415293;
}

.feature_post_content{
  position: relative;
  padding-top: 75px;
  padding-left: 80px;
  z-index: 3;
}

.feature_post_content h2{
  color: #fff;
  font-family: 'Barlow';
  font-size: 61px;
  font-weight: 100;
  margin-bottom:0;
  text-transform: uppercase;
  font-style:normal;
}
.feature_post_content h2 strong {
  font-weight:900;
}

.top_light_bg{
  position: absolute;
  display: block;
  overflow: visible;
  top: -62px;
  right: -2px;
  z-index: 2;
}



.top_light_bgInner{
  z-index: 12;
  background-color: rgb(219, 216, 191);
  color: rgb(255, 255, 255);
  width: 509px;
  height: 63px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}




.post_border_wrapper{
  position: absolute;
  display: block;
  overflow: visible;
  right: -62px;
  top: -62px;
  z-index: 1;
}

.post_border_wrapper_inner{
  z-index: 11;
  background-color: rgb(191, 144, 4);
  color: rgb(255, 255, 255);
  width: 569px;
  height: 541px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.post_border_wrapper_inner:before {
  content: '';
  width: 122px;
  height: 45px;
  background-color: #fff;
  right: -40px;
  position: absolute;
  transform: rotate(
    27deg
  );
  top: -22px;
}
.feature_post_top_content:after {
  content: '';
  position: absolute;
  width: 82px;
  height: 45px;
  background-color: #fff;
  transform: rotate(
    26deg
  );
  z-index: 4;
  left: -17px;
  bottom: -25px;
}

.feature_post_top_content{
  position:relative;
  min-height: 534px;
  margin-top: 72px;
  margin-right: 62px;
}

.feature_post_top_content.no_feature_image{
  min-height: auto;
}

.post_content_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  padding-top: 56px;
}

.post_conent_inner{
  width: 65%;
  position:relative;
}

.post_conent_inner:before {
  content: '';
  background-color: #bf9004;
  height: 3px;
  width: 60px;
  position: absolute;
  left: -71px;
  transform: rotate( 
    217deg
  );
  top: -18px;
}

.post_content{
  color: #1d2648;
  font-family: Barlow;
  padding-right: 60px;
  font-size:20px;
  font-weight:500;
  line-height: 33px;
}

.post_content_wrapper .read_more_text{
  text-align: right;
}

.post_content_wrapper .read_more_text a{

  background  :url(https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/raw_assets/public/VerveVentures_February2021/images/button-read-more.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 62px;
  width: 215px;
}

.post_content_wrapper .read_more_text a:hover{
  background  :url(https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/raw_assets/public/VerveVentures_February2021/images/button-read-more-hover.png) no-repeat center center;
  background-size: contain;
}

.no_feature_image .top_light_bg,
.no_feature_image .feature_post_content,
.no_feature_image .feature_post_top_content:after,
.no_feature_image .post_border_wrapper,
.no_feature_image .feature_post_img{
  display:none;
}

.hs-blog-post {
  overflow-x: hidden;
}

.post-page-pagination-inner {
  padding: 27px 36px;
}

.post-page-pagination-inner ul {
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 2px;
}

.post-page-pagination-inner li.prev-link {
  width: 33.33333%;
  border: 0px;
  text-align: left;
  display: table-cell;
  line-height: 1.75;
  padding: 0 !important;
}

.post-page-pagination-inner li a {
  font-weight: 600;
  font-family: Barlow;
  text-transform: uppercase;
  color: #1d2648;
  text-decoration: none;
  margin: 1px 0px;
  display: inline-block;
  letter-spacing: 1.2px;
  font-size: 12px;
  line-height: 21px;
}

.post-page-pagination-inner li.overview-link {
  display: table-cell;
  width: 33.33333%;
  text-align: center;
}

.post-page-pagination-inner li.next-link {
  display: table-cell;
  width: 33.33333%;
  border: 0px;
  text-align: right;
}

.post-page-pagination-inner li.prev-link a i:before {
  display: inline-block;
  margin-right: 14px;
  font-size: 18px;
  line-height: inherit;
  vertical-align: baseline;
  top: 6px;
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  position: relative;
}

.post-page-pagination-inner li.next-link a i:before {
  display: inline-block;
  margin-left: 14px;
  margin-right: 0;
  font-size: 18px;
  line-height: inherit;
  vertical-align: baseline;
  top: 6px;
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  position: relative;
}

.blogPost_slid_wrapper {
  overflow-x: hidden;
}
.blog-header-wrapper {
  overflow-x: hidden;
}

li.prev-link.fade-link a,li.next-link.fade-link a {
  color: rgba(29,38,72,0.65);
  pointer-events: none;
}

.site-search form input:focus {
  outline: none;
}

.blogPost_slid_wrapper.temp {
  overflow-y: hidden;
}

.blogPost_slid_wrapper.temp .top_light_bgInner {
  background-color: #1d2648;
}

.blogPost_slid_wrapper.temp .post_border_wrapper_inner {
  background-color: #006599;
}

.category-title.open p a {
  color: #e95e0d;
}

.search-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-icon i {
  font-family: 'uncodeicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #e95e0d;
}

i.fa-search3:before {
  content: "\e088";
}

.feature_post_items button.slick-prev.slick-arrow{
  position: absolute;
  right: -60px;
  bottom: -50px;
}

button.slick-next.slick-arrow{
  position: absolute;
  right: -60px;
  bottom: 0px;
}

.feature_post_items button.slick-arrow{
  background-color:transparent;
  padding: 0;
  border: none;
  font-size: 0;
  cursor:pointer;
}

.feature_post_items button.slick-arrow:focus{
  outline:0;
}

.feature_post_items button.slick-arrow img{
  width:45px;
  height:35px;
}

.feature_post_items{
  padding-bottom: 72px;
}

.slick-initialized .slick-slide:focus{
  outline:0;
}

.post-item:nth-child(2n) .post-inner {
  flex-direction: row-reverse;
}

.blog-form-column-2 .hs-email > label {
  display: none;
}


.blog-form-column-2 .hs_cos_wrapper_type_form {
  padding: 0;
  max-width: 100%;
}

.form-wrapper form .hs-button {
  outline: none;
}

.blog-form-column-2 ul.no-list.hs-error-msgs {
  position: absolute;
}

.blog-form-column-2 .hs_error_rollup {
  display: none !important;
}

.blog-post-body {
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
  max-width: 900px;
  margin: 0 auto;
}

.blog-post-body-content {
  padding: 36px;
}

.post-social-icon.post-page {
  margin-top: 0;
  padding: 36px;
  padding-bottom: 54px;
}

.post-social-icon.post-page ul {
  padding-left: 36px;
  max-width: 900px;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}

.autor_header{
  position: relative;
  min-height:55.4vh;
  display: flex;
  align-items: flex-end;
  background-color: #006599;
  margin-bottom: 36px;
}

.autor_header_inner{
  width: 100%;
}

.author_avatar{
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.author_pageContent{
  position: relative;
  display: flex;
  align-items: flex-end;
}

.autor_header_inner .content-wrapper{
  width:100%;
}

.conetn_inner_wrapper{

  max-width: 804px;

}

.authorHeading,
.blog_header_title{
  width:100%;
}

.author_pageContent .conetn_inner{
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}

.author_pageContent .conetn_inner{
  padding: 36px 36px 42px 36px;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  background-color: #ffffff;
  display: table-cell;
  position: relative;
  height: 100%;
  border: 0;
  vertical-align: bottom;
      clip-path: polygon(0 0, calc(100% - 72px) 0%, 100% 36px, 100% 100%, 0 100%);
}

.author_pageContent .authorHeading{
  margin-bottom: 0;
  font-size: 30px;
  line-height: .85;
  color: #1d2648;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Barlow;
  -webkit-font-smoothing: antialiased;
}

.author_pageContent .blog_header_title{
  font-family: Barlow;
  margin: 27px 0 0;
  text-transform: uppercase;
  font-weight: 900 ;
  color: #006599 ;
  fill: #006599 ;
  line-height: .85;
  font-size: 48px;
  margin-top: 18px;
  font-style: italic;
}

h3.post-subtitle {
  margin-top: 36px;
  margin-bottom: 133px;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  font-weight: 700;
  color: #1d2648;
}

@media (min-width: 960px){

  .conetn_inner_wrapper{
    color: #1d2648;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.57,0.21,0.69,1);
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
    height: 100%;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
  }
}

.no-slider .blogPost_slid_wrapper{
  display:none;
}

.authorHeading_wrapper{
  min-height: 33px;
  line-height: 33px;
}

@media (max-width:1900px){
  .blog-header-wrapper {
    padding-top: 72px;
    margin-top: 6px;
  }
}

@media (max-width: 1230px){
  .blogPost_slid_wrapper .content-wrapper{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .autor_header_inner .content-wrapper{
    padding:0;
  }
  .conetn_inner_wrapper{
    border-left-width: 32px;
  }
}

@media (max-width:1200px){
  .blog-header-wrapper .content-wrapper:before {
    content: '';
    background-image: url(https://8066291.fs1.hubspotusercontent-eu1.net/hubfs/8066291/raw_assets/public/VerveVentures_February2021/images/filter.png);
    background-size: cover;
    width: 36px;
    height: 30px;
    position: absolute;
    left: -36px;
    top: 12px;
  }

  .blog-header-wrapper .content-wrapper {
    padding-left: 0;
    left: 36px;
    height: auto;
  }

  .blog-header-wrapper {
    padding-top: 11px;
  }
  .post-item {
    padding-right: 0;
  }
  .post_content_wrapper .read_more_text{
    padding-right: 44px;
  }
  .post_content_wrapper .read_more_text a{
    height: 53px;
    width: 185px;
  }
}


@media (max-width:1024px){
  .feature_post_top_content{
    min-height: 448px;
    margin-top: 50px;
    margin-right: 49px;
  }
  .post_border_wrapper_inner{
    height: 455px;
    width: 490px;
  }
  .post_border_wrapper,
  .top_light_bg{
    top: -49px;
  }
  .top_light_bgInner{
    width: 430px;
    height: 51px;
  }
  .top_light_bgInner{
    width: 430px;
    height: 51px;
  }
  button.slick-next.slick-arrow{
    right: -44px;
    bottom: 0px;
  }
  .feature_post_items button.slick-prev.slick-arrow{
    right: -40px;
    bottom: -35px;
  }
  .feature_post_content{
    padding-top: 55px;
    padding-left: 70px;
  }
  .feature_post_content h2{
    font-size: 51px;
    line-height: 1;
  }

  .feature_post_items button.slick-arrow img{
    width: 38px;
    height: 29px;
  }
  .post_border_wrapper_inner:before{
    transform: rotate(
      28deg
    );
    right: -37px;
    top: -16px;
  }

}

@media (max-width:959px){


  h3.post-subtitle {
    font-size: 24px;
  }

  .blog-post-body p {
    line-height: 26px;
    font-size: 18px;
  }
  .blog-post-body {
    max-width: none;
    border: none;
  }

  .blog-post .content-wrapper {
    padding: 0;
  }
  .blog-form-inner {
    flex-wrap: wrap;
  }

  .blog-form-column-1 {
    width: 100%;
  }

  .blog-form-left-content h2 {
    font-size: 32px;
  }

  .blog-form-column-2 {
    width: 100%;
  }

  .blog-form-mid-content {
    margin: 0;
    border-bottom: solid 3px #e95e0d;
  }

  .blog-form-column-1:after {
    right: 0;
    left: initial !important;
    z-index: 20;
  }

  .blog-form-mid-content p {
    line-height: 26px;
    font-size: 18px;
  }

  .form-wrapper form .hs-input {
    border-color: white;
    background-color: white !important;
    width: 100%;
    max-width: 100%;
  }

  .form-wrapper form .hs-button {
    position: absolute;
    right: 0px;
    top: 121px;
  }

  .form-wrapper form {
    max-width: 100%;
  }
  h2.related-post-title {
    font-size: 30px;
    letter-spacing: 0.8px;
  }

  .form-wrapper form .hs-button {
    position: absolute;
    right: 0px;
    top: 99px !important;
  }

  .form-wrapper form .hs-input {
    border-color: white !important;
    background-color: white !important;
    width: 100%;
    max-width: 100%;
  }

  p.entry-date {
    font-size: 14px;
  }

  h2.post-title {
    font-size: 24px;
  }

  h2.post-title a {
    font-size: 24px;
  }

  .post-descriptions {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-listing .content-wrapper {
    border: none;
    padding: 0;
  }

  .post-inner {
    margin-top: 36px;
  }

  .blog-pagination .load-more {
    margin-top: 36px;
  }

  .form-wrapper form .hs-form-field {
    margin-bottom: 0;
  }

  .blog-form-wrapper .content-wrapper {
    padding: 0;
  }

  .blog-form-column-2 .hs_cos_wrapper_type_form {
    margin-bottom: 0;
  }

  .blog-form-column-1:before {
    content: '';
    height: 100%;
    background: white;
    position: absolute;
    width: 36px;
    right: 0;
    z-index: 19;
  }

  .blog-category {
    width: 50%;
  }

  .site-search {
    width: 50%;
  }

  .conetn_inner_wrapper{
    max-width:100%;
  }
  .author_pageContent .conetn_inner{
    display:table;
  }
  .author_pageContent .authorHeading{
    font-size: 24px;
  }
  .author_pageContent .blog_header_title{
    font-size: 30px ;
    letter-spacing: 0.8px;
  }
}

@media (max-width:767px){
  .feature_post_top_content{
    margin-right: 35px;
    min-height: 335px;
    margin-right: 36px;
  }
  .post_border_wrapper_inner{
    height: 342px;
    width: 354px;
  }
  .top_light_bgInner{
    width: 294px;
    height: 38px;
  }
  .post_border_wrapper, .top_light_bg{
    top: -38px;
  }
  .post_border_wrapper_inner:before{
    transform: rotate(
      25deg
    );
    right: -42px;
    top: -21px;
  }

  .feature_post_content h2{
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
  }
  .feature_post_content{
    padding-top: 47px;
    padding-left: 45px;  
  }
  .post_content_wrapper{
    width: 100%;
  }
  .post_content{
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 500;
    line-height: 22px;
    font-size:18px;
  }
  .post_conent_inner:before{
    left: 26px;
    transform: rotate(
      317deg
    );
    top: -18px;
    width: 40px;
  }
  .feature_post_items button.slick-arrow img{
    width: 28px;
    height: 20px;
  }
  button.slick-next.slick-arrow{
    right: -32px;
  }
  .feature_post_items button.slick-prev.slick-arrow{
    right: -32px;
    bottom: -30px;
  }
  .post_conent_inner{
    width:100%;
  }
  .feature_post_top_content:after{
    transform: rotate(
      29deg
    );
    z-index: 4;
    left: -50px;
    bottom: -25px;
  }
  .post_content_wrapper .read_more_text a{
    height: 47px;
    width: 195px;
  }
}

@media (max-width:569px){
  .post-inner {
    flex-wrap: wrap;
  }

  .post-featured-image {
    width: 100%;
  }

  .post-inner {
    margin-top: 36px;
  }

  .post-content {
    width: 100%;
  }

  .blog-listing .content-wrapper {
    border: 0;
  }

  .hs-blog-listing {
    overflow-x: hidden;
  }

  .blog-pagination .load-more {
    transform: scale(0.8);
    margin-top: 36px;
  }

  .blog-pagination {
    margin-bottom: 138px;
  }

  .site-search {
    width: 75%;
  }
  .related-post-inner-wrap {
    padding-right: 0;
  }

  .post-page-pagination-inner li.prev-link a span,.post-page-pagination-inner li.next-link a span {
    display: none;
  }

  .post-page-pagination-inner li a {
    transform: scale(0.8);
    transform-origin: left;
  }
  .blog-category {
    width: 25%;
  }

  .site-search {
    width: 75%;
    padding-left: 36px;
  }

}

@media (max-width:479px){

  .blog-header-inner {
    flex-wrap: wrap;
  }
  .feature_post_top_content{
    min-height: 207px;
  }
  .post_border_wrapper_inner{
    height: 192px;
    width: 245px;
  }
  .top_light_bgInner{
    width: 185px;
    height: 23px;
  }
  .post_border_wrapper, .top_light_bg{
    top: -23px;
  }
  .feature_post_content{
    padding-top: 30px;
    padding-left: 25px;
  }
  .feature_post_content h2{
    font-size: 23px;
  }
  .read_more_text{
    padding-right: 20px;
  }
  .post_content_wrapper .read_more_text a{
    height: 42px;
    width: 116px;
  }
  .post_conent_inner:before{
    left: 30px;
    transform: rotate(
      317deg
    );
    top: -14px;
    width: 30px;
  }
}

@media (max-width:415px){
  .blog-category {
    width: 100%;
  }


  .site-search {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media (max-width:320px){
  .feature_post_top_content{
    min-height: 138px;
  }
  .top_light_bgInner{
    height: 15.59px;
    width: 133px;
  }
  .post_border_wrapper, .top_light_bg{
    top: -15px;
  }
  .post_border_wrapper_inner{
    height: 122px;
    width: 193px;
  }
  .post_content{
    padding-right: 33px;
    padding-left: 33px;
  }

  .post_content_wrapper{
    padding-top: 36px;
  }
  .feature_post_content h2{
    font-size: 16px;
  }
  .feature_post_content{
    padding-top: 20px;
    padding-left: 15px;
  }
  .feature_post_top_content{
    min-height: 138px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}