/* ******************************************************************************
*********************************************************************************
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;
  }
}
.banner-section--fw .dnd-section, .body-container-wrapper--fw .dnd-section {
  padding: 0;
}
.banner-section--fw .dnd-section > .row-fluid {
  max-width: 100% !important;
  padding 0;
}
.body-container-wrapper--fw .dnd-section > .row-fluid {
  max-width: 100% !important;
  padding: 0 !important; 
}

.banner-section--fw .dnd-section .dnd-column,
.body-container-wrapper--fw .dnd-section .dnd-column {
  width: 100% !important;
  padding: 0 !important; 
}


.widget-type-cell .dnd-section:last-child {
  padding-bottom: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Ionicons";
  src: url("//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/Svensson_July2020/fonts/ionicons.eot") format("embedded-opentype"),
    url("//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/Svensson_July2020/fonts/ionicons.ttf?v=2.0.1") format("truetype"),
    url("//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/Svensson_July2020/fonts/ionicons.woff?v=2.0.1") format("woff"),
    url("//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/Svensson_July2020/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal
}
html {
  font-size: 24px;
}

body {
  line-height: 1.42857;
  transition: all .2s ease-in-out 0s;
}
blockquote cite, body, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
}
p { 
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Helvetica Neue, sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0; 
  text-decoration: none;
  transition: all .2s ease-in-out 0s;
} 
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5, 
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 500;
  font-family: Helvetica Neue, sans-serif;
  color: #000000;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;.
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul li,
ol li {
  line-height:inherit;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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


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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: Helvetica Neue, sans-serif;
  max-width: 500px; 
}
.hs-button { 
  margin:15px 0;
  cursor: pointer; 
  display: inline-block;
  position: relative;
  background-color: #494A52; 
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  padding: 6px 45px;
  transition: all .2s ease-in-out 0s;
  width: auto;
  height: auto;
  border-style: solid;
  white-space: normal !important;
}

.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 {
  color: #33475b;
  float: none; 
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

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

form input, form select, form textarea, .hs-input{
  color: inherit;
  font: inherit;
  display: block;
  width: 100%; 
  background-color: #fff;
  height: 36px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; 
  padding: 5px;
  -webkit-font-smoothing: antialiased;
} 
input[type=password], input[type=search] {    
  width:100% !important;
  height:100% !important;
  margin:0 !important; 
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0; 
  list-style: none;
}
input.email-edit.hs-input {
  width: 100% !important;
}
input.hs-input.error {
  background: #FBE3E4 !important;
  border-color: #FBC2C4 !important;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: #8a1f11;
  display: block;
  padding: 5px;
  font-size: 12px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
}
button {
  outline: 0 !important;
}
.hs-input[type=checkbox], 
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
[type="checkbox"], [type="radio"] {
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
.hs-input[type=file] {
  background-color: #fff; 
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
::placeholder {
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline-offset: 0px;
  outline: -webkit-focus-ring-color auto 1px;
}
h3.form-title {
  font-size: 32px;
}
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;
}
ul.no-list.hs-error-msgs.inputs-list > li > label {
  color: #dc3545!important;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: Helvetica Neue, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  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);
}
.custom-menu-primary .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  padding-right: 280px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 20px 5px 0 20px;
  padding: 7px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-flow: column;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul {
  padding-top: 40px;
  visibility: hidden;
  position: absolute;
  background: #f7f7f7;
  top: 80px;
  left: 0;
  width: 100%;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.15);
  padding: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container {
  display: block;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row {
  margin-right: 0;
  margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a {
  display: block;
  padding: 6px 0;
  margin-bottom: 0px;
  height: unset; 
  letter-spacing: 1.9px; 
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul {
  margin-bottom: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul > li {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 5px;
  line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul > li > a {
  margin: 3px 0 0;
  font-weight: 400;
  margin-bottom: 3px;
  font-size: 14px;
  padding: 6px 0;
  height: 100%;
  letter-spacing: unset;
}

@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li {
    width: 25%;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover ul {
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { 
    content: '';
    background: transparent;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.CONTACT > a + div + ul .container .row > li:nth-child(3) {
    padding: 0;
    margin-left: -15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.CONTACT > a + div + ul .container .row > li > a {
    padding: 18px 0;
    line-height: 35px;
    padding-bottom: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.CONTACT > a + div + ul .container .row > li:nth-child(2) > a {
    padding-bottom: 58px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li:nth-child(3) {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul > li > a span.link_item {
    display: inline-block;
    position: absolute;
    margin-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul > li > a img {
    vertical-align: middle;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: unset;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li li.Multifamily > a {
    font-size: 0;
    margin: 3px 0 0;
    padding: 0 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li li.Multifamily > a img {
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    max-height: 100px;
    height: 100px;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li li.Multifamily {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul {
    width: auto;
    margin: 0 -15px;
    display: flex;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a {
    margin: 3px 0 0;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a strong {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a em {
    display: block;
    font-style: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li {
    margin-bottom: 20px;
    align-items: center;
    min-height: 58px;
    display: flex;
    flex-flow: row;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a {
    height: 100%;
    letter-spacing: unset;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a span.images-space {
    display: inline-block;
    width: auto;
    word-break: break-word;
    padding-right: 5px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a img {
    vertical-align: middle;
    height: 100px;
    width: auto;
    max-height: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li.BYFAMILY {
    max-width: 359px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li:nth-child(3) {
    margin-top: 16px;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul li > a {
    transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul li > a {
    transition: none;
  }
  .custom-menu-primary .page-center > span {
    display: block;
    position: relative;
    top: -75px; 
  }

} 

 
@media (min-width: 992px) and (max-width:1199px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a+div+ul .row>li>a+ul>li>a+ul>li {
    width: auto;
    max-width: 33.3%;
    min-width: 190px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a+div+ul .row>li>a+ul>li>a+ul>li.BYFAMILY {
    max-width: 33.3%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>a+div+ul .row > li:nth-child(1) > a {
    line-height: 25px;
    padding-top: 17px;
    padding-bottom: 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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_height {
  min-height: 100px;
}
.header {
  background-color: #F8FAFC;
}
header.header {
  box-shadow: 0 0 0 0 transparent;
  transition: background-color .3s ease-in-out 0s,height .3s ease-in-out 0s,top .3s ease-in-out 0s,bottom .3s ease-in-out 0s,box-shadow .3s ease-in-out 0s;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  z-index: 990;
  overflow: visible;
  height: 100px;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
header .header__container {
  position: relative;
}
header .header__container .row {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  top: -5px;
}
.header_logo {
  width: 159px;
  height: 20px;
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 501;
}
.header_logo a {
  display: block;
  text-indent: -9999px;
  width: 159px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/raw_assets/public/Svensson_July2020/images/svensson-dark-logo.svg);
}
header .cart {
  position: absolute;
  right: 15px;
  top: 47px;
  text-align: right;
  height: 40px;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
  color: #777772;
}
header .cart a {
  padding: .7em .7em .7em .2em;
  color: #777772;
  font-size: 12px;
}
header .cart a img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 15px;
  float: left;
  margin-top: 5px;
}
a.mobile-trigger {
  color: #aeaeac;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 300;
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
}
a.mobile-trigger span {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 15px;
  background-color: #777772;
  opacity: 1;
  transition: left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.mobile-trigger span:before, a.mobile-trigger span:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #777772;
  opacity: 1;
  transition: left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
}

a.mobile-trigger span:before {
  top: -6px;
}

a.mobile-trigger span:after {
  top: 6px;
}
header .signin-mob nav {
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
}

header .signin-mob nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

header .signin-mob nav ul > li {
  position: relative;
}

header .signin-mob nav ul > li > a {
  cursor: pointer;
  text-decoration: none;
}

header .signin-mob nav ul > li > a i {
  margin-right: 5px;
}

header .signin-mob nav ul > li > a i:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f29e";
}
header .navigation {
  position: relative;
}
header .navigation .reveal {
  display: none;
}
.navigation nav.top {
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding: 15px 0 30px 15px;
}
.navigation nav.top > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  border-radius: 0;
  font-size: 12px;
}

.navigation nav.top > ul li {
  display: block;
  margin: 15px 0;
  position: relative;
}
.navigation nav.top > ul li a {
  cursor: pointer;
  text-transform: uppercase;
  color: #5e5d59;
}
.navigation nav.top > ul li a i {
  margin-right: 5px;
  top: 10px;
  left: -7px;
  position: absolute;
  width: 20px;
  height: 20px;
}
.navigation nav.top>ul li a i:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  background-image: url(//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/raw_assets/public/Svensson_July2020/images/Sign_in.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  margin-top: 1px;
}
.navigation .side-menu-icon {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 300;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  text-decoration: none;
  cursor: pointer;
  display: none;
}
.navigation .side-menu-icon span {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 15px;
  background-color: #777772;
  opacity: 1;
  transition: left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation .side-menu-icon span:before {
  top: -6px;
}
.navigation .side-menu-icon span:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #777772;
  opacity: 1;
  transition: left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
}
.navigation .side-menu-icon span:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #777772;
  opacity: 1;
  transition: left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s;
  transition: transform .4s ease-in-out 0s,left .4s ease-in-out 0s,top .4s ease-in-out 0s,width .3s ease-in-out 0s,height .3s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;
}

.navigation .side-menu-icon span:after {
  top: 6px;
}
.navigation .language-picker {
  position: absolute;
  right: 127px;
  top: 39px;
}
.navigation .language-picker button, .navigation .language-picker button:focus {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  color: #777772;
  outline: 0;
  cursor: pointer;
  padding: 10px;
  border: 0;
  background: none;
  font-style: normal;
  display: flex;
  font-weight: 400;
  transition: all .2s ease-in-out 0s;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
.navigation .language-picker button:after {
  content: "\F107";
  display: block;
  font-family: FontAwesome;
  margin-left: 2px;
}
.navigation .language-picker ul {
  display: none;
  position: absolute;
  margin: 0;
  background: #fff; 
  list-style: none;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  padding: 0;
}
.navigation .language-picker ul li {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  letter-spacing: 1.9px;
}
.navigation .language-picker ul li > a {
  color: #777772;
  display: block;
  padding: 10px;
  line-height: 16px;
}
.navigation .language-picker ul li.active {
  cursor: default;
}
.navigation .language-picker button.active:after {
  content: "\F106";
}
.navigation .site-search {
  margin: 0;
  position: absolute;
  top: 34px;
  right: 245px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  transition: width .3s ease-in-out .1s;
}

.navigation .site-search form a {
  content: "open";
  width: 38px;
  height: 38px;
  padding: 3px 0 0;
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 0;
  font-size: 23px;
  margin: 0;
  box-shadow: none;
  text-align: center;
}

.navigation .site-search form a img {
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  height: 12px;
  width: 12px;
}
.navigation .site-search fieldset {
  padding: 0;
  border: 0;
  min-width: 0;
  position: relative;
  pointer-events: all;
  margin: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
  width: auto;
  transition: opacity .3s ease-in-out .1s,z-index 0s ease-in-out 0s;
}

.navigation .site-search fieldset button {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  border-radius: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 23px;
  text-align: center;
  border: 0;
  background: none;
  cursor:pointer;
}

.navigation .site-search fieldset button i:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f4a4";
}
.navigation .site-search .form-group {
  position: relative;
  margin-bottom: 15px;
}
.navigation .site-search .form-group input {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; 
  border: 1px solid #d5d5d5;
  border-radius: 0;
  padding: 15px;
  box-shadow: none;
  border-color: #000;
  color: #000;
  letter-spacing: 1.92px;
  font-size: 12px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding-right: 40px;
}
.navigation .site-search form a em {
  display: none;
}
.navigation .site-search.search_open {
  width: 50%;
  transition: width .3s ease-in-out 0s;
}
.navigation .site-search.search_open fieldset {
  z-index: 1;
  opacity: 1;
  transition: opacity .3s ease-in-out 0s,z-index 0s ease-in-out 0s;
}
.navigation .site-search form {
  max-width: 100%;
}
.navigation .site-search .form-group input:focus {
  outline: 0;
}
.custom-menu-primary {
  position: absolute;
  top: 99px;
  right: 0;
  left: 0;
  background-color: #f7f7f7;
  height: 0;
  overflow: visible;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.custom-menu-primary .page-center {
  height: 0;
  position: relative;
}

#sidebarMainMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1030;
  top: 0;
  border-radius: 0;
  overflow-y: auto;
  right: -320px;
  background: #f2f2f2;
  border: 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  padding: 30px;
  left: auto;
  transition: 0.3s all;
  max-width: 300px;
}

#sidebarMainMenu .row {
  margin-bottom: 20px;
}

#sidebarMainMenu .row > div {
  position: relative; 
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

#sidebarMainMenu .row > div ul { 
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 1;
}

#sidebarMainMenu .row > div ul > li {
  line-height: 1;
}

#sidebarMainMenu .row > div ul > li > a {
  padding: 6px 0;
  width: 100%;
  display: block;
  color: #777772;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
}

#sidebarMainMenu .row > div ul > li > a:hover {
  color: #959592;
}
.sidebar_open a.side-menu-icon span {
  height: 0; 
}
.sidebar_open a.side-menu-icon span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar_open a.side-menu-icon span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar_open nav#sidebarMainMenu {
  right: 0;
}
.fadIn header.header {
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}

/* Tablet Styles */

@media (min-width: 992px) {
  .header_logo {
    top: 43px;
  } 
  header .cart {
    position: absolute; 
    right: 70px;
    top: 45px;
    color: #777772;
  } 
  a.mobile-trigger {
    display: none;
  }
  header .signin-mob nav {
    display: none;
  }
  header .navigation { 
    position: relative;
    overflow: visible;
  }
  header .navigation .reveal {
    display: block;
  }
  .navigation nav.top {
    position: absolute;
    top: 39px;
    right: 215px;
    padding: 0;
  }
  .navigation nav.top > ul li a {
    color: #777772;
    display: block;
    padding: 13px 0 5px;
    height: 40px;
  }
  .navigation nav.top > ul li {
    display: block;
    float: left;
    margin: 0 0 0 30px;
  }
  .navigation .side-menu-icon {
    display: block;
    top: 44px;
    right: 0;
    width: 45px;
    height: 23px;
  } 
  .navigation .side-menu-icon span,
  .navigation .side-menu-icon span:before,
  .navigation .side-menu-icon span:after {
    width: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.SvenssonCorporate,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClimateScreens,
  .custom-menu-primary .hs-menu-wrapper>ul>li.InteriorTextiles{
    display: none;
  }





}
/* Mobile Styles */
@media (max-width:991px) {
  header.header {
    height: auto;
  }
  .header_height {
    min-height: 80px;
  }
  header .header__container {
    max-width: 100% !important;
  }
  .header_logo {
    top: 31px;
  }
  header .cart {
    position: absolute; 
    top: 32px;
    right: 60px;
    font-size: 15px;
  }
  a.mobile-trigger {
    top: 17px;
  }
  header .signin-mob nav ul>li {
    position: absolute;
    top: 36px;
    right: 115px;
    font-size: 16px;
  }
  header .signin-mob nav ul>li > a {
    color: #777772;
  }
  header .signin-mob nav ul>li>a i:before {
    content: "";
    background-image: url(//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/raw_assets/public/Svensson_July2020/images/Sign_in.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 14px;
    margin-top: 1px;
  }
  header .header__container .row {
    position: unset;
  }

  /* Mobile menu style start here */

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open a.mobile-trigger span {
    height: 0;
  }

  .mobile-open a.mobile-trigger span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile-open a.mobile-trigger span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .navigation .reveal {
    display: block;
  }

  .navigation nav.top {
    display: none;
  }

  .navigation .side-menu-icon {
    display: none;
  }

  .navigation .reveal .cart {
    display: none !important;
  }

  .navigation .language-picker {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 50px;
  }

  .navigation .language-picker button,
  .navigation .language-picker button:focus {
    color: #000;
    font-size: 16px;
    padding: 15px 15px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .navigation .language-picker ul {
    padding-left: 30px;
    padding-right: 15px;
    background: none;
    box-shadow: none;
    position: static;
  }

  .navigation .language-picker ul > li {
    display: block;
    z-index: 101;
    letter-spacing: 1.9px;
    color: #777772;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0;
  }

  .navigation .language-picker ul > li.active {
    background: transparent;
    font-weight: 700;
  }

  .navigation .language-picker ul > li > a {
    width: 50%;
  }
  .navigation .site-search {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px;
  }

  .navigation .site-search form a {
    display: none;
  }

  .navigation .site-search fieldset {
    position: relative;
    pointer-events: all;
    margin: 0;
    opacity: 1;
    z-index: 10;
  }

  .navigation .site-search fieldset input {
    background-color: #fff; 
  }

  .mobile-open header.header {
    background-color: #f7f7f7;
  }

  .custom-menu-primary {
    position: relative;
    top: 0;
    height: auto;
  }

  .custom-menu-primary .page-center {
    height: auto;
    max-width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0;
    top: 0;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border: 0 solid rgba(48,52,52,.1);
    padding: 0;
    margin: 0;
    line-height: 16px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-transform: uppercase;
    padding: 10px 0;
    color: #000 !important;
    font-size: 16px;
    letter-spacing: 0;
    width: 90%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a+div+ul {
    position: static;
    display: none;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  header .navigation { 
    padding-top: 80px;
  }

  .child-trigger {
    position: absolute;
    right: 1px; 
    top: -9px;
    height: 36px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #635D5E;
    cursor: pointer;
  }

  .child-trigger:after {
    content: "\F107";
    display: block;
    font-family: FontAwesome;
    margin-left: 2px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 16px;
    color: #635D5E;
  }

  .child-trigger i {
    display: none;
  }
  .child-trigger.child-open:after {
    transform: rotate(180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a+div+ul .container .row>li>a {
    font-size: 16px;
    margin: 16px 0 0;
    line-height: 22px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a+div+ul .container .row>li>a+ul>li {
    line-height: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.KNOWLEDGE>a+div+ul .container .row>li:nth-child(1) > a + ul > li,
  .custom-menu-primary .hs-menu-wrapper>ul>li.KNOWLEDGE>a+div+ul .container .row>li:nth-child(2) > a + ul > li {
    margin-bottom: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a+div+ul .container .row>li>a+ul>li > a { 
    display: block; 
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a+div+ul .container .row>li>a+ul {
    margin-bottom: 42px;
  }
  header .navigation .reveal {
    max-height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.SvenssonCorporate > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClimateScreens > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.InteriorTextiles > a {
    width: 100%;
    display: block;
    padding: 6px 15px;
    color: #777772 !important;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: unset;
    line-height: 28px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.InteriorTextiles {
    margin-bottom: 29px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.ClimateScreens > a {
    line-height: 32px; 
  }
  .navigation .site-search .form-group input {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding-right: 40px;
    padding: 6px 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.CONTACT > a + div + ul .container .row > li > a {
    margin-top: 28px;
    line-height: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.CONTACT > a + div + ul .container .row > li:nth-child(2) {
    margin-top: 85px;
    margin-bottom: 54px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a img {
    vertical-align: middle;
    height: 100px;
    width: auto;
    max-height: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a {
    height: 100%;
    letter-spacing: unset;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a span.images-space {
    display: inline-block;
    width: auto;
    word-break: break-word;
    padding-right: 5px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li {
    margin-bottom: 20px;
    align-items: center;
    min-height: 58px;
    display: flex;
    flex-flow: row;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul > li > a span.link_item {
    display: inline-block;
    position: absolute;
    margin-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a + div + ul .container .row > li > a + ul > li > a img {
    vertical-align: middle;
    height: auto;
    -webkit-transform: scale(1); 
    transform: scale(1);
    max-width: unset;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a+div+ul .container .row>li>a+ul>li>a img {
    max-width: 65px;
    position: relative;
    top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.KNOWLEDGE>a+div+ul .container .row>li:nth-child(4) {
    margin-bottom: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li li.Multifamily > a {
    font-size: 0;
    margin: 1px 0 0;
    padding: 0 0 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li li.Multifamily > a img {
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    max-height: 100px;
    height: 100px;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li li.Multifamily {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a strong {
    width: 100%;
    display: block;
    margin-bottom: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a + ul > li > a em {
    display: block;
    font-style: normal;
    line-height: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li > a {
    margin: 3px 0 0;
    padding: 0 0 5px;
    font-size: 14px; 
    line-height: 1.5;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li {
    width: auto;
    max-width: 33.3%;
    min-width: 190px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a+div+ul .row>li>a+ul>li>a+ul>li.BYFAMILY>a+ul>li + li {
    margin-top: 24px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a+div+ul .row>li>a+ul>li>a+ul>li.BYFAMILY>a+ul>li:nth-child(4) {
    margin-top: 28px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a+div+ul .row>li>a+ul>li>a+ul>li.BYFAMILY>a+ul>li:nth-child(5) {
    margin-bottom: 86px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li.BYFEATURE > a + ul > li {
    line-height: 62px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li > a + ul > li.BYFEATURE > a + ul > li:last-child {
    margin-bottom: 90px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li.Multifamily > a + ul > li:last-child > a + ul > li {
    line-height: 62px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) > a + div + ul .row > li > a + ul > li.Multifamily > a + ul > li:last-child > a + ul > li:last-child {
    margin-bottom: 50px;
  }
  .navigation .language-picker button:after {
    width: 30px;
    font-size: 18px;  
  }
  .navigation .language-picker ul>li>a {
    width: calc(100% - 30px); 
    display: block;
    padding: 8px 0;
    line-height: 22px;
  } 
  body .navigation .language-picker ul li.active {
    background: #f7f7f7!important;
  }
  .navigation .language-picker ul {
    background-color: #f7f7f7 !important;
  }


  
 
}


@media (max-width: 991px) and (min-width: 610px) {
  .navigation .language-picker button:after {
    width: 50%;
    text-align: right; 
  }
}



@media (max-width: 479px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>a+div+ul .row>li>a+ul>li>a+ul>li>a+ul>li>a span.images-space {
    line-height: normal;
  }
  
}


@media (max-width: 335px) {
  header .signin-mob nav ul>li {
    right: 100px;
  }
  header .cart {
    right: 55px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Helvetica Neue, sans-serif;
} 
footer.footer {
  font-size: 12px;
}
.footer .row {
  margin-right: -15px;
  margin-left: -15px; 
}

.footer .row .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .row .pull-left a {
  margin-bottom: 20px;
  margin-left: 15px;
  display: block;
  pointer-events:none;
}

.footer .row .pull-left a img {
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
  width: auto !important;
  height: 16px; 
}
.footer .row .col-md-3 .social {
  margin: 30px 0;
}

.footer .row .col-md-3 .social ul {
  margin-left: 0;
  margin-bottom: 30px;
  line-height: 0;
  padding: 0;
  list-style: none;
}

.footer .row .col-md-3 .social ul > li {
  display: inline-block;
  position: relative;
  margin: 0 4px 8px 0;
  line-height: 1;
}

.footer .row .col-md-3 .social ul > li > a {
  background-color: hsla(0,0%,100%,.25);
  background-repeat: no-repeat;
  background-size: 40px auto;
  border-radius: 50%;
  position: relative;
  display: block;
  float: left;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.footer .row .col-md-3 .social ul > li:nth-child(2) > a {
  background-position: left -80px;
}

.footer .row .col-md-3 .social ul > li:nth-child(3) > a {
  background-position: left -360px;
}

.footer .row .col-md-3 .social ul > li > a:hover {
  background-color: #fff;
}

.footer .row .col-md-3 .company-details p:nth-child(1) {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.footer .row .col-md-3 .company-details  address {
  font-style: normal;
  line-height: 1.42857;
} 

.footer .row .col-md-3 .company-details address p {
  line-height: 1;
  color: #f2f2f2;
  margin: 0 0 8px;
}

.footer .row .col-md-3 .company-details address p a {
  color: #f2f2f2;
}

.footer .row .col-md-3 .company-details address p a:hover {
  color: #ccc;
}

.footer .row .col-md-3 .company-details address p:nth-child(1) {
  font-size: inherit;
  line-height: 1;
  margin: 0 0 8px;
  color: #f2f2f2;
  font-family: inherit; 
}
.footer__menu {
  display: flex;
  flex-flow: row wrap;
}
.footer__menu .footer__category {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.footer__menu .footer__category > div, .footer__menu .footer__category > div > div {
  width: 100%;
}
.footer__menu .container { 
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.footer__menu .container .column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer__menu .container .column {
  width: 50%;
}
.footer__menu .container .column ul:first-child {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu .container .column ul:first-child > li {
  line-height: 1;
  margin-bottom: 8px;
}
.footer__menu .container .column ul:first-child > li > h4 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 5px;
}
.footer__menu .container .column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__menu .container .column ul > li {
  line-height: 1;
  margin-bottom: 8px;
}
.footer__menu .container .column ul > li > a {
  font-size: 12px;
  font-weight: 400;
}
span#top-link-block {
  transition: bottom .2s ease-in-out 0s,opacity .2s ease-in-out 0s;
  right: 0;
  padding: 0;
  position: fixed;
  bottom: -100%;
  opacity: 0;
  z-index: 200;
} 
.fadIn span#top-link-block {
  bottom: 0;
  opacity: 1;
}

span#top-link-block a {
  vertical-align: middle;
  touch-action: manipulation;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  border: 0;
  border-radius: 0;
  position: relative;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color: #000;
  display: block;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 60px;
  font-size: 20px;
  color: #fff;
}

span#top-link-block a i:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f126";
}

span#top-link-block a:hover {
  background-color: #0d0d0d;
}



@media (min-width: 992px) { 
  footer {
    padding: 45px 0 80px;
  }
  .footer .row .col-md-3 {
    width: 25%;
    float: left;
  }
  .footer .row .col-md-9 { 
    float: left;
    width: 65%;
    margin-left: 10%;
  }
  .footer .row .col-md-3 .company-details p:nth-child(1) {
    font-size: 18px;
    margin-top: 0;
  }
  .footer__menu .container .column {
    float: left;
  }

}


@media (min-width: 1200px) {
  footer {
    padding: 60px 0 80px;
  }
}


@media (max-width:991px) {
  span#top-link-block {
    position: static; 
  }

  span#top-link-block a {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  footer.footer {
    padding: 30px 0;
  }

  .footer__menu .container {
    padding-left: 0;
  }

  .footer__menu .footer__category {
    width: 100%;
    margin-bottom: 30px;
  }


  .footer__menu .container .column {
    float: left;
    margin-bottom: 30px;
  }


}

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

@media (max-width:479px) {
  .footer__menu .container .column {
    width: 100%;
    margin: 0;
  }

  .footer__menu .container .column:last-child {
    margin-bottom: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 1rem 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-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Helvetica Neue, 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: Helvetica Neue, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

.blog-post__tags {
  font-family: Helvetica Neue, 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;
  flex-wrap: wrap;
}
.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 {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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

.blog-sidebar.span3 {
  padding: 3.3rem 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.comment-date {
  display: block !important;
  text-align: left;
}

@media (max-width:767px) {
  .blog-index__post {
    padding: 10px 0;
  }
  .blog-recent-posts__post {
    padding: 10px 0px;
  }
  .post-item .page-center {
    display: block;
  }
  .blog-header__inner {
    padding: 1rem 15px;
  }

}

.breadcrumb-trail {
  background-color: #fff;
  border-width: 0;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.breadcrumb-trail .row {
  margin-right: -15px;
  margin-left: -15px;
}

.breadcrumb-trail .row nav {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.breadcrumb-trail .row nav ol {
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 14px;
}

.breadcrumb-trail .row nav ol li {
  position: relative;
  display: inline-block;
  list-style: none;
  line-height: 1;
}

.breadcrumb-trail .row nav ol li > a {
  display: inline-block;
  height: 60px;
  color: #aeaeac;
}

.breadcrumb-trail .row nav ol li > a:hover {
  color: #959592;
}

.breadcrumb-trail .row nav ol li span {
  padding: 23px 40px 0 10px;
  display: block;
  height: 60px;
  font-style: normal;
  color: #AEAEAC;
}

.breadcrumb-trail .row nav ol li:first-child > a span {
  padding-left: 0;
}
.breadcrumb-trail .row nav ol li>a:hover span {
  color: #959592;
}

.breadcrumb-trail .row nav ol li:after {
  content: "";
  right: 13px;
  width: 1px;
  height: 17px;
  background-color: #f2f2f2;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: auto;
  bottom: 23px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
}
.breadcrumb-trail .row nav ol li:last-child:after {
  display:none;
}
.news-listing {
  padding: 20px 0;
}
.breadcrumb-trail .row nav ol li:last-child span {
  padding-right: 0;
}
.news-listing .row-fluid {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.news-listing .row-fluid > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.news-listing .row-fluid > .widget-type-custom_widget {
  padding: 0;
}



.news-listing .row-fluid .right_col {
  border: 1px solid #d7d6d5;
  margin-top: 15px;
  float: right;
}

.news-listing .row-fluid .right_col > div {
  border: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.sidebar-topic p.heading {
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding: 10px 0 5px;
  color: #000;
  background: transparent;
  font-size: 20px;
  letter-spacing: unset;
  margin: 0;
}

.sidebar-topic p.heading a {
  color: #303434;
}

.sidebar-topic .block h3 {
  margin: 0;
}

.sidebar-topic .block > div {
  padding: 5px 10px;
}

.sidebar-topic .block > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-topic .block > div > ul > li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

.sidebar-topic .block > div > ul > li > a {
  background: transparent;
  transition: all .2s ease-in-out 0s;
  color: #000;
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 400;
}

.sidebar-topic .block > div > ul > li > a span {
  display: none;
}

nav.sidebar_social-media {
  letter-spacing: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  height: 100%;
  font-weight: 400;
  border: 0;
  margin-bottom: 10px;
}

.sidebar_social-media p.heading {
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0;
  border: solid #f2f2f2;
  border-width: 0;
  letter-spacing: unset;
  color: #000;
  background: transparent;
  text-align: center;
  padding: 5px 10px;
  font-size: 20px;
}

.sidebar_social-media p.heading span {
  border-bottom: 1px solid #000;
  padding: 5px 0;
}

.sidebar_social-media .inner {
  padding: 5px 10px;
}

.sidebar_social-media .inner p {
  margin: 8px 0 15px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}

.sidebar_social-media .inner nav {
  margin: 5px 0;
}

.sidebar_social-media .inner nav ul {
  margin: 0;
  padding: 0;
  line-height: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.sidebar_social-media .inner nav ul > li {
  list-style: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 8px 7px 0;
}

.sidebar_social-media .inner nav ul > li a {
  background: transparent;
  transition: all .2s ease-in-out 0s;
  background-image: url(//7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/raw_assets/public/Svensson_July2020/images/social-white.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  border-radius: 50%;
  display: block;
  float: left;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-color: #9cbb2f;
  margin-left: 0;
  color: #000;
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 400;
}

.sidebar_social-media .inner nav ul > li.linkedin > a {
  background-position: left -80px;
}

.sidebar_social-media .inner nav ul > li.youtube > a {
  background-position: left -360px;
}

.sidebar_social-media .inner nav ul > li a:hover {
  background-color: #799121;
}

.news-listing .left_col h1 {
  margin: 15px 0 20px;
  margin-top: 0;
  margin-left: -3px;
  color: #000000;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 30px;
  text-transform: capitalize;
}

.news-listing .left_col .listing_blog {
  position: relative;
  height: 100%;
}

.news-listing .left_col .listing_blog > div {
  margin-right: -15px;
  margin-left: -15px;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
}

.news-listing .listing_blog .post-item {
  display: flex;
  flex-flow: column;
  position: relative;
  justify-content: flex-start;
  margin-top: 30px
}
.news-listing .listing_blog .post-item .bottom_content {
  margin-top: auto;
}

.listing_blog .post-item .image {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 240px;
}

.listing_blog .post-item .image img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
      object-fit: cover;
    width: 100%;
    height: 100%;
  transition: all .25s ease;
}

.listing_blog .post-item a:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.categories,
.categories a {
  text-transform: uppercase;
  color: #5a5a5a;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 0;
}

.listing_blog h3 {
  font-size: 26px;
  color: #202020;
}

.listing_blog .post-item h2 a {
  color: #202020;
  font-size: 26px;
  line-height: 32px !important;
  display: block;
}

.listing_blog .post-item h2 {

}

.listing_blog .post-item .date {
  color: #888687;
  padding-bottom: 0;
  margin-top: 10px;
  font-size: 13px;
}

.listing_blog .post-item .date span {
  border-top: 1px solid #888687;
  padding-top: 3px;
}

.post-bdy-content {
  display: block;
  font-size: 14px;
  line-height: 26px;
  position: relative;
}

.bottom_content .readmore {
  text-align: left;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  display: block;
  transition: all .2s ease-in-out 0s;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  width: unset;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000 !important;
  box-shadow: none;
  border: 0;
  margin-top: 20px;
  font-weight: 700;
  padding: 0;
}



.breadcrumb-trail .row nav ol li.active {
  color: #9e9d99;
  font-style: normal;
}

.news-listing .blog-pagination {
  display: block;
  margin: 30px 0;
  text-align: center;
  position: relative;
}

.news-listing .blog-pagination a {
  margin: 0 7px;
  border: 1px solid #959595;
  padding: 13px 20px;
  color: #959595;
  background-color: #fff;
  position: relative;
  line-height: 1.42857;
}

.news-listing .blog-pagination a:hover {
  color: #fff;
  border-color: #aeaeac;
  background-color: #aeaeac;
}

.news-listing .blog-pagination a.pagination--active {
  border-color: #959595;
  background-color: #959595;
  font-weight: 400;
  color: #fff;
  pointer-events: none;
}

.news-listing .blog-pagination a.pagination__next {
  right: 0;
  left: auto;
  top: -14px;
  display: inline-block;
  font-size: 14px;
  float: right;
}

.news-listing .blog-pagination a.pagination__next i:before {
  content: "\f125";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-listing .blog-pagination a.pagination__prev {
  float: left;
  border-radius: 0;
  top: -14px;
}

.news-listing .blog-pagination a.pagination__prev i {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-listing .blog-pagination a.pagination__prev i:before {
  content: "\f124";
}

.news-listing .blog-pagination .pagination-disabled {
  display: none;
}
.sidebar_categories p {
  padding: 5px 10px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  border: solid #f2f2f2;
  border-width: 0 0 1px;
  color: #fff;
  border-bottom: 0;
  background: #959595;
  font-size: 15px;
  letter-spacing: .6px;
}

.sidebar_categories ul {
  padding: 5px 10px;
  margin: 0;
  list-style: none;
}

.sidebar_categories ul li {
  position: relative;
  list-style: none;
  line-height: 1;
}

.sidebar_categories ul li > a, .sidebar-topic .all_posts {
  background: transparent;
  transition: all .2s ease-in-out 0s;
  display: block;
  color: #000;
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 400;
}

.sidebar_categories ul li > a span {
  display: none;
}
.sidebar-topic a.all_posts {
  padding-left: 10px;
  padding-right: 10px;
} 
.sidebar_categories ul li.active > a, .sidebar-topic .block > div > ul > li.active > a {
  font-weight: 700;
}
.post_banner .item {
  width: 100%;
  display: inline-block;
  background-color: #000;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 35vh;
  min-height: 270px;
  height: 70vh;
}
.post_banner .image {
  overflow: hidden;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.post_banner .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
}

.post_banner .item:after {
  left: 0;
  z-index: 10;
  right: 0;
  content: "";
  background-color: #000;
  height: 100%;
  bottom: 0;
  position: absolute;
  top: unset;
  opacity: .5;
}

.post_banner .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 0;
}

.post_banner .info .table {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
}

.post_banner .info .table > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.post_banner .info .table .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.post_banner .info .button-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

h1.heading {
    font-size: 40px;
    max-width: 24ch;
    line-height: 42px;
    color: #202020;
}
.post_banner .info > div, .post_banner .info > div > div {
  height: 35vh;
  min-height: 270px;
  height: 70vh;
}
.post_banner .info > div > div.row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-post_tags {
  margin-top: 11px;
}

.blog-post_tags a {
  font-size: 12px;
  color: #5d5d5d;
  top: -2px;
  position: relative;
  text-transform: uppercase;
}

.blog-posts h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
.author-date_news {
  margin-top: 8px;
  font-size: 13px;
  color: #888687;
  padding-bottom: 5px;
}

.author-date_news time {
  padding-top: 3px;
  border-top: 1px solid #888687;
}

.blog-post__body {
  line-height: 1.5;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-post__body p {
  margin: 8px 0 15px;
  color: #5e5d59;
}
.blog-post_tags a:hover {
  color: #5d5d5d;
}
.section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin: 20px 0;
  font-size: 26px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.campagne-start {
  background-color: #f7f7f7;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  height: 100%;
}

.campagne-start .row {
  position: relative;
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}

.campagne-start .row .info {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.campagne-start .icon-container {
  max-width: 130px;
  float: right;
  z-index: 0;
  margin-right: -115px;
  margin-top: -145px;
}

.campagne-start .icon-container img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.campagne-start p.link {
  line-height: 1.5;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom:0;
}

.campagne-start p.link a {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  display: inline-block;
  border: 0;
  border-radius: 0;
  position: relative;
  padding: 6px 45px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500!important;
  font-style: normal!important;
  text-transform: uppercase;
  letter-spacing: 1.92px!important;
  width: unset;
  line-height: 1.4;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color: #5e5d59;
  color: #ffffff;
}

.campagne-start .greyish-brown {
  line-height: 1.5;
  color: #5e5d59;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.campagne-start .greyish-brown h2 {
  color: rgba(0,0,0,.75);
  font-size: 25px;
}



.news-listing .row-fluid > .widget-type-custom_widget .hs_cos_wrapper_type_rich_text h1{
  font-size: 1.6667rem;
  color: #202020;
}

.news-listing .row-fluid > .widget-type-custom_widget .hs_cos_wrapper_type_rich_text {
  margin-bottom: 30px;
  display: block;
}




@media (min-width: 768px) {
  .news-listing {
    padding: 30px 0;
  }
  .post_banner .info h1.heading {
    font-size: 40px;
  }
  .post_banner .info > div, .post_banner .info > div > div {
    height: 40vh;
    min-height: 350px;
  }
  .news-page {
    padding: 30px 0;
  }
  .news-page .content-wrapper,
  .news-listing-related .content-wrapper   {
    max-width: 733px;
  }
  .campagne-start {
    padding: 30px 0;
  }

}




@media (min-width: 992px) {
  .news-listing {
    padding: 45px 0;
  }

  .news-listing .left_col h1 {
    font-size: 35px;
  }

  .news-listing .row-fluid .left_col {
    width: 66.66667%;
    float: left; 
  }

  .news-listing .row-fluid .right_col {
    width: 33.33333%;
  }

  .news-listing .left_col .listing_blog .post-item {
    width: 33.33333%;
  }

  .news-listing .left_col .listing_blog .post-item:nth-of-type(3n+1) {
    clear: both;
  }
  .post_banner .item {
    height: 40vh;
    min-height: 350px;
  } 
  .blog-posts h2 {
    font-size: 30px;
  }
  .campagne-start {
    padding: 45px 0;
  }
  .campagne-start .greyish-brown h2 {
    color: rgba(0,0,0,.75);
    font-size: 30px;
  }
  .campagne-start .row .info {
    width: 50%;
  }




}

@media (min-width: 1200px) {
  .news-listing {
    padding: 60px 0;
  }

  .news-listing .left_col h1 {
    font-size: 45px;
  }

  .news-listing .row-fluid .right_col {
    width: 25%;
  }

  .sidebar-topic p.heading, .sidebar_social-media p.heading {
    font-size: 24px;
  }

  .listing_blog .post-item h2 {
    font-size: 24px;
  }
  .post_banner .item {
    min-height: 400px;
  }
  .post_banner .info > div, .post_banner .info > div > div {
    min-height: 400px;
  } 
  .blog-posts h2 {
    font-size: 35px;
  }
  .campagne-start {
    padding: 60px 0;
  }
  .campagne-start .greyish-brown h2 {
    color: rgba(0,0,0,.75);
    font-size: 35px;
  }
  .campagne-start .row .info {
    width: 66.66667%;
  }



} 



@media (max-width: 991px) and (min-width: 500px) {
  .news-listing .left_col .listing_blog .post-item {
    width: 50%;
  } 
}

@media (max-width: 991px) {
  .campagne-start .icon-container {
    max-width: 80px;
    float: unset;
    z-index: 0;
    margin: 30px auto 0;
    text-align: center;
  }
}


@media (max-width: 767px) {
  .news-listing .blog-pagination a {
    display: none;
  }

  .news-listing .blog-pagination a.pagination__prev, .news-listing .blog-pagination a.pagination__next {
    display: block;
  }

  .news-listing .blog-pagination .pagination-disabled {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .blog-post__body p img {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 250px;
  }
}


@media (max-width: 450px) {
  .campagne-start p.link a {
    font-size: 12px;
    padding: 10px 13px;
  }
}


.news-listing .listing_row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}




.meta {
  display: flex;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  line-height: 17px;
  align-items: center;
}
.meta--post {
  justify-content: space-between;
    border-top: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  align-items: start;
}
.reading {
  margin-left: auto;
  display:flex;
  align-items: center;
}

.post_avatar {
  overflow: hidden;
  width: 30px; height: 30px;
  border-radius: 1000px;
  background: #e8e8e8;
  margin-right: 10px;
}
.post_avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.meta_author {
  display: flex;
}

.reading svg {
  width: 15px; height: 15px; margin-right: 10px;
}


.news-listing #hs_cos_wrapper_search_input .hs-search-field__button {
    background: none;
    border: 0;
    margin-left: -34px;
    color: #202020;
}

.news-listing #hs_cos_wrapper_search_input .hs-search-field__button svg{
  height: 15px;
  margin-bottom: -2px;
  opacity: 0.4
}

.news-listing .hs-search-field__form {
  max-width: 300px;
}
#hs_cos_wrapper_search_input .hs-search-field__bar>form>.hs-search-field__input{
    border-radius: 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #aeaeac;
}

img {
  max-width: 100%;
}

.hs-blog-post h4 {
  font-size: 21px; 
  line-height: 36px;
  color: #202020;
}
.whitepaper {
  display: flex;
  align-items: center;
}
.whitepaper .button {
  background: #abc181;
  color: white;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 33px;
  font-weight: bold;
}
.whitepaper ul {
  margin-left: auto;
  list-style:none;
  display: flex;
}
.whitepaper ul li a {
  background: #dbdbdb;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-left: 10px;
}




/* Filter */

.filter-button {
  background: white;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #5a5a5a;
  color: #5a5a5a;
  font-size: 14px;
  width: 100px;
  position: absolute;
  right: 15px;
  top: -37px;
  line-height: 24px;
  cursor: pointer;
}
.filter-button svg {
  margin-right: 10px;
}

.filter-block {
  background-color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: 1fr;
  padding: 25px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.14);
  height: auto;
  opacity: 1;
  transition: opacity .3s linear;
}
.filter-block strong {
  margin-bottom: 15px;
  display: block;
}

.filter-block ul {
  list-style: none;
  padding: 0;
}
.filter-block ul  li {
  padding: 5px 0;
}
.filter-block ul  li a {
  font-size: 14px;
  line-height: 20px;
  color: #202020;
}


.post-item--highlight {
  padding: 15px;
  background: #f3f3f3;
}
.post-item--highlight .image {
  height: 150px;
}
.post-item--highlight .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-item--highlight h4,
.post-item--highlight h4 a{
  font-size: 24px;
  line-height: 28px;
  color: #202020;
}

.filter-hidden {
  height: 0;
  overflow: hidden;
  padding: 0;
}
  





@media screen and (min-width: 768px) {
  .news-listing .listing_row {
    grid-template-columns: 1fr 1fr;
  }
  .filter-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .news-listing .listing_row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filter-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .news-listing-related .listing_row {
    grid-template-columns: 1fr 1fr;
  }
  .news-listing-related {
    padding-top: 20px;
  }
    
}
/* ******************************************************************************
*********************************************************************************
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: Helvetica Neue, 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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
p.header {
  background: transparent;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52; 
}

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


@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
}



.content-wrapper--error {
  max-width: unset !important;
  background: url('https://7329237.fs1.hubspotusercontent-na1.net/hubfs/7329237/Svensson_July2020/images/404.jpg') center center no-repeat;
  background-size: cover;
}

.content-wrapper--error .error-page {
  margin: 0 auto;
  color: white;
  max-width: 1170px;
}

.content-wrapper--error h1 {
  margin: 0 auto;
  margin-bottom: 13rem;
  max-width: 800px;
  line-height: 70px;
  color: white;
  font-weight: 300;
 
}

.content-wrapper--error .hs-button {
  padding-top: 10px; padding-bottom: 10px;
  border: 1px solid white;
}

.content-wrapper--error .hs-button--outline {
  background: transparent;
  border: 1px solid white;
  color: white;
}
  

@media screen and (max-width: 640px) {
  .content-wrapper--error .error-page {
    padding: 3rem 0 1rem;
  }
  .content-wrapper--error h1 {
    margin-bottom: 8rem;
    line-height: 40px;
    font-size: 35px;
  }
}