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











































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

.banner-section  .dnd-section>.row-fluid {
  padding: 0;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-section .row-fluid {
  padding: 0!important;
  width: 100%!important;
  max-width: 100%!important;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


.dnd-section>.row-fluid{
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
}

.align-top-columns .dnd-column p:first-child,
.align-top-columns .dnd-column h3:first-child { margin-top:0 }

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section>.row-fluid {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 16px;
  color: #494a52;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

.body-wrapper{
  line-height: 1.6;
  font-weight: 400;
}

p {
  margin-bottom: 0;
  margin-top: 16px; 
  letter-spacing: 0em;
  text-transform: none;

}
 
/* Anchor Links */
a {
  font-family: ;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  cursor:pointer;
}



/* Headings */


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

h1 {
  font-size: 2.1rem;
  line-height: 1.26;
}

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

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

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

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

h6 {
  font-size: .9rem;
  line-height: 1.5;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol { 
}

ul li,
ol li { 
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
:focus{
  outline:none; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  text-decoration: none;
  transition: .1s all linear;
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.6em;
  font-size:17.6px;
  margin-top: 12px;
  margin-bottom: 12px;
  outline:none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  outline:none;
}

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


.hs-form label {
  color: #33475b;
  display: block;
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.6em;
}

@media screen and (min-width: 1272px){
  .hs-form label {
    font-size: calc(1.1 * 1rem) !important;
  }
}
@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .hs-form label {
    font-size:calc((1.1 - 1) * 1.2vw + 1rem) !important
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .hs-form label {
    font-size:calc((1.1 - 1) * 1.2vh + 1rem) !important
  }
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
  font-size: 13px !important;
  line-height: 23px !important;
}

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  color: #33475b;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  width: 100%;
  padding: 12px!important;
  margin: 6px 0 4px;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  max-width:100%;


}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

.hs-input:-moz-placeholder {
  color: rgba(0,0,0,.3);
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input::placeholder {
    color: 
    rgba(0,0,0,.3);
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
.hs-form-field {
  margin-bottom: 24px;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border: 1px solid #e99292;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border: 1px solid #e99292;
}

.actions {
  padding: 0;
}

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

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



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



.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}
input:focus {
  outline-width:2px;
  outline-style:solid;
  outline-offset:4px;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

.hs-form-required {
  color: #6119b3;
  margin-left: 5px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

body.menu-open {
  overflow: hidden;
}
.body-wrapper .submitted-message {
  color: #6119b3;
}
header.header.lp .header-burger {
  visibility: hidden;
  opacity: 0;
}
.IE .hs-home-page .hs-home-row1.page-center .block_quote .dnd-section {
  padding-top: 50px;
}
.hs-home-page .hs-top-pane p a {
  font-family: Poppins; 
}
.hs-home-row1.page-center {
  min-height: 45vh;
  align-items: center;
  display: flex;
}
.home_page_form .submitted-message {
  text-align:center;
}
.no-banner .body-wrapper {
  padding-top: 100px;
}
@media(max-width:799px){
  .no-banner .body-wrapper {
    padding-top: 160px;
  }
}
@media(max-width:1300px){
  .hs-custom-wrapper .dnd-section>.row-fluid {
    box-sizing: border-box;
  }
}

@media(max-width:509px){
  .no-banner .body-wrapper {
    padding-top: 110px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.white-bold h2 {
  color: #6a48ff;
}

/* Request A demo page */

.hs-request-demo-row1 .span12.widget-span.widget-type-cell.dnd-column {
  text-align: center;
}

.hs-request-demo-row1 .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-request-demo-page .hs-request-demo-row1 {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  padding-right: 3vw;
  padding-left: 3vw;
  box-sizing: content-box;
}
.hs-request-demo-page .hs-request-demo-row1 h2{
  padding:0px 17px 17px 17px; 
  margin-bottom:0px;
}
@media screen and (min-width: 1272px){
  .hs-request-demo-page .hs-request-demo-row1 h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1271px) and (min-width: 0) and (orientation: landscape){
  .hs-request-demo-page .hs-request-demo-row1 h2 {
    font-size: calc(1.68vw + 1rem);
  }
}

@media screen and (max-width: 1271px) and (min-width: 0) and (orientation: portrait){
  .hs-request-demo-page .hs-request-demo-row1 h2 {
    font-size: calc(1.68vh + 1rem);
  }
}

@media (max-width:767px){
  .hs-request-demo-page .hs-request-demo-row1 h2{
    padding:17px; 
  }
  .hs-request-demo-page .hs-request-demo-row1 {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  } 
}

/*************************** Contact US ************************/
.hs-contact-page .container-fluid.hs-contact-section2 form {
  width: 100%;
  padding-top: 0px;
  padding-bottom:0px
}
.hs-contact-page form ul.no-list.hs-error-msgs li label{
  color:#fff; 
}
.hs-contact-page .hs-contact-row1 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0px;
}

.hs-contact-page .hs-contact-row1 .dnd-section {
  padding: 0px;
}

.hs-contact-page .hs-contact-row1 {
  display: flex;
  margin-left: -17px;
  margin-right: -17px;
}

.hs-contact-page .contact-container {
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
}

.hs-contact-page .hs-contact-row1 .left_side {
  padding-left: 17px;
  padding-right: 17px;
  width: 50%;
}

.hs-contact-page .hs-contact-row1 .right_side {
  padding-left: 17px;
  padding-right: 17px;
  width: 50%;
  padding-bottom: 17px;
}

.hs-contact-page .hs-contact-row1 p {
  color: rgba(28, 1, 61, .87);
  margin: 16px 0px; 
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none; 
}

.hs-contact-page .hs-contact-row1 p a {
  border-color: #6a48ff !important;
}
.hs-contact-page .hs-contact-row1 p a:hover{
  opacity:0.7;
  color: #6a48ff;
}
.hs-contact-page .hs-contact-row1 p:last-child {
  margin-bottom: 0px;
}
.custom_form form .hs-button:hover {
  opacity: 0.8;
}
.hs-contact-page .hs-contact-row1 .hs-form label {
  color: #1c013d;
}
.custom_form textarea:focus {
  outline-color: #6119b3;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 4px;
}
.container-fluid.hs-product-section2 {
  color: rgba(28,1,61,.87);
}
.body-wrapper .hs-request-demo-page .submitted-message {
  color: #1c013d !important;
}
.testimonial_section .hs-product-row2.testimonial .dnd-section:first-child {
  margin-bottom: 50px;
}
.hs-product-page .custom_form input:focus, 
.hs-product-page .custom_form textarea:focus {
  outline-color: #1c013d;
}
@media(min-width:1272px){
  .hs-contact-page .hs-contact-row1 h2 {
    font-size: calc((2.4 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (max-width: 1271px) and (min-width: 0) and (orientation: landscape){
  .hs-contact-page .hs-contact-row1 h2 {
    font-size: calc((2.4 - 1) * 1.2vh + 1rem);
  }
}
@media screen and (max-width: 1271px) and (min-width: 0) and (orientation: portrait){
  .hs-contact-page .hs-contact-row1 h2 {
    font-size: calc((2.4 - 1) * 1.2vh + 1rem);
  }
}
@media (max-width: 767px) {
  .hs-contact-page .hs-contact-row1 {
    display: block;
  }
  .testimonial_section .hs-product-row2.testimonial .dnd-section:first-child {
    margin-bottom: 0;
  }
  .custom_form form fieldset.form-columns-2 .hs-form-field.hs_firstname.hs-firstname {
    margin-bottom: 0;
  }
  .hs-contact-page .hs-contact-row1 .left_side {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .hs-contact-page .hs-contact-row1 .right_side {
    width: 100%;
    padding-top: 17px;
  }
  .hs-contact-page .contact-container {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
}

/************************ Product page ***************************/

.hs-product-page .product_container .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0px;
}

.hs-product-row1 {
  margin-right: -17px;
  margin-left: -17px;
  display: flex;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}
.hs-product-page .banner_container {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}


.hs-product-row2 {
  margin-right: -17px;
  margin-left: -17px;
  display: flex;
}

.hs-product-page .testimonial_section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.hs-product-row1 .left_side {
  width: 58.3333%;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 17px;
}

.hs-product-row1 .right_side {
  width: 41.6667%;
  padding: 17px;
}

.hs-product-page .product_container {
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
}

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

.testimonial_section .hs-product-row2.testimonial .left_side {
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
}

.testimonial_section .hs-product-row2.testimonial {
  margin-left: -17px;
  margin-right: -17px;
}

.testimonial_section .hs-product-row2.testimonial .right_side {
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
}

.testimonial_section .hs-product-row2.testimonial .dnd-section {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}

.testimonial_section .hs-product-row2 .testimonial_section h4 {
  padding-left: 17px;
  padding-bottom: 17px;
  padding-right: 17px;
  text-align: center;
  margin: 0;
}

.testimonial_section .hs-product-row2.testimonial h3 {
  color: #6a48ff;
}

.testimonial_section .hs-product-row2.testimonial p {
  margin-bottom: 0px;
  margin-top: 16px;
}

.hs-product-row3.whitepaper_section .dnd-section {
  padding: 0;
}

.hs-product-row3.whitepaper_section .dnd-section>.row-fluid {
  padding: 0px;
}

.hs-product-row3.whitepaper_section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  margin: 0 auto;
  box-sizing: content-box;
  background-image: url(//7259889.fs1.hubspotusercontent-na1.net/hubfs/7259889/raw_assets/public/ZillaSecurity_December2020/images/Asset+5@4x-100.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hs-product-row3.whitepaper_section .hs-product-section3 h2 {
  text-align: center;
  padding-left: 17px;
  padding-bottom: 17px;
  padding-right: 17px;
  margin: 0px;
}

.hs-product-row3.whitepaper_section .sing_up form {
  padding-bottom: 17px;
  padding-top: 17px;
}

.hs-product-row3.whitepaper_section .sing_up form .hs-submit {
  text-align: center;
}

.hs-product-row3.whitepaper_section .sing_up form .input>input {
  background-color: #fff;
}

.hs-product-row3.whitepaper_section .field.first-name label span,
.hs-product-row3.whitepaper_section .field.last-name label span {
  color: #1c013d;
  font-size: 14.4px;
}
.hs-product-section1 .widget-type-linked_image {
  line-height: 0;
}
.hs-product-page .hs-banner-wrapper {
  min-height: 33vh;
}
.hs-product-page h4 {
  padding-bottom: 17px;
  margin: 0;
}

@media(min-width:1272px){
  .hs-product-page .banner_container h2 {
    font-size: calc(2.4 * 1rem);
  }
  .hs-product-page h2 {
    font-size: calc(2.4 * 1rem);
  }
  .hs-product-page h4 {
    font-size: calc(1.2 * 1rem);
  }
}
.hs-product-row3.whitepaper_section {
  padding-right: 3vw;
  padding-left: 3vw;
}
@media screen and (max-width: 1271px) and (min-width: 0) and (orientation: landscape){
  .hs-product-page h2 {
    font-size: calc((2.4 - 1) * 1.2vw + 1rem);
  }
  .hs-product-page h4 {
    font-size: calc((1.2 - 1) * 1.2vw + 1rem);
  }
}
@media screen and (max-width: 1271px) and (min-width: 0) and (orientation: portrait){
  .hs-product-page .hs-banner-wrapper h2 {
    font-size: calc((2.4 - 1) * 1.2vh + 1rem);
  }
  .hs-product-page .hs-banner-wrapper .banner_container .hs-banner-content p {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }
  .hs-product-page h2 {
    font-size: calc((2.4 - 1) * 1.2vh + 1rem);
  }
  .hs-product-page h4 {
    font-size: calc((1.2 - 1) * 1.2vh + 1rem);
  }
  .testimonial_section .hs-product-row2.testimonial h3 {
    font-size: calc((2 - 1) * 1.2vh + 1rem);
  }
}


@media(max-width:767px) {
  .hs-product-page .hs-banner-wrapper .banner_container .hs-banner-content p {
    padding-left: 17px;
    padding-right: 17px;
  }
  .hs-product-page .product_container {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
  .hs-product-row1,
  .hs-product-row2 {
    display: block;
  }
  .hs-product-row1 .left_side {
    width: 100%;
    padding-top: 17px;
  }
  .hs-product-row1 .right_side {
    width: 100%;
  }
  .hs-product-row1 .right_side p:last-child {
    margin-bottom: 0;
  }
  .testimonial_section .hs-product-row2.testimonial .left_side {
    width: 100%;
  }
  .testimonial_section .hs-product-row2.testimonial .right_side {
    width: 100%;
  }
  .hs-product-row3.whitepaper_section {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
  .hs-product-page h4,
  .hs-product-row3.whitepaper_section .hs-product-section3 h2 {
    padding-top: 17px;
  }
}

@media screen and (min-width: 768px) {
  .hs-product-row3.whitepaper_section .sing_up form {
    width: 50%;
    margin: 0 auto;
  }
  .hs-product-row1 .right_side {
    margin-top: 28px;
    padding-top: 9%;
  }
}

/************************Home Page Version 2 ************************/

.hs-homev2-page .quote_section .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0px;
}

.hs-homev2-page .quote_section .dnd-section {
  padding: 0px;
}

.hs-homev2-page .quote_section.page-center {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
}

.home-banner .content-wrapper .banner_row .content_box a:hover {
  opacity: 0.8;
}

.hs-homev2-page .quote_section .widget-type-rich_text {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 17px 17px 17px;
  box-sizing: content-box;
}

.hs-homev2-page .quote_section .widget-type-rich_text p {
  margin-bottom: 0px;
  margin-top: 16px;
}

@media (max-width:767px) {
  .hs-homev2-page .quote_section.page-center {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
  .hs-homev2-page .quote_section .widget-type-rich_text {
    width: 100%;
    box-sizing: border-box;
    padding: 17px 0px 0px 17px;
  }
}

/***************** About Page  ********************/

.hs-about-page .banner_container {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.hs-about-page .hs-banner-wrapper .banner_container .hs-banner-content {
  box-sizing: content-box;
}
.hs-about-page .hs-banner-wrapper .banner_container .hs-banner-content p{
  margin-top:0px; 
}
.hs-about-page .hs-about-row1 .dnd-section>.row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%!important;
}

.hs-about-page .hs-about-row1 .dnd-section>.row-fluid .span4 {
  margin: 0;
  width: 33.3333% !important;
  float: none;
  padding: 17px;
}
.team_memeber-section.page-center .container-fluid.hs-about-section1 {
  padding-top: 1.83333%;
  margin-top: 28px;
}
.hs-about-page .hs-about-row1 .page-center {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
}
.team_memeber-section.page-center .container-fluid {
  margin: 0;
  margin-left:-17px;
  margin-right:-17px;
}




@media(max-width:767px) {

  .hs-about-page .hs-banner-wrapper .banner_container .hs-banner-content {
    box-sizing: inherit;
  }
  .hs-about-page .hs-about-row1 .dnd-section>.row-fluid .span4 {
    margin: 0;
    width: 100% !important;
  }
  .hs-about-page .hs-about-row1 .page-center {
    box-sizing: border-box;

    padding-right: 6vw;
    padding-left: 6vw;
  }
  .team_memeber-section.page-center .container-fluid.hs-about-section1 {
    padding-top: 0;
    margin-top: 0;
  }
}

/* **********************  Home Page ******************** */

/* Icon Section */

.hs-home-page .hs-home-row2.icon_content_section {
  background-image: url(//7259889.fs1.hubspotusercontent-na1.net/hubfs/7259889/raw_assets/public/ZillaSecurity_December2020/images/body100-flip.jpg);
  background-size: cover;
  background-position: center;
}

.hs-home-page .dnd-section {
  padding: 0;
}

.hs-home-page .dnd-section>.row-fluid {
  padding: 0;
}

.hs-home-page .hs-home-row1.page-center,
.hs-home-page .hs-home-row2 .page-center,
.hs-home-page .hs-home-row3.page-center {
  padding-right: 3vw;
  padding-left: 3vw;
  box-sizing: content-box;
}

.hs-home-page .hs-home-row1 .dnd-section,
.hs-home-page .hs-home-row2 .dnd-section,
.hs-home-page .hs-home-row3 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.hs-home-page .hs-home-row1.page-center .block_quote .widget-type-rich_text {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 17px 17px 17px;
  box-sizing: content-box;
}

.hs-home-page .hs-home-row1.page-center .block_quote .widget-type-rich_text p {
  margin-top: 16px;
  margin-bottom: 0;
  color: rgba(28, 1, 61, .86);
}

.hs-home-page .hs-home-row1.page-center .block_quote .dnd-section {
  padding-top: calc(45vmax / 10);
  padding-bottom: calc(45vmax / 10);
}

.hs-home-page .home_page_form h3 {
  text-align: center;
  margin-bottom: 17px;
  color: #6a48ff;
}


.hs-home-row2.icon_content_section h2 {
  padding: 0px 17px 17px 17px;
  text-align: center;
  margin-bottom: 0px;
}

.hs-home-row2.icon_content_section .span4 {
  float: none;
  width: 33.3333%;
  margin: 0;
  padding: 17px;
}

.hs-home-row2.icon_content_section .dnd-column > .dnd-row:last-child > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.hs-home-row2.icon_content_section .dnd-column > .dnd-row:last-child > .row-fluid::after,
.hs-home-row2.icon_content_section .dnd-column > .dnd-row:last-child > .row-fluid::before{
  display:none;
}

.hs-home-row2.icon_content_section .hs-home-section2 {
  margin: 0px -17px;
}

.home_page_form .hs-form label {
  color: #1c013d;
}

.home_page_form .hs-form-required {
  color: #1c013d;
}




.hs-home-page .hs-top-pane p a {
  color: #FFF; 
}

.hs-home-page .hs-top-pane p a:hover {
  opacity: 0.7;
}
.hs-homev2-row1 .dnd-section {
  padding: 0;
  padding-left: 17px;
  padding-right: 17px;
}
.hs-homev2-row1 .quote_section.page-center .hs-homev2-section1 > .row-fluid-wrapper {
  margin-left: -17px;
  margin-right: -17px;
}
.hs-homev2-row1 .quote_section.page-center {
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  box-sizing: content-box;
}
.hs-homev2-row1 {
  min-height: 66vh;
  align-items: center;
  display: flex;
}
.hs-homev2-row1 .quote_section.page-center .hs-homev2-section1 {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 17px;
}

.hs-homev2-row1 .dnd-section>.row-fluid {
  padding: 0;
  box-sizing: border-box;
}

@media(min-width:1272px){
  .hs-homev2-row1 h2 {
    font-size: calc(2.4 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .hs-homev2-row1 h2 {
    font-size:calc((2.4 - 1) * 1.2vw + 1rem)
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .hs-homev2-row1 h2 {
    font-size:calc((2.4 - 1) * 1.2vh + 1rem)
  }
}


@media(max-width:767px) {
  .hs-home-page .banner-section .row-fluid .row-number-1>.row-fluid {
    box-sizing: border-box;

  }
  .hs-homev2-row1 .quote_section.page-center {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .hs-home-page .home_page_form h3 {
    padding-top: 17px;
  }
  .hs-homev2-row1 .dnd-section {
    padding-top: 17px;
  }
  .hs-homev2-row1 .quote_section.page-center .hs-homev2-section1 {
    width: 100%;
  }
  .hs-home-row2.icon_content_section .span4 {
    width: 100%;
  }
  .hs-home-row2.icon_content_section h2 {
    padding: 17px
  }
  .hs-home-page .hs-home-row1.page-center .block_quote .widget-type-rich_text {
    width: 100%;
    box-sizing: border-box;
    padding: 17px 0px 17px 0px;
  }
  .hs-home-page .hs-home-row1.page-center,
  .hs-home-page .hs-home-row2 .page-center,
  .hs-home-page .hs-home-row3.page-center {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
}



/******************************** common-css *****************************/

.common-css .dnd-section {
  padding: 0;
}

.common-css .dnd-section>.row-fluid {
  padding: 0;
}

.custom_form form {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

.custom_form fieldset {
  max-width: 100% !important;
  position: relative;
}

.custom_form .hs-form-field {
  margin-bottom: 24px;
}

.custom_form fieldset.form-columns-1 .hs_name {
  display: block;
}
.custom_form fieldset .hs_lastname .hs-error-msgs {
  display: none !important ;
}


.custom_form [name="firstname"],
.custom_form [name="lastname"] {
  position: relative;
}

.custom_form .hs_firstname,
.custom_form .hs_lastname {
  position: relative;
}

.custom_form .hs_firstname label .hs-form-required,
.custom_form .hs_lastname label .hs-form-required {
  display: none;
}



.custom_form .form-columns-1 .hs_name {
  display: block !important;
  margin-bottom: 0;
}

.custom_form form fieldset.form-columns-1 .input,
.custom_form form fieldset.form-columns-2 .input {
  margin-right: 0px;
}


.custom_form form fieldset.form-columns-2 .hs-form-field {
  width: 48%;
  margin-left: 2%;
}

.custom_form .hs_firstname {
  width: 50% !important;
  margin-left: 0px !important;
}

.custom_form form .hs-button {
  margin: 0px;
}

.custom_form input:focus {
  outline-color: #6119b3;
}

.custom_form form textarea {
  min-height: 100px;
  resize: vertical;
}
.custom_form form {
  padding-bottom: 17px;
  padding-top: 17px;
}
@media(max-width:767px) {
  .custom_form form {
    width: 100%;
    padding: 17px 0px;
  }
  .custom_form .hs_firstname {
    width: 100%;
    padding-top: 0px !important;
  }
  .custom_form form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    margin-left: 0;
    padding-top: 24px;
  }
  .custom_form [name="firstname"],
  .custom_form [name="lastname"] {
    position: relative;
    width: 100% !important;
  }
}
.hs-home-page .hs-banner-wrapper.home-banner {
  padding-top: 0;
}

.hs-home-page .hs-top-pane {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #6119b3;
  min-height: 10vh;
  color: #fff;
  text-align: center;
  justify-content: center;
}

.hs-home-page .hs-top-pane .inner {
  padding-top: calc(10vmax / 5);
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1200px;
}

.hs-home-page .hs-top-pane .inner p {
  margin: 0;
  padding: 0 17px 17px;
}
.hs-home-page .hs-home-row2 .dnd-section {
  padding-right: 17px;
  padding-left: 17px;
}
@media(min-width:1271px){
  .hs-home-row2.icon_content_section h2,
  .hs-home-row1.page-center h2 {
    font-size: calc(2.4 * 1rem);
  }

  .hs-home-row1.page-center p {
    font-size: calc(1.4 * 1rem);
  }
  .hs-home-page .home_page_form h3{
    font-size: calc(2 * 1rem);
  }
}


@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .hs-home-row2.icon_content_section h2,
  .hs-home-row1.page-center h2 {
    font-size:calc((2.4 - 1) * 1.2vw + 1rem)
  }
  .hs-home-row1.page-center p {
    font-size:calc((1.4 - 1) * 1.2vw + 1rem)
  }
  .hs-home-page .home_page_form h3 {
    font-size:calc((2 - 1) * 1.2vw + 1rem)
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .hs-home-row1.page-center p {
    font-size:calc((1.4 - 1) * 1.2vh + 1rem)
  }
  .hs-home-row2.icon_content_section h2,
  .hs-home-row1.page-center h2 {
    font-size:calc((2.4 - 1) * 1.2vh + 1rem)
  }
  .hs-home-page .home_page_form h3 {
    font-size:calc((2 - 1) * 1.2vh + 1rem)
  }
}

@media(max-width:767px){
  .hs-home-page .hs-top-pane .inner p {
    padding: 17px 17px 17px;
  }
  .hs-home-page .hs-home-row2 .dnd-section {
    padding-right: 0;
    padding-left: 0;
  }
}





/******************  QA Iusses ******************/
.hs-product-page .hs-banner-wrapper .banner_container {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}
.hs-home-page .home_page_form form .hs-input:focus {
  outline: none;
  background-color:#fff;
}

.custom_form .hs_firstname .hs-input, .custom_form .hs_lastname .hs-input{
  font-size:14px; 

}

.submitted-message {
  color: #6119b3;
}

.hs-home-section2 .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
  margin-left: -17px;
  margin-right: -17px;
}
@media (max-width: 767px){
  .hs-home-section2 .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row{
    margin:0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.hs-top-pane,
.custom-padding{
  padding-top:calc(67px + 2vw);  
}

header.header {
  transition: padding 140ms ease-in-out;
  position: relative;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  position: fixed;
  top: 0;
  width: 100%;

}

header.header a{
  border:0px;
}
.desktop_section .header-actions-action--social .icon {
  width: 20px;
  height: 20px;
}

.desktop_section .header-actions-action--social .icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.desktop_section .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__container {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}

.nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}



.desktop_navigation ul {
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  display: inline-flex;
  flex-wrap: wrap;
}

.desktop_navigation ul li {
  position: relative;
  font-family: Rubik;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-size: 16px;
  margin-left: 1.2vw;
}
.desktop_navigation ul li:hover ul {
  display:block; 
}
.desktop_navigation ul ul {
  position: absolute;
  display: none;
  left: 0px;
  border-radius: 2px;
  transition:.3s all linear;
  box-shadow: 2px 3px 8px 0px #eeeeee0f;
}
.desktop_navigation ul > li > a.active-item,
.desktop_navigation ul > li > a:hover {
  border-bottom: 1px solid #fff;
}
.desktop_navigation ul ul li > a, .desktop_navigation ul ul li > a:hover { border-bottom:none; }
nav.navigation-primary ul ul>li>a {
  font-size: 15px;
  line-height: 1;
}
.desktop_navigation ul ul li {
  white-space: nowrap;
  margin: 0;
  border-bottom: 1px solid #ffffff;  
  padding: 3px 0 3px 0;  
  transition:.3s all linear;
}

.desktop_navigation ul > li > a { 
  text-decoration: none;
  padding: .1em 0;
  line-height: 1.8em;
  font-size: 1rem;
  display: flex;
  border-bottom:1px solid transparent;
}
.desktop_navigation ul ul > li > a {
  padding: .25em 0;
}
.desktop_navigation {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5vw;
}

.desktop_section .header-actions-action {
  margin: 0 0 0 1.6vw;
}

.desktop_section .header-actions-action a {
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  line-height: 1.2em;
  padding: 8.96px 14.96px;
  font-family: Rubik;
}

.desktop_section .header-actions-action--social a:first-child {
  margin-left: 3vw;
}

.desktop_section .header-actions-action--social a:last-child {
  margin-left: 1.2vw;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.desktop_section .header-actions-action--social a {
  display: block;
  align-items: center;
}

.desktop_section .header-actions-action--social {
  display: flex;
}

.header__logo img {
  width: 215.7px !important; /* was 152.27px!important; */
}
.header-burger{
  display:none; 
}
.header-menu {
  display:none; 
}
.desktop_navigation ul ul li:hover {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px !important;
}
.desktop_section .header-actions-action a:hover {
    opacity: 0.8;
}
@media (max-width: 1271px){
  .header-actions-action a{
    font-size: calc(-.12vw + 16px); 
  }
}
@media(max-width:799px){


  header.header {
    padding: 6vw;
    transition: padding 140ms ease-in-out;
  }
  header.header.fixedheader{
    padding-top: 2vmax;
    padding-bottom: 2vmax;
  }
  body.fixed_top_padding .banner_bg{
    padding-top:calc(66.98px + 4vmax); 
  }
  .hs-top-pane,
  .custom-padding{
    padding-top:calc(66.98px + 12vw); 
  } 
  .header-actions-action a:hover{
    opacity:0.8;
  }
  .desktop_navigation {
    display: none;
  }
  .header__container .header-actions {
    display: none;
  }
  .header-burger {
    display: block;
  }
  .header-menu {
    position: fixed;
    z-index: 1;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    user-select: none;
    text-align: center;
    pointer-events: auto;
    padding-top: calc(37px + 12vw);
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
  }
  .header-menu.active_header{ 
    opacity: 1;
    visibility: visible;
  }
  .header-menu-bg.theme-bg--primary {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mobile_navigation {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
  }
  .header-menu-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .mobile_navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile_navigation ul li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3vw;
    line-height: 1.8em;
    font-size: 1rem;
    padding-right: 3vw;
  }

  .mobile_navigation ul li a {
    color: #1c013d!important;
    position: relative;
    display: block;
    padding: 3vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    text-decoration: none;
    font-size: 8.5vmin;
    font-family: Rubik;
    opacity:1 !important;
  }

  .mobile_navigation ul ul {
    background: none!important;
    display: none;
  }

  nav.navigation-primary ul ul>li>a {
    font-size: 6.5vmin;
  }

  .header-menu-nav-folder {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translatex(0%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
  }

  .header-menu .header-actions-action { 
    transform: translatey(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    margin: 0;
  }
  .header-menu.active_header .header-actions-action{
    transform: translatey(0);
  }
  .header-menu-nav-list {
    position: relative;
    flex-grow: 1;
    width: 100%;
    transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }
  .header-menu.active_header .header-menu-nav-list {
    transform: translatey(0);
  }
  .header-menu .header-actions {
    transform: translatey(100%);
    transform: translatey(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }
  .header-menu.active_header .header-actions {
    transform: translatey(0);
  }
  .header-actions-action a {
    margin: 4vw 6vw 6vw;
    display: inline-block;
    min-width: 210px;
    font-size: 19.2px;
    padding: 8.96px 14.96px;
    font-family: Rubik;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: none;
    line-height: 1.2em;
  }

  .header-menu .header-menu--folder-list .header-actions {
    display: block!important;
    transform: translatey(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    margin-bottom: 6vw;
  }
  .header-menu.active_header .header-menu--folder-list .header-actions {
    transform: translatey(0);
  }
  .header-menu--folder-list .header-actions .header-actions-action--social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom:6vw;
  }

  .header-menu--folder-list .header-actions .header-actions-action--social a {
    margin: 15px 7.5px;
    display: flex;
    width: 28px;
    justify-content: center;
    align-items: center;
    height: 28px;
  }

  .header-menu--folder-list .header-actions .header-actions-action--social a svg {
    width: 28px!important;
    height: 28px;
    fill: #1c013d;
  }
  .child-trigger {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5vw;
    top: 2vw;
    padding: 15px;
    cursor: pointer;
  }

  .child-trigger:after {
    content: "";
    border-color: #70757a transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
  }
  .burger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .header-burger {
    margin-right: 0;
    display:flex; 
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
    z-index:99;
  }

  .visually-hidden {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }

  .burger-inner {
    width: 100%;
    height: 100%;
  }


  .burger-inner .top-bun {
    background-color: #fff;
    transform: translatey(-9.5px);
  }

  .burger-inner .top-bun, .burger-inner .patty, .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
  }

  .burger-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }

  .burger-inner .patty {
    background-color: #fff;
  }

  .burger-inner .bottom-bun {
    transform: translatey(9.5px);
    background-color: #fff;
  }


  .burger--active .burger-inner .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
    background-color: #1c013d;
  }
  .burger--active .burger-inner .patty {
    transform: scale(0);
  }
  .burger--active .burger-inner .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
    background-color: #1c013d;
  }

}
@media (max-width:767px){
  
  .hs-top-pane,
  .custom-padding{
    padding-top:calc(37px + 12vw); 
  } 
  .header__logo img {
    width: 68.17px!important;
  } 
}

@media (min-width: 567px){
  .mobile_navigation ul li a{
    font-size: 6.6vmin;
  }
}
@media (min-width: 768px){
  .mobile_navigation ul li a{
    font-size: 6vmin;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer{
  background-image: url(//7259889.fs1.hubspotusercontent-na1.net/hubfs/7259889/raw_assets/public/ZillaSecurity_December2020/images/footerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer__container {
  margin: 0 auto;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 3vw;
  padding-left: 3vw;
  box-sizing: content-box;
}
.footer__container .row{
  margin-left:-17px;
  display: flex;
  margin-right:-17px;
}
.footer__container .col-5{
  width: 41.6667%; 
  padding-left: 17px;
  padding-right: 17px;
}
.footer__container .col-5 .row_2{
  display:flex;
  margin-left:-17px;
  margin-right:-17px;
}
.footer__container .col-7 {
  width: 58.3333%;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom:17px;
}

.footer__container .col-2 {
  width: 40%;
  padding-left: 17px;
  padding-right: 17px;
}

.footer__container .col-3 {
  width: 60%;
  padding-left: 17px;
  padding-right: 17px;
}

.footer__container p{
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.6em;  

}
.footer__container a {
  cursor:pointer; 
}
.footer__container a:hover{
  opacity:0.7;
}
.stay_loop a{
  margin-top:16px; 
}
.stay_loop h2 {
  margin: 0 0 16px 0;
  font-size: 32px;
  font-family: Rubik;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
}
.footer_signup form {
  display:flex;
  flex-wrap:wrap;
}
.footer_signup .hs_email {
  position: relative;
  width: auto;
  min-width:18rem;
  padding: 8px 4px 8px 0px;
  margin-top:16px;
  margin-bottom:0;
}
.desktop_navigation ul>li>a {
  font-family: Rubik !important;
}
.footer .hs_error_rollup {
  display: none;
}
.IE .footer__container{
  padding-top:50px;
}
.hs-home-page .main-content-wrapper {
  overflow-x: hidden;
}
.IE .hs-homev2-row1 .quote_section.page-center {
  padding-top: 50px;
}
.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}
footer.footer { 
  min-height: 33vh;
}
.footer_signup .hs-submit {
  top: 0;
  right: 258px;
  padding: 10px 4px 8px 5px;
  margin-top:16px;
}

.footer_signup {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer_signup .hs_email .hs-input {
  padding: 22.4px 32px!important;
  margin: 0;
  line-height: 19.2px;
  border-radius: 0 !important;
  font-size: 17.6px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.12);
  transition: background .3s ease-out,border .3s ease-out;
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}
.footer_signup .hs_email .hs-input:focus {
  outline-color: #fff;
}
.footer_signup .hs_submit.hs-submit .actions input {
  padding: 22.4px 32px;
  line-height: 19.2px;
  margin:0px;
}
.footer_signup form label {
  display: none;
}
.footer form ul.no-list.hs-error-msgs li label {
  display: block;
  margin-bottom: 1rem;
  padding: .5rem;
  background: #fed9db;
  color: #f23d3d;
  line-height: normal !important;
}

@media screen and (min-width: 1272px){
  .stay_loop h2{
    font-size: calc(2 * 1rem) !important;
  }
  .zilla_security h3{
    font-size:calc(2 * 1rem)
  }
  .footer__container p {
    font-size:calc(1.1 * 1rem) !important
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .stay_loop h2{
    font-size:calc((2 - 1) * 1.2vw + 1rem) !important;
  }
  .zilla_security h3{
    font-size:calc((2 - 1) * 1.2vw + 1rem);
  }
  .footer__container p{
    font-size:calc((1.1 - 1) * 1.2vw + 1rem) !important;
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .stay_loop h2{
    font-size:calc((2 - 1) * 1.2vh + 1rem) !important;
  }
  .zilla_security h3{
    font-size:calc((2 - 1) * 1.2vh + 1rem);
  }
  .footer__container p{
    font-size:calc((1.1 - 1) * 1.2vh + 1rem) !important;
  }
}


@media (max-width:767px){
  .footer__container {
    padding-right: 6vw;
    padding-left: 6vw;
  } 
  .footer__container .col-7 {
    width: auto;
  }

  .footer__container .row {
    display: block;
  }

  .footer__container .col-5 .row_2 {
    display: block;
    width: 100%;
  }

  .col-7.stay_loop {
    padding: 17px;
  }

  .footer__container .col-5 {
    width: 100%;
    padding: 17px;
  }

  .zilla_security p {
    margin-bottom:0px;
  }

  .footer__container .col-2 {
    width: 100%;
  }

  .footer__container .col-3 {
    width: 100%;
  } 
}
.footer_signup .hs_submit.hs-submit .actions input:hover {
  opacity: 0.8;
}
.body-wrapper .footer .submitted-message {
  color: #fff;
}
@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .footer_signup .hs_email .hs-input,
  .footer_signup .hs_submit.hs-submit .actions input {
    font-size:calc((1.1 - 1) * 1.2vw + 1rem) !important;
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .footer_signup .hs_email .hs-input,
  .footer_signup .hs_submit.hs-submit .actions input {
    font-size:calc((1.1 - 1) * 1.2vh + 1rem) !important;
  }
}

@media screen and (min-width: 1272px) {
  .footer_signup .hs_email .hs-input,
  .footer_signup .hs_submit.hs-submit .actions input {
    font-size:calc(1.1 * 1rem) !important;
  }
}
@media(max-width:350px){
  .footer_signup .hs-submit {
    padding-left: 0;
  }
  .footer_signup .hs_email {
    min-width: 0;
    width: 100%;
  }
}
@media(max-width:479px){
  .footer_signup {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer_signup .hs-submit {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
/* SCHOLES CUSTOM STYLES */
  
.bg-purple-tint { background-color:rgba(97,25,179, 0.7); }
.bg-lavender { background-color:rgba( 97,25,179,0.25 ); }

/* text alignment */ 
.aC { text-align:center; }
.aL { text-align:left; }
.aR { text-align:right; }

/* padding on both desk and cell */
.p0 { padding:0; }
.pL { padding-left:2rem; }
.pR { padding-right:2rem; }
.pT { padding-top:2rem; }
.pB { padding-bottom:2rem; }
.pL-lg { padding-left:4rem; }
.pR-lg { padding-right:4rem; }
.pT-lg { padding-top:4rem; }
.pB-lg { padding-bottom:4rem; }
.pL-sm { padding-left:1rem; }
.pR-sm { padding-right:1rem; }
.pT-sm { padding-top:1rem; }
.pB-sm { padding-bottom:1rem; }
.pT-xs { padding-top:0.5rem; }
.pfirst-mT0 p:first-child { margin-top:0; }
.m0 { margin:0; }

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

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/* default is nowrap */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-ms-flex-direction: row;
}
.flex.wrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
}

/*  horizontal alignment - for parent container  */
.hzSTA { justify-content:flex-start; }
.hzEND { justify-content:flex-end; }
.hzCTR { justify-content:center; }
.hzSpA { justify-content:space-around; }
.hzSpB { justify-content:space-between; }
.hzSTR { align-content:stretch; }

/*  vertical alignment - for parent container  */ 
.vtSTA { align-items:flex-start; }
.vtEND { align-items:flex-end; }
.vtCTR { -webkit-align-items: center; -moz-align-items:center; -ms-align-items: center; align-items:center; }
.vtSTR { align-items:stretch; }

.w10, .w15, .w20, .w22, .w25, .w30, .w35, .w40, .w45, .w50, .w55, .w60, .w65, .w70, .w75, .w80, .w85, .w90, .w100, .wAuto, .wGrow { box-sizing:border-box; }
.wAuto { width:auto !important; }
.wGrow { flex-grow:1; }

/* relative widths */
.grow1 { flex-grow: 1; }
.grow2 { flex-grow: 2; }
.grow3 { flex-grow: 3; }
.grow4 { flex-grow: 4; }
.grow5 { flex-grow: 5; }

/* must include height for columns to wrap */
@media screen and (min-width:768px) {	
	/* relative widths */
	.desk-grow1 { flex-grow: 1; }
	.desk-grow2 { flex-grow: 2; }
	.desk-grow3 { flex-grow: 3; }
	.desk-grow4 { flex-grow: 4; }
	.desk-grow5 { flex-grow: 5; }

	/*  div widths - for child elements  */ 
  .box { box-sizing:border-box; }
	.w10 { width:10%; }
	.w15 { width:15%; }
	.w20 { width:20%; }
	.w22 { width:22%; }
	.w25 { width:25%; }
	.w30 { width:30%; }
	.w35 { width:35%; }
	.w40 { width:40%; }
	.w45 { width:45%; }
	.w50 { width:50%; }
	.w55 { width:55%; }
	.w60 { width:60%; }
	.w65 { width:65%; }
	.w70 { width:70%; }
	.w75 { width:75%; }
	.w80 { width:80%; }
	.w85 { width:85%; }
	.w90 { width:90%; }
	.w100 { width:100%; }
	.desk-o1 { order:1; }
	.desk-o2 { order:2; }
	.desk-o3 { order:3; }
	.desk-o4 { order:4; }
	.desk-o5 { order:5; }
	.desk-hide { display:none; }
	.desk-aL { text-align:left; }
	.desk-aR { text-align:right; }
	.desk-aC { text-align:center; }
	/* desk padding */
	.desk-pL { padding-left:2rem; }
	.desk-pR { padding-right:2rem; }
	.desk-pT { padding-top:2rem; }
	.desk-pB { padding-bottom:2rem; }
  .desk-pL-lg { padding-left:4rem; }
  .desk-pR-lg { padding-right:4rem; }
  .desk-pT-lg { padding-top:4rem; }
  .desk-pB-lg { padding-bottom:4rem; }
}

@media screen and (max-width:767px) {
  .flex.cell-wrap {
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-ms-flex-wrap: wrap;
		flex-flow: row wrap;
	}
  .box { width:100%; }
	.cell-o1 { order:1; }
	.cell-o2 { order:2; }
	.cell-o3 { order:3; }
	.cell-o4 { order:4; }
	.cell-o5 { order:5; }
	.cell-hide { display:none; }
	.cell-aL { text-align: left; }
	.cell-aR { text-align: right; }
	.cell-aC { text-align: center; }
	/* relative widths */
	.cell-grow1 { flex-grow: 1; }
	.cell-grow2 { flex-grow: 2; }
	.cell-grow3 { flex-grow: 3; }
	.cell-grow4 { flex-grow: 4; }
	.cell-grow5 { flex-grow: 5; }
	/* cell padding */
	.cell-pL { padding-left:2em; }
	.cell-pR { padding-right:2em; }
	.cell-pT { padding-top:2em; }
	.cell-pB { padding-bottom:2em; }
  .cell-pT-sm { padding-top:1em; }
	.cell-pB-sm { padding-bottom:1em; }
}

/* classes for flex grid on standard modules */
.flex-wrap .w20, .flex-wrap .w25, .flex-wrap .w30, .flex-wrap .w35 { box-sizing:border-box; }
@media screen and (min-width:768px) {
  .flex-wrap .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -ms-flex-direction: row;
      -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
  }
  .flex-wrap .row-fluid > div { float:none !important; margin:auto/auto !important; }
  .flex-wrap .w20 { width:20% !important; }
  .flex-wrap .w25 { width:25% !important; }
  .flex-wrap .w30 { width:30% !important; }
  .flex-wrap .w35 { width:35% !important; }
}
@media screen and (max-width:767px) {
  .flex-wrap .w20,
  .flex-wrap .w25,
  .flex-wrap .w30,
  .flex-wrap .w35 { width:100% !important; }
}

.content-margin { max-width: 1200px; margin:0 auto !important; }
@media screen and (max-width:1250px) {
  .content-margin { padding-left:3vw; padding-right:3vw; }
}

/*****************************************
 * blog subscription form
 * ***************************************/

#topForm { display:none; transition:all 0.3s ease; }
#topForm.on { display:block }
#topForm { transition:all 0.3s ease; position:relative }
#topForm .close { position:absolute; top:0; right:0; color:#666; cursor:pointer; font-size:36px; line-height:1 }
#topFormButton.off { display:none }
.top-form form input[type="email"] { width:350px; max-width:100% }
.top-form form .hs-button.primary.large { margin: 0.7em 0 1em }
.row-fluid .span12.top-form {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
@media screen and (min-width:1000px) { .top-form form .legal-consent-container { max-width:70%; box-sizing:border-box; margin:auto; } }

/*****************************************
 * listing page styles
 * ***************************************/

#blogListings {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
  -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
  justify-content:space-between;
  align-items:stretch;
}
#blogListings .blog-item{ 
  box-sizing:border-box; margin:1rem auto; position:relative;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease; 
  min-width:250px
}
#blogListings .blog-item:hover {
  transform:translateY( -1rem )
}
.blog-title { color:#1c013d; }
.blog-title a { color:inherit; }
.blog-item a { text-decoration:none }
.blog-item.featured .summary, .blog-item.standard h3 { padding-bottom:90px }
.blog-item .author {
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
  -webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-flow: row nowrap;
  justify-content:flex-start;
  -webkit-align-items: center; -moz-align-items:center; -ms-align-items: center; align-items:center;
  text-align:left;
  position:absolute;
  left:1.5rem;
  right:1.5rem;
  bottom:1.5rem;
}
.blog-item .author .thumbnail { width:60px; height:60px; background-size:cover; background-position:center top; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }
.blog-item .author .text { padding:1rem; flex-grow:1 }
#blogListings .blog-item .author { font-size:.85rem; line-height:1.2 }

/* standard posts */
#blogListings .blog-item.standard { background-color:white }
#blogListings .blog-item.standard a { color:black }
#blogListings .blog-item.standard h3 { text-align:left; padding-left:1.5rem; padding-right:1.5rem }
#blogListings .blog-item.standard .author { color:#666 }
#blogListings .blog-item.standard .post-image { min-height:200px; background-size:cover; background-position:center center }

/* featuerd post */
#blogListings .blog-item.featured a, #blogListings .blog-item.featured h2 { color:white }
#blogListings .blog-item.featured .bg-layer,
#blogListings .blog-item.featured .tint-layer  { position:absolute; top:0; right:0; bottom:0; left:0 }
#blogListings .blog-item.featured .bg-layer { z-index:1; background-size:cover; background-position:center center }
#blogListings .blog-item.featured .tint-layer { z-index:2; background-color:rgba(0,0,0,0.7) }
#blogListings .blog-item.featured .content-layer { position:relative; z-index:3; text-align:left; padding:2rem; }

@media screen and (min-width:651px) {
  #blogListings .blog-item { width:30% }
  #blogListings .blog-item.featured { width:65% }
}

@media screen and (max-width:650px) {
  #blogListings .blog-item { width:100% }
}


.blog-post__tags svg {
    height: 14px;
    fill: #999;
}
.blog-comments label { font-size:14px !important; }
.blog-comments .hs-form-field { margin-bottom: 14px !important; }
@media screen and (min-width:768px) {
  .post_body.size-first-image img:first-of-type {
      width: 375px !important;
      max-width:50% !important;
      height: auto;
      margin: 0 30px 15px 0 !important;
  }
}
@media screen and (max-width:767px) {
  .post_body.size-first-image img:first-of-type {
      width: 200px !important;
      max-width:100% !important;
      height: auto;
      margin: 0 30px 15px 0 !important;
  }
}
/* END OF SCHOLES CUSTOM STYLES */

.blog_lisiting .listing_page_center .post_item .listing_feat_img a div {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  position: absolute;
  top: 0;
}

.blog_lisiting .listing_page_center .post_item .listing_feat_img a {
  position: relative;
  padding-bottom: 100%;
}
.blog_lisiting {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  margin:0px auto;
}
.post_item .listing_feat_img a {
  display: flex;
  align-items: center;
}

.blog_lisiting .listing_page_center .post_item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}
.listing_content_innr .listing_meta {
  font-family: Rubik,sans-serif;
}
.blog_lisiting .listing_page_center .post_item .listing_feat_img {
  width: 30%;
  margin-right: 6%;
  margin-bottom: 0;
}

.blog_lisiting .listing_page_center .post_item .listing_content {
  width: calc(100% - 52% - 6%);
}

.listing_content_innr .listing_meta{
  font-size: 16.4px;
  color: #6119b3;
  line-height: 1.2em;
}

.blog_lisiting  .listing_content h1 {
  margin-bottom: 10px;
  color: #6119b3;
  line-height: 1.4em;
}

.blog_lisiting  .listing_content h1 a {
  color: #6119b3;
}
.listing_summary p {
  color: #6119b3;
  margin-bottom: 16px;
}

.listing_content .readmore {
  display: inline-block;
  border-color: #6947ff;
  line-height: 1.6em;
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  color: #6a48ff !important;
  text-transform: none;
}

/********************Blog post *******************/
.post_head .post_page_meta p{
  margin:0px; 
  font-family: Rubik;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.2em;
  color: #6119b3;
}
.hs-blog-post .blog_post_wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.hs-blog-post .post_page_center {
  width: 50%;
  margin: 0px auto;
  box-sizing: border-box;
}

.hs-blog-post .blog-comments {
  margin: 10vh 0px;
}

.hs-blog-post .post_head {
  margin-bottom: 50px;
}
.hs-blog-post .post-pagination .caret-left-icon--small,
.hs-blog-post .post-pagination .caret-right-icon--small{
  stroke: #6119b3;
  width: 18px;
  height: 32px;
}
.hs-blog-post .post_head {
  margin-bottom: 50px;
}

.hs-blog-post .post_title h1 {
  margin-bottom: 0;
  color: #6119b3;
  line-height: 1.4em;
}
.hs-blog-post .post-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_lisiting .listing_page_center .post_item.no_fat_item .listing_content {
  width: 100%;
}
.hs-blog-post  a.next-post .post_pagin_innr h2 {
  text-align: right;
}
.hs-blog-post .post-pagination h2 {
  margin: 0;
  color: #6119b3;
  line-height: 1;
}
.hs-blog-post .post-pagination .prev-post,
.hs-blog-post .post-pagination .next-post{
  display: flex;
  align-items: center;
}
.hs-blog-post .prev-post .post_nav_icon{
  padding-right: 25px;

}
.hs-blog-post .next-post .post_nav_icon{
  padding-left: 25px;

}
.hs-blog-post .next-post .post_nav_icon, .hs-blog-post .prev-post .post_nav_icon {
  width: 18px;
  height: 32px;
  display: block;
  box-sizing: content-box;
  line-height: 1;
}
.post-pagination .post_nav {
  max-width: 50%;
}
.grecaptcha-badge {
  margin: 0 !important;
}
@media (max-width:767px){
  .hs-blog-post .post_page_center {
    width: 100%;
  }
  .hs-blog-post .blog_post_wrapper .post_page_meta {
    margin-bottom: 1.2rem;
  }
  .hs-blog-post .blog_post_wrapper {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
  .blog_lisiting .listing_page_center .post_item {
    display: block;
  }

  .blog_lisiting .listing_page_center .post_item .listing_feat_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
  }

  .blog_lisiting .listing_page_center .post_item .listing_content {
    width: 100%;
  }

  .listing_content_innr .listing_meta {
    margin-bottom: 0;
  }

  .blog_lisiting {
    padding-left: 6vw;
    padding-right: 6vw;
  } 
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
.listing_summary p {
  margin: 1rem 0;
}

.listing_summary {
  line-height: 1.6em;
}
@media screen and (min-width: 768px){
  .post_head .post_page_meta {
    margin-bottom: 32px;
  }
  .listing_content .readmore{
    margin-top: 5px;
  }
  .listing_content_innr .listing_meta{
    margin-bottom:20px; 
  }
}
@media screen and (max-width: 991px){
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1272px){
  .blog_lisiting .listing_content h1  {
    font-size: calc(2.4 * 16px);
    line-height: 1.4em;
  }
  .listing_content_innr .listing_meta,
  .post_head .post_page_meta p{
    font-size: calc(1 * 16px);
  }
  .listing_content .readmore {
    font-size: calc(1.1 * 16px); 
  }
  .hs-blog-post .post_pagin_innr h2{
    font-size: calc(2 * 16px);
  }
}
.post-pagination .post_nav.next { 
  text-align: right;
  margin-left: auto;
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:landscape) {
  .blog_lisiting .listing_content h1 {
    font-size:calc((2.4 - 1) * 1.2vw + 1rem)
  }
}

@media screen and (min-width: 0) and (max-width:calc(1272px - 1px)) and (orientation:portrait) {
  .blog_lisiting .listing_content h1 {
    font-size: calc((2.4 - 1) * 1.2vh + 1rem);
  }
  .hs-blog-post .post_pagin_innr h2{
    font-size: calc((2 - 1) * 1.2vw + 16px); 
  }
  .hs-blog-post .post_title h1{
    font-size: calc((3.5 - 1) * 1.2vh + 1rem);
  }
  .hs-blog-post .post_body {
    font-size: calc((1.1 - 1) * 1.2vh + 1rem);
  }
}


@media(max-width:767px){
  .hs-blog-post .post_body {
    padding-top: 17px;
  }
  .listing_content_innr {
    line-height: 27px;
    margin-bottom: 2vw;
  }
  .listing_content_innr .listing_meta {
    line-height: 1.6;
  }
}
@media(max-width:479px){
  .post-pagination .post_nav.next {
    max-width: 100%;
    text-align: right;
    width: 100%;
    float: right;
  }
  .hs-blog-post .post-pagination {
    flex-wrap: wrap;
  }
  .post-pagination .post_nav {
    max-width: 100%;
    width: 100%;
  }

  .hs-blog-post .post-pagination {
    flex-wrap: wrap;
  } 

  .post-pagination .post_nav.next a.next-post {
    justify-content: flex-end;
  }


  .hs-blog-post .post-pagination .prev-post {
    justify-content: flex-start;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

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

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


.hs-landing-page .content-wrapper{
  margin:0 auto; 
}
.error-page .hs-button {
  margin: 0 auto;
  text-align: center;
}

.systems-page form {
  width: 670px;
  max-width: 100%;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

#email-prefs-form {
  width: 100%;
}
.form-input-error {
  border: 1px solid #f2545b!important;
}


form ul.no-list.hs-error-msgs li label {
  color: #fff;
  margin: 0;
  font-size: 13px !important;
  line-height: 23px !important;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
  background: #cc3b3b url(//7259889.fs1.hubspotusercontent-na1.net/hubfs/7259889/raw_assets/public/ZillaSecurity_December2020/images/icon_close_7_light.png) no-repeat 9px 50%;
}
input#hs-pwd-widget-password {
  height: auto!important;
}
.systems-page form input:not(type['checkbox'], type['radio']) {
  margin-bottom: 15px;
}
.systems-page .checkbox-row { margin-top:1rem; }
.systems-page .checkbox-row + p { 
  margin-top:0; 
  font-size: .85em;
  line-height: 1;
  padding-left: 1.1rem;
  font-style: italic;
}
.systems-page p.header { font-weight:bold; }
.systems-page input#submitbutton { margin-top: 2rem; }

@media(max-width:767px){
  .error-page {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}