*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
}
.blog-banner-wrapper .dnd-section>.row-fluid {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.dnd-section .dnd-column {
  padding: 0 10px;
}

.banner-section .dnd-section{
  padding: 0;
}

.banner-section .dnd-section>.row-fluid{
  padding: 0;
  max-width: 100%;
}
.blog-banner-wrapper .dnd-section {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "FontAwesome"; 
  src: url(https://1641485.fs1.hubspotusercontent-na1.net/hubfs/1641485/raw_assets/public/VisualLease_September2022/fonts/FontAwesome.eot) format("embedded-opentype"),
    url(https://1641485.fs1.hubspotusercontent-na1.net/hubfs/1641485/raw_assets/public/VisualLease_September2022/fonts/FontAwesome.woff2) format("woff2"),
    url(https://1641485.fs1.hubspotusercontent-na1.net/hubfs/1641485/raw_assets/public/VisualLease_September2022/fonts/FontAwesome.woff) format("woff"),
    url(https://1641485.fs1.hubspotusercontent-na1.net/hubfs/1641485/raw_assets/public/VisualLease_September2022/fonts/FontAwesome.ttf) format("truetype"), 
    url(https://1641485.fs1.hubspotusercontent-na1.net/hubfs/1641485/raw_assets/public/VisualLease_September2022/fonts/FontAwesome.svg) format("svg"); 
  font-style: normal;
  font-weight: normal; 
}


.fa {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: FontAwesome;
}

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






body {
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-family: Open Sans;
  font-size: 12px;
  line-height: normal;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  letter-spacing: .5px;
  line-height: 1.6em;
  padding-bottom: 27px;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  -webkit-font-smoothing: antialiased;
}

h1{
  line-height: 1.6;
}

h2{
  line-height: 1.2em;
}

h3{
  line-height: 1.3em;
}

h4{
  line-height: 1.3em;
}

h5{
  line-height: 1.77777777778;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

:focus{
  outline: 0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

h3.form-title {
  line-height: 20px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #fff;
  color: #152F2E;
  border-radius: 4px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 2px 0px 3px #dddddd;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  height: 46px;
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

form textarea.hs-input{
  min-height: 63px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  white-space: normal;  
  display: block;
  border-style: solid;
  border-radius: 5px;
  z-index: 54;
  width: 100%;
  min-height: 55px;
  background: rgba(241,132,29,1);
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: Open Sans;
  font-style: normal;
  text-align: center;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #ef6b51;
}

form.hs-form {
  margin-bottom: 1em;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


::-webkit-input-placeholder {
  color: #757575;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder{
  color: #757575;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  top: 32px;
  left: 0;
  position: fixed;
  padding: 28px 0 0;
  z-index: 9999;
  width: 100%;
  padding-top: 20px;
}

.header-inner {
  position: relative;
  z-index: 9998;
  width: 100%;
}

.header-inner .col {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.header-inner .col.span_9 {
  float: right;
  width: auto;
  position: static;
}

.header-space {
  min-height: 140px;
}

.btn-wrap {
  height: 32px;
  z-index: 1000;
  float: right;
  line-height: 1;
}

.btn-wrap .btn-one {
  float: left;
  line-height: 0;
  font-size: 12px;
  position: relative;
  z-index: 10;
  background: #F48418;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #fff;
  border-radius: 5px;
  margin-right: 5px;
}

.btn-wrap .btn-one a {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  margin: 0 1px;
  font-size: 15px;
  line-height: 13px;
  box-sizing: border-box !important;
  z-index: 10;
  display: block;
  position: relative;
  letter-spacing: 1px;
  padding: 10px;
  color: #fff;
}

.btn-wrap .btn-two {
  float: left;
  line-height: 0;
  font-size: 12px;
  position: relative;
  background: #F48418;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  z-index: 10;
}

.btn-wrap .btn-two a {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  box-sizing: border-box !important;
  line-height: 13px;
  padding: 10px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  margin: 0 1px;
}


.header-secondary-outer {
  left: 0;
  width: 100%;
  top: 15px;
  position: fixed;
  z-index: 99999;
}

.header .header-logo a {
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
}

.header .header-logo img {
  text-indent: -9999px;
  max-width: none;
  width: auto;
  margin-bottom: 0;
  display: block;
  transition: opacity .4s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  height: auto;
  width: auto;
  max-height: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 10;
  text-indent: 0;
  clip: auto;
  position: static;
  vertical-align: top;
  line-height: 1.3em;
  background: 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  float: left;
  flex-grow: 1;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
  height: auto;
  width: auto;
  max-height: none;
  line-height: 1.3em;
  min-height: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #333;
  vertical-align: top;
  line-height: 1.3em;
  text-transform: none;
  font-size: 15px;
  padding-top: 40px;
  letter-spacing: .5px;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  position: relative;
  padding-bottom: 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  max-height: 99999px;
  border: 1px solid;
  border-top: 1px solid;
  margin-top: 20px;
  top: auto;
  opacity: 0;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  left: auto;
  clip: rect(0,5000px,5000px,-5000px);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  position: absolute;
  z-index: 500;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  width: auto;
  bottom: auto;
  right: auto;
  text-indent: 0;
  display: block;
  pointer-events: auto;
  left: 0 !important;
  vertical-align: top;
  line-height: 1.3em;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3),
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4){
  position: static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul{
  left: auto !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul{
  max-width: 209px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  overflow: visible;
  margin-top: 0;
  z-index: 20;
  max-height: 99999px;
  top: auto !important;
  height: auto;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul li ul>li>a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 15px 20px;
  font-size: 15px;
  letter-spacing: .5px;
  overflow: visible;
  text-align: left;
  z-index: 10;
  white-space: unset !important;
  vertical-align: top;
  margin-top: 5px;
  line-height: 1.3em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #F48418;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.header-no-nav header.header {
  min-height: 124.5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover::after {
  width: 100%;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul li ul>li>a::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #F48418;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul li ul>li>a:hover::after {
  width: 100%;
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul li ul>li {
  display: block;
  float: none;
  position: relative;
  min-width: 150px;
  text-align: left;
  clear: both;
  vertical-align: top;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li:hover ul {
  top: 0 !important;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
  right: 0;
  top: 0;
  left: 100% !important;
  float: left;
  display: block !important;
  max-width: 100%;
  bottom: auto;
  text-indent: 0;
  clip: auto;
  overflow: visible;
  z-index: 10;
  visibility: hidden;
  width: 100%;
  vertical-align: top;
  line-height: 1.3em;
}


body.scroll-header header.header {
  padding-top: 12px;
  top: 0;
  transition: all .2s ease-in-out;
}

header.header {
  transition: all .2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul li ul>li>a {
  word-break: initial;
}

button.shiftnav-panel-close i {
  font-size: 12px;
}

body.scroll-header .header-no-nav header.header {
  min-height: 70px;
  padding-bottom: 12px;
}

body.scroll-header .header-no-nav header.header {
  display: flex;
  align-items: center;
}

.mobile-menu-wrap .shiftnav-nav ul>li.active>a,
.mobile-menu-wrap .shiftnav-nav ul>li.active-branch>a{
  background: #c1c1c1 !important;
  color: #010507 !important;
}




@media (min-width: 690px){
  .header-inner .col.span_3 {
    width: 23.5%;
    margin-right: 2%;
  }
}


@media only screen and (min-width: 1000px){
  .mob-head-wrap {
    display: none;
  }
  .mobile-menu-wrap{
    display: none;
  }

}

@media (min-width: 1100px){
  .header-inner .col.span_3 {
    width: 23%;
    float: left;
  }
  .header .header-logo img {
    width: 100% !important;
    height: auto;
  }
}


@media screen and (max-width: 1199px){
  .header-inner .col.span_3 {
    width: 16%;
  }
  .header .header-logo img {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px){
  .mob-head-wrap {
    padding-top: 105px;
  }
  .header__container.content-wrapper{
    max-width: 100%;
  }
  .header-no-nav .mobile-header {
    min-height: 83px;
  }
}

@media only screen and (max-width: 999px){
  .header_outer {
    display: none;
  }
  .mobile-header {
    left: auto;
    right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 500000;
    position: fixed;
    top: 0;
    transition: transform .5s;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>a:hover::after {
    left: 0;
    width: 100%;
  }

  button.shiftnav-toggle {
    float: right;
    padding: 36px 20px 15px;
    content: '\f0c9';
    font-family: FontAwesome;
    color: #032e42 !important;
    margin-left: -10px;
    position: relative;
    z-index: 20;
    border: 0;
    line-height: 1em;
    border-radius: 4px;
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
    background: transparent !important;
  }

  button.shiftnav-toggle i {
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-weight: 400;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
  }
  button.shiftnav-toggle i::before {
    content: "\f0c9";
  }
  .mobile-header .header-logo {
    padding: 16px 10px;
    display: inline-block;
    line-height: 1em;
  }

  .mobile-header .header-logo img {
    max-width: 200px;
  }

  .mobile-header {
    background: #ffffff;
  }
  .mobile-menu-wrap {
    background: #fff;
    font-family: Poppins;
    height: 100%;
    line-height: 1.3em;
    max-height: 937px;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    overscroll-behavior: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(290px);
    transition: transform .5s,opacity .5s,visibility .5s;
    visibility: hidden;
    width: 290px;
    z-index: 600000;
  }

  .mobile-menu-wrap .shiftnav-inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.3em;
  }

  button.shiftnav-panel-close {
    display: block;
    position: absolute;
    right: 0;
    background: rgba(0,0,0,.2) !important;
    z-index: 20;
    cursor: pointer;
    border: none;
    color: inherit;
    line-height: 1.3em;
    padding: 26px 20px 0;
    font-size: 12px;
    border-radius: 4px;
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  }

  button.shiftnav-panel-close i::before {
    content: "\f00d";
  }

  button.shiftnav-panel-close i {
    color: #1e73be;
  }

  button.shiftnav-panel-close i {
    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;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    width: 32px;
    height: 32px;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
  }

  .mobile-logo {
    padding: 25px;
    line-height: 1.3em;
    padding-bottom: 24px;
  }
  .mobile-menu-wrap .shiftnav-inner hr {
    height: 5px;
    border: none;
    color: #0065A3;
    background-color: #0065A3;
    line-height: 1.3em;
    margin: 0;
    box-sizing: border-box;
  }

  .mobile-menu-wrap .shiftnav-nav {
    position: relative;
    z-index: 10;
    display: block;
    top: auto;
    left: auto;
    float: none;
    line-height: 1.3em;
    min-width: 0;
  }

  .mobile-menu-wrap .shiftnav-nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    line-height: 1.3em;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 17px;
    color: #1f1f1f;
    letter-spacing: .5px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li {
    overflow: hidden;
    z-index: 30;
    position: relative;
    line-height: 1.3em;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>a {
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #010507;
    padding-top: 16px;
    transition: .2s all ease;
    padding-bottom: 16px;
    font-weight: normal;
    font-family: 'Poppins';
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>a::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #F48418;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>a:hover::after {
    width: 100%;
    left: 0;
  }
  .menu-open .mobile-menu-wrap {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: transform .5s,opacity .5s,visibility .5s;
    visibility: visible;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>span.shiftnav-submenu-activation {
    height: 58px;
    width: 58px;
    color: #0065a3;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50px;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    top: 0;
    right: 0;
    line-height: 1.3em;
    padding: 0 20px;
    position: absolute;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>span.shiftnav-submenu-activation i {
    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;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    margin-left: 5px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>span.shiftnav-submenu-activation i:before {
    content: "\f054";
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    min-height: 100%;
    top: auto;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    display: block;
    left: auto;
    float: none;
    line-height: 1.3em;
    min-width: 0;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li.child-open {
    left: 0;
    position: relative;
    visibility: visible;
    z-index: 40;
    top: 0;
    width: 100%;
    overflow: visible;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li.child-open>a {
    background: #f48418;
    color: #ffffff;
    border-bottom: 1px solid #1e73be;
    font-weight: normal;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li.child-open>.shiftnav-submenu-activation {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    transition-duration: .2s;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li.child-open>ul {
    position: relative;
    height: auto;
    overflow: hidden;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li {
    z-index: 30;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    background: none transparent;
    list-style-type: none;
    line-height: 1.3em;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>a {
    color: #010507;
    font-weight: normal;
    font-size: 16px;
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: .2s all ease;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Poppins';
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    min-height: 100%;
    top: auto;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    display: block;
    left: auto;
    float: none;
    min-width: 0;
    line-height: 1.3em;
  }

  span.shiftnav-submenu-activation:hover {
    color: #1e73be !important;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li {
    z-index: 30;
    position: relative;
    filter: grayscale(100%);
    padding-bottom: 30px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #010507;
    font-weight: normal;
    padding-top: 16px;
    font-family: 'Poppins';
    transition: .2s all ease;
    padding-bottom: 16px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li>a::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #F48418;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>a::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #F48418;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .mobile-menu-wrap .shiftnav-nav>ul>li.child-cont-open {
    left: 100%;
    position: absolute;
    width: 100%;
    visibility: hidden;
  }
  .navdemocontainer {
    background-color: #eaf7ff;
    margin-top: 30px;
    line-height: 1.3em;
  }

  .navdemocontainer h1 {
    padding: 25px;
    line-height: 1.3em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    color: #1e73be;
    font-family: 'Poppins',"PT Serif";
  }

  .navdemocontainer .navdemo {
    display: flex;
    justify-content: center;
    margin: 0 30px 0;
    line-height: 1.3em;
    padding-bottom: 20px;
  }

  .navdemocontainer .navdemo a {
    border-radius: 4px;
    transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
    border: 0;
    color: white;
    padding: 10px 30px;
    box-sizing: border-box !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 16px;
    font-family: Arial;
    margin: 4px 2px 4px 2px;
    letter-spacing: 1px;
    background-color: #FF7E09;
  }

  .mobile-menu-wrap .shiftnav-inner::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    z-index: 10000;
    left: -15px;
    right: auto;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.shiftnav-retract {
    display: block;
    margin: 0;
    line-height: 1.3em;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.shiftnav-retract>a {
    color: #0065a3;
    text-align: right;
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    font-size: 17px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    font-family: 'Poppins';
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.shiftnav-retract>a i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
    margin-top: 15px;
    font-family: FontAwesome;
    font-weight: 400;
    top: -2px;
    width: 32px;
    height: 32px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.shiftnav-retract>a::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #F48418;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.shiftnav-retract>a:hover::after {
    width: 100%;
    left: 0;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.shiftnav-retract>a i::before {
    content: "\f053";
  }
  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>.shiftnav-submenu-activation {
    height: 58px;
    width: 58px;
    color: #0065a3;
    max-width: 50px;
    cursor: pointer;
    z-index: 100;
    text-align: center;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0 20px;
    display: flex;
    line-height: 1.3em;
    justify-content: center;
    align-items: center;
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>.shiftnav-submenu-activation>i {
    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;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -5px;
    font-family: FontAwesome;
    word-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>.shiftnav-submenu-activation>i::before {
    content: "\f054";
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li {
    left: 0;
    position: relative;
    visibility: visible;
    width: 100%;
    overflow: hidden;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.child-open {
    z-index: 40;
    top: 0;
    overflow: visible;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.child-open>a {
    background: #f48418;
    color: #ffffff;
    border-bottom: 1px solid #1e73be;
    font-weight: normal;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.child-open>.shiftnav-submenu-activation {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    transition-duration: .2s;
    z-index: 40;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.child-open>ul {
    position: relative;
    height: auto;
    overflow: hidden;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 50;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.child-cont-open {
    left: 100%;
    position: absolute;
    width: 100%;
    visibility: hidden;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li.shiftnav-retract {
    display: block;
    padding: 0;
    filter: unset;
    line-height: 1.3em;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li.shiftnav-retract a {
    color: #0065a3;
    text-align: right;
    display: block;
    padding: 15px 25px;
    line-height: 1.6em;
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    font-family: 'Poppins';
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li.shiftnav-retract a i {
    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;
    font-family: FontAwesome;
    font-weight: 400;
    margin-top: 15px;
    font-style: normal;
    font-variant: normal;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    width: 32px;
    height: 32px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li.shiftnav-retract a::after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #F48418;
    transition: width 0.3s ease 0s, left 0.3s ease;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li.shiftnav-retract a i::before {
    content: "\f053";
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li {
    padding: 0;
    filter: unset;
  }
  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.by-product>ul>li.hs-menu-item {
    padding-bottom: 30px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.professional-services>ul>li.hs-menu-item {
    padding-top: 80px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li.vl-partner-marketplace>ul>li.hs-menu-item {
    padding-top: 80px;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li.the-vl-difference>ul {
    display: none;
  }

  .mobile-menu-wrap .shiftnav-nav>ul>li.the-vl-difference .shiftnav-submenu-activation {
    display: none;
  }
  .mobile-menu-wrap .shiftnav-nav>ul>li>ul>li>ul>li>a:hover::after {
    left: 0;
    width: 100%;
  }
}


@media only screen and (max-width: 1000px) and (min-width: 690px){
  .navdemocontainer h1 {
    font-size: 28px;
  }
}


@media (max-width: 960px){
  button.shiftnav-toggle i,
  span.shiftnav-submenu-activation i{
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px){
  .navdemocontainer h1 {
    font-size: 26px;
  }
  button.shiftnav-panel-close i {
    font-size: 12px;
  }
  .mob-head-wrap {
    padding-top: 86px;
  }
}
footer.footer {
  position: relative;
  z-index: 10;
}

footer.footer .row {
  padding: 55px 0;
  margin-bottom: 0;
  padding-bottom: 56px;
  position: relative;
}

footer.footer .col {
  z-index: 10;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

footer.footer .col.col_last {
  margin-right: 0;
}

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

.footer-logo img {
  vertical-align: baseline;
  line-height: 12px;
}

.footer-logo {
  line-height: 17px;
}

.footer-copyright-sec {
  margin-bottom: 30px;
}

.footer-copyright-sec .widget-type-text {
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 1.6em;
}

footer.footer .hs-menu-wrapper ul {
  flex-direction: column;
  letter-spacing: .5px;
  line-height: 1.6em;
  font-size: 17px;
}

footer.footer .hs-menu-wrapper ul li {
  padding: 4px 0;
}

footer.footer .hs-menu-wrapper ul li a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

footer.footer .hs-menu-wrapper ul li:first-child {
  padding-top: 0;
}

.partner-img {
  margin-bottom: 30px;
}

.partner-img .inner {
  text-align: center;
}

.widget_search {
  margin-bottom: 30px;
}

.widget_search form.search-form {
  position: relative;
  overflow: hidden;
  line-height: 12px;
}

.widget_search form input.search-field {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  height: auto;
  border-radius: 0;
  background-color: #d7e0f0;
  padding: 10px;
  padding-right: 75px;
  border: 0;
  border-bottom: 1px solid #fff;
  line-height: 22px;
  color: #555;
  box-shadow: 0 1px 2px rgb(0 0 0 / 9%) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.09) inset;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 9%) inset;
  -o-box-shadow: 0 1px 2px rgba(0,0,0,.09) inset;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

footer.footer .widget_search form input.search-submit {
  opacity: .9;
  transition: opacity .2s linear 0s;
  -moz-transition: opacity .2s linear 0s;
  -webkit-transition: opacity .2s linear 0s;
  padding: 10px 11px 11px 10px;
  line-height: 24px;
  position: absolute;
  right: 0;
  border: none;
  top: 0;
  margin: 0;
  box-shadow: none;
  min-height: unset;
  background-color: #f48418;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "Open Sans";
  width: auto;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.back-to-top {
  overflow: hidden;
  transition: box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
  -moz-transition: -moz-box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
  background-color: rgba(0,0,0,.25);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
}

.back-to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  word-spacing: 1px;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform .2s ease;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
}

footer.footer .hs-menu-wrapper ul li:last-child {
  margin-bottom: 30px;
}

footer.footer .hs-menu-wrapper ul li:nth-child(10) {
  margin-bottom: 30px;
}

.flyoutcta a {
  position: fixed;
  margin: 0;
  padding: 6px 13px 8px 13px;
  text-decoration: none;
  text-align: center;
  right: -1px;
  cursor: pointer;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  display: block;
  z-index: 100000;
  top: 350px;
  background-color: #F48418;
  color: #FFFFFF;
  border-style: solid;
  border-width: 0px;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  box-sizing: border-box !important;
  line-height: 12px;
}

.flyoutcta a:hover {
  background-color: #0065a3;
  color: #FFFFFF;
}

.footer-copyright-sec p.space {
  padding-bottom: 20px;
}

footer.footer .hs-menu-wrapper ul li:nth-child(11) {
  padding-top: 0;
}

.widget_search form input.search-field:focus {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

footer.footer .widget_search form input.search-submit:hover {
  opacity: 1;
}

.partner-img p {
  padding-bottom: 20px;
}

.partner-img p img {
  max-width: 20%;
  display: inline-block;
  height: 90px;
  float: none;
  margin-right: 10px;
  object-fit: contain;
  width: auto;
}

.partner-img p:last-child {
  padding-bottom: 0;
}

.footer-copyright-sec .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 20px;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}

.back-to-top:hover {
  box-shadow: 1px 2px 3px rgba(0,0,0,.16);
  transition: box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .05s linear .25s;
  background-color: transparent;
  color: #fff;
}

a.back-to-top.active {
  bottom: -30px;
  transition: bottom 350ms cubic-bezier(.55,0,.1,1) 0s;
}

.back-to-top::before {
  background-color: rgba(255,255,255,.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all .5s cubic-bezier(.165,.84,.44,1);
  -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
  -moz-transition: all .5s cubic-bezier(.165,.84,.44,1);
  opacity: 0;
  z-index: 2;
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 100px;
}

.back-to-top::after {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f48418;
  transition: all .3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

.fa-angle-up:before {
  content: "\f106";
}
a.back-to-top {
  bottom: 17px;
}

.back-to-top:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  /* opacity: 1; */
}

.back-to-top:hover i {
  -webkit-transform: translate(0,-29px);
  transform: translate(0,-29px);
}


@media (min-width: 690px){
  footer.footer .span_4 {
    width: 32%;
  }
  footer.footer .col {
    margin-right: 2%;
  }
}
@media(min-width:900px){
.smallerCell
  {
  border-right: 1.5px solid black;
  }
  .leftCell
  {
    width:30%!important;
  }
  .middleCell
  {
    width:24%!important;
  }
}

@media (min-width: 1200px){
  .footer-logo {
    padding-right: 28.128%;
  }
  .rowFlex
  {  
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}

@media screen and (min-width: 1400px){
  .partner-img p img {
    max-width: 20%;
    display: inline-block;
    height: 90px;
    float: none;
    margin-right: 10px;
    width: auto;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1000px){
  .footer-copyright-sec p.space {
    font-size: 1.2vw;
  }
}


@media screen and (max-width: 1200px) and (min-width: 1000px){
  .footer-logo {
    width: 50%;
  }
}

@media only screen and (max-width: 1020px){
  a.back-to-top {
    display: none;
  }
}

@media only screen and (min-width: 690px) and (max-width: 1000px){
  footer.footer .col {
    margin-left: 0;
    margin-right: 15px;
    padding: 15px;
    width: 48%;
  }
  footer.footer .col:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px){
  .partner-img p img {
    float: none;
  }
}

@media (max-width: 1000px){
  .footer-logo {
    max-width: 200px;
  }
  footer.footer .col.col_last {
    margin-bottom: 0;
  }
  .footer-logo {
    line-height: 16px;
  }
}


@media only screen and (min-width: 1px) and (max-width: 1000px){
  footer.footer .col {
    margin-bottom: 40px;
  }
}


@media screen and (max-width: 760px){
  .partner-img p img {
    max-width: 100%;
    display: inline-block;
    height: 90px;
    width: auto;
  }
}

@media screen and (max-width: 380px){
  .partner-img p img {
    max-width: 100%;
    display: inline-block;
    height: 90px;
  }
}


@media screen and (max-width: 348px){
  .partner-img {
    margin-left: -10px;
    margin-right: -10px;
  }
}
div#hs-eu-cookie-confirmation
{
display:none;
}
.hs_hand_raiser input, .hs_hand_raiser label
{
display:flex!important
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}