/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  min-width:0;
  min-height:0;
}
/*! 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.content-wrapper {
  max-width:80%;
  margin:0 auto !important;
  float:none !important;
}

.content-wrapper-small,
.widget-type-rich_text {
  max-width:65%;
  margin:0 auto !important;
  float:none !important;
}


.hs-embed-wrapper{
  max-width: 100% !important;
  max-height: 100% !important;
}


/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}




/* Legacy grid  */

.two-column-text-and-form form .hs-button {
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem 1.5rem;
}

/* Three column content */

.three-column-content__container {
  padding:1.5rem 0;
}
.three-column-content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}
.three-column-content__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  margin-bottom:2rem;
  margin-right:5%;
}
.three-column-content__item:nth-child(3n+3) {
  margin-right:0;
}

/* 2 Column text and form */

.two-column-text-and-form__container {
  padding:1.5rem 0 3rem;
}

.two-column-text-and-form__header h1 {
  color:#333;
  text-align:center;
  text-transform:uppercase;
}

.two-column-text-and-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.two-column-text-and-form__item--text {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%;
}

.two-column-text-and-form__item--form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}

.basic-image{
  text-align: center;
}


@media screen and (min-width:1600px) {
  .widget-type-menu {
    max-width:1400px;
    margin: 0 auto;
  }
  .content-wrapper {
    max-width:1400px;
  }

  .content-wrapper-small, .widget-type-rich_text {
    max-width: 1010px;
  }
}

@media screen and (max-width:1200px) {

  .three-column-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 47%;
    flex:0 1 47%;
    margin-right:6%;
  }

  .three-column-content__item:nth-child(3n+3) {
    margin-right:6%;
  }

  .three-column-content__item:nth-child(2n+2) {
    margin-right:0;
  }

}

@media screen and (max-width:1000px) {

  .two-column-text-and-form__item--form,
  .two-column-text-and-form__item--text{
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

}

@media screen and (max-width:700px) {

  .three-column-content__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-right:0 !important;
  }

}


@media screen and (max-width:500px) {

  .content-wrapper {
    max-width:90%;
  }

  .content-wrapper-small,
  .widget-type-rich_text {
    max-width:90%;
  }
}

/* Responsive Grid  - BOILERPLATE */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.before-footer-dnd-area .row-number-1{
  margin-top: 2rem;
}


@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}


/*#######################
 #### PASIFIX ####
########################
alkuperäinen:

.dnd-section .dnd-column {
  padding: 0 20px;
}
johon muutettu padding "0"

#############################

*/


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: 'Recoleta-Regular';
    src: url('https://6852099.fs1.hubspotusercontent-na1.net/hubfs/6852099/fonts/Recoleta-Regular.woff2') format('woff2'),
        url('https://6852099.fs1.hubspotusercontent-na1.net/hubfs/6852099/fonts/Recoleta-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Recoleta-Medium';
    src: url('https://6852099.fs1.hubspotusercontent-na1.net/hubfs/6852099/fonts/Recoleta-Medium.woff2') format('woff2'),
        url('https://6852099.fs1.hubspotusercontent-na1.net/hubfs/6852099/fonts/Recoleta-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }
body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
h1{
  line-height: 110%;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Basic text */

.basic-text__container {
  margin: 1.5rem 0;
}

@media screen and (max-width:500px) {
  html {
    font-size:16px;
    line-height: 1.4;
  }

  h1 {
    font-size: 1.45rem;
    line-height: 1.25;
  }

  h2 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.35;
  }

  h5 {
    font-size: .9rem;
    line-height: 1.3;
  }

  h6 {
    font-size: .9rem;
    line-height: 1.3;
  }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 500;
  text-decoration: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  text-decoration: none;
}
/* Form fields */















::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family:'Roboto', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family:'Roboto', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family:'Roboto', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family:'Roboto', sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Password page */

.password-page .password-form form {
  max-width:65%;
   margin:0 auto;
 }


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: .875 rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
  font-size: 15px !important;
  
}

form .hs-richtext {
  font-size: 15px !important;
}  



form .legal-consent-container .hs-richtext p {
  font-size: 15px !important;
  
}

form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 15px !important;
  
}

/*  
form .legal-consent-container .hs-form-booleancheckbox-display .hs-richtext div {
font-size: 15px !important;
  
  }
*/
  
/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: solid 1px #000000M;
  background-color: transparent;
}

/* Forms legacy */

form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select {
  min-height: 2.5rem;
  border: 1px solid #000;
  padding: 0.35rem 1rem;
}

form .hs-button {
  background: transparent;
  border: 1;
  border-color: #000;
  color: #000;
  padding: 0.5rem 1.5rem;
  font-size: 0.7rem;
  cursor:pointer;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

form ul {
 list-style:none;
 padding-left:0;
 margin:0;

}

form label {
      font-size: 0.75rem;
}

form > * {
     margin-bottom: 1rem;
}



form .hs-form-booleancheckbox-display,
form .hs-form-checkbox-display,
form .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  position:relative;
}

form .hs-form-booleancheckbox-display > *,
form .hs-form-checkbox-display > *,
form .hs-form-radio-display > *{
  -webkit-box-flex:0;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
}

form .hs-form-booleancheckbox-display > span,
form .hs-form-checkbox-display > span,
form .hs-form-radio-display > span{
  margin-left:1.5rem;
}


form .hs-form-booleancheckbox-display > input,
form .hs-form-checkbox-display > input,
form .hs-form-radio-display > input {
  opacity:0;
      width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
}

form .hs-form-radio-display .radio-button {
  margin-left: 0;
    background: #ccc;
    height: 24px;
    width: 24px;
    border-radius: 50%;
  -webkit-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
  position:absolute;
}

form .hs-form-radio-display input:checked ~ .radio-button {
  background:#487962;
}

form .hs-form-radio-display .radio-button:before {
 position:absolute;
  content:"";
  height:24px;
  width:24px;
  -webkit-transform: scale(0.35);
      -ms-transform: scale(0.35);
          transform: scale(0.35);
  border-radius:50%;
  opacity:0;
  background:#FFF;
  -webkit-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

form .hs-form-radio-display input:checked ~ .radio-button:before {
 opacity:1;
}

form .hs-form-checkbox-display > span.checkmark,
form .hs-form-booleancheckbox-display > span.checkmark{
  position:absolute;
  left:0;
  height:24px;
  width:24px;
  background:#ccc;
  border-radius:3px;
  border:2px solid #ccc;
  margin-left:0;
  -webkit-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

form .hs-form-checkbox-display > span.checkmark:before,
form .hs-form-booleancheckbox-display > span.checkmark:before{
  position: absolute;
  content: "";
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

form .hs-form-checkbox-display input:checked ~ span.checkmark,
form .hs-form-booleancheckbox-display input:checked ~ span.checkmark{
  background-color:#487962;
  border-radius:5px;
  -webkit-transform:rotate(0deg) scale(1);
  -ms-transform:rotate(0deg) scale(1);
  transform:rotate(0deg) scale(1);
  opacity:1;
  border:2px solid #487962;
}

form .hs-form-checkbox-display input:checked ~ span.checkmark:before,
form .hs-form-booleancheckbox-display input:checked ~ span.checkmark:before{
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  opacity:1;
  left:8px;
  top:3px;
  width:6px;
  height:12px;
  border: solid #FFF;
  border-width:0 2px 2px 0;
  background-color:transparent;
  border-radius:0;
}


@media screen and (max-width:1000px) {

  .password-page .password-form form {
    max-width:100%;
    margin:0 auto;
  }

}

@media screen and (max-width:500px) {

  .hs-fieldtype-file input {
    overflow:hidden !important;
  }

  form .hs-form-booleancheckbox-display>span, form .hs-form-checkbox-display>span, form .hs-form-radio-display>span {
   margin-left:2rem;
  }

  form .hs-form-booleancheckbox-display, form .hs-form-checkbox-display, form .hs-form-radio-display {
   margin-bottom:1rem;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.body-container-wrapper .basic-text ul,
.body-container-wrapper .hs_cos_wrapper_type_inline_rich_text ul,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* hide overflow in the case of floating elements around ... */
    overflow: hidden;
}
.body-container-wrapper .basic-text ul li,
.body-container-wrapper .hs_cos_wrapper_type_inline_rich_text ul li,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}
.body-container-wrapper .basic-text ul li:before,
.body-container-wrapper .hs_cos_wrapper_type_inline_rich_text ul li:before,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
    /* with absolute position you can move this around or make it bigger without getting unwanted scrollbars */
    position: absolute;
    content: "• ";
    color: #D2C6AA;
    font-size: 50px;
    top:0 ;
    left: 0;
    line-height: 23px; /*removed 30px to line up with text*/
    /* use fonts like "arial" or use "sans-serif" to make the dot perfect round */
    font-family: Arial, sans-serif;
}
/* Email preferences */

.subscription-page .checkbox-row {
    overflow:visible;
   }

   .subscription-page .checkbox-row span.fakelabel span {
    font-weight:400;
     font-size:0.8rem;
   }

   .subscription-page .subscribe-options label span {
    font-weight:400;
   }

   .subscription-page h1 {
    font-size:1.6rem;
    line-height:1.3;
    margin:1rem 0;
     color:#333;
     text-transform:uppercase;
     text-align:center;
     font-weight:700;
   }

   .subscription-page h2 {
    color:#333;
     font-family:'Roboto', sans-serif;
   }

   html body .page-header {
    padding-bottom:0;
   }

   html body input.hs-input.email-edit {
    font-size:1rem !important;
    padding:0.35rem 1rem !important;
   }

   .widget-type-email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
    font-size:1rem;
   }

   p.header {
    margin-left:0;
   }

   #email-prefs-form #content {
    /*text-align:center; */
   }

   .email-prefs .item .item-inner {
     background:#FFF;
     border:0;
     padding:15px 0;
   }

   .email-prefs .item .item-inner.hovered {
     -webkit-box-shadow:none;
             box-shadow:none;
   }

   .checkbox-row {
    position:relative;
   }

   .checkbox-row input,
   #globalunsub {
         left: 0;
       top: 5px;
       opacity: 0;
       width: 24px;
       height: 24px;
       cursor: pointer;
       position: absolute;
       z-index: 5;
       float: none;
       vertical-align: baseline;
   }

   .checkbox-row .checkmark,
   #globalunsub + .checkmark {
        position: absolute;
       left: 0;
       height: 24px;
       width: 24px;
       background: #ccc;
       border-radius: 3px;
       border: 2px solid #ccc;
       margin-left: 0;
       -webkit-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
       transition: all .2s ease-out;
       float: none !important;
       margin: 0 !important;
       top: 5px;
   }

   .fakelabel .checkmark + span {
    margin-left:2rem !important;
   }

   .subscription-page .email-prefs .item {
    margin:0.25rem 0;
   }

   .subscription-page .item-inner p {
    margin-left:2rem;
     font-size:0.65rem;
   }

   .checkbox-row .checkmark:before,
   #globalunsub + .checkmark:before {
         position: absolute;
       content: "";
       -webkit-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
       transition: all .2s ease-out;
       opacity: 0;
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
       left: 8px;
       top: 3px;
       width: 6px;
       height: 12px;
       border: solid #FFF;
       border-width: 0 2px 2px 0;
       background-color: transparent;
       border-radius: 0;
   }

   .checkbox-row input:checked ~ span.checkmark,
   #globalunsub:checked ~ span.checkmark {
         background-color: #487962;
       border-radius: 5px;
       -webkit-transform: rotate(0) scale(1);
       -ms-transform: rotate(0) scale(1);
       transform: rotate(0) scale(1);
       opacity: 1;
       border: 2px solid #487962;
   }

   .checkbox-row input:checked ~ span.checkmark:before,
   #globalunsub:checked ~ span.checkmark:before {
        -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
       opacity: 1;
       left: 8px;
       top: 3px;
       width: 6px;
       height: 12px;
       border: solid #FFF;
       border-width: 0 2px 2px 0;
       background-color: transparent;
       border-radius: 0;
   }

   .email-prefs .item .item-inner.selected {
    background:0;
     border:0;
   }

   .globalunsub-parent {
    position:relative;
   }

   .globalunsub-parent .checkmark + span {
        margin-left: 1.5rem;
       display: inline-block;
       padding-top: 3px;
   }

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/



/* HEADER */


header.header{
  position:fixed;
  z-index:99999
}

.hs-search-field__bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#888888;
  font-size:0.7rem;
}
.hs-search-field__bar ::-moz-placeholder { /* Firefox 19+ */
  color:#888888;
  font-size:0.7rem;
}
.hs-search-field__bar :-ms-input-placeholder { /* IE 10+ */
  color:#888888;
  font-size:0.7rem;
}
.hs-search-field__bar :-moz-placeholder { /* Firefox 18- */
  color:#888888;
  font-size:0.7rem;
}

.header-middle__logo img{
  max-width: 215px !important;
  height: 30px;
}

.header__container {
  position:fixed;
  z-index:999;
  width:inherit;
  left: 0;
  top:0;
 }
 .header__wrapper{
   width: 100%;
 }
 
 .header {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
     padding-bottom: 0.9375rem;
 }

 .header > div {
  -webkit-box-flex:0;
      -ms-flex:0 1 100%;
          flex:0 1 100%;
 }

 .header__top {
   padding-top: 1rem;
 }

 .header-top__nav a {
   font-weight:500;
   text-decoration:none;
   text-transform:uppercase;
   margin-right:2rem;
   font-size:0.7rem;
   color: #000000;
 }

 .header-top__nav a:hover {
  text-decoration:underline;
 }

 .header-top__nav a:last-child {
  margin-right:0;
 }

 .main-nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
       -ms-flex-align: end;
           align-items: flex-end;
 }

 .main-nav a {
   text-decoration:none;
   text-transform:uppercase;
   margin-right:2rem;
   font-weight:400;
   -webkit-box-flex: 0;
       -ms-flex: 0 1 auto;
           flex: 0 1 auto;
   padding-bottom: 0.125rem;
   border-bottom:1px solid transparent;
   /*margin-bottom:0.375rem;*/
 }

 .main-nav a:hover {
   border-bottom:1px solid #000000;
 }

 .main-nav a:last-child {
   margin-right:0;
 }

 .main-nav a:first-child {
   color:#487962;
   font-weight:600;
   border-bottom:1px solid transparent;
 }

 .main-nav a:first-child:hover {
   border-bottom:1px solid #487962;
 }

 .header__middle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   padding:1rem 0;
 }

 .header-middle__main {
   -webkit-box-flex:0;
       -ms-flex:0 1 45%;
           flex:0 1 45%;
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
   -webkit-box-align:center;
       -ms-flex-align:center;
           align-items:center;
 }

 .header-middle__logo {
   -webkit-box-flex:0;
       -ms-flex:0 1 auto;
           flex:0 1 auto;
   margin-right:3rem;
 }

 .header-middle__search {
   -webkit-box-flex:1;
   -ms-flex:1;
   flex:1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }

 .header-middle__search .hs-search-field {
   -webkit-box-flex: 0;
       -ms-flex: 0 1 100%;
           flex: 0 1 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }



 .header-middle__search .hs-search-field__bar {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%;
       position: relative;
 }

 .header-middle__search .hs-search-field__bar:after {
   content:"\f002";
   font-family:'FontAwesome';
   right:0;
   z-index:5;
   position: absolute;
   top: 0;
   bottom: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   right: 1rem;
 }

 .header-middle__search .hs-search-field__bar form .hs-search-field__input {
     margin-bottom:0;
     color: #888888;
     font-style: italic;
     padding-right: 2.25rem;
     border:1px solid #888888;
     font-size:0.7rem;
     background: #FAF9F6;
 }

 .header-middle__search .hs-search-field__suggestions {
   position:absolute;
   top:100%;
   left:0;
   right:0;
   background: #FFF;
   list-style: none;
   padding-left: 0;

   margin-top: 0;
 }

 .header-middle__search .hs-search-field--open .hs-search-field__suggestions {
   padding: 1rem;
   border: 1px solid #e9e9e9;
 }

 .header-middle__links {
   -webkit-box-flex:0;
       -ms-flex:0 1 auto;
           flex:0 1 auto;
 }




/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

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

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

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

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

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

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

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

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

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* MOBILE NAV */

@media screen and (min-width:1024px) {
  .header__mobile {
   display:none;
  }
}

@media screen and (max-width:1023px) {
.header__desktop {
    display:none;
  }

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5rem 0 0.5rem;
  }

  .header-mobile__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-mobile__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header-mobile__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .mobile-nav-toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    width: 50px;
    min-height: 48px;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .mobile-nav-open .mobile-nav-toggle {
    background: #fafafa;
  }

  .mobile-nav-toggle > span:nth-child(1) {
    width: 30px;
    height: 2px;
    background: green;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .mobile-nav-open .mobile-nav-toggle > span:nth-child(1) {
    left:50%;
    width:0%;
    right:50%;
  }

  .mobile-nav-toggle > span:nth-child(2) {
    width: 30px;
    height: 2px;
    background: green;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .mobile-nav-open .mobile-nav-toggle > span:nth-child(2) {
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
  }

  .mobile-nav-toggle > span:nth-child(3) {
    width: 30px;
    height: 2px;
    background: green;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .mobile-nav-open .mobile-nav-toggle > span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
  }

  .mobile-nav-toggle > span:nth-child(4) {
    width: 30px;
    height: 2px;
    background: green;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .mobile-nav-open .mobile-nav-toggle > span:nth-child(4) {
    left:50%;
    width:0%;
    right:50%;
  }

  .header-mobile__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left:1rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }

  .header-mobile__logo {
   -webkit-box-flex:0;
       -ms-flex:0 1 auto;
           flex:0 1 auto;
  }

  .header-mobile__logo img {
    max-width: 100px;
  }

  .header-mobile__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right:1rem;
  }

  .header-mobile__search {
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .header-mobile__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background:#fafafa;
    display:none;
    padding: 1rem 0 0;
  }

  .header-mobile-nav__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header-mobile-nav__main > a,
  .header-mobile-nav__extra > a{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-decoration: none;
    color: #333;
    font-weight: 600;
        margin-bottom: 1rem;
  }

  .header-mobile-nav__extra {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top:1px solid #E7E9E8;
  }

  .header-mobile-nav__extra > a:first-child {
   margin-top:1rem;
  }

}
@media screen and (max-width:500px) {
  .header-middle__main {
    flex:0 1 100%;
   }

   .header-middle__logo {
    margin-right:0;
   }

}
@media screen and (max-width:400px) {

  .header-mobile__logo img {
   max-width:75px;
  }
}


/* Language switcher */

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

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

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

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

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

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}
/* Footer */



.footer__container--small .footer__wrapper {
    border-top:0;
   }

   .footer__top {
    margin-bottom:2rem;
    padding-top: 3rem;
   }

   .footer-nav {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     justify-content: space-between;
   }

   .footer-nav__item {
     -webkit-box-flex:0;
         -ms-flex:0 1 auto;
             flex:0 1 auto;
     margin-right:5vw;
   }

   .footer-nav__item:nth-child(4) {
    margin-right:0;
   }

   .footer-nav__item > * {
     /*display:block;
     width:100%;*/
   }

   .footer-nav__item > span {
     display:block;
     font-size: 0.8rem;
     text-decoration:none;
     margin: .75rem 0 1.1rem;
     font-weight: 500;
   }

   .footer-nav__item--children {
     /*display:-webkit-box;
     display:-ms-flexbox;
     display:flex;
     -ms-flex-wrap:wrap;
     flex-wrap:wrap;*/
   }

   .footer-nav__item--children > a {
     /*-webkit-box-flex:0;
     -ms-flex:0 1 100%;
     flex:0 1 100%;*/
     font-weight:400;
     text-decoration:none;
     font-size:0.7rem;
     display:block;
     color: #000000;
     line-height: 1.4rem;
   }

   .footer-nav__item--children > a:hover {
     color: #000000;
     text-decoration:underline;
   }

   .footer__middle {
     padding: 1rem 0 5rem;
   }

   .footer-middle__some {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    
   }

   .footer-middle-some__item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     text-decoration: none;
     color: #333;
     font-weight: 400;
     font-size: 0.7rem;
     margin-right:1.5rem;
   }

   .footer-middle-some__item:last-child {
    margin-right:0;
   }

   .footer-middle-some__item > span {
     height: 50px;
     width: 50px;
     background: #487962;
     border-radius: 50%; 
     padding: 0.6rem;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     margin-right: 0.75rem;
   }

   .footer-middle-some__item > span > svg {
     fill:#FFF;
     -webkit-box-flex:0;
         -ms-flex:0 1 100%;
             flex:0 1 100%;
   }
    .footer-middle-some__item img{
      height: 20px;
    }
   .footer__bottom {
     background: #FFF;
     padding-top:2rem;
     padding-bottom:2rem;
   }

   .footer-bottom__logos {
    /* display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
      */
   }

   .footer-bottom-logos__main {
     -webkit-box-flex:0;
         -ms-flex:0 1 auto;
             flex:0 1 auto;
   }

   .footer-bottom-logos__main img {
     max-width:125px;
   }

   .footer-bottom-logos__children {
     -webkit-box-flex:0;
         -ms-flex:0 1 auto;
             flex:0 1 auto;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: distribute;
     justify-content: center;
   }
    
   .footer-bottom-logos__children > a {
     -webkit-box-flex:0;
         -ms-flex:0 1 auto;
             flex:0 1 auto;
         margin-right: 1.5rem;
     padding: 1rem 1.5rem;
   }
  .footer-bottom-logos__children > a:first-child {
    border-right: solid 1px #D7D7D7;
  }

   .footer-bottom-logos__children > a:last-child {
    margin-right:0;
   }

   .footer-bottom-logos__children img {
     /*max-width:125px; */
     max-height:88px;
     height: 12px;
   }





/* Media queries */
@media screen and (max-width:1200px) {
    .footer-nav {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }

    .footer-nav__item {
        -webkit-box-flex:0;
            -ms-flex:0 1 49%;
                flex:0 1 49%;
        margin-right:0;
    }

    .footer-middle__some {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }

    .footer-middle-some__item {
        margin-right:0;
        margin-bottom:1rem;
        -webkit-box-flex:0;
            -ms-flex:0 1 45%;
                flex:0 1 45%;
    }
}
@media screen and (max-width:1000px) {
    .footer-bottom__logos {
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    }

    .footer-bottom-logos__main {
            border-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        text-align: center;
    }

    .footer-bottom-logos__children {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
}
@media screen and (max-width:700px) {
    .footer-middle-some__item>span {
        height: 35px;
    width: 35px;
    padding: .5rem;
    }

    .footer__middle {
    padding:2rem 0 1rem;
    }

    .footer-nav__item {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    }

    .footer-middle-some__item {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    }

    .footer-nav {
    margin:0;
    }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* Tarinamme timeline */

.tarinamme-timeline__content{
  display: flex;
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.timeline-year{
  flex: 1 0 auto;
  margin-right:  50px;
}
.timeline-year h2{
  font-size: 65px;
  line-height: 1;
}


/* Infobox ruskea */

.infobox-lavalight{
  padding: 1.8rem 1.8rem 1.2rem 1.8rem;
  background: #E6E1D1;
}
.infobox-lavalight h2{
  margin-bottom: 10px;
}

/* Social sharing emetro */
.social-sharing-emetro{
  display: flex;
}
.social-sharing-emetro a{
  margin-left: 10px;
}

/* ingressiteksti */ 
.content-ingressitext p{
  font-weight: 300; 
  font-size: 26px; 
}





    .kortti_2 {
      display: flex;
      flex-wrap: wrap;
    align-items: stretch;
      }

      .runko {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      border: 1px solid #ccc;
      }

/* #E6E1D1 */

      .kortti_header_2 {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #D2C6AA;
      }

      .kortti_header img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}


      .kortti_body_2 {
      background-color: #E6E1D1;
      padding: 2.4em ;
      }







    .kortti_3 {
      display: flex;
      flex-wrap: wrap;
    align-items: stretch;
      }

      .runko {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      border: 1px solid #ccc;
      }

/* #E6E1D1 */

      .kortti_header_3 {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #D2C6AA;
        max-height: 225px;
      }

.kortti_header img {
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

      .kortti_body_3 {
      background-color: #E6E1D1;
      padding: 1em ;
      }







.tekstipalsta_1 {
  display: flex;
  flex-direction: column;
  max-width: 745px;
  margin: auto;
}






.tekstipalsta_1_bg {
  display: flex;
  flex-direction: column;
  max-width: 745px;
  margin: auto;
  padding: 1.5rem;
  background: #E6E1D1;
}

.tekstipalsta_1-bg p{
max-width: 745px;
  margin: auto;
  font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0em;
text-align: left;
}





.wihuri_footer {
  width: 100%;
  background-color: #29694D;
  padding: 80px 0px 60px;
}

.wihuri_info_box {
  margin-right: auto;
  margin-left:  auto;
  max-width: 1150px;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
}
.logobox {
  margin: 0;
  width: 35%;
  text-align: right;
  padding-right: 2em;
}

.esittely_text {
  color: #fff;
}
.esittely_text p{
  max-width: 450px;
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 768px) {
  .infobox-lavalight{
    padding: 1rem;
  }
  
  .tarinamme-timeline__content{
    display: block;
  }
  .logobox{
    margin: 0 auto 1rem auto;
    width: 50%;
  }

.wihuri_info_box {
 flex-direction: column;
 width: 100%;
 padding: 0;
}


.esittely_text  p{
  width: 90%;
  padding:0;
  margin: 0;
  margin: 0 auto;
}


}






/* Blog listing */
/*start only AMP mode*/
/*html[amp] .logo-header-text {
  font-size: 10px;
}*/
/*end only AMP mode*/

.blog-listing-hero__container {
  padding:1rem 0;
}

.blog-listing-hero__topics ul {
  list-style: none;
  padding-left: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.blog-listing-hero__topics ul li {
  -webkit-box-flex:0;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
  margin-right:0.5rem;
  padding-left: 0;
}
.blog-listing-hero__topics ul li::before{
  display: none;
}

.blog-topic__bullet {
  color:#487962;
}

.blog-listing-hero__topics ul li:last-child {
  margin-right:0rem;
}

.blog-listing-hero__topics ul li a {
  /*text-transform: uppercase;*/
    text-decoration: none;
    color: #333;
    font-weight: 400;
    border: solid 1px #000;
    font-size: 0.8em;
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-bottom: 15px;
}

.blog-listing-hero__header h1 {
  /*text-transform:uppercase;*/
  margin-bottom: 0;
    margin-top: 2rem;
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding:1.5rem 0;
}

.smart-blog-content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.smart-blog-content__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  margin-bottom:2rem;
}

.post-item {
  position: relative; 
  -webkit-box-flex:0;
  -ms-flex:0 1 32%;
  flex:0 1 32%;
  margin-right:2%;
  margin-bottom:1.5rem;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  background: #E6E1D1;
}

.post-item:hover,
.smart-blog-content__item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.post-item:nth-child(3n+3) {
  margin-right:0;
}

.manual-content-2columns .post-item:nth-child(3n+3) {
  margin-right:2%;
}


.post-content {
 padding: 1rem;
}

.post-image {
  min-height: 12.5rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position:relative;
}

.smart-blog-content-item__image {
      min-height: 17.5rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  position:relative;
}

.post-image > a,
.smart-blog-content-item__image > a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.post-item .topic-link,
.smart-blog-content-item__topic a{
  font-size: 0.7rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  font-weight: 400;
}

.post-topics > p,
.smart-blog-content-item__topic > p {
  margin: .75rem 0 0;
      line-height: 1;
}

.post-content > a,
.smart-blog-content-item__content > a {
  text-decoration: none;
  font-weight: 400;
  color: #333;
}

.post-header h4,
.smart-blog-content-item__header h4 {
  margin: 0.65rem 0 .45rem;
}
.post-header h3,
.smart-blog-content-item__header h3 {
  margin: 0.65rem 0 .45rem;
}

.post-body > p,
.smart-blog-content-item__description > p {
  margin:0 0 1rem 0;
  font-size:0.8rem;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-pagination > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-pagination .blog-pagination-center {
  margin: 0 5rem;
}

.blog-pagination a {
  text-decoration:none;
  font-weight:400;
  color:#333;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  margin-right:1rem;
}

.blog-pagination-center a:last-child {
 margin-right:0;
}

.blog-pagination a:hover {
  color:#487962;
}

.blog-pagination .active {
  color:#487962;
}

.post-item__readmore-btn{
  padding: 5px 10px;
  border: 1px solid;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  margin: 1rem 0;
  position: absolute;
  bottom: 1rem;
}

.readmore-btn-spacer{
  height: 70px;
}

/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-color: #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  margin: 0 0.3rem;
}

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

@media (max-width: 767px) {
  .blog-pagination__number-link {
    display: none;
  }
}
/* Popular posts */

.post-listing__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  /*text-align: center;
  border-bottom: 2px solid #487962;*/
  margin-bottom: 1rem;
}
.post-listing__heading h2{
  font-size: 30px;
  margin-bottom: 0;
  padding-left: 10px;
}


/* Blog post */

.blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-post__social-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  text-align:center;
}

.blog-post__social-share > p {
 text-transform:uppercase;
  color:#000;
  padding-top:5rem;
}

.blog-post__social-share i {
  height: 50px;
  width: 50px;
  background:#487962;
  border-radius: 50%;
  padding: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}

.blog-post__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.blog-post__date {
 -webkit-box-flex:0;
     -ms-flex:0 1 10%;
         flex:0 1 10%;
  text-align:center;
}

.blog-post-date__day > span {
  font-size: 5rem;
    font-weight: 600;
  color:#487962;
    line-height: 1;
}

.blog-post-date__month-year > span {
  color:#487962;
    font-size: 1.5rem;
    line-height: 1;
}


.blog-post-content__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
  border-top: 2px solid #487962;
  border-bottom: 2px solid #487962;
  margin: 2rem 0;
}

.blog-post-content-author__image {
  -webkit-box-flex:0;
      -ms-flex:0 1 25%;
          flex:0 1 25%;
}

.blog-post-content-author__description {
  -webkit-box-flex:0;
      -ms-flex:0 1 70%;
          flex:0 1 70%;
}

.blog-post-content-author__description h4 {
  margin-top: 0;
}

.blog-post-content-author__description h4 a {
  text-decoration: none;
}

.blog-post-content-author__description p {
  font-size: 0.8rem;
}

.blog-post-content-author__some i {
 font-size:1.5rem;
}

.blog-post-content-author__some > a {
 margin-right:0.5rem;
}

.blog-post-content-author__some > a:last-child {
 margin-right:0;
}

.blog-post-hero__wrapper {
  min-height: 30rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 1.5rem 0;
}

.blog-post-hero__breadcrumb p {
 font-size:0.8rem;
}

.blog-post-hero__breadcrumb p a {
  color:#005EB8;
  font-weight:400;
  text-decoration:none;
}

.blog-post__topics {
      padding: 1rem 0 2rem;
}

.blog-post__topic {
      font-weight: 400;
    border: 1px solid #333;
    text-decoration: none;
    color: #333;
    padding: 0.5rem 1rem;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 1rem;
  margin-bottom:1rem;
}

.blog-post__topic:last-child {
 margin-right:0;
}

.post-listing > span {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
     flex-wrap:wrap;
}

/* Media queries */

.manual-content-2columns .post-image{
  min-height: 16rem;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
  .post-image {
    min-height:10rem;
   }
 }

@media screen and (max-width:1500px) {
  .blog-post-date__month-year>span {
    font-size:1.25rem;
  }

  .blog-post-date__day>span {
    font-size:4rem;
  }

}
@media screen and (min-width:1201px) {
  .manual-content-2columns .post-item{
    flex: 0 1 48%;
  }
}

@media screen and (max-width:1200px) {
  .blog-post {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }
  .blog-post__social-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blog-post__social-share > p {
    padding-top: 0;
    margin: 0 1rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .blog-post__social-share > a {
    margin: 0 0.5rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .blog-post__social-share > a:last-child {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .blog-post__social-share i {
    width: 35px;
    height: 35px;
    padding: 0.4rem;
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }

  .blog-post__content {
        -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .blog-post__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .blog-post-hero__wrapper {
  min-height:25rem;
  }


  .post-item {
    -webkit-box-flex:0;
        -ms-flex:0 1 49%;
            flex:0 1 49%;
  }

  .post-item:nth-child(3n+3) {
    margin-right:2%;
  }

  .post-item:nth-child(2n+2) {
    margin-right:0;
  }

  .smart-blog-content-item__image {
    min-height:12.5rem;
   }

}
@media screen and (max-width:1000px) {
  .blog-post-date__day>span {
    font-size:3rem;
  }

  .blog-post-date__month-year>span {
    font-size:1rem;
  }
  
  .post-image {
  min-height: 7.0rem;
  }
}

@media screen and (max-width:700px) {
  .post-item {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    margin-right:0 !important;
  }

  .blog-pagination .blog-pagination-center {
    margin:0 2.5rem;
  }


  .blog-post-content__author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .blog-post-content-author__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-bottom: 1rem;
  }

  .blog-post-content-author__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }


  .blog-post__social-share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align:left;
    padding:1rem 0 0.5rem;
  }

  .blog-post__social-share>p {
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .blog-post__social-share>a {
    min-width:35px;
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
    margin:0;
  }

  .blog-post-hero__wrapper {
   min-height:15rem;
  }
  .smart-blog-content__item {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
  }
  /*.post-image {
  min-height: 280px;
  }*/

}
@media screen and (max-width:400px) {

  .blog-pagination .blog-pagination-center {
    margin:0 1rem;
  }
  .post-image {
    min-height:168px;
  }
}