/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "mfn-icons";
  src: url("https://7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/CharmingTrim_August2020/fonts/mfn-icons.eot") format("embedded-opentype"),
    url("//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/Fonts/mfn-icons.woff") format("woff"),
      url("//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/Fonts/mfn-icons.ttf") format("truetype"),
        url("//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/Fonts/mfn-icons.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }
@font-face {
  font-family: "revicons";
  src: url("https://7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/CharmingTrim_August2020/fonts/revicons.eot") format("embedded-opentype"), 
    url("//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/Fonts/revicons.woff") format("woff"), 
      url("//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/Fonts/revicons.ttf") format("truetype"),
        url("//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/Fonts/revicons.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

html {

}

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

  line-height: 1.35;

  -webkit-font-smoothing: antialiased;
}

::selection {
  background-color: #d50032;
  color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

}

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {

}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
blockquote {
  border-left: none !important;
  quotes: none;
  font-size: 17px;
  line-height: 31px;
  display: block;
  height: auto;
  margin: 0 0 35px 25px;
  top: 15px;
  position: relative;
  background: url(//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/images/textline.png) repeat-y;
  color: #444;
  font-family: "Arial",Arial,Tahoma,sans-serif;
}

blockquote:before {
  content: "";
}

blockquote:after {
  content: '\e909';
  font-family: "mfn-icons";
  font-size: 65px;
  position: absolute;
  left: -25px;
  top: -10px;
  color: rgba(0,0,0,.1);
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;

}

.disable-focus-styles :focus {
  outline: none;
}


@media (max-width: 959px){
  body {
    line-height: 20px;
  }
}

@media (max-width: 767px){

  body {
    line-height: 19px;
  }
}

@media (max-width: 479px){
  body {
    line-height: 19px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
      position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    font-family: "Work Sans",Arial,Tahoma,sans-serif;
    border: 1px solid #969696;
    border-radius: 0;
    color: #515151;
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0px;
    white-space: normal;
}

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

  color: #fff;
}

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
form {
    margin-bottom: 20px;
    padding: 30px;
}
.hs-form-field {
    margin-bottom: 18px;
}

div#hs-search-module form {}

div#hs-search-module form input {
    margin-bottom: 18px;
}
.hs-form label {
    font-size: 18px;
    font-weight: 100;
  
    font-size: inherit;
}
.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  
    height: 37px;
    font-size: 13px;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
    font-family: "Work Sans",Arial,Tahoma,sans-serif;
    border: 1px solid #969696;
    border-radius: 0;
    color: #515151;
    width: 100%;
  
    line-height: normal;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin: 10px 0px;
    font-size: inherit;
    line-height: inherit;
    color: red;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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


.hs-input 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:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

/* opportunity-css */

.container-fluid.hs-opportunity-page-row1 {}

.hs-opportunity-page .dnd-section .widget-type-cell {
  padding: 0;
  /* margin: 0 1%; */
}

.hs-opportunity-page-row1 {
  padding-top: 10px;
  padding-bottom: 35px;
  background-color: #f1f1f1;
}

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

.dnd-section>.row-fluid > div {}

.hs-opportunity-page-row1 div.hs_cos_wrapper {
  max-width: 66.666667%;
  margin: 0 auto !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 35px;
}
.klm-cta-fr a.cta_button { font-size: 18px;line-height:1.4;text-align: center !important;Font-weight: 300 !important; border: 2px #d50032 solid !important; padding: 6px 18px !important; color: #d50032 !important; display: inline-block !important; font-family: Work Sans !important; }
.klm-feature-kjh h1:after { content: ""; width: 30px; height: 5px; position: absolute; background: black; margin-top: 45px; left: calc(50% - 15px); }

.hs-opportunity-page-row1 h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #000000;
  display: block;
}

.hs-opportunity-page-row1 h1 a {
  color: #000000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.hs-opportunity-page-row1 h1:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 45px;
  left: calc(50% - 15px);
}

.hs-opportunity-page-row1 p {
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 35px;
}
.container-fluid.hs-opportunity-page-row2 {}

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

.hs-opportunity-page-row2 {}

.hs-opportunity-page-row2 div.hs_cos_wrapper {
  max-width: 66.666667%;
  margin: 0 auto !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-top: 35px;

  padding-left: 12px;
}

.hs-opportunity-page-row2 {
  padding-top: 10px;
  padding-bottom: 25px;
}

.hs-opportunity-page-row2 h4 {
  text-align: center;
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1em;
  font-size: 100%;
  padding: 0 .8em;
  position: relative;
  padding: 0;
  margin-bottom: 35px;
}

.hs-opportunity-page-row2 h4:before {
  content: "";
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: absolute;
  top: 53%;
  right: auto;
  width: 36.5%;
  left: -4px;
  border-color: #ebebeb;
}

.hs-opportunity-page-row2 h4:after {
  content: "";
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: absolute;
  top: 53%;
  width: 37.5%;
  left: auto;
  border-color: #ebebeb;
  right: -10px;
}

.hs-opportunity-page-row2 ul {
  padding: 0;
  list-style: disc outside;
  margin: 0 0 15px 30px;
  color: #737e86;
}

.hs-opportunity-page-row2 ul li {
  margin-bottom: 10px;
}

.hs-opportunity-page-row2 h4 {
  left: 2px;
}

.hs-opportunity-page-row2 p {
  margin: 0 0 15px;
}
.hs-opportunity-page-row2 ul {
  padding: 0;
  list-style: disc outside;
  margin: 0 0 15px 30px;
  color: #737e86;
}

.hs-opportunity-page-row2 ul li {
  margin-bottom: 10px;
}

.hs-opportunity-page-row2 h4 {
  left: 2px;
}

.hs-opportunity-page-row2 p {
  margin: 0 0 15px;
}

.hs-opportunity-page-row3 {}

.hs-opportunity-page-row3 {
  background-color: #f1f1f1;
  height: 50px;
}

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

.hs-opportunity-page-row2 {
  padding-bottom: 45px;
}


@media(max-width:959px){
  .hs-opportunity-page-row1 h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }

  .hs-opportunity-page-row2 div.hs_cos_wrapper{

    padding-left: 10px;
  }

}



@media(max-width:767px){
  .hs-opportunity-page-row1 div.hs_cos_wrapper {
    max-width: 100%;
  }

  .hs-opportunity-page-row1 .dnd-section>.row-fluid {
    padding: 0;
    padding-left: 20.5px;
    padding-right: 20.5px;
  }
  .hs-opportunity-page-row1 h1 {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .hs-opportunity-page-row1 div.hs_cos_wrapper {
  }

  .hs-opportunity-page-row1 {
    padding-bottom: 70px;
    padding-top: 45px;
  }

  .hs-opportunity-page-row2 .dnd-section>.row-fluid {
    padding: 0;

  }

  .hs-opportunity-page-row2 div.hs_cos_wrapper {
    max-width: 100%;
  }

  .hs-opportunity-page-row2 {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .hs-opportunity-page-row2 div.hs_cos_wrapper {
    padding-left: 15px;
  }

  .klm-cta-fr a.cta_button { font-size: 16px;}

}


@media(max-width:479px){
  .hs-opportunity-page-row1 h1 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hs-opportunity-page-row2 .dnd-section>.row-fluid {
    padding-left: 20.5px;
    padding-right: 20.5px;
  }

  .hs-opportunity-page-row2 h4 {
    left: -1px;
  }

  .hs-opportunity-page-row2 h4:before {
    width: 34.5%;
  }

  .hs-opportunity-page-row2 h4:after {
    width: 37.5%;
    width: 34.5%;
  }
}


/* postfolio-page-css */


.banner.image-width-full {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: inherit;
  z-index: 20;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 500px;
}

.banner.image-width-cnt .bg_img {
  background-size: contain;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: inherit;
  z-index: 20;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 500px;
  object-fit:cover;
}
.banner-section .dnd-section>.row-fluid {
  max-width: 100% !important;
}
.hs-portfolio-page {}

.hs-portfolio-page .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}

.hs-portfolio-page .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

/* .hs-portfolio-page-row2 {
padding-top: 50px;
padding-bottom: 70px;
} */

.hs-portfolio-page-row2 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-portfolio-page h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 100 !important;
  letter-spacing: 0px;
  color: #000000;
}

.hs-portfolio-page h1:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 45px;
  left: calc(50% - 15px);
}

.hs-portfolio-page p {
  margin: 0 0 15px;
}

.hs-portfolio-page h5 {
  margin: 0;
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
}

.hs-portfolio-page-row3 {

  padding-bottom: 10px;
  background-color: #f1f1f1 ;
}


.content-with-image-wrap-outer {
  margin-bottom: 13px;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 1%;
}
.klm-cont-center-se { display: flex; flex-wrap: wrap; justify-content: center; }
.content-with-image-wrap {
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 0; 
}

.content-with-image-wrap-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.content-with-image-wrap-inner:after,.content-with-image-wrap-inner:before {
  content: " ";
  display: table;
}

.content-with-image-wrap .content-with-img {
  margin-bottom: 35px;
}

.content-with-image-wrap .content-with-img figure {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;width: 100%;
}

.content-with-image-wrap .content-with-img figure .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin: 0;width:100%; 
}

.content-with-image-wrap .content-with-img figure .vc_single_image-wrapper img {
  vertical-align: top;
  max-width: 100%;
  height: auto;width:100%; 
  
}

.content-with-image-wrap-inner h5 {
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: -20px !important;
  text-align: left;
}

.content-with-image-wrap-inner p {
  margin: 0 0 15px;
  font-weight: 100;
  font-size: 11pt;
  line-height: 1.5;
  text-align: left;
}



.hs-portfolio-page-row4 .dnd-section {
  background-color: #f1f1f1;
}

.products-gallery-wrapper-inner {
  margin-right: -30px;
}

.products-gallery-item {
  position: relative;
  min-height: 1px;
  width: 25%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  padding: 0;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 30px;
  display: block;
  display: inline-block;

  float: left;
}

.vc_gitem-animated-block {
  position: relative;
}

.vc_gitem-animated-block .vc_gitem-zone {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.vc_gitem-animated-block .vc_gitem-zone:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.vc_gitem-animated-block .vc_gitem-zone .vc_gitem-link {
  border-bottom: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.copyright {
  font-weight: 100;
}
.vc_gitem-zone-mini {
  box-sizing: border-box;
  padding: inherit;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hs-portfolio-page .main-content-wrapper {
  margin-bottom: 140px;
}
.hs-portfolio-page-row4 .dnd-section{
  padding-top: 58px;
  padding-bottom: 175px;
}


.hs-portfolio-page-row4 h1 {
  margin-bottom: 47px;
}
.products-gallery-wrapper {
  margin-top: 0;
}
.hs-portfolio-page-row4 .dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}


.hs-portfolio-page {}

.hs-portfolio-page h6 {
  margin: 0;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  color: black;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.hs-portfolio-page h6:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 35px;
  left: calc(50% - 15px);
}

.hs-portfolio-page h2 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.container-fluid.hs-portfolio-page-row2 {}

.hs-portfolio-page-row2 figure {
  margin: 0;
  position: relative;
  float: left;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.hs-portfolio-page-row2 figure > span {
  font-size: 14px;
  text-align: center;
  margin: 0 0 15px;
  display: block;
  letter-spacing: normal;
  line-height:24px;
}

.hs-portfolio-page-row2 figure ul {
  list-style: disc outside;
  margin: 0 0 15px 30px;
  color: #737e86;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.hs-portfolio-page-row2 figure ul li {
  list-style: none;
  color: #111;
  text-align: center;
  margin: 0;
  line-height: 90%;
  font-size: 16px;
  margin-bottom: 10px;
}

.hs-portfolio-page-row2 figure ul li:last-child {
  margin-bottom: 0;
}

.hs-portfolio-page-row2 figure ul li:last-child {
  margin-bottom: 0;
}

.hs-portfolio-page-row2 figure:last-child {
  padding-right: 0;
}

.hs-portfolio-page-row2 figure:first-of-type {
  padding-left: 0;
}





.hs-portfolio-page-row2 .span4 {
  margin: 0;
  position: relative;
  float: left;
  width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.hs-portfolio-page-row2 .span4 > div.hs_cos_wrapper {max-width: 100%;padding: 0;margin: 0;}

.container-fluid.hs-portfolio-page-row2 {}

.hs-portfolio-page-row2 .row-fluid-wrapper:last-of-type {}

.row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {}

.hs-portfolio-page-row2 .span4 p {
  font-size: 14px;
  text-align: center;
}

.hs-portfolio-page-row2 .span4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #737e86;
}

.hs-portfolio-page-row2 .span4 ul li {
  list-style: none;
  color: #111;
  text-align: center;
  margin: 0;
  line-height: 90%;
  font-size: 16px;
  margin-bottom: 10px;
}
.hs-portfolio-page-row2 .dnd-row:nth-child(2) {
  max-width: calc(66.66666667% + 1%);
  margin: 0 auto;
}
.hs-portfolio-page-row4 .row-fluid [class*="span"] {
  min-height: 1px;
}


@media(max-width:1199px){
  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 477px;
  }

}

@media(max-width:1023px){
  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 405px;
  }
}


@media(max-width:959px){
  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 380px;
  }

  .hs-portfolio-page h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }

  .hs-portfolio-page h5 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .hs-portfolio-page h6 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }


  .hs-portfolio-page h2 {

    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }

}


@media(max-width:768px){
  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 303px;
  }
}


@media(max-width:767px){
  .DND_banner-row-0-force-full-width-section > .row-fluid {
    padding: 0 !important;
  }

  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 302px;
  }

  .hs-portfolio-page-row2 div.hs_cos_wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-portfolio-page h1 {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .hs-portfolio-page h5 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .hs-portfolio-page h6 {

    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .hs-portfolio-page h2 {

    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .content-with-image-wrap {
    width: 100%;
  }

  .hs-portfolio-page-row4 h1:before,.hs-portfolio-page-row4 h1:after {
    content: "";
  }

  .hs-portfolio-page-row4 .dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-portfolio-page-row3 h1 {
    padding-bottom: 3px;
  }

  .hs-portfolio-page-row4 h1 {
    margin: 0;
    padding-bottom: 40px;
  }

  .products-gallery-item {
    width: 100%;
    padding-right: 0;
  }
  .products-gallery-wrapper-inner {
    margin-right: 0;
  }
  .hs-portfolio-page-row2 figure,.hs-portfolio-page-row2 .span4 {
    padding: 0;
    width: 100%;
    margin-bottom: 35px;
  }

  .hs-portfolio-page-row2 figure:last-child {
    margin-bottom: 0;
  }
  .hs-portfolio-page-row4 .dnd-section > .row-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}


@media(max-width:479px){
  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 186px;
  }

  .hs-portfolio-page h1 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hs-portfolio-page h5 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
  }
  .hs-portfolio-page h6 {

    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .hs-portfolio-page h2 {

    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hs-portfolio-page-row3 h1 {
    padding-bottom: 17px;
    margin: 0;
  }

  .hs-portfolio-page-row4 h1 {
    padding-bottom: 40px;
  }
}


@media(max-width:320px){
  .banner.image-width-full,.banner.image-width-cnt .bg_img  {
    height: 129px;
  }
}



/* hs-inspiration-page */


.hs-inspiration-page {}

.hs-inspiration-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-inspiration-page .dnd-section .widget-type-cell {
  padding: 0;
}

.hs-inspiration-page  h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 0px;
}

.hs-inspiration-page-row1 h1:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 45px;
  left: calc(50% - 15px);
}

.container-fluid.hs-inspiration-page-row1 {}

.hs-inspiration-page p {
  margin: 0 0 15px;
}

.container-fluid.hs-inspiration-page-row1 {}

.hs-inspiration-page-row1 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-inspiration-page-row1 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.hs-inspiration-page-row1 h1 {
  padding-bottom: 25px;
}

.container-fluid.hs-inspiration-page-row-vid {}

iframe {}

.hs-inspiration-page-row-vid div.hs_cos_wrapper {
  padding-left: 10px;
  padding-right: 12px;
}

.hs-inspiration-page-row-vid {
  padding-bottom: 71px;
}

.container-fluid.hs-inspiration-page-row2 {}

.hs-inspiration-page-row2 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-inspiration-page-row2 p:first-child {
  margin-bottom: 70px;
}

.hs-inspiration-page-row2 h4 {
  margin: 0;
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1em;
  font-size: 100%;
  position: relative;
}

.hs-inspiration-page-row2 h4:before {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  width: 38%;
  border-top-style: dashed;
  border-color: #ebebeb;
  position: absolute;
  left: 0;
  right: auto;
  content: "";
  top: 50%;
}

.hs-inspiration-page-row2 h4:after {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  width: 38%;
  border-top-style: dashed;
  border-color: #ebebeb;
  position: absolute;
  left: auto;
  right: 0;
  content: "";
  top: 50%;
}


.hs-inspiration-page-row2 h4:nth-child(2) {
  margin-bottom: 10px;
}

.hs-inspiration-page-row2 h4:nth-child(2) {}

.hs-inspiration-page-row2 h4:last-of-type {
  margin-bottom: 10px;
}

.hs-inspiration-page-row2 h4:last-of-type::before {
  width: 41%;
}

.hs-inspiration-page-row2 h4:last-of-type::after {
  width: 41%;
}

.hs-inspiration-page-row2 p:nth-child(3) {
  margin: 0 0 35px;
}

.hs-inspiration-page-row2 p:nth-child(4) {
  margin: 0 0 35px;
}

.hs-inspiration-page-row2 h4:nth-child(4) {
  margin-bottom: 10px;
}

.hs-inspiration-page-row2 p:nth-child(5) {
  margin: 0 0 35px;
}

.container-fluid.hs-inspiration-page-row2 {}

.hs-inspiration-page-row2 form {
  margin: 0;
  padding: 0;
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}

.hs-inspiration-page-row2  .hs-form label {
  margin: 0;
}

.hs-inspiration-page-row2 span.hs-form-required {
  display: none;
}

.hs-inspiration-page-row2 fieldset {
  max-width: 100% !important;
}

.hs-inspiration-page-row2 .hs-form-field {
  margin-bottom: 3px;
}

.hs-inspiration-page-row2 .hs-input {
  font-size: 13px;
  max-width: 100%;
  display: block;
  padding: 10px;
  outline: none;
  margin: 0;
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  background: 0 0;
  border: 1px solid #969696;
  border-radius: 0;
  color: #515151;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
}

.hs-inspiration-page-row2 .hs-input:focus {
  border-color: #969696;
  color: #f1f1f1;
  background-color: #969696;
}

.hs-inspiration-page-row2 input.hs-button.primary.large {
  margin: 0;
  margin-top: 6px;
}

.hs-inspiration-page-row2 .hs-input::placeholder {

}

.hs-inspiration-page-row2 {

  padding-bottom: 156px;
}

.hs-inspiration-page-row2 textarea {
  min-height: 172px;
}

.hs-inspiration-page-row2 p a:hover {
  text-decoration: underline;
}
@media(max-width:959px){
  .hs-inspiration-page h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }
}


@media(max-width:767px){
  .hs-inspiration-page h1 {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .hs-inspiration-page-row1 div.hs_cos_wrapper {
    max-width: 100%;
  }

  .hs-inspiration-page-row-vid div.hs_cos_wrapper {
    padding: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .hs-inspiration-page-row2 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .hs-inspiration-page-row-vid {
    padding-bottom: 53px;
  }

  .hs-inspiration-page-row2 .hs-input {
    max-width: 100%;
  }

  .hs-inspiration-page-row2 .input {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hs-inspiration-page-row2 .hs-form-field {
    width: 100% !important;
  }
}


@media(max-width:479px){
  .hs-inspiration-page h1 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hs-inspiration-page-row1 h1 {
    padding-top: 1p;
    padding-top: 1px;
  }

  .hs-inspiration-page-row1 div.hs_cos_wrapper {
    padding: 0;
    padding-right: 4px;
    position: relative;
    left: 2px;
  }

  .hs-inspiration-page-row2 h4:before {
    width: 34%;
  }

  .hs-inspiration-page-row2 h4:after {
    width: 34%;
  }

  .hs-inspiration-page-row2 h4:last-of-type::before {
    width: 38%;
  }

  .hs-inspiration-page-row2 h4:last-of-type::after {
    width: 38%;
  }
}




/* digital-home-page-css */
.hs-digital-home-page .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}

.hs-digital-home-page .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.hs-digital-home-row1 {
  background-color: #f1f1f1;
}

.hs-digital-home-page {}

.hs-digital-home-page h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #000000;
}

.hs-digital-home-page h1 a {
  color: #000000;
}

.hs-digital-home-page h1:after {  
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 45px;
  left: calc(50% - 15px);
}

.hs-digital-home-row1 {
  padding-top: 45px;
  padding-bottom: 55px;
}

.hs-digital-home-row1 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;

  padding-left: 15px;
  padding-right: 15px;
}

.hs-digital-home-page {}

.hs-digital-home-page p {
  margin: 0 0 15px;
}

.hs-digital-home-row2 {
  padding-top: 45px;
  padding-bottom: 94px;
}

.hs-digital-home-row2 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.hs-digital-home-row2 .hs-responsive-embed-wrapper {padding-top: 26px !important;}

.hs-digital-home-row3 {
  background-color: #f1f1f1;
  padding-top: 45px;
  padding-bottom: 52px;
}

div#hs_cos_wrapper_widget_1597635470593 {}

.hs-digital-home-row3 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-digital-home-row3 figure {
  margin: 0;
}

.hs-digital-home-row3 figure p {margin: 0;}

.hs-digital-home-row3 figure p img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.hs-digital-home-row4 {
  padding-top: 45px;

  padding-bottom: 75px;
}

.hs-digital-home-row4 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-digital-home-row4 .slider-wrap {margin-top: 26px;}

.hs-digital-home-row4 .slider-wrap .content-wrapper {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.hs-digital-home-row4 .slider-wrap .content-wrapper button.slick-prev.slick-arrow {
  display: none !important;
}

.hs-digital-home-row4 .slider-wrap .content-wrapper ul.slick-dots {
  display: none !important;
}

.hs-digital-home-row4 .slider-wrap .content-wrapper button.slick-next.slick-arrow {
  display: none !important;
}

.slide-content-wrap {
  margin: 0 auto;
}
.hs-digital-home-row5 {
  padding-top: 50px;
}

.hs-digital-home-row5 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-digital-home-row5 p:nth-child(2) {
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 35px;
}

.hs-digital-home-row5 h4 {
  margin: 0;
  color: #444;
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1em;
  font-size: 100%;}

.hs-digital-home-row5 h4:nth-child(3) {
  margin-bottom: 10px;
}

.hs-digital-home-row5 h4:nth-child(5) {
  margin-top: 35px;
  margin-bottom: 10px;
}

.hs-digital-home-row5 h4:nth-child(7) {
  margin-top: 35px;
  margin-bottom: 10px;
}

.hs-digital-home-row5 form {
  padding: 0;
  margin: 0;
  background-color: transparent;
  max-width: 100%;
  margin-top: 20px;
}
.hs-digital-home-row4 .slider-wrap .content-wrapper img {
  margin: 0 auto;
}
.hs-digital-home-row5 form fieldset {
  max-width: 100% !important;
}

.hs-digital-home-row5 form .hs-form-field {
  margin: 0;
  width: 100% !important;
  margin-bottom: 3px;
}

.hs-digital-home-row5 .hs-form label {
  margin: 0;
}

.hs-digital-home-row5 form span.hs-form-required {
  display: none !important;
}

.hs-digital-home-row5 form .input {
  margin-right: 0px !important;
}

.hs-digital-home-row5 form .hs-input {
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.hs-digital-home-row5 {
  background-color: #f1f1f1;
}
.hs-digital-home-row5 form .hs-input {
  padding: 10px;
  border-color: rgba(0,0,0,.08);
  background-color: #fff;
  color: #626262;
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
     width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
}

.hs-digital-home-row5 form .hs-input::placeholder {
  color: #626262;
}

.hs-digital-home-row5 form textarea {
  min-height: 172px;
}

.hs-digital-home-row5 form input.hs-button.primary.large {
  margin: 0;
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
  background-color: #d50032;
  color: #fff;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: inherit;
}

.hs-digital-home-row5 form .hs-input:focus {
  background-color: #E9F5FC;
  border-color: #d5e5ee;
  color: #1982c2;
}

.hs-digital-home-row5 {
  padding-bottom: 37px;
}

@media(max-width:959px){
  .hs-digital-home-page h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }

}


@media(max-width:767px){
  .hs-digital-home-page h1 {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }

  .hs-digital-home-row1 {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .hs-digital-home-row1 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
    padding-right: 2px;
    position: relative;
    left: 1px;
  }

  .hs-digital-home-row2 {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .hs-digital-home-row2 div.hs_cos_wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hs-digital-home-row3 {
    padding-top: 80px;
    padding-bottom: 91px;
  }

  .hs-digital-home-row3 div.hs_cos_wrapper {
    max-width: 100%;
  }

  .hs-digital-home-row4 {
    padding-top: 79px;
    padding-bottom: 112px;
  }

  .hs-digital-home-row4 div.hs_cos_wrapper {
    max-width: 100%;
  }

  .hs-digital-home-row4 .slider-wrap {
    margin-top: 36px;
  }

  .hs-digital-home-row5 {
    padding-top: 85px;
    padding-bottom: 70px;
  }

  .hs-digital-home-row5 div.hs_cos_wrapper {
    max-width: 100%;
  }

}


@media(max-width:479px){
  .hs-digital-home-page h1 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }


}



/* hs-products-page */

.hs-products-page {}

.hs-products-page .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-products-page .widget-type-cell {
  padding-right: 0;
  padding-left: 0;
}

.hs-products-page h1 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #000000;
}

.hs-products-page h1:after {
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 45px;
  left: calc(50% - 15px);
}

.hs-products-page p {
  margin: 0 0 15px;
}

.hs-products-page-row1 {
  padding-top: 35px;
  padding-bottom: 55px;
}

.hs-products-page-row1 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

div#hs_cos_wrapper_widget_1597660393699 {}

.hs-products-page-row1 p:nth-child(2) {
  margin-top: 60px;
  display: inline-block;
  margin-bottom: 35px;
}

.hs-products-page h5 {
  margin: 0;
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
}

.hs-products-page-row1 p:nth-child(4) {
  margin-top: 45px;
}

.hs-products-page-row1 p:nth-child(5) {
  margin-bottom: 35px;
}

.hs-products-page-row1 p:nth-child(7) {
  margin-top: 45px;
}

.container-fluid.hs-products-page-row2 {}

.hs-products-page-row2 .content-with-image-wrap-outer {
  margin-top: 25;
}

.hs-products-page-row2 .content-with-image-wrap .content-with-img {
  display: inline-block;
  margin-bottom: 57px;
}

.hs-products-page-row2 .content-with-image-wrap-outer:nth-child(2) {}

.hs-products-page-row2 h1 {
  display: block;
  padding-bottom: 37px;
}

.hs-products-page-row2 {
  padding-bottom: 53px;
}

.container-fluid.hs-products-page-row3 {}

.hs-products-page-row3 h1 {
  display: block;
  padding-bottom: 61px;
}

.hs-products-page-row3 div.hs_cos_wrapper {
  padding-left: 12px;
  padding-right: 12px;
}

.hs-products-page-row2 div.hs_cos_wrapper {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}



.portfolio_wrapper {}

.portfolio_wrapper ul.portfolio_group {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none outside;
}

.portfolio_wrapper ul li.portfolio-item {
  z-index: 2;
  list-style: none!important;
  float: left;
  background: none!important;
  margin: 0 1% 20px;
  width: 22.99%;
}

.portfolio-item-fw-bg {}

.portfolio_group .portfolio-item .list_style_header {
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  min-height: 46px;
  padding-right: 275px;
}

.portfolio_group .portfolio-item .list_style_header h3 {
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 0;
  margin-top: 7px;
}

.portfolio_group .portfolio-item .list_style_header h3 a {
  color: #444;
}

.portfolio_group .portfolio-item .list_style_header .links_wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.portfolio_group .portfolio-item .image_frame {
  display: block;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #f8f8f8;
  width: 100%;
  margin-bottom: 0;
}

.portfolio_group .portfolio-item .image_frame .image_wrapper {
  position: relative;
  overflow: hidden;
  border-color: #e2e2e2;
}

.portfolio_group .portfolio-item .image_frame .image_wrapper a {
  display: block;
  display: block;
  font-size: 25px;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

.image_frame .image_wrapper .mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.image_frame .image_wrapper .mask, .edd_download_image:after {
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
  box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
}

.image_frame .image_wrapper .mask:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(255,255,255,.4);
}

.image_frame .image_wrapper img:not(.ls-l) {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom: -15px!important;
  max-width: 100%;
  height: auto;
}

.image_frame .image_wrapper .image_links {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 4;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(219,33,60,.8);
}

.image_frame .image_wrapper .image_links a {}

.image_frame .image_wrapper .image_links a {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.image_frame .image_wrapper .image_links a {
  color: #fff;
}

.image_frame .image_wrapper .image_links.double a {
  width: 50%;
  display: block;
  float: left;
}

.image_frame .image_wrapper .image_links.double a:first-child {
  -webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
  box-shadow: inset -1px 0 0 0 rgba(255,255,255,.2);
}

[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none!important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.icon-search:before {
  content: '\e91b';
}

.icon-link:before {
  content: '\e8c2';
}

.portfolio_group .portfolio-item .desc {
  padding: 20px;
  background: #fff;
  overflow: hidden;
}

.portfolio_group .portfolio-item .desc .title_wrapper {
  position: relative;
  padding-right: 43px;
}

.portfolio_group .portfolio-item .desc .title_wrapper {
  padding-right: 0;
}

.portfolio_group .portfolio-item .desc .title_wrapper h5 {
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.portfolio_group .portfolio-item .desc .title_wrapper h5 a {
  color: #444;
}

.portfolio_group .portfolio-item:first-child .list_style_header .links_wrapper a.portfolio_prev_js {
  display: none;
}

.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img {
  top: -15px;
}

.image_frame:hover .image_wrapper .image_links, .image_frame.hover .image_wrapper .image_links {
  bottom: 0;
}

.image_frame:hover .image_wrapper .mask:after, 
.image_frame.hover .image_wrapper .mask:after {
  opacity: 1;
}
.portfolio_group .portfolio-item .image_frame .image_wrapper > a {
  line-height: 0;
}
.image_frame .image_wrapper .image_links a:hover {
  background: #fff;
  color: #d50032;
}
.hs-products-page-row4 {
  padding-top: 80px;

  padding-bottom: 39px;
}
.products-gallery-wrapper {
  padding: 0 1%;
}
.products-gallery-wrapper {
  padding-bottom: 25px;
}
.hs-products-page-row3 .products-gallery-wrapper {
  padding: 0;
}
.content-with-image-wrap-outer.count-2 {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 22px;
}
@media (max-width: 959px){
  .hs-products-page h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }

  .hs-products-page h5 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }
  .portfolio_wrapper ul li.portfolio-item{
    width: 31.33%;

  }

  .portfolio_group .portfolio-item .desc .title_wrapper h5 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }

}


@media(max-width:767px){
  .hs-products-page h1 {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .hs-products-page-row3 div.hs_cos_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-products-page-row1 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }
  .content-with-image-wrap-outer.count-2 {
    display: block;
  }
  .hs-products-page-row1 {
    padding-top: 36px;
  }

  .hs-products-page h5 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .hs-products-page-row1 p:nth-child(2) {
    margin-bottom: 37px;
  }

  .hs-products-page-row2 .content-with-image-wrap .content-with-img {
    display: block;
  }

  .portfolio_wrapper ul li.portfolio-item {
    width: 100%!important;
    margin: 0 0 20px!important;
    float: none;
  }

  .portfolio_group .portfolio-item .desc .title_wrapper h5 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }
}



@media(max-width:479px){
  .hs-products-page h1 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .hs-products-page h5 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .portfolio_group .portfolio-item .desc .title_wrapper h5 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
  }

}




/* home-page-css */
.hs-home-page {}

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

.hs-home-page .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

.home-banner-outer-wrap-inner {
  overflow: hidden;
  position: relative;
}

.home-banner-outer-wrap-inner .slick-dotted.slick-slider {
  margin: 0;
}

.home-banner-outer-wrap-inner .home-banner {
  background-size: contain;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: inherit;
  z-index: 20;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;

  display: flex !important;
  align-items: center;
  justify-content: center;
}

.container-fluid.hs-home-page-row1 {}

.hs-home-page-row1 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
}

.home-banner-outer-wrap {
  width: 100%;
}

.home-banner-outer-wrap h1 {
  margin: 0;
  font-family: "Work Sans";
  font-size:40px;
  font-weight: 300;
  letter-spacing: normal;
  line-height:48px;
  color: rgb(0, 0, 0);
}

.home-banner-outer-wrap-inner .home-banner ul.slick-dots {}

.home-banner-outer-wrap-inner ul.slick-dots {
  opacity: 1;
  width: auto;
  height: 13px;
  transform: translate(-54px, -46px);
 
  left: 50%;
}

.home-banner-outer-wrap-inner ul.slick-dots li {
  color: red;
  margin: 0;
}

.home-banner-outer-wrap-inner ul.slick-dots li button:before {
  color: #e5e5e5;
  opacity: 1;
  font-size: 50px;
/*   width: 55px;
  height: 55px; */
}

.slick-dots li button {
  padding: 0;
}

.home-banner-outer-wrap-inner ul.slick-dots li.silck-active {}

.home-banner-outer-wrap-inner ul.slick-dots li.slick-active button:before {
  color:#7c7c7c;
}

.hs-home-page-row2 {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 35px;
}

.hs-home-page {}

.hs-home-page h6 {
  margin: 0;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: black;
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}

.hs-home-page h6:after {

  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  left: calc(50% - 15px);
  margin-top: 35px;

}

.hs-home-page-row2 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-home-page {}

hs-home-page p {}

.hs-home-page p {
  margin: 0 0 15px;
}

.hs-home-page-row3 {
  padding-top: 50px;
}

.hs-home-page h1 {
  margin-bottom: 15px;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-size: 35px;
  line-height: 34px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #000000;
}

.hs-home-page h1 a {
  color: inherit;
}

.hs-home-page h1:after {

  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  background: black;
  margin-top: 45px;
  left: calc(50% - 15px);
}

.hs-home-page-row3 h1 {
  padding-bottom: 36px;
}

.hs-home-page-row3 div.hs_cos_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-home-page-row3 .products-gallery-wrapper {}

.hs-home-page-row3 .products-gallery-wrapper .products-gallery-title-wrap {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 100%;
  text-align: right;
  font-size: 15px;
  background: none !important;
  z-index: 10;
  
    right: 0;
}

.hs-home-page-row3 .products-gallery-title-wrap-inner {
  box-sizing: border-box;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-right: 14px;
}

.hs-home-page-row3 .products-gallery-title-wrap-inner .titoo {
  font-size: 20px !important;
  text-transform: uppercase;
  line-height: 21px;
  color: white;
  width: 60%;
  float: right;
  font-weight: 400;
}

.hs-home-page-row4 {
  background-color: #f1f1f1;
  padding-top: 50px;
}

.hs-home-page-row3 {
  
    padding-bottom: 62px;
}

.hs-home-page-row4 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-home-page-row4 h1 {
  padding-bottom: 25px;
}

.hs-home-page-row4 figure {
  margin: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-home-page-iconrow {
  background-color: #f1f1f1;
  padding-top: 9px;
  padding-bottom: 55px;
}

.container-fluid.hs-home-page-iconrow {}

.hs-home-page-iconrow > .row-fluid-wrapper {
  max-width: 1004px;
  margin: 0 auto;
}

.hs-home-page-iconrow .dnd-section>.row-fluid {
  max-width: 66.66666667%;
  margin: 0 auto;
}

.hs-home-page-iconrow .span3 {
  width: 25%;
  float: left;
  margin: 0;
  text-align: center;
}

.hs-home-page-iconrow .span3 figure {
  margin: 0;
}

.hs-home-page-iconrow .span3 figure img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.hs-home-page-iconrow .span3 p {
  margin: 0;
  font-weight: 700;
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
}

.container-fluid.hs-home-page-row5 {}

.hs-home-page-row5 .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-home-page-row5 .home-banner-outer-wrap-inner .home-banner {
  background-size: cover;
}

.hs-home-page-row5 .home-banner-outer-wrap-inner h1:after {
  display:none;
}

h1 {}

.container-fluid.hs-home-page-row6 {}

.hs-home-page-row6 {
  padding-top: 51px;
  padding-bottom: 34px;
}

.hs-home-page-row6 div.hs_cos_wrapper {
  max-width: 50%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-home-page-row6 h1 {
  padding-bottom: 25px;
}

.container-fluid.hs-home-page-row7 {}

.hs-home-page-row7 .dnd-section>.row-fluid {
  max-width: 100%;
}

.hs-home-page-row7 .home-banner-outer-wrap-inner .home-banner {}

.home-banner.slick-slide.slick-current.slick-active {
  background-size: cover;
}

.hs-home-page-row7 .home-banner-outer-wrap-inner .home-banner h1:after {
  display:none;
}

.home-banner-outer-wrap-inner button.slick-prev.slick-arrow {
  position: absolute;
  display: block;
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0);
  opacity: 1;
  transform: translate(20px, -25px);
  top: 50%;
  left: 0px;
}

.home-banner-outer-wrap-inner button.slick-prev.slick-arrow:before {
  content: no-close-quote;
  content: none;

  text-align: center;

  font-family: "revicons";

  display: block;

  color: #f1f1f1;

  content: '\e824';

  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home-banner-outer-wrap-inner button.slick-next.slick-arrow {
  position: absolute;
  display: block;
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0);
  opacity: 1;
  transform: translate(-70px, -25px);
  top: 50%;
  left: 100%;
}

.home-banner-outer-wrap-inner button.slick-next.slick-arrow:before {
  content:none;
  text-align: center;
  display: block;
  font-family: "revicons";
  color: #f1f1f1;
  content: '\e825';
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.hs-home-page-row8 {}

.hs-home-page-row8 {
  padding-top: 51px;
  padding-bottom: 40px;
}

.hs-home-page-row8 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hs-home-page-row8 p:nth-child(2) {
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 0;
  
    font-size: inherit;
}

.hs-home-page-row8 figure:nth-child(3) {
  margin: 0;
  text-align: center;
  margin-top: 50px;
}

.hs-home-page-row8 figure:nth-child(3) img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.hs-home-page-row8 figure:nth-child(4) {
  margin: 0;
  text-align: center;
  margin-top: 43px;
}

.hs-home-page-row8 figure:nth-child(4) img {
  max-width: 100%;
  height: auto;
}

.hs-home-page-row8 h5 {
  margin: 0;
}

.hs-home-page-row8 p {
  text-align: center;
  font-size: 12pt;
  text-align: center;
}

.hs-home-page-row8 h5:nth-child(7) {
  margin-top: 69px;
}

.hs-home-page-row9 {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 51px;
}

.hs-home-page-row9 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.hs-home-page-row9 p:nth-child(2) {
  margin-top: 25px;
  display: inline-block;
}

.hs-home-page-row9 figure {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 14px;
}

.hs-home-page-row9 figure img {
  max-width: 100%;
  height: auto;
  text-align: center;
  vertical-align: top;
}

.hs-home-page-row9 p:nth-child(4) {}

.hs-home-page-row10 {
  background-color: #f1f1f1;
  padding-top: 50px;
  margin-bottom: 140px;
  padding-bottom: 50px;
}

.hs-home-page-row10 div.hs_cos_wrapper {
  max-width: 66.66666667%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.hs-home-page-row10 p:nth-child(2) {
  margin-top: 24px;
  display: inline-block;
  margin-bottom: 35px;
}
.hs-home-page-row10 .hs_submit { margin-top: 15px; }
.hs-home-page-row10 h4 {
  color: #444;
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1em;
  font-size: 100%;
  position: relative;
}

.hs-home-page-row10 h4:nth-child(3) {
  margin-bottom: 10px;
}

.hs-home-page-row10 h4:nth-child(5) {
  margin-top: 35px;
  margin-bottom: 10px;
}

.hs-home-page-row10 h4:nth-child(7) {
  margin-top: 35px;
  margin-bottom: 10px;
}

.hs-home-page-row10 form {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  margin-top: 20px;
}

.hs-home-page-row10 .hs-form label {
  margin: 0;
}

.hs-home-page-row10 span.hs-form-required {
  display: none;
}

.hs-home-page-row10 fieldset {
  max-width: 100% !important;
}

.hs-home-page-row10 .hs-form-field {
  margin-bottom: 3px;
}

.hs-home-page-row10 .hs-input {
  font-size: 13px;
  padding: 10px;
  outline: none;
  margin: 0;
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
  font-family: "Work Sans",Arial,Tahoma,sans-serif;
  background: 0 0 !important;
  border: 1px solid #969696;
  border-radius: 0;
  color: #515151;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
}

.hs-home-page-row10 .hs-input:focus {
  border-color: #969696;
  color: #f1f1f1;
  background-color: #969696!important;
}

.hs-home-page-row10 form textarea {
  min-height: 172px;
}

.hs-home-page-row10 .actions {
  text-align: left;
}

.hs-button, .button--primary {position: relative; overflow: hidden; margin: 0; font-size: 18px; line-height: 1.4; Font-weight: 300 !important; border: 2px #da0101 solid !important; padding: 6px 18px !important; color: #da0101 !important; display: inline-block !important; font-family: Work Sans !important; background-color: transparent;!important}



.home-banner-outer-wrap h1:after{
  display:none;
}
.hs-digital-home-row5 p a:hover {
  text-decoration: underline;
}

.hs-home-page-row3 .products-gallery-wrapper {
    padding-bottom: 0;
}
.hs-home-page-instarow {
    padding-top: 50px;
    padding-bottom: 50px;
}
.search-wrapper .hs-search-field__suggestions #results-for {
color: #fff;
}


.hs-home-page-row3 button#load-more {
    display: none !important;
}

.hs-home-page-row3 .products-gallery-item.hidden {
    display: block  !important;
    opacity: 1;
    visibility: visible !important;
}

.hs-home-page-instarow .eui-widget-title.eapps-instagram-feed-title {
    font-size: 0;
    line-height: 0;
}
.hs-home-page-row3 div.hs_cos_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.hs-home-page-row3 .products-gallery-title-wrap-inner {
    padding-right: 7px;
}

.home-banner-outer-wrap-inner ul.slick-dots li button:hover:before {
color:#7c7c7c;
    
}
.hs-home-page-row10 p a:hover {
    text-decoration: underline;
}

.hs-home-page-instarow .eui-widget-title.eapps-instagram-feed-title {
    padding-bottom: 0;
}

.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    cursor: pointer;
}

.hs-portfolio-page-row4 .dnd-section {
    padding-bottom: 45px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}

@media(max-width:1099px){
  .home-banner-outer-wrap h1 {
    font-size: 37px;
  }
  .home-banner-outer-wrap-inner .home-banner {
    height: 462px;
  }

}

@media(max-width:991px){
  .home-banner-outer-wrap h1 {
    font-size: 33px;
  }
  .home-banner-outer-wrap-inner .home-banner {
    height: 416px;
  }

}



@media(max-width:959px){
  .home-banner-outer-wrap-inner .home-banner {
    height: 403px;
  }

  .home-banner-outer-wrap-inner .home-banner {}

  .home-banner-outer-wrap h1 {
    font-size: 32px;
    line-height: 39px;
  }

  .hs-home-page h6 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .hs-home-page-row3 h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
  }

  .hs-home-page h1 {
    font-size: 34px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center; 
  }
}


@media(max-width:820px){
  .home-banner-outer-wrap-inner .home-banner {
    height: 343px;
  }

  .home-banner-outer-wrap h1 {
    font-family: "Work Sans";
    font-size:27px;
    line-height: 33px;
  }
}

@media(max-width:767px){
  .hs-responsive-embed-wrapper.hs-responsive-embed {
    min-width: 100% !important;
  }

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

  .home-banner-outer-wrap-inner .home-banner {
    height: 321px;
  }



  .hs-home-page h6 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .hs-home-page-row2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hs-home-page-row2 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .hs-home-page h1 {
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .home-banner-outer-wrap h1 {
    font-family: "Work Sans", Arial, Tahoma, sans-serif;
    font-size: 26px;
  }

  .hs-home-page-row3 div.hs_cos_wrapper {
    padding-left: 9px;
    padding-right: 13px;
  }

  .hs-home-page-row4 {
    padding-top: 85px;
  }

  .hs-home-page-row4 div.hs_cos_wrapper {
    max-width: 100%;
  }

  .hs-home-page-iconrow {
    padding-bottom: 90px;
  }

  .hs-home-page-row6 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .hs-home-page-row8 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .hs-home-page-row8 h5:nth-child(7) {
    margin-top: 20px;
  }

  .hs-home-page-row9 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .hs-home-page-row10 div.hs_cos_wrapper {
    max-width: 100%;
    padding: 0;
  }

  .hs-home-page-row10 .hs-form-field {
    width: 100% !important;
  }

  .hs-home-page-row10 .input {
    margin-right: 0px !important;
  }
  .hs-home-page-iconrow .dnd-section>.row-fluid{
    max-width: 100%;
  }
  .hs-home-page-row5 .dnd-section>.row-fluid {
    padding: 0;
  }

  .hs-home-page-row7 .dnd-section>.row-fluid {
    padding: 0;
  }
.hs-home-page-row3 div.hs_cos_wrapper {
    padding-left: 0;
    padding-right: 0;
}
  
  
  .pp_pic_holder {
    width: 90%!important;
    left: 5%!important;
    overflow: hidden;
}
div.pp_pic_holder, div.pp_content, div.pp_details {
    max-width: 100%;
}
div.pp_content {
    overflow: auto;
}
.pp_content {
    width: 98%!important;
    height: auto!important;
}
.pp_fade {
    width: 100%!important;
    height: 100%!important;
}
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery {
    display: none!important;
}
#pp_full_res img {
    width: 100%!important;
    height: auto!important;
}
.pp_details {
    width: 100%!important;
    position: static!important;
    min-height: 25px;
}
  .content-with-image-wrap-inner h5 {
    text-align: center;
}

.content-with-image-wrap-inner p {
  text-align: center;
  }
  
  
  .hs-opportunity-page-row2 div.hs_cos_wrapper {
    padding-left: 40px;
    padding-right: 40px;
}
  
}


@media(max-width:540px){
.hs-inspiration-page-row2 h4:before {
    width: 35%;
}

.hs-inspiration-page-row2 h4:after {
    width: 35%;
}

.hs-inspiration-page-row2 h4:last-of-type::before {
    width: 37%;
}

.hs-inspiration-page-row2 h4:last-of-type::after {
    width: 37%;
}
}

@media(max-width:479px){
  .home-banner-outer-wrap-inner .home-banner {
    height: 197px;
  }


  .hs-home-page h6 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0px;
  }

  .hs-home-page h1 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .home-banner-outer-wrap h1 {
    font-size: 16px;
    line-height: 19px;
  }


  .hs-home-page-iconrow .dnd-section>.row-fluid {
    max-width: 100%;
  }

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

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

  .hs-home-page-row9 {
    padding-top: 85px;
  }
  
  
  .hs-opportunity-page-row2 div.hs_cos_wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
  
}



@media(max-width:420px){
.hs-inspiration-page-row2 h4:before {
    width: 28%;
}

.hs-inspiration-page-row2 h4:after {
    width: 28%;
}

.hs-inspiration-page-row2 h4:last-of-type::before {
    width: 33%;
}

.hs-inspiration-page-row2 h4:last-of-type::after {
    width: 33%;
}
}


@media(max-width:390px){
.hs-inspiration-page-row2 h4:before {
    width: 28%;
}

.hs-inspiration-page-row2 h4:after {
    width: 28%;
}

.hs-inspiration-page-row2 h4:last-of-type::after {
    width: 35%;
}

.hs-inspiration-page-row2 h4:last-of-type::before {
    width: 34%;
}
}



@media(max-width:320px){
  .home-banner-outer-wrap-inner .home-banner {
    height: 137px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header__container {

  max-width: 1200px;
  margin: 0 auto;

}



/* Styles for the Logo */



/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */



/* Mobile Styles */

@media (max-width: 1023px) {
  

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

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

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

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

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}



/* header-css */
.header {
    background-color: #fff;
    width: 100%;
    z-index: 30;
}

.header .header__container {
    position: relative;
}

.header__container_inner {
    float: left;
    margin: 0 1% 40px;
    width: 98%;
    margin-bottom: 0;
}

.top_bar_right {
    padding: 0 10px 0 20px;
    position: relative;
    position: relative;
    /* height: 90px; */
    padding-left: 33px;
}

.top_bar_right {}

.top_bar_right_wrapper {
    position: relative;
    top: 25px;
}

.menu-icon {
    position: absolute;
    left: -35px;
    top: 6px;
    cursor: pointer;
}

em, i {
    font-style: italic;
}

[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.icon-menu-fine:before {
    content: '\e960';
}

.top_bar_right a#search_button {
    text-transform: uppercase;
    color: #252222;
    position: relative;
    top: 8px;
    display: block;
    float: left;
    font-size: 23px;
    line-height: 22px;
    margin-right: 5px;
    margin-left: -10px;
}

.icon-search-fine:before {
    content: '\e962';
}

.top_bar_left {
    position: relative;
    float: right;
    width: 100%;
    max-width: 914px;
  
    max-width: calc(100% - 70px);
}

.menu_wrapper {
    /* float: left; */
    z-index: 201;
}

.logo-wrapper {
    float: right;
    margin: 0;
}

.custom-menu-primary {}

.custom-menu-primary .navigation-primary {
    display: inherit;
}

.custom-menu-primary ul {}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li {
    margin: 0;
    z-index: 203;
    display: block;
    float: left;
    position: relative;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a {
    font-family: "Arial",Arial,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    display: block;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 15px 0;
    text-transform: uppercase;
    color: #252222;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a > span {
    border-color: rgba(0,0,0,.05);
    border-style: solid;
    display: block;
    line-height: 60px;
    padding: 0 10px;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.active-branch>a:after {
    opacity: 1;
}
.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #252222;
    width: 75%;
    height: 5px;
    top: 26px;
    left: 12%;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li:hover > a:after {
    opacity: 1;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li:hover > a {
    color: #000000;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 {
    top: 100%;
    left: 0;
    transform: none;
    width: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 205;
    margin: 0;
    background-image: url(//7859482.fs1.hubspotusercontent-na1.net/hubfs/7859482/raw_assets/public/CharmingTrim_August2020/images/box_shadow.png);
    background-repeat: repeat-x;
    background-position: left top;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.03);
    background-color: #f2f2f2;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li {
    padding: 0;
    width: 200px;
    position: relative;
    font-weight: 400;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a {
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #5f5f5f;
    font-weight: 400;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li:hover > a {
    text-decoration: none;
    background: rgba(0,0,0,.06);
    color: #2e2e2e;
}

.responsive-menu-toggle {
    color: #515151;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
    z-index: 200;
}

.logo-wrapper a {
    color: #252222;
    font-size: 20px;
    height: 90px;
    line-height: 60px;
    padding: 15px 0;
    display: block;
}

.logo-wrapper a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    max-height: 100%;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 {
    display: inherit;
}


.hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a, .hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
    color: #252222;
}

.hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a, .hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
    background-color: transparent !important;
}



.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.active-item>a:after {
    opacity: 1;
}

.hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:first-child>a {
    background-color: rgba(241,241,241,1.0) !important;
    color: #252222;
}

.hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:first-child>a:after {
    opacity: 1;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-branch:after {
    opacity: 1;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-item:after {
    opacity: 1;
}
.hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a.active-item:after {
    opacity: 0;
}
.hs-home-page .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:first-child>a:after {
    opacity: 1;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a.active-item {
    background-color: transparent !important;
}
.menu-close .menu_wrapper {
    display: none;
}

/* header-serach-css */

.search-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
  
    z-index: 201;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000;
    padding: 5px;
  
    display: block;
    visibility: hidden;
    transition: all .8s ease;
    opacity: 0;
}
.tab-open .search-wrapper {
    
    display: block;
    opacity: 1;
    visibility: visible;
}
.search-wrapper form {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.search-wrapper form input.hs-search-field__input {
    background-color: transparent;
    max-width: 100%;
    display: block;
    padding: 10px;
    outline: none;
    font-family: "Work Sans",Arial,Tahoma,sans-serif;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding-left: 35px;
    background: 0 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.08);
    font-size: 15px;
    color: #fff;
    letter-spacing: normal;
    line-height:normal;
}
.search-wrapper form button {
    padding: 0;
    font-style: italic;
    appearance: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 25px;
    font-size: 22px;
    line-height: 22px;
    display: block;
    color: #757575;
    left: 2px;
    top: 7px;
}
.search_icon_close {
    position: absolute;
    top: 25px;
    font-size: 22px;
    line-height: 22px;
    display: block;
    right: 13px;
    color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 7px;
}

.icon-cancel-fine:before {
    content: '\e963';
}

.search_icon_close:hover {
    color: #fff;
    opacity: 1;
}

.logo-wrapper a img {
    width: 178px !important;
}
@media(min-width:1024px){
.Side_slide {
    display: none !important;
}
}

@media(max-width:1023px){
 .custom-menu-primary {
    display: none;
}

.menu-icon {
    display: none;
}

.responsive-menu-toggle {
    display: block;
    left: -76px;
    margin-top: -19px;
}

.responsive-menu-toggle i {
    font-size: 22px;
    line-height: 34px;
} 
  
  
 
.Side_slide {
    display: block;
    position: fixed;
    top: 0;
    right: -250px;
    max-width: 100%;
    width: 250px;
    height: 100%;
    overflow: auto;
    border-bottom-width: 60px;
    border-bottom-style: solid;
    z-index: 99999;
    z-index: 100000;
    background-color: #191919;
    border-color: #191919;
    width: 250px;
    right: -250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.mobile-open .Side_slide {
    right: 0;
}

div#site-wrapper {
    position: relative;
    right: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
.mobile-open div#site-wrapper {
    right: 125px;
}

  .responsive-menu-toggle:hover {
    color: #515151;
}
  
  div#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.6);
    z-index: 9002;
    display: none;
}

.mobile-open div#body_overlay {
    display: block;
}
  .close-wrapper {
    height: 60px;
}

.close-wrapper a.close {
    color: #a6a6a6;
    height: 34px;
    width: 34px;
    display: block;
    float: right;
    margin: 13px 13px 0 0;
}

#Side_slide .close-wrapper a.close i {}

.close-wrapper a.close i {
    font-size: 22px;
    line-height: 34px;
}

.icon-cancel-fine:before {
    content: '\e963';
}

.mobile-menu-primary {}

.mobile-menu-primary .navigation-primary {
    margin-bottom: 20px;
}

.mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255,255,255,.03);
}

.mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li > a {
    font-family: "Arial",Arial,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #a6a6a6;
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
}

.mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li > a:hover {
    color: #fff;
}

.mobile_social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 20px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
}

.mobile_social li {
    display: inline-block;
    float: left;
}

.mobile_social li a {
    color: #a6a6a6;
    display: block;
    padding: 3px 5px;
    text-decoration: none;
}

.mobile_social li a:hover {
    color: #fff;
}
  .close-wrapper a.close:hover {
    color: #fff;
}

.submenu-toggle {
    display: block !important;
    appearance: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    cursor: pointer;
    opacity: .5;
    color: #a6a6a6;
  
    -webkit-appearance: none;
}

.submenu-toggle:before {
    content: "+";
}
  

    .mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li.hovered > a{

    color: #fff;
  }
  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li ul.submenu.level-2 {
    background: rgba(255,255,255,.025);
}

.mobile-menu-primary .navigation-primary>ul.submenu.level-1>li ul.submenu.level-2 > li {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255,255,255,.03);
}

.mobile-menu-primary .navigation-primary>ul.submenu.level-1>li ul.submenu.level-2 > li > a {
    display: block;
    padding: 11px 5px 10px 20px;
    /* margin-right: 50px; */
    text-decoration: none;
    line-height: 19px;
    padding-left: 35px;
    color: #a6a6a6;
    white-space: normal;
    width: auto;
    letter-spacing: normal;
}

.mobile-menu-primary .navigation-primary>ul.submenu.level-1>li ul.submenu.level-2 > li > a:hover {
    color: #fff;
}
  
  
  
  
  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.child-open > a {
    color: #fff;
}

.mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.child-open .submenu-toggle:before {
    content: "-";
}

.mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.child-open .submenu-toggle {
    color: #fff;
    opacity: 1;
}
  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.active-item>a {
    color: #fff;
}
  
  
  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.has-submenu>a:before {
    content: "+";
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.submenu-toggle:before {
    display: none;
}
.submenu-toggle {
    z-index: 3;
}
  
  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.child-open>a:before{
  
   content: "-";
  }
  
}


@media(min-width:768px){
  ul.no-list.hs-error-msgs.inputs-list {
    padding-right: 15px;
}
}

@media(max-width:768px){
.top_bar_right {
    display: none;
}

.logo-wrapper {
    float: none;
    text-align: center;
}
}

@media(max-width:767px){
.header__container_inner {
    margin: 0;
    width: 100%!important;
    clear: both;
}

.header .header__container {
    padding: 0;
}
  .top_bar_left {
    width: 100%;
    max-width: 100%;
}

.responsive-menu-toggle {
    right: 10px;
    margin-top: -19px;
    position: fixed;
    top: 30px;
    left: 10px;
}

.logo-wrapper {position: static;width: 100%;}

.logo-wrapper a {
    padding: 0!important;
    margin: 10px 50px;
  
    height: auto;
}
  .header {
    height: 90px;
}
}
/* ******************************************************************************
*********************************************************************************
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;

}
.footer__container {

  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}


.footer {
    position: relative;
    color: #ccc;
}

.footer_copy {
    border-top: 1px solid rgba(255,255,255,.1);
}

.footer_copy .footer__container {
    position: relative;
}

.footer__container_inner {
    float: left;
    margin: 0 1% 40px;
    width: 98%;
    padding-top: 30px;
    min-height: 33px;
    margin-bottom: 0;
}

.copyright {
    float: none;
    color: #252222;
    font-size: 10px;
    letter-spacing: normal;
    line-height:24px;
    letter-spacing: normal;
}

.footer-logo {
    float: right;
    margin-top: -25px;
}
.social li a:hover {
    color: #d50032;
}
.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #252222;
}

.social li {
    display: inline-block;
    margin-right: 0px;
}

.social li a {
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #252222;
cursor:pointer !important;
}

.icon-facebook:before {
    content: '\f30c';
}

.icon-linkedin:before {
    content: '\f318';
}

.icon-pinterest:before {
    content: '\f312';
}

.icon-instagram:before {
    content: '\f16d';
}

@media(max-width:959px){
.copyright {
    line-height: 18px;
}

.social {
    margin-bottom: 2px;
}

.footer-logo {
    margin-top: -27px;
}

.social li {
    margin-right: 1px;
}
}


@media(max-width:767px){
.footer__container_inner {
    margin: 0;
    width: 100%!important;
    clear: both;
}

.copyright {
    margin: 0 0 11px;
    text-align: right;
    display: grid;
    width: 100%;
}

.footer-logo {
    margin-top: 10px;
}

ul.social {
    margin: 0;
    text-align: right;
    position: relative;
    left: 1px;
}
  
  footer .social li {
    margin-right: 2px;
}

footer ul.social {
    left: 2px;
}
  
  
}
@media(max-width:479px){
.social li {
    margin-left: 1px;
}
}
/* ******************************************************************************
*********************************************************************************
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;
}

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

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

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

@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%;
  }
  .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 !important;
  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 .hs-button {

}
.blog-comments .hs-button:hover {

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

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

.blog-sidebar.span3 {
  padding: 3.3rem 0;
}
.blog-pagination.span12 {
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width: 767px){
  .post-item .page-center {
    display: block;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .hs-opportunity-page-row2 h4:before,
  .hs-opportunity-page-row2 h4:after {
    width: 22.5% !important;
  }
}



@media(max-width:1000px){
  .blog-recent-posts__list {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;

  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;

    font-size: inherit;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 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;
}

.subscription form input.email-edit.hs-input {
    width: 100% !important;
}

form {
    max-width: 767px;
}

.sp .systems-page {
    padding-left: 0;
    padding-right: 0;
}
main.body-container-wrapper.sp.prompt {}

.prompt form {}

.prompt form input#hs-pwd-widget-password {
    display: inline-block;
    width: 100%;
    height: 58px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #fff;
    border: 2px solid #d1d6dc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 37px;
    font-size: 13px;
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,.02);
    font-family: "Work Sans",Arial,Tahoma,sans-serif;
    border: 1px solid #969696;
    border-radius: 0;
    color: #515151;
    width: 100%;
    border-color: rgba(150,150,150,1.0);
    color:;
    border-radius: 0px;
    line-height: normal;
    background-color: rgba(241,241,241,1.0);
    color: rgba(81,81,81,1.0);
    height: 37px !important;
    margin-bottom: 18px;
}

.prompt form input#hs-pwd-widget-password:focus {
    background-color: rgba(150,150,150,1.0);
    color: rgba(241,241,241,1.0);
}
.subscriptions form {
    margin: 0;
    padding: 0;
    background-color: transparent;
    max-width: 100%;
}