/* ******************************************************************************
*********************************************************************************
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 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face { font-family: FontAwesome; 
  src: url("//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/VolerSystems_June2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/fontawesome-webfont.woff) format("woff"),
    url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400; 
  font-display: swap;
}
@font-face { font-family: HelveticaNeue;
  src: url("//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/VolerSystems_June2021/Fonts/HelveticaNeue-Light.otf"); 
  font-weight: 300;
  font-display: swap; 
}
@font-face { font-family: HelveticaNeue;
  src: local("Helvetica Neue Medium"), 
    local("HelveticaNeue-Medium"),
    url("//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/VolerSystems_June2021/Fonts/hinted-HelveticaNeue-Medium.eot") format("embedded-opentype"), 
    url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/hinted-HelveticaNeue-Medium.woff2) format("woff2"), 
    url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/hinted-HelveticaNeue-Medium.woff) format("woff"), 
    url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/hinted-HelveticaNeue-Medium.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap; 
}
@font-face { font-family: HelveticaNeue; 
  src: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/Fonts/HelveticaNeueBold.ttf); 
  font-weight: 800;
  font-display: swap; 
}
html {
  font-size: 24px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Lato, serif;
  font-size: 1.2rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
h3.form-title:empty {
    display: none;
}
.hs-button {
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;

  
  text-decoration: none;
  padding: 10px 50px;
  background-color: #90000f;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  border-radius: 21px;
  color: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  outline: 0;
  border: 1px solid transparent;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

.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,
label{
  color: #33475b;
  display: inline-block;
  margin-bottom: .5rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input,
.systems-page input[type="password"]{
  display: inline-block;
  width: 100%;
  font-size: 15px;
  height: 43px;
  color: #4b3e31;
  border: 1px solid #707070;
  text-indent: 18px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  line-height: inherit;
  font-family: inherit;
  color: #33475b;
  outline: 0;
}
.hs-form textarea {
  padding: 15px 0;
  min-height: 140px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 0;
  outline: 0;
  margin: 0;
}
.formhide ul li .hs-input {
  float: left;
  height: 24px;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

.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: red;
}
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;
}

.hs-form .field,
.hs-search-module input,
.hs-form-field{
  margin-bottom: 16px;
}

.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: 1.2rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/*========= Menu ========*/

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.header__navigation .submenu.level-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-left: auto!important;
}
body .custom-menu-primary .submenu.level-1>li:first-child>a {
  font-size: 0;
}
.custom-menu-primary .submenu.level-1 > li > a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 14px 25px;
  font-family: HelveticaNeue;
  display: block;
  z-index:1;
}

.custom-menu-primary .submenu.level-1 > li:first-child > a {
  padding-right: 5px;
}
.custom-menu-primary .submenu.level-1 > li:last-child > a {
  padding-right: 5px;
}
.custom-menu-primary .submenu.level-1 > li > i {
  position: absolute;
  right: 2px;
  transition: .5s;
  top: 19px;
  cursor: pointer;
}
.fa-angle-down:before {
  content: "\f107";
}
.submenu.level-2 {
  padding: 55px 60px !important;
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/sub-menu-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 144px;
}

.sub-active .submenu.level-2 {
  opacity: 1;
  visibility: visible
}
.submenu.level-2 .page-center {
  max-width: 1290px;
}

.submenu.level-2 .page-center > .row > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.submenu.level-2 .page-center > .row > li:first-child {
  line-height: 1.2; 
}
.submenu.level-2 .page-center > .row > li:first-child > a {
  display:inline-block;
}

.custom-menu-primary .submenu.level-2 .page-center > .row > li > a span {
  font-size: 32px;
  color: #221f20;
  margin-bottom: 20px;
  font-weight: 300;
  display: block;
  pointer-events: none;
  line-height:1.2;
}

.submenu.level-2 .page-center > .row > li:first-child > a {
  font-size: 15px;
  color: #221f20;
  margin-bottom: 0;
  line-height: 18px;
  pointer-events: none;
}

.submenu.level-2 li i {
  display: none;
}
ul.submenu.level-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.navigation-primary .submenu a:empty {
  display: none;
}


ul.submenu.level-3 > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

ul.submenu.level-4 li a {
  display: inline-block;
  font-size: 15px;
  color: #221f20;
  margin-bottom: 28px;
}
ul.submenu.level-4 li:last-child a {
  margin: 0;
}
.custom-menu-primary .submenu.level-1>li:nth-child(4) .submenu.level-2 .page-center> .row.align-items-center {
  align-items: start;
}
body .custom-menu-primary .submenu.level-1>li:first-child> a:before {
  content: "";
  background: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-link.svg);
  width: 18px;
  height: 16px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 59%;
  left: 23%;
}
.custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) span {
  color: #90000f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
}

.custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) ul > li:first-child > a {
  font-size: 1rem;
  pointer-events: none;
  margin-bottom: 1rem;
}
.custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) ul>li:nth-child(2)>a,
.custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) ul>li:nth-child(3)>a{
  position: relative;
  display: inline-block;
  color: #90000f;
  font-size: 15px;
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/r-expert.svg),url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-blog-arrow.svg);
  background-position: left center,right 10px center;
  padding: 16px 30px;
  background-repeat: no-repeat;
  margin-bottom:0;
}
.custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) ul>li:nth-child(3)>a {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/video-iicon.svg),url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-blog-arrow.svg);
  padding-left: 35px;
}
.stricky-enabled .custom-menu-primary .submenu.level-1>li>a {
  padding: 10px 25px;
}

.stricky-enabled .custom-menu-primary .submenu.level-1>li>i {
  top: 15px;
}

.stricky-enabled .submenu.level-2 {
  padding: 30px 60px !important;
}

.stricky-enabled .custom-menu-primary .submenu.level-1>li:last-child>a,
.stricky-enabled .custom-menu-primary .submenu.level-1>li:first-child>a {
  padding-right: 5px;
}
.sub-active .fa-angle-down:before {
  content: "\f106";
}
@media(min-width:768px){
  ul.submenu.level-3 > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .header__navigation .submenu.level-1 {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .submenu.level-2 {
    top: 169px;   
  }
  .submenu.level-2 .page-center > .row > li:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .submenu.level-2 .page-center > .row > li:last-child {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .custom-menu-primary .submenu.level-1>li:nth-child(5) .submenu.level-2 .page-center>.row>li:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .custom-menu-primary .submenu.level-1>li:nth-child(5) .submenu.level-2 .page-center>.row>li:last-child {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .stricky-enabled .submenu.level-2 {
    top: 140px;
  }
  .custom-menu-primary .submenu.level-1>li:nth-child(4) ul.submenu.level-3>li:nth-child(2) ul {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 13px;
  }
}

@media screen and (min-width: 1200px){
  .submenu.level-2 {
    top: 144px;
  }
  .submenu.level-2 .page-center > .row > li:first-child {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .submenu.level-2 .page-center > .row > li:last-child {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .custom-menu-primary .submenu.level-1>li:nth-child(5) .submenu.level-2 .page-center>.row>li:first-child,
  .custom-menu-primary .submenu.level-1>li:nth-child(5) .submenu.level-2 .page-center>.row>li:last-child{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .submenu.level-2 .page-center > .row > li:first-child > a {
    padding-right: 6.42857rem;
  }
  .stricky-enabled .submenu.level-2 {
    top: 118px;
  }
}
@media screen and (max-width: 1199px){
  ul.submenu.level-4 li a{
    margin-bottom: 15px;
  }
}

@media(max-width:991px){
  .submenu.level-2 {
    position: static;
    padding: 30px 0 !important;
    display: none;
  }

  .submenu.level-2 .page-center>.row>li:first-child>a {
    padding-bottom: 30px;
  }

  ul.submenu.level-3>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  ul.submenu.level-4 li:last-child a {
    margin-bottom: 15px;
  }

  .sub-active .submenu.level-2 {
    display: block;
  }
  .custom-menu-primary .submenu.level-1>li>i {
    right: 15px;
    top: 24px;
  }

  .search-s {
    padding-bottom: 4px;
    padding-top: 3px;
  }
  body .custom-menu-primary .submenu.level-1>li:first-child>a:before {
    top: 34%;
    left: 7.9%;
  }
  body .custom-menu-primary .submenu.level-1>li:first-child>a {
    font-size: 0;
    padding-top: 27px;
    padding-bottom: 26px;
  }
  .stricky-enabled .submenu.level-2 {
    padding: 15px 5px !important;
  }
}

@media(max-width:767px){
  ul.submenu.level-3>li{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-menu-primary .submenu.level-2 .page-center>.row>li>a span {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 0;
}

th,
td {
  vertical-align: top;
  border: 1px solid #dee2e6;
  padding: .75rem;
}

thead th,
thead td {
  border-bottom-width: 1px;
}

thead th {
  vertical-align: bottom;
  padding-left: 20px;
}
td{
  border: 1px solid #707070;
  padding-left: 20px;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section>.row-fluid {
  padding: 0;
}
.service-row1 .dnd-section {
  padding-bottom: 4.28571rem;
  padding-top: 3.57143rem;
}
.service-row1 .dnd-section .widget-type-cell {
  padding: 0;
  padding-top: 20px;
}
.service-row1 .dnd-section p {
/*   font-size: 15px; */
  color: #221f20;
  font-weight: 300;
}
.service-row2 .dnd-section {
  padding: 0;
}
.service-row2 .dnd-section > .row-fluid {
  padding: 0;
}
.custom-bottom-area .dnd-section {
  padding-top: 1.42857rem;
  padding-bottom: 0;
}
.custom-bottom-area .dnd-section > .row-fluid {
  padding: 0;
}
.service-row1 .dnd-section .widget-type-rich_text h5 {
  color: #221f20;
  margin-bottom: 1.07143rem;
  line-height: 1.2;
  font-weight: 400;
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f104";
}
.service-row1 .dnd-section .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-row1 .dnd-section .widget-type-rich_text ul li {
/*   font-size: 15px; */
  margin-bottom: 4px;
  color: #221f20;
  padding-left: 21px;
  position: relative;
  font-weight: 300;
}
.service-row1 .dnd-section .widget-type-rich_text ul li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #221f20;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
}
.video-wrapper .play {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/video-btn.svg);
}
.service-row1 .dnd-section .span4 .featured-posts-by-topics h5 {
  margin-top: 1.07143rem;
}
.service-row1 .dnd-section .widget-type-rich_text h4 {
  margin-bottom: 1.07143rem;
}
.logo-slider-group .heading h5 {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/tip-right.svg);
}
.service-row3 .dnd-section {
  padding-bottom: 0;
  padding-top: 3.57143rem;
}
.service-row3 .dnd-section .widget-type-cell {
  padding: 0;
}
.service-row3 .dnd-section h4 {
  color: #90000f;
  font-weight: 500;
}
.service-row3 .two-column-content .equal-column p {
/*   font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

/* Home Layout */

.home-page-banner .home-slider button.slick-arrow {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/arrow.svg);
}
.home-row1 .dnd-section {
  padding: 0;
}
.home-row1 .dnd-section .logo-slider-group {
  border-bottom: 1px solid rgba(112,112,112,.38);
}
.home-row2 .dnd-section {
  padding: 0;
}
.home-row3 .dnd-section {
  padding-top: 1.42857rem;
  padding-bottom: 1.42857rem;
}
.home-row3 .dnd-section h2 {
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  margin-bottom: .5rem;
  font-size: 37px;
  color: #000;
}
.home-row3 .dnd-section ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-row3 .dnd-section ul li {
  display: inline-block;
  color: #90000f;
  position: relative;
/*   font-size: 20px; */
  font-weight: 500;
  padding: 0 36px 0 30px;
}
.home-row3 .dnd-section ul li:first-child {
  padding-left: 0;
}
.home-row3 .dnd-section ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 11px;
  right: -6px;
  width: 10px;
  height: 10px;
  background-color: #90000f;
  border-radius: 50%;
}
.home-row3 .dnd-section ul li:last-child {
  padding-right: 0;
}
.home-row3 .dnd-section blockquote {
  text-align: center;
  margin: 0;
  border: 0;
  padding: 0;
  list-style: inherit;
  max-width: calc(91.666667% + 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.home-row3 .dnd-section blockquote p {
/*   font-size: 20px; */
  color: #221f20;
  font-weight: 300;
  line-height: 26px;
}
.home-row4 .dnd-section {
  padding-top: 0;
  padding-bottom: 1.42857rem;
}
.home-row5 .dnd-section {
  padding-top: 1.42857rem;
  padding-bottom: 0;
}
.home-row5 .dnd-section .widget-type-cell {
  padding: 0;
}
.home-row5 .dnd-section > .row-fluid {
  max-width: 1290px;
}
.select2-drop .select2-container {
  max-width: 100%;
}
.select2-drop .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0;
  width: 100%;
  height: 43px;
  text-indent: 18px;
  color: #4b3e31;
  font-size: 15px;
}
.select2-drop .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 42px;
}
.select2-drop .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f107";
  position: relative;
  left: -12px;
  top: 0;
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  font-size: 21px;
}
.select2-results {
  max-width: 396px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #90000f!important;
}
input.select2-search__field {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.resources-group .latest-rmore a {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-blog-arrow.svg);
}
.home-row6 .dnd-section {
  padding-top: 1.42857rem;
}
.home-row3 .dnd-section .widget-type-cell {
  padding: 0;
}
.service-row3 .two-column-content .equal-column p a:hover {
  color: #0056b3;
}
.service-row1 .dnd-section h6 {
  font-size: 15px;
  margin-bottom: 1.07143rem;
  font-weight: 500;
}
.service-row1 .dnd-section .embed_container {
  display: block;
  height: auto;
  max-height: none !important;
}
.service-row1 .dnd-section .embed_container .iframe_wrapper {
  padding: 0;
  height: auto !important;
}
.service-row1 .dnd-section .embed_container .iframe_wrapper iframe {
  position: static;
}


@media (min-width: 768px){
  .service-row3 .dnd-section {
    padding-bottom: 3.57143rem;
  }
  .home-row3 .dnd-section {
    padding-top: 3.92857rem;
    padding-bottom: 3.92857rem;
  }
  .home-row3 .dnd-section h2 {
    margin-bottom: 1.42857rem;
  }
  .home-row3 .dnd-section ul {
    margin-bottom: 2.14286rem;
  }
  .home-row3 .dnd-section blockquote p {
    margin-bottom: .71429rem;
  }
  .home-row4 .dnd-section {
    padding-bottom: 3.92857rem;
  }
}
@media screen and (max-width: 991px){
  .home-row3 .dnd-section h2 {
    font-size: 27px;
  }
  .home-row3 .dnd-section blockquote p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){

  .service-row1 .dnd-section {
    padding-bottom: 1.42857rem;
    padding-top: 1.42857rem;
  }
  .home-row3 .dnd-section ul li {
    font-size: 20px;
    padding: 0 15px;
  }
  .home-row3 .dnd-section ul li:not(:last-child):after {
    top: 7px;
  }
  .home-row3 .dnd-section ul li {
    font-size: 20px;
    padding: 0 15px 0 11px;
  }
  .home-row3 .dnd-section ul {
    margin-bottom: 1rem;
  }
  .home-row3 .dnd-section blockquote {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .home-page-banner .home-slider .home-product-list ul li a:before{
    z-index: -1;
  }
}

/*======== Website page ========*/

.banner-section .row-fluid [class*="span"] {
  min-height: 0px;
}

.custom-privacy-banner .custom-banner-area {
  min-height: auto;
}

.custom-privacy-banner .custom-banner-area .banner-content h1 {
  padding: 3rem 0;
  margin-bottom: .5rem;
}

.custom-privacy-section .dnd-section .widget-type-cell > div > div {
  margin: 0 auto;
  max-width: 83.333333%;
}

.custom-privacy-section .dnd-section p {
/*   font-size: 15px; */
  color: #221f20;
  font-weight: 300;
}

.custom-privacy-section h1 {
  margin-bottom: 2.14286rem;
  line-height: 1.2;
}

.custom-egineering-banner .custom-egineering-wrapper p {
/*   font-size: 15px; */
  color: #221f20;
  font-weight: 300;
}

.custom-egineering-banner .custom-banner-area {
  margin-bottom: 3px;
  background-position: center;
}

.custom-egineering-banner .custom-banner-area .banner-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
}

.custom-egineering-section h5 {
  font-size: 18px;
  color: #221f20;
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.custom-egineering-banner .custom-banner-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    0deg
    ,rgba(144,0,15,.27) 40%,rgba(0,0,0,.99) 100%);
}

.custom-egineering-banner .custom-banner-area .banner-conatiner {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-egineering-banner .custom-banner-area .banner-content p {
  font-size: 30px;
  margin-bottom: 18px;
  font-weight: 300;
}

.custom-egineering-wrapper p {
/*   font-size: 15px; */
  color: #221f20;
  font-weight: 300;
}

.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



.gradinet-v1 {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  opacity: .47;
  background: #000;
  background: linear-gradient(
    180deg
    ,rgba(0,0,0,.13) -5%,#fff 30%);
}


.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding:0;
}

.custom-col-9,
.custom-col-6,
.custom-col-10,
.custom-col-5,
.custom-col-7,,
.custom-col-8,
.custom-col-11{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.custom-col-2
{
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-col-3
{
  position: relative;
  width: 33.33%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-col-4
{
  position: relative;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.custom-col-3 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.custm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.custom-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.custom-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.custom-col-11 {
  -ms-flex: 0 0 91.666667%; 
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.custom-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.custom-col-2{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.custom-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
a.r-expert {
  position: relative;
  display: inline-block;
  color: #90000f;
  font-size: 20px;
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/r-expert.svg),url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-blog-arrow.svg);
  background-position: left center,right 10px center;
  padding: 16px 30px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.r-expert.video-iicon {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/video-iicon.svg),url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-blog-arrow.svg);
  background-position: left center,right 10px center;
  padding: 16px 30px;
  padding-left: 35px;
}

.r-expert:hover {
  color: #90000f;
  background-position: left center,right 12px center;
}


a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.custom-egineering-wrapper .legal-consent-container .hs-form-booleancheckbox-display p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.hs-egineering-layout .footer {
  border: none;
}



.custom-about-banner .play ,
.custom-product-about .playm
.custom-banner-video .play,
.custom-product-about .play,
.custom-post-banner .custom-banner-video .play {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/video-btn.svg);
}


.custom-voler-banner .contact-banner .banner-content-wrapper {
  padding-top: 5.71429rem;
}

.custom-voler-banner .contact-banner .title h1 {
  font-size: 40px;
  margin-bottom: 2.14286rem;
}

.custom-voler-banner .contact-banner .col-md-12 {
  padding: 0 15px;
}

.custom-voler-banner .contact-banner .strawberry-sec-in {
  padding-bottom: 0;
}

.custom-voler-form h5 {
  font-size: 25px;
  margin-bottom: 2.14286rem;
}

.custom-voler-form .hs-form {
  width: 50%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  min-height: 1px;
}

.custom-voler-form .hs-form .hs-input {
  font-size: 15px;
  border: 1px solid #707070;
  text-indent: 18px;
  background-color: transparent;
  border-color: rgba(255,255,255,.45);
  color: #fff;
  border-radius: 50px;
  height: 43px;
  padding: 1px 2px;
}


.custom-voler-form .hs-form label {
  color: #fff;
}

.custom-voler-form .hs-form .hs-form-required {
  color: #fff;
}

.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_firstname,
.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_email {
  float: left;
}

.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_firstname,
.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_lastname,
.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_email, 
.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_company {
  width: 49%;
}

.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_lastname, 
.custom-voler-form form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_company {
  float: right;
}

.custom-voler-form .hs-form textarea.hs-input {
  border-radius: 9px;
}

.custom-voler-form .dnd-section .widget-type-cell {
  padding: 0 15px;
}

.custom-voler-form .hs-form ul.inputs-list>li.hs-form-booleancheckbox>label>input {
  height: 24px;
}

.custom-voler-form ul.inputs-list>li.hs-form-booleancheckbox>label {
  line-height: 1.5;
}

.custom-voler-form .inputs-list:first-child {
  padding-top: 0;
  margin-bottom: 24px;
}

.custom-voler-form .hs-form .hs-richtext p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.custom-voler-form .hs-form .hs-richtext p a {
  color: #007bff;
}

.custom-voler-form .hs-form .hs-richtext p a:hover{
  color: #0056b3;

}

.custom-voler-form .hs-form .hs-button {
  background-color: #fff;
  padding: 10px 50px;
  border: 0;
  font-size: 15px;
  border-radius: 21px;
  font-weight: 600;
  color: #90000f;
}

.custom-voler-form .hs-form .hs-submit {
  text-align: right;
}

.custom-voler-form .dnd-section[class*="background-color"] {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/voler-symbol.svg);
  background-position: top right -100%;
  background-repeat: no-repeat;
}

.custom-testimonial .custom-testimonial-content i.quote {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/quote.svg);
}

.hs-webiste-banner hr {
  margin: 0;
  background-color: #dee2e6;
}

.custom-our-partner .mclose {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/mclose.svg);
}
.custom-our-partner .p-a {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/c-click.svg);
}

/* Popup */
.popup-open {
  overflow: hidden;
}

.popup-open .mfp-wrap {
  overflow: hidden auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
/* Popup */

@media(max-width:991px){
  .custom-privacy-section h1 {
    font-size: 32px;
  }

  .custom-voler-banner .contact-banner .title h1 {
    font-size: 32px;
  }

  .custom-voler-form .dnd-section[class*="background-color"] {
    background-position: top right 100%;
  }

  .hs-webiste-banner .dnd-section[class*="max-width-section-centering"] > .row-fluid {
    max-width: 690px !important;
  }
}


@media(max-width:767px){
  .custom-privacy-section h1 {
    font-size: 26px;
    margin-bottom: .5rem;
  }
  .custom-privacy-section .dnd-section .widget-type-cell>div>div {
    max-width: 100%;
    padding: 0 15px;
  }

  .custom-egineering-banner .custom-banner-area .banner-conatiner {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .custom-egineering-banner .custom-banner-area {
    min-height: inherit !important;
    padding: 30px 0;
  }

  .custom-egineering-banner .custom-banner-area .banner-content p {
    font-size: 18px;
  }

  .custom-col-6,
  .custom-col-9,
  .custom-col-3,
  .custom-col-2,
  .custom-col-4,
  .custom-col-5,
  .custom-col-7,
  .custom-col-8,
  .custom-col-10,
  .custom-col-11{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-voler-banner .contact-banner .banner-content-wrapper {
    padding-top: 3.57143rem;
  }

  .custom-voler-banner .contact-banner .title h1 {
    font-size: 26px;
    margin-bottom: .5rem;
  }

  .custom-voler-form .hs-form {
    width: 100%;
  }

  .custom-voler-form .dnd-section .widget-type-cell {
    padding: 0;
  }

  .custom-voler-form h5 {
    margin-bottom: .5rem;
  }

  .hs-webiste-banner .dnd-section[class*="max-width-section-centering"] > .row-fluid {
    max-width: 510px !important;
  }
}


@media(max-width:575px){
  .custom-voler-form h5 {
    font-size: 20px;
  }

  .hs-webiste-banner .dnd-section[class*="max-width-section-centering"]>.row-fluid h5 {
    font-size: 20px !important;
  }

  .hs-webiste-banner .dnd-section[class*="max-width-section-centering"]>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}




/*======== End =========*/



/*========== Contact page =======*/


.contact-main-sec {
  background-color: #90000f;
  color: #fff;
  padding-top: 2.14286rem;
  padding-bottom: 2.14286rem;
}
.contact-main-sec .dnd-section {
  padding: 0;
}
.contact-main-sec .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.contact-main-sec .dnd-section>.row-fluid > div {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: unset !important;
  display: block !important;
  position: relative;
}

.contact-main-sec .dnd-section>.row-fluid > div:after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 25px;
}

.contact-main-sec .dnd-section>.row-fluid > div:last-child:after {
  display: none;
}
.contact-main-sec p {
  font-size: 15px;
  color: inherit;
  font-weight: 400;
  margin: 15px 0;
}

.contact-main-sec p span {
  font-weight: 600;
}
.contact-row1 {
  width: 100%;
}
.contact-main-sec .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
@media(min-width:768px){
  .contact-main-sec{
    padding-top: 4.64286rem;
    padding-bottom: 4.64286rem;
  }
  .contact-main-sec .dnd-section>.row-fluid > div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}


@media screen and (max-width: 767px){
  .contact-main-sec p {
    font-size: 13px;
  }

  .contact-main-sec .dnd-section>.row-fluid>div:after {
    right: 0;
  }

}
@media(max-width:600px){
  .contact-main-sec .dnd-section>.row-fluid>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-main-sec .dnd-section>.row-fluid>div:after {
    display: none;
  }

  .contact-main-sec .dnd-section>.row-fluid {
    display: block;
  }
}


/*======== End =========*/


.col, 
.col-1, 
.col-10, 
.col-11,
.col-12,
.col-2, 
.col-3,
.col-4,
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9,
.col-auto,
.col-lg, 
.col-lg-1,
.col-lg-10, 
.col-lg-11, 
.col-lg-12,
.col-lg-2, 
.col-lg-3, 
.col-lg-4,
.col-lg-5,
.col-lg-6, 
.col-lg-7, 
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md, 
.col-md-1,
.col-md-10, 
.col-md-11,
.col-md-12, 
.col-md-2, 
.col-md-3, 
.col-md-4, 
.col-md-5, 
.col-md-6,
.col-md-7,
.col-md-8, 
.col-md-9, 
.col-md-auto,
.col-sm, 
.col-sm-1, 
.col-sm-10,
.col-sm-11, 
.col-sm-12,
.col-sm-2, 
.col-sm-3, 
.col-sm-4,
.col-sm-5, 
.col-sm-6,
.col-sm-7, 
.col-sm-8, 
.col-sm-9,
.col-sm-auto,
.col-xl, 
.col-xl-1,
.col-xl-10, 
.col-xl-11,
.col-xl-12,
.col-xl-2, 
.col-xl-3, 
.col-xl-4, 
.col-xl-5, 
.col-xl-6, 
.col-xl-7, 
.col-xl-8, 
.col-xl-9, 
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.banner-section .dnd-section .widget-type-cell {
  padding: 0;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.ui-px-20 {
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px){
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px){
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}
@media (min-width: 1200px){
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

}


/*=======  Technology-page   ========*/


.power-consumption-section {
  background-color: #8f000e;
  color:#fff;
}

.power-consumption-section .dnd-section>.row-fluid {
  padding-bottom: 3.57143rem;
  padding-top: 3.57143rem;
  text-align: center;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.power-consumption-section .dnd-section>.row-fluid > div {
  padding: 0;
}
.power-consumption-section h4 {
  font-size: 28px;
  color: #fff;
  padding-bottom: 2.85714rem;
}

.power-consumption-section .dnd-section {
  padding: 0;
}
.technology-page  .custom-product-about .custom-product-about-column {
  padding: 0;
}

.technology-page  .custom-product-about .custom-col-11 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.technology-page .custom-product-about .custom-product-about-content p {
/*   font-size: 16px; */
  margin: 0;
  padding-bottom: 1rem;
}

.technology-page .custom-product-about .custom-product-about-item.image-right .custom-product-about-content h5 {
  margin-top: 0;
  font-size: 1.25rem;
}
.tech-bottom-pane {
  padding-top: 1.42857rem;
}

@media(min-width:768px){
  .power-consumption-section .dnd-section>.row-fluid > div {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}
@media(max-width:1199px){
  .technology-page,
  .budget-page,
  .home-page {
    margin-top: -25px;
  } 
}

@media (max-width: 991px){
  .technology-page,
  .budget-page,
  .home-page{
    margin-top: 0;
  }
}

@media(max-width:767px){
  .power-consumption-section h4 {
    font-size: 22px;
  }
  .technology-page .custom-product-about .custom-product-about-item {
    padding-bottom: 3.57143rem !important;
  }
}


/*======== Familiar page ========*/

.familiar-page .custom-banner-area .banner-content{
  padding-top:8px;
}
.familiar-page .comparison-table-wrapper {
  padding: 0;
}
.familiar-page .comparison-table-wrapper .comparison-text th {
  border: 0;
  background: transparent;
  color: #212529;
  width: unset !important;
  line-height: 1.5;
  font-size: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}

.familiar-page table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.familiar-page .table td,
.familiar-page .table th {
  border-top: 1px solid #dee2e6;
  padding-left: .75rem;
  border-left: 0;
  border-right: 0;
  border-color: #dee2ed;
}

.familiar-page .comparison-table-wrapper .comparison-text th:first-child {
  border-left: 0;
}

.familiar-page .comparison-table-wrapper .comparison-text th:last-child {
  border-right: 0;
}

.familiar-page .comparison-table-wrapper .comparison-text table p {
/*   font-size: 15px; */
  color: #221f20;
  font-weight: 300;
  margin-bottom: 1rem;
}


/*======== Budget Page ==========*/


.case-empty .dnd-section {
  min-height: 260px;
}

.case-empty h1 {
  font-size: 30px;
  padding-top: 55px;
}
.budget-page .body-container-wrapper{
  position: relative;
  margin-top: -110px;
}
.budget-secone > .row-fluid-wrapper {
}

.budget-secone > .row-fluid-wrapper > .row-fluid > div {
  margin-top: -110px;
}

.budget-sectwo .dnd-section>.row-fluid {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

@media(min-width:768px){
  .budget-sectwo .dnd-section>.row-fluid > div {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  } 
}

@media(max-width:991px){
  .case-empty h1 {
    padding-top: 105px;
  }

  .case-empty .dnd-section {
    min-height: 310px;
  } 
}

@media(max-width:767px){
  .case-empty h1 {
    font-size: 22px;
    padding-top: 50px;
  }

  .case-empty .dnd-section {
    min-height: 250px;
  }

  .budget-secone>.row-fluid-wrapper>.row-fluid>div {
    margin: 0;
  }
}

/*======== End ======*/


/*======== Ebook page ========*/

.ebook-page {
  margin-top: -144px;
}

.header-two {
  padding: 1.07143rem;
  text-align: center;
}

.header-two .logo a {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1.25rem;
  line-height: inherit;
}
.ebook-banner h1 {
  font-size: 35px;
  line-height: 47px;
  font-weight: 400;
  text-align: center;
  padding-top: .35714rem;
  margin: 0;
}

.ebook-banner h5 {
  padding-top: .35714rem;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.ebook-secone .widget-type-rich_text p {
/*   font-size: 18px; */
  color: #221f20;
  font-weight: 300;
}
.ebook-secone .widget-type-rich_text p a:hover {
  color: #0d81be;
}
.ebook-secone .widget-type-rich_text h5 {
  padding-top: .71429rem;
  margin-bottom: .71429rem;
}

.ebook-secone .widget-type-rich_text ul li {
/*   font-size: 18px; */
  line-height: 25px;
  margin-bottom: 4px;
  color: #221f20;
  padding-left: 21px;
  position: relative;
  font-weight: 300;
  list-style: none;
}

.ebook-secone .widget-type-rich_text ul {
  padding: 0;
  margin: 0;
}

.ebook-secone .widget-type-rich_text ul li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #221f20;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
}

.ebook-secone .widget-type-rich_text ul + p {
  padding-top: 1.78571rem;
  padding-bottom: 1.78571rem;
  margin: 0;
}
.home-discuss {
  font-size: 20px;
  display: inline-block;
  background-color: #fff;
  padding: 12px 43px;
  border-radius: 50px;
  box-shadow: 0 20px 16px 1px rgb(0 0 0 / 20%);
  border: .5px solid rgba(88,88,90,.9);
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-weight: 300;
  color: #90000f;
}
.home-discuss:before {
  content: "";
  height: 55px;
  width: 26px;
  border-radius: 50px;
  background-color: #808184;
  position: absolute;
  left: -1px;
  right: 0;
  margin: 0 auto;
  top: -1px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .5s cubic-bezier(.785,.135,.15,.86);
  transition: all .5s cubic-bezier(.785,.135,.15,.86);
}
.home-discuss:hover:before {
  width: calc(100% + 2px);
  opacity: 1;
}

.home-discuss:hover {
  color: #0d81be;
}

.ebook-secone .widget-type-rich_text {
  padding-bottom: 1.42857rem;
}
.ebook-sectwo .widget-type-rich_text p {
/*   font-size: 17px; */
  line-height: 25px;
  margin-bottom: 30px;
}

.ebook-sectwo .widget-type-rich_text p:last-child {
  margin: 0;
}

.ebook-bottom-pane .custom-bottom-pane form {
  padding: 0 8px;
}

.ebook-bottom-pane .custom-bottom-pane .custom-form .hs-form-field,
.ebook-bottom-pane .custom-bottom-pane .custom-form .hs-richtext,
.ebook-bottom-pane .custom-bottom-pane .custom-form .hs_submit {
  padding: 0;
}
.custom-privacy-section .dnd-section a:hover {
  color: #0d81be;
}
@media(min-width:401px){
  .ebook-bottom-pane .custom-bottom-pane .hs_firstname, 
  .ebook-bottom-pane .custom-bottom-pane .hs_lastname,
  .ebook-bottom-pane  .custom-bottom-pane .hs_jobtitle,
  .ebook-bottom-pane  .custom-bottom-pane .hs_company {
    width: 49%;
  }

  .ebook-bottom-pane .custom-bottom-pane .hs_firstname,
  .ebook-bottom-pane .custom-bottom-pane .hs_jobtitle {
    float: left;
  }

  .ebook-bottom-pane .custom-bottom-pane .hs_lastname,
  .ebook-bottom-pane .custom-bottom-pane .hs_company {
    float: right;
  } 
}

@media(min-width:768px){
  .ebook-secone .widget-type-rich_text {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
    padding-bottom: 2.14286rem;
  } 
  .ebook-sectwo .widget-type-rich_text h2 {
    margin-bottom: 1.42857rem;
  }
}

@media (min-width: 992px){
  .ebook-sectwo .widget-type-rich_text {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin: 0 auto;
  } 
}
@media(max-width:1199px){
  .ebook-page {
    margin-top: -169px;
  }
}
@media(max-width:991px){
  .ebook-page {
    margin-top: -110px;
  }
  .ebook-page .custom-bottom-pane .column-1 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ebook-page .custom-bottom-pane .column-2 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media(max-width:767px){
  .ebook-page .custom-bottom-pane .column-1,
  .ebook-page .custom-bottom-pane .column-2{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ebook-banner h1 {
    font-size: 26px;
  }

  .home-discuss {
    font-size: 16px;
    padding: 7px 18px;
  }

  .ebook-secone .widget-type-rich_text ul+p {
    margin-bottom: 1rem;
  }

  .ebook-sectwo .widget-type-rich_text h2 {
    margin-bottom: 1.07143rem;
  }

  .ebook-bottom-pane .custom-bottom-pane .hs-form-group h3 {
    margin-bottom: 2.14286rem;
  }
}
@media (max-width: 576px){
  .ebook-page {
    margin-top: -172px;
  }
  .ebook-banner h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .ebook-banner h5 {
    font-size: 18px;
  }

  .ebook-secone .widget-type-rich_text p {
    font-size: 16px;
  }

  .ebook-secone .widget-type-rich_text ul li {
    font-size: 16px;
  }

  .ebook-sectwo .widget-type-rich_text h2 {
    font-size: 26px;
  }

  .ebook-sectwo .widget-type-rich_text p {
    font-size: 16px;
  }
}
/*======= End ======*/

/*======== why cellular connectivity is a big deal for iot ========*/

.familiar-page .contact-banner .title h1 {
  font-size: 40px;
}

.familiar-page .contact-banner .strawberry-sec {
  bottom: auto;
  padding-top: 2.14286rem;
}

.familiar-page .contact-banner .contact-banner-content {
  padding-right: 0;
}
.familiar-page .contact-banner .strawberry-sec-in p {
  color: #221f20;
/*   font-size: 15px; */
  margin-bottom: 25px;
  line-height: 28px;
  font-weight: 300;
}

.familiar-page .contact-banner .strawberry-sec .ui-px-20 {
  padding-right: 15px;
  padding-left: 15px;
}

.familiar-page .contact-banner .contact-banner-content ul {
  padding: 0;
  margin-bottom: 1rem;
}

.familiar-page .contact-banner .contact-banner-content ul li {
  color: #221f20;
/*   font-size: 15px; */
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
  font-weight: 300;
}

.familiar-page .contact-banner .contact-banner-content ul li:before {
  width: 8px;
  height: 8px;
  background: #90000f;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.familiar-page .contact-banner .strawberry-sec-in {
  margin: 0;
  padding-bottom:0;
}
.familiar-page  .contact-banner .banner-content-wrapper {
  padding-top: 3.57143rem;
}

.familiar-page .content-with-background-image.webinar .button-wrapper a.hs-white-btn {
  margin: 0;  
  padding: 5px 34px;
  box-shadow: 0 20px 16px 1px rgb(0 0 0 / 20%);
  border: .5px solid rgba(88,88,90,.9);
  font-weight: 600;
  position: relative;
  z-index: 1;
  font-size: 20px;
  min-width: unset;  
}
.familiar-page  .content-with-background-image.webinar .button-wrapper a.hs-white-btn:hover{
  color:#fff;
}
.familiar-page  .content-with-background-image.webinar .button-wrapper {
  margin-bottom: 0;
}

.familiar-page  .tech-bottom-pane {
  padding: 0;
}

.familiar-page .content-with-background-image.webinar .button-wrapper a.hs-white-btn:before {
  content: "";
  border-radius: 50px;
  background-color: #808184;
  position: absolute;
  left: -1px;
  right: 0;
  margin: 0 auto;
  top: -1px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .5s cubic-bezier(.785,.135,.15,.86);
  transition: all .5s cubic-bezier(.785,.135,.15,.86);
  height: 42px;
  width: 26px;
}

.familiar-page .content-with-background-image.webinar .button-wrapper a.hs-white-btn:hover:before {
  width: calc(100% + 2px);
  opacity: 1;
}

@media(min-width:768px){
  .familiar-page .contact-banner .title h1 {
    margin-bottom: 2.14286rem;
  }
  .familiar-page  .contact-banner .banner-content-wrapper {
    padding-top: 4.28571rem;
  }
  .familiar-page .contact-banner .title {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
  }
}
@media(min-width:992px){
  .familiar-page .contact-banner .strawberry-sec {
    padding-top: 4.28571rem;
  }
  .familiar-page  .contact-banner .banner-content-wrapper {
    padding-top: 9.28571rem;
  }
}
@media screen and (max-width: 991px){
  .familiar-page .contact-banner .title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px){
  .familiar-page .contact-banner .title h1 {
    font-size: 26px;
  }

  .familiar-page .content-with-background-image.webinar .button-wrapper a.hs-white-btn {
    font-size: 16px;
  } 
}

/*============== End ===========*/

/*======= 5g page ======*/

.fiveg-secone .widget-type-rich_text {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.fiveg-secone .widget-type-rich_text ul {
  padding-left: 0;
  list-style: none;
}

.fiveg-secone .widget-type-rich_text ul li {
  display: inline-block;
}

.fiveg-secone .widget-type-rich_text ul li a {
  padding: 11px 10px;
  border: 1px solid #fff;
  cursor: pointer;
  background-color: #fff;
  font-weight: 600;
  color: #90000f;
  border-radius: 50px;
/*   font-size: 15px; */
  margin: 5px 3px;
  min-width: 160px;
  display: inline-block;
  width: auto;
  text-align: center;
}
.fiveg-secone .widget-type-rich_text h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.fiveg-secone .widget-type-rich_text p {
/*   font-size: 20px; */
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 25px;
}

.fiveg-page .custom-product-about .custom-product-about-column {
  padding:0;
}

.fiveg-page .custom-product-about .custom-col-11 {
  padding: 0 60px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-product-about-content h6 {
  font-weight: 700;
  margin-bottom: 30px;
}

.fiveg-page  .custom-product-about-content p {
  color: #221f20;
/*   font-size: 15px; */
  margin-bottom: 5px;
  line-height: 28px;
  font-weight: 300;
}
.fiveg-page .custom-product-about .page-center>.custom-row {
  margin: 0;
  padding-top: 2.14286rem;
}
.fiveg-page .custom-product-about .custom-product-about-item .custom-row {
  align-items: unset;
}
.custom-product-about .custom-product-about-content p a:hover {
  color: #7b0410;
}
@media(min-width:768px){
  .fiveg-page .custom-product-about .custom-col-6 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  } 
  .fiveg-page .custom-product-about .custom-product-about-column {
    margin-bottom: 8.57143rem;
  }
}


@media (min-width: 992px){
  .fiveg-page .custom-product-about-content {
    padding-left: 1.07143rem;
  }
  .fiveg-page .custom-product-about .page-center>.custom-row {
    padding-top: 4.28571rem;
  }
}

@media screen and (max-width: 767px){
  .fiveg-secone .widget-type-rich_text h4 {
    font-size: 21px;
  }

  .fiveg-secone .widget-type-rich_text p {
    font-size: 17px;
  }

  .fiveg-page .custom-product-about .custom-col-11 {
    padding: 0 15px;
    margin-bottom: 70px;
  }

  .custom-product-about-content h6 {
    margin: 15px 0;
  }
}

/*====== End =======*/

.hs-webiste-banner hr, .hs-webiste-banner h5.logo-title {
  padding-right: 15px;
  padding-left: 15px;
}

.hs-webiste-banner hr {
  width: calc(83.333333% - 60px);
}

@media(min-width:768px){
  .hs-webiste-banner hr, .hs-webiste-banner h5.logo-title {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto !important;
  }

  .hs-webiste-banner hr {
    width: calc(83.333333% - 60px);
  } 
}
.service-layout + div > footer.footer {
  border: 0;
}
.home-page .custom-bottom-pane .hs-form-group h3 {
  font-weight: 300;
}

.custom-bottom-pane .custom-form form .input>.hs-input.error {
  border-color: red;
}
.custom-bottom-pane .hs_error_rollup {
  padding: 0 8px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
}
.header__container {
  max-width: 1290px !important;
  margin: 0 auto;
  padding: 0 15px;
}
.header__top {
  padding: 12px 0;
}

.header__logo, .header-button-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header__logo a {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  width: 292px;
  text-align: center;
}

.header__logo a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100% !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-transform: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  margin: 0;
  font-family: inherit;
  cursor: pointer;
}
.header__navigation {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.custom-menu-primary > div  > div{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.header__bottom {
  background-color: #e9e9e9;
}

.button-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.button-inner > div:first-child {
  margin-right: .5rem;
}

.header-button-wrapper .hs-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 6px 22px;
  font-size: 14px;
  border-radius: 8px;
}
.header__logo> div {
  display: inline-block;
}
.header-button-wrapper #hs-button_callus_button {
  background-color: #fff;
  color: #900211;
  border-color: #900211;
}

.header-button-wrapper #hs-button_callus_button:hover {
  background-color: #900211;
  border-color: #900211;
  color: #fff;
}
.search-s {
  padding-left: 35px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.search-s a {
  display: inline-block;
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/search-home.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
header.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
body{
  padding-top: 94px; 
}
.stricky-enabled header.header {
  border-bottom: .5px solid rgba(112,112,112,.5);
}

.stricky-enabled .header__logo a img {
  max-width: 201px;
}
@media (min-width: 576px){
  .button-inner {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .header__logo, .header-button-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .custom-menu-primary {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header__navigation {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .button-inner {
    -ms-flex-pack: end;
    justify-content: flex-end;
  } 
  .button-inner > div:first-child {
    margin-right: 1rem;
  }
  body{
    padding-top: 169px; 
  }
}

@media screen and (min-width: 1200px){
  body{
    padding-top: 144px;
  }
}

@media(max-width:1115px){
  .header .col-lg-8 {
    margin-left: 0;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Mobile Styles */

@media (max-width: 991px) {

  .header__logo a img {
    max-height: 40px;
  }

  .navbar-toggler {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .navbar-toggler i {
    width: 100%;
    display: block;
    margin: 8px 0;
    background: #90000f;
    height: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }


  .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;
  }
  .custom-menu-primary {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    left: -100%;
    max-width: 320px;
    height: calc(100vh - 70px);
    padding: 15px 0;
    border-top: 1px solid #333;
    overflow: auto;
    display: block;
    transition: .5s;
  }

  .open .custom-menu-primary{
    left: 0;
  }
  body{
    padding-top: 110px;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .navbar-toggler:focus {
    outline: 0;
  }
  body.stricky-enabled .custom-menu-primary .submenu.level-1>li:first-child>a {
    padding: 18px 25px 26px;
  }

  body.stricky-enabled .custom-menu-primary .submenu.level-1>li:first-child>a:before {
    top: 33.4%;
  }
}


@media(max-width:576px){
  .button-inner {
    margin-top: 16px;
    text-align: center;
  }

  .button-inner> div {
    margin-bottom: 6px;
    display: block;
  } 
  body{
    padding-top: 172px;
  }
  .custom-menu-primary {
    max-width: 260px;
  }
  .navbar-toggler {
    right: 10px;
  }

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

  .header__logo a {
    width: auto;
  }
}

.header__navigation.header--element {
  flex-grow: 1;
  justify-content: stretch;
}
.custom-menu-primary {
  padding: 0 15px;
  width: 100%;
}
.custom-menu-primary__nav {
  flex-grow: 1;
}
.custom-menu-primary .submenu.level-1 { 
  flex-wrap: wrap;
}
.custom-menu-primary ul li {
  margin-bottom: 0;
}
.custom-menu-primary .submenu.level-1 > li > a {
  padding: 14px 25px 14px 18px;
}
.custom-menu-primary .submenu.level-1>li>i {
  top: 19px;
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
  text-align: center;
  padding-top: 1.42857rem;
  padding-bottom: 1.42857rem;
  border-top: 1px solid #dee2e6
}
.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.footer__copyright {
  font-size: 15px;
}
.contact-block {
  padding-bottom: .71429rem;
}
.contact-block p {
  margin: 0;
  font-size: 15px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.go-top a {
    display: inline-block;
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/top.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-size: 15px;
    box-shadow: 0 0 6px -1px rgb(0 0 0 / 42%);
}
@media (min-width: 768px){
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .contact-block {
    padding-bottom: 1.07143rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.hs-blog-listing,
.hs-blog-post {
  background-color: #fff !important;
}

.hs-blog-listing .content-wrapper {
  max-width: 1290px;
  padding: 0 15px;
}

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

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

/* ===== Blog Banner ============ */

.custom-blog-banner {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/newsletter-banner-v2.jpg);
  margin-top: -50px;
}
.custom-blog-banner .page-center {
  padding: 0;
}
.custom-blog-banner .custom-blog-banner-col {
  width: 75%;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  padding-top: 5.71429rem;
  padding-bottom: 2.14286rem;
}
.custom-blog-banner .custom-blog-banner-col h6 {
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}
.custom-blog-banner .custom-blog-banner-col h1 {
  color: #fff;
  font-size: 45px;
  line-height: 47px;
  font-weight: 400;
  padding-top: .35714rem;
  margin: 0;
}
.custom-blog-banner .custom-blog-banner-col p {
  color: #fff;
  padding-top: 1.07143rem;
}

.custom-blog-search-wrap {
  padding-top: 2.92714rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
}
.custom-blog-search-wrap .custom-blog-search-label {
  width: 16.66%;
  padding: 0 15px;
}
.custom-blog-search-wrap .custom-blog-search-form {
  width: 33.333333%;
  padding: 0 15px;
}
.custom-blog-search-wrap .custom-blog-search-label p {
  margin: 0;
  color: #221f20;
  font-weight: 600;
/*   font-size: 15px; */
}
.custom-blog-search-wrap .hs-search-field__input {
  width: 100%;
  height: 43px;
  border: 1px solid #707070;
  text-indent: 18px;
  color: #4b3e31;
  font-size: 15px;
  line-height:1.5 ;
}
.custom-blog-search-wrap .hs-search-field__input:focus {
  outline: 0;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-post__body img {
  height: auto;
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 1.78571rem;
}
a.blog-index__post-image {
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-position: center;
  min-height: 180px;
  width:100%;
}
.blog-index__post-content .custom-date {
  font-size: 1rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.blog-index__post-content h2 {
  color: #221f20;
  font-size: 25px;
  margin-bottom: 1.42857rem;
  font-weight: 400;
  margin-top: 0;
}
 .blog-index__post-content p {
/*   font-size: 15px; */
  font-weight: 300;
}
.blog-post__read-more a {
  position: relative;
  font-size: 20px;
  color: #90000f;
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/home-blog-arrow.svg);	
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  padding-right: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.blog-post__read-more a:hover {
  padding-right: 14px;
  color: #90000f;
}
.custom-blog-bottom-pane {
  padding-top: 1.42857rem;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 3.21429rem;
  padding-top: 1.78571rem;
  font-size: 25px;
}
.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: 0;
  background-color: transparent !important;
  padding-bottom: 2.14286rem;
  border-top: 1px solid #dee2e6!important;
}
.blog-recent-posts .content-wrapper {
  max-width: 1290px;
}
.blog-recent-posts h1 {
  margin-top: 2.85714rem;
  margin-bottom: 2.85714rem;
  font-size: 45px;
  color: #221f20;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 15px;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  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-wrap: wrap;
  width: 100%;
  background: #fff;
  box-shadow: none !important;

}


.blog-index__post-inner-card .blog-index__post-content {
  border: 1px solid rgba(112,112,112,.3);
  padding: 50px 35px;
}

.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 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: 0;
  background-size: cover;
  margin-top: 0;
  background-position: center center;
  max-height: 100% !important;
}

.blog-post {
  position: relative;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none !important;
  max-width: 100%;
  padding: 20px 0 0;
}

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

.blog-post__title {
  color: #000 !important;
  font-family: HelveticaNeue;
  font-size: 37px !important;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.78571rem;
}

.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;
}

/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

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

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

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

.blog-pagination{
  display: block !important;
}
.blog-pagination a,
.blog-pagination a:hover {
  color: rgba(144,0,15,1.0);
}


/* ======== Post ========= */
.content-wrapper.blog-post-wrapper {
  padding: 16px 16px 0px;
  padding-bottom: 4.28571rem;
}
.custom-post-wrap {
  width: 83.33%;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-blog-contact-group {
  background-color: #90000f;
  padding: 60px 0;
  text-align: center;
}
.custom-blog-contact-group .custom-blog-contact-col h3 {
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.custom-blog-contact-group .custom-blog-contact-col p {
  color: #fff;
  margin-bottom: 32px;
}
.custom-blog-contact-group .blog-contact-btn {
  background-color: #fff;
  color: #900211;
  padding: 6px 22px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: inline-block;
  font-weight: 400;
}
.custom-blog-contact-group .blog-contact-btn:hover {
  color: #0056b3;
}

@media (max-width: 1200px) {
  .custom-blog-banner {
    margin-top: -75px;
  }
  .custom-blog-search-wrap .custom-blog-search-label {
    width: 25%;
  }
  a.blog-index__post-image {
    border: 1px solid #d4d4d4;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .custom-blog-banner {
    margin-top: 0;
  }
  .custom-blog-banner .custom-blog-banner-col {
    width: 100%;
  }
  .blog-index__post {
    width: 50%;
  }
  .blog-index__post-inner-card .blog-index__post-content {
    padding: 15px;
  }
  .content-wrapper.blog-post-wrapper {
    padding-top: 3.57143rem;
    padding-bottom: 4.28571rem;
  }
  .blog-post__title {
    font-size: 27px !important;
  }
  .blog-recent-posts h1 {
    font-size: 36px;
  }
  .blog-recent-posts .blog-index__post {
    margin-bottom: 1.07143rem;
  }
}

@media (max-width: 767px) {
  .custom-blog-banner .custom-blog-banner-col {
    padding-bottom: 2.14286rem;
    padding-top: 2.14286rem;
  }
  .custom-blog-banner .custom-blog-banner-col h1 {
    font-size: 32px;
  }
  .custom-blog-banner .custom-blog-banner-col p {
    padding-top: .71429rem;
  }
  .custom-blog-search-wrap {
    display: block;
    padding-top: 2.88714rem;
  }
  .custom-blog-search-wrap .custom-blog-search-label {
    width: 100%;
  }
  .custom-blog-search-wrap .custom-blog-search-label p {
    margin-bottom: 1rem;
  }
  .custom-blog-search-wrap .custom-blog-search-form {
    width: 100%;
  }
  .blog-index__post {
    margin-bottom: .71429rem;
  }
  .blog-pagination {
    padding-top: .71429rem;
    padding-bottom: .71429rem;
  }
  .custom-post-wrap {
    width: 100%;
  }
  .content-wrapper.blog-post-wrapper {
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-recent-posts h1 {
    margin-top: .71429rem;
    margin-bottom: .71429rem;
  }
  .custom-blog-search-wrap+.blog-section {
    padding-top: 1.42857rem !important;
  }
  .panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
    display: block;
  }
  .blog-post__body .so-panel a {
    word-break: break-all;
  }
}
@media (max-width: 575px) {
  .custom-blog-banner .custom-blog-banner-col h6 {
    font-size: 15px;
  }
  .custom-blog-banner .custom-blog-banner-col h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-index__post {
    margin-bottom: .71429rem;
    width: 100%;
  }
  .blog-index__post-content h2 {
    font-size: 20px;
    margin-bottom: .5rem;
  }
}

/* Blog Post */


.hs-wewsletter-blogpost header.header {
  border-bottom: 1px solid #dee2e6;
}

.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}


.so-widget-sow-image-default-d6014b76747a .sow-image-container {
  display: flex;
  align-items: flex-start;
}
.so-widget-sow-image-default-d6014b76747a .sow-image-container .so-widget-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.siteorigin-widget-tinymce p{
/*   font-size: 15px; */
  color: #221f20;
  font-weight: 300;
}

#pgc-12184-0-0 {
  width: 100%;
  width: calc(100% - (0*30px));
}

.hs-wewsletter-blogpost .blog-post__body .so-panel{
  padding:0;
}


#pl-12184 .so-panel {
  margin-bottom: 30px;
}

#pl-12216 .so-panel {
  margin-bottom: 30px;
}

.panel-grid-cell .so-panel {
  zoom: 1;
}
#pgc-w60808880c85ca-0-0 {
  width: 14.9779%;
  width: calc(14.9779% - (.85022060787421*30px))
}

#pgc-w60808880c85ca-0-1 {
  width: 35.0221%;
  width: calc(35.0221% - (.64977939212579*30px))
}

#pgc-w60808880c85ca-0-2 {
  width: 35.0232%;
  width: calc(35.0232% - (.64976762402233*30px))
}

#pgc-w60808880c85ca-0-3 {
  width: 14.9768%;
  width: calc(14.9768% - (.85023237597767*30px))
}

#pl-w60808880c85ca .so-panel {
  margin-bottom: 30px
}

#pl-w60808880c85ca .so-panel:last-child {
  margin-bottom: 0
}

#pg-w60808880c85ca-0.panel-no-style,#pg-w60808880c85ca-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

#pgc-w60808880c85ca-0-0 {
  align-self: auto
}

.panel-grid-cell-empty {
  line-height: 0;
}


.hs-blog-post form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_firstname, 
.hs-blog-post form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_email {
  float: left;
}

.hs-blog-post form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_firstname, 
.hs-blog-post form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_lastname, form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_email, form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_company {
  width: 49%;
}

.hs-blog-post form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_lastname, 
.hs-blog-post form.hsForm_67383ae9-9507-41b9-9689-1fa970bdebc3 .hs_company {
  float: right;
}

.hs-blog-post .custom-bottom-pane .hs-form-group h3 {
  text-align: center;
}

.hs-blog-post .custom-bottom-pane .custom-form .hs-form-field {
  padding: 0;
}

.hs-blog-post .custom-bottom-pane .hs-form-group {
  padding: 76px 72px 26px 40px;
}

.hs-blog-post .custom-bottom-pane .custom-form {
  margin: 0;
}
.hs-blog-post .custom-bottom-pane .custom-form .hs-richtext,
.hs-blog-post .custom-bottom-pane .custom-form .hs_submit{
  padding:0;
}

.contact-image-cta {
  margin-bottom: 32px;
}

.blog-post__body figure {
  margin: 0 0 1rem;
}

.blog-post__body blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}

.so-widget-sow-image-default-6b88c04c1f9b .widget-title {
  text-align: center;
}


#pgc-12216-0-0 {
  width: 100%;
  width: calc(100% - (0*30px));
} 
#pg-w60808f5ed806c-0.panel-no-style,
#pg-w60808f5ed806c-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#pgc-w60808f5ed806c-0-0, 
#pgc-w60808f5ed806c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px));
}

#pgc-w60808f5ed806c-0-1, #pgc-w60808f5ed806c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px));
}
#pgc-w60808f5ed806c-0-0, #pgc-w60808f5ed806c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px));
}

#pl-w60808f5ed806c .so-panel:last-child {
  margin-bottom: 0;
}


#pgc-w60809009d3e1c-0-0,
#pgc-w60809009d3e1c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60809009d3e1c-0-1,
#pgc-w60809009d3e1c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60809009d3e1c .so-panel {
  margin-bottom: 30px
}

#pl-w60809009d3e1c .so-panel:last-child {
  margin-bottom: 0
}

#pgc-w6080907407b3e-0-0,
#pgc-w6080907407b3e-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w6080907407b3e-0-1,
#pgc-w6080907407b3e-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w6080907407b3e .so-panel {
  margin-bottom: 30px
}

#pl-w6080907407b3e .so-panel:last-child {
  margin-bottom: 0
}

#pgc-w60809103e159c-0-0,
#pgc-w60809103e159c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60809103e159c-0-1,#pgc-w60809103e159c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60809103e159c .so-panel {
  margin-bottom: 30px
}

#pl-w60809103e159c .so-panel:last-child {
  margin-bottom: 0
}

.so-widget-sow-image-default-d6014b76747a .sow-image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hs-blog-post header.header {
  border-bottom: 1px solid #dee2e6;
}
.blog-post__body .so-panel {
  padding-bottom: 30px;
}

.blog-post__body .sow-image-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.custom-blog-search-form .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  position: absolute;
  z-index: 9;
}
.custom-blog-search-form .hs-search-field--open .hs-search-field__suggestions a,li#results-for {
  padding: 5px 10px;
}

.custom-blog-search-wrap + .blog-section {
  padding: 3.92857rem 0 0;
}



@media (max-width: 780px) {
  #pg-w60808880c85ca-0.panel-no-style,#pg-w60808880c85ca-0.panel-has-style>.panel-row-style,
  #pg-w60808f5ed806c-0.panel-no-style, #pg-w60808f5ed806c-0.panel-has-style>.panel-row-style{
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60808880c85ca-0>.panel-grid-cell,#pg-w60808880c85ca-0>.panel-row-style>.panel-grid-cell ,
  #pg-w60808f5ed806c-0>.panel-grid-cell, #pg-w60808f5ed806c-0>.panel-row-style>.panel-grid-cell{
    width: 100%;
    margin-right: 0
  }

  #pgc-w60808880c85ca-0-0,#pgc-w60808880c85ca-0-1,#pgc-w60808880c85ca-0-2 ,
  #pgc-w60808f5ed806c-0-0, #pgc-w60808f5ed806c-0-1, #pgc-w60808f5ed806c-0-2{
    margin-bottom: 30px
  }

  #pg-w60808880c85ca-0 {
    margin-bottom: px
  }

  #pl-w60808880c85ca .panel-grid-cell {
    padding: 0
  }

  #pl-w60808880c85ca .panel-grid .panel-grid-cell-empty ,
  #pl-w60808f5ed806c .panel-grid .panel-grid-cell-empty{
    display: none
  }

  #pl-w60808880c85ca .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w608088c1cb771-0-0,#pgc-w608088c1cb771-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w608088c1cb771-0-1,#pgc-w608088c1cb771-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w608088c1cb771 .so-panel {
  margin-bottom: 30px
}

#pl-w608088c1cb771 .so-panel:last-child {
  margin-bottom: 0
}

#pg-w608088c1cb771-0.panel-no-style,#pg-w608088c1cb771-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w608088c1cb771-0.panel-no-style,#pg-w608088c1cb771-0.panel-has-style>.panel-row-style{
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w608088c1cb771-0>.panel-grid-cell,#pg-w608088c1cb771-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w608088c1cb771-0-0,#pgc-w608088c1cb771-0-1,#pgc-w608088c1cb771-0-2 {
    margin-bottom: 30px
  }

  #pg-w608088c1cb771-0 {
    margin-bottom: px
  }

  #pl-w608088c1cb771 .panel-grid-cell {
    padding: 0
  }

  #pl-w608088c1cb771 .panel-grid .panel-grid-cell-empty,
  #pl-w60809009d3e1c .panel-grid .panel-grid-cell-empty{
    display: none
  }

  #pl-w608088c1cb771 .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }

  #pg-w60809103e159c-0.panel-no-style,#pg-w60809103e159c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60809103e159c-0>.panel-grid-cell,#pg-w60809103e159c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60809103e159c-0-0,#pgc-w60809103e159c-0-1,#pgc-w60809103e159c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60809103e159c-0 {
    margin-bottom: px
  }

  #pl-w60809103e159c .panel-grid-cell {
    padding: 0
  }

  #pl-w60809103e159c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60809103e159c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }

  #pg-w60809009d3e1c-0.panel-no-style,#pg-w60809009d3e1c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60809009d3e1c-0>.panel-grid-cell,#pg-w60809009d3e1c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60809009d3e1c-0-0,#pgc-w60809009d3e1c-0-1,#pgc-w60809009d3e1c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60809009d3e1c-0 {
    margin-bottom: px
  }

  #pl-w60809009d3e1c .panel-grid-cell {
    padding: 0
  }

  #pl-w60809009d3e1c .panel-grid .panel-grid-cell-empty {
    display: none
  }
}

@media (max-width: 780px) {
  #pg-w60808f5ed806c-0.panel-no-style,#pg-w60808f5ed806c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60808f5ed806c-0>.panel-grid-cell,#pg-w60808f5ed806c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60808f5ed806c-0-0,#pgc-w60808f5ed806c-0-1,#pgc-w60808f5ed806c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60808f5ed806c-0 {
    margin-bottom: px
  }

  #pl-w60808f5ed806c .panel-grid-cell {
    padding: 0
  }

  #pl-w60808f5ed806c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60808f5ed806c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w60809009d3e1c-0-0,#pgc-w60809009d3e1c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60809009d3e1c-0-1,#pgc-w60809009d3e1c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60809009d3e1c .so-panel {
  margin-bottom: 30px
}

#pl-w60809009d3e1c .so-panel:last-child {
  margin-bottom: 0
}

#pg-w60809009d3e1c-0.panel-no-style,#pg-w60809009d3e1c-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.post-listing .text-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 780px) {
  #pg-w60809009d3e1c-0.panel-no-style,#pg-w60809009d3e1c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60809009d3e1c-0>.panel-grid-cell,#pg-w60809009d3e1c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60809009d3e1c-0-0,#pgc-w60809009d3e1c-0-1,#pgc-w60809009d3e1c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60809009d3e1c-0 {
    margin-bottom: px
  }

  #pl-w60809009d3e1c .panel-grid-cell {
    padding: 0
  }

  #pl-w60809009d3e1c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60809009d3e1c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w6080907407b3e-0-0,#pgc-w6080907407b3e-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w6080907407b3e-0-1,#pgc-w6080907407b3e-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w6080907407b3e .so-panel {
  margin-bottom: 30px
}

#pl-w6080907407b3e .so-panel:last-child {
  margin-bottom: 0
}

#pg-w6080907407b3e-0.panel-no-style,#pg-w6080907407b3e-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w6080907407b3e-0.panel-no-style,#pg-w6080907407b3e-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w6080907407b3e-0>.panel-grid-cell,#pg-w6080907407b3e-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w6080907407b3e-0-0,#pgc-w6080907407b3e-0-1,#pgc-w6080907407b3e-0-2 {
    margin-bottom: 30px
  }

  #pg-w6080907407b3e-0 {
    margin-bottom: px
  }

  #pl-w6080907407b3e .panel-grid-cell {
    padding: 0
  }

  #pl-w6080907407b3e .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w6080907407b3e .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w60809103e159c-0-0,#pgc-w60809103e159c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60809103e159c-0-1,#pgc-w60809103e159c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60809103e159c .so-panel {
  margin-bottom: 30px
}

#pl-w60809103e159c .so-panel:last-child {
  margin-bottom: 0
}

#pg-w60809103e159c-0.panel-no-style,#pg-w60809103e159c-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w60809103e159c-0.panel-no-style,#pg-w60809103e159c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60809103e159c-0>.panel-grid-cell,#pg-w60809103e159c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60809103e159c-0-0,#pgc-w60809103e159c-0-1,#pgc-w60809103e159c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60809103e159c-0 {
    margin-bottom: px
  }

  #pl-w60809103e159c .panel-grid-cell {
    padding: 0
  }

  #pl-w60809103e159c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60809103e159c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

.text-center {
  text-align: center
}

.hbspt-form fieldset {
  max-width: unset !important
}

.hbspt-form form.hsForm_656d8083-7223-471f-86cf-ca938372127d .hs_email,.hbspt-form form.hsForm_656d8083-7223-471f-86cf-ca938372127d .hs_country {
  width: 100%
}

.img-center {
  margin: 0 auto;
  position: relative;
  display: block
}

.hbspt-form .form-columns-1 input.hs-input:not([type=checkbox]) {
  width: 100% !important
}

.hbspt-form .legal-consent-container ul>li {
  padding-left: 0
}

.hbspt-form .legal-consent-container ul>li:before {
  display: none
}

@media (min-width: 1200px) {
  body .homecarousel-1 {
    background-position:right -300px bottom
  }
}

#pgc-w60808f5ed806c-0-0,#pgc-w60808f5ed806c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60808f5ed806c-0-1,#pgc-w60808f5ed806c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60808f5ed806c .so-panel {
  margin-bottom: 30px
}

#pl-w60808f5ed806c .so-panel:last-child {
  margin-bottom: 0
}

#pg-w60808f5ed806c-0.panel-no-style,#pg-w60808f5ed806c-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w60808f5ed806c-0.panel-no-style,#pg-w60808f5ed806c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60808f5ed806c-0>.panel-grid-cell,#pg-w60808f5ed806c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60808f5ed806c-0-0,#pgc-w60808f5ed806c-0-1,#pgc-w60808f5ed806c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60808f5ed806c-0 {
    margin-bottom: px
  }

  #pl-w60808f5ed806c .panel-grid-cell {
    padding: 0
  }

  #pl-w60808f5ed806c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60808f5ed806c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w60809009d3e1c-0-0,#pgc-w60809009d3e1c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60809009d3e1c-0-1,#pgc-w60809009d3e1c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60809009d3e1c .so-panel {
  margin-bottom: 30px
}

#pl-w60809009d3e1c .so-panel:last-child {
  margin-bottom: 0
}

#pg-w60809009d3e1c-0.panel-no-style,#pg-w60809009d3e1c-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w60809009d3e1c-0.panel-no-style,#pg-w60809009d3e1c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60809009d3e1c-0>.panel-grid-cell,#pg-w60809009d3e1c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60809009d3e1c-0-0,#pgc-w60809009d3e1c-0-1,#pgc-w60809009d3e1c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60809009d3e1c-0 {
    margin-bottom: px
  }

  #pl-w60809009d3e1c .panel-grid-cell {
    padding: 0
  }

  #pl-w60809009d3e1c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60809009d3e1c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w6080907407b3e-0-0,#pgc-w6080907407b3e-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w6080907407b3e-0-1,#pgc-w6080907407b3e-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w6080907407b3e .so-panel {
  margin-bottom: 30px
}

#pl-w6080907407b3e .so-panel:last-child {
  margin-bottom: 0
}

#pg-w6080907407b3e-0.panel-no-style,#pg-w6080907407b3e-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w6080907407b3e-0.panel-no-style,#pg-w6080907407b3e-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w6080907407b3e-0>.panel-grid-cell,#pg-w6080907407b3e-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w6080907407b3e-0-0,#pgc-w6080907407b3e-0-1,#pgc-w6080907407b3e-0-2 {
    margin-bottom: 30px
  }

  #pg-w6080907407b3e-0 {
    margin-bottom: px
  }

  #pl-w6080907407b3e .panel-grid-cell {
    padding: 0
  }

  #pl-w6080907407b3e .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w6080907407b3e .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}

#pgc-w60809103e159c-0-0,#pgc-w60809103e159c-0-3 {
  width: 15%;
  width: calc(15% - (.85*30px))
}

#pgc-w60809103e159c-0-1,#pgc-w60809103e159c-0-2 {
  width: 35%;
  width: calc(35% - (.65*30px))
}

#pl-w60809103e159c .so-panel {
  margin-bottom: 30px
}

#pl-w60809103e159c .so-panel:last-child {
  margin-bottom: 0
}

#pg-w60809103e159c-0.panel-no-style,#pg-w60809103e159c-0.panel-has-style>.panel-row-style {
  -webkit-align-items: flex-start;
  align-items: flex-start
}

@media (max-width: 780px) {
  #pg-w60809103e159c-0.panel-no-style,#pg-w60809103e159c-0.panel-has-style>.panel-row-style {
    -webkit-flex-direction:column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  #pg-w60809103e159c-0>.panel-grid-cell,#pg-w60809103e159c-0>.panel-row-style>.panel-grid-cell {
    width: 100%;
    margin-right: 0
  }

  #pgc-w60809103e159c-0-0,#pgc-w60809103e159c-0-1,#pgc-w60809103e159c-0-2 {
    margin-bottom: 30px
  }

  #pg-w60809103e159c-0 {
    margin-bottom: px
  }

  #pl-w60809103e159c .panel-grid-cell {
    padding: 0
  }

  #pl-w60809103e159c .panel-grid .panel-grid-cell-empty {
    display: none
  }

  #pl-w60809103e159c .panel-grid .panel-grid-cell-mobile-last {
    margin-bottom: 0
  }
}


.custom-tesi-banner {
  position: relative;
  text-align: center;
  margin-top: -50px;
}

.content-wrapper {
  position: relative;
}

.custom-tesi-banner .custom-blog-banner-col {
  padding-top: 5.71429rem;
}

.custom-tesi-banner .custom-blog-banner-col h6 {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
}

.custom-tesi-banner .custom-blog-banner-col h1 {
  margin-bottom: 2.14286rem;
}

.custom-client-blog{
  position:relative;
}
.hs-client-blog .blog-section {
  padding-top: 3.92857rem;
}

.blog-post__body p a:hover {
  color: #0d81be;
}

.blog-index__post-inner-card .blog-index__post-content p {
  font-weight: 400;
}

@media(max-width:991px){

  .hs-blog-post .custom-bottom-pane .hs-form-group {
    padding: 30px 15px;
  }

}

@media(max-width:767px){
  .blog-post__title {
    margin-bottom: .71429rem;
  }

  .custom-tesi-banner .custom-blog-banner-col h1 {
    font-size: 32px;
  }

  .custom-tesi-banner .custom-blog-banner-col {
    padding-top: 2.14286rem;
  }

  .custom-tesi-banner {
    margin: 0;
  }

  .custom-tesi-banner .custom-blog-banner-col h1 {
    font-size: 26px;
    margin-bottom: .5rem;
  }

  .hs-client-blog .blog-section {
    padding-top: 1.42857rem;
  }


}


/*========== Other post blog =====*/

.hsblog-bottom-pane-inner {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/voler-symbol.svg);
  background-position: top right -100%;
  background-repeat: no-repeat;
  background-color: rgba(144, 0, 15, 1);
}

.hsblog-bottom-pane h5 {
  text-align: center;
  color: #fff;
}

.hsblog-bottom-pane-block {
  padding-top: 3.57143rem;
  padding-bottom: 3.57143rem;
}

.hsblog-bottom-pane .hs-form {
  padding: 0 15px;
}
.other-blogpost-wrapper {
  position: relative;
}
.blog-in-v1 .gradinet-v1 {
  height: 450px;
}
.other-blogpost-wrapper.blog-in-v1 .gradinet-v1 {
  top: -50px;
}

.other-blogpost-wrapper  .content-wrapper.blog-post-wrapper {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.other-blogpost-wrapper .blog-post.no-image {
  margin: 0;
}
.other-blogpost-wrapper .y-video {
  position: relative;
  display: inline-block;
}

.other-blogpost-wrapper .y-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.other-blogpost-wrapper .y-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/video-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.hsblog-bottom-pane.custom-voler-form {
  position: relative;
}
.hsblog-bottom-pane-col {
  width: 100%;
}

.hsblog-bottom-pane fieldset {
  max-width: calc(100% + 10px) !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.hsblog-bottom-pane fieldset.form-columns-2 input {
  margin: 0 !important;
}

.hsblog-bottom-pane.custom-voler-form .hs-form label {
  display: none;
}

.hsblog-bottom-pane fieldset .hs-form-field {
  padding-right: 5px;
  padding-left: 5px;
}

.hsblog-bottom-pane fieldset .input {
  margin: 0 !important;
}

.hsblog-bottom-pane.custom-voler-form .hs-form .hs-input {
  height: 42px;
  text-indent: 20px;
}
.hsblog-bottom-pane.custom-voler-form .hs-form .hs-input::placeholder {
  color: #fff;
  font-weight:300;
}
.hsblog-bottom-pane.custom-voler-form .hs-form textarea.hs-input {
  min-height: 120px;
  text-indent: 20px;
  padding-top: 10px;
}

.hsblog-bottom-pane.custom-voler-form .hs-form .hs-button {
  padding: 12px 10px;
  width: 139px;
  border-radius: 50px
}
.other-blogpost-wrapper .breadcrumb-menu {
  color: #221f20;
}
.hsblog-bottom-pane.custom-voler-form .hs-form .hs-error-msgs label {
  display: block;
}
.blog-post__body a {
    word-break: break-word;
}
@media(min-width:768px){
  .other-blogpost-wrapper .post-featured-image {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}
@media(max-width:1199px){
  .other-blogpost-wrapper {
    margin-top: -25px;
  }

}

@media(max-width:991px){
  .other-blogpost-wrapper {
    margin: 0;
  } 
  .hsblog-bottom-pane-inner {
    background-position: top right 100%;
  }
  .other-blogpost-wrapper.blog-in-v1 .gradinet-v1 {
    top: 0;
  }
}
@media(max-width:767px){
  .other-blogpost-wrapper .content-wrapper.blog-post-wrapper {
    padding-top: 0;
  }

  .other-blogpost-wrapper {
    padding-top: 1.42857rem;
  }
  .hsblog-bottom-pane-block {
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem;
  }

  .hsblog-bottom-pane fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .hsblog-bottom-pane h5 {
    margin-bottom: .71429rem;
  }

  .hsblog-bottom-pane.custom-voler-form .hs-form .hs-button {
    width: 100%;
    margin-top: 1px;
  }
}
@media(max-width:400px){
  .hsblog-bottom-pane.custom-voler-form .hs-form .hs-input {
    width: 100% !important;
  } 
}
/*====== End =========*/


/*======= Ultra blog =======*/

.blog-index__tag-header {
    width: 100%;
    padding: 0 15px;
}
.ultralow-inner {
  position: relative;
}

.ultralow-power-blog .blog-header__title {
  font-size: 40px;
  color: #000;
}

.ultralow-power-blog .page-center {
  max-width: 1290px;
}

@media(min-width:768px){
  .ultralow-inner .custom-tesi-banner .custom-blog-banner-col {
    margin: auto;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  } 
}

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

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

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

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

.systems-page form{
  max-width:500px;  
}
.pref-lay .systems-page form{
  max-width:100%;  
}

.systems-page .actions {
  margin: 15px 0;
}
.hs-error-msgs {
  padding: 0;
}
#hs-pwd-widget-password {
  height: 43px !important;
  margin-bottom: 15px;
}
.systems-page h1 {
  font-size: 2rem;
}

.systems-page h2 {
  font-size: 1.65rem;
}
.has-lpheader {
  padding-top: 93px;
}
@media(max-width:991px){
  .has-lpheader {
    padding-top: 74px;
  }
}
@media(max-width:767px){
  .systems-page form{
    max-width:100%;  
  } 
  .systems-page .success {
    min-width: unset;
  }
}

/*======== Error 404 page ==========*/

.custom-error-bannerarea {
  background-color: #000;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -50px;
  position:relative;
  min-height: 451px;
  background-position: top;
}
.custom-error-bannerarea .page-center {
  width: 100%;
  padding: 0;
}
.custom-error-bannerarea .banner-conatiner {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  padding-bottom: 2.14286rem;
  padding-top: 2.14286rem;
  color: #fff;
}
.custom-error-bannerarea .banner-content {
  text-align: center;
}
.custom-error-bannerarea .banner-content h1 {
  margin-top: 0;
  color: inherit;
  font-family: inherit;
  padding-top: .35714rem;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 47px;
  font-weight: 400;
}
.error-404-lay .main-content {
  padding-bottom: 1.42857rem;
  padding-top: 1.42857rem;
}
.error-404-lay + div .footer {
  border: none;
}
input.email-edit.hs-input {
  width: 100% !important;
}
@media(min-width:768px){
  .error-404-lay .main-content {
    padding-bottom: 4.28571rem;
    padding-top: 3.57143rem;
  }
}

@media (min-width: 992px){
  .custom-error-bannerarea .banner-conatiner{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media screen and (max-width: 1199px){
  .custom-error-bannerarea {
    margin-top: -75px;
  }
}
@media screen and (max-width: 991px){
  .custom-error-bannerarea {
    margin-top: 0;
  }

}
@media screen and (max-width: 767px){
  .custom-error-bannerarea .banner-content h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px){
  .custom-error-bannerarea{
    min-height: inherit !important;
  }
  .custom-error-bannerarea .banner-content h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

/*======= End ==========*/


/*======= Search page =======*/

.search-lay {
  padding-top: 40px;
}

.search-lay .page-center {
  max-width: 1290px;
}

h1.search-title {
  font-size: 25px;
  color: #221f20;
  word-break: normal;
}

.total-search-wrapper input.hs-search-field__input {
  width: 100%;
  border: 1px solid #a5a5a5;
  border-radius: 50px;
  height: 43px;
  text-indent: 15px;
  color: #221f20;
  padding-left: 40px;
  outline-offset: -2px;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.total-search-wrapper button {
  background-image: url(//5188904.fs1.hubspotusercontent-na1.net/hubfs/5188904/raw_assets/public/VolerSystems_Testing-2021/images/search-smalli-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 10px;
  width: 41px;
  height: 41px;
  background-color: transparent;
  border: 0;
  padding: 20px;
  cursor: pointer;
  outline: 0;
  z-index: 99;
}

.total-search-wrapper button svg {
  display: none;
}

.search-lay .hs-search-results {
  padding:0;
  margin: 0;
}

.search-lay .border-top {
  border-top: 1px solid #dee2e6!important;
  padding-bottom: 80px;
  margin-top: 99px;
}
.search-lay .hs-search-results__listing li {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 60px;
  position: relative;
  margin:0;
}
.search-lay .hs-search-results__listing li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.19));
  background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.19));
  background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.19));
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.19));
  z-index:-1;
}
.search-lay .hs-search-results__listing li a{
  position:relative;
  z-index:1;
}
.search-lay .col-lg-1 {
  padding-right: 0;
}
.total-search-wrapper input.hs-search-field__input:focus {
  outline: 0;
}
.search-lay  .hs-search-field__suggestions a, 
.search-lay  .hs-search-field__suggestions #results-for {
  padding: 5px 10px;
}

.search-lay  ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background: #fff;
}
.search-lay .hs-search-results__title {
  font-size: 15px;
  color: #221f20;
  font-weight: 500;
  margin: 0;
  font-family: inherit;
  text-decoration: none;
}

.search-lay .hs-search-results__description {
  font-size: 15px;
  color: #221f20;
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
}

.search-lay .hs-search-results__listing li:hover a {
  color: #8f000f;
}
.search-lay .hs-search-results__pagination {
  padding-bottom: 1.42857rem;
  padding-top: 1.42857rem;
} 
.search-lay .hs-search-results__pagination:after {
  display: table;
  content: "";
  width: 100%;
}
.search-lay .hs-search-results__pagination:after {
  display: table;
  content: "";
  width: 100%;
}

.search-lay .hs-search-results__pagination a {
  color: #221f20;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}

.search-lay .hs-search-results__pagination a:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
}
@media(min-width:768px){
  .search-lay .hs-search-results__pagination {
    padding-bottom: 1.42857rem;
    padding-top: 1.42857rem;
  } 
}

@media(max-width:1199px){
  .search-lay {
    margin-top: -25px;
  } 
}

@media(max-width:991px){
  .search-lay {
    margin-top: 0;
    padding-top: 91px;
  } 

  .search-lay .border-top {
    margin-top: 60px;
  }
}

@media (max-width: 767px){
  .search-lay {
    padding-top: 12px;
  }
  .search-lay .hs-search-results__listing li {
    padding: 20px;
  }

}

@media screen and (max-width: 575px){
  h1.search-title {
    font-size: 20px;
  } 
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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