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











































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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  width:80%;
  margin:0 auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "quadmenu";
  src: url("data:font/opentype;charset=utf-8;base64,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") format("embedded-opentype"), url("data:font/opentype;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBIUAAAC8AAAAYGNtYXAAZLuqAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZjFz4sQAAAGIAAAB4GhlYWQHbNV0AAADaAAAADZoaGVhBuwDygAAA6AAAAAkaG10eBH/AU8AAAPEAAAAJGxvY2EBeAH4AAAD6AAAABRtYXhwAAsAHQAAA/wAAAAgbmFtZZlKCfsAAAQcAAABhnBvc3QAAwAAAAAFpAAAACAAAwJVAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6QDpBOkG//3//wAAAAAAIOkA6QLpBv/9//8AAf/jFwQXAxcCAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAsAOkCZgI2ABoAAAEUBwEGIyInASY1ND8BNjMyHwE3NjMyHwEWFQJmBf71BQgHBv72BgYcBgcIBuDhBQgHBh0FAgYHBv72BgYBCgYHCAUdBgbh4QYGHQUIAAABACwA1wJmAiMAGgAAARQPAQYjIi8BBwYjIi8BJjU0NwE2MzIXARYVAmYFHQYHCAXh4AYIBwYcBgYBCgYHCAUBCwUBBgcGHQUF4eEFBR0GBwgFAQsFBf71BQgAAAEABwBpAVQCowAaAAABFAcBBiMiLwEmNTQ/AScmNTQ/ATYzMhcBFhUBVAb+9gYHCAUdBgbh4QYGHQUIBwYBCgYBhgcG/vYGBhwGBwgG4OEFCAcGHQUF/vUFCAAAAQAaAGkBZgKjABoAAAEUDwEXFhUUDwEGIyInASY1NDcBNjMyHwEWFQFmBeHhBQUdBgcIBf71BQUBCwUIBwYdBQJ0CAXh4AYIBwYcBgYBCgYHCAUBCwUFHQYHAAABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQAAAAEAAEYRABdfDzz1AAsEAAAAAADSkkjRAAAAANKSSNEAAAAAAyoC1QAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADKgABAAAAAAAAAAAAAAAAAAAACQQAAAAAAAAAAAAAAAIAAAACkgAsApIALAFbAAcBgAAaBAAA1gAAAAAACgAUAB4ATAB6AKgA1gDwAAEAAAAJABsAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype"), url("data:font/opentype;charset=utf-8;base64,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") format("woff"), url("data:font/opentype;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iYW5nbGUtZG93biIgaG9yaXotYWR2LXg9IjY1OCIgZD0iTTYxNC4yODYgNTE4LjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjY2LjI4NiAyNjYuMjg2cS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyMjQuNTcxLTIyNC41NzEgMjI0LjU3MSAyMjQuNTcxcTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMjsiIGdseXBoLW5hbWU9ImFuZ2xlLXVwIiBob3Jpei1hZHYteD0iNjU4IiBkPSJNNjE0LjI4NiAyNjIuMDk2cTAtNy40MjktNS43MTQtMTMuMTQzbC0yOC41NzEtMjguNTcxcS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzEtMjI0LjU3MXEtNS43MTQtNS43MTQtMTMuMTQzLTUuNzE0dC0xMy4xNDMgNS43MTRsLTI4LjU3MSAyOC41NzFxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjY2LjI4Ni0yNjYuMjg2cTUuNzE0LTUuNzE0IDUuNzE0LTEzLjE0M3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAzOyIgZ2x5cGgtbmFtZT0iYW5nbGUtcmlnaHQiIGhvcml6LWFkdi14PSIzNDciIGQ9Ik0zNDAgMzkwLjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjguNTcxIDI4LjU3MXEtNS43MTQgNS43MTQtNS43MTQgMTMuMTQzdDUuNzE0IDEzLjE0M2wyMjQuNTcxIDIyNC41NzEtMjI0LjU3MSAyMjQuNTcxcS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyNjYuMjg2LTI2Ni4yODZxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDQ7IiBnbHlwaC1uYW1lPSJhbmdsZS1sZWZ0IiBob3Jpei1hZHYteD0iMzg0IiBkPSJNMzU4LjI4NiA2MjcuODFxMC03LjQyOS01LjcxNC0xMy4xNDNsLTIyNC41NzEtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzFxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzdC01LjcxNC0xMy4xNDNsLTI4LjU3MS0yOC41NzFxLTUuNzE0LTUuNzE0LTEzLjE0My01LjcxNHQtMTMuMTQzIDUuNzE0bC0yNjYuMjg2IDI2Ni4yODZxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNjsiIGdseXBoLW5hbWU9ImNsb3NlIiBkPSJNODEwIDY2NC42NjdsLTIzOC0yMzggMjM4LTIzOC02MC02MC0yMzggMjM4LTIzOC0yMzgtNjAgNjAgMjM4IDIzOC0yMzggMjM4IDYwIDYwIDIzOC0yMzggMjM4IDIzOHoiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ETmodules";
  src: url("https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/Vat_It_August2020/Fonts/modules.eot") format("embedded-opentype"), 
    url("https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/Vat_It_August2020/Fonts/modules.ttf") format("truetype"), 
    url("https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/Vat_It_August2020/Fonts/modules.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

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


p {
  margin: 0; 
  padding-bottom: 1em;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem; 

}

h2 {
  font-size: 1.6rem; 
}

h3 {
  font-size: 1.25rem; 
}

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

h5 {
  font-size: 1rem; 
}

h6 {
  font-size: .9rem; 
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li { 

}

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


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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

h3.form-title {
  padding: 10px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2em;
  text-align:center;  
}

.hs-button {
  margin: 20px 0;
  display: inline-block;
  vertical-align: middle;
  cursor:pointer;
  font-size: 16px;
  font-weight: 600;
  font-family:"Open Sans", Helvetica, Arial, Lucida, sans-serif;
  line-height:normal;
  white-space:normal;
  outline:none;
  text-decoration:none !important;
}

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

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


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

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

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  letter-spacing: normal;
  border:0;
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  border-radius: 0px;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
  border-bottom: 1px solid;

}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

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

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

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


input#hs-pwd-widget-password {
  height: auto !important;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

input#hs-login-widget-remember {
  float: left;
  margin-top: 0;
} 

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size: 16px !important;
  padding: 9px 10px !important;
}


.inputs-list label,.hs-error-msgs label {
  display: block;
  color: #990000 !important;
  font-size: 12px;
  float: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

h1 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 400;
}
/* ******************************************************************************
*********************************************************************************
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
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}


.copyright { 
  text-align: right;
}

.copyright p {
  font-size: 16px;
  margin-bottom: 0;
  padding: 0;
}


.copyright:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; 
}

.copyright {
  position: relative;
}

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

.footer-menu>div>ul>li {
  margin-right: 5.5%;
  width: 20.875%;
  float: left;
}

.footer-menu>div>ul {
  display: flex;
}

.footer-menu>div>ul>li:last-child {
  margin-right: 0;
}

.footer-menu:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; 
}
.footer-menu {
  margin: 27px 0 38px 0;
  position: relative;
  padding-top: 39px;
}

.footer-menu>div>ul>li>a {
  font-size: 18px;
  margin-bottom: 10px!important;
  font-weight: bold;
  display: block;
}

.footer-menu>div>ul>li:last-child>ul>li:nth-child(3):before {
  width: auto;
  top: 0px;
  right: 0px;
  left: 0px;
  content: '';
  height: 1px;
  margin: 10px 0 9px;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  z-index: 10;
  border-top-color: rgba(255,255,255,0.49);
}

.footer-menu>div>ul>li>ul>li {
  position:relative;
}

.footer-menu ul ul ul li a {
  font-size: 16px;
  margin-bottom: 5px!important;
  padding-left: 15px!important;
  display:block;
}

.footer-menu>div>ul>li:first-child ul li a {
  font-size: 16px;
  margin-bottom: 5px!important;
}


.footer-menu>div>ul li:first-child>ul>li>a{
  margin-bottom: 5px!important;
  display:block;
  font-weight: bold;
}

.footer-menu ul ul li a {
  font-size: 16px;
  margin-bottom: 5px!important;
  display:block;
}

.footer-logo a {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

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

.footer-top {
  display: flex;
  padding: 27px 0;
  align-items: center;
  justify-content: space-between;
}

.footer-social a {
  height: 32px;
  width: 32px;
  padding: 0;
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;

}

.footer-social li {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.footer-social  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display:flex;
}

.footer-social a:before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  position: relative;
  z-index: 10;
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
}

.et-social-linkedin a:before {
  content: '\e09d';
}

.et-social-instagram a:before {
  content: '\e09a';
}

.et-social-facebook a:before {
  content: '\e093';
}

.et-social-twitter a:before {
  content: '\e094';
}


a#back-to-top {
  position: fixed;
  z-index: 99999;
  right: 0;
  opacity: 0;
  height: 40px;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0,0,0,.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  cursor: pointer;
  right: -40px;
  border: 0
}

a#back-to-top span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none
}

a#back-to-top span:before {
  content: "2"
}

a#back-to-top.show {
  opacity: 1;
  transition: .5s;
  right: 0
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-10%)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}


.country-selector {
  position: fixed;
  bottom: 0px;
  right: 40px;
  display: inline-block;
  width: auto;
  z-index: 9999;
  text-align: left;
  background: #fff;
}

.country-selector input {
  display: none !important;
}

label.wgcurrent {
  border: 1px solid #e0e0e0;
  list-style: none;
  display: block;
  margin: 0;
  cursor: pointer;
}

.country-selector a, .country-selector span {
  display: block;
  height: 37px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

.country-selector a:before, .country-selector span:before {
  background-image: url(https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/raw_assets/public/Vat_It_August_2023/images/flag_spirite.png);
  -webkit-background-size: auto 20px !important;
  background-size: auto 20px !important;
  border-radius: 0px !important;
  width: 30px !important;
  height: 20px !important;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}

.flag-3 span:before {
  background-image: url(https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/raw_assets/public/Vat_It_August_2023/images/flag_spirite.png);
  width: 24px !important;
  height: 24px !important;
  -webkit-background-size: auto 24px !important;
  background-size: auto 24px !important;
}

.weglot-flags.flag-3.en>a:before, .weglot-flags.flag-3.en>span:before {
  background-position: -2520px 0 !important;
}

.country-selector ul {
  z-index: 1010;
  list-style: none;
  margin: 0;
  position: absolute;
  min-width: 100%;
  border: 1px solid #ebeef0;
  background: white;
  left: 0;
  top: initial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 0;
  bottom: 38px;
}

.country-selector li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.country-selector .wgcurrent:after {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 8px;
  width: 13px;
  height: 7px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  background: url(https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/raw_assets/public/Vat_It_August_2023/images/downarrow.png) no-repeat;
  content: "";
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.country-selector .wgcurrent a, .country-selector .wgcurrent span {
  padding-right: 60px;
}

.country-selector li a {
  padding: 0;
  cursor: pointer;
  color: black;
  outline: none;
  text-decoration: none;
  float: none !important;
  white-space: nowrap;
  padding: 0 10px;
  display: block;
  height: 37px;
  line-height: 36px;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

.weglot-flags.flag-3 a:before, .weglot-flags.flag-3 span:before {
  background-image: url(https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/raw_assets/public/Vat_It_August_2023/images/flag_spirite.png);
  width: 24px !important;
  height: 24px !important;
  -webkit-background-size: auto 24px !important;
  background-size: auto 24px !important;
}

.weglot-flags.flag-3.zh>a:before, .weglot-flags.flag-3.zh>span:before {
  background-position: -3240px 0 !important;
}

.weglot-flags.flag-3.es>a:before, .weglot-flags.flag-3.es>span:before {
  background-position: -3576px 0 !important;
}

.weglot-flags.flag-3.tw>a:before, .weglot-flags.flag-3.tw>span:before {
  background-position: -4008px 0 !important;
}

.country-selector.lang_open  .wgcurrent:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

section.sidenote.barEmbed {
  cursor: pointer;
  position: fixed;
  right: -60px;
  left: inherit;
  z-index: 9999;
  top: 50%;
  height: 55px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  padding-right: 15px;
  padding-left: 9px;
  width: 174px;
  transition: 0.4s ease;
}

section.sidenote.barEmbed.left {
  right: inherit;
  left: -60px;
  border-radius: 4px 4px 0px 0px;
  background: #5493f0;

}

p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

section.sidenote.barEmbed p {
  transform: rotate(-180deg);
  max-width: 130px;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
  color: #FFFFFF;
  font-size: 12px;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

section.sidenote.barEmbed i.material-icons {
  transform: rotate(-180deg);
  margin-left: 6px;
  color:#fff;
  font-size:12px;
}

section.sidenote.barEmbed.left:hover {
  left: -64px;
}
section.greet_popup {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  -webkit-overflow-scrolling: touch;
  overflow: auto; 
}

.close-popup {
  background: url(https://7552465.fs1.hubspotusercontent-na1.net/hubfs/7552465/raw_assets/public/Vat_It_August_2023/images/popup_close.svg);
  position: fixed;
  top: 2% !important;
  right: 16%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 99999 !important;
  box-shadow: none !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center left; 
}

section.greet_popup iframe {
  z-index: 9;
  position: relative;
  margin: 0 auto;
  height: calc(100% - 16%);
  overflow: auto;
  border: none;
  max-width: 100%;
  width: 60%;
}




@media only screen and (min-width: 981px){
  footer.footer {
    padding: 4% 0;
  }
  .copyright{
    padding: 2.5% 0 2.5%;
  }
}

@media only screen and (min-width: 1350px){
  footer.footer {
    padding: 54px 0;
  }
  .copyright{
    padding: 27px 0;

  }
}

@media only screen and (max-width: 1024px){
  .copyright {
    padding: 3.4% 0 2.5%;
  }
}

.footer-social li:last-child > a {
  margin-right: 0;
}

@media(max-width:981px){
  .footer-top {
    padding: 2% 0;
  }

  .footer-menu { 
    padding-bottom: 0px;
    margin-right: auto;
    margin-bottom: 3.9%;
    margin-left: auto;
  }
}

@media(max-width:980px){
  footer.footer {
    padding: 50px 0;
  }

  .copyright {
    padding: 27px 0 30px;
  }

  .footer-menu>div>ul>li {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .footer-menu>div>ul {
    flex-wrap: wrap;
  }

  .footer-menu>div>ul>li:nth-child(3),
  .footer-menu>div>ul>li:nth-child(4) {
    margin-bottom: 0;
  }

  .footer-menu>div>ul>li:nth-child(2n) {
    margin-right: 0;
  }

  .footer-menu {
    margin-bottom: 41px;
    margin-top: 30px;
  }

  .footer-top {
    padding: 30px 0;
    flex-wrap: wrap;
  }

  .footer-top > * {
    display: block;
    width: 100%;
  }

  .footer-social ul {
    justify-content: flex-end;
  }

  .footer-logo {
    margin-bottom: 30px;
  }
}

@media(max-width:767px){
  footer.footer {
    padding: 30px 0;
  }
}


@media(max-width:479px){
  .footer-menu>div>ul>li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }

  .footer-menu>div>ul>li:last-child {
    margin-bottom: 0 !important;
  }
}

.footer_styler_curve {
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-top: -1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0NHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOEMxNjAgMjggODAgNDkgMCA3MFYwaDEyODB2NzBjLTgwIDIxLTE2MCA0Mi0zMjAgNDItMzIwIDAtMzIwLTg0LTY0MC04NHoiLz48L2c+PC9zdmc+);
  background-size: 100% 44px;
  top: 0;
  height: 44px;
  z-index: 1;
}

footer.footer {
  position: relative;
}

.lp_footer .copyright:before,
.lp_footer  .footer-menu:before {
  display: none;
}
﻿.header-container-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999 !important;
  min-height: unset !important;
  background: white;
}

.custom-main-header {
  background-color: transparent !important;
  display: flex;
  padding: 14px 0px;
  transition: padding 0.3s ease-in-out;
}

.scrolling .custom-main-header {
  padding: 5px 0;
  transition: padding 0.3s ease-in-out;
}

.custom-main-header.contain-wrapper > .page-center {
  max-width: unset !important;
  width: 100% !important;
}

.custom-logo > div {
  width: 115px;
  margin-right: 50px;
}

.custom-logo a {
  display: block;
}

.custom-logo img {
  width: 100%;
}

.desktop_navigation {
  display: block;
}

.custom-main-header > div {
  display: flex;
  align-items: center;
}

.desktop_navigation .submenu {
  display: flex;
  gap: 20px;
  list-style: none;
}
.desktop_navigation .submenu li {
  font-size: 14px;
  color: rgba(0,0,0,.6);
  font-weight: 500;
}

.desktop_navigation .submenu li a {
  font-size: 14px;
  color: rgba(0,0,0,.6);
  letter-spacing: -0.31px;
  line-height: 18px;
  font-weight: 500;
}

li.has-submenu.menu-item {
    position: relative;
}

/* Mobile menu */
.hamburger-menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 25px;
  justify-content: space-between;
  position: absolute;
  right: 50px;
  top: 25px;
  width: 30px;
}

.header-container-wrapper.menu-open .hamburger-menu {
  display: flex;
  flex-direction: column;
  height: 25px;
  justify-content: space-between;
  position: absolute;
  width: 30px;
  top: 25px;
  right: 50px;
  cursor: pointer;
  transform: unset !important;
  z-index: 80;
}

.bar {
    background-image: linear-gradient(90deg,#9836fc00,#9836fc 50%,#3cb1d6);
    height: 2px;
    position: relative;
    transform: rotate(180deg);
    width: 100%;
    background: #6977ea;
}

.right-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    flex: 1;
    width: 100%;
    height: 100%;
    margin-left: auto;
    justify-content: end;
}

@media screen and (min-width: 1181px) {
  .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .custom-header {
    left: -100%;
    transition: all 0.3s ease-in-out;
  }
  .custom-header.menu-open {
      background-image: linear-gradient(284deg,#9a36fe,#3cb3d8 31%,rgba(65,181,217,.97) 34%,rgba(81,187,220,.89) 38%,rgba(108,197,225,.75) 44%,rgba(145,212,233,.56) 49%,rgba(193,230,242,.32) 56%,rgba(250,253,254,.02) 62%,hsla(0,0%,100%,0) 63%);
      bottom: 0;
      left: 0;
      min-height: unset!important;
      position: fixed;
      right: unset;
      top: 0;
      transition: all .3s ease-in-out;
      width: 40%;
      z-index: 999;
      background: #fff;
  }
  
  .custom-header.menu-open .right-wrapper {
      display: flex;
      align-items: self-start;
      gap: 0px;
      flex: 1;
      width: 100%;
      margin-left: auto;
      flex-direction: column;
  }

  .custom-header.menu-open .custom-main-header.contain-wrapper {
    flex-direction: column;
  }

  .custom-header.menu-open .desktop_navigation .submenu {
    flex-direction: column;
    padding-left: 0;
  }

  .desktop_navigation {
    display: none;
  }
  .custom-header.menu-open .desktop_navigation {
    display: block;
  }

  .header-container-wrapper.menu-open .menu-overlay {
    background: #00000087;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}

.desktop_navigation .submenu li a:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.header-buttons > a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 1182px) {
  .header-container-wrapper.menu-open .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width: 1180px) {
  .custom-main-header>div {
      align-items: self-start;
      display: flex;
  }
  
  .custom-header.menu-open{
      overflow-y: scroll;
  }
  
   .custom-header.menu-open .custom-main-header>div {
      flex-direction: column;
  }
  
  .header-container-wrapper.menu-open .hamburger-menu {
    
  }
}

@media screen and (max-width: 1024px) {
  .custom-logo > div {
      margin-right: 50px;
      width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .custom-header.menu-open {
    width: 75%;
  }
  
  .scrolling .custom-main-header {
    padding: 14px 0;
    transition: padding .3s ease-in-out;
  }
}

@media screen and (max-width: 600px) {
  .custom-logo > div {
      margin-right: 50px;
      width: 100px;
  }
  
}
﻿body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span,
div,
input,
textarea,
button,
label,
select,
option,
form,
fieldset,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  font-family: 'Montserrat', sans-serif !important;
}

.contain-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.scrolling {
/*   background-color: #fff; */
  transition: all 0.3s;
}

@media (max-width: 1260px) {
  .contain-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

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

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.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: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #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: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
} 


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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

.blog-sidebar {
  padding: 3.3rem 0;
}


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

.post_innr{
  margin-bottom: 30px;
}

.blog-recent-posts__list{
  flex-wrap: wrap;
}

.blog-comments .actions {
  text-align: center;
}


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

.replying{
  padding:0 1em !important;
}

@media(max-width:767px){
  .blog-index__post ,
  .blog-recent-posts__post{
    padding: 1rem 0;
  }
}

.listing_page {
  position: relative;
  background-color: #FFF;
}

.top_listing_bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMnZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VkZWRlZCI+PHBhdGggZD0iTTAgMTQwaDEyODBDNTczLjA4IDE0MCAwIDAgMCAweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 12vw;
  top: 0;
  height: 12vw;
  z-index: 1;
  transform: rotateY(180deg) rotateX(180deg);
  background-color: transparent;
  margin-top: -2px;
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.lstng_banner {
  z-index: 5;
  position: relative;
}

.lstng_contnt {
  font-size: 16px;
}

.lstng_contnt h1 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #192231!important;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin: 0;
}

.befr_sctn {
  margin: 0px 0 26px 0; 
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 23px;
  max-width: 200px;
}

.befr_sctn:before {
  width: 100%;
  height: 4px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
  border-top-color: #0db1e8;
  border-top-width: 3px;
  content: '';
}

.ls_bnr_divider_internal {
  display: inline-block;
  width: 100%;
}

.blog_listing {
  position: relative;
}


.blog_listing {
  z-index: 5;
  padding-top: 0px;
} 

.lst_title {
  padding-top: 0px;
  position: relative;
}

.lst_title:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top-width: 0px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-top-color: #000000;
}

.lst_title h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2em;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 500;
  color: #333;
}

.ls_sctn_inr:before,
.ls_sctn_inr:after {
  content: '';
  display: block;
  clear: both;
}

.post_item {
  float: left;
  max-width: 100%;
}

.ls_feat_img img {
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: bottom;
  height: auto;
  border-radius: 8px 8px 0px 0;

}

.post_item {
  border: 1px solid #D8D8D8;
  padding: 19px;
  background-color: #FFF;
  box-shadow: 0px 2px 70px -10px rgba(25,34,49,0.3);
  border-radius: 8px 8px 8px 8px;
  border-width: 0px;
}

.ls_feat_img {
  margin: -20px -20px 29px;
  position: relative;
}

.ls_feat_img a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}


.post_item h2 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
}

.post_item h2 a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  color: #192231!important;
  font-weight: 700;
}

.post-meta,
.post-meta a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 13px;
  color: #0db1e8;
  margin-bottom: 6px;
  display: inline-block;
}

.more-link {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,0);
  color: #0db1e8;
}

.post-meta a{
  margin-bottom:0;
}

.listing_pagination {
  margin: 30px 0 0;
}

.lft_col {
  float: left;
}

.rght_col {
  float: right;
}

.listing_pagination:before,.listing_pagination:after {
  content: '';
  display: block;
  clear: both;
}

.listing_pagination a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: #0db1e8!important;
  line-height: 2em;
}



@media (min-width: 981px) {
  .listing_page {
    padding: 4% 0;
  }

  .lstng_banner {
    padding: 50px;

  }

  .lstng_contnt {
    margin-bottom: 2.75%;
  }

  .blog_listing {

  }

  .lst_title {
    margin-bottom: 2.75%;
  }


  .post_item {
    width: 29.667%;
    margin-right: 5.5%;
    margin-bottom: 40px;

  }

  .post_item:nth-child(3n) {
    margin-right: 0;
  }

}

@media only screen and (min-width: 1350px) {
  .listing_page {
    padding: 54px 0;
  }

  .lstng_banner {
    padding: 0px 0;
     margin-top: 2.75%;
         margin-bottom: 0px;
  }
  .blog_listing {
    padding-top: 0px 0;
    margin-top:0px;
  }

    .blog_listing .page-center {
    padding: 0px;
      margin-top: 0px;
  }

}


@media(max-width:980px){
  .listing_page .page-center {
    padding: 30px 0;
  }

  .listing_page {
    padding: 50px 0;
  }

  .lstng_contnt h1 {
    font-size: 38px;
  }

  .lstng_contnt {
    margin-bottom: 30px;
  }

    .blog_listing .page-center {
    padding: 0px;
      margin-top: 0px;
  }

  .befr_sctn {
    margin: 0px 0 30px 0;

  }

  .lst_title {
    margin-bottom: 30px;
  }

  .post_item {
    width: 47.25%;
    float: left;
    margin: 0 5.5% 0 0;
    margin-bottom: 7.71%;
  }

  .post_item:nth-child(2) {
    margin-right: 0;
  }
  .post_item h2 {
    font-size: 33px;
  }

} 

@media(max-width:767px){
  .listing_page {
    padding: 30px 0;
  }

  .lstng_contnt h1 {
    font-size: 28px;
  }

  .post_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.5%;
  }
  .post_item h2 {
    font-size: 25px;
  }

}

@media(max-width:479px){
  .post_item h2 {
    padding-bottom:0;
  }
}


.post_banner {
  padding-top: 31px;
  padding-bottom: 51px;
  background-color: #000360!important;
  background-image: linear-gradient(139deg,#000360 15%,#bf2cd6 89%)!important;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 980px) {
  .bnr_top {
    padding: 2% 0;
  }
}

@media only screen and (min-width: 1350px) {
  .bnr_top {
    padding: 27px 0;
  }
}

.bnr_top {
  padding-bottom: 0px !important;
  z-index: 5;
}

.bnr_top_title h2 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff!important;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 10px;
}

.bnr_top p {
  font-style: italic;
  font-size: 18px;
  margin-top: -25px;
  color: #ffffff;
  margin-bottom: 2.75%;
}

.bnr_top_title h2 {
  margin-bottom: 19px;
}

.post_bnr_divider {
  margin: 0 0 30px 0;
  position: relative;
  margin-top: -10px;
  margin-bottom: -10px;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 23px;
}

.post_bnr_divider:before {
  content: '';
  height: 1px;
  border-top-style: solid;
  position: absolute;
  z-index: 10;
  border-top-color: #ffffff;
  border-top-width: 1px;
  width: auto;
  top: 0px;
  right: 0px;
  left: 0px;
}

.bnr_btm {
  padding-top: 3px;
  padding-bottom: 0;
}

.bnr_topics a,.bnr_topics span {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

.bnr_topics span {
  color: #fff;
}

.bnr_topics {
  margin-bottom: 11px;
}

.bnr_meta {
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: #fff;
}

.bnr_left {
  width: 47.25%;
  float: left;
  margin-right: 5.5%;
}

.bnr_right {
  width: 47.25%;
  margin-right: 0;
  float: left;
  border-radius: 8px 8px 8px 8px; 
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.bnr_main .page-center:before,.bnr_main .page-center:after {
  content: '';
  clear: both;
  display: block;
}

.bnr_right img {
  max-width: 100%;
  display: block;
}

.bnr_left h1 {
  padding-bottom: 10px;
  line-height: 1em;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  margin: 0;
}

.bnr_main .page-center {
  padding-top: 3px;
  padding-bottom: 47px;
}

.bnr_summry p {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  margin-top: 10px;
  color: #ffffff;
  padding: 0;
}

.bnr_right { 
  overflow: hidden; 
  display: inline-block;
  position: relative;
  max-width: 100%;
  z-index: 9;
}

.btm_curve {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjdweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
  background-size: 100% 127px;
  bottom: 0;
  height: 127px;
  z-index: 1;
  transform: rotateY(180deg);
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-bottom: -1px;
}

.post_page_wrap {
  padding-top: 29px;
  padding-bottom: 0px;
}

.post_wrap p {
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.post_wrap {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
}

.blog_cmnts {
  padding: 120px 0;
}

.blog_cmnts {
  padding-bottom: 0 !important;
}

.cmnts_bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBIMGwxMjgwIDE0MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 40px;
  top: 0;
  height: 40px;
  margin-top: -1px;
  z-index: 1;
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.blog_cmnts {
  background-image: linear-gradient(180deg,#f4f4f4 25%,#ffffff 57%)!important;
  position: relative;
  background-color: #FFF;
  background-position: center;
  background-size: cover;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 30px 0;
}

@media(max-width:980px){
  .post_banner {
    padding: 50px 0;
  }

  .bnr_top {
    padding: 10px 0;
  }

  .bnr_top_title {
    margin-bottom: 30px;
  }

  .bnr_left {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 50px;
  }

  .bnr_right {
    width: 100%;
    margin: 0;
    float: none;
  }

  .bnr_right img {
    margin: 0 auto;
  }

  .bnr_main .page-center {
    padding-bottom: 0;
  }

}


@media(max-width:767px){
  .post_banner {
    padding: 30px 0 0;
  }

  .btm_curve {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTMyMCAyOGMzMjAgMCAzMjAgODQgNjQwIDg0IDE2MCAwIDI0MC0yMSAzMjAtNDJ2NzBIMFY3MGM4MC0yMSAxNjAtNDIgMzIwLTQyeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 51px;
    bottom: 0;
    height: 51px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(0);
  }

  .bnr_main {
    padding: 0 0 50px;
  }

  .bnr_left h1 {
    font-size: 45px;
  }

  .bnr_right img {
    width: 100%;
  }
}

.post_rc_lst_inr:before,
.post_rc_lst_inr:after {
  content: '';
  display: block;
  clear: both;
}

.post_rcnt_wrppr {
  margin: 50px  0 90px;
}

.post_rcnt_inr {
  padding: 120px 0;
  padding-bottom: 8px;
  background-image: linear-gradient(180deg,#f4f4f4 25%,#ffffff 57%)!important;
  position: relative;
  z-index: 5;
}

.pst_rcnt_bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBIMGwxMjgwIDE0MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 40px;
  top: 0;
  height: 40px;
  z-index: 1;
  transform: rotateY(180deg);
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  margin-top: -1px;
}

.post_rcnt_list .page-center > h2 {
  color: #333;
  padding-bottom: 10px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.post_rcnt_list .post-meta,.post_rcnt_list .post-meta a {
  color: #0c71c3!important;
}

.post_rcnt_list .more-link {
  color: #0c71c3!important;
}

@media(max-width:980px){
  .post_rcnt_wrppr {
    margin-bottom: 20px;
  }
  .post_rcnt_inr {
    padding: 90px 0 0;
  }
}

@media(max-width:767px){
  .post_rcnt_list {
    margin-top: -20px;
    position: relative;
    z-index: 5;
  }
}


@media only screen and (min-width: 980px) {
  .lst_rcnt_sctn {
    padding: 2% 0;
  }
}

@media only screen and (min-width: 1350px) {
  .lst_rcnt_sctn {
    padding: 27px 0;
  }
}

.lst_rcnt_sctn {
  position: relative;
  z-index: 5;
}

.lst_lft {
  margin-right: 5.5%;
  width: 36.7%;
  float: left;
}

.lst_right {
  width: 57.8%;
  margin: 0;
  float: left;
}

.lst_rcnt_inr:before,.lst_rcnt_inr:after {
  content: '';
  display: block;
  clear: both;
}

.rcnt_lst_title h1 {
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2em;
  text-align: left;
}

.rcnt_lst_title {
  font-size: 16px;
  margin-bottom: 17px;
}

.lt_post {
  background-color: #7EBEC5;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 2px 70px -10px rgba(25,34,49,0.3);
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  position: relative;
}

.lt_post_inr {
  padding: 0 6%;
}

.lt_pst_wrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 16% 8%;
  padding-bottom: 26%;
}

.lt_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}

.lt_pst_wrap > h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.3em;
  color: #fff;
  padding-bottom: 10px;
}

.lt_pst_wrap > h2 > a {
  color: #fff !important;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.3em;
}

.lt_cntnt p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
}

.lt_more_link {
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  color: #ffffff!important;
  border-width: 0px!important;
  border-radius: 50px;
  font-size: 15px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
  background-color: #0db1e8;
  padding-right: 20px!important;
  padding-left: 20px!important;
}

.lt_more_link:after {
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.6em;
}

.lt_more_link:hover:after {
  opacity: 1;
  margin-left: 0;
}

.rc_list {
  margin-bottom: 4.758%;
  padding-top: 18px;
}

.rc_post {
  margin-bottom: 30px;
  position: relative;
}

.rc_post:before,
.rc_post:after {
  display: block;
  content: '';
  clear: both;
}
.rc_feat_img {
  float: left;
  width: 100%;
  max-width: 150px;
  margin: 0 20px 30px 0;
  position: relative;
  display: block;
}

.rc_feat_img img {
  max-width: 100%;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  vertical-align: bottom;
  height: auto;
}

.rc_feat_img a {
  display: block;
}

.rc_post h2 {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
}

.rc_post h2 a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #192231!important;
}

.post_page_wrap.vatit-post > div > .post_wrap h2, 
.post_page_wrap.vatit-post > div > .post_wrap h2 span,
.post_page_wrap.vatit-post > div > .post_wrap h2 a {
    font-size: 25px !important;
}

.post_page_wrap.vatit-post > div > .post_wrap h3, 
.post_page_wrap.vatit-post > div > .post_wrap h3 span,
.post_page_wrap.vatit-post > div > .post_wrap h3 a {
    font-size: 20px !important;
}

.post_page_wrap.vatit-post > div > .post_wrap h3, 
.post_page_wrap.vatit-post > div > .post_wrap h3 span,
.post_page_wrap.vatit-post > div > .post_wrap h3 a {
    font-size: 16px !important;
}


@media(max-width:980px){
  .lst_lft {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .lst_right {
    width: 100%;
    float: none;
  }

  .lst_rcnt_sctn {
    padding: 30px 0;
  }

  .lst_lft {
    margin-bottom: 30px;
  }

  .rc_feat_img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .rc_post {
    margin-bottom: 42px;
  }

  .lt_pst_wrap>h2 {
    font-size: 85px;
  }
}

@media(max-width:767px){
  .lt_pst_wrap>h2 {
    font-size: 20px;
  }
}
﻿.blog_listing_inner {
  padding: 50px 0;
  position: relative;
}

.blog_listing_inner::after {
  background-image: linear-gradient(90deg, #9836fc00, #9836fc 50%, #3cb1d6);
  bottom: 0;
  content: '';
  height: 5px;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}

.post_page_wrap.vatit-post {
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
}
.vatit-post::after {
  background-image: linear-gradient(90deg, #9836fc00, #9836fc 50%, #3cb1d6);
  bottom: 0;
  content: '';
  height: 5px;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}
﻿.footer.vatit-footer {
  background-color: #1d174c !important;
  background-image: none !important;
}

.footer-menu ul.submenu.level-1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}

.contain-wrapper .footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0 40px;
  padding-top: 0 !important;
  gap: 50px;
}

.contain-wrapper .footer-menu > div > ul > li {
  float: unset;
  margin-right: unset;
  width: unset;
}

.contain-wrapper .footer-menu ul ul li a {
  display: block;
  margin-bottom: 5px !important;
  font-size: 12.82px;
  color: #ffffff;
  font-weight: 500;
}

.contain-wrapper .footer-menu > div > ul > li > a {
  display: block;
  margin-bottom: 10px !important;
  font-size: 14.42px;
  color: #6977e8;
  font-weight: 700;
}

.contain-wrapper .footer-menu > div > ul > li:first-child {
  color: #fff;
  display: block;
  font-size: 12.82px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.contain-wrapper .footer-menu > div > ul li:first-child > ul > li > a {
  color: #fff;
  display: block;
  font-size: 12.82px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.contain-wrapper li.has-submenu.menu-item > a {
  min-height: 24px;
}

.contain-wrapper .footer-menu > div > ul > li:last-child > ul > li:nth-child(3):before {
  content: unset !important;
}

.contain-wrapper .footer-menu::before {
  border-top: unset !important;
}

.copyright {
  position: relative;
}
.copyright p {
  display: flex;
  justify-content: end;
  gap: 50px;
  font-size: 12.82px;
  color: #ffffff;
  letter-spacing: -0.7px;
  line-height: 15px;
  font-weight: 500;
}

footer.footer.vatit-footer div .footer-top {
  display: flex;
  flex-wrap: unset;
}

a#back-to-top {
  display: none !important;
}

.copyright::before {
  background-image: linear-gradient(265deg, #9836fc 50%, #3cb1d6 70%);
  top: 0;
  content: '';
  height: 2px;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}

@media screen and (1200px) {
  .contain-wrapper .footer-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .contain-wrapper .footer-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .footer-menu ul.submenu.level-1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .copyright p {
    justify-content: center;
    letter-spacing: normal;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 0;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 767px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  color: #4F7D24;
  padding: .25rem .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;
}

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