/* ******************************************************************************
*********************************************************************************
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;
}

.dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
  padding-left: 130px;
  padding-right: 130px;
}

@media (min-width: 992px) {
  header.header .header__container {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (max-width: 1480px){ 
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1280px){ 
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px){ 
  header.header .header__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px){ 
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container, footer.footer .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
    url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.woff") format("woff"), 
    url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Monument Extended;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/MonumentExtended-Regular.otf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Monument Extended;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/MonumentExtended-Ultrabold.otf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Formular;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/Brownfox-Formular%20%282%29.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Formular;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/Brownfox%20-%20Formular%20Medium.ttf");
  font-style: normal;
  font-weight: 500;
}
html {
  font-size: 24px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

p {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height:normal;
  margin: 0.67em 0;
  margin-top: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.34782608696;
  margin: 0.67em 0;
  margin-top: 0;
}

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

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

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

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

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

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 {
  background: #fff;
  padding: 94px 36px 66px;
  position: relative;
  margin: 71px 0 72px;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 37px;
  top: 46px;
  width: 30px;
  height: 25px;    
  background: url(//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/raw_assets/public/Gaviti_June2020/images/quote.svg) no-repeat center center;
}
figure {
  margin: 1em 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
  padding: 5px 15px;
  margin-bottom: 0;
  max-width: 500px;
}

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  padding: 15px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none;
  white-space: normal !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.85714285714;
  font-family: helvetica;
  margin-bottom: 15px;
  margin-top: 20px;
}

.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 label {
  color: #33475b;
  font-size: 14px;
  font-family: helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 1.42857142857;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  max-width: 500px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 2px solid;
  padding: 8px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
}

input#hs-pwd-widget-password {
  padding: 20px 15px;
}

.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;
  display: inline-block;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #f2545b;
}
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: 1.28571428571;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 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;
}

@media (max-width: 767px) { 
  #hs-search-module ,
  .widget-type-form{
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
  max-width: 100%;
  }
  form ,
  h3.form-title {
  max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px !important; padding-right:15px !important; float:none; box-sizing: border-box; padding-bottom:0px !important; }
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}


.hero-form-main-wrap { padding: 70px 0px 24px; }
.hero-form-wrap { display: flex; flex-flow: wrap; }
.hero-form-left-details-wrap { width: 53%; }
.hero-form-right { padding: 26px 36px; width: 47%; background: #00C184; }
.hero-form-right h3 { max-width: 100%; background-color: transparent !important; padding: 0px; color: #fff !important; font-size: 20px; line-height: 30px; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
.hero-form-right form { max-width: 100%; background-color: transparent; padding: 0px; }
.hero-form-right form .hs-form-field { flex-flow: column; margin-bottom: 0; }
.hero-form-right form .hs-form-field .hs-input { height: 42px; }
.hero-form-right form .hs-form-field label { font-family: 'Titillium Web'; font-style: normal; font-weight: 700; font-size: 14px; line-height: 21px; text-transform: capitalize; }
.hero-form-right form .form-columns-2 .hs-form-field:first-child { padding-right: 3px; }
.hero-form-right .legal-consent-container * { color: #fff; }
.hero-form-right .legal-consent-container a { text-decoration: underline; }
.hero-form-right form input[type="submit"] { margin: 15px 0px 0px; background-color: #FFFFFF !important; border-radius: 32.9159px !important; color: #020873 !important; font-family: 'Titillium Web' !important; font-style: normal; font-weight: 700; font-size: 15.3608px !important; text-align: center; text-transform: uppercase; }
.hero-form-left-details h6 { margin-bottom: 5px; color: #383838; font-weight: 400; font-size: 26px; line-height: 130%; text-transform: uppercase; }
.hero-form-left-details h1 { font-weight: 700; font-size: 46px; line-height: 130%; color: #05DB97; text-transform: uppercase; margin-bottom: 0px; }
.hero-form-left-details { padding-right: 45px; }
.hero-form-left-details-content {  font-style: normal; font-weight: 400; font-size: 20px; line-height: 160%; margin-top: 5px; }
.hero-form-left-details-list-wrap { margin-top: 10px; }
.hero-form-left-details-list-wrap h5 { margin: 0px; font-weight: 700; font-size: 26px; line-height: 40px; color: #05DB97; text-transform: uppercase; }
.hero-form-left-details-list-wrap ul { margin: 0px; padding-left: 30px; }
.hero-form-left-details-list-wrap ul li,
.hero-form-left-details-list-wrap ul li a { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 130%; cursor: initial; pointer-events: none;}
.hero-form-left-details-list-wrap ul li { position: relative; display: inline-block; width: 100%; margin-bottom: 6px; }
.hero-form-left-details-list-wrap ul li:before { content: ''; position: absolute; left: -30px; top: 6px; width: 18px; height: 18px; background: #05DB97; border-radius: 50px; }

.three-box-wrap { padding: 0px 38px; display: flex; }
.three-box-list-wrap { width: calc(100% / 3); padding: 17px; }
.three-box-list-img img { vertical-align: top; height: 210px; object-fit: cover; width:100%; }
.three-box-heading h2 { font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; margin-bottom: 0; }
.three-box-heading { padding-bottom: 20px; }

.three-box-heading h2 { font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; margin-bottom: 0; }
.three-box-heading { padding-bottom: 20px; }
.three-box-list-content-wrap h3 { margin-bottom: 0; font-weight: 700; font-size: 20px; line-height: 30px; text-align: center; text-transform: uppercase; color: #000000; }
.three-box-list-content-wrap { text-align: center; padding-top: 10px; }
.three-box-list-content { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; color: #000000; line-height: 150%; }
.three-box-main-wrap { padding: 24px 0px 26px; }

.left-side-content-with-right-side-img-main-wrap { padding-left: 80px; display: flex; flex-flow: wrap; padding-top: 26px; padding-bottom: 70px; }
.left-side-content-wrap { width: 54%; padding-right: 30px; }
.right-side-img-wrap { width: 46%; }
.left-side-content-heading h2 { margin-bottom: 0; font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; color: #333333; }
.left-side-content ul { padding-left: 34px; margin: 0; }
.left-side-content ul li { display: inline-block; font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 130%; position: relative; margin-bottom: 15px; }
.left-side-content ul li strong { text-transform: uppercase; }
.left-side-content ul li:before { content: ''; position: absolute; left: -34px; top: 6px; width: 18px; height: 18px; background: #05DB97; border-radius: 50px; }
.left-side-content { display: inline-block; width: 100%; padding-top: 42px; }


.logo-list-main-wrap { background: #FFFFFF; box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15); padding: 44px 0px 37px; margin-bottom: 25px; }
.logo-heading { padding-left: 75px; padding-bottom: 25px; }
.logo-list-wrap img { width: 100%; }
.logo-heading h2 { margin-bottom: 0px; }

.hero-image-right { width: 47%; }
.hero-form-left-details h4 { font-weight: 700; font-size: 26px; line-height: 30px; color: #333333; margin-bottom: 10px; margin-top: 7px; }
.hero-simple-link a { font-weight: 400; font-size: 26px; line-height: 40px; text-transform: uppercase; color: #05DB97; }
.hero-simple-link { margin-top: 6px; }

.heading-content-btn-wrap { display: flex; }
.about-heading { width: 26%; }
.about-content { width: 35%; font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 150%; }
.about-heading h2 { margin-bottom: 0; font-weight: 700; font-size: 26px; line-height: 40px; color: #3B00BC; text-transform: uppercase; }
.about-btn a { background: #3B00BC; border-radius: 60px; font-weight: 700; font-size: 28px; line-height: 43px; text-align: center; text-transform: uppercase; display: inline-block; color: #fff; padding: 10px 40px; }
.about-btn a:hover { color:#ffffff; }
.about-btn { width: 26%; text-align: right; align-items: center; justify-content: flex-end; display: flex; }
.heading-content-btn-main-wrap { padding: 48px 0px 70px;}

.hero-img-main-wrap { padding: 70px 0px 24px 5.3%; }

.blog-recent-post-main-wrap { padding: 40px 0; }
.blog-recent-post-heading { text-align: center; margin-bottom: 25px; }
.blog-recent-post-heading h2 { font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; color: #333333; margin-bottom: 0; }
.blog-recent-post-wrap { display: flex; }
.blog-recent-post-list { width: calc(100% / 3); padding:17px; }

.blog-recent-post-wrap { max-width: 892px; margin: 0px auto; }
.blog-recent-post-details { border: 0.5px solid #333333; background: #FFFFFF; }
.blog-recent-post-img { position: relative; }
.blog-tag-main-wrap { position: absolute; left: -20px; top: 12px; padding: 6px 40px 6px 30px; background: #00C184; font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 12px; line-height: 132.1%; text-transform: uppercase; color: #FFFFFF; }
.blog-recent-post-img img { vertical-align: top; object-fit: contain; }
.blog-recent-heading-btn { padding: 35px 32px 21px 46px; }
.blog-recent-heading-btn h2 { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 120%; text-transform: capitalize; color: #000000; }
.blog-recent-btn a { font-family: 'Titillium Web'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 132.1%; text-transform: uppercase; color: #00C184; }
.blog-recent-btn { margin-top: 25px; }
.blog-recent-btn a svg { vertical-align: middle; margin-bottom: -9px; }
.blog-recent-heading-btn .same-height { display: inline-block; width: 100%; }

.blog-recent-post-main-wrap { position: relative; padding-bottom: 90px; }
.blog-recent-post-main-wrap:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background-image: url(https://4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/bg-img.png); z-index: -1; background-size: cover; background-position: center center; }

.hero-form-right form .hs-form-field  input[type="checkbox"] { width: 22px !important; height: 22px; border: 0px !important; outline: 0px !important; }
.hero-form-right form .hs-richtext { padding-left: 28px; }

.hero-form-right form .hs-form-field label { position: relative; }
.hero-form-right form .hs-form-field label input[type="checkbox"] { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.hero-form-right form .hs-form-field label input[type="checkbox"] + span:before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid #ffffff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; position: absolute; left: 0; top: 4px; }
.hero-form-right form .hs-form-field label input[type="checkbox"]:checked + span:after { content: ''; display: block; position: absolute; top: 6px; left: 5px; width: 4px; height: 8px; border: solid #000000; border-width: 0 1px 1px 0; transform: rotate(45deg); }
.hero-form-right form .hs-form-field label input[type="checkbox"] + span { padding-left: 26px; display: inline-block; }

.heading-image-video-wrap { text-align: center; }
.heading-image-video-wrap h2 { font-weight: 700; font-size: 46px; line-height: 130%; color: #05DB97; text-transform: uppercase; margin-bottom: 0px; }
.heading-image-video { margin-top: 27px; }
.heading-image-video-main-wrap { padding: 40px 0px; }
.heading-image-video img { width: 100%; max-width: 800px !important; vertical-align: top; }

.heading-image-video.video-set-wrap { max-width: auto; margin-left: auto; margin-right: auto; }

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1150px;} }
 

@media (min-width:768px) { 
  .menulinks,.mobile-shape { display:none; }
}

@media (max-width:1199px){

  .hero-form-right .legal-consent-container * { font-size: 14px; }
  .hero-form-right form input[type="submit"] { width: auto; }
  .hero-form-main-wrap { padding: 50px 0px 24px; }
  .hero-form-left-details h1 { font-size: 40px; }
  .hero-form-left-details-content { font-size: 17px; line-height: 26px; }
  .hero-form-left-details-list-wrap h5 { font-size: 21px; }
  .hero-form-left-details-list-wrap ul li,
  .hero-form-left-details-list-wrap ul li a { font-size: 17px; line-height: 26px; }
  .three-box-heading h2,
  .left-side-content-heading h2 { font-size: 30px; }
  .three-box-wrap { padding: 0px 27px; }
  .left-side-content { padding-top: 30px; }
  .left-side-content ul li { font-size: 17px; line-height: 26px; }
  .left-side-content-with-right-side-img-main-wrap { padding-left: 45px; padding-bottom: 50px; }
  .logo-heading { padding-left: 40px; padding-bottom: 15px; }
  .logo-list-main-wrap { padding: 34px 0px 30px; }
  
  .hero-img-main-wrap { padding: 50px 0px 24px 5.3%; }

  .about-heading { width: 30%; padding-right:15px; }
  .about-content { width: 40%; }
  .about-btn { width: 30%; }
  .about-btn a { font-size: 22px; padding: 8px 36px; }
  .heading-content-btn-main-wrap { padding: 38px 0px 55px; }

  .blog-recent-post-main-wrap { padding: 20px 0 60px; }
  .blog-recent-post-heading { margin-bottom: 15px; }
  .blog-tag-main-wrap { padding: 6px 25px 6px 20px; left: -11px; }
  .blog-recent-post-list { padding: 15px; }
  .blog-recent-heading-btn { padding: 25px 32px 21px 30px; }
  .blog-recent-btn { margin-top: 20px; }

  .heading-image-video-main-wrap { padding: 50px 0px; }
  .heading-image-video { margin-top: 17px; }


  
}
@media (max-width:991px){
  .hero-form-main-wrap { padding: 40px 0px 24px; }
  .hero-form-left-details { padding-right: 20px; }
  .hero-form-left-details h1 { font-size: 30px; }
  .hero-form-left-details h6 { font-size: 21px; }
  .hero-form-left-details-content,
  .hero-form-left-details-list-wrap ul li,
  .hero-form-left-details-list-wrap ul li a,
  .left-side-content ul li { font-size: 15px; line-height: 25px; }
  .hero-form-left-details-list-wrap h5 { line-height: 25px; margin-bottom: 7px; }
  .hero-form-right { padding: 24px 19px; }
  .hero-form-right form { margin-top: 0px; }
  .hero-form-right form input[type="submit"] { padding: 15px 18px !important; }
  .three-box-heading h2,
  .left-side-content-heading h2,
  .logo-heading h2 { font-size: 25px; line-height: 120%; }
  .three-box-heading { padding-bottom: 15px; }
  .three-box-wrap { padding: 0px; margin-left: -10px; margin-right: -10px; }
  .three-box-list-wrap { padding: 10px; }
  .three-box-list-content,
  .three-box-list-content-wrap h3 { font-size: 17px; }
  .left-side-content-with-right-side-img-main-wrap { padding-left: 26px; }
  .left-side-content-wrap { padding-right: 25px; }
  .logo-list-wrap img { vertical-align: top; }
  .logo-heading { padding-bottom: 10px; padding-left: 20px; }
  
  .hero-img-main-wrap { padding: 40px 0px 24px 2%; }

  .about-heading h2 { font-size: 22px; }
  .about-btn { padding-left: 15px; }
  .about-btn a { font-size: 18px; padding: 4px 28px; }
  .about-content { font-size: 18px; line-height: 24px; }
  .heading-content-btn-main-wrap { padding: 25px 0px 35px; }

  .blog-recent-post-heading h2 { font-size: 34px; }
  .blog-recent-post-list { width: calc(100% / 2); }
  .blog-recent-post-wrap { flex-flow: wrap; justify-content: center; }

  .heading-image-video-wrap h2 { font-size: 35px; line-height: normal; }
  
}
@media (max-width:767px){

  .hero-form-main-wrap { padding: 30px 0px 24px; }
  .hero-form-left-details-wrap { width: 100%; }
  .hero-form-right { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; margin-top: 25px; padding: 20px; }
  .hero-form-left-details { padding-right: 0; }
  .hero-form-left-details h6 { font-weight: 400; font-size: 24px; line-height: 130%; margin-bottom: 10px; }
  .hero-form-left-details h1 { font-size: 32px; line-height: 130%; }
  .hero-form-left-details-content,
  .hero-form-left-details-list-wrap ul li,
  .hero-form-left-details-list-wrap ul li a,
  .left-side-content ul li { font-weight: 400; font-size: 18px; line-height: 130%; color: #000000; }
  .hero-form-left-details-list-wrap h5 { font-weight: 700; font-size: 24px; line-height: 37px; text-transform: uppercase; }
  .hero-form-right h3 { margin-bottom: 0; font-weight: 700; font-size: 18px; line-height: 27px; text-transform: uppercase; }
  .hero-form-right form .hs-form-field .hs-input { height: 24px; width: 100% !important; border-radius: 2.29881px !important; }
  .hero-form-right form fieldset.form-columns-2 { display: flex; }
  .hero-form-right form .form-columns-2 .hs-form-field:first-child { padding-right: 4px; }
  .hero-form-right form .hs-form-field label { font-weight: 700; font-size: 12px; line-height: 18px; text-transform: capitalize; }
  .hero-form-right form .hs-form-field  input[type="checkbox"] { width: auto !important; }
  form .legal-consent-container .hs-form-booleancheckbox-display p { font-weight: normal; }
  .hero-form-right form input[type="submit"] { font-size: 14px; height: 39px; margin-top: 15px !important; }
  .three-box-list-img img { height: 61px; }
  .three-box-list-wrap { padding: 5px; }
  .three-box-wrap { margin-left: -5px; margin-right: -5px; }
  .three-box-list-content-wrap h3 { font-size: 18px; line-height: 27px; text-align: center; text-transform: uppercase; }
  .three-box-list-content { font-weight: 400; font-size: 12px; line-height: 150%; }
  .left-side-content-with-right-side-img-main-wrap { padding: 15px 15px 30px; flex-flow: wrap; }
  .left-side-content-wrap { width: 100%; padding-right: 0; }
  .right-side-img-wrap { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; }
  .three-box-heading h2,
  .left-side-content-heading h2,
  .logo-heading h2 { font-weight: 400; font-size: 24px; line-height: 112%; }
  .left-side-content { padding-top: 10px; }
  .left-side-content ul li:before,
  .hero-form-left-details-list-wrap ul li:before { width: 12px; height: 12px; left: -20px; }
  .left-side-content ul,
  .hero-form-left-details-list-wrap ul { padding-left: 21px; }
  .right-side-img-wrap img { max-height: 119px; object-fit: cover; vertical-align: top; }
  .logo-list-main-wrap { padding: 9px 0px 30px; }
  .logo-heading { padding-left: 15px; }

  #toggle { width: 34px; height: 19px; margin: 0px auto; display: inline-block; margin-right: 0; vertical-align: top;     position: relative; z-index: 55; }
  #toggle div { width: 100%; height: 2px; background: #ffffff; margin: 4px auto 7px; transition: all 0.3s; backface-visibility: hidden; }
  header#gaviti_header { background: #05DB97; padding: 7px 15px !important;     position: relative; }
  .gaviti_header_logo img { max-width: 62px; vertical-align: top !important; filter: brightness(1000); }
  #toggle div:first-child { margin-top: 0; }
  #toggle div:nth-child(2) { width: 19px; }

  body .gaviti_header_menu { position: absolute; top: 100%; left: 0; right: 0; width: 100%; text-align: left; background-color: #ffffff; padding: 15px; z-index: 22; margin-top: 2px; }
  body .gaviti_header_menu ul { padding-left: 0; }
  body .gaviti_header_menu ul li { width: 100%; display: inline-block; vertical-align: top; margin-right: 0 !important; line-height: 24px; }
  body .gaviti_header_menu ul li a { display: inline-block; vertical-align: baseline; width: 100%; font-size: 20px; line-height: 30px; color: #000000; }
  body .gaviti_header_buttons { width: 100%; text-align: center; flex-flow: wrap-reverse; justify-content: center; margin-top:10px; }
  body .gaviti_header_buttons a { width: 100%; margin-right: 0px; }
  body a.gaviti_header_demo_button { margin-top: 16px; background: #fff; color: #05db97; }
  body a.gaviti_header_login_button { color: #fff; }
  body a.gaviti_header_demo_button,body a.gaviti_header_login_button { font-size: 17px; }

  .mobile-open header#gaviti_header { background-color: #fff; }
  .mobile-open header#gaviti_header img { filter: unset; }
  .mobile-open header#gaviti_header { background-color: #fff; }
  .mobile-open header#gaviti_header img { filter: unset; }
  .mobile-open #toggle div:first-child { background: #000; width: 11px; transform: rotate(45deg) translate(5.5px, 6px); }
  .mobile-open #toggle div:last-child { background: #000; width: 11px; transform: rotate(-45deg) translate(0px, -1px); }
  .mobile-open #toggle div:nth-child(2) { display: none; }

  svg.mobile-shape {     position: absolute; right: 0px; width: 82px; display: none; z-index: 32; top:0px;}
  .mobile-open svg.mobile-shape { display: block; }
  .gaviti_header_buttons { display: none !important; }
  body.mobile-open { overflow: hidden; }
  body .gaviti_header_menu { height: calc(100vh - 55px); overflow-y: scroll !important; }
  .hero-img-main-wrap { padding: 30px 15px 24px; }

  .hero-image-right { width: 100%; text-align: center; margin-top: 15px; }
  .hero-image-right img { max-width: 330px !important; width: 100% !important; vertical-align: top; }
  .heading-content-btn-wrap { flex-flow: wrap; text-align: center; }
  .about-heading { width: 100%; padding-right: 0; }
  .about-content { width: 100%; font-weight: 400; font-size: 20px; line-height: 150%; margin-top: 6px; }
  .about-btn { width: 100%; text-align: center; justify-content: center; padding-left: 0; padding-top: 10px; }
  .about-heading h2 { font-weight: 700; font-size: 24px; line-height: 37px; }
  .heading-content-btn-main-wrap { padding: 25px 0px 30px; }

  footer#gaviti_footer .footer_cta { flex-flow: wrap !important;  }
  .footer_cta_icon { width: 100% !important; text-align: center !important; }
  .footer_cta_content { width: 100% !important; padding-left: 0 !important; }
  .footer_cta_icon img { max-width: 45px !important; height: auto !important; }
  .footer_cta_content h6 { font-size: 18px !important; line-height: normal !important; }
  a.footer_cta_button { margin-top: 15px !important; font-size: 15.5732px !important; line-height: 24px !important; padding: 10px 40px !important;     margin-top: 0px !important; }
  body:not(.home) footer#gaviti_footer { padding-top: 7vw !important; }
  .hero-form-left-details h4 { font-size: 24px; line-height: 37px; }
  .hero-simple-link a { font-weight: 400; font-size: 18px; line-height: 27px; }

  .blog-recent-post-heading h2 { font-size: 24px; line-height: 112%;  }
  .blog-recent-post-list { width: 100%; }
  .blog-recent-post-wrap { flex-flow: wrap; justify-content: center; max-width: 258px; }
  .blog-recent-post-main-wrap:after { height: 100%; }
  .blog-recent-post-img img { width: 100%; }
  .blog-recent-heading-btn h2 { font-size: 12.3246px; line-height: 120%; }
  .blog-recent-btn a { font-size: 12.3246px; line-height: 132.1%; }
  .blog-recent-btn a svg { width: 26px; height: 26px; margin-bottom: -1px; }
  .blog-recent-heading-btn { padding-bottom: 15px; }
  .blog-recent-post-main-wrap { padding: 20px 0 40px; }


}
body {
	margin: 0;
	padding: 6vw 0 0;
    font-family: Montserrat, sans-serif;
}
body.no-header {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #000;

}
header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding-bottom: 10px;
	z-index: 90;
	padding-top: 54px;
}
header a {
    font-family: "Titillium Web", sans-serif;
}
body:not(.logged-in) header#gaviti_header {
	display: flex;
	flex-wrap: wrap;
	padding: 1% 5% 0.5% 2%;
	align-items: center;
	justify-content: space-between;
	font-family: "Titillium Web", sans-serif;
    background: #fff;
}
.gaviti_header_logo {
	width: 8%;
}
.gaviti_header_logo img {
	width: 90%;
	vertical-align: super;
}
.gaviti_header_menu {
	width: 76%;
	text-align: center;
	padding-top: 0.5%;
}
.gaviti_header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gaviti_header_menu ul li {
	display: inline;
	margin-right: 2.2vw;
}
.gaviti_header_menu ul li a {
	color: #2c2d2c;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9vw;
	text-decoration: none;
}
.gaviti_header_menu .mega-menu-01 > a::after,
.gaviti_header_menu .mega-menu-02 > a::after,
.gaviti_header_menu .mega-menu-03 > a::after,
.gaviti_header_menu .mega-menu-04 > a::after,
.gaviti_header_menu .mega-menu-05 > a::after,
.gaviti_header_menu .mega-menu-06 > a::after,
.gaviti_header_menu .mega-menu-07 > a::after,
.gaviti_header_menu .mega-menu-08 > a::after,
.gaviti_header_menu .mega-menu-09 > a::after {
	display: inline-block;
	width: 0.3125vw;
	height: 0.3125vw;
	margin: 0 0 0 0.3645833333vw;
	vertical-align: top;
	border-right: 1px solid #01422d;
	border-bottom: 1px solid #01422d;
	transform: rotate(45deg);
	content: "";
}
.gaviti_header_menu .mega-menu-01 > a,
.gaviti_header_menu .mega-menu-02 > a,
.gaviti_header_menu .mega-menu-03 > a,
.gaviti_header_menu .mega-menu-04 > a,
.gaviti_header_menu .mega-menu-05 > a,
.gaviti_header_menu .mega-menu-06 > a,
.gaviti_header_menu .mega-menu-07 > a,
.gaviti_header_menu .mega-menu-08 > a,
.gaviti_header_menu .mega-menu-09 > a {
	display: inline-flex;
	align-items: center;
}
.gaviti_header_buttons {
	width: 16%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
a.gaviti_header_demo_button {
	display: inline-block;
	font-size: 0.95vw;
	color: #fff;
	text-decoration: none !important;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 100;
	padding: 0.5vw 1.8vw;
	background: #00c185;
	background: -moz-linear-gradient(left, #00c185 0%, #02da95 100%);
	background: -webkit-linear-gradient(left, #00c185 0%, #02da95 100%);
	background: linear-gradient(to right, #00c185 0%, #02da95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c185',endColorstr='#02da95',GradientType=1);
	margin-right: 2vw;
}
a.gaviti_header_login_button {
	text-decoration: underline;
	color: #00c184;
	font-size: 0.95vw;
	text-transform: uppercase;
}
.mega-menu {
	background-color: #f8f8f8;
	width: 75vw;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 3.9583333333vw 2.96875vw 2.5520833333vw 9.21875vw;
	opacity: 0;
	transition: opacity 0.4s;
	pointer-events: none;
}
.mega-menu-title {
	width: 28.6458333333vw;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 8.3333333333vw;
	line-height: 5.2083333333vw;
	font-size: 4.1666666667vw;
	font-weight: 700;
	transform: rotate(-90deg);
	transform-origin: left bottom 0;
	text-align: center;
	color: #01422d;
}
.mega-menu-list {
	display: flex;
	flex-wrap: wrap;
}
.mega-menu-list-item {
	position: relative;
	width: 25%;
	margin: 2.65625vw 0 0 0;
	padding: 0 1.0416666667vw;
	text-align: center;
}
.mega-menu-list-item:nth-child(1),
.mega-menu-list-item:nth-child(2),
.mega-menu-list-item:nth-child(3),
.mega-menu-list-item:nth-child(4) {
	margin-top: 0;
}
.mega-menu-list-caption {
	position: relative;
}
.mega-menu-icon {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 5vw;
	margin: 0 0 1.6145833333vw 0;
}
.mega-menu-icon img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.mega-menu-list-item:nth-child(1) .mega-menu-icon img {
	max-height: 4.1145833333vw;
}
.mega-menu-list-item:nth-child(2) .mega-menu-icon img {
    max-height:4.375vw
}
.mega-menu-list-item:nth-child(3) .mega-menu-icon img {
    max-height:4.4270833333vw
}
.mega-menu-list-item:nth-child(5) .mega-menu-icon img {
    max-height:3.6458333333vw
}
.mega-menu-list-item:nth-child(6) .mega-menu-icon img {
    max-height:4.1145833333vw
}
.mega-menu-list-item:nth-child(7) .mega-menu-icon img {
    max-height:4.3229166667vw
}
.mega-menu-list-item:nth-child(8) .mega-menu-icon img {
    max-height:4.375vw
}
.mega-menu-text {
	transition: color 0.4s;
	line-height: 1.5625vw;
	font-family: "Poppins", sans-serif;
	font-size: 1.0416666667vw;
	font-weight: 500;
	color: #01422d;
}
.mega-menu-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*hover*/
.gaviti_header_menu ul li a:hover {
	color: #00c487;
}
a.gaviti_header_demo_button:hover {
	background: #02da95;
	background: -moz-linear-gradient(left, #02da95 0%, #00c185 100%);
	background: -webkit-linear-gradient(left, #02da95 0%, #00c185 100%);
	background: linear-gradient(to right, #02da95 0%, #00c185 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02da95',endColorstr='#00c185',GradientType=1);
}
.gaviti_header_menu .hovered {
	position: relative;
	z-index: 9;
}
.gaviti_header_menu .mega-menu-01.hovered > a::after,
.gaviti_header_menu .mega-menu-02.hovered > a::after,
.gaviti_header_menu .mega-menu-03.hovered > a::after,
.gaviti_header_menu .mega-menu-04.hovered > a::after,
.gaviti_header_menu .mega-menu-05.hovered > a::after,
.gaviti_header_menu .mega-menu-06.hovered > a::after,
.gaviti_header_menu .mega-menu-07.hovered > a::after,
.gaviti_header_menu .mega-menu-08.hovered > a::after,
.gaviti_header_menu .mega-menu-09.hovered > a::after {
	margin-top: 0.2083333333vw;
	transform: rotate(-135deg);
}
.mega-menu--open {
	opacity: 1;
	pointer-events: auto;
}
.gaviti_header_menu .hovered::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -2.6041666667vw;
	left: 0;
	z-index: -1;
	content: "";
}
.mega-menu-list-caption:hover .mega-menu-icon img {
	-webkit-animation-name: pulse_animation;
	animation-name: pulse_animation;
	-webkit-animation-duration: 250ms;
	animation-duration: 250ms;
	-webkit-transform-origin: 70% 70%;
	transform-origin: 70% 70%;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	transform-origin: center center;
	animation-delay: 0s;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
}
.mega-menu-list-caption:hover .mega-menu-text {
	color: #00c184;
}
@keyframes pulse_animation {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	25% {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	75% {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

header.wow.mainPageHeader {
    display: none;
}

@media (max-width: 767px) {
    header#gaviti_header {
        display: none !important;
    }
    header.wow.mainPageHeader {
        display: block;
        background-color: #ffffff;
        padding-top: 30px;
        padding-bottom: 10px;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        position: fixed;
        z-index: 90;
    }
    header.wow.mainPageHeader .container {
        padding: 0 8% 2% 8%;
        position: relative;
        z-index: 9;
    }
    header.wow.mainPageHeader .row {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .row.nowrap {
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    header .logo img {
        margin-top: -10px;
        width: 90px;
    }
    header .right {
        position: relative;
    }
    .between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .menu_btn svg rect {
        fill: #000000;
    }
    .menu_btn .close {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0;
    }
    header .mobile_bg {
        background: #fff;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
        -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
        transition: all .6s cubic-bezier(.785,.135,.15,.86);
    }
    .backLines {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        display: none;
    }
    header .backLines {
        display: none;
        height: 100vh;
        -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
        -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
        transition: all .6s cubic-bezier(.785,.135,.15,.86);
        opacity: 0;
        pointer-events: none;
    }
    header.open .mobile_bg, header.open .mobile_row {
        height: -webkit-calc(100vh - 65px);
        height: calc(100vh - 65px);
        padding-bottom: 100px;
        padding-top: 10px;
        -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    transition: all .6s cubic-bezier(.785,.135,.15,.86);
    }
    header .mobile_row .wrap {
        padding-bottom: 7px;
        max-height: 70vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .mobile_row nav {
        display: block;
        margin-right: 0;
        text-align: center;
    }
    .mobile_row nav ol {
        padding: 0;
        text-align: left;
    }
    .mobile_row nav ol li {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .mobile_row nav li a {
        margin: 0;
        font-family: 'Titillium Web',sans-serif;
        font-size: 5vw;
        font-weight: 600;
        text-transform: uppercase;
    }
    .main_btn {
        height: 43px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        min-width: 203px;
        background: #0bc183;
        font-size: 16px;
        line-height: 14px;
        border: 0;
        outline: 0;
        cursor: pointer;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        text-decoration: none !important;
        min-height: 39px;
        padding: 7px 20px 4px;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #fff;
        position: relative;
        font-family: 'Titillium Web',sans-serif;
        font-weight: 600;
        padding: 0;
    }
    .mobile_row {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .mobile_row {
        /* padding-bottom: 65px; */
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    header .mobile_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
        -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
        transition: all .6s cubic-bezier(.785,.135,.15,.86);
    }
    .menu_btn.active .open {
        opacity: 0;
    }
    .menu_btn.active .close {
        opacity: 1;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }
    header.open .backLines {
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s;
        opacity: 1;
    }
    header.show .backLines {
        display: block !important;
    }
    body {
        padding: 25vw 0 0;
    }
}
.site-footer {
	padding: 2.2395833333vw 0 2.2395833333vw 0;
	color: #01422d;
}
@media (min-width: 91920px) {
	.site-footer {
		padding: 43px 0 43px 0;
	}
}
@media (max-width: 1025px) {
	.site-footer {
		padding: 8.1395348837vw 2.3255813953vw 9.3023255814vw 2.3255813953vw;
	}
}
body.page-template-page-home .site-footer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
body.page-template-page-home .site-footer:before {
	background: #01422d;
	display: block;
	width: 87.3958333333vw;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
@media (min-width: 91920px) {
	body.page-template-page-home .site-footer:before {
		width: 1678px;
	}
}
@media (max-width: 1025px) {
	body.page-template-page-home .site-footer:before {
		display: none;
	}
}
.site-footer a {
	color: inherit;
}
.site-footer .page-wrapper {
	width: 75vw;
	margin: 0 auto;
}
@media (min-width: 91920px) {
	.site-footer .page-wrapper {
		width: 1440px;
	}
}
@media (max-width: 1025px) {
	.site-footer .page-wrapper {
		width: auto;
		margin: 0;
	}
}
@media (max-width: 1025px) {
	.site-footer-top {
		padding: 0 0 1.3953488372vw 0;
	}
}
.site-footer-top-title {
	margin: 0 0 1.1979166667vw 0;
	letter-spacing: 0.015625vw;
	line-height: 1.7708333333vw;
	font-family: "Poppins", sans-serif;
	font-size: 1.5625vw;
	font-weight: 500;
	color: #01422d;
}
@media (min-width: 91920px) {
	.site-footer-top-title {
		margin: 0 0 23px 0;
		letter-spacing: 0.3px;
		line-height: 34px;
		font-size: 30px;
	}
}
@media (max-width: 1025px) {
	.site-footer-top-title {
		margin: 0 0 2.7906976744vw 0;
		letter-spacing: 0.0697674419vw;
		line-height: 7.9069767442vw;
		font-size: 5.5813953488vw;
	}
}
.site-footer-top-list {
	display: flex;
	margin: 0 0 0 -0.8333333333vw;
}
@media (min-width: 91920px) {
	.site-footer-top-list {
		margin: 0 0 0 -16x;
	}
}
@media (max-width: 1025px) {
	.site-footer-top-list {
		overflow-x: auto;
		margin: 0 0 0 -1.8604651163vw;
		-ms-overflow-style: none;
		scrollbar-width: none;
        justify-content: space-between;
	}
}
@media (max-width: 1025px) {
	.site-footer-top-list::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}
.site-footer-top-list-item {
	margin: 0 0.46875vw 1.09375vw 0;
}
@media (min-width: 91920px) {
	.site-footer-top-list-item {
		margin: 0 9px 21px 0;
	}
}
@media (max-width: 1025px) {
	.site-footer-top-list-item {
		margin: 0 -1.3953488372vw 0 0;
        width: 25%;
	}
}
.site-footer-top-list-item figure {
	margin: 0;
}
.site-footer-top-list-item figure img {
	width: auto;
	max-width: none;
	height: auto;
	max-height: 8.6458333333vw;
}
@media (min-width: 91920px) {
	.site-footer-top-list-item figure img {
		max-height: 166px;
	}
}
@media (max-width: 1025px) {
	.site-footer-top-list-item figure img {
		max-height: 38.6046511628vw;
        max-width: 100%;
	}
}
.site-footer-bottom {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1025px) {
	.site-footer-bottom {
		display: block;
		padding: 9.3023255814vw 0 0 0;
		border-top: 1px solid #01422d;
	}
}
.site-footer-bottom .column-left {
	width: 25.4166666667vw;
}
@media (min-width: 91920px) {
	.site-footer-bottom .column-left {
		width: 488px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom .column-left {
		width: auto;
		padding: 0 0 6.976744186vw 0;
	}
}
.site-footer-bottom .column-middle {
	width: 10.4166666667vw;
}
@media (min-width: 91920px) {
	.site-footer-bottom .column-middle {
		width: 200px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom .column-middle {
		width: auto;
		padding: 0 0 6.976744186vw 0;
	}
}
.site-footer-bottom .column-right {
	width: 27.1875vw;
}
@media (min-width: 91920px) {
	.site-footer-bottom .column-right {
		width: 522px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom .column-right {
		width: auto;
	}
}
.site-footer-bottom-title {
	margin: 0 0 0.5208333333vw 0;
	line-height: 0.9375vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.7291666667vw;
	font-weight: 500;
}
@media (min-width: 91920px) {
	.site-footer-bottom-title {
		margin: 0 0 10px 0;
		line-height: 18px;
		font-size: 14px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom-title {
		margin: 0 0 2.3255813953vw 0;
		line-height: 4.1860465116vw;
		font-size: 3.2558139535vw;
	}
}
.site-footer-bottom-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 1025px) {
	.site-footer-bottom-buttons {
		display: block;
	}
}
.site-footer-bottom-buttons-item {
	width: 8.3333333333vw;
	margin: 0 0 0.5208333333vw 0;
	line-height: 0.9375vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.7291666667vw;
}
@media (min-width: 91920px) {
	.site-footer-bottom-buttons-item {
		width: 160px;
		margin: 0 0 10px 0;
		line-height: 18px;
		font-size: 14px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom-buttons-item {
		width: auto;
		margin: 0 0 2.3255813953vw 0;
		line-height: 4.1860465116vw;
		font-size: 3.2558139535vw;
	}
}
.site-footer-bottom-buttons-item:nth-child(2n) {
	width: 15.2083333333vw;
}
@media (min-width: 91920px) {
	.site-footer-bottom-buttons-item:nth-child(2n) {
		width: 292px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom-buttons-item:nth-child(2n) {
		width: auto;
	}
}
.site-footer-bottom-menu {
	line-height: 0.9375vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.7291666667vw;
	font-weight: 500;
}
@media (min-width: 91920px) {
	.site-footer-bottom-menu {
		line-height: 18px;
		font-size: 14px;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom-menu {
		line-height: 4.1860465116vw;
		font-size: 3.2558139535vw;
	}
}
.site-footer-bottom-menu-item {
	margin: 0 0 0.5208333333vw 0;
}
@media (min-width: 91920px) {
	.site-footer-bottom-menu-item {
		margin: 0 0 10px 0;
	}
}
@media (max-width: 1025px) {
	.site-footer-bottom-menu-item {
		margin: 0 0 2.3255813953vw 0;
	}
}
.site-footer .site-footer-form {
	padding: 0 0 0.7291666667vw 0;
}
@media (min-width: 91920px) {
	.site-footer .site-footer-form {
		padding: 0 0 14px 0;
	}
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form {
		padding: 0 0 3.2558139535vw 0;
	}
}
.site-footer .site-footer-form h2 {
	margin: -0.3645833333vw 0 0.9375vw 0;
	line-height: 1.4583333333vw;
	font-family: "Poppins", sans-serif;
	font-size: 1.1458333333vw;
	font-weight: 500;
	color: #01422d;
}
@media (min-width: 91920px) {
	.site-footer .site-footer-form h2 {
		margin: -7px 0 18px 0;
		line-height: 28px;
		font-size: 22px;
	}
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form h2 {
		margin: 0 0 5.1162790698vw 0;
		padding: 0 6.976744186vw 0 0;
		line-height: 6.976744186vw;
		font-size: 4.6511627907vw;
	}
}
.site-footer .site-footer-form > p {
	margin: 0;
}
.site-footer .site-footer-form > p > br {
	display: none;
}
.site-footer .site-footer-form > p .button-style-1,
.site-footer .site-footer-form > p .page-resource-hero-text p a,
.page-resource-hero-text p .site-footer .site-footer-form > p a {
	background: #01422d;
	height: 2.0833333333vw;
	margin: 0 0 0.625vw 0;
	padding: 0.5208333333vw 1.4583333333vw 0.5208333333vw 1.4583333333vw;
	border: none;
	border-radius: 2.0833333333vw;
	transition: background 0.4s, color 0.4s;
	line-height: 1.0416666667vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.78125vw;
	font-weight: 700;
	color: #00c184;
	cursor: pointer;
	display: inline-flex;
}
@media (min-width: 91920px) {
	.site-footer .site-footer-form > p .button-style-1,
	.site-footer .site-footer-form > p .page-resource-hero-text p a,
	.page-resource-hero-text p .site-footer .site-footer-form > p a {
		height: 40px;
		margin: 0 0 12px 0;
		padding: 10px 28px 10px 28px;
		border-radius: 40px;
		line-height: 20px;
		font-size: 15px;
	}
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form > p .button-style-1,
	.site-footer .site-footer-form > p .page-resource-hero-text p a,
	.page-resource-hero-text p .site-footer .site-footer-form > p a {
		height: 9.7674418605vw;
		margin: 0 0 2.7906976744vw 0;
		padding: 2.5581395349vw 6.511627907vw 2.5581395349vw 6.511627907vw;
		border-radius: 9.3023255814vw;
		line-height: 4.6511627907vw;
		font-size: 4.6511627907vw;
	}
}
.site-footer .site-footer-form > p .button-style-1:hover,
.site-footer .site-footer-form > p .page-resource-hero-text p a:hover,
.page-resource-hero-text p .site-footer .site-footer-form > p a:hover {
	background: #00c184;
	color: #01422d;
}
.site-footer .site-footer-form .hbspt-form {
	display: block;
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form .hbspt-form {
		padding: 0 0 6.2790697674vw 0;
	}
}
.site-footer .site-footer-form .hbspt-form .hs-form {
	display: flex;
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form .hbspt-form .hs-form {
		display: block;
	}
}
.site-footer .site-footer-form .hbspt-form .hs-form .hs-email {
	width: 19.2708333333vw;
	margin: 0 0.5729166667vw 0 0;
}
@media (min-width: 91920px) {
	.site-footer .site-footer-form .hbspt-form .hs-form .hs-email {
		width: 370px;
		margin: 0 11px 0 0;
	}
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form .hbspt-form .hs-form .hs-email {
		width: 95.3488372093vw;
		margin: 0 0 3.2558139535vw 0;
	}
}
.site-footer .site-footer-form .hbspt-form .hs-form .hs-email input {
	background: none;
	width: 100%;
	height: 2.0833333333vw;
	border: 1px solid #01422d;
	border-radius: 4px;
	vertical-align: top;
	line-height: 0.9375vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.7291666667vw;
	font-weight: 400;
	color: #01422d;
}
@media (min-width: 91920px) {
	.site-footer .site-footer-form .hbspt-form .hs-form .hs-email input {
		height: 40px;
		line-height: 18px;
		font-size: 14px;
	}
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form .hbspt-form .hs-form .hs-email input {
		height: 9.3023255814vw;
		padding: 2.3255813953vw 2.7906976744vw 2.3255813953vw 2.7906976744vw;
		line-height: 4.1860465116vw;
		font-size: 3.2558139535vw;
	}
}
.site-footer .site-footer-form .hbspt-form .hs-form .hs-submit input {
	background: #01422d;
	height: 2.0833333333vw;
	margin: 0;
	padding: 0.5208333333vw 1.4583333333vw 0.5208333333vw 1.4583333333vw;
	border: none;
	border-radius: 2.0833333333vw;
	transition: background 0.4s, color 0.4s;
	line-height: 1.0416666667vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.78125vw;
	font-weight: 700;
	color: #00c184;
	cursor: pointer;
}
@media (min-width: 91920px) {
	.site-footer .site-footer-form .hbspt-form .hs-form .hs-submit input {
		height: 40px;
		padding: 10px 28px 10px 28px;
		border-radius: 40px;
		line-height: 20px;
		font-size: 15px;
	}
}
@media (max-width: 1025px) {
	.site-footer .site-footer-form .hbspt-form .hs-form .hs-submit input {
		height: 9.7674418605vw;
		padding: 2.5581395349vw 6.511627907vw 2.5581395349vw 6.511627907vw;
		border-radius: 9.3023255814vw;
		line-height: 4.6511627907vw;
		font-size: 4.6511627907vw;
	}
}
.site-footer .site-footer-form .hbspt-form .hs-form .hs-submit input:hover {
	background: #00c184;
	color: #01422d;
}
.site-footer-social {
	display: flex;
	margin: 0 0 1.1458333333vw 0;
}
@media (min-width: 91920px) {
	.site-footer-social {
		margin: 0 0 22px 0;
	}
}
@media (max-width: 1025px) {
	.site-footer-social {
		margin: 0 0 1.3953488372vw 0;
	}
}
.site-footer-social-item {
	margin: 0 0.8854166667vw 0 0;
	position: relative;
}
@media (min-width: 91920px) {
	.site-footer-social-item {
		margin: 0 17px 0 0;
	}
}
@media (max-width: 1025px) {
	.site-footer-social-item {
		margin: 0 3.9534883721vw 0 0;
	}
}
.site-footer-social-item:before {
	background-color: #01422d;
	display: block;
	width: 1px;
	overflow: hidden;
	position: absolute;
	top: 0.15625vw;
	bottom: 0.3125vw;
	left: -0.46875vw;
	content: "";
}
@media (min-width: 91920px) {
	.site-footer-social-item:before {
		top: 3px;
		bottom: 6px;
		left: -9px;
	}
}
@media (max-width: 1025px) {
	.site-footer-social-item:before {
		top: 0.6976744186vw;
		bottom: 1.3953488372vw;
		left: -2.0930232558vw;
	}
}
.site-footer-social-item:nth-child(1):before {
	display: none;
}
.site-footer-social-item img {
	width: auto;
	height: 0.8333333333vw;
	transition: transform 0.4s;
}
@media (min-width: 91920px) {
	.site-footer-social-item img {
		height: 16px;
	}
}
@media (max-width: 1025px) {
	.site-footer-social-item img {
		height: 3.7209302326vw;
	}
}
.site-footer-social-item a:hover img {
	transform: scale(1.1);
}
.site-footer-info {
	line-height: 0.9375vw;
	font-family: "Poppins", sans-serif;
	font-size: 0.7291666667vw;
}
@media (min-width: 91920px) {
	.site-footer-info {
		line-height: 18px;
		font-size: 14px;
	}
}
@media (max-width: 1025px) {
	.site-footer-info {
		line-height: 4.1860465116vw;
		font-size: 3.2558139535vw;
	}
}
.site-footer-info p {
	margin: 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 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-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-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Blog style */
.blog-comments .comment-date {
  display: block;
}

/* Bg Pattern */
.char {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
}

.char .line {
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#f7f8f8),color-stop(0,#f7f8f8),color-stop(80%,#e7e7e7));
  background: -o-linear-gradient(left,#f7f8f8 0,#f7f8f8 0,#e7e7e7 80%);
  background: linear-gradient(to right,#f7f8f8 0,#f7f8f8 0,#e7e7e7 80%);
  height: 300px;
  width: 500vw;
  position: absolute;
  left: 7.5vw;
  top: 100vh;
  -webkit-transform: rotate(-68deg);
  -ms-transform: rotate(-68deg);
  transform: rotate(-68deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  left: 16.5vw;
  background: #f4f4f4;
}

.char .line2 {
  left: 59vw;
  -webkit-transform: rotate(-37.3deg) translateX(-10%);
  -ms-transform: rotate(-37.3deg) translateX(-10%);
  transform: rotate(-37.3deg) translateX(-10%);
}

.char .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: inherit;
}

.char:after {
  content: "";
  display: table;
  clear: both;
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.blog-header .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-blog-listing , .hs-blog-post {
  margin-top: 177px;
}

.blog-header {
  text-align: left;
}

.blog-header__title {
  font-size: 46px;
  line-height: 1.34782608696;
  margin: 0;
}

.popular-posts-slider-inner {
  background: #fff;
  position: relative;
}

.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 10;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.popular-posts-slider .page-center {
  padding-top: 37px;
  padding-bottom: 30px;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #333539;
  opacity: .5;
  margin: 0 6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
}

.slick-dots li:hover {
  opacity: 1;
}

.slick-dots li.slick-active {
  opacity: 1;
  background: #0bc183;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: 0 0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 2px;
  outline: 0;
  border: 0;
}

.slick-next.slick-arrow {
  right: -58px;
  left: auto;
}

.slick-prev.slick-arrow {
  left: -58px;
  right: auto;
}

.pop-post-main {
  padding: 40px;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pop-post-main .hs-featured-image-wrapper {
  margin-right: 60px;
  position: relative;
  width: 620px;
  overflow: hidden;
}

.pop-post-main .hs-featured-image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.pop-post-main .hs-featured-image-wrapper img {
  display: block;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  max-width: 100%;
  width: 100%;
}

.pop-post-main .hs-featured-image-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pop-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 540px;
  padding-top: 41px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pop-post-main h3 {
  margin-bottom: 13px;
  font-size: 32px;
  line-height: 1.1875;
  color: #333539;
  letter-spacing: 0;
  font-weight: 400;
}

.pop-post-text {
  letter-spacing: -.05px;
  color: #333539;
  opacity: .5;
  font-size: 18px;
  line-height: 1.33333333333;
}

.pop-post-no-img .pop-post-content {
  max-width: 100%;
}

.top-news-wrapper {
  margin-top: 31px;
}

.top-news-wrapper .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-news-inner {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.top-news-left {
  width: 58%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-news-right {
  width: 42%;
  position: relative;
  background: -webkit-gradient(linear,left top,left bottom,from(#0bc183),to(#1a8d66));
  background: -o-linear-gradient(top,#0bc183 0,#1a8d66 100%);
  background: linear-gradient(180deg,#0bc183 0,#1a8d66 100%);
  padding: 40px 120px 38px 36px;
  overflow: hidden;
}

.top-news-item {
  background: #fff;
  padding: 43px 30px 37px 56px;
  margin-bottom: 20px;
}

.top-news-item-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 91px;
}

.top-news-item-inner h4 {
  font-size: 28px;
  line-height: 1.28571428571;
  margin-bottom: 0;
  padding-right: 30px;
  letter-spacing: 0;
}

.top-news-item-inner a {
  display: block;
}

.top-news-item-inner a:hover {
  text-decoration: underline;
}

.top-news-right .char {
  display: block;
  z-index: unset;
}

.char.small .line {
  height: 123px;
  right: -85px;
  left: auto;
  top: 100%;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(40deg) translate(0,136px);
  -ms-transform: rotate(40deg) translate(0,136px);
  transform: rotate(40deg) translate(0,136px);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#00d58c),color-stop(0,#00d58c),color-stop(80%,#26e7a6));
  background: -o-linear-gradient(left,#00d58c 0,#00d58c 0,#26e7a6 80%);
  background: linear-gradient(to right,#00d58c 0,#00d58c 0,#26e7a6 80%);
  opacity: .2;
}

.char.small .line2 {
  -webkit-transform: rotate(71deg) translateX(0);
  -ms-transform: rotate(71deg) translateX(0);
  transform: rotate(71deg) translateX(0);
}

.top-news-right-wrap h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.28571428571;
  margin-bottom: 13px;
  letter-spacing: 0;
}

.top-news-right-wrap .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.22222222222;
  letter-spacing: .2px;
  color: #fff;
  margin-bottom: 13px;
}

.top-news-right-wrap .text p {
  margin-bottom: 0;
}

.top-news-right-wrap form , .subscribe-box-content form {
  padding: 0;
  background-color: transparent;
  margin-top: 19px;
  position: relative;
  max-width: unset;
}

.subscribe-box-content form {
  width: 339px;
  margin-top: 37px;
  max-width: 100%;
}

.top-news-right-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 5;
}

.top-news-right-wrap form .hs-form-required , .subscribe-box-content .hs-form-required {
  display: none;
}

.top-news-right-wrap form .field {
  margin: 0;
}

.top-news-right-wrap form input[type="email"] , .subscribe-box-content form input[type="email"] {
  padding: 13px 18px;
  background: 0 0;
  border: 1px solid rgba(255,255,255,.7);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-family: Formular;
  font-size: 14px;
  line-height: 1.21428571429;
  max-width: unset;
}

.top-news-right-wrap form input[type="email"]:focus , .subscribe-box-content form input[type="email"]:focus {
  color: #111;
}

.top-news-right-wrap form input[type="email"]::-webkit-input-placeholder , .subscribe-box-content form input[type="email"]::-webkit-input-placeholder {
  color: rgba(255,255,255,.7);
}

.top-news-right-wrap form .hs-button , .subscribe-box-content .hs-button {
  min-width: 145px;
  background: #fff;
  color: #0bc183;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: Monument Extended;
  font-size: 12px;
  line-height: 1.16666666667;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  min-height: 45px;
  padding: 7px 20px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  margin: 0;
  font-weight: normal;
  top: 0;
  right: 0;
}

.top-news-right-wrap form .hs-button:hover ,
.top-news-right-wrap form .hs-button:focus , 
.subscribe-box-content .hs-button:hover ,
.subscribe-box-content .hs-button:focus {
  background: #000;
  opacity: 1;
  color: #fff;
}

.hs-blog-listing .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.listing-category {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 26px;
}

ul.listing-category li {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.1875;
  font-family: Monument Extended;
  margin-right: 28px;
}

ul.listing-category li a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  font-family: inherit;
  opacity: .2;
}

ul.listing-category li:last-child {
  margin-right: 0;
}

ul.listing-category li a.active , ul.listing-category li a:hover {
  opacity: 1;
}

ul.listing-category li a.active {
  cursor: default;
}

.blog-index {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.post-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.post-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: drop-shadow(0 10px 6px rgba(0, 0, 0, .2));
  filter: drop-shadow(0 10px 6px rgba(0, 0, 0, .2));
}

.post-item a {
  background: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}

.post-item-img {
  overflow: hidden;
  margin-bottom: 23px;
}

.post-item .hs-featured-image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.post-item .post-item-img:hover .hs-featured-image-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item .content {
  padding: 0 16px;
}

.post-item h5 {
  font-size: 16px;
  line-height: 1.25;
  padding-right: 10px;
  margin-bottom: 6px;
}

.post-item .text {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.28571428571;
  max-width: 200px;
  color: #333539;
}

.post-item-img {
  max-height: 52.875vw;
}

.post-item .hs-featured-image-wrapper {
  min-height: 52.875vw;
}

.bottom-subscribe-box {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  margin-top: 40px;
  padding-top: 23px;
  position: relative;
  overflow: hidden;
  background: #0bc183;
  min-height: 491px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-subscribe-box .char {
  left: 0;
  right: auto;
  width: 47vw;
  display: block;
  z-index: unset;
}

.bottom-subscribe-box .char .line1 {
  right: -110px;
}

.bottom-subscribe-box .char .line2 {
  height: 146px;
}

.bottom-subscribe-box .page-center {
  margin: auto;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bottom-subscribe-box .page-center-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-box-image {
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.subscribe-box-image img {
  position: absolute;
  left: -3px;
  right: 0;
  top: 41%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  max-width: 100%;
  width: 629.32px;
}

.subscribe-box-outer {
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.subscribe-box-inner {
  background: 0 0;
  max-width: 523px;
  padding: 0;
  position: relative;
}

.subscribe-box-content {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 5;
}

.subscribe-box-content h4 {
  font-size: 36px;
  line-height: 1.22222222222;
  margin-bottom: 9px;
  color: #fff;
  letter-spacing: 0;
}

.subscribe-box-content .text {
  max-width: 455px;
  font-weight: 300;
  font-family: Formular;
  font-size: 18px;
  line-height: 1.22222222222;
  letter-spacing: .2px;
  color: #fff;
  margin-bottom: 13px;
}

.subscribe-box-content .text p {
  margin: 0;
  letter-spacing: normal;
}

ul.blog-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.33333333333;
}

.hs-blog-post .blog-header {
  margin-top: 31px;
  z-index: 5;
  position: relative;
}

ul.blog-breadcrumb li {
  font-family: Monument Extended;
  font-size: 16px;
  line-height: 1.1875;
  color: #000;
  display: inline-block;
  padding-right: 8px;
  text-transform: capitalize;
}

ul.blog-breadcrumb li:last-child {
  padding-right: 0;
}

ul.blog-breadcrumb li a {
  color: #959799;
  position: relative;
  min-height: 26px;
  display: inline-block;
  text-decoration: none!important;
  font-family: inherit;
}

ul.blog-breadcrumb li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(52% - 5px);
  width: calc(52% - 5px);
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 100%;
}

ul.blog-breadcrumb li a:after {
  width: 28%;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

ul.blog-breadcrumb li a span:after {
  content: "/";
  margin-left: 15px;
}

ul.blog-breadcrumb li a:hover:before , 
ul.blog-breadcrumb li a:hover:after {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.blog-post-content {
  margin-top: 45px;
  padding-bottom: 113px;
  background: #fff;
  padding-top: 61px;
}

.blog-post-content .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.blog-post-content:after {
  content: "";
  display: table;
  clear: both;
}

.blog-post-content .content-wrapper:before {
  content: '';
  position: absolute;
  right: -webkit-calc(100% - 130px);
  right: calc(100% - 130px);
  top: -80px;
  bottom: -200px;
  background: #f7f8f8;
  width: 100vw;
}

.blog-post-content .content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.blog-post-top {
  padding-left: 121px;
  margin-bottom: 144px;
  position: relative;
  z-index: 9;
}

.post-top-inner {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.post-top-content {
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 42px;
  padding-top: 60px;
  width: 49%;
}

.hs-featured-image-wrapper.post-top-img {
  width: 51%;
  margin-right: -11px;
  border: 1px solid rgba(0,0,0,.1);
  padding: 30px;
  position: relative;
}

.hs-featured-image-wrapper.post-top-img img {
  width: 100%;
}

.post-top-content a {
  color: #0bc183;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: table;
}

.post-top-content a:hover {
  color: #0bc183;
  text-decoration: underline;
}

h1.post-top-entry-title {
  color: #000;
  max-width: 580px;
  margin-left: -4px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: Monument Extended;
}

.blog-inner-separator-border {
  display: block;
  width: 100%;
  height: 5px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}

.blog-inner-separator {
  position: relative;
  z-index: 5;
  margin-top: 44px;
  margin-bottom: 119px;
  height: 5px;
}

.blog-post {
  max-width: unset;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.blog-post__body {
  padding: 0 241px;
  font-size: 20px;
  line-height: 1.5;
}

.social-share {
  left: 121px;
  top: 0;
  position: absolute;
}

.social-share.sticky.fixed {
  left: unset;
  margin-left: 121px;
}

.social-share a {
  margin-right: 0;
  margin-bottom: 19px;
  display: table;
}

.social-share a:last-child {
  margin: 0;
}

.social-share a svg {
  display: block;
}

.social-share a:hover svg path.hover {
  fill: #000;
}

.blog-comments {
  margin-top: 50px;
}

.blog-comments form {
  margin-top: 40px;
}

.blog-comments form .hs-input {
  max-width: unset;
}

.blog-comments .hs-button {
  margin-bottom: 0;
}

.hs-blog-post .bottom-subscribe-box {
  margin-top: 0;
}

.related-posts-slider {
  margin-top: 90px;
  padding-bottom: 84px;
}

.related-posts-slider .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.related-posts-title span {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .12em;
  font-family: Formular;
  text-transform: uppercase;
  color: #0bc183;
  display: table;
  margin-bottom: 18px;
}

.related-posts-title h4 {
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.28571428571;
}

.related-posts-item-inner {
  margin-right: 20px;
}

.related-posts-item-inner a {
  display: block;
}

.related-img {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 17.5vw;
}

.related-img-outer {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.related-img-outer:hover .related-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.related-posts-item-inner h5 {
  max-width: 340px;
  font-size: 16px;
  line-height: 1.25;
  padding-right: 10px;
  margin-bottom: 6px;
}

.slick-arrow {
  font-size: 0;
  width: 26px;
  height: 26px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 2px;
}

.slick-arrow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 30px;
  height: 30px;
}

.slick-prev.slick-arrow {
  background: url(//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/raw_assets/public/Gaviti_June2020/images/arrow-left.svg) no-repeat center;
}

.slick-next.slick-arrow {
  background: url(//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/raw_assets/public/Gaviti_June2020/images/arrow-right.svg) no-repeat center;
}

.hs-blog-post .char .line {
  opacity: .54;
  left: 12.5vw;
}

.hs-blog-post .char .line2 {
  display: none;
}

.hs-blog-post .char {
  z-index: unset;
  position: static;
}

.subscribe-box-content h4 br {
  display: none;
}

.bottom-subscribe-box .char .line1 {
  height: 146px;
}

.top-news-right-wrap form .field, 
.subscribe-box-content form .field {
  margin: 0;
}

.bottom-subscribe-box .char {
  position: absolute;
}

.hs-blog-listing .top-pattern ,
.hs-blog-post .top-pattern  {
  display: none;
}

.copy-url-sidebar {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 281;
  pointer-events: none;
}

.copy-url-sidebar-bg.popup_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: initial;
  z-index: 280;
  display: none;
  opacity: 0;
}

.copy-url-sidebar-inner {
  pointer-events: initial;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49.6vw;
  margin: auto;
  z-index: 281;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 550px;
  will-change: transform;
  right: -100vw;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.copy-url-sidebar-close {
  position: absolute;
  top: 53px;
  right: 116px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  min-width: initial;
}

.copy-url-sidebar-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.copy-url-sidebar-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  padding: 95px 0 0;
}

.copy-url-sidebar-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  padding: 0 50px 50px;
  width: 100%;
  max-width: initial;
  margin: auto;
}

.copy-url-sidebar p {
  font-family: Formular;
  font-size: 18px;
  line-height: 1.22222222222;
  color: #333539;
  opacity: .5;
  margin-bottom: 1.5em;
}

.copy-url-sidebar-bg.popup_bg.dark {
  background-color: rgba(0,0,0,.6);
}

.copy-url-sidebar-bg.popup_bg.dark + .copy-url-sidebar-inner {
  right: 0;
  visibility: visible;
}

@media (min-width: 768px) {
  .post-item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-item-img {
    max-height: 28.013vw;
  }

  .post-item .hs-featured-image-wrapper {
    min-height: 28.013vw;
  }
}

@media (min-width: 992px) {
  .post-item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .post-item-img {
    max-height: 16.94vw;
  }

  .post-item .hs-featured-image-wrapper {
    min-height: 16.94vw;
  }

  .social-share.sticky.fixed a {
    position: relative;
    z-index: -1;
  }
  
  .social-share.sticky.fixed:hover a,
  .social-share.sticky.fixed a:hover {
    z-index: unset;
    position: unset;
  }  
}

@media (min-width: 1200px) {
  .post-item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .post-item-img {
    max-height: 11.02vw;
  }

  .post-item .hs-featured-image-wrapper {
    min-height: 11.02vw;
  }
}

@media (min-width: 1481px) {
  h1.post-top-entry-title {
    font-size: 54px;
    line-height: 1.18518518519;
  }
}

@media (max-width: 1480px) {
  .pop-post-text {
    font-size: 16px;
    line-height: 1.375;
  }

  .blog-header__title {
    font-size: 35px;
  }

  .top-news-right {
    padding-right: 70px;
  }

  .top-news-right-wrap h4 {
    font-size: 21px;
    line-height: 1.2380952381;
  }

  .top-news-item-inner {
    min-height: 60px;
  }

  .top-news-item-inner h4 {
    font-size: 21px;
    line-height: 1.2380952381;
  }

  .blog-post-content {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .blog-post__body {
    padding: 0 150px;
  }
  
  .blog-post-content .content-wrapper:before {
    right: calc(100% - 100px);
  }
  .blog-post-top {
    margin-bottom: 70px;
  }

  .social-share {
    left: 95px;
  }

  .social-share.sticky.fixed {
    left: unset;
    margin-left: 95px;
  }
  .related-posts-title h4 {
    font-size: 21px;
    line-height: 1.2380952381;
  }
}

@media (max-width: 1380px) {
  .blog-post-top {
    padding-left: 60px;
  }
}

@media (max-width: 1280px) {
  .pop-post-main h3 {
    font-size: 22px;
    line-height: 1.36363636364;
  }

  .blog-header__title {
    font-size: 28px;
  }

  .top-news-item {
    padding: 30px;
  }

  .top-news-item-inner h4 {
    font-size: 18px;
    line-height: 1.44444444444;
  }

  .top-news-right {
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .top-news-left {
    width: 60%;
  }

  .top-news-right-wrap h4 {
    font-size: 16px;
    line-height: 1.625;
  }

  .top-news-right-wrap form .hs-button , .subscribe-box-content form .hs-butto {
    min-width: 125px;
  }

  h1.post-top-entry-title {
    font-size: 28px;
    line-height: 1.35714285714;
  }

  .blog-post__body {
    font-size: 18px;
    line-height: 1.33333333333;
  }

  .blog-post-content .content-wrapper:before {
    right: calc(100% - 50px);
  }

  .slick-next.slick-arrow {
    right: -40px;
  }

  .slick-prev.slick-arrow {
    left: -40px;
  }

  .related-posts-title h4 {
    font-size: 16px;
    line-height: 1.625;
  }
  .copy-url-sidebar-close {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 1180px) {
  .pop-post-main .hs-featured-image-wrapper {
    width: 45%;
    min-width: 380px;
  }

  .pop-post-content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}

@media (max-width: 991px) {
  .pop-post-main {
    padding: 30px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pop-post-main .hs-featured-image-wrapper {
    min-width: initial;
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 0;
  }

  .pop-post-content {
    padding-top: 27px;
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 0;
    max-width: unset;
  }

  .pop-post-main h3 {
    margin-bottom: 7px;
  }

  .blog-header__title {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 1.30555555556;
  }

  .hs-blog-listing , .hs-blog-post {
    margin-top: 80px;
    overflow-x: hidden;
  }

  .blog-header .page-center {
    padding-top: 31px;
    padding-bottom: 3px;
  }

  .popular-posts-slider .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-news-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-news-left {
    width: 100%;
  }

  .top-news-right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
    padding-top: 82px;
  }

  .top-news-right-wrap h4 {
    font-size: 22px;
    line-height: 1.36363636364;
  }

  .top-news-item {
    margin-bottom: 20px;
  }

  .top-news-item-inner h4 {
    padding: 0;
  }

  .top-news-wrapper .page-center {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .post-item {
    margin-bottom: 20px;
  }

  .post-item .text {
    max-width: initial;
    padding-right: 20px;
  }

  .post-item h5 {
    margin-bottom: 13px;
  }

  .post-item-img {
    margin-bottom: 27px;
  }

  .top-news-right-wrap form {
    margin-top: 12px;
  }

  .bottom-subscribe-box {
    margin-top: 10px;
    min-height: 350px;
  }

  .subscribe-box-image img {
    left: 0;
  }

  .subscribe-box-content h4 {
    font-size: 28px;
    line-height: 1.14285714286;
  }

  .subscribe-box-content .text {
    font-size: 16px;
    line-height: 1.375;
  }

  .bottom-subscribe-box .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1.post-top-entry-title {
    font-size: 36px;
    line-height: 1.30555555556;
  }

  .related-posts-item-inner {
    margin-bottom: 20px;
  }

  .blog-post-content {
    margin-top: 31px;
  }

  .blog-post__body {
    padding: 0 50px;
  }

  .blog-post__body {
    line-height: 1.66666666667;
  }

  .blog-post-content .content-wrapper:before {
    right: calc(100% - 20px);
  }

  .blog-header .page-center {
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.21428571429;
  }

  .post-top-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .hs-featured-image-wrapper.post-top-img {
    background: #fff;
    padding: 20px;
  }

  .blog-post-top {
    margin-bottom: 0;
    padding-left: 0;
  }

  .hs-blog-post .blog-header {
    margin-top: 25px;
  }
  .hs-blog-post .blog-header .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hs-blog-post .blog-header {
    margin-top: 25px;
  }

  .hs-blog-post  .blog-header .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  ul.blog-breadcrumb li {
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.21428571429;
  }

  .hs-blog-post .blog-header .page-center {
    font-size: 14px;
    line-height: 1.21428571429;
  }

  .top-news-wrapper {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .slick-arrow {
    display: none !important;
  }

  .social-share {
    left: -10px;
  }
  .social-share.sticky.fixed {
    left: unset;
    margin-left: -10px;
  }

  .related-posts-slider {
    padding-bottom: 12px;
    margin-top: 30px;
  }
  .related-posts-title h4 {
    font-size: 22px;
    line-height: 1.36363636364;
  }

  .copy-url-sidebar-inner {
    min-width: initial;
    width: 100vw;
  }

  .copy-url-sidebar-close {
    right: 16px;
    top: 18px;
  }

  .copy-url-sidebar-content {
    height: calc(100vh - 95px);
  }
}

@media (max-width: 840px) { 
  .post-top-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-top-content ,
  .hs-featured-image-wrapper.post-top-img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .related-img-outer {
    margin-bottom: 26px;
  }

  .blog-post-content {
    padding-bottom: 22px;
  }

  .blog-post__body {
    padding: 0 0 0 20px;
  }

  .social-share ,
  .social-share.sticky.fixed {
    left: unset;
    text-align: center;
    margin-top: 30px;
    padding-right: 19px;
    position: static !important;
  }

  .blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .social-share a {
    margin: 0 12px;
    display: inline-block;
  }
  .post-top-content {
    padding: 10px 20px 0 21px;
    margin-bottom: 20px;
  }
  .hs-featured-image-wrapper.post-top-img {
    margin-left: 21px;
    margin-right: -1px;
  }
  .copy-url-sidebar-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-url-sidebar p {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  .top-news-right-wrap .widget-type-form , .subscribe-box-content .widget-type-form {
    margin: 0;
  }
  .related-img {
    min-height: 29.2vw;
  }
  #comments-listing {
    padding: 0 15px;
  }
  .related-posts-slider {
    margin-bottom: 80px;
} 
}

@media (max-width: 720px) {
  .bottom-subscribe-box {
    min-height: initial;
    padding-top: 0;
  }

  .bottom-subscribe-box .page-center {
    padding-top: 13px;
  }

  .bottom-subscribe-box .page-center-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-box-image {
    margin-bottom: 0;
    width: 100%;
  }

  .subscribe-box-outer {
    width: 100%;
  }

  .subscribe-box-image img {
    max-width: 92%;
    top: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
    display: table;
  }

  .subscribe-box-inner {
    max-width: initial;
    margin-top: 16px;
  }

  .subscribe-box-content form {
    margin-top: 12px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .blog-header__title {
    font-size: 36px;
    line-height: 1.30555555556;
  }

  .top-news-right-wrap h4 {
    margin-bottom: 16px;
  }

  .top-news-right-wrap .text {
    font-size: 16px;
    line-height: 1.375;
  }

  ul.listing-category li a.active {
    text-align: center;
  }

  ul.listing-category li {
    margin: 0 17px 5px;
  }

  ul.listing-category {
    text-align: center;
  }

  .top-news-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-news-right-wrap form .hs-button , .subscribe-box-content form .hs-butto {
    min-width: 125px;
  }
}

@media (max-width: 540px) {
  .blog-post__body {
    font-size: 18px;
    line-height: 1.55555555556;
  }
}

@media (max-width: 480px) {
  .blog-post__body img {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    display: block;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

  .related-img {
    min-height: 56vw;
  }

  .top-news-right-wrap form .hs-button, .subscribe-box-content .hs-button {
    position: static;
    margin-top: 15px;
  }

  .related-posts-slider {
    margin-bottom: 60px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page {
  padding-left: 0;
  padding-right: 0;
}

#email-prefs-form .hs-input {
  width: 100% !important;
}

.systems-page .success {
  font-size: 12px;
}

#email-prefs-form .page-header, 
#email-prefs-form .header, 
#email-prefs-form #content h3 ,
#email-prefs-form #content .item,
#email-prefs-form #content .subscribe-options {
  text-align: left;
}

#hs_cos_wrapper_subscription_preferences #email-prefs-form {
  max-width: unset;
}

.error-page:before {
  color: #eaeaea;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;    
    font-size: 10px;
  }

  .systems-page h1 {
    font-size: 44px;
  }

  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 28px;
  }

  .systems-page #email-prefs-form h1 {
    font-size: 19px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 22px;
  }
  .error-page[data-error="404"] .error-page_heading {
    font-size: 37px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 17px;
  }
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 32px;
  }
  #hs_cos_wrapper_backup_unsubscribe h3 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .systems-page h1 {
    font-size: 27px;
  }
  .error-page[data-error="404"] .error-page_heading {
    font-size: 23px;
  }
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 20px;
  }
  #hs_cos_wrapper_backup_unsubscribe h3 {
    font-size: 16px;
  }
  .systems-page h4 {
    font-size: 15px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 18px;
  }
}