









































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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-size: 24px;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 20px;
  padding:0;
}

/*ul li,
ol li {
line-height: 1.6;
font-family: HelveticaNeue-Light;
}*/

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;
  position: relative;
  font-style: italic;
  border: none;
  padding-left: 1.618em;
}


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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
.disable-focus-styles :focus {
  outline: none;
}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
li {
    list-style: none;
    hyphens: manual;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 29px;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    color: #0c0c0c;
}
.blog-post__body li {
  list-style: disc;
  line-height: normal;
}

.dnd-module ul:not(.inputs-list) li:before {
    content: url('https://6435650.fs1.hubspotusercontent-na1.net/hubfs/6435650/brandshield_march_2020/Images/arrow.png');
    margin-right: 20px;
}
section.elementor-element.elementor-element-1de491fd.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section {font-size:  14px;}h4.elementor-heading-title.elementor-size-large {}
.banner-area .units-row.end h1 {
    hyphens: manual;
    -webkit-font-smoothing: antialiased;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 57px;
    color: #ffffff;
}
.hs-form label {
    font-size: 14px;
    line-height: 22px;
}.hs_submit.hs-submit {
    text-align: center;
}
form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-family:helvetica;
  font-size: 24px;
  padding: 15px 53px;
  
  text-decoration: none !important;
  font-weight: 700;
  white-space: normal;
  margin-bottom: 20px;
}

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

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


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

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

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #D1D6DC;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 18px;
}

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.hs-error-msgs label{
  color: #f2545b !important;
}
.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 {
  color: #f2545b;
  font-family: helvetica;
  font-size: 14px;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
.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-form-required {
  color: red;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 767px){
  input.email-edit.hs-input {
    width: 100% !important;
  }
}
@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: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.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);
}
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;
}
/* TODO */


.banner-area {
  min-height: 260px;
  position: relative;
  padding-top: 0;
  background-color: #2d3339;
  background-size: cover !important;
  background-position: top center;
  background-repeat: no-repeat;
}
.no-banner .header-outer{
  min-height: 94px;
}
.lp .page_request_wrapper {
  display: none;
}
.page_request_wrapper {
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  top: 91px;
}
.page_request_wrapper .request_zone {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 25px 12px 25px;
  background: #8d1921;
  max-width: 700px;
  width: auto;
  display: inline-block;
  color: #ffffff;
  background-color: #83cdb8;
}
.page_request_wrapper .request_zone .request_text {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  float: left;
  line-height: 1 !important;
  color: inherit;
  font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.body-container-wrapper a {
  text-decoration: underline;
}
.body-container-wrapper a:hover {
  text-decoration: none;
}
.page_request_wrapper .request_zone .request_link {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  line-height: 1 !important;
  display: inline-block;
  margin-left: 20px;
  float: right;
}
.page_request_wrapper .request_zone .request_link a {
  color: inherit;
  text-decoration: none;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.banner-area .units-row.end {
  padding-top: 152px;
}
.banner-area .units-row.end h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.111em;
  margin-bottom: 0.809em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media(min-width: 1500px){
  .banner-area { min-height: 360px;}
}
@media(min-width: 1900px){
  .banner-area { background-position: bottom 0 center; min-height: 500px;}
}
@media(max-width: 1199px){
  .page-center {
    padding: 0 20px;
  } 
}
/* Missing Template at Path: \'brandshield_march_2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .header__container {
  max-width: 1650px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
blockquote {
  border: 0 !important;
}
header.header.lp div#mobile_trigger {
  display: none;
}

header.header {
  padding: 25px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  line-height: 0;
}
.header-menu.mobile {
  display: none;
}
.header__logo {
  width: 27.9%;
  float: left;
}
.header__logo.header__logo--main img.hs-image-widget {
  width: auto !important;
}
.header-inner {
  width: 100%;
}
.header-menu-section {
  width: 69.1%;
  float: left;
  margin-left: 3%;
}
.submenu.level-1 {
  margin: 21px 0 0 3.236em !important;
  margin-bottom: 0 !important;
  line-height: 1.618em;
}
.submenu.level-1 > li {
  display: inline-block !important;
  padding: 0 !important;
  line-height: 0;
  text-transform: initial !important;
}
.submenu.level-1 > li:not(:first-child) {
  float: left;
  margin-left: 26px;
  position: relative;
}
.submenu.level-1 > li > a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: inline-block;
  position: relative;
  line-height: 24px;
}
.submenu.level-1 > li.has-submenu label.menu-arrow {
  display: none !important;
}
a.contact-us-btn {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  margin-top: 22px;
  position: relative;
  color: #FFF;
  margin-left: 30px;
}
.custom-menu-primary.desktop {
  float: left;
  line-height: 0;
}
.header__column {
  display: none;
}
.submenu.level-1 > li:nth-child(2) {
  margin: 0;
}
.submenu.level-2 .triangle-container.level-2 {
  display: none;
}
.submenu.level-2 > li {
  border: 0;
}
.fixed header.header {
  background: #000000 !important;
}


@media (max-width: 1200px) {
  .submenu.level-1 > li > a {
    font-size: 17px;
  }
  .submenu.level-1 > li:not(:first-child) {
    margin-left: 15px;
  }
  .submenu.level-1 {
    margin: 21px 0 0 2.036em !important;
  }
}

@media (max-width: 1024px){
  .submenu.level-1 > li:not(:first-child) {
    margin-left: 10px;
  }
  .submenu.level-1 {
    margin: 21px 0 0 2.436em !important;
  }
}
/* Styles for the Language Switcher Component */

/* Tablet Styles */

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

/* Mobile Styles */

@media (max-width: 940px) {
  .fixed header.header {
/*     background: #5b7226 !important; */
      background: #3a3a3a  !important;
  }
  .body-wrapper.hs-content-id-31278227441 header.header { background: #3a3a3a !important; }
  .header__logo.header__logo--main img.hs-image-widget {
    position: relative;
    top: 7px;
  }
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }
  .header__column {
    display: block;
  }
  div#mobile_trigger{
    top: 6px;    
  }
  .header__container form {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

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

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

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }
  .header__close--toggle.show {
    display: block;
  }

  .header-menu-section.desktop {
    display: none;
  }
  .header-menu.mobile {
    display: none;
  }
  div#mobile_trigger {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 999;
  }
  div#mobile_trigger a {
    display: inline-block;
    background: url(https://6435650.fs1.hubspotusercontent-na1.net/hubfs/6435650/raw_assets/public/brandshield_march_2020/images/icon_menu.png) no-repeat 0 0;
    width: 22px;
    height: 18px;
    margin: 15px;
  }
  .submenu.level-1 {
    margin: 0!important;
  }
  .submenu.level-1 {
    display: block;
    white-space: nowrap;
    width: 100%;
  }
  header.header {
    background: #5B7226 !important;
    padding: 18px 0 0 0;
  }
  .header-inner:after, .header-inner:before {
    content: "";
    display: block;
    clear: both;
  }
  .header__logo {
    padding: 0 0 10px;
  }

  #hs_cos_wrapper_module_15904013636463 { padding-left: 0 !important; }
}

@media (max-width: 768px) {
  .page_request_wrapper {
    display: none;
  }
  .banner-area .units-row.end h1 {
    text-align: center;
  }
  .header__logo.header__logo--main img.hs-image-widget {
    position: relative;
    top: 0;
  }
}


@media (max-width: 480px) {
  .banner-area {
    min-height: 200px;
  }
  .banner-area .units-row.end {
    padding-top: 87px;
  }
  .banner-area .units-row.end h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .banner-area.security-banner .units-row.end h1 {
    text-align: left;
    background: #000;
  }
  .header__logo {
    padding: 0 0 5px;
  }
  .banner-area .units-row.end {
    padding-top: 92px;
    padding-bottom: 12px;
  }
  div#mobile_trigger {
    top: 2px;
    right: 6px !important;
  }
}
.footer {
  background-color: transparent;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: -1px;
  line-height: 0;
}
.body-container-wrapper .dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}
footer.footer.lp {
  padding-top: 0;
}
.footer__container {
  padding: 0;
  margin: 0 auto;
}
.footer_bottom .rights_wrap span,
.footer_social_label span{
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.footer_bottom {
  font-size: 14px;
  color: #b7b7b7;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 2px;
  line-height: 30px;
}
ul.footer_social li a:hover {
  opacity: 0.8;
}
.footer_bottom .rights_wrap {
  float: left;
  margin-right: 30px;
  color: #b7b7b7;
  line-height: 30px;
}
.footer_social_label {
  float: left;
  margin-right: 15px;
}
.footer-social-share {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.footer_social {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.footer_social li {
  float: left;
  line-height: 0;
  display: inline-block;
}
ul.footer_social li a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #82cdb8;
}
ul.footer_social li:not(:first-child) {
  float: left;
  display: inline-block;
  margin-left: 10px;
}

.footer-menu {
  width: 25%;
  float: left;
}
.footer-menu h3.footer_widget_title {
  padding: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.333em;
}
.footer-menu-inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.footer-menu-inner ul li {
  text-align: left;
  line-height: 0;
}
.footer-menu-inner ul li a {
    text-align: left;
    padding: 0;
    font-size: 13px;
    line-height: 30px;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 500;
    display: inline-block;
    color: #fff;
}


@media(max-width: 1199px){
  .footer .footer__container {
    padding: 0 20px;
  }
}

@media(max-width: 767px){
  .footer-menu {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-social-share {
    float: none;
    width: 100%;
    text-align: center;
  }
  ul.footer_social li {
    float: none !important;
    display: inline-block;
  }
  .footer_bottom {
    font-size: 14px;
    color: #b7b7b7;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    line-height: 0;
  }
  .footer_social_label {
    float: none;
    width: 100%;
    line-height: 30px;
    display: block;
  }
  .footer_bottom .rights_wrap {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .footer_social_label {
    width: 100%;
    display: block;
    position: relative;
    right: 8px;
    margin: 0 0 3px;
    float: none;
  }
  .footer-menu-inner ul li {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 1.618em;
  }
  .footer-menu-inner ul li a {
    font-size: 18px;
    line-height: 24.3048px;
  }
  .footer-menu h3.footer_widget_title {
    padding: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 1.13636364;
    text-align: center;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 100% !important;
  padding: 0 0;
  margin: 0 auto;
  width: 80%;
}

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

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

.blog-header__form {
  margin: 0 1rem;
}
.blog-outer-wrapper {
  padding-top: 50px;
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 66px;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.custom-google-search form {
  padding-left: 15px;
}
.custom-google-search form input.hs-search-field__input {
  border-radius: 10px 0 0 10px;
  height: 39px;
  border: 1px solid #000000;
  border-right: none;
  margin-right: 0;
  padding: 10px;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
.custom-google-search form input.hs-search-field__input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
.custom-google-search form button.search_submit {
  margin-left: 0;
  padding: 6.5px;
  height: 39px;
  background-color: #000000;
  color: white;
  vertical-align: middle;
  border-radius: 0 5px 5px 0;
  float: left;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
.custom-google-search ul.hs-search-field__suggestions {
  margin: 6px;
}
.custom-google-search form:after, .custom-google-search form:before {
  content: "";
  display: block;
  clear: both;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.custom-google-search {
  margin-top: 22px;
}
.custom-google-search form button.search_submit:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #dbdada;
}
.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}
.blog-outer-wrapper:after, 
.blog-outer-wrapper:before {
  content: "";
  display: block;
  clear: both;
}
.blog-index.span9 {
  position: relative;
  max-width: 56.3%;
  margin-right: 70px;
  padding: 0.809em 1.0786666666666667em;
  line-height: 1.618em;
  float: left;
  text-align: left;
  vertical-align: top;
  padding-bottom: 0;
  width: auto;
  margin: 0;
}
.tabber-wrap.blog-tabber {
  clear: both;
}
.blog-sidebar.span3 {
  padding: 0 0 0 130px;
  margin: 0;
  float: left;
  width: auto;
}
.blog_post_date {
  display: block;
  font-size: 22px;
  color: #000000;
}
.blog_post_date span.blog_post_date_before_gradient {
  display: inline;
  width: 30%;
  color: #000000;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 22.0048px;
}
.blog_post_date span.gradient_line {
  display: inline-block;
  margin: 0 auto;
  width: 80%;
  height: 6px;
  background: linear-gradient(to right, #23272c, #e6e6e6);
  vertical-align: middle;
}
.post-item-content-sec {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  margin-bottom: 1.618em;
  line-height: 1.618em;
}
.content-left-sec {
  padding-left: 0;
  height: 100%;
  vertical-align: middle;
  width: 60%;
  padding: 0.809em 1.0786666666666667em;
  line-height: 1.618em;
  float: left;
  padding-left: 0;
}
.content-right-sec {
  line-height: 100%;
  vertical-align: middle;
  width: 40%;
  padding: 0.809em 1.0786666666666667em;
  float: right;
}
.post-item-content-sec:after,
.post-item-content-sec:before {
  content: "";
  display: block;
  clear: both;
}
.read-more-btn a:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid;
  border-color: #000;
}
.content-left-sec .blog_post_title {
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}
ul#hsresults li {
  width: 50%;
  float: left;
}
ul#hsresults li a.hs-search-results__title {
  padding: 10px 0;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 22px;
}
ul#hsresults li p.hs-search-results__description {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #5e5e5e;
}
.blog-sidebar-topic-filter ul li a span.filter-link-count {
  display: none;
}
.content-left-sec .blog_post_title a {
  text-decoration: none;
  color: #000000;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.blog_post_author {
  font-size: 14px;
  padding: 10px 0;
  font-family: Myriad Pro Regular;
  color: #aaaaaa;
  line-height: 22px;
  text-transform: capitalize;
}
.blog-sidebar-topic-filter ul li a:hover {
  color: #5e5e5e !important;
}
.blog_post_content {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.blog_post_content a.more-link {
  color: #444;
  text-decoration: none;
}
.read-more-btn {
  text-align: right;
}
.read-more-btn a {
  width: 26.5%;
  text-align: center;
  background-color: #000000;
  border: 2px solid;
  color: #fff;
  padding: 6px 15px;
  line-height: 1.618em;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-color: #000000;
}
.post-item-content-sec.no-feature .content-left-sec {
  width: 100%;
}

.recent-post h3,
.blog-sidebar-topic-filter h3{
  padding: 20px 15px 0 15px;
  font-family: Myriad Pro Regular;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #000000;
  display: block;
  line-height: 22.0048px;
  margin: 0;
}
.recent-post-border {
  width: 36px;
  height: 1px;
  margin: 5px 15px 20px 15px;
  border: 1px solid #769600;
  background-color: #769600;
}
.blog-sidebar-topic-filter h3:after {
  content: "";
  display: block;  
  width: 36px;
  height: 1px;
  margin: 5px 15px 20px 0;
  border: 1px solid #769600;
  background-color: #769600;
}
.cm-recent-blog-wrapper {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
.recent-post-img {
  padding: 0.809em 1.0786666666666667em;
  line-height: 1.618em;
  float: left;
}
.recent-post-img .blog_sidebar_thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #bdbdbd;
  background-size: cover;
}
.recent-post-img .blog_sidebar_thumb img.recent-hs-featured-image {
  width: 71px;
  height: 58px;
}
.recent-post-content {
  padding: 0.809em 1.0786666666666667em;
  line-height: 1.618em;
  text-align: left;
  vertical-align: top;
  float: right;
}
.recent-post-content .recent-post-title {
  font-weight: bold;
}
.recent-post-content .recent-post-title a {
  color: #444;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.recent-post-content .recent-post-title a:hover {
  color: #5e5e5e;
}
.recent-post-date {
  font-size: 12px;
  color: #CCCCCC;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.recent-post-item:after, 
.recent-post-item:before {
  display: block;
  content: "";
  clear: both;
}
.recent-post-item.no-recent-img .recent-post-content {
  float: none;
}
.blog-sidebar-topic-filter ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar-topic-filter ul li {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #5e5e5e;
  line-height: 1.618em;
}
.blog-sidebar-topic-filter ul li a {
  line-height: 22.0048px;
  color: #444;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.blog-sidebar-topic-filter ul li:before {
  content: ">";
  color: #829e26;
  font-weight: bold;
  margin: 0 1em;
}
.tabber-wrap.blog-tabber {
  clear: both !important;
  position: relative !important;
  width: 100% !important;
  padding: 25px 0 !important;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs {
  list-style: none;
  width: 100%;
  padding: 5px 0 1px 0;
  margin: 0 0 0 0;
  font: 13px arial;
  border-bottom: 1px solid #ccc;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li a {
  color: #333;
  background-color: transparent;
  border: 0 solid #ccc;
  padding: 4px 10px 5px;
  text-decoration: none;
  font-family: arial;
  border-bottom: none;
  outline: none;
  font-size: 100%;
  line-height: 23px;
  -webkit-box-shadow: none;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li.active a {
  background-color: #eee;
  padding: 4px 10px 5px 10px;
  border-bottom: none;
  -webkit-box-shadow: none;
}
.tabber-content {
  padding: 20px 12px;
  min-height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.tab-pane {
  background: none;
  font-size: 100%;
  border: none;
}
.tab-pane .abh_image {
  display: block;
  float: left;
  width: 80px;
  margin-top: 10px;
}
.tab-pane .abh_image img {
  max-width: 80px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  overflow: hidden;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 10px;
  width: 250px;
  display: inline-block;
}
.tab-pane .abh_text {
  margin-left: 96px;
  font-size: 100%;
  line-height: 1.5;
}
.tab-pane .abh_text h3.fn.name {
  text-transform: capitalize;
  clear: none;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: bold;
  text-align: left;
}
.tab-pane .abh_text h3.fn.name a.url {
  font-size: 100%;
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #444;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.tab-pane .abh_text h3.fn.name a.url:hover {
  color: #5e5e5e;
}
.description.note.abh_description {
  position: static;
  padding-top: 6px;
  font-size: 14px;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 100%;
}
.single_author_post .single_author_post_title a:hover {
  color: #000000;
}
.tab-pane .abh_text h4 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  clear: none;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #5e5e5e;
}
.tab-pane .abh_text h4 span.abh_allposts {
  font-size: 11px;
  vertical-align: middle;
}
.blog-post__body p {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.tab-pane .abh_text h4 span.abh_allposts a {
  font-size: 100%;
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #444;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.tab-pane .abh_text h4 span.abh_allposts a:hover {
  color: #5e5e5e;
}
.abh_description.note {
  position: static;
  padding-top: 6px;
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.abh_description.note ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 15px;
}
.abh_description.note ul li {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.abh_description.note ul li a {
  font-size: 100%;
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #444;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.abh_description.note ul li a:hover {
  color: #5e5e5e;
}
.tabber-wrap.blog-tabber ul.clearfix.tabber-tabs li:not(.active) a:hover {
  background-color: #ddd;
  padding: 4px 10px 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.abh_description.note ul li span {
  font-size: 13px !important;
  line-height: 20px !important;
  margin: 0 !important;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}



@media screen and (max-width: 1024px) {
  .blog-index.span9 {
    position: relative;
    max-width: 53.3%;
  }
}

@media screen and (max-width: 959px) {
  .blog-index.span9 {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
  }
  .hs-blog-post .content-wrapper {
    max-width: 740px !important;
    width: 100%;
  }
  .blog-sidebar.span3 {
    display: none;
  }
  .content-right-sec {
    width: 100%;
  }
  .content-left-sec {
    width: 100%;
  }
  .related-post-wrapper h3 {
    font-weight: 400;
    color: #5e5e5e;
  }
  .single_author_post{
    width: 49%;
  }
  .related-post-contet{
    width: 210px !important;
  }
}

@media screen and (max-width: 767px) {
  .single_author_post {
    width: 100%!important;
  }
  .related-post-img img {
    min-height: unset;
  }
  .related-post-contet {
    width: 100% !important;
  }
  .blog-header .banner-area .units-row.end h1 {
    text-align: center!important;
  }
}


@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.single_author_post {
  width: 100%;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-header .banner-area .units-row.end h1 {
  text-align: left;
}
.blog-pagination.span12 {
  margin: 0;
  text-align: center;
}
.blog-pagination__link--active {
  cursor: text;
}
.blog-pagination.span12 {
  margin: 0;
  text-align: center;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 7px;
}
.blog-pagination.span12 a {
  color: #5e5e5e;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.blog-pagination__prev-link--disabled {
  display: none;
}
.blog-pagination__next-link--disabled {
  display: none;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hs-blog-post .content-wrapper {
  max-width: 1400px !important;
  width: 100%;
  border-bottom: 1px solid #f0eeee;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}
.hs-blog-post .blog-post__meta {
  font-size: 19px;
  font-family: Myriad Pro Regular;
  color: #aaaaaa;
  line-height: 22px;
  margin: 20px 0;
}
.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.related-post-divider {
  width: 36px;
  height: 1px;
  margin: 5px 15px 20px 0px;
  border: 1px solid #769600;
  background-color: #769600;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
h1.post-title {
  font-size: 22px;
  margin-top: 30px;
  color: #000000;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.single_author_post {
  border: none;
  padding: 0;
  width: 50%;
  text-align: left;
  vertical-align: top;
  line-height: 1.618em;
  float: left;
}
.related-post-img {
  width: 137px;
  border: none;
  padding: 0;
  vertical-align: middle;
  line-height: 1.618em;
  float: left;
}
.related-post-img img {
  width: 100%;
  min-height: unset;
  border: 1px solid #b8b8b8;
  max-width: 100%;
}
.hs-blog-post .content-wrapper:after,
.hs-blog-post .content-wrapper:before {
  display: block;
  content: "";
  clear: both;
}
.related-post-contet {
  padding: 0.809em 1.0786666666666667em;
  line-height: 1.618em;
  float: left;
  width: 240px;
}
.single_author_post .single_author_post_title {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
}
.related-post-wrapper h3 {
  font-family: Myriad Pro Regular;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 22.0048px;
}
.single_author_post .single_author_post_title a {
  color: #444;
  text-decoration: none;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.related-post-contet .blog_post_author {
  font-size: 14px;
  padding: 10px 0;
  font-family: Myriad Pro Regular;
  color: #aaaaaa;
}
.related-post-contet div:last-child {
  line-height: 1.618em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #5e5e5e;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto 0 0;
  clear: both;
  padding: 0 20px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.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;
  }
}

@media screen and (max-width: 767px) {
  .systems-page .success{
    min-width: auto !important;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 8rem 20px;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  margin-bottom: 10px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-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;
}

@media(max-width: 940px){
  .body-container-wrapper .dnd-section div#hs_cos_wrapper_module_15904013636463{ padding-left: 0 !important; } 
  
}