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

html {
  font-size: 16px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 0 0 0 3px;
  -webkit-box-shadow: inset 1px 0 0 rgb(0 0 0 / 14%), inset -1px 0 0 rgb(0 0 0 / 7%);
  box-shadow: inset 1px 0 0 rgb(0 0 0 / 14%), inset -1px 0 0 rgb(0 0 0 / 7%);
}
::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
::-webkit-scrollbar-thumb {
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
  box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 100px;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.4);
}
body::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 5px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
body::-webkit-scrollbar-corner {
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: solid #fff;
  border-width: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 14%);
  box-shadow: inset 1px 1px 0 rgb(0 0 0 / 14%);
}
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
}
::-webkit-scrollbar {
  -webkit-border-radius: 100px;
  background-color: rgba(0,0,0,0);
  width: 9px;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.56;
}

p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Lato, serif;
}

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

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

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

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

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

ul li,
ol li {

}
.body-container-wrapper ul:not(.no-list){
  margin: 6px 0 0 0;
  padding:0;
  list-style-type: square;
}
.body-container-wrapper ul:not(.no-list) li{
  margin: 6px 0 0 0;
  margin-left: 15pt;
}
.body-container-wrapper ul:not(.no-list) li:first-child{
  margin-top: 0px;
}

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

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

.disable-focus-styles :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: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  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;
  padding: 15px 53px;

  text-decoration: none;
  margin:10px 0;
  white-space:normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  line-height: 22px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 16px;
  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 {
  color: #f2545b!important;
}

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 7px 10px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  line-height: 24px;
  margin-bottom:10px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  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;
}

.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 > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left:0;
}

.field {
  margin-bottom: 8px;
}

.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: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/********************************** full-width-page *****************************/

.full-width-page .custom-banner-area-wrap .custom-banner-area-image:before,
.testimonials .custom-banner-area-wrap .custom-banner-area-image:before,
.home-page .custom-banner-area-wrap .custom-banner-area-image:before{
  opacity: .6;
} 
.multidimensional-value .custom-banner-area-wrap .custom-banner-area-image:before,
.custom-banner-area-wrap.hs-servicesearning-enhancement-model .custom-banner-area-image:before,
.about .custom-banner-area-wrap .custom-banner-area-image:before,
.product-value-assessment .custom-banner-area-wrap .custom-banner-area-image:before{
  opacity: .3;
}
.custom-banner-area-wrap.hs-our-value .custom-banner-area-image:before{
  opacity: .2;
}
.resources .custom-banner-area-wrap .custom-banner-area-image:before{
  opacity: 0.7;
}
.resources .custom-banner-area-wrap .banner-header-wrap {
  margin-bottom: 58px;
  margin-top: 6px;
}
.kohl-direct .custom-banner-area-wrap .custom-banner-area-image:before{
  opacity: .1;
}
.custom-banner-area-wrap.hs-our-value .banner-header p{
  padding: 14px 8px;
  margin: 0;
}
.custom-banner-area-wrap.hs-our-value .banner-heading{
  padding: 14px 8px;
}
.custom-banner-area-wrap.hs-our-value .banner-header-inner {
  padding: 0;
}
.multidimensional-value .custom-banner-area-wrap .banner-header-wrap .banner-heading,
.product-value-assessment .custom-banner-area-wrap .banner-header-wrap .banner-heading{
  padding-bottom: 40px;
}
.hs-full-width-page p:first-child,
.hs-product-value-assessment-page p:first-child{
  margin-top: 0;
}
.full-widthBodyContent .dnd-section{
  padding: 0;
}
.content-spacer {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.hs-full-width-page{
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.hs-full-width-page p sup {
  font-size: 7.199999999999999pt;
}
.body-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.full-widthBodyContent .title-with-copy-link-wrapper h2 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 13pt;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.63;
  margin: 0;
}
/* .full-widthBodyContent .title-with-copy-link-wrapper h2 a{
text-decoration: none;
pointer-events: none;
} */
.full-widthBodyContent ul li:first-child{
  margin-top:0;
}
.full-widthBodyContent ul li{
  margin: 6px 0 0 0;
}
.full-widthBodyContent ul li strong {
  margin-left: 25px;
}
.full-widthBodyContent .dnd-section:last-child>.row-fluid>div>div {
  padding: 0;
}
.hs-our-value .full-widthBodyContent .title-with-copy-link-wrapper h2{
  text-align:left;
}
.hs-our-value .full-widthBodyContent .dnd-section:last-child>.row-fluid>div>div{
  padding: 8px;
}
.hs-our-value .full-widthBodyContent h2:not(:first-child) {
  margin-top: 18px;
}
/* .our_services-content .dnd-column .title-with-copy-link-wrapper h2 a {
pointer-events: auto;
} */
.our_services-content .dnd-column .title-with-copy-link-wrapper aw5Odc{
  pointer-events: none;
}
/* .bottom-pane-wrap {
position: relative;
z-index: 99;
overflow: hidden;
} */

.hs-full-width-page .full-widthBodyContent .title-with-copy-link-wrapper h2 {
  border-top: 56px solid transparent;
  margin-top: -56px !important;
}
.hs-our-value .full-widthBodyContent .title-with-copy-link-wrapper p + h2 {
  padding-top: 18px;
}
.MVA_looks-like-content .dnd-section:nth-child(1) .dnd-column:last-child .title-with-copy-link h2 {
  margin-top: 57px !IMPORTANT;
  border: 0;
}
.bottom-pane-wrap {
  position: relative;
  z-index: 50;
}
.hs-multidimensional-value-page .bottom-pane-wrapper,
.hs-product-value-assessment-page .bottom-pane-wrapper{
  border-top: 85px solid transparent;
  margin-top: -85px;
}
/*************************************************** Contact ***************************************************/

.hs-contact-page .dnd-section,
.hs-contact-page .dnd-section:first-child .dnd-column,
.hs-contact-page .dnd-section:first-child>.row-fluid>div>div{
  padding: 0;
}
.contact-content{
  text-align:center; 
}
.contact-content p a {
  text-decoration: underline;
}
.hs-contact-page .title-with-copy-link-wrapper h2 {
  margin-top: 0;
}
/*************************************************** testimonials ***************************************************/
.testimonials-content p:first-child {
  margin-top: 0;
}

/*************************************************** about ***************************************************/

.hs-about-page .dnd-section,
.hs-testimonials-page .dnd-section{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.hs-about-page p:first-child {
  margin-top: 0;
}
.img-content .span2 {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  vertical-align: top;
  width: 50%;
  padding: 0 !important;
  display: block !IMPORTANT;
}
.img-content .span10 {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  display: block !IMPORTANT;
}
.img-content .span2 .dnd-module {
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.img-content .dnd-section .span2>div{
  padding:0;
}
.img-content .dnd-section .span10>div {
  padding-left: 3.75%;
  padding-right: 3.75%;
  padding-top: 0;
  padding-bottom: 0;
}
.img-content .dnd-section .span10 .dnd-module {
  padding: 14px 8px;
  margin-bottom: 52px;
}
.img-content img {
  vertical-align: middle;
}


/*************************************************** kohl-direct ***************************************************/
.kohl-direct-content p:first-child {
  margin-top: 0;
}
.hs-kohl-direct-page .dnd-section{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.hs-kohl-direct-page .kohl-direct-iframe .dnd-section {
  padding-bottom: calc(1.5rem - 1px);
  padding-top: 1.5rem;
}

.hs-kohl-direct-page .dnd-section .span3 {
  display: inline-block !IMPORTANT;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.hs-kohl-direct-page .dnd-section .span9 {
  display: inline-block !IMPORTANT;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.hs-kohl-direct-page .dnd-section .span9 {
  margin: 0;
  padding: 0;
  display: inline-block !important;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  vertical-align: top;
}

.hs-kohl-direct-page .dnd-section .span9>div,
.hs-kohl-direct-page .dnd-section .span3>div{
  padding-left: 3.75%;
  padding-right: 3.75%;
  padding-top:0;
  padding-bottom: 0;
}
.hs-kohl-direct-page .dnd-section .span9>div>div,
.hs-kohl-direct-page .dnd-section .span3>div>div{
  padding: 8px;
  width: 100%;
  position: relative;
}
.kohl-direct-content small{
  font-family: Roboto, sans-serif;
  font-size: 9pt;
  line-height: 1.2;
  display: block;
}
.kohl-direct-content small a {
  font-family: Roboto, sans-serif;
  text-decoration: underline;
  color: rgba(71,101,129,1);
}
.kohl-direct-content .row-fluid [class*="span"] {
  min-height: auto;
}
.kohl-direct-iframe .dnd-module>div,
.kohl-direct-iframe .dnd-section>.row-fluid>div>div{
  display: block;
  padding-left: 3.75%;
  padding-right: 3.75%;
  position: relative;
  padding:0;
}

.kohl-direct-iframe iframe {
  border: none;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.kohl-direct-iframe .dnd-column .dnd-module .hs_cos_wrapper_type_rich_text{
  position:relative; 
  display: block;
}

.kohl-direct-iframe p {
  padding-top: 61.4035087719%;
  margin: 0;
  font-size: 0;
}

.kohl-direct-iframe .dnd-column {
  padding: 0;
}

.kohl-direct-iframe .dnd-column>div {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}
/*************************************************** resources ***************************************************/
.spacer-line-inner{
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.spacer-line {
  margin-top: 9px;
  height: 1px;
  background-color: rgba(0,0,0,0.150000006);
}
.resources-content .dnd-section {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.resources-content .dnd-section:first-child h2:last-child {
  margin-top: 0px;
  border: 0;
}
.resources-content .dnd-section:last-child {
  margin-bottom: 40px;
  margin-top: 4px;
}
/* .resources-content .title-with-copy-link h2 {
margin-top: 20px !important;
border:0;
} */
.resources-content .dnd-section:nth-child(2) .title-with-copy-link-wrapper .title-with-copy-link h1 {
  margin-top: 0;
}
/*************************************************** multidimensional-value ***************************************************/

.hs-multidimensional-value-page .dnd-section{
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.hs-multidimensional-value-page .dnd-section p:first-child{
  margin-top:0; 
}
.hs-multidimensional-value-page img{
  vertical-align: middle;
}
.bottom-pane-area .dnd-section>.row-fluid{
  max-width: 1280px!important;
}
.bottom-pane-wrap.top .dnd-section>.row-fluid>div{
  padding-bottom: 18px;
}
.bottom-pane-wrap.top .pane-spacer {
  margin-top: 9px;
  height: 1px;
  background-color: rgba(0,0,0,0.150000006);
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
}
.MVA_Explained-content .dnd-section:nth-child(1) .dnd-column,
.MVA_Explained-content .dnd-section:nth-child(2) .dnd-column,
.MVA_Explained-content .dnd-section:nth-child(3) .dnd-column{
  padding-left:0!important;
  padding-right:0!important;
}
.MVA_Explained-content .dnd-column,
.perspective_of_MVA-content .dnd-column{
  display: block !important;
}
.MVA_Explained-content .span6,
.perspective_of_MVA-content .span6{
  width: 100%;
  margin: 0;
}
.MVA_Explained-content .span6 .dnd-module,
.MVA_Explained-content .span4 .dnd-module,
.MVA_Explained-content .span8 .dnd-module,
.perspective_of_MVA-content .span6 .dnd-module,
.product_rssessment_results-content .span6 .dnd-module,
.home-top-content .span6 .dnd-module,
.our_services_column_content .span6 .dnd-module{
  padding-left: 3.75%;
  padding-right: 3.75%;
}

.MVA_Explained-content .span8 {
  margin: 0;
  width: 100%;
}
.MVA_looks-like-content .MVA_looks-like_row-row-1-vertical-alignment .title-with-copy-link h2 {
  margin-top: 0;
}
.MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column {
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column>div,
.MVA_Explained-full-content .dnd-section:nth-last-child(2) .dnd-column>div{
  padding-left: 3.75%;
  padding-right: 3.75%;
  padding-top: 0;
  padding-bottom: 0;
}

.MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column img,
.MVA_Explained-full-content .dnd-section:nth-last-child(2) .dnd-column img{
  width: 100%;
}

.MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column .dnd-module {
  display: block !important;
}
.MVA_Explained-full-content .dnd-section:nth-last-child(2) .dnd-column{
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.MVA_looks-like-content .dnd-column,
.product_Assessment-content .dnd-column{
  display: block !important;
}
.MVA_looks-like-content {
  width: 100%;
  margin: 0;
}
.MVA_looks-like-content .span8 {
  margin: 0;
  width: 100%;
}
.MVA_looks-like-content .span4 .dnd-module,
.MVA_looks-like-content .span8 .dnd-module{
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.MVA_looks-like-content .dnd-section .dnd-column,
.perspective_of_MVA-content .dnd-section .dnd-column,
.product_Assessment-content .dnd-section .dnd-column{
  padding:0!important;
}
.MVA_looks-like-content .title-with-copy-link h2 {
  text-align: center;
}

.MVA_looks-like-content .dnd-section:nth-child(1) .dnd-column:last-child .title-with-copy-link h2 {
  margin-top: 57px;
}

/* .MVA_looks-like-content .title-with-copy-link-wrapper h2 a,
.hs-product-value-assessment-page .title-with-copy-link-wrapper h2 a,
.hs-contact-page .title-with-copy-link-wrapper h2 a{
text-decoration: none;
pointer-events: none;
} */
.home-page .custom-banner-area-wrap {
  margin-top: 64px;
}
.home-page .custom-banner-area-wrap .banner-heading {
  padding: 14px 8px;
}
.home-page .custom-banner-area-wrap .banner-header-inner {
  padding: 0;
}
.home-page .custom-banner-area-wrap .banner-header p {
  padding: 14px 8px;
  margin: 0;
  margin-left: -4px;
}

/* .MVA_looks-like-content .title-with-copy-text p:first-child {
margin-top: 16px;
} */
.MVA_looks-like-content .span7,
.product_Assessment-content .span7,
.product_rssessment_results-content .span7{
  width: 100%;
}
.MVA_looks-like-content .span5,
.product_Assessment-content .span5,
.product_rssessment_results-content .span5{
  width: 100%;
}
.MVA_looks-like-content .span7 .dnd-module,
.MVA_looks-like-content .span5 .dnd-module,
.product_Assessment-content .span7 .dnd-module,
.product_Assessment-content .span5 .dnd-module,
.product_rssessment_results-content .span7 .dnd-module,
.product_rssessment_results-content .span5 .dnd-module{
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.perspective_of_MVA-content small,
.hs-product-value-assessment-page small{
  font-family: Roboto, sans-serif;
  font-size: 9pt;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(33,33,33,1);
  display: block;
}
.perspective_of_MVA-content small a {
  text-decoration: underline;
  font-family: Roboto, sans-serif;
  color: inherit;
}
.product_Assessment-content .span6,
.product_rssessment_results-content .span6{
  width:100%; 
  margin:0;
}
.hs-product-value-assessment-page .title-with-copy-link-wrapper h2{
  text-align:center; 
  margin:0;
}
.hs-product-value-assessment-page .dnd-section .dnd-column img{
  width:100%;
  vertical-align: middle;
}
.product_Assessment-content .dnd-module,
.product_rssessment_results-content .dnd-column,
.home-top-content .dnd-column,
.our_services_column_content .dnd-column{
  display: block !important;
}
.product_Assessment-content .dnd-section:last-child .dnd-column:last-child .dnd-row:last-child {
  padding: 0;
}
.product_Assessment-content .dnd-section:last-child .dnd-column:first-child {
  margin-top: 92px;
}
.product_Assessment-content .btn-with-tooltip-wrapper .btn-with-tooltip-inner {
  width: 100%;
}

.product_Assessment-content .btn-with-tooltip-wrapper .btn-with-tooltip {
  padding: 0;
}
.btn-with-tooltip-bottom .dnd-section>.row-fluid .dnd-module,
.btn-with-tooltip-bottom .dnd-section>.row-fluid .dnd-module>div{
  padding: 0;
}
.line-spacer-wrap .page-center>div {
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.line-spacer-wrap .line-spacer {
  margin-top: 9px;
  height: 1px;
  background-color: rgba(0,0,0,0.150000006);
  margin-bottom: 8px;
}
.product_rssessment_results-content .dnd-section .dnd-column,
.home-top-content .dnd-section .dnd-column,
.our_services_column_content .dnd-section .dnd-column{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product_rssessment_results-content .title-with-copy-link-wrapper h2 {
  padding: 14px 8px;
}
.product_rssessment_results-content .dnd-section:nth-child(1) .dnd-column:last-child  {
  margin-top: 52px;
}
.product_rssessment_results-content .title-with-copy-link-wrapper p:nth-child(2) {
  margin-top: 0;
}
.product_rssessment_results-content .title-with-copy-link-wrapper p {
  padding: 14px 8px;
  margin: 0;
  margin-top: 2px;
  padding-bottom: 0;
}
.product_Assessment-content .dnd-section:last-child .dnd-column:last-child .title-with-copy-link-wrapper h2{
  padding: 14px 8px;
}
.product_Assessment-content .dnd-section:last-child .dnd-column:last-child .title-with-copy-link-wrapper p{
  padding: 14px 8px;
  margin: 0;
  margin-top: 2px;
  padding-bottom: 0;
}
.product_Assessment-content .dnd-section:last-child .dnd-column:last-child .title-with-copy-link-wrapper p:nth-child(2) {
  margin-top: 0;
}
.product_Assessment-content .dnd-section:last-child .dnd-column:last-child .title-with-copy-link-wrapper p:last-child,
.product_rssessment_results-content .title-with-copy-link-wrapper p:last-child{
  padding-bottom: 14px;
}

/*************************************************** home ***************************************************/
.home-top-content .dnd-column ul {
  margin: 0;
}
.home-top-content .dnd-column p:first-child {
  margin: 0;
}
.our_services-content .dnd-column .dnd-row {
  padding: 0;
}
.our_services-content .dnd-column .title-with-copy-link-wrapper h2,
.our_services_column_content .dnd-column .title-with-copy-link-wrapper h2{
  padding: 14px 8px;
  text-align: center;
  margin: 0;
}

.our_services-content .dnd-section .dnd-column .title-with-copy-link-wrapper p,
.our_services_column_content .dnd-column .title-with-copy-link-wrapper p{
  padding: 14px 8px;
  margin: 0;
  margin-top: 2px;
  padding-bottom: 0;
}
.our_services-content .dnd-section .dnd-column .title-with-copy-link-wrapper p:last-child,
.our_services_column_content .dnd-column .title-with-copy-link-wrapper p:last-child{
  padding-bottom: 14px; 
}
.our_services-content .dnd-section .dnd-column .title-with-copy-link-wrapper p:nth-child(2),
.our_services_column_content .dnd-column .title-with-copy-link-wrapper p:nth-child(2){
  margin-top: 0;
}
.our_services-content .btn-with-tooltip-wrapper .btn-with-tooltip-inner{
  width: 50%;
}
.our_services_column_content .btn-with-tooltip-wrapper .btn-with-tooltip-inner{
  width: 100%;
}

.our_services_column_content {
  text-align: center;
}
.our_services_column_content .btn-with-tooltip-wrapper .btn-with-tooltip{
  padding:0;  
}
.footer-address-content .btn-with-tooltip-wrapper .btn-with-tooltip{
  padding-left: 1.25%;
  padding-right: 1.25%;
}
.footer-address-content p:last-child {
  margin-bottom: 64px;
}

.footer-address-content p:first-child {
  margin-top: 0;
}
.footer-address-content {
  text-align: center;
}

.footer-address-content p a {
  text-decoration: underline;
  color: rgba(33,33,33,1);
}

.footer-address-content .btn-with-tooltip-wrapper .btn-with-tooltip-inner {
  width: 100%;
}
.footer-address-content img {
  vertical-align: middle;
}

.footer-address-content .widget-type-linked_image {
  display: block !important;
  width: 33.333333%;
}
.footer-address-content .widget-type-linked_image>.hs_cos_wrapper {
  padding-left: 3.75%;
  padding-right: 3.75%;
  display: block;
}
.footer-address-content .dnd-section {
  padding: 0;
}
.footer-address-content .dnd-row {
  padding-bottom: 1.5rem!important;
  padding-top: 1.5rem!important;
}
.footer-address-content .dnd-row:last-child>div {
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer-address-content .btn-with-tooltip-wrapper .btn-with-tooltip{
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.top_search_wrap ul.hs-search-field__suggestions:empty {
  padding: 0;
}
.top_search_wrap ul.hs-search-field__suggestions {
  padding: 10px;
}

.hs-contact-page .btn-with-tooltip-wrapper .btn-with-tooltip-inner {
  margin:0 auto;
}

iframe#innerFrame {
  width: 100%;
  height: 100%;
}
.MVA_looks-like-content .dnd-section:nth-child(2) .title-with-copy-link h2 {
  margin-top: 0;
}
.home-top-content iframe {
  width: 100%;
  max-width: 1133px;
  margin-left: 0 !important;
  padding-left: 1.25%;
  padding-right: 1.25%;
  margin-bottom: 8px!important;
}
.hs-home-parallax .parallax-mirror .parallax-slider {
  top: 25px;
}

.kohl-direct-iframe .row-fluid [class*="span"] {
  min-height:1px;
}
.resourcesCopylink {
  margin-top: -56px;
  border-top: 56px solid transparent;
}
.resources-content .dnd-section:nth-child(2) {
  margin-bottom: 124px;
}
.resourcesCopylink .title-with-copy-link h2 {
  position: relative;
  padding-top:20px;
  margin-top: -56px;
  border-top: 56px solid transparent;
}
.resourcesCopylink .title-with-copy-link h1 {
  position: relative;
  z-index: 15;
}
.resourcesCopylink .title-with-copy-link h2#Laymans {
  z-index: 2;
}
.resourcesCopylink .title-with-copy-link h2#Roadmap {
  z-index: 5;
}
.resourcesCopylink .title-with-copy-link h2#How-Much-Value {
  z-index: 6;
}
.resourcesCopylink .title-with-copy-link h2#The-Strategic {
  z-index: 8;
}
.resourcesCopylink .title-with-copy-link h2#The-Many-Uses {
  z-index: 9;
}
.resourcesCopylink .title-with-copy-link h2#Profitability {
  z-index: 10;
}
.hs-contact-page .dnd-section:first-child {
  position: relative;
  z-index: 50;
}


@media only screen and (min-width: 480px){
  .img-content .span2{
    width: 33.333333%;
  }
  .img-content .span10{
    width: 100%;
  }
  .img-content .dnd-section .span10>div {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .hs-kohl-direct-page .dnd-section .span9>div,
  .hs-kohl-direct-page .dnd-section .span3>div{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .hs-kohl-direct-page .kohl-direct-content .dnd-section:last-child .dnd-column .dnd-module>div {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }


  .spacer-line-inner{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_Explained-content .span6 .dnd-module,
  .perspective_of_MVA-content .span6 .dnd-module,
  .product_rssessment_results-content .span6 .dnd-module,
  .product_rssessment_results-content .span7 .dnd-module,
  .home-top-content .span6 .dnd-module,
  .our_services_column_content .span6 .dnd-module{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_Explained-content .span4 .dnd-module{
    padding-left: 3%;
    padding-right: 3%;
  }
  .MVA_Explained-content .span4 {
    width: 83.333333%;
  }
  .MVA_Explained-content .span8 .dnd-module{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column>div,
  .MVA_Explained-full-content .dnd-section:nth-last-child(2) .dnd-column>div{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_looks-like-content .span4{
    margin: 0;
    width: 66.666667%;
  }
  .MVA_looks-like-content .span8 .dnd-module{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_looks-like-content .span7,
  .product_Assessment-content .span7,
  .product_rssessment_results-content .span7{
    margin: 0;
  }
  .MVA_looks-like-content .span7 .dnd-module,
  .product_Assessment-content .span7 .dnd-module{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_looks-like-content .span5 .dnd-module,
  .product_Assessment-content .span5 .dnd-module,
  .product_rssessment_results-content .span5 .dnd-module{
    padding-left: 3%;
    padding-right: 3%;
  }
  .line-spacer-wrap .page-center>div {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .product_Assessment-content .dnd-section:last-child .dnd-column:first-child {
    width: 83.333333%;
  }
  .our_services-content .btn-with-tooltip-wrapper .btn-with-tooltip{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .footer-address-content .btn-with-tooltip-wrapper .btn-with-tooltip{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media only screen and (min-width: 768px){
  .custom-banner-area-wrap.hs-product-value-snapshot .banner-header,
  .custom-banner-area-wrap.hs-our-value .banner-header{
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .full-widthBodyContent .dnd-section,
  .hs-contact-page .dnd-section{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .custom-banner-area-wrap.hs-product-value-snapshot .banner-header-wrap,
  .custom-banner-area-wrap.hs-our-value .banner-header-wrap{
    width: 83.333333%;
  }
  .multidimensional-value .custom-banner-area-wrap .banner-header-wrap,
  .product-value-assessment .custom-banner-area-wrap .banner-header-wrap,
  .home-page .custom-banner-area-wrap .banner-header-wrap{
    width:100%;
  }
  .img-content .span2{
    width: 16.666667%;
  }
  .img-content .span10{
    width: 83.333333%;
  }
  .img-content .dnd-section .span10>div {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .hs-kohl-direct-page .dnd-section .span3 {
    width: 25%;
  }
  .hs-kohl-direct-page .dnd-section .span9 {
    width: 75%;
  }
  .hs-kohl-direct-page .dnd-section .span9>div{
    padding-left: 1.66666667%;
    padding-right: 1.66666667%;
  }
  .hs-kohl-direct-page .dnd-section .span3>div{
    padding-left: 5%;
    padding-right: 5%;
  }
  .spacer-line-inner{
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
  .MVA_Explained-content .span6,
  .perspective_of_MVA-content .span6,
  .product_Assessment-content .span6,
  .product_rssessment_results-content .span6,
  .home-top-content .span6,
  .our_services_column_content .span6{
    width: 50%;
    margin: 0;
  }
  .MVA_Explained-content .span6 .dnd-module,
  .perspective_of_MVA-content .span6 .dnd-module,
  .product_rssessment_results-content .span6 .dnd-module,
  .home-top-content .span6 .dnd-module,
  .our_services_column_content .span6 .dnd-module{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .MVA_Explained-content .span8 .dnd-module{
    padding-left: 2.14285714%;
    padding-right: 2.14285714%;
  }
  .MVA_Explained-content .span4 {
    width: 41.666667%;
  }
  .MVA_Explained-content .span8 {
    margin: 0;
    width: 58.333333%;
  }
  .MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column>div{
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  .MVA_Explained-full-content .dnd-section:nth-last-child(2) .dnd-column>div{
    padding-left: 1.36363636%;
    padding-right: 1.36363636%;
  }
  .MVA_looks-like-content .span4{
    width: 33.333333%;
    margin: 0;
  }
  .MVA_looks-like-content .span8 .dnd-module{
    padding-left: 1.875%;
    padding-right: 1.875%;
  }
  .MVA_looks-like-content .span8{
    width: 66.666667%;
  }

  .MVA_looks-like-content .span7,
  .product_Assessment-content .span7,
  .product_rssessment_results-content .span7{
    margin: 0;
    width: 58.333333%;
  }
  .MVA_looks-like-content .span5,
  .product_Assessment-content .span5,
  .product_rssessment_results-content .span5{
    margin: 0;
    width: 41.666667%;
  }
  .MVA_looks-like-content .span7 .dnd-module,
  .product_Assessment-content .span7 .dnd-module,
  .product_rssessment_results-content .span7 .dnd-module{
    padding-left: 2.14285714%;
    padding-right: 2.14285714%;
  }
  .MVA_looks-like-content .span5 .dnd-module,
  .product_Assessment-content .span5 .dnd-module,
  .product_rssessment_results-content .span5 .dnd-module{
    padding-left: 3%;
    padding-right: 3%;
  }
  .MVA_Explained-full-content .dnd-section:nth-child(even) .dnd-column{
    width: 83.333333%;
  }
  .MVA_Explained-full-content .dnd-section:nth-last-child(2) .dnd-column{
    margin-left: 8.333333%;
    width: 91.666667%;
  }
  .line-spacer-wrap .page-center>div {
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
  .footer-address-content .btn-with-tooltip-wrapper .btn-with-tooltip{
    padding-left: 1.25%;
    padding-right: 1.25%;
  }

  .product_Assessment-content .dnd-section:last-child .dnd-column:first-child {
    width: 41.666667%;
  }

  .kohl-direct-iframe .dnd-section>.row-fluid>div {
    width:50%;
    margin:0 auto;
    float:none;
  }

  .kohl-direct-iframe .video-content-wrapper {
    display: none;
  }

}


@media only screen and (max-width: 767px){
  .full-widthBodyContent .dnd-section>.row-fluid>div .hs_cos_wrapper_type_rich_text{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    display: block;
  }
  .img-content .dnd-section .span2>div {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .img-content .dnd-section {
    padding: 0;
  }
  .img-content .dnd-section .span10 .dnd-module>div {
    padding-top: 1.5rem;
  }
  .img-content .dnd-section .span10 .dnd-module {
    margin-bottom: 76px;
  }
  .hs-kohl-direct-page .dnd-section .span3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hs-kohl-direct-page .dnd-section:first-child {
    padding: 0;
  }
  .hs-kohl-direct-page .dnd-section .span9{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hs-kohl-direct-page .kohl-direct-iframe .dnd-section{
    padding-top: calc(1.5rem - 1px);
    padding-bottom: 1.5rem;
  }

  .spacer-line-wrap {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .bottom-pane-wrap.top .pane-spacer-wrapper {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .perspective_of_MVA-content .dnd-section,
  .MVA_looks-like-content  .dnd-section,
  .MVA_Explained-content .dnd-section {
    padding: 0;
  }

  .MVA_looks-like-content .dnd-section .dnd-column,
  .perspective_of_MVA-content .dnd-section .dnd-column,
  .MVA_Explained-content .dnd-section .dnd-column{
    padding-bottom: 1.5rem!Important;
    padding-top: 1.5rem!Important;
  }
  .bottom-pane-wrap.top .pane-spacer {
    bottom: -10px;
  }

  .bottom-pane-wrap.top .dnd-section>.row-fluid>div {
    padding-bottom: 10px;
  }
  .product_Assessment-content .dnd-section,
  .product_rssessment_results-content .dnd-section{
    padding: 0;
  }

  .product_Assessment-content .dnd-section .dnd-module,
  .product_rssessment_results-content .dnd-section .dnd-module{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .line-spacer-wrap,
  .hs-contact-page .dnd-section{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .product_Assessment-content .dnd-section:last-child .dnd-column:first-child {
    margin-top: 84px;
  }
  .product_Assessment-content .btn-with-tooltip-wrapper,
  .product_Assessment-content .span7 .dnd-module,
  .product_Assessment-content .span7 .dnd-row:last-child .dnd-module{
    padding-top: 0;
  }
  .btn-with-tooltip-bottom .dnd-section,
  .hs-contact-page .btn-with-tooltip-wrapper{
    padding: 0;
  }
  .line-spacer-wrap .line-spacer {
    margin-bottom: 0;
  }
  .home-top-content .dnd-section,
  .our_services-content .dnd-section,
  .our_services_column_content .dnd-section{
    padding: 0;
  }

  .home-top-content .dnd-column,
  .our_services-content .dnd-column,
  .our_services_column_content .dnd-column{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .our_services-content .btn-with-tooltip-wrapper,
  .our_services_column_content .btn-with-tooltip-wrapper,
  .footer-address-content .btn-with-tooltip-wrapper{
    padding:0;
  }

  .our_services-content .btn-with-tooltip-wrapper .btn-with-tooltip-inner{
    width:100%;
  }
  .footer-address-content .widget-type-linked_image {
    width: 66.666667%;
  }
  .footer-address-content .dnd-module {
    display: block !important;
  }
  .footer-address-content p:last-child {
    margin-bottom: 112px;
  }
  .home-header .mobile-trigger {
    top: 64px;
  }

  .product_Assessment-content .dnd-section:last-child .dnd-column:last-child .title-with-copy-link-wrapper p:last-child {
    padding: 0;
    margin-top: 16px;
  }

  .product_Assessment-content .span7 .dnd-module {
    padding-bottom: 0;
  }

  .product_Assessment-content .span7 .dnd-module .title-with-copy-link-wrapper {
    padding: 1.5rem 0 14px;
  }

  .kohl-direct-iframe iframe,
  .kohl-direct-iframe P{
    display:none;
  }


}
@media only screen and (min-width: 480px) and (max-width: 767px){

  .resources-content .dnd-section:first-child h2:last-child {
    margin-top: 20px;
  }

  .resources-content .dnd-section:last-child {
    margin-top: 12px;
  }
  .bottom-pane-area .dnd-section>.row-fluid{
    max-width: 544px!important;
  }
  .MVA_looks-like-content .dnd-section:nth-child(2) .span5 {
    width: 83.333333%;
  }
}


@media only screen and (max-width:479px){
  .img-content .span2 {
    margin: 0 auto !important;
  }
  .footer-address-content .widget-type-linked_image {
    width: 100%;
  }
  .MVA_looks-like-content .dnd-section:nth-child(1) .dnd-column:last-child .title-with-copy-link h2 {
    margin-top: 51px;
  }
  .product_Assessment-content .dnd-section:last-child .dnd-column:first-child {
    margin-top: 92px;
  }
  .resources-content .dnd-section:nth-child(3) .title-with-copy-link-wrapper .title-with-copy-link h1 {
    margin-top: 8px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
}
header.header{
  left: 0;
  padding-left: 36px;
  padding-right: 8px;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .5s,padding-left .125s;
  transition: opacity .5s,padding-left .125s;
  white-space: nowrap;
  width: 100%;
  z-index: 100;
  padding-right: 0;
  height: 56px;
}
.header_container {
  display: table;
  min-width: 100%;
  table-layout: fixed;
}
.header__logo {
  height: 56px;
  max-width: 380px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  font-family: Roboto, sans-serif;
  font-size: 15pt;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: none;
}
.header__navigation {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.header__logo img {
  display: inline-block;
  max-height: 56px;
  max-width: 225px;
  padding: 8px 4px 8px 12px;
  vertical-align: middle;
  width: auto !important;
}
.header__logo a span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  max-width: 380px;
  outline: none;
  overflow: hidden;
  padding: 16px 12px;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #212121;
  font-family: Roboto, sans-serif;
  font-size: 15pt;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.custom-menu-primary {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  MARGIN: 0;
  font-size: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  max-width: 300px;
  overflow: visible;
  position: relative;
  text-align: left;
  -webkit-transition: opacity 0ms 300ms;
  transition: opacity 0ms 300ms;
  vertical-align: middle;
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.menu-link-wrap>a {
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 240px;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  color: inherit;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) .rgLkl {
  cursor: default;
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 2px;
  background-color: rgba(158,158,158,1);
}
.menu-link-wrap {
  position: relative;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  padding: 10px 12px;
  vertical-align: middle;
  font-weight: 400;
}
.menu-link-wrap .child-trigger {
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
  outline: none;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 2px;
  vertical-align: top;
  top: 8px;
  position: relative;
}

.menu-link-wrap .child-trigger>svg {
  height: 12px;
  -webkit-transform: scale(2);
  transform: scale(2);
  vertical-align: middle;
  width: 12px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  padding-left: 8px;
  vertical-align: middle;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  padding-bottom: 8px;
  padding-top: 8px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.58;
  padding-left: 40px;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 12px;
  font-size: 12pt;
}

.search-btn {
  right: 0;
  top: 0;
  width: 48px;
  z-index: 25;
  display: table-cell;
  position: relative;
}

.search-btn-inner {
  -webkit-user-select: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  height: 48px;
  margin: 4px 0;
  opacity: 1;
  vertical-align: middle;
  z-index: 25;
  color: rgba(0,0,0,0.54);
  fill: currentColor;
}

.search-btn-overlay {
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  -webkit-transition: opacity .2s ease,visibility 0s ease .2s,transform 0s ease .2s;
  transition: opacity .2s ease,visibility 0s ease .2s,transform 0s ease .2s;
  -webkit-transition: opacity .2s ease,visibility 0s ease .2s,-webkit-transform 0s ease .2s;
  transition: opacity .2s ease,visibility 0s ease .2s,-webkit-transform 0s ease .2s;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  background-image: radial-gradient(circle farthest-side,rgba(0,0,0,0.12),rgba(0,0,0,0.12) 80%,rgba(0,0,0,0) 100%);
  top: 22px;
  left: 21px;
  width: 48px;
  height: 48px;
}

span.xjKiLb {
  position: relative;
  top: 50%;
}

span.xjKiLb>span {
  display: inline-block;
  position: relative;
}

.search-btn span.xjKiLb svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
  color: rgba(106,106,106,1);
}
.no-banner .header-wrap{
  min-height:56px;
}
.scroll-header header.header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(204,204,204,1);
}
.top_search {
  background-color: #eeeeee;
  height: 0;
  opacity: 0;
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity .18s ,width .18s ,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  transition: opacity .18s ,width .18s ,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  visibility: hidden;
  width: 0;
  z-index: 110;
}

.search-open .top_search {
  height: 76px;
  width: 100%;
  -webkit-transition: opacity .18s ,width .18s ,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  transition: opacity .18s ,width .18s ,height .18s step-start,visibility .18s step-start,box-shadow .3s ease;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 1;
}
.top_search_wrap {
  margin: 0 auto;
  max-width: 720px;
  width: 50%;
  position: relative;
}

.top_search form {
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  color: #212121;
  height: 48px;
  margin: 0 auto;
  max-width: 720px;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 4px;
}

.top_search form input.hs-search-field__input {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  background-color: transparent;
  border: none;
  display: block;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  height: 24px;
  line-height: 24px;
  margin: 0;
  min-width: 0%;
  outline: none;
  padding: 0;
  z-index: 0;
  width: 100%;
  text-overflow: ellipsis;
  -webkit-appearance: textfield;
  box-sizing: content-box;
  margin-top: 4px;
}
.top_search form .U26fgb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-right: 12px;
  -webkit-user-select: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  z-index: 0;
  color: rgba(0,0,0,0.54);
  fill: rgba(0,0,0,0.54);
  display: block;
  margin-top: -13px;
}

span.Ce1Y1c {
  display: inline-block;
  position: relative;
}

.top_search_wrap span.Ce1Y1c svg {
  color: #616161;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.search-overlay{
  background-color: rgba(33,33,33,.5);
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .18s,height .18s step-end;
  transition: opacity .18s,height .18s step-end;
  width: 100vw;
  z-index: 110;
}
.search-open .search-overlay {
  height: 100vh;
  -webkit-transition: opacity .18s,height .18s step-start;
  transition: opacity .18s,height .18s step-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 1;
}
.back-btn {
  -webkit-user-select: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  z-index: 0;
  color: rgba(0,0,0,0.54);
  fill: rgba(0,0,0,0.54);
  margin: 0 -66px 0 18px;
  position: absolute;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) .rgLkl {
  display: none;
}
.child-menu-icon {
  bottom: 50%;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  left: 0;
  outline: none;
  padding-left: 8px;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  vertical-align: middle;
  width: 36px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
  margin-left: 40px;
  padding-left: 0;
}
.sub-menu-open .child-menu-icon {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>ul{
  display:none; 
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li.sub-menu-open>a{
  opacity: .7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>ul>li>a{
  display: block;
  position: relative;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left:56px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  line-height: 1.58;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li{
  position: relative;
}
.home-header .home-header-top {
  position: fixed;
  top: 0;
  z-index: 100;
}
.home-header header.header {
  top: 64px;
}
.home-header-top p {
  overflow: hidden;
  overflow-wrap: break-word;
  color:#fff;
  margin:0;
}
.home-header-top {
  -webkit-align-items: center;
  align-items: center;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 12px;
  width: 100%;
  background-color: rgb(213, 44, 31);
}
.home-header-top a {
  padding: 0 23px;
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  height: 36px;
  line-height: 34px;
  border: 1px #dadce0 solid;
  display: inline-block;
  margin-left: 23px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: .25px;
  border-color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
}
.home-header-top a:hover{
  color: rgb(255, 255, 255);
}
.home-header-top>div .hs_cos_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.top_search form .close-search-icon {
  -webkit-user-select: none;
  -webkit-transition: background .3s;
  transition: background .3s;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 48px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 48px;
  z-index: 0;
  color: rgba(0,0,0,0.54);
  fill: rgba(0,0,0,0.54);
  display: block;
  margin-top: 1px;
  margin-right: 0;
}
.top_search form .close-search-icon, 
.top_search .empty form .close-search-icon {
  display: none;
}

.top_search .not-empty form .close-search-icon {
  display: block;
}
.search-btn > span {
  width: 48px;
  display: block;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 50;
}
.top_search > span {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  left: 18px;
  cursor: pointer;
  z-index: 50;
}
/* Mobile Styles */

@media only screen and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: -2px;
  }

  .mobile-trigger {
    display: none;
  }
  header.header{
    padding-left: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 55%);
    box-shadow: 0 0 10px rgb(0 0 0 / 55%);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: -28px;
    padding: 8px 0;
    position: absolute;
    width: 240px;
    display: none;
    top: 98%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) ul ,
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child ul {
    right: -32px;
    left: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active .menu-link-wrap{
    font-weight: 700;
  }


}
@media (max-width: 1088px) and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
    display: block;
  }

}
@media (max-width: 1035px) and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(3) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li:nth-last-child(2) {
    display: block;
  }
}

@media (max-width:932px) and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(4) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li:nth-last-child(3) {
    display: block;
  }
}
@media (max-width:861px) and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(5) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li:nth-last-child(4) {
    display: block;
  }
}

@media (max-width:778px) and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(6) {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li:nth-last-child(5) {
    display: block;
  }
}



@media only screen and (min-width: 480px) and (max-width: 767px){
  .header__logo a span {
    font-size: 14pt;
  }
  .top_search_wrap {
    width: 66%;
  }
}

@media (max-width: 767px) {
  .custom-menu-primary {
    -webkit-transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    -webkit-transition-delay: .125s;
    transition-delay: .125s;
    left: -100%;
    padding-top: 56px;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    z-index: 70;
    background-color: rgba(255,255,255,1);
    border-color: rgba(0,0,0,0.150000006);
    border-right-style: solid;
    border-right-width: 1px;
    font-family: Lato, sans-serif;
    width: 250px;
  }
  .mobile-trigger {
    cursor: pointer;
    height: 55px;
    outline: none;
    padding: 16px 12px;
    width: 48px;
    left: 0;
    position: fixed;
    top: 0;
    vertical-align: middle;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    z-index: 25;
    border-color: rgba(204,204,204,1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: none;
    color: rgba(33,33,33,1);
    z-index: 99;
  }
  .scroll-header .mobile-trigger{
    border-color: rgba(204,204,204,1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .mobile-trigger svg {
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
    height: 24px;
    width: 24px;
  }

  .mobile-trigger:hover:before {
    bottom: 0;
    content: "";
    display: none;
    pointer-events: none;
    position: absolute;
    right: 0;
    height: 32px;
    left: 8px;
    top: 12px;
    width: 32px;
    background-color: rgba(183,153,81,0.1199999973);
    display: block;
  }
  .hlJH0, .HBu6N, .cLAGQe{
    transition: transform .45s cubic-bezier(0.4,0.0,0.2,1);
  }
  .mobile-open .mobile-trigger svg {
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
  }
  .mobile-open .mobile-trigger svg {
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
  }
  .mobile-open .hlJH0{
    -webkit-transform: rotate(45deg) translate(0px,5px);
    transform: rotate(45deg) translate(0px,5px);
  }
  .mobile-open .HBu6N{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
  }
  .mobile-open .cLAGQe{
    -webkit-transform: rotate(135deg) translate(0px,-5px);
    transform: rotate(135deg) translate(0px,-5px);
  }
  .mobile-open .custom-menu-primary {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    transition: left .5s cubic-bezier(0.4,0.0,0.2,1);
    left: 0;
    display: block;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    position: fixed;
    z-index: 70;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    -webkit-transition: left 0s .5s ,opacity .375s .125s cubic-bezier(0.4,0.0,1,1);
    transition: left 0s .5s ,opacity .375s .125s cubic-bezier(0.4,0.0,1,1);
    opacity: 0;
    left: -32px;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li{
    -webkit-transition: left .375s cubic-bezier(0.4,0.0,1,1) ,opacity .375s cubic-bezier(0.4,0.0,1,1);
    transition: left .375s cubic-bezier(0.4,0.0,1,1) ,opacity .375s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition-delay: 1.125s;
    transition-delay: 1.125s;
    left: 0;
    opacity: 1;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:first-child{
    -webkit-transition-delay: .125s;
    transition-delay: .125s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2){
    -webkit-transition-delay: .175s;
    transition-delay: .175s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3){
    -webkit-transition-delay: .225s;
    transition-delay: .225s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4){
    -webkit-transition-delay: .275s;
    transition-delay: .275s;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5){
    -webkit-transition-delay: .325s;
    transition-delay: .325s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6){
    -webkit-transition-delay: .375s;
    transition-delay: .375s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7){
    -webkit-transition-delay: .425s;
    transition-delay: .425s;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li .menu-link-wrap {
    width: 100%;
    padding: 0;
    padding-left: 36px;
    padding-right: 12px;
    padding-bottom: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-link-wrap>a {
    padding-bottom: 8px;
    padding-top: 8px;
    display: block;
    padding-left: 4px;
    white-space: normal;
  }

  .menu-link-wrap .child-trigger {
    bottom: 50%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    left: -36px;
    outline: none;
    padding-left: 12px;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    vertical-align: middle;
    width: 36px;
    left: 4px;
    top: -3px;
  }

  .menu-link-wrap .child-trigger>svg {
    height: 24px;
    width: 24px;
    transform: initial;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) .rgLkl {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    overflow: hidden;
    position: relative;
    display: none;
  }

  .menu-link-wrap .child-trigger.child-open .K4B8Y {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .K4B8Y, .MrYMx {
    transition: transform .25s cubic-bezier(0.4,0.0,0.2,1);
  }

  .menu-link-wrap .child-trigger.child-open .MrYMx {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-link-wrap .child-trigger:hover {
    color: rgba(33,33,33,1);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    padding-left: 60px;
    white-space: normal;
  }
  /* .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
  margin-top: -100%;

  display: none;
} */


  /* .custom-menu-primary .hs-menu-wrapper>ul>li.menu-open ul.hs-menu-children-wrapper {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
} */
  .header-overlay {
    -webkit-transition: opacity .5s ,width 0s .5s ,z-index 0s .5s;
    transition: opacity .5s ,width 0s .5s ,z-index 0s .5s;
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 0;
  }

  .mobile-open .header-overlay {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: .6;
    width: 100%;
    z-index: 60;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>ul.hs-menu-children-wrapper{
    display: block;
  }

}


@media only screen and (max-width: 479px){
  .header__logo a span {
    display: none;
  }
  .top_search_wrap {
    width: 100%;
    margin: 0 8px;
  }

  .top_search form {
    margin-left: 0;
  }

  .top_search form .U26fgb {
    display: none;
  }

  .top_search form input.hs-search-field__input {
    margin-left: 60px;
  }

  .back-btn {
    z-index: 9;
    left: -10px;
  }
  .home-header .mobile-trigger {
    top: 64px;
  }

  .home-header-top>div .hs_cos_wrapper {
    display: block;
  }

  .home-header-top {
    height: 96px;
    padding: 0 6px;
  }

  .home-header-top p {
    margin-top: 4px;
    margin-bottom: 12px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .home-header-top a {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .home-header header.header {
    top: 96px;
  }

  .home-header .mobile-trigger {
    top: 96px;
  }

  .home-page .custom-banner-area-wrap {
    margin-top: 96px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  -webkit-background-size: cover;
  background-size: cover;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.footer__container {
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
.footer__copyright {
  position: relative;
  padding-left: 3.75%;
  padding-right: 3.75%;
}
.footer__copyright {
  font-weight: 400;
  color: rgba(33,33,33,1);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 9pt;
  line-height: 1.2;
}
.footer__copyright>div {
  position: relative;
  width: 100%;
  padding: 8px;
  left: -1px;
}



@media only screen and (min-width: 480px){
  .footer__copyright {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media only screen and (min-width: 768px){
  footer.footer{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .footer__copyright {
    padding-left: 1.25%;
    padding-right: 1.25%;
  }
  .footer__container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media only screen and (max-width: 767px){
  footer.footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

.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-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/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-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;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

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

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #f2f2f2;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field { padding: 5px; overflow: hidden; overflow-x: auto;} 

}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 20px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #f2f2f2;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2em;
  line-height: 24px;
  text-indent: -2.2em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 15px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #f2f2f2;
  border-radius: 5px;
}

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

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.hs-search-field--open .hs-search-field__suggestions {
    background: #fff;
    border: none;
    left: 4px;
    position: relative;
    top: -2px;
}

.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: 35vw;
  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 0px;
}
.systems-page-inner {
  position: relative;
  padding: 8px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: 7px 10px;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  line-height: 24px;
}

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