*, *: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,
.dnd-section > .row-fluid{
  margin: 0 auto;
  padding: 0 90px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


@media (max-width: 999px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width:600px!important;
    padding: 0;
  }
}

@media (max-width: 690px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width: 320px!important;
  }
}


@media only screen and (min-width: 480px) and (max-width: 690px){
  .content-wrapper,
  .dnd-section > .row-fluid{
    max-width: 420px!important;
  }
}


@media (max-width:379px){
  .content-wrapper,
  .dnd-section > .row-fluid{
   padding-left:15px;
    padding-right:15px;
  }
}
@font-face { 
  font-family: icomoon; 
  src: url("https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/SmarterSecurity_September2022/Fonts/icomoon.eot") format("eot"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/icomoon.woff2) format("woff2"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/icomoon.woff) format("woff"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/icomoon.ttf) format("truetype"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/icomoon.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face { 
  font-family: icomoon; 
  src: url("https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/SmarterSecurity_September2022/Fonts/FontAwesome.eot") format("eot"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/FontAwesome.woff2) format("woff2"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/FontAwesome.ttf) format("truetype"),
    url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/fonts/FontAwesome.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block; 
}



body {
  line-height:1.5;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin:0;
  padding-bottom: 27px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  margin-bottom: 7px
}

h1{
  line-height: 1.15;
}

h2{
  line-height: 1.1666;
}

h3{
  line-height:1.54545454545;
}

h4{
  line-height: 1.777;
}

h5{
  line-height: 1.625;
}

h6{
  line-height: 1.714;
}

/* Lists */

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

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

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

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


img{
  max-width:100%;
}
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;
}

/* Labels */

form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

/* 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 {
  display: inline-block;
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 16px;
  width: 100%;
  line-height: 19px;
}

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,
label.hs-main-font-element{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.field .input a.hs-button {
  margin-top: 25px;
}


@media (max-width:767px){
  .migration form {
    margin-bottom:30px;
  }
}
/* 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-outer {
  transform: translateY(0px) translate(0px, 0px);
  transition: box-shadow .42s ease,opacity .3s ease,transform .32s ease;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 28px 0 0;
  overflow: visible;
}

.search-outer .search-box form input::placeholder {
  color: #888888;
}

.custom-header-menu .hs-menu-wrapper>ul>li.active > a:after{
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header.header {
  min-height: 80px;
  position: relative;
  z-index: 999;
}
.header-top {
  position: relative;
  width: 100%;
  display: block;
}

.header-top > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
  padding-right:0;
  background: #fff;
}
.row {
  position: relative;
}

.logo-wrapper {
  width: auto;
  position: relative;
  float: left;
}

.logo-wrapper a {
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  color: #888;
  font-family: 'Open Sans';
  font-weight: 600;
  align-self: center;
  text-decoration: none;
  transition: color .3s;
  display:block;
}

.logo-wrapper a img {
  transition: opacity .2s ease;
  height: 40px;
  text-indent: -9999px;
  max-width: none;
  width: auto!important;
  margin-bottom: 0;
  display: block;
}

.col-right {
  float: right;
  width: auto;
  position: static;
  margin-right: 0;
}

.custom-header-menu .hs-menu-wrapper > ul {
  z-index: 20;
  overflow: visible;
  transition: padding .8s ease,margin .25s ease;
  min-height: 1px;
  line-height: 1px;
}

.custom-header-menu .hs-menu-wrapper>ul>li>a {
  transition: color .2s ease;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  color: #888888;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.dekstop-search {
  margin-left: 22px;
  width: 75px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dekstop-search a {
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid rgba(0,0,0,.07);
  display: flex;
  align-items: center;
  height: 100%;
  width:100%;
}

.dekstop-search a span {
  color: #888888;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 18px;
  top: 0;
  background-color: transparent;
  line-height: 25px;
  height: 20px;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.dekstop-search a span:before {
  text-decoration: inherit;
  speak: none;
  content: "\e036";
}

.custom-header-menu .hs-menu-wrapper>ul>li>a:after {
  border-color: #1976d2!important;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: 25px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid;
  content: "";
  padding-bottom: inherit;
}

.custom-header-menu .hs-menu-wrapper>ul>li:hover>a:after {
  backface-visibility: hidden;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.custom-header-menu .hs-menu-wrapper ul li{
  position:relative;
  font-size: 12px;
}

.custom-header-menu .hs-menu-wrapper ul ul {
  background-color: rgba(31,31,31,100);
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #eeeeee;
  width: 20em;
  opacity: 0;
  pointer-events: none;
  display: block;
  transform: translateY(-9999px);
  box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
  position: absolute;
  top: 100%;
  left: 0;
}

.custom-header-menu .hs-menu-wrapper > ul > li:hover > ul {
  left: 0;
  top: 100%;
  pointer-events: all;
  z-index: 999;
  transform: none;
  opacity: 1;
}


.custom-header-menu .hs-menu-wrapper ul li:hover ul li,
.custom-header-menu .hs-menu-wrapper ul ul li:hover ul li{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1;
}

.custom-header-menu .hs-menu-wrapper ul ul li,
.custom-header-menu .hs-menu-wrapper ul ul ul li{
  -webkit-transform: translate3d(0,13px,0);
  transform: translate3d(0,13px,0);
  opacity: 0;
  transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  -webkit-transition: transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);
  width: 100%;
  font-weight: 400;
  font-size: 12px ;
  outline: 0 none;
  line-height: 0;
  display: block;
}

.custom-header-menu .hs-menu-wrapper ul ul li a {
  color: #ccc;
  font-family: Open Sans;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  display: block;
  padding: 1.25em;
}


.custom-header-menu .hs-menu-wrapper ul ul li a:hover {
  background-color: #313233;
  color: #1976d2;
}

.custom-header-menu .hs-menu-wrapper ul ul li:hover > ul {
  left: 100%;
  opacity: 1;
  pointer-events: all;
  top: 0;
  transform: none;
  z-index: 999;
  border-top: 0;
}


.search-outer {
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow: visible;
  padding: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  width: 100%;
  z-index: 10100;
  transition: transform .4s cubic-bezier(0.2, 1, 0.3, 1);
}

.search-outer .search .container {
  height: auto!important;
  float: none;
  width: 100%;
  padding: 0 40px;
  overflow: visible;
  position: static;
  margin: 0 auto;
}

.search-outer .search-box {
  transition: all 0.15s ease;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.search-outer .col {
  position: relative;
  display: block;
  width: 100%;
}

.search-outer .col:last-child {
  margin-right: 0;
}

.search-outer .col {
  position: relative;
  float: left;
}


.search-outer .search-box form{
  width: 100%;
  float: none;
  position: relative;
}

.search-outer .search-box form input {
  font-size: 48px;
  line-height: 1;
}

.search-outer .search-box form input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #888;
  font-family: Open Sans;
  font-size: 48px;
  font-weight: 600;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
  padding: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  width: 100%;
  outline: none;
}

.search-outer .search-box form span {
  text-align: center;
  display: block;
  color: rgba(0,0,0,0.4);
  margin-top: 15px;
  position: relative;
}

.search-outer .search-box form span i {
  font-style: inherit;
}

.search-outer .close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.search-outer .close a {
  right: 0;
  top: 0;
  transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
  -webkit-transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
  position: absolute;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
}

.search-outer .close a span.icon-salient-x {
  font-size: 22px;
  color: #888888;
  height: 20px;
  line-height: 1;
  background-color: transparent;
  transition: color 0.2s ease;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.search-outer .close a span.icon-salient-x:after {
  content: "\e117";
  text-decoration: inherit;
  speak: none;
}

body.main-search-open .search-outer {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.search-outer .close a:hover {
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
  color: #1976d2;
}

.search-outer .close a:hover span.icon-salient-x {
  color: #1976d2;
}

.custom-header-menu .hs-menu-wrapper>ul>li:nth-child(5) > ul {
  right: 0;
  left: auto;
}

.hs-blog-post .no-image{
  background-color: #1976d2;
}

.hs-blog-post header.header {
  min-height: auto;
}

.hs-blog-post .custom-header-menu .hs-menu-wrapper>ul>li>a {
  color: #ffffff;
  opacity: 0.75;
  will-change: opacity,color;
  transition: opacity 0.2s ease,color 0.2s ease;
}

body.fixheader .hs-blog-post .custom-header-menu .hs-menu-wrapper>ul>li>a {
  color: #888888;
  opacity: 1;
}

.hs-blog-post .header-top > .container {
  background-color: transparent;
  transition: background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease,backdrop-filter 0.25s ease;
  -webkit-transition: background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease,backdrop-filter 0.25s ease;
}

body.fixheader .hs-blog-post .header-top > .container {
  background-color: rgba(255,255,255,1.0);
}

.hs-blog-post .dekstop-search a {
  border: none;
  position:relative;
}

body.fixheader .hs-blog-post .dekstop-search a:after {
  display: none;
}

body.fixheader .hs-blog-post .dekstop-search a {
  border-left: 1px solid rgba(0,0,0,.07);
}

body.fixheader .hs-blog-post .header-outer {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

html.hs-inline-edit .search-outer {
  display: none;
}
html.hs-inline-edit body.main-search-open .search-outer {
  display: block;
}

@media only screen and (min-width: 690px){
  .logo-wrapper {
    margin-right: 2%; 
    width: 23.5%;
  }

  .col-right {
    width: 74.5%;
  }

  .search-outer .span_12 {
    width: 100%;
  }

  .search-outer .col {
    margin-right: 2%;
  }

}


@media only screen and (min-width: 1000px){
  .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }

  .logo-wrapper a {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .col-right {
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }

  .nectar-mobile-only {
    display: none;
  }

  a.mobile-search {
    display: none;
  }

  .slide-out-from-right {
    display: none;
  }

  .header-outer {
    padding-top: 0;
  }

  .custom-header-menu .hs-menu-wrapper > ul {
    display: flex;
    float: none;
    vertical-align: middle;
  }

  .custom-header-menu .hs-menu-wrapper>ul>li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  nav.custom-menu-parimary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .search .container {
    max-width: 1425px;
  }

  .search-outer .search-box form input {
    font-size: 48px;
    line-height: 1;
  }

  .slide-out-widget-area-bg,
  .slide-out-widget-area {
    display: none;
  }

  .hs-blog-post .dekstop-search a:after {
    border-left: 1px solid rgba(255,255,255,.25);
    display: inline-block;
    content: "";
    width: 11px;
    height: 20px;
    position: absolute;
    left: -1px;
    opacity: 1;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: top .3s ease-out,margin-top .3s ease-out,height .3s ease-out,border-color .25s ease;
    transition: top .3s ease-out,margin-top .3s ease-out,height .3s ease-out,border-color .25s ease;
  }
}


@media (max-width:1024px) and (min-width:1000px){
  .custom-header-menu .hs-menu-wrapper>ul>li>a {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@media (max-width:1000px){
  .search-outer .search-box {
    -webkit-transform: none;
    transform: none;
    top: 20%;
  }

}

@media (max-width:999px){

  html.hs-inline-edit .slide-out-widget-area-bg {
    display: none;
  }
  html.hs-inline-edit .slide-out-widget-area {
    display: none;
  }
  html.hs-inline-edit .mobile-navigation-open .slide-out-widget-area,
  html.hs-inline-edit .mobile-navigation-open .slide-out-widget-area-bg{
    display: block;
  }

  nav.custom-menu-parimary {
    display: none;
  }

  .header-outer {
    position: relative;
    margin-bottom: 0;
    padding: 12px 0;
  }

  .logo-wrapper {
    line-height: 0;
    text-align: left;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    float:none;
  }

  .logo-wrapper a {
    display: inline-block;
    top: 0;
    left: 0;
    vertical-align: middle;
  }

  .logo-wrapper a img {
    position: relative;
    top: 0;
    margin-top: 0!important;
    height: 35px!important;
    transition: opacity .2s ease;
    float: none;
  }

  a.mobile-search {
    display: inline-block;
    text-align: right;
    z-index: 10000;
    padding: 0 10px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    width: auto;
    transform: none;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    padding-top: 5px;
  }

  a.mobile-search span {
    color: #888888;
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    line-height: 34px;
    width: 18px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
  }

  a.mobile-search span:before {
    text-decoration: inherit;
    speak: none;
    content: "\e036";
  }

  .col-right {
    min-height: 0;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2000;
    margin-left: 0;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    line-height: 0;
  }

  .header-top>.container {
    padding-right: 28px;
  }

  .slide-out-from-right {
    display: inline-block;
    z-index: 10000;
    padding-right: 0;
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    transform: none;
    padding-left: 10px;
  }

  .slide-out-from-right div {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }

  .slide-out-from-right div a {
    color: #1976d2;
  }

  .slide-out-from-right div a span {
    height: 20px;
    transition: transform .33s 0s ease;
    transform-origin: center;
    display: block;
  }


  .slide-out-from-right div a span > i {
    color: #888888;
    top: 10px;
    width: 22px;
    line-height: 0;
    font-size: 0;
    position: relative;
    user-select: none;
    display: block;
    transition: .3s;
    cursor: pointer;
  }

  .slide-out-from-right div a span >  i > i {
    color: #888888;
    width: 22px;
    transition: background .2s ease,opacity .2s ease;
    height: 2px;
    background-color: transparent;
    display: block;
    position: relative;
  }



  .slide-out-from-right div a span > i:after {
    background-color: #888888;
    height: 2px;
    width: 22px;
    top: 0;
    transition: transform .45s ease,opacity .2s ease,background-color .2s ease;
    position: absolute;
    left: 0;
    display: inline-block;
    content: '';
    transform: scale(1,1);
  }

  .slide-out-from-right div a span > i > i:before {
    background-color: #888888;
    top: 6px;
    transition: transform .45s ease,background-color .2s ease,opacity .2s ease;
    transform-origin: 50% 50%;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    content: '';
  }

  .slide-out-from-right div a span > i > i:after {
    background-color: #888888;
    top: -6px;
    transition: transform .45s ease,background-color .2s ease,opacity .2s ease;
    transform-origin: 50% 50%;
    height: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    content: '';
  }


  .slide-out-widget-area {
    background-color: #1976d2;
    display: block;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translate(301px,0);
    -webkit-transform: translate(301px,0);
    transition: tranfor, 700ms cubic-bezier( 0.645, 0.045 , 0.355, 1) 0s;
  }

  body.mobile-navigation-open .slide-out-widget-area{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);

  }

  .slide-out-inner {
    width: 100%;
  }

  a.slide_out_area_close {
    display: block;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 100;
    color: #eefbfa;
    text-decoration: none;
    transition: color .3s;
  }

  a.slide_out_area_close span {
    font-size: 24px!important;
    height: 34px;
    left: -2px;
    line-height: 35px;
    max-width: none;
    -webkit-backface-visibility: hidden;
    transition: all .47s cubic-bezier(.3,1,.3,.95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3,1,.3,.95) 0s;
    width: 34px;
    color: #eefbfa;
    font-style: normal;
    background-color: transparent;
    font-family: icomoon!important;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    display: inline;
  }

  a.slide_out_area_close span:before {
    content: "\e117";
    text-decoration: inherit;
    speak: none;
  }

  .mobile-only {
    margin-top: -7px;
    margin-bottom: 25px;
    display: block;
  }

  .menu-wrap {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0;
    display: block;
  }

  .menu-wrap ul {
    margin: 0;
    position: relative;
    width: 100%;
  }

  .menu-wrap ul li {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-wrap ul li a {
    opacity: .7;
    transition: opacity .2s ease,color .2s ease;
    -webkit-transition: opacity .2s ease,color .2s ease;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #eefbfa;
  }

  .menu-wrap ul ul {
    display: none;
  }

  .slide-out-widget-area-bg {
    -webkit-backface-visibility: hidden;
    height: 1px;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 1px;
    z-index: 9996;
    transition: all .7s cubic-bezier(.645,.045,.355,1) 0s;
    background: transparent;
    height: 100%;
    width: 100%;
    visibility: hidden;
    background-color: rgba(0,0,0,0.8);
  }

  body.mobile-navigation-open .slide-out-widget-area-bg{
    height: 100%;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }

  body.mobile-navigation-open {
    position: absolute;
    left: -300px;
    width: 100%;
    height: 100%;
    transition: tranform ,.7s cubic-bezier(.645,.045,.355,1) 0s;
  }

  body {
    left: 0;
    position: relative;
    transition: left , .7s cubic-bezier(.645,.045,.355,1) 0s;
  }
  .slide-out-widget-area {
    overflow: hidden;
  }

  .slide-out-widget-area .hs-menu-wrapper > ul {
    left:0;
    transition: left , .5s cubic-bezier(.645,.045,.355,1) 0s;
  }

  .slide-out-widget-area .hs-menu-wrapper > ul.child-open {
    left:-100%;
  }

  .slide-out-widget-area .hs-menu-wrapper > ul ul {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1976d2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .7s ease , visibility .7s ease;
    transform: translateX(100%);
  }
  .slide-out-widget-area .hs-menu-wrapper > ul > li.submenu-open > ul {
    visibility: visible;
    opacity: 1; 
  }

  li.backBtn {
    display: inline-block;
    margin-bottom: 20px!important;
    margin-top: 3px;
  }

  li.backBtn a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    opacity: .7;
    transition: opacity .2s ease,color .2s ease;
    -webkit-transition: opacity .2s ease,color .2s ease;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans';
    font-weight: 700;
    background: rgba(0,0,0,.13);
    color: #eefbfa;
  }

  .menu-wrap ul li a:hover {
    color: #fff!important;
    opacity: 1;
  }

  header.header {
    min-height: auto;
  }

  .hs-blog-post header.header {
    position: absolute;
    width: 100%;
  }

  .hs-blog-post a.mobile-search span {
    color: #fff;
  }

  body.fixheader .hs-blog-post .header-top>.container {
    background-color: transparent;
  }


  .hs-blog-post .slide-out-from-right div a span>i>i:after,
  .hs-blog-post .slide-out-from-right div a span>i>i:before,
  .hs-blog-post .slide-out-from-right div a span>i:after{
    background-color: #fff;
  }
  .slide-out-widget-area .hs-menu-wrapper>ul.child-open.thirdActive {
    left: -200%;
  }

  .slide-out-widget-area .hs-menu-wrapper > ul li.submenu-open > ul {
    visibility: visible;
    opacity: 1;
  }
}


@media (max-width:690px){
  .header-top>.container {
    max-width: 100%;
    padding: 0 18px;
  }

}
.footer-button-wrapper a,
.footer-button-wrapper a:hover{
  background-color: #222;
  border: 1px solid #222;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  padding: 10px 16px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  cursor: default;
}

.footer-lp .footer-form,
.footer-lp .footer-menu, 
.footer-lp .footer-social-icons {
  margin-top: 0;
}
.hs-error-msgs.inputs-list label,
ul.no-list.hs-error-msgs.inputs-list label {
  color: red !important;
  font-size: 16px;
}
footer.footer:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: inherit;
  opacity: 0.5;
}

footer.footer {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  color: #CCCCCC;
  background-color: #313233;
  letter-spacing: 0;
  background-image: url(https://22028250.fs1.hubspotusercontent-na1.net/hubfs/22028250/raw_assets/public/SmarterSecurity_September2022/images/footer-concrete-background.jpg);
}

.footer-wrapper > .container {
  max-width: 1425px;
}

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

.footer-logo {
  width: 20%;
  z-index: 10;
  min-height: 1px;
  position: relative;
  float: left;
  display: block;
}

.footer-row:after,
.footer-row:before {
  content: '';
  clear: both;
  display: block;
}

.footer-menu {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  min-height: 1px;
  margin: 52px 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 20%;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  padding: 0 25px;
}

.footer-social-icons {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  min-height: 1px;
  margin: 52px 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 20%;
  padding: 0 25px;
}

.footer-form {
  display: block;
  position: relative;
  float: left;
  z-index: 10;
  min-height: 1px;
  margin: 52px 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 35%;
  padding: 0 0 0 25px;
  border-left: 1px solid #888;
}

.custom-footer-form-container .form-title{
  border-bottom: 1px solid;
  color: #777777!important;
  display: inline-block;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 16px;
  padding-bottom: 0.5rem;
  text-transform: uppercase!important;
}

.custom-footer-form-container .hs-form-field  {
  margin: 0;
}

.custom-footer-form-container form .hs-form-field > label {
  display:none;
}

.custom-footer-form-container form input[type=email] {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 12px;
  background-color: #ffffff;
  color: #888888;
  border: none;
  width: 66%;
}

.custom-footer-form-container form input[type=submit],
.custom-footer-form-container form .hs-button {
  background-color: #1976d2;
  border: none;
  color: #fff;
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 16px 0 31px 0;
  padding: 16px;
}

.custom-footer-form-container label.hs-main-font-element,
.custom-footer-form-container .hs-error-msg {
  margin: 16px 0;
  color: #000 !important;
  font-size: 16px;
  line-height: 24px;
}
.custom-footer-form-container .hs-error-msgs.inputs-list label,
.custom-footer-form-container ul.no-list.hs-error-msgs.inputs-list label {
  color: #000 !important;
}

.custom-footer-form-container form .inputs-list>li {
  margin: 0;
}

.footer-form p {
  font-size: 12px;
  line-height: 130%;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}

.footer-form p img {
  margin-bottom: 0px;
  float: left;
  padding-right: 10px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.footer-logo .logo img {
  width: 80%!important;
  max-width: 200px;
  height: auto;
  display: block;
  margin-left: -50px;
  margin-bottom: 15px;
}

.footer-content h4 {
  color: #cccccc ;
  margin-bottom: 20px;
  font-size: 12px;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 18px;
  font-family: Open Sans;
  -webkit-font-smoothing: antialiased;
}

.footer-content p {
  font-size: 12px;
  padding-bottom: 7px;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
}

.footer-content p a {
  color: #CCCCCC;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.middle-smarter-security-logo a {
  display: block;
  padding-bottom:10px;
}

.footer-content p:last-child {
  padding-bottom: 0;
}

.middle-smarter-security-logo a img {
  width: 60%!important;
  max-width: 100px;
  height: auto;
  display: block;
  margin-left: 0px;
  margin-bottom: 15px;
}

.footer-content-items-2 p:first-child {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 24px;
}

.footer-content-items-2 p a {
  color: #CCCCCC;
  text-decoration: underline;
}

.footer-content-items-2 p:nth-child(2) {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
}

.footer-content-items-2 p:last-child {
  padding-bottom: 0;
}

.footer-content-items-2 p:last-child > a {
  text-decoration: none;
}

.footer-menu ul li:first-child a {
  border-bottom: 1px solid;
  color: #777;
  display: inline-block;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.footer-menu ul li {
  padding: 4px 0;
  font-size: 14px;
}

.footer-menu ul li:first-child {
  padding: 0;
  font-size: initial;
}

.custom-footer-form-container form input[type=email]::placeholder {
  color: #888;
}

.footer-menu ul li a {
  display: block;
  color: #CCCCCC;
  text-decoration: none;
  transition: color .3s;
  line-height: 24px;
}

.footer-form p:last-child {
  padding-bottom: 0;
}

.footer-lp .footer-content-items-2 p:first-child {
  font-size: 16px;
}

@media (min-width:690px){
  .footer-logo {
    margin-right: 2%;  
  }

}

@media (min-width:1000px){
  .footer-wrapper > .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
  }
}

@media (max-width:999px){
  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-social-icons {
    margin-bottom: 0;
  }

  .footer-form {
    margin-bottom: 0;
  }

  .footer-logo .logo img{
    margin-left:0;
  }

  .footer-lp .footer-form {
    margin-bottom: 20px;
  }
}



@media screen and (max-width: 690px){
  .footer-logo {
    width: 100%;
    padding: 0 25px;
    margin-left: 25px;
  }

  .footer-menu {
    width: 40%;
    margin-top: 0;
    margin-left: 25px;
  }

  .footer-social-icons {
    width: 40%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .footer-form {
    width: 90%;
    margin-top: 25px;
    margin-left: 25px;
  }

  .footer-row {
    overflow: hidden;
  }

  .custom-footer-form-container .form-title {
    margin-bottom: 16px;
    line-height: 16.2px;
  }

  .custom-footer-form-container form .hs-button,
  .custom-footer-form-container form input[type=submit] {
    margin: 16px 0 30px;
  }


}


@media only screen and (min-width: 690px) and (max-width: 999px){

  .footer-logo {
    clear: both;
    margin-right: 15px;
    margin-left: 0;
    padding: 15px;
    float: left;
    width: 48%;
  }

  .footer-menu {
    width: 48%;
    margin-left: 0;
    float: left;
  }

  .footer-social-icons {
    width: 48%;
    margin-left: 0;
    float: left;
  }

  .footer-form {
    width: 48%;
    float: left;
  }

  .custom-footer-form-container form .hs-button,
  .custom-footer-form-container form input[type=submit] {
    margin: 16px 0 30px;
  }

  .footer-logo,
  .footer-social-icons{
    clear: both;
  }

}


@media (max-width:689px){
  .footer-logo .logo img {
    margin-left: -50px;
  }
}




@media (max-width:400px){
  .footer-social-icons {
    width: 90%;
    border-left: 1px solid #888;
    margin-left: 25px;
  }

  .footer-menu {
    width: 90%;
    border-right: 0;
    margin-bottom: 30px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */


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

/* Flyouts */


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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: 0;
  Top:100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


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