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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "entypo-fontello"; 
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/entypo-fontello.eot") format("embedded-opentype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/entypo-fontello.woff) format("woff"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/entypo-fontello.ttf) format("truetype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/entypo-fontello.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal;
}
@font-face { 
  font-family: "neuehaasgrotesk";
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/neuehaasdisplay-thin.eot") format("embedded-opentype"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-thin.ttf) format("truetype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-thin.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}
@font-face { 
  font-family: "neuehaasgrotesk";
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/neuehaasdisplay-light.eot") format("embedded-opentype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-light.ttf) format("truetype"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-light.woff) format("woff"); 
  font-style: normal; 
  font-weight: 300; 
  font-display: swap;
}
@font-face {
  font-family: "neuehaasgrotesk"; 
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/neuehaasdisplay-bold.eot") format("embedded-opentype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-bold.ttf) format("truetype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-bold.woff) format("woff");
  font-style: normal; 
  font-weight: 700; 
  font-display: swap;
}
@font-face { 
  font-family: "neuehaasgrotesk"; 
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/neuehaasdisplay-xxthinitalic.eot") format("embedded-opentype"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/neuehaasdisplay-xxthinitalic.ttf) format("truetype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-xxthinitalic.woff) format("woff");
  font-style: normal; 
  font-weight: 100; 
  font-display: swap; 
}
@font-face { font-family: "neuehaasgrotesk";
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/neuehaasdisplay-lightitalic.eot") format("embedded-opentype"),
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-lightitalic.ttf) format("truetype"),
    url(//f.hubspotusercontent30.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/neuehaasdisplay-lightitalic.woff") format("woff");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face { 
  font-family: "fontello";
  src: url("https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/Kapta_May2021_Folder/Fonts/fontello.eot") format("embedded-opentype"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/fontello.woff) format("woff"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/fontello.ttf) format("truetype"), 
    url(https://19498837.fs1.hubspotusercontent-na1.net/hubfs/19498837/raw_assets/public/Kapta_May2021/Fonts/fontello.svg) format("svg");
  font-style: normal; 
  font-weight: normal;
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.65;
}

p {
  margin: .85em 0;
  letter-spacing: 1.5px;
  font-family: Lato, serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
  margin-top: 1.5em;
}
h1 {
  font-size: 2.1rem;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin-bottom: 14px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.1em;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3em;
  margin-bottom: 8px;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.1em;
  margin-bottom: 4px;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  list-style: disc outside;
  margin-left: 7px;
  margin-bottom: 20px;
  padding: 0;
}
ol {
  list-style: decimal;
  margin-left: 15px;
}
ul li,
ol li {
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-left: 1em;
  padding: 3px 0;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
::selection {
  background-color: #75c1b4;
  color: #fff;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  
  text-decoration: none;
  width:auto !important;
  font-size: 15px;
  line-height: 15px;
  font-family: arial, helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  text-decoration:none;
}
.container-fluid.body-container.migration .hs-button {
    margin-bottom: 20px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration:none;
}

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


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

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

form input, form select, form textarea, .hs-input {
  display: block;
  width: 100% !important;
  padding: 8px 15px;
  color: #33475b;
  background-color: #f5f8fa;
  box-sizing: border-box;
  max-width: 500px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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;
}
[type=checkbox],
[type=radio] {
  width:auto !important;
  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: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.hs-menu-item.active a {
  
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.page-center ,
.dnd-section>.row-fluid,
.content-wrapper{
  padding: 0 50px;
}
.dnd-section[class*="-force-full-width"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.image-overlay {
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
@-webkit-keyframes avia_pop {
  0% {
    -webkit-transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@keyframes avia_pop {
  0% {
    transform: scale(.8)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes avia_pop_small {
  0% {
    -webkit-transform: rotate(-175deg) scale(.2)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1)
  }
}

@keyframes avia_pop_small {
  0% {
    transform: rotate(-175deg) scale(.2)
  }

  100% {
    transform: rotate(0deg) scale(1)
  }
}

@-webkit-keyframes avia_pop_loader {
  0% {
    -webkit-transform: rotate(0deg) scale(.2)
  }

  100% {
    -webkit-transform: rotate(720deg) scale(1)
  }
}

@keyframes avia_pop_loader {
  0% {
    transform: rotate(0deg) scale(.2)
  }

  100% {
    transform: rotate(720deg) scale(1)
  }
}

@-webkit-keyframes avia_shrink {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  75% {
    opacity: .7
  }

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

@keyframes avia_shrink {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  75% {
    opacity: .7
  }

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

@-webkit-keyframes av-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes av-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.website-page .widget-type-section_header {
  width: 47%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 36px;
}
.website-page .widget-type-section_header h1 {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: #333f4f;
  line-height: 1.3em;
  letter-spacing: 0;
}
.website-page .widget-type-section_header p {
  font-size: 24px;
  margin: 0;
  line-height: 1.3em;
  margin-top: .3em;
}
h1[data-font='font'] {
  font-size: 36px;
  line-height: 42px;
}
.hs-resources-one .dnd-section .span6 {
  margin-left: 6%;
  width: 47%;
}
.hs-resources-one .dnd-section .span6:first-child {
  margin-left: 0;
}
.hs-resources-one .dnd-section .span6 .widget-type-linked_image img {
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}
.hs-resources-one .dnd-section .span6 .hs_cos_wrapper_type_module > .hs-button{
  padding: 25px 50px 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.5px;
  min-width: 200px;
  border-radius: 3px;
  border: none;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  text-decoration:none;
  margin: 3px 0;
}
.hs-resources-one .dnd-section .span6 .hs_cos_wrapper_type_module > .hs-button:hover {
  opacity: .9;
}
.hover-image-wrap-area {
  padding: 5%;
  border-radius: 2px;
}

.js_active .av-parallax.active-parallax {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.js_active .av-parallax.enabled-parallax {
  opacity: 1;
}
.js_active .av-parallax {
  opacity: 0;
}
.hs-resorces-page .dnd-section .span4 {
  margin-left: 6%;
  width: 29.333333333333332%;
}
.hs-resorces-page .dnd-section .span4:first-child {
  margin-left: 0;
}
.hs-resorces-page .dnd-section .span4 img{
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}
.hs-resources-one .dnd-section .span4 .hs_cos_wrapper_type_module > .hs-button{
  padding: 12px 16px 11px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.5px;
  min-width: 90px;
  border-radius: 3px;
  border: 0;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  text-decoration: none;
  margin: 3px 0;
}
.hs-resources-one .dnd-section .span4 .hs_cos_wrapper_type_module > .hs-button:hover {
  opacity: .9;
}

.hs-resources-one .dnd-section h3[data-font="36font"]{
  font-size:36px;
}
.hs-resorces-page .banner-section .widget-type-header h1 {
  font-size: 55px;
  margin: 0;
}
.hs-resources-one h3[data-font="data-36"]{
  font-size:36px;
  margin-bottom:0;
}
.hs-resources-one .dnd-section .span10 {
  width: 78.8%;
}
.hs-resources-one .dnd-section .span2 {
  width:15.2%;
}
.hs-resources-one .dnd-section .span10 + .span2 {
  margin-left: 6%;
}
.hs-resources-one .dnd-section .span2 + .span10 {
  margin-left: 6%;
}
.img-with-border-wrap{
  border-width: 1px;
  border-color: #75c1b4;
  border-style: solid;
  border-radius: 2px;
}
.hs-resources-one .hs_cos_wrapper_type_module > hr {
  height:0;
}
.hs-resources-one .hs_cos_wrapper_type_rich_text p:first-child{
  margin-top:0;
}
.hs-resources-one .hs_cos_wrapper_type_rich_text p:last-child{
  margin-bottom:0;
}
.hs-resorces-page .banner-section .widget-type-rich_text h1 {
  font-size: 55px;
  font-weight: 700;
  text-transform: none;
  margin:0;
}
.hs-resorces-page .banner-section .dnd-section .span6 {
  margin-left: 6%;
  width: 47%;
}
.hs-resorces-page .banner-section .dnd-section .span6:first-child {
  margin-left: 0;
}
.hs-resorces-page .iframe_wrapper {
  padding-top: 0;
  margin-bottom: 20px;
}
.hs-resorces-page .embed_container {
  display: block;
}
.hs-resources-one .dnd-section h3[data-font="40font"]{
  font-size:40px;
  margin-bottom: 7.200px;
}
.hs-resources-one .custom-content-image-wrp .inner{
  padding-top: 70px;
  padding-bottom: 70px;
}
.hs-resources-one .custom-content-image-wrp img{
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}
.hs-resources-one .custom-content-image-wrp .inner .content p:last-child {
  margin-bottom: 0;
}
.hs-resources-one .custom-content-image-wrp .inner .content {
  padding-bottom:5px;
}
@-webkit-keyframes avia_appear {
  0% {
    -webkit-transform: scale(.5);
    opacity: .1
  }

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

@keyframes avia_appear {
  0% {
    transform: scale(.5);
    opacity: .1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes avia_image_appear {
  0% {
    -webkit-transform: scale(.7);
    opacity: .1
  }

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

@keyframes avia_image_appear {
  0% {
    transform: scale(.7);
    opacity: .1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes avia_hotspot_appear {
  0% {
    -webkit-transform: translate(0,80px);
    opacity: .1
  }

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

@keyframes avia_hotspot_appear {
  0% {
    transform: translate(0,80px);
    opacity: .1
  }

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

@-webkit-keyframes avia_appear_short {
  0% {
    -webkit-transform: scale(.5);
    opacity: 0
  }

  50% {
    opacity: 1
  }

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

@keyframes avia_appear_short {
  0% {
    transform: scale(.5);
    opacity: 0
  }

  50% {
    opacity: 1
  }

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

@-webkit-keyframes avia_msonry_show {
  0% {
    -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: .1
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
    opacity: 1
  }
}

@keyframes avia_msonry_show {
  0% {
    transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: .1
  }

  100% {
    transform: translateZ(0) translateY(0) rotateX(0deg);
    opacity: 1
  }
}

@-webkit-keyframes avia_fade_move_down {
  0% {
    -webkit-transform: translate(0,-20px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    -webkit-transform: translate(0,20px);
    opacity: 0
  }
}

@keyframes avia_fade_move_down {
  0% {
    transform: translate(0,-20px);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: translate(0,20px);
    opacity: 0
  }
}

@-webkit-keyframes avia_slide_down {
  0% {
    height: 0%
  }

  100% {
    height: 100%
  }
}

@keyframes avia_slide_down {
  0% {
    height: 0%
  }

  100% {
    height: 100%
  }
}

@-webkit-keyframes avia_expand {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@keyframes avia_expand {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@-webkit-keyframes avia-ltr {
  0% {
    -webkit-transform: translate(-10%,0);
    opacity: 0
  }

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

@keyframes avia-ltr {
  0% {
    transform: translate(-10%,0);
    opacity: 0
  }

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

@-webkit-keyframes avia-rtl {
  0% {
    -webkit-transform: translate(10%,0);
    opacity: 0
  }

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

@keyframes avia-rtl {
  0% {
    transform: translate(10%,0);
    opacity: 0
  }

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

@-webkit-keyframes avia-btt {
  0% {
    -webkit-transform: translate(0,50%);
    opacity: 0
  }

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

@keyframes avia-btt {
  0% {
    transform: translate(0,50%);
    opacity: 0
  }

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

@-webkit-keyframes avia-ttb {
  0% {
    -webkit-transform: translate(0,-10%);
    opacity: 0
  }

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

@keyframes avia-ttb {
  0% {
    transform: translate(0,-10%);
    opacity: 0
  }

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

@-webkit-keyframes avia-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes avia-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes avia-rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes avia-rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-webkit-keyframes avia-rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes avia-rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-webkit-keyframes avia-rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-22deg);
    transform: rotate3d(0,0,1,-22deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes avia-rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-22deg);
    transform: rotate3d(0,0,1,-22deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@-webkit-keyframes avia-bg-move {
  0% {
    background-position: -31px 0
  }

  100% {
    background-position: 0 0
  }
}

@keyframes avia-bg-move {
  0% {
    background-position: -31px 0
  }

  100% {
    background-position: 0 0
  }
}

@-webkit-keyframes caption-right {
  0% {
    -webkit-transform: translate(2000px,0);
    opacity: 0
  }

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

@keyframes caption-right {
  0% {
    transform: translate(2000px,0);
    opacity: 0
  }

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

@-webkit-keyframes caption-left {
  0% {
    -webkit-transform: translate(-2000px,0);
    opacity: 0
  }

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

@keyframes caption-left {
  0% {
    transform: translate(-2000px,0);
    opacity: 0
  }

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

@-webkit-keyframes caption-top {
  0% {
    -webkit-transform: translate(0,-20px);
    opacity: 0
  }

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

@keyframes caption-top {
  0% {
    transform: translate(0,-20px);
    opacity: 0
  }

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

@-webkit-keyframes caption-bottom {
  0% {
    -webkit-transform: translate(0,20px);
    opacity: 0
  }

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

@keyframes caption-bottom {
  0% {
    transform: translate(0,20px);
    opacity: 0
  }

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

@-webkit-keyframes av_pulsate {
  0% {
    -webkit-transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: .7
  }

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

@keyframes av_pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: .7
  }

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

@-webkit-keyframes sonarEffect {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5)
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5);
    -webkit-transform: scale(1.5);
    opacity: 0
  }
}

@keyframes sonarEffect {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5)
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5);
    transform: scale(1.5);
    opacity: 0
  }
}

.form-with-border {
  border-width: 1px;
  border-color: #75c1b4;
  border-style: solid;
  padding: 5%;
  border-radius: 2px;
}
.form-with-border .widget-type-form .form-title {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #333f4f;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.form-with-border .widget-type-form .field {
  font-weight: 400; 
  letter-spacing: 1.5px;
  margin: .85em 0;
}

.form-with-border .widget-type-form .field > label {
  font-weight: 700;
  font-size: .92em;
  margin: 0;
  line-height: inherit;
  display: inline;
}

.form-with-border .widget-type-form .field .input > .hs-input {
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  width: 100%;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0;
  border-color: #ececec;
  background-color: #fcfcfc;
  color: #333f4f;
}
.form-with-border .widget-type-form .field .input > .hs-input:focus {
  box-shadow: 0 0 2px 0 rgb(0 0 0 / 20%);
}
.form-with-border .widget-type-form .field > label .hs-form-required {
  display: none;
}
.form-with-border .inputs-list {
  margin: 0;
  padding: 0;
}
.form-with-border .inputs-list>.hs-form-booleancheckbox {
  margin: 0 0 0 4px;
}
.form-with-border .inputs-list > .hs-form-booleancheckbox > label {
  color: #333f4f;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  font-weight: 400; 
}
.form-with-border .inputs-list label>input,
.form-with-border .inputs-list label>span {
  vertical-align: baseline;
}
.form-with-border .inputs-list label>span {
  margin-left: 2px;
}
.form-with-border .widget-type-form .hs-button {
  background-color: #75c1b4;
  color: #fff;
  border-color: #53a092;
  padding: 9px 22px;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: Arial;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13.33px;
}
.form-with-border .widget-type-form .hs-button:hover {
  background-color: #f25c32;
  color: #fff;
  border-color: #d03a10;
}
.form-with-border .widget-type-form {
  margin-bottom: 20px;
}
.form-with-border .hs-error-msgs li {
  margin-left: 0;
}
.form-with-border .hs-error-msgs li label {
  margin: 0;
  line-height: inherit;
  font-size: 13px;
  display: block;
  line-height: 23.1px;
  color: #f2545b;
}
.form-with-border .hs_error_rollup {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
}

.hs-resorces-page .banner-section .span8 {
  width: 57.599999999999994%;
  margin-left: 6%;
}
.hs-resorces-page .banner-section .span2 {
  width: 15.2%;
  margin-left: 6%;
}
.hs-resorces-page .banner-section .row-fluid > .widget-type-cell:first-child {
  margin-left:0;
}
.hs-resorces-page .banner-section .span8 .embed_container {
  display: block;
  max-height: 100% !important;
  max-width: 100% !important;
}
.hs-resorces-page .banner-section .span8 .iframe_wrapper {
  padding-top: 0;
  margin-bottom: 0;
  height: auto;
  padding: 0;
}
.hs-resorces-page .banner-section .span8 .embed_container iframe {
  position: relative;
  border: none;
}
.hs-resources-one .widget-type-header h1 {
  font-size: 55px;
  margin: 0 0 7.5px;
}
.hs-resources-one .iframe-with-border{
  padding: 5%;
  border-radius: 2px;
}
.hs-resources-one .widget-type-header h2 {
  font-size:48px;
  margin:0;
}
.custom-banner-area-wrp .page-center p[data-font="font24"] {
  font-size: 24px !important;
}
img {
  height: auto;
  max-width: 100%;
}
.btn-wrapper {
  font-size: 13px;
  padding-top: 15px;
}

.custom-bottom-section-wrp .btn-wrapper a.white-cta,
.white-cta {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.5px;
  min-width: 90px;
  border-radius: 3px;
  text-align: center;
  max-width: 100%;
  position: relative;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #13b5cd;
  padding: 15px 30px 13px;
  margin: 3px 0;
  transition: none;
}
.white-cta .avia_button_icon {
  position: relative;
  left: .3em;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin-left: -5px;
}

[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: attr(data-av_icon);
  speak: none;
}
html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}

.why-kapta-page .custom-banner-area-wrp .av-parallax {
  transform: none !important;
  height: 100% !important;
}
.why-kapta-page .widget-type-section_header {
  width: 47%;
  margin: 0 auto;
  padding-bottom: 15px;
  color: #333f4f;
  font-size: 36px;
}
.why-kapta-page .widget-type-section_header h1 {
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}
.why-kapta-page .widget-type-section_header p {
  font-size: 24px;
  margin-top: 7.4px;
  line-height: 1.3em;
  font-weight: 400; 
  letter-spacing: 1.5px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
.why-kapta-page .custom-process-step-wrp .left {
  text-align: center;
}
.why-kapta-page .custom-two-column-content-wrp.left .page-center .custom-two-column-content-inner .content .spacer {
  height: 130px;
}
.why-kapta-page .custom-two-column-content-wrp .page-center .custom-two-column-content-inner .content h2 {
  font-size: 1em;
  margin-bottom: 7.2px;
}
.why-kapta-page .custom-two-column-content-wrp .page-center .custom-two-column-content-inner .content p:last-child {
  margin: 0;
}
.why-kapta-page .custom-two-column-content-wrp.left.style2 .page-center .custom-two-column-content-inner .content p {
  font-size: 24px;
}
.why-kapta-page .why-kapta-page .custom-two-column-content-wrp.left.style2 .page-center .custom-two-column-content-inner .image img {
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}
.why-kapta-page .custom-bottom-section-wrp .btn-wrapper a {
  margin: 3px 0;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #13b5cd;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  padding: 15px 30px 13px;
  letter-spacing: 1.5px;
  min-width: 139px;
}
.why-kapta-page .custom-bottom-section-wrp .page-center .bottom-inner h1 {
  line-height: 1.1em;
}
.why-kapta-page .custom-bottom-section-wrp .btn-wrapper a:after {
  left: .3em;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: "";
  margin-left: -5px;
}
.why-kapta-page .custom-two-column-content-wrp.left.style2 .page-center .custom-two-column-content-inner .content {
  padding-bottom:15px;
}
.why-kapta-page .custom-process-step-wrp .right .process-step-inner .button a:hover {
  text-decoration:none;
  opacity: .9;
}
.hs-crm-section-two h3 {
  text-align: center;
  font-size: 55px;
  margin: 0;
}
.hs-crm-section-two {
  background: #fff;
  position: relative;
}
.hs-crm-section-two p {
  text-align: center;
  font-size: 25px;
  margin: .3em  0 0;
  line-height: 1.3em;
  color: #333f4f;
}
.hs-crm-section-two .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-bottom: 10px;
}
span.av-icon-char.navigation:before {content: '';}

span.av-icon-char.admin:before {content: '';}
span.av-icon-char.file:before {
  content: '';
}
.hs-crm-section-two .span9 h3 {
  text-align: left;
}
.row-fluid [class*="span"]{
  min-height:0px; 

}
.hs-button:focus {
  text-decoration: none;
  outline: none;
}
.hs-resources-one .custom-bottom-section-wrp .btn-wrapper a.cta_button {
  padding-right:30px;
}
.hs-crm-section-two_bottom p span {
  font-weight: 100;
}
.hs-crm-section-two .span9 .hs_cos_wrapper_type_rich_text {
  font-size: 40px;
}
.hs-crm-section-two .span9 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
}
.hs-crm-section-two .span9 .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  text-align: left;
}
.hs-crm-section-two_bottom .dnd-section[class*="padding"]{
  border-top: 1px solid #ececec;
  display:block;
}
.hs-crm-section-four .dnd-section[class*="background-color"] {
  text-align: center;
  position: relative;
}
.hs-crm-section-four .dnd-section[class*="background-color"] h4 {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
}
.hs-crm-section-four .dnd-section[class*="background-color"] .hs_cos_wrapper_type_rich_text {
  padding-bottom: 10px;
  font-size: 35px;
  display: block;
}
.hs-crm-section-four .dnd-section[class*="background-color"] * {
  position: relative;
}
.hs-crm-section-four .dnd-section[class*="background-color"] p {
  font-size: 15px;
  margin-top: .3em;
  margin-bottom: 0;
  line-height: 1.3em;
}
.hs-crm-section-four .dnd-section[class*="background-color"]:before {
  opacity: 0.1;
  background-color: #26a5de;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.hs-customer-software-page .custom-banner-area-wrp .page-center .banner-inner p {
  font-size: 34px;
}

.hs-customer-section-two h3 {
  font-size: 1em;
}

.hs-customer-section-two .hs_cos_wrapper_type_rich_text {
  font-size: 40px;
  text-align: center;
  padding-bottom: 25px;
  display: block;
}

.hs-customer-section-two .hs_cos_wrapper_type_rich_text p {
  font-size: 25px;
  line-height: 1.3em;
  margin-top: .3em;
  margin-bottom: 0;
}
.hs-customer-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content {
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 70px;
}
.hs-customer-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content p {
  font-size: 19px;
  margin-bottom: 0;
}
.hs-customer-three-section .dnd-section {
  display: block;
  border-top: 1px solid #ececec;
}
span.icon.chart:before {content: '';}
.hs-customer-three-section h3 {
  font-size: 1em;
}
span.icon.templates:before {content: '';}

span.icon.calender:before {content: '';}

span.icon.client:before {content: '';}

span.icon.prism:before {content: '';}
span.icon.scoring:before {content: '';}
.hs-customer-three-section .hs_cos_wrapper_type_rich_text {
  padding-bottom: 25px;
  font-size: 40px;
  text-align: center;
  display:block;
}
.hs-customer-section-five .span4 {
  width: 29.333333333333332%;
  margin-left: 6%;
}
.hs-customer-three-section .hs_cos_wrapper_type_rich_text p {
  font-size: 25px;
  line-height: 1.3em;
  margin-top: .3em;
  margin-bottom: 0;
}
.hs-customer-section-one .custom-banner-area-wrp .page-center {

}
main.body-container-wrapper.hs-demo-schedular-page {
  background: linear-gradient(309deg, rgba(2,0,36,1) 0%, rgba(9,39,44,1) 35%, rgba(53,67,67,1) 100%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
  position:relative;
}
.hs-demo-schedular-page .content-area {
  width: 47%;
  float: left;
}
main.body-container-wrapper.hs-demo-schedular-page:before {
  opacity: 0.4;
  background-color: #000000;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

main.body-container-wrapper.hs-demo-schedular-page * {
  position: relative;
}
.hs-demo-schedular-page .sidebar {
  margin-left: 6%;
  width: 47%;
  float: left;
}
.hs-demo-schedular-page .content-area .dnd-section>.row-fluid {
  padding: 0;
}
.hs-demo-schedular-page .content-area .hs_cos_wrapper_type_rich_text {
  font-size: 50px;
}
.hs-demo-schedular-page .content-area .hs_cos_wrapper_type_rich_text h1 {
  font-size: 1em;
  color: #fff;
  margin: 0;
  margin-top: 54px;
}
.hs-demo-schedular-page .content-area .hs_cos_wrapper_type_rich_text p {
  font-size: 20px;
  margin-top: .3em;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 50px;
}
.hs-demo-schedular-page .content-area .hs_cos_wrapper_type_rich_text .iframe-container {
  background: #000;
}
.hs-demo-schedular-page .sidebar .dnd-section>.row-fluid {
  padding: 0;
}
.hs-demo-schedular-page .sidebar .dnd-section>.row-fluid form {
  padding-top: 150px;
}
.hs-demo-schedular-page .sidebar form .hs-form-field label {
  font-weight: 400;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 6px;
}
.hs-demo-schedular-page .sidebar .dnd-section>.row-fluid form fieldset {
  max-width: 600px;
}
.hs-demo-schedular-page .sidebar .dnd-section>.row-fluid form .hs-input {
  max-width: 100%;
}
.hs-demo-schedular-page .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin: 0;
}
.hs-demo-schedular-page .sidebar  form .hs-button.primary {
  margin-top: 25px;
  margin-bottom: 18px;
}
span.av-icon-char.cloud:before {content: '';}

span.av-icon-char.sso:before {content: '';}

span.av-icon-char.globe:before {content: '';}

span.av-icon-char.encryption:before {content: '';}
.hs-crm-section-two .span3 {
  width: 20.5%;
  margin-left: 6%;
}
.hs-crm-section-three .hs_cos_wrapper_type_rich_text {
  font-size: 44px;
}
.hs-crm-section-three .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
  text-align: center;
  padding-bottom: 10px;
}
.hs-crm-section-three .hs_cos_wrapper_type_rich_text p, .hs-crm-section-three .hs_cos_wrapper_type_rich_text ul {
  font-size: 18px;
}
span.av-icon-char:before {content: '';
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
.hs-about-section-two h1 {
  font-size: 1em;
  margin: 0;
}
.hs-about-section-two .hs_cos_wrapper_type_rich_text {
  font-size: 40px;
  display: block;
  padding-bottom: 10px;
}
.hs-about-section-two p {
  font-size: 24px;
  margin-top: .3em;
  margin-bottom: 0;
  line-height: 1.3em;
}
.hs-about-section-two .span6 {
  margin-left: 6%;
}
.hs-about-section-three {
  text-align: center;
}
.hs-about-section-three .hs_cos_wrapper_type_rich_text {
  font-size: 40px;
  display: block;
  padding-bottom: 47px;
}
.hs-about-section-three .hs_cos_wrapper_type_rich_text h1 {
  font-size: 1em;
}
.hs-about-section-four {
  border-top: 1px solid #ececec;
}
.hs-about-section-four h1 {
  text-align: center;
  font-size: 1em;
  margin: 0;
}
.hs-about-section-four .hs_cos_wrapper_type_rich_text {
  font-size: 55px;
  display: block;
  padding-bottom: 20px;
}
.hs-about-section-four .span4 {
  margin-top: 50px;
  margin-left: 6%;
  width: 29.333333333333332%;
}
.hs-about-section-four h4 {
  margin-top: 50px;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
}
.hs-about-section-four .dnd-row:nth-last-child(2) .hs_cos_wrapper_type_rich_text {
  display: block;
  font-size: 35px;
  padding-bottom: 6px;
}
.hs-crm-section-four .custom-bottom-section-wrp .page-center .bottom-inner h1 {
  margin-top: 50px;
  line-height: 1.1em;
}
.hs-home-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner {
  display: flex;
  align-items: center;
}
.hs-home-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content {
  font-size: 36px;
  padding-bottom: 45px;
}
.hs-home-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content h1 {
  font-size: 1em;
  line-height: 42px;
  margin: 0;
}
.hs-home-section-two .custom-content-image-wrp.custom-content-video-mod .inner .content p {
  margin-bottom: 0;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.hs-home-section-three .dnd-column > .dnd-row:first-child .hs_cos_wrapper_type_rich_text {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
}
.hs-home-section-three .dnd-column > .dnd-row:first-child .hs_cos_wrapper_type_rich_text h1 {
  font-size: 1em;
  color: #fff;
  line-height: 42px;
  margin: 0;
}
.hs-home-section-three .dnd-column > .dnd-row:first-child .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  margin: 0;
  margin-top: 0.3em;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.hs-home-section-three .span3 {
  width: 20.5%;
  margin-left: 6%;
}
.hs-home-section-three .span6 {
  margin-left: 6%;
  width: 47%;
}
.hs-home-section-three .span4 {
  margin-left: 6%;
  width: 29.333333333333332%;
  text-align: center;
  margin-top: 50px;
}
.hs-home-section-three .span4 h3 {
  font-size: 1em;
  color: #fff;
  margin-top: 23px;
  margin-bottom: 0;
}
.hs-home-section-three .span4 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
}
.hs-home-section-three .span4 p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-top: 0.4em;
}
.hs-home-section-three .dnd-row:last-child .hs_cos_wrapper_type_rich_text {
  width: 29.333333333333332%;
  margin: 0 auto;
  margin-top: 89px;
  display:block;
}
.hs-home-section-three .dnd-row:last-child .hs_cos_wrapper_type_rich_text hr {
  margin: 30px auto 40px;
  width: 32%;
}
.hs-home-section-three .dnd-row:last-child .hs_cos_wrapper_type_rich_text p {
  color: #fff;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 21px;
  text-align:center;
}
.hs-home-section-four .hs_cos_wrapper_type_rich_text {
  width: 47%;
  margin: 0 auto;
  display: block;
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.hs-home-section-four .hs_cos_wrapper_type_rich_text h1 {
  font-size: 1em;
  margin: 0;
}
.hs-home-section-four .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  margin-top: .3em;
  padding: 0 20px;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #333f4f;
}
.hs-home-section-five .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  font-size: 36px;
  padding-bottom: 15px;
}
.hs-home-section-five .hs_cos_wrapper_type_rich_text h1 {
  font-size: 1em;
  line-height: 42px;
  margin: 0;
}
.hs-home-section-five .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  margin-top: 0.3em;
  margin-bottom: 0;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.hs-home-section-five .span3 {
  margin-left: 6%;
  width: 20.5%;
  margin-top: 50px;
  background: #ffffff;
  padding: 30px 20px 25px 20px;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 2px 6px 10px #e5e7e9;
}
.hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  width: 100%;
  line-height: 23px;
  font-size: 18px;
  font-weight: 400; 
}
.hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
  margin-top: 20px;
  line-height: 34px;
}
.hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text {
  font-size: 24px;
}
.hs-home-section-five .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
  font-size: 36px;
  padding-bottom: 15px;
}
.hs-home-section-five .hs_cos_wrapper_type_rich_text h1 {
  font-size: 1em;
  line-height: 42px;
  margin: 0;
}
.hs-home-section-five .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  margin-top: 0.3em;
  margin-bottom: 0;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.hs-home-section-five .span3 {
  margin-left: 6%;
  width: 20.5%;
  margin-top: 50px;
  background: #ffffff;
  padding: 30px 20px 25px 20px;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 2px 6px 10px #e5e7e9;
}
.hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  width: 100%;
  line-height: 23px;
  font-size: 18px;
  font-weight: 400; 
}
.hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
  margin-top: 20px;
  line-height: 34px;
}
.hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text {
  font-size: 24px;
}
.hs-home-section-six .custom-testimonial-wrp .bottom-testimonial {
  padding-bottom: 0;
}
.hs-home-section-six .custom-testimonial-wrp .testimonila-content .author-description {
font-weight:300;
}
.hs-home-section-six .custom-testimonial-wrp .testimonila-content .author-description {
  margin-bottom: 26px;
}
.hs-home-section-seven .custom-two-column-content-wrp.left .page-center .custom-two-column-content-inner .content .spacer {
  height: 80px;
}
.hs-home-section-seven .custom-two-column-content-wrp.left .page-center .custom-two-column-content-inner .content h2 {
  margin-top: 50px;
  padding-bottom: 0;
  font-size: 1em;
  margin-bottom: 0;
}
.hs-home-section-seven .custom-two-column-content-wrp.left .page-center .custom-two-column-content-inner .content {
  font-size: 36px;
}
.hs-home-section-seven .custom-two-column-content-wrp.left .page-center .custom-two-column-content-inner .content p {
  font-size: 24px;
  margin-top: 0.3em;
}
.hs-home-section-eight .span4 {
  margin-left: 6%;
  width: 29.333333333333332%;
}
.hs-home-section-eight .hs-button {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  background-color: #13b5cd;
  border-color: #13b5cd;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.5px;
  padding: 25px 50px 23px;
  border-radius: 3px;
  font-family: 'neuehaasgrotesk';
}
.hs-home-section-eight .hs-button:hover {
  text-decoration: none;
  opacity: 0.9;
}
.hs-home-section-nine .span6 {
  margin-left: 6%;
  width: 47%;
}
.hs-home-section-nine .span6 .hs_cos_wrapper_type_rich_text {
  font-size: 36px;
  display: block;
  padding-bottom: 0;
}
.hs-home-section-nine .span6 .hs_cos_wrapper_type_rich_text h2 {
  line-height: 42px;
  color: #2d2929;
  font-size: 36px;
  margin: 0;
}
.hs-home-section-nine .span6 .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-top: .3em;
  margin-bottom: 14px;
}
.hs-home-section-nine .span6 form label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.hs-home-section-nine .span6 form .hs-input {
  background: #fff;
  border-color: #333F4F;
  height: auto;
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 300 !important;
  border-radius: 0;
  color: #333f4f;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 18px 6px 19px;
  max-width: 100%;
}
.hs-home-section-nine .span6 form .hs-form-field {margin-bottom: 25px;}
.hs-home-section-nine .span6 form fieldset {
  max-width: 100%;
}
.hs-home-section-nine .span6 form {
  margin-top: 11px;
  margin-bottom:20px;
}
.hs-home-section-nine .span6 form .input {
  margin-right: 0 !important
}
.hs-home-section-nine .span6 form .form-columns-2 .hs-form-field {
  margin-right: 3%;
  width: 48.5%;
}
.hs-home-section-nine .span6 form .form-columns-2 .hs-form-field:last-child {
  margin-right: 0;
}
.hs-home-section-nine .span6 form .hs-company label, .hs-home-section-nine .span6 form .hs-email label {
  margin-bottom: 12px;
}
.hs-home-section-nine .span6 form li.hs-form-booleancheckbox {
  margin: 0;
}
.hs-home-section-nine .span6 form ul.inputs-list, .inputs-list:first-child {
  padding: 0;
  margin-left: 0;
}
.hs-home-section-nine .span6 form li.hs-form-booleancheckbox .hs-input {
  margin-right: 7px;
}
.hs-home-section-nine .span6 form .hs-button {
  background-color: #13b5cd;
  border-color: #13b5cd;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  border-radius: 3px;
  padding: 16.5px 35px;
  font-family: Arial;
  font-weight: 400;
}
.hs-home-section-nine .span6 form .hs-sign_up_for_kapta_newsletter.hs-form-field {
  margin-bottom: 19px;
}
.hs-home-section-nine .span6 form .hs-button:hover {
  opacity: 0.9;
}
.hs-customer-three-section .dnd-section[class*="full-width-section"] {
  border-top: 0;
}
ul.no-list.hs-error-msgs li {
  margin: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
}

ul.no-list.hs-error-msgs li label.hs-error-msg,
ul.no-list.hs-error-msgs li label{
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  letter-spacing: 0;
}
.hs-customer-section-two .hs_cos_wrapper_type_section_header {
  padding-bottom: 25px;
  color: #333f4f;
  font-size: 36px;
  display: block;
  text-align: center;
}
.hs-customer-section-two .hs_cos_wrapper_type_section_header h1 {
  font-size: 1em;
  line-height: 42px;
  margin: 0;
}
.hs-customer-section-two .hs_cos_wrapper_type_section_header p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin-top: 0.3em;
/*   padding: 0 20px; */
}
.hs-crm-section-three .hs_cos_wrapper_type_header h3 {
  font-size: 1em;
  margin-bottom: 25px;
}

.hs-crm-section-three .hs_cos_wrapper_type_header {
  font-size: 40px;
  text-align: center;
}
.hs-demo-confirmation-page .custom-banner-area-wrp .page-center .banner-inner {
  padding-top: 130px;
  padding-bottom: 130px;
}
.hs-demo-confirmation-page .custom-banner-area-wrp .page-center .banner-inner h1 {
  color: #fff;
}
.hs-demo-confirmation-page .custom-banner-area-wrp .page-center .banner-inner p {
  color: #fff;
}
.hs-demo-confirmation-page .custom-banner-area-wrp .banner-sub-inner {
  padding-bottom: 80px;
}
.hs-demo-confirmation-page .custom-banner-area-wrp .av-parallax-inner{
  background-position: center center;
}
.hs-pricing-section-two .hs_cos_wrapper_type_rich_text h3 {
  text-align: center;
  font-size: 1em;
}
.hs-pricing-section-two .hs_cos_wrapper_type_rich_text {
  font-size: 36px;
  padding-bottom: 10px;
}
.hs-pricing-section-two .hs_cos_wrapper_type_rich_text ul li,
.hs-pricing-section-four .hs_cos_wrapper_type_rich_text ul li {
  font-size: 18px;
  line-height: 1.35em;
}
.hs-pricing-section-two .span4,
.hs-pricing-section-four .span4 {
  width: 29.333333333333332%;
  margin-left: 6%;
  margin-top: 50px;
}
.hs-pricing-section-two .span4 ul li,
.hs-pricing-section-four .span4 ul li {
  padding: 2px 0 0;
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 27px;
}
.hs-pricing-section-two .span4 ul li:before,
.hs-pricing-section-four .span4 ul li:before {
  content: '';
  font-family: 'entypo-fontello';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  position: absolute;
  top: 3px;
  left: 2px;
}
.hs-pricing-section-two .span4 ul {
  margin-bottom: 0;
}
.hs-pricing-section-four .hs_cos_wrapper_type_rich_text {
  font-size: 36px;
  padding-bottom: 4px;
  display: block;
}
.hs-pricing-section-four .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
  text-align: center;
  margin: 0;
}
.hs-pricing-section-four .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  line-height:1.3em;
}
.hs-pricing-section-four .dnd-row:last-child {
  margin-top: 50px;
}
.hs-pricing-section-four .dnd-row:last-child .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 47%;
  margin: 0 auto 16px;
}
.hs-pricing-section-four .span4 ul {
  margin-bottom: 14px;
}
.hs-pricing-section-four .dnd-row:last-child .hs_cos_wrapper_type_rich_text a {
  color: inherit;
  text-decoration: underline;
}
.hs-pricing-section-six .hs_cos_wrapper_type_rich_text {
  font-size: 36px;
  padding-bottom: 10px;
  display: block;
}
.hs-pricing-section-six .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
  text-align: center;
  margin: 0;
}
.hs-pricing-section-six .hs_cos_wrapper_type_rich_text p {
  font-size: 24px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
}
.body-container__website table {
  background: #fcfcfc;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.body-container__website table td {
  font-size: 13px;
  padding: 9px 12px;
  line-height: 1.8;
  color: #333f4f;
}
.body-container__website table td address {
  font-style: normal;
  color: #333f4f;
}
.body-container__website tr:nth-child(odd) , 
.body-container__website tr:nth-child(odd) td {
  background: #fcfcfc;
  font-weight: 400;
}
.body-container__website tr:nth-child(2n) {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.body-container__website td {
  font-size: 13px;
  padding: 9px 12px;
  border-color: #ececec;
  color: #333f4f;
}
.body-container__website td {
  border-color: #ececec;
}
.hs-pricing-section-five .custom-testimonial-wrp .bottom-testimonial{
  padding-bottom: 21px;
}
.body-container__website tr:nth-child(odd) td:last-child address {
  font-weight: 400;
}
.hs-customer-section-two .span3 {
  width: 15.2%;
  margin: 0;
}
.hs-resources-one .span10 .hs_cos_wrapper_type_rich_text p a:hover {
  text-decoration: none;
}

.hs-resources-one  .span10 .hs_cos_wrapper_type_rich_text p a {
  text-decoration: underline;
}
.hs-customer-section-two .span2 {
  margin-left: 6%;
  width: 20.5%;
}
.hs-customer-section-two .span8 {
  margin-left: 6%;
  width: 47%;
}
@-webkit-keyframes avia_appear {
  0% {
    -webkit-transform: scale(.5);
    opacity: .1
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1
  }
}
@keyframes avia_appear {
  0% {
    transform: scale(.5);
    opacity: .1
  }
  100% {
    transform: scale(1);
    opacity: 1
  }
}
.hs-customer-section-two .span6 {
  margin-left: 6%;
  width: 57.599999999999994%;
}

@media(max-width:989px){
  .custom-banner-area-wrp .page-center h1[data-font="font30"] {
    font-size: 40px;
  }
  .custom-banner-area-wrp .page-center p[data-font="font24"] {
    font-size: 30px !important;
  }
  .hs-crm-section-two .span3 {
    width: 48%;
    margin-left: 4%;
  }
  .hs-crm-section-two .span3:nth-child(3n) {
    margin-left: 0;
    margin-top: 30px;
  }
  .hs-crm-section-two .span3:last-child {
    margin-top: 30px;
  } 
  .hs-home-section-five .span3 {
    width: 48%;
    margin-left: 4%;
  }
  .hs-home-section-five .span3:nth-child(3) {
    margin-left: 0;
  }
}
@media(max-width:969px){
  .hs-demo-schedular-page .sidebar form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .hs-demo-schedular-page .sidebar form .hs-form-field .input {
    margin: 0;
  } 
}
@media(max-width:767px){
  .hs-resorces-page .banner-section .span8,
  .hs-customer-section-two .span8{
    width: 100%;
    margin-left: 0;
    float:none;
  }
  .hs-resorces-page .banner-section .span2 ,
  .hs-customer-section-two .span2{
    width: 100%;
    margin-left: 0;
    float:none;
  }
  .hs-resorces-page .banner-section .row-fluid > .widget-type-cell:first-child {
    margin-left:0;
  }
  .hs-resources-one .widget-type-header h1 {
    font-size: 44px;
  }
  .hs-resources-one h3[data-font="data-36"]{
    font-size:28.8px;
  }
  .hs-resources-one .dnd-section h3[data-font="40font"]{
    font-size:32px;
  }
  .hs-resorces-page .banner-section .widget-type-rich_text h1 {
    font-size: 44px;
  }
  .hs-resorces-page .banner-section .dnd-section .span6 {
    margin-left: 0%;
    width: 100%;
  }
  .page-center,
  .dnd-section > .row-fluid, 
  .content-wrapper{
    width:85% !important;
    max-width:85% !important;
    padding:0;
  }
  .banner-section .dnd-section[class*="force-full-width"] > .row-fluid {
    max-width: 100% !important;
    width: 100% !important;
  }
  .custom-banner-area-wrp .page-center h1[data-font="font30"] {
    font-size: 35px;
  }
  .website-page .widget-type-section_header {
    width: 100%;
    margin-bottom: 20px;
  }
  .website-page .widget-type-section_header h1 {
    font-size: .8em;
  }
  .hs-resources-one .dnd-section .span6 {
    margin-left:0;
    width: 100%;
  }
  .hs-resorces-page .dnd-section .span4 {
    margin-left: 0;
    width: 100%;
  }
  .hs-resources-one .dnd-section h3[data-font="36font"]{
    font-size:28.8px;
  }
  .hs-resources-one .dnd-section .span10 {
    width: 100%;
  }
  .hs-resources-one .dnd-section .span2 {
    width:100%;
  }
  .hs-resources-one .dnd-section .span10 + .span2 {
    margin-left: 0;
  }
  .hs-resources-one .dnd-section .span2 + .span10 {
    margin-left: 0;
  }
  .hs-resorces-page .banner-section .widget-type-header h1 {
    font-size: 44px;
  }
  .hs-resources-one .widget-type-header h2 {
    font-size:38.4px;
  }
  .custom-banner-area-wrp .page-center p[data-font="font24"] {
    font-size: 28px !important;
  }
  .why-kapta-page .widget-type-section_header {
    width: 100%;
  }
  .why-kapta-page .widget-type-section_header h1 {
    font-size: 0.8em;
  }
  .why-kapta-page .custom-process-step-wrp .right {
    padding-bottom: 20px;
  }
  .why-kapta-page .custom-two-column-content-wrp .page-center .custom-two-column-content-inner .content h2 {
    font-size: 0.8em;
  }
  .why-kapta-page .custom-two-column-content-wrp.left.style2 .page-center .custom-two-column-content-inner .content {
    margin-bottom: 20px;
  }
  .dnd-section[class*="-force-full-width"]>.row-fluid {
    width: 100% !important;
  }
  .hs-crm-section-two .hs_cos_wrapper_type_rich_text {
    font-size: 55px;
  }
  .hs-crm-section-four .dnd-section[class*="background-color"] h4 {
    font-size: .8em;
  }
  .hs-crm-section-two h3,
  .hs-crm-section-two .span9 .hs_cos_wrapper_type_rich_text h3{
    font-size: .8em;
  }
  .hs-customer-section-two h3 {
    font-size: 0.8em;
  }
  .hs-customer-three-section h3 {
    font-size: 0.8em;
  }
  .hs-customer-section-five .span4 {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  .hs-customer-section-five {
    /*     padding-top: 20px; */
  }
  .hs-demo-schedular-page .content-area {
    width: 100%;
    float: none;
  }
  .hs-crm-section-two .span3 {
    width: 100%;
    margin: 0 0 20px;
  }
  .hs-crm-section-two .span3:nth-child(3n) {
    margin-top: 0;
  }
  .hs-demo-schedular-page .sidebar {
    width: 100%;
    float: none;
    margin: 0;
  }
  .hs-demo-schedular-page .content-area .dnd-section>.row-fluid,
  .hs-demo-schedular-page .sidebar .dnd-section>.row-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hs-demo-schedular-page .content-area .hs_cos_wrapper_type_rich_text h1 {
    font-size: .8em;
    margin-top: 45px;
  }
  .hs-demo-schedular-page .sidebar .dnd-section>.row-fluid form {padding-top: 90px;}
  .hs-crm-section-three .hs_cos_wrapper_type_rich_text h3 {
    font-size: 0.8em;
  }
  .hs-about-section-two h1,
  .hs-customer-section-two .hs_cos_wrapper_type_section_header h1{
    font-size: 0.8em;
  }
  .hs-about-section-two .span6 {
    margin: 0;
  }
  .hs-about-section-two .span6 .hs_cos_wrapper_type_space {
    display: block;
    margin-bottom: 11px;
  }
  .hs-about-section-three .hs_cos_wrapper_type_rich_text h1 {
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .hs-about-section-four h1 {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  .hs-customer-section-two .hs_cos_wrapper_type_section_header p{
    padding:0; 
  }
  .hs-about-section-four .span4 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .custom-leaders-wrp .team-img-container img {
    width: 100%;
  }
  .hs-about-section-four h4 {
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .hs-home-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content h1 ,
  .hs-crm-section-three .hs_cos_wrapper_type_header h3 {
    font-size: 0.8em;
  }

  .hs-home-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .hs-home-section-three .span6 {
    width: 100%;
    margin: 0;
  }
  .hs-home-section-three .dnd-column>.dnd-row:first-child .hs_cos_wrapper_type_rich_text h1 {
    font-size: 0.8em;
  }
  .hs-home-section-three .span4 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .hs-home-section-three .dnd-column>.dnd-row:first-child .hs_cos_wrapper_type_rich_text {
    margin-bottom: 20px;
  }
  .hs-home-section-three .span4 h3 {
    font-size: 0.8em;
    margin-top: 25px;
  }
  .hs-home-section-three .span4 p {
    margin-top: 11px;
  }
  .hs-home-section-three .dnd-row:last-child .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin-top: 40px;
  }
  .hs-home-section-four .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }
  .hs-home-section-four .hs_cos_wrapper_type_rich_text h1 {
    font-size: 0.8em;
  }
  .hs-home-section-five .hs_cos_wrapper_type_rich_text h1 {
    font-size: 0.8em;
    margin-top: 24px;
  }
  .hs-home-section-five .hs_cos_wrapper_type_rich_text p {
    width: 100%;
  }
  .hs-home-section-five {
  }
  .hs-home-section-five .span3 {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .hs-home-section-five .span3 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 0.8em;
  }
  .hs-home-section-seven .custom-two-column-content-wrp.left .page-center .custom-two-column-content-inner .content h2 {
    font-size: 0.8em;
  }
  .hs-home-section-eight .span4 {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .hs-home-section-eight .dnd-section:first-child {
    padding-bottom: 0;
  }
  .hs-home-section-eight .dnd-section:nth-child(2) {
    padding-bottom: 0;
  }
  .hs-home-section-nine .span6 {
    width: 100%;
    margin: 0;
  }
  .hs-home-section-nine .span6 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 0.8em;
  }
  .hs-home-section-nine .span6:last-child {
    margin-top: 20px;
  }
  .hs-demo-confirmation-page .custom-banner-area-wrp .banner-sub-inner {
    padding-bottom: 50px;
  }
  .hs-pricing-section-two .hs_cos_wrapper_type_rich_text h3 {
    font-size: 0.8em;
  }
  .hs-pricing-section-four .span4 ul {
    margin-bottom: 0;
  }
  .hs-pricing-section-two .span4, .hs-pricing-section-four .span4 {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .hs-pricing-section-four .hs_cos_wrapper_type_rich_text h3 {
    font-size: 0.8em;
  }
  .hs-pricing-section-four .dnd-row:last-child .hs_cos_wrapper_type_rich_text {
    width: 100%;
  }
  .hs-pricing-section-six .hs_cos_wrapper_type_rich_text h3 {
    font-size: 0.8em;
  }
  .hs-pricing-section-seven .custom-bottom-section-wrp .page-center .bottom-inner h1 {
    line-height: 42px;
  }
  .body-container__website table {
    font-size: 10px;
  }
  .body-container__website table td {
    font-size: 11px;
  }
  .table-responsive {
    overflow: auto;
  }
  .hs-customer-section-two .span3 {
    width: 100%;
    float: none;
  }
  .hs-customer-section-two .span6 {
    margin: 0;
    width: 100%;
  }
  .hs-customer-section-two .hs_cos_wrapper_type_section_header h1{
    line-height:1.1em; 
  }
  .hs-resources-one .custom-bottom-section-wrp .page-center .bottom-inner h1 {
    line-height: 42px;
  }
  .hs-customer-section-two .custom-content-image-wrp.custom-content-video-mod.left .inner .content {
    padding-bottom: 30px;
  }
  .hs-customer-software-page .custom-bottom-section-wrp{
   min-height: 504px; 
  }
  .hs-customer-software-page .custom-bottom-section-wrp .page-center .bottom-inner h1 {
    margin-top: 10px;
  }
}
@media(max-width:479px){
  .custom-banner-area-wrp .page-center h1[data-font="font30"] {
    font-size: 30px;
  }
  .custom-banner-area-wrp .page-center p[data-font="font24"] {
    font-size: 25px !important;
  }
}
@media(max-width:400px){
  .hs-resorces-page .custom-banner-area-wrp .page-center h1 {
    font-size: 38px;
  } 
}
.kamcon-page .body-container-wrapper {
  padding-top: 0;
}

.kamcon-page .top-pane .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1em;
  margin: 0 0 6px;
  font-size: 40px;
}

.kamcon-page .top-pane .hs_cos_wrapper_type_rich_text p {
  font-size: 20px;
  line-height: 1.3;
}

.kamcon-page .top-pane .hs_cos_wrapper_type_rich_text p:first-of-type {
  margin-top: 0;
}

.kamcon-page .top-pane .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.kamcon-page .hs-button {
  padding: 25px 50px 23px;
  min-width: 200px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1.5px;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  border: none;
  transition: none;
  margin: 53px 0 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #13b5cd;
}

.kamcon-page .hs-button:hover {
  text-decoration: none;
  opacity: 0.9;
}

.kamcon-page .main-wrapper .custom-content-image-wrp.custom-content-video-mod {
  border: none;
}

.kamcon-page .main-wrapper .custom-content-image-wrp.custom-content-video-mod .inner {
  padding: 0;
}

.kamcon-page .main-wrapper .custom-content-image-wrp.custom-content-video-mod .inner .content {
  padding-bottom: 10px;
  font-size: 24px;
  padding-top: 100px;
}

.kamcon-page .main-wrapper .custom-content-image-wrp.custom-content-video-mod .inner .content p {
  font-size: 18px;
}

.custom-content-image-wrp.custom-content-video-mod .inner .content p:last-child {
  margin-bottom: 0;
}

.kamcon-page .widget-type-header h3 {
  padding: 0;
  margin: 0;
  font-size: 40px;
}

.kamcon-page .main-wrapper .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  line-height: 1.3;
}

.kamcon-page .main-wrapper .hs_cos_wrapper_type_rich_text p:first-of-type {
  margin-top: .3em;
}

.kamcon-page .main-wrapper .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.kamcon-page .main-wrapper .span6 {
  margin-left: 6%;
  width: 47%;
}

.kamcon-page .main-wrapper .span6:first-child {
  margin-left: 0;
}

.kamcon-page .main-wrapper .span6 .widget-type-linked_image img {
  border-radius: 3px;
  display: block;
  position: relative;
  max-width: 100%;
}

.kamcon-page .main-wrapper .span6 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.kamcon-page .main-wrapper .span3 {
  margin-left: 6%;
  width: 20.5%;
  margin-top: 50px;
}

.kamcon-page .main-wrapper .span3:first-child {
  margin-left: 0;
  clear: left;
}

.kamcon-page .main-wrapper .span3 .widget-type-linked_image {
  clear: both;
  display: block;
  margin-bottom: 50px;
  position: relative;
}

.kamcon-page .main-wrapper .span3 h4 {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 28px;
}

.kamcon-page .main-wrapper .span3 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 10px;
  display: block;
}

.kamcon-page .main-wrapper .span3 p {
  font-size: 17px;
}

.kamcon-page .bottom-pane .span3 {
  margin-left: 6%;
  width: 20.5%;
  margin-top: 50px;
}

.kamcon-page .bottom-pane .span3:first-child {
  margin-left: 0;
  clear: left;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin-top: 50px;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin-top: 20px;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp .icon {
  margin-bottom: 20px;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp span.av-icon-char {
  background-color: #13b5cd;
  color: #ffffff;
  border-width: 1px;
  border-color: #ececec;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp .content h1 {
  border: medium none;
  padding: 2px 0 0 0;
  position: relative;
  margin: 0 0 16px 0;
  clear: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.3em
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp .content p {
  line-height: 1.3;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp .content p:last-child {
  margin-bottom: 0;
}

.kamcon-page .bottom-pane span.transform:before {
  content: "";
}

.kamcon-page .bottom-pane span.learn:before {
  content: "";
}

.kamcon-page .bottom-pane span.network:before {
  content: "";
}

.kamcon-page .bottom-pane span.grow:before {
  content: "";
}

.kamcon-page .bottom-pane .hs-button {
  margin-top: 3px;
}

.kamcon-page .bottom-pane .custom-one-colo-button-wrp .content {
  padding-bottom: 0;
}

.customer-revenue-page .widget-type-header h3 {
  padding: 0;
  margin: 0;
  font-size: 40px;
}

.customer-revenue-page .body-container {
  font-size: 18px;
}

.customer-revenue-page .hs_cos_wrapper_type_module > hr {
  height: 0;
}

.customer-revenue-page .main-wrapper .hs_cos_wrapper_type_rich_text h3 {
  padding: 0;
  margin: 0;
  font-size: 28px;
}

.customer-revenue-page .main-wrapper .custom-content-image-wrp.custom-content-icon-mod {
  border-top: 0;
}

.customer-revenue-page .main-wrapper .custom-content-icon-mod .inner .content ul li {
  line-height: 1.65em;
}

.customer-revenue-page .main-wrapper .custom-content-icon-mod .inner .content {
  font-size: 18px;
}

.customer-revenue-page .main-wrapper .custom-content-icon-mod .inner .image span.icon {
  color: #13b5cd;
  border-color: #13b5cd;
}

.customer-revenue-page .main-wrapper .custom-content-icon-mod .inner .image span.icon span.av-icon-char {
  font-size: 120px;
  line-height: 120px;
  width: 120px;
}

.customer-revenue-page .main-wrapper span.chat-icon:before {
  content: "";
}

.customer-revenue-page .main-wrapper .span6 {
  margin-left: 6%;
  width: 47%;
  margin-top: 50px;
}

.customer-revenue-page .main-wrapper .span6:first-child {
  margin-left: 0;
  clear: left;
}

#eventbrite-widget-modal-trigger-345758291357 { font-size: 22px;padding: 15px 30px;display: flex;background: rgb(127,201,184);color: white;border: none;border-radius: 6px;margin-top: 30px;cursor: pointer; }
#eventbrite-widget-modal-trigger-345758291357:hover { background: rgb(139,221,202);text-decoration: none; }
.event-button:hover { text-decoration: none !important; }
#eventbrite-widget-modal-trigger-345758291357 svg { display: inline-block;width: 25px;margin-top: 2px;margin-left: 10px;fill: white; }

@media (min-width: 768px) {
  .kamcon-page .bottom-pane .custom-one-colo-button-wrp .content h1 {
    text-transform: none;
    font-size: 24px;
  }
}

@media (max-width: 989px) {
  .kamcon-page .main-wrapper .span3,
  .kamcon-page .bottom-pane .span3 {
    margin-left: 4%;
    width: 48%;
  }

  .kamcon-page .main-wrapper .span3:nth-child(2n + 1),
  .kamcon-page .bottom-pane .span3:nth-child(2n + 1) {
    margin-left: 0;
  }

  .kamcon-page .main-wrapper .span3:last-child,
  .kamcon-page .main-wrapper .span3:nth-last-child(2),
  .kamcon-page .bottom-pane .span3:last-child,
  .kamcon-page .bottom-pane .span3:nth-last-child(2) {
    margin-top: 30px;
  }

  .kamcon-page .row-fluid {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .kamcon-page .main-wrapper .span3,
  .kamcon-page .bottom-pane .span3 {
    margin-left: 0;
    width: 100%;
  }

  .kamcon-page .top-pane .hs_cos_wrapper_type_rich_text h3 {
    font-size: 32px;
  }

  .kamcon-page .hs-button {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .kamcon-page .main-wrapper .custom-content-image-wrp.custom-content-video-mod .inner .content {
    margin-bottom: 20px;
  }

  .kamcon-page .widget-type-header h3 {
    font-size: 32px;
    padding-top: 1px;
  }

  .kamcon-page .main-wrapper .span6,
  .customer-revenue-page .main-wrapper .span6 {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .kamcon-page .main-wrapper .span6 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 19.2px;
  }

  .kamcon-page .main-wrapper .span3,
  .kamcon-page .bottom-pane .span3 {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .kamcon-page .main-wrapper .span3 h4,
  .customer-revenue-page .main-wrapper .hs_cos_wrapper_type_rich_text h3 {
    font-size: 22.4px;
  }

  .kamcon-page .main-wrapper .span3:last-child,
  .kamcon-page .main-wrapper .span3:nth-last-child(2),
  .kamcon-page .bottom-pane .span3:last-child,
  .kamcon-page .bottom-pane .span3:nth-last-child(2) {
    margin-top: 0;
  }

  .kamcon-page .bottom-pane .custom-one-colo-button-wrp .content p {
    font-size: 14px;
    line-height: 23.1px;
  }

  .customer-revenue-page .widget-type-header h3 {
    font-size: 32px;
  }

  .customer-revenue-page .custom-content-image-wrp.custom-content-icon-mod .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
header.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header_main {
  border-bottom: 1px solid #75c1b4;
  border-top: 1px solid #75c1b4;
}
.header_main .header__container {
  padding: 0 50px;
  height: 100px;
  line-height: 100px;
  width: 100%;
  display: block;
}
.inner-container {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner-container .custom-logo {
  max-width: 150px;
  width: 100%;
  padding-top: 13px;
}
.custom-logo img {
  vertical-align: baseline;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper > ul {
  margin: 0;
  width: 100%;
  position: relative;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper > ul > li {
  margin: 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 30px;
  position: relative;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper > ul > li > ul {
  opacity: 0;
  visibility: hidden;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper > ul > li > ul {
  margin-left: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 208px;
  z-index: 2;
  padding: 0;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  margin-top: -1px;
  border-top: 2px solid #333f4f;
  display: block;
  border-bottom: 1px solid #75c1b4;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper > ul > li > a {
  line-height: 100px;
  font-weight: 300;
  font-size: 15px;
  -webkit-transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
  padding: 0 13px;
  display: block;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
  line-height: 20px;
  font-weight: 700;
  padding: 7.5px 20px;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
    top: 1px;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:nth-last-child(2) {
  position: relative;
  top: 31px;
  padding: 0 13px;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:last-child {
  position: absolute;
  top: 0;
  right: -5px;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:last-child > a {
  line-height: 30px;
  font-weight: 400;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:last-child > a:hover {
  font-weight: 600;
}
.header-wrap {
  min-height: 101px;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 300;
  letter-spacing: 1.5px;
  position:relative;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li > a {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 11px 15px;
  border-right: 1px solid #75c1b4;
  border-left: 1px solid #75c1b4;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li> ul {
  visibility: hidden;
  opacity: 0;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li> ul {
  margin-left: 0;
  left: -207px;
  position: absolute;
  top: 0;
  width: 208px;
  z-index: 2;
  padding: 0;
  box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  margin-top: -1px;
  border-top: 2px solid #75c1b4;
  display: block;
  border-bottom: 1px solid #75c1b4;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li> ul>li {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 300;
  letter-spacing: 1.5px;
  position: relative;
}
nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li> ul>li> a {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 11px 15px;
  border-left: 1px solid #75c1b4;
  border-right: 1px solid #75c1b4;
}
.av-burger-overlay-bg,
div#mobile-trigger  {
  display: none;
}
a:hover, a:focus, a:visited {
  outline: 0;
}
@media(min-width:990px){
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  } 
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul > li:hover> ul {
    opacity: 1;
    visibility: visible;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul ul {
    transition: all 0.7s;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li.active-branch>a:before {
    position: absolute;
    bottom: -1px;
    height: 2px;
    z-index: 10;
    width: 100%;
    left: 0;
    background: #111d2d;
    content: '';
  }
}
@media(max-width:989px){
  .av-burger-overlay-bg,
  div#mobile-trigger  {
    display: block;
  }
  nav.main_menu.nav-link-menu-container {
    right: 0;
    max-width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(.75,0,.25,1);
    transition: all 0.5s cubic-bezier(.75,0,.25,1);
    width: 350px;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    background: #fff;
    overflow: auto;
    position: fixed;
    height: 100%;
    z-index: 10;
    top:0;
  }
  header.header {
    position: relative;
  }
  .header_main .header__container {
    height: auto;
    line-height: 90px;
  }
  .custom-logo img {
    vertical-align: middle;
  }
  .inner-container .custom-logo {
    padding-top: 0;
    position: relative;
    top: 1px;
  }
  main.body-container-wrapper {
    padding-top: 0;
  }
  .header-wrap {
    min-height: auto;
  }
  .av-burger-overlay-bg {
    display: block;
    position: fixed;
    opacity: .3;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 700px;
    background: #000;
    visibility: hidden;
    transition: 0.5s ease all;
  } 
  .menu-item-avia-special {
    display: block;
    font-weight: 300;
    letter-spacing: 1.5px;
  }
  .menu-item-avia-special a {
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    height: 90px;
    line-height: 90px;
    -webkit-transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;
    display: block;
  }
  .av-hamburger {
    padding: 0 0 0 0;
    display: inline-block;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .av-hamburger-box {
    width: 35px;
    height: 8px;
    display: inline-block;
    position: relative;
  }
  .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    width: 100%;
    height: 3px;
    background-color: #333f4f;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
  }
  .av-hamburger--spin .av-hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .av-hamburger--spin .av-hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease;
  }
  .av-hamburger-inner::before {
    top: -10px;
  }
  .av-hamburger-inner::before, .av-hamburger-inner::after {
    content: "";
    display: block;
  }
  .av-hamburger-inner::after {
    bottom: -10px;
  }
  .av-hamburger--spin .av-hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(.55,.055,.675,.19),background-color 0.15s ease;
  }
  .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .mobile-open nav.main_menu.nav-link-menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-open .av-burger-overlay-bg {
    visibility: visible;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul {
    display: block;
    padding: 92px 0;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>a {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #75c1b4;
    position: relative;
  }

  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:nth-last-child(2) {
    top: 0;
    padding: 16px 50px;
    border-bottom: 1px solid #75c1b4;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
    margin: 0;
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    padding: 9px 20px 8px;
    transition: none;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li:last-child {
    position: relative;
    right: 0;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul {
    position: relative;
    width: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    margin: 0;
    border: 0;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>a {
    border: 0;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    padding-left: 70px;
    border-bottom: 1px solid #75c1b4;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>a:before {
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: .3;
    border: none!important;
    width: 7px;
    left: 50px;
    top: 50%;
    background-color: #2d2929;
    content: '';
  }
  .menu-item-avia-special {
    position: relative;
    z-index: 99;
  }
  .mobile-open .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .mobile-open .av-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;
  }
  .mobile-open .av-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(.215,.61,.355,1),background-color 0.15s ease;
  }
  .child-trigger {
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    opacity: .5;
    vertical-align: top;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 50px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper ul>li.hs-item-has-children >a:after {
    content: "\E87d";
    font-family: 'entypo-fontello';
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    opacity: .5;
    vertical-align: top;
    float: right;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    height: 20px;
    line-height: 20px;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper ul>li.hs-item-has-children.child-open >a:after {
    -webkit-transform: rotate( 90deg);
    transform: rotate(90deg);
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>ul {
    position: relative;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    display: block;
    text-align: left;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid #75c1b4;
    padding-left: 90px;
    position: relative;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before {
    height: 1px;
    display: block;
    position: absolute;
    margin-top: 0;
    opacity: .3;
    border: none !important;
    width: 7px;
    left: 70px;
    top: 50%;
    background-color: #2d2929;
    content: '';
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>a {
    position: relative;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>a {
    border-top: 1px solid #75c1b4;
  }
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>a:hover,
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
    background: none !important;
  }
}
@media(max-width:767px){
  nav.main_menu.nav-link-menu-container .hs-menu-wrapper>ul {
    padding: 82px 0;
  }
  .header_main .header__container {
    line-height: 80px;
  }
  .menu-item-avia-special a {
    height: 80px;
    line-height: 80px;
  }
  .custom-logo img {
    max-height: 80px;
    padding-top: 8px;
    max-width: 145px;
  }
  .header_main .header__container {
    padding: 0;
    width: 85%;
    max-width: 85%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #ffffff;

}
.footer__container {

  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;

}
footer.footer {
  padding: 16px 0 33px;
}
footer.footer .footer__container {
  padding: 0 50px;
  overflow: hidden;
}
footer.footer .footer__container .col1 {
  width: 29.333333333333332%;
  float: left;
}
footer.footer .footer__container .col1 .col1-top-section {
  padding: 30px 0 0;
}
footer.footer .footer__container .col1 .col1-top-section h3 {
  margin-top: .85em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}
footer.footer .footer__container .col1 .col1-top-section p {

}
.footer-social-section {
  padding: 30px 0;
}
.footer-social-section p a {
  width: 32px;
  display: inline-block;
  margin-right: 15px;
  height: 36px;
}
img {
  vertical-align: middle;
}
footer.footer .footer__container .col2 .hs-menu-wrapper > ul > li {
  margin-left: 8.5%;
  width: 40%;
  float: left;
  padding: 0;
  letter-spacing: 0;
}
footer.footer .footer__container .col2 .hs-menu-wrapper > ul {
  margin: 0;
  width: 100%;
  display: block;
}
footer.footer .footer__container .col2 {
  width: 70.6666666667%;
  float: left;
  padding: 30px 0;
}
footer.footer .footer__container .col2 .hs-menu-wrapper > ul > li > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  margin: .85em 0;
}
.footer .col2 .hs-menu-wrapper>ul>li>a {
  margin-top: .85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.3em;
}
.footer .col2 .hs-menu-wrapper>ul>li>ul > li > a {
  font-weight: 400;
  display: inline-block;
}
footer.footer .footer__container .col2 .hs-menu-wrapper > ul > li > ul > li {
  margin: 0;
  padding: 0;
  letter-spacing: 1.5px;
}
.footer .col2 .hs-menu-wrapper>ul>li>ul > li > a:hover {
  text-decoration: underline;
}
footer.footer .footer__container .col2 .hs-menu-wrapper > ul > li:last-child {
  padding-left: 13px;
}
@media(max-width:1200px){
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul>li:last-child {
    padding-left: 7px;
  } 
}
@media(max-width:989px){
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul>li>ul {
    display: block !important;
    height:100% !important;
  } 
}
@media(max-width:767px){
  footer.footer .footer__container .col1 {
    width: 100%;
    float: none;
  }
  footer.footer .footer__container .col2 {
    width: 100%;
    float: none;
  }
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul>li {
    width: 100%;
    float: none;
    margin: 0;
  }
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul {
    margin-bottom: 20px;
  }
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul>li:last-child {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 1px;
  }
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul>li>ul {
    margin: 0;
    padding: 0.85em 0;
  }
  footer.footer .footer__container {
    padding: 0;
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
  }
  footer.footer .footer__container .col2 .hs-menu-wrapper>ul>li:first-child {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .footer-social-section {
    padding-bottom: 23px;
    padding-top: 30px;
  } 
  footer.footer {
    padding: 16px 0 29px;
  }
}
@media(max-width:479px){
  .footer-social-section p a {
    margin-right: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 1310px;
  padding: 0 50px;
  margin: 0 auto;
}

.blog-header {
  background-color: #ffffff;
  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;
  }
}
.custom-blog-banner-area-wrp {
  position: relative;
  overflow:hidden;
}
.custom-blog-banner-area-wrp .page-center .banner-inner.style1 {
  font-size: 48px;
  width: 47%;
}

.custom-blog-banner-area-wrp .page-center .banner-inner.style1 p {
  font-size: 24px;
}
.custom-blog-banner-area-wrp .page-center {
  position: relative;
  display: table;
  table-layout: fixed;
}
.custom-blog-banner-area-wrp .page-center h1 {
  color: #fff;
  font-size: 1em;
  margin: 0;
}
.custom-blog-banner-area-wrp .page-center .banner-inner {
  color: #ffffff;
  font-size: 55px;
  width: 64.66666666666666%;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 55px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none
}
.custom-blog-banner-area-wrp .page-center .banner-inner .banner-sub-inner{
  padding-bottom: 10px;
}
.custom-blog-banner-area-wrp .page-center .banner-inner p {
  font-size: 25px;
  line-height: 1.3em;
  margin-top: .3em;
  margin-bottom: 0;
}

.custom-blog-banner-area-wrp .banner-sub-inner {
  position: relative;
  width: 64.66666666666666%;
}

.custom-blog-banner-area-wrp .av-section-color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.3;
  background-color: #000000;
}
.custom-blog-banner-area-wrp .av-parallax{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-blog-banner-area-wrp .av-parallax-inner {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

@media(max-width:767px){
  .custom-blog-banner-area-wrp .page-center .banner-inner .banner-sub-inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-blog-banner-area-wrp .page-center h1 {
    font-size: .8em;
  }
  .custom-blog-banner-area-wrp .page-center .banner-inner.style1 {
    width: 100%;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  margin: 0 15px 15px 0;
  font-size: 14px;
  line-height: 1.65em;
}
.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: #ffffff;
  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 .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

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

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments {
  padding-right: 50px;
}

.blog-comments form {
  margin-top: 0;
  padding-top: 2em;
  border-top: 0 !important;
}

.blog-comments .hs-input {
  max-width: 100%;
}

/* Related Articles */

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

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.blog-index-wrapper {
  clear: both;
  position: relative;
  width: 100%;
  color: #333f4f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
}

.blog-index-wrapper .blog-posts-wrapper {
  width: 75%;
  background-color: #ebebeb;
  padding: 15px 0 0 15px;
}

.blog-index-wrapper .blog-posts-inner {
  width: 100.4%;
  float: left;
  clear: both;
  position: relative;
  -webkit-transition: height 0.5s 0.2s cubic-bezier(.165,.84,.44,1);
  transition: height 0.5s 0.2s cubic-bezier(.165,.84,.44,1);
}

.blog-post-item {
  outline: 0;
  display: block;
  float: left;
  clear: none;
  text-decoration: none;
  width: 49.8%;
  z-index: 2;
}

.blog-post-item .post-inner-masonry-sizer {
  width: 100%;
  padding-bottom: 80%;
  z-index: 1;
  min-height: 300px;
}

.blog-post-item .post-inner-masonry {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 15px;
  -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(.175,.885,.32,1.075);
  animation: avia_msonry_show 0.8s 1 cubic-bezier(.175,.885,.32,1.075);
  overflow: hidden;
  background-color: transparent;
}

.blog-post-item .post-outerimage-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
}

.blog-post-item .post-image-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
}

.blog-post-item:hover .post-image-container {
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}

.post-inner-masonry-content {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 20px;
  z-index: 2;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  color: #333f4f;
  position: absolute;
  bottom: -1px;
}

.blog-post-item .custom-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border: none;
  top: -5px;
  background-color: #fff;
}

.blog-post-item h3 {
  margin: 0;
}

.blog-post-item .post-entry-content {
  font-weight: 300;
  letter-spacing: 1.5px;
  padding-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
}

.blog-post-item .post-date {
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 15px;
  line-height: 18px;
}

.blog-post-item .post-entry-content p {
  font-weight: inherit;
  margin: 0;
}

.blog-index-wrapper .custom-blog-sidebar {
  width: 25%;
  padding: 30px;
}

.blog-index-wrapper .custom-blog-sidebar > div {
  display: block;
  zoom: 1;
  clear: both;
  position: relative;
  padding: 30px 0 30px 0;
  float: none;
}

.blog-site-search form {
  position: relative;
}

.blog-site-search input[type="text"] {
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  outline: none;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333f4f;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0;
  border-color: #ececec;
  background-color: #fcfcfc;
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  max-width: 100%;
}

.blog-site-search input[type="text"]::-webkit-input-placeholder {
  color: #333f4f;
}

.blog-site-search button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #75c1b4;
  color: #fff;
  border-color: #53a092;
  font-family: 'entypo-fontello';
  font-size: 17px;
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
}

.blog-site-search button svg {
  display: none;
}

.blog-site-search button:after {
  content: "";
}

.blog-site-search button:hover {
  background-color: #f25c32;
  color: #fff;
  border-color: #d03a10;
}

.blog-index-wrapper .custom-blog-sidebar h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.custom-blog-sidebar .blog-categories ul {
  list-style: disc outside;
  padding: 0;
  margin: 0;
  width: 100%;
}

.custom-blog-sidebar .blog-categories a {
  transition: none;
  text-transform: capitalize;
}

.blog-index-wrapper span.filter-link-count {
  display: none;
}

.blog-pagination{
  display: block !important;
}

.blog-pagination.hide{
  display: none !important;
}

.blog-pagination .no-post{
  display: none;
}

.blog-pagination a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  clear: both;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  display: block;
  color: #75c1b4;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  overflow: hidden;
}

.blog-pagination a:hover {
  letter-spacing: 0;
  color: #f25c32;
}

.blog-newsletter-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #ececec;
  color: #333f4f;
  background-color: #b3e2f5;
}

.blog-newsletter-wrapper .blog-newsletter-inner {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}

.blog-newsletter-wrapper  .title-wrapper {
  text-align: center;
  padding-bottom: 10px;
  font-size: 35px;
}

.blog-newsletter-wrapper .title-wrapper h4 {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

.blog-newsletter-wrapper .left-spacer,
.blog-newsletter-wrapper .right-spacer {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 6%;
  width: 20.5%;
  margin-top: 50px;
}

.blog-newsletter-wrapper .left-spacer {
  margin-left: 0;
  clear: left;
}

.blog-newsletter-wrapper .blog-newsletter-form {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 6%;
  width: 47%;
  margin-top: 50px;
}

.blog-newsletter-wrapper .hs-form-field {
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin: 11px 0;
}

.blog-newsletter-wrapper fieldset {
  max-width: 100% !important;
}

.blog-newsletter-wrapper .hs-input {
  max-width: 100%;
}

.blog-newsletter-wrapper fieldset.form-columns-2 .hs-form-field {
  width: 49.5% !important;
  float: left;
}

.blog-newsletter-wrapper fieldset.form-columns-2 .hs-form-field:first-child {
  clear: both;
  margin-left: 0;
}

.blog-newsletter-wrapper fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 1% !important;
}

.blog-newsletter-wrapper .input {
  margin-right: 0 !important;
}

.blog-newsletter-wrapper .hs-form-field > label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 7px;
}

.blog-newsletter-wrapper .hs-input,
.blog-newsletter-wrapper input[type="text"],
.blog-newsletter-wrapper input[type="email"] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  display: inline;
  min-width: 50px;
  padding: 13px;
  border-radius: 2px;
  color: #222;
  border-width: 2px!important;
  background: #fff;
  border-color: #333F4F;
  height: 60px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.blog-newsletter-wrapper .hs-form-required {
  color: inherit;
}

.blog-newsletter-wrapper .actions {
  width: 32.6%;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin: 11px 0;
  min-width: 154px;
}

.blog-newsletter-wrapper input[type="submit"] {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  font-weight: 400;
  width: 100% !important;
  padding: 15px 10px 16px;
  border-width: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding-left: 35px;
  padding-right: 35px;
}

.blog-newsletter-wrapper input[type="submit"]:hover {
  opacity: .9;
}

.blog-main-wrapper .blog-tag-cloud ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-main-wrapper .blog-tag-cloud ul li {
  margin: 0 -1px 0 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 1.65em;
}

.blog-main-wrapper .blog-tag-cloud a {
  padding: 2px 8px;
  margin: 0 0 1px 0;
  display: block;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 12.5px;
  color: #333f4f;
  border-color: #ececec;
  transition: none;
}

.blog-main-wrapper .blog-tag-cloud a:hover {
  text-decoration: underline;
}

.blog-main-wrapper.post .blog-posts-wrapper {
  padding: 0;
  position: relative;
  padding-top: 51px;
  padding-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: -1px;
  border-color: #ececec;
  margin-left: 0;
  clear: left;
  width: 70%;
  background-color: transparent;
}

.blog-main-wrapper.post .custom-blog-sidebar {
  padding: 0;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 1px;
  z-index: 1;
  margin-left: 0;
  float: none;
  width: 30%;
  overflow: hidden;
  display: block;
  clear: none;
  padding-left: 50px;
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #ececec;
}

.blog-main-wrapper.post .custom-blog-sidebar > div:first-child {
  padding-top: 1px;
}

.blog-main-wrapper.post .custom-blog-sidebar .blog-categories ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-main-wrapper.post .custom-blog-sidebar .blog-categories a {
  color: #333f4f;
}

.blog-main-wrapper.post .custom-blog-sidebar .blog-categories a:hover {
  color: #f25c32;
}

.avia-post-nav {
  position: fixed;
  height: 110px;
  top: 50%;
  background: #aaa;
  background: rgba(0,0,0,.1);
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 501;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.avia-post-nav:hover {
  background: #222;
  background: rgba(0,0,0,.8);
  text-decoration: none;
  color: #fff;
}

.avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}

.avia-post-nav .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}

.avia-post-nav .entry-image {
  height: 80px;
  width: 80px;
  display: block;
}

.avia-post-nav .entry-image img {
  border-radius: 100px;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.avia-post-nav .entry-image .entry-image-inner {
  border-radius: 100px;
  display: block;
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.avia-post-prev .label {
  left: 10px;
}

.avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.avia-post-next .label {
  right: 10px;
}

.avia-post-next.with-image {
  text-align: right;
}

.avia-post-nav .entry-info {
  display: block;
  height: 80px;
  width: 220px;
  display: table;
}

.avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}

.avia-post-prev .entry-info {
  margin: 0 1px 0 20px;
}

.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
  color: #fff;
  font-weight: 400;
}

.avia-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.avia-post-nav:hover .entry-info-wrap {
  width: 240px
}

.blog-main-wrapper.post .big-preview {
  display: block;
  padding: 0 50px 10px 131px;
  position: relative;
  z-index: 4;
}

.blog-main-wrapper.post .big-preview.single-big {
  padding: 0 50px 10px 0;
}

.blog-main-wrapper.post .big-preview a {
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-main-wrapper.post .big-preview img {
  vertical-align: baseline;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 4;
  width: 100%;
}

.big-preview-image-wrap {
  position: relative;
  padding-bottom: 38%;
}

.big-preview-image-wrap .big-preview-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.blog-main-wrapper.post .image-overlay {
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  left: 0;
  top: 0px;
  overflow: hidden;
  display: block;
}

.image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #75c1b4;
  color: #fff;
  border-color: #53a092;
}

.blog-main-wrapper.post .big-preview a:hover .image-overlay {
  opacity: 0.7!important;
}

.blog-main-wrapper.post .big-preview a:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(.175,.885,.32,1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(.175,.885,.32,1.275);
}

.blog-main-wrapper.post {}

.blog-main-wrapper.post .post-title {
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
}

.blog-main-wrapper.post .entry-content-wrapper {
  padding-right: 50px;
  font-size: 14px;
  line-height: 1.65em;
}

.blog-main-wrapper.post .post-meta-infos {
  font-size: .9em;
  position: relative;
  top: -8px;
  display: block;
  font-weight: 300;
}

.entry-content-header {
  line-height: 1.65em;
  font-size: 14px;
}

.blog-main-wrapper.post .minor-meta {
  font-size: .9em;
}

.blog-main-wrapper.post .minor-meta a {
  color: #333f4f;
  transition: none;
  text-transform: capitalize;
}

.blog-main-wrapper.post .minor-meta a:hover {
  color: #f25c32;
}

.text-sep {
  padding: 0 5px;
}

.blog-post__body {
  font-size: 16px;
  color: #333f4f;
}

.blog-post__body p {
  font-size: 18px;
  line-height: 26px;
}

.blog-post__body i {
  font: inherit;
}

.blog-post__body img {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.blog-post__body b,
.blog-post__body strong {
  font-weight: 700;
}

#sexy-author-bio {
  padding: 10px;
  margin: 0;
  background: #ffffff;
  border-style: solid;
  border-color: #ececec;
  color: #222222;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  overflow: hidden;
}

#sab-author {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  display: block;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
}

#sab-gravatar {
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}

#sab-gravatar img {
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  float: left;
  border: solid 1px;
  background-color: #FFF;
}

#sab-gravatar a {
  color: #75c1b4;
}

#sab-author a {
  margin-right: 10px;
  text-transform: capitalize;
  color: #75c1b4;
}

#sab-byline {
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  text-decoration: underline;
  text-transform: capitalize;
  overflow: hidden;
}

#sab-description,
#sab-byline span { 
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

#sab-byline span {
  display: inline-block;
  color: #222222;
  text-decoration: none;
  position: relative;
  text-transform: none;
}

[id^=sig-] {
  height: 32px;
  width: 32px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}

#sab-social-wrapper a,
#sexy-author-bio a,
#sexy-author-bio div a {
  box-shadow: none;
}

#sexy-author-bio a {
  color: #333f4f;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

#sab-byline a + br + span {
  top: -4px;
}

.blog-tags a {
  font-weight: 300;
  letter-spacing: 1.5px;
}

.hs-blog-post .hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}


.blog-main-wrapper.post .av-share-box {
  width: 100%;
  clear: both;
  font-size: 13px;
  margin-top: 31px;
  margin-bottom: 50px;
  padding: 0;
}

.blog-main-wrapper.post .av-share-box .av-share-link-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1em;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #333f4f;
  margin-bottom: 20px;
}

.blog-main-wrapper.post .av-share-box ul {
  color: #333d47;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-radius: 3px;
  background: transparent;
  border-color: #e1e1e1;
}

.blog-main-wrapper.post .av-share-box ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #e1e1e1;
  position:relative;
}

.blog-main-wrapper.post .av-share-box ul li:first-child {
  border: none;
}

.blog-main-wrapper.post .av-share-box ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blog-main-wrapper.post .avia_hidden_link_text {
  display: none;
}

.blog-main-wrapper.post .av-share-box ul li a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}

.blog-main-wrapper.post .av-social-link-facebook:hover a {
  color: #fff;
  background-color: #37589b;
}

.blog-main-wrapper.post .av-social-link-twitter:hover a {
  color: #fff;
  background-color: #46d4fe;
}

.blog-main-wrapper.post .av-social-link-linkedin:hover a {
  color: #fff;
  background-color: #419cca;
}

.blog-main-wrapper.post .av-social-link-reddit:hover a {
  color: #fff;
  background-color: #FF4500;
}

.blog-main-wrapper.post .av-social-link-mail:hover a {
  color: #fff;
  background-color: #9fae37;
}

.blog-main-wrapper.post .av-social-link-gplus:hover a {
  color: #fff;
  background-color: #de5a49;
}

.blog-main-wrapper.post .av-social-link-pinterest:hover a {
  color: #fff;
  background-color: #cb2027;
}

.avia-related-tooltip {
  position: absolute;
  z-index: 9999999;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin-top: -10px;
  border-color: #e1e1e1;
  width: 100%;
  background-color: #ffffff;
  color: #333d47;
  bottom: 80px;
  z-index: 2999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.avia-related-tooltip .avia-arrow-wrap {
  border-color: #e1e1e1;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
}

.avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
  border-top: none;
  border-left: none;
  top: -4px;
  background-color: #ffffff;
  color: #333d47;
  border-color: #e1e1e1;
}

.blog-main-wrapper.post .av-share-box ul li:hover .avia-related-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: 65px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.av-share-box .avia-related-tooltip {
  width: 150px;
  transform: translateX(-50%);
  left: 50%;
}

.blog-main-wrapper.post .related_posts {
  position: relative;
  clear: both;
  width: 100%;
  padding: 0 50px 33px 0;
  margin-bottom: 30px;
}

.blog-main-wrapper.post .related_title {
  margin-bottom: 20px;
}

.blog-main-wrapper.post .related_posts_item {
  float: left;
  padding-right: 3px;
  width: 50%;
}

.blog-main-wrapper.post .related_posts_item:nth-child(2n + 1) {
  clear: both;
}

.blog-main-wrapper.post .related_posts img,
.blog-main-wrapper.post .related_posts a {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.blog-main-wrapper.post .related_posts.av-related-style-full a {
  margin: 2px 0;
  padding: 6px;
  border-radius: 3px;
  display: table;
  width: 100%;
  text-decoration: none;
  text-align: left;
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fcfcfc;
}

.blog-main-wrapper.post .related_posts.av-related-style-full a:hover {
  background-color: #fff;
  color: #333f4f;
}

.blog-main-wrapper.post .related_image_wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.blog-main-wrapper.post .av-related-style-full .related_image_wrap {
  display: table-cell;
  float: none;
  background-color: transparent;
}

.blog-main-wrapper.post .av-related-style-full .related_image_wrap,
.blog-main-wrapper.post .av-related-style-full .related_image_wrap img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

.blog-main-wrapper.post .av-related-style-full .related_image_wrap img {
  object-fit: cover;
}

.blog-main-wrapper.post .related-format-icon {
  position: absolute;
  text-align: center;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-main-wrapper.post .related-format-icon:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.blog-main-wrapper.post .av-related-style-full .related-format-icon {
  width: 58px;
  height: 58px;
  bottom: auto;
  right: auto;
  border-radius: 100px;
  background-color: #fff;
  color: #333f4f;
}

.blog-main-wrapper.post .related-format-icon-inner {
  position: absolute;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
}

.blog-main-wrapper.post .related-format-icon-inner:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: attr(data-av_icon);
  speak: none;
  font-family: 'entypo-fontello';
}

.blog-main-wrapper.post .av-related-style-full .av-related-title {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
  line-height: 1.2em;
  color: #333f4f;
}

.hs-blog-listing .blog-index-wrapper {
  background-color: #fff;
}

.blog-author-warpper {
  position: relative;
  margin-bottom: 40px;
  padding: 35px 0 44px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-right: 50px;
  border-color: #ececec;
}

.blog-author-warpper .blog-meta {
  float: left;
  margin-right: 50px;
}

.blog-author-warpper .rounded-container {
  border-radius: 111px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
  float: left;
  width: 81px;
  height: 81px;
  text-align: center;
  line-height: 81px;
  background: #333f4f;
  color: #fff;
}

.blog-author-warpper .rounded-container img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 111px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 2;
}

.blog-author-warpper  .author_description {
  overflow: hidden;
}

@media (min-width: 767px) and (max-width: 989px) {
  .blog-post-item .post-entry-content {
    display: none;
  }
}

@media (max-width: 989px) {
  .blog-main-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .blog-index-wrapper .blog-posts-wrapper,
  .blog-index-wrapper .custom-blog-sidebar {
    width: 100%;
  }

  .blog-index-wrapper .custom-blog-sidebar {
    display: block;
    margin: 0;
    height: auto;
    overflow: hidden;
    padding-left: 8%;
    padding-right: 8%;
  }

  .blog-newsletter-wrapper .title-wrapper {
    margin-bottom: 20px;
  }

  .blog-newsletter-wrapper .left-spacer,
  .blog-newsletter-wrapper .right-spacer {
    margin: 0;
    width: 100%;
  }

  .blog-newsletter-wrapper .blog-newsletter-form {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .content-wrapper {
    padding: 0;
  }

  .blog-newsletter-wrapper .title-wrapper h4 {
    font-size: .8em;
  }

  .blog-index-wrapper .blog-posts-inner,
  .blog-post-item {
    width: 100%;
  }

  .avia-post-nav {
    display: none;
  }

  [id^=sig-] {
    margin-left: 0;
    margin-right: 2px;
  }
  #sab-gravatar {
    display: none!important;
  }

  .blog-main-wrapper.post .blog-posts-wrapper, .blog-main-wrapper.post .custom-blog-sidebar {
    border: none;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 50px;
  }

  .blog-main-wrapper.post .entry-content-wrapper {
    padding-right: 0;
  }

  #sab-author {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  .blog-main-wrapper.post .av-share-box {
    margin-bottom: 10px;
    margin-top: 32px;
  }

  .blog-main-wrapper.post .related_posts_item {
    display: block;
    width: 100%;
    clear: both;
  }

  .blog-main-wrapper.post .related_posts,
  .blog-comments {
    padding-right: 0;
  }

  .blog-main-wrapper.post .custom-blog-sidebar {
    padding-left: 0;
    display: none;
  }

  #sab-byline span,
  #sab-byline a + br + span,
  #sab-byline a + span { 
    top: 0;
  }

  .blog-author-warpper .blog-meta {
    display: none;
  }
}

@media (max-width: 589px) {
  .av-share-box .av-share-link:first-child .avia-related-tooltip,
  .av-share-box .av-share-link:last-child .avia-related-tooltip {
    width: auto;
  }

  .av-share-box .av-share-link:first-child .avia-related-tooltip {
    padding: 15px 7px;
  }
}

@media (max-width: 479px) {
  .blog-newsletter-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .blog-newsletter-wrapper fieldset.form-columns-2 .hs-form-field:last-child {
    margin-left: 0 !important;
  }

  .blog-newsletter-wrapper .actions {
    width: 100%;
  }

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

  .blog-post-item .post-inner-masonry-sizer {
    min-height: 350px;
  }
}

@-webkit-keyframes avia_msonry_show {
  0% {
    -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: .1
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
    opacity: 1
  }
}

@keyframes avia_msonry_show {
  0% {
    transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: .1
  }

  100% {
    transform: translateZ(0) translateY(0) rotateX(0deg);
    opacity: 1
  }
}

@-webkit-keyframes avia_pop_small {
  0% {
    -webkit-transform: rotate(-175deg) scale(.2)
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1)
  }
}

@keyframes avia_pop_small {
  0% {
    transform: rotate(-175deg) scale(.2)
  }

  100% {
    transform: rotate(0deg) scale(1)
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}



.hs_cos_wrapper_type_member_register {
  max-width: 500px;
  display: block;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label,
.hs_cos_wrapper_type_member_login label{
  display: block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input, 
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_password_reset_request .hs-input,
.hs_cos_wrapper_type_member_login .hs-input{
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_member_register .hs-button, 
.hs_cos_wrapper_type_password_reset .hs-button, 
.hs_cos_wrapper_type_member_login .hs-button ,
.hs_cos_wrapper_type_password_reset_request .hs-button,
.hs_cos_wrapper_type_member_login .hs-button{
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_member_register , 
.hs_cos_wrapper_type_password_reset , 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_login{
  max-width: 500px;
  display: block;
}
input#hs-login-widget-remember ~ label {
  display: inline-block;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
[type="checkbox"], [type="radio"] {
  display: inline-block;
  width: auto;
}
.cm-error-page-inner {
  padding: 50px 0;
  line-height:1.65em;
}
.cm-error-page-inner .entry-content {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.5px;
}


.cm-error-page-inner .hs-search-field__bar form {
  padding-bottom: 40px;
  position: relative;
  max-width: 300px;
}

.cm-error-page-inner .hs-search-field__input {
  border-color: #ececec;
  background-color: #fcfcfc;
  color: #333f4f;
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  outline: none;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  border-radius: 0px;
  border-color: #ececec;
}
.cm-error-page-inner .hs-search-field__input::-webkit-input-placeholder {
  color: #333f4f;
  opacity: 1;
}
.cm-error-page-inner .hs-search-field__input::-moz-placeholder {
  color: #333f4f;
  opacity: 1;
}
.cm-error-page-inner .hs-search-field__input:-ms-input-placeholder {
  color: #333f4f;
  opacity: 1;
}
.cm-error-page-inner form button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  background-color: #75c1b4;
  color: #ffffff;
  border-color: #53a092;
  font-family: 'entypo-fontello';
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
}
.cm-error-page-inner form button span {
  display: none;
}
.cm-error-page-inner form button:after {content: "";}

.cm-error-page-inner form button:hover {
  background-color: #f25c32;
  color: #ffffff;
  border-color: #d03a10;
}
.cm-error-page-inner .search_form_field {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 4px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ececec;
}
.cm-error-page-inner span.author-extra-border {
  display: block;
  position: absolute;
  bottom: -1px;
  width: 600%;
  right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ececec;
}
.cm-error-page-inner h4.mini-title {
  color: #333f4f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  padding-bottom: 20px;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 1.1em;
  margin-bottom: 4px;
}
.cm-error-page-inner .hs-search-results {
  margin-top: 0;
}
.cm-error-page-inner ul.hs-search-results__listing li {
  padding-bottom: 40px;
  padding-left: 55px;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
}
.cm-error-page-inner .hs-search-results__title {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3em;
  color: #333f4f;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
  text-decoration: none;
}
.cm-error-page-inner .hs-search-results__title:hover {
  text-decoration: underline;
  color: #333f4f;
}
.cm-error-page-inner .hs-search-results__description {
  padding: 0;
  font-size: 16px;
  line-height: 23.1px;
  padding-top: 10px;
}
.cm-error-page-inner ul#hsresults li {
  margin-top: 0;
}
.cm-error-page-inner .hs-search-results__pagination a {
  line-height: 35px;
  text-align: center;
  padding: 0 20px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
  background: #fcfcfc;
  color: #333f4f;
  font-size: 11px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-family: 'neuehaasgrotesk','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.cm-error-page-inner .hs-search-results__pagination a:hover {
  background: #333f4f;
  color: #ffffff;
}
.cm-error-page-inner .hs-search-results__pagination {
  overflow: hidden;
}

@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  } 
  .hs_cos_wrapper_type_member_register , 
  .hs_cos_wrapper_type_password_reset , 
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_login {
    max-width: 100%;
    display: block;
  }  
  .systems-page .page-header h1 {
    font-size: 30px;
  }

  .systems-page .page-header h2 {
    font-size: 21px;
  }

  .systems-page .success {
    min-width: 100%;
  }
}