/* 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;
}
/*! 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 */
  -webkit-font-smoothing: antialiased; /* ns */
}

/* 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)
*/

/* Responsive Grid */

/* added to prevent scrollbars for page with off-margin images */
.body-container-wrapper {
    overflow: hidden;
}

/* page margins for smaller screens */
@media (min-width: 1280px) {
  .body-container-wrapper {
    *margin: 0;
  }
}



.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: 4.6875000000000000%;
        *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: 100%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

    .row-fluid .span1 {
        width: 4.036458333%;
        *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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 0px;
  *padding: 0 20px;
}

@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.)
*/

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

/* Anchors */

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

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* 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: 0;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin: 1rem 0;
    padding: 1.5rem;
    font-weight: bold;
    font-size: 1.25rem;
}

blockquote > * {
  font-weight: bold !important;
    font-size: 1.25rem !important;
  margin:0;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}

.basic-cta,
form input[type=submit], form .hs-button {
      padding: 0.5rem 1rem;
  border:1px solid;
  font-weight:bold;
  font-size:1rem;
  transition:all 0.3s ease;
  display:inline-block;
  background:transparent;
}

.basic-cta:hover {
 
}
/* Form fields */

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

/* 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-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fafafa;
    border-radius: 0;
  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: 0.875rem;
  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;
}

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}

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

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

/* Main CSS */

.header {
 position:relative; 
  background:#FFF;
  z-index:9999;
}

.header__container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  /*padding:2rem 0;*/
  border-bottom:1px solid #ebebeb;
}

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

.header__logo a {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex; 
}

/* Logo */

.header__logo img {
  max-width: 100px !important; 
  height: 28px;
}
@media (min-width: 1150px) {
  .header__logo img {
    max-width: 125px !important; 
    height: 35px;
  }
}
@media (min-width: 1280px) {
  .header__logo img {
    max-width: 125px !important; 
    height: 35px;
  }
}

.main-navigation__wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-navigation > div {
 margin-right:2rem;
  -webkit-box-flex:0;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
}

.main-navigation > div:last-child {
 margin-right:0; 
}

.main-navigation {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  margin-right:1.5rem;
}

.nav__item {
  margin-right: 2rem;
}

.nav__item > a[href=""] {
 cursor: initial;
      pointer-events: none;
}

.nav__item > a[href=""]:hover {
 color:inherit; 
}

.nav__item--1 {
 padding:2rem 0; 
      border-bottom: 3px solid transparent;
    margin-bottom: -1.5px;
}

.nav__item--1:hover > .nav-item__children {
  opacity:1;
  visibility:visible;
}

.nav__item--1:hover {
 border-bottom:3px solid #000; 
}

.nav-item__children {
     position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  opacity:0;
  visibility:hidden;
      padding: 1.5rem 0;
    z-index: 999999;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, .1);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, .1); 
  -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.nav-item__children > .content-wrapper {
     -webkit-box-flex: 0;
         -ms-flex: 0 1 100%;
             flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; 
}

.nav-item-children__inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 70%;
              flex: 0 1 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*    justify-content: space-between; */
}

.nav__item--2 > a  {
      margin-bottom: 1rem;
    display: block;
}

.nav__item--3 > a {
      display: block;
    margin-bottom: 0.25rem;
}

/* Language nav */

.header-nav-lang__nav > a {
      text-decoration: none;
    font-weight: bold;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    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;
}

.header-nav-lang__nav > a:hover {
 color:inherit; 
}

/* Mobile nav toggle styles */

.mobile-nav-toggle {
      height: 20px;
    width: 30px;
    position: relative;
}

.mobile-nav-toggle > span {
      content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
  left:0;
  -webkit-transform:rotate(0);
      -ms-transform:rotate(0);
          transform:rotate(0);
}

.mobile-nav-toggle > span:nth-child(1) {
  top:0;
}

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

.mobile-nav-toggle > span:nth-child(2) {
  top:50%;
}

.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) {
  top:50%;
}

.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) {
  top:100%;
}

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

.mobile-nav-overlay {
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.mobile-nav-open .mobile-nav-overlay {
 opacity:1;
  visibility:visible;
}

.dark-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.35);
}

/* Breadcrumb */

.header-breadcrumb-nav {
  list-style: none;
    margin: 0;
        padding: 0.5rem 0 1.5rem;
    font-size: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-breadcrumb-nav a {
 text-decoration:none; 
}

.header-breadcrumb-nav a[href=""] {
 cursor: initial;
      pointer-events: none;
}

.header-breadcrumb-nav a[href=""]:hover {
 color:inherit; 
}

.breadcrumb-divider {
 margin:0 0.5rem;
  font-size:0.75rem;
}

.breadcrumb-item.current-page .breadcrumb-label,
.breadcrumb-item .breadcrumb-label:hover {
 opacity:0.5; 
  color:inherit;
}

.main-navigation__language {
 margin-right:1.5rem; 
}

@media screen and (min-width:1151px) {
  
  .header__main {
     -webkit-box-flex: 0;
         -ms-flex: 0 1 auto;
             flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header__main > div {
 width:100%; 
}
  
 .header-mobile-buttons,
  .header-toggle,
  .header-main__buttons{
   display:none;
  }
  
  .nav-item__child-toggle {
   display:none; 
  }
}

/* BEGIN Mobile navigation */

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

  .header__main {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 90%;
    background: #FFF;
    right: -100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
    *padding:0 20px 20px;
    overflow:scroll;
    
    /*
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, .1);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, .1); 
    */
    
  }
  
  .mobile-nav-open .header__main {
   right:0; 
  }
  
  .header__main .header-main__buttons {
    margin-left: auto;
    /* margin-top: 1.5rem;
    margin-bottom: 1rem; */
    margin-right: 20px;
    height: 73px;
        display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .header-main__buttons  .header-nav-lang__nav {
   margin-right:1rem; 
  }
  
  .header__container {
    padding-top:1rem;
    padding-bottom:1rem;
  }
  
  .main-navigation__wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .main-navigation {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right:0;
    
    border-top: solid 1px #f5f5f5;
    padding-top: 0px;
  }
  
  .nav__item,
  .main-navigation>div {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin-right: 0;
    padding: 0;
    margin-bottom:0;
    border-bottom:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .nav__item {
    *padding: 0;
  }
  .nav__item a {
    padding: 15px 20px;
    display: block;
  }
  
  
  
  /* ms */
  .navi__item {
  }
  
  
  
  .nav__item > a {
   -webkit-box-flex:0;
       -ms-flex:0 1 auto;
           flex:0 1 auto; 
  }
  
  .nav__item .nav-item__child-toggle {
   -webkit-box-flex:0;
       -ms-flex:0 1 auto;
           flex:0 1 auto;
    padding: 10px 20px;
  }
  
  .nav__item .nav-item__child-toggle > i {
   -webkit-transition:all 0.3s ease;
   -o-transition:all 0.3s ease;
   transition:all 0.3s ease; 
  }
  
  .nav__item.nav__item--open > .nav-item__child-toggle > i {
   -webkit-transform:rotate(180deg);
       -ms-transform:rotate(180deg);
           transform:rotate(180deg); 
  }
  
  
  .nav-item__children {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    display:none;
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    
    
    background-color: #f5f5f5;
    
  }
  
  .nav-item-children__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 10px;
  }
  
  
  .nav__item--2 > a {
    font-weight: 400; 
    margin-bottom: 0;
  }
  
  .main-navigation__extra-buttons {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
    *margin-top:1rem;
    padding: 20px;
  }
  
  
  /* Font Styles and paddings */
  
  .nav__item--1 > a {
    font-weight: 700;
    font-size: 1.3em !important;
  }
  .nav__item--2 > a {
    font-weight: 700;
    font-size: 1.1em !important;
  }
  .nav__item--3 > a {
    font-size: 1.1em !important;
    padding: 3px 20px !important;
    margin: 0;
  }
  .nav__item--1 > a,
  .nav__item--2 > a {
    font-weight: 700;
  }
  
  
  
  
  
  .nav__item--1, 
  .nav__item--1:hover {
    border-bottom: 1px solid #f5f5f5 !important;
  }
  .nav__item--1:hover {
    /* border-bottom:0; */
  }
  
  .nav-item__children>.content-wrapper {
   padding:0; 
  }
  
  .header-mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  
  .header-mobile-buttons .header-nav-lang__nav {
    margin-right: 1rem;
  }
  
  .main-navigation__language {
   display:none; 
  }
  
}

/* END Mobile navigation */



















@media screen and (max-width:500px) {
  .header-breadcrumb-nav {
   font-size:.7rem; 
  }
  
  .breadcrumb-divider {
   margin:0 0.25rem;
    font-size:.5rem;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  margin: 3rem 0 0;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  flex-wrap:wrap;
}

.footer-content__item {
  flex: 0 1 21.4843750000000000%;
  *flex:0 1 24%; 
}

.footer-content__item p {
 font-size:0.9rem; 
}

.footer-content__item p a {
  display: block;
  border-bottom: none;
  box-shadow: none;
  color: #999;
}
.footer-content__item p a:hover {
  color: #e00034;
}

.footer-copyright {
  margin-bottom: 3rem;
  text-align: right;
  font-size: 0.75rem;
  margin-top: 5px;
  color: #999;
}

.footer-content__item--menu p {
  margin-bottom:0; 
}

.footer-content__item--menu li {
  flex:0 1 100%; 
  font-size:0.9rem;
}

@media screen and (max-width:950px) { 
  
  .footer-content__item {
    flex:0 1 100%; 
    margin-bottom:1rem;
  }
  
}

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

  .footer-content__item p {
    font-size: 1rem; 
  }
  .footer-content__item p a {
    padding: 0.8em 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%;
}
.popular-posts__container {
  padding:3rem 0; 
}

.popular-posts {
  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;
}

.popular-posts__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popular-posts-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  min-height: 10rem;
  margin-right: 3rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.popular-posts-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popular-posts-item__content > h4 {
  margin-bottom: 0.25rem;
  line-height:1.3;
}

.popular-posts__header {
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.popular-posts__header h3 {
  margin-bottom:0; 
}

.boxed-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: 30% !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  min-height: 16.5rem;
  padding: 1.5rem; 
}

.boxed-content > a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}

.boxed-content h4 i {
  font-size: 1rem;
  margin-left: 0.5rem; 
}

.people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.people__image {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
}

.people__image img {
}

.people__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2rem; 
}

.people__content h4 {
  margin-bottom:0.5rem; 
}

.people__content p {
  font-size: 0.9rem;
  color: #999; 
}

.numbers {
  text-align:center; 
}

.numbers__emphasized > span {
  font-size: 4.4rem; 
  font-family: 'Helvetica Now Display W05', Helvetica, sans-serif;
  font-weight: 325;
}

.numbers__info > p {
  margin-bottom:0;
  color: #999;
}

/* Module: Blog Feed */

.blog-feed {
  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;
}

.blog-feed__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 30%;
  flex:0 1 30%;
  margin-bottom: 1.5rem;
}

.blog-feed__item > a {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  text-decoration:none;
}

.blog-feed-item__image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 11rem;
  margin-bottom: 1.5rem;
}

.blog-feed-item__image > img {
  width: auto;
  height: 10rem;
  max-width: 100%;
}

.blog-feed-item__date {
  color:#999; 
}



/* CTA Block */

.cta-block {
  padding:1.5rem; 
}
.cta-block__content p:last-child {
  margin-bottom: 0;
}

/* People with info */

.people-with-info__image {
  min-height: 10rem;
  margin-bottom: 1.5rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; 
}

/* Tabbed content */

.tabbed-content__item {
  padding: 0rem 0;
  border-top: 1px solid #000;
}

.tabbed-content__item:last-child {
  border-bottom: 1px solid #000;  
}

.tabbed-content-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  cursor:pointer;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.tabbed-content-item__header:hover h3,
.tabbed-content-item__header:hover i,
.tabbed-content-item__header:hover svg {
  color: rgb(224,0,52);
  transition: all 0.3s ease;
}

.tabbed-content-item__header h3 {
  margin-bottom:0;
  margin-right: 0.5em;
}
.tabbed-content-item__header p {
  margin: 0.25em 0 0 0;
  padding: 0;
  width: 100%;
}

.tabbed-content-item__header > i {
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease; 
}

.tabbed-content-item__header--open > i {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg); 
}

.tabbed-content-item__content {
  padding-top:1rem; 
  padding-bottom: 1rem;
}

/* Kuvanauha */

.kuvanauha__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kuvanauha__heading {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%; 
}

.kuvanauha__images {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 3rem 0;
}

.kuvanauha__content {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%; 
}

.kuvanauha-images__item:nth-child(1),
.kuvanauha-images__item:nth-child(3) {
  min-height: 20rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.kuvanauha-images__item:nth-child(2),
.kuvanauha-images__item:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
  min-height: 15rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* People sideways */

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

.people-sideways__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
  padding: 1rem;
}

.people-sideways__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  min-height: 15rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Logo bar */

.logo-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo-bar-center {
  justify-content: center;
  align-items: center;
}
.logo-bar__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  opacity: 0.5;
  -webkit-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.logo-bar-center .logo-bar__item {
  padding: 0 4%;
}
.logo-bar-opacity .logo-bar__item {
  opacity: 1;
}
.logo-bar-nolines {
  border: none;
  padding: 0;
}
.logo-bar-nolines .logo-bar__item {
  margin: 0.7em 0;
}
.logo-bar__item:hover {
  opacity:1; 
}

/* Boxed content with image */

.boxed-content-with-image__image {
  min-height: 12.5rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.boxed-content-with-image__content {
  padding:1.5rem; 
}

.listed-content-item__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 30.2083333333333000%;
  flex:0 1 30.2083333333333000%; 
}

.listed-content-item__content {
  -webkit-box-flex:0;
  -ms-flex:0 1 65.1041666666667000%;
  flex:0 1 65.1041666666667000%;
}

/* Listed content */

.listed-content__item {
  padding: 1rem 0;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listed-content__item:last-child {
  border-bottom:1px solid #000; 
}

/* References feed */

.references-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.references-feed.tiedotteet-hero {
  margin:3rem 0; 
}

.tiedotteet-hero a {
  color:inherit; 
  text-decoration:none;
}

.tiedotteet-hero .references-item-heading__tag {
  color:#999; 
}

.references__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom:5rem;
}

.references__item:last-child {
  margin-bottom:0; 
}


.references-item__content {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1;
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%;
}

.references-item__heading h3 a:hover {
  color:inherit;
}

.references-item__image {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2; 
  -webkit-box-flex: 0; 
  -ms-flex: 0 1 calc(50% + 10rem); 
  flex: 0 1 calc(50% + 10rem);
  min-height: 30rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-right: -10rem;
  position: relative;
}

.references-item-image__text {
  position: absolute;
  top: calc(100% + 5px);
}

.references-item-image__text > p {
  margin:0; 
}

.references__item:nth-child(even) .references-item-image__text,
.tiedotteet-hero .references__item .references-item-image__text {
  right:0; 
}

.references__item:nth-child(even) .references-item__content,
.tiedotteet-hero .references__item .references-item__content {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2; 
}

.references__item:nth-child(even) .references-item__image,
.tiedotteet-hero .references__item .references-item__image {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1;
  margin-right:0;
  margin-left:-10rem;
}

.tiedotteet-hero .references__item .references-item__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.two-col-text__wrapper {
  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;
  padding: 1.5rem;
}

.two-col-text__item:nth-child(1) {
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%;
}

.two-col-text__item:nth-child(2) {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}






/* Tapahtumat HubDB */

.tapahtumat-listing__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.tapahtumat-listing-hero__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 38.9322916666667000%;
  flex: 0 1 38.9322916666667000%;
}

.tapahtumat-listing-hero__text h1{

}

.tapahtumat-listing-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  min-height: 30rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.tapahtumat-listing-hero__figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 56.3802083333333000%;
  flex: 0 1 56.3802083333333000%;
  position: relative;
}

.tapahtumat-listing-hero-image__text {
  position: absolute;
  top: 100%;
  left: 0;
  color: #999;
  margin-top: 5px;
  font-size: .8rem;
}

.tapahtumat-listing__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tapahtumat-listing-feed__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.tapahtumat-listing-feed__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.65825%;
  flex: 0 1 47.65825%;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.tapahtumat-listing-feed-item__text {
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tapahtumat-listing-past-events__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 3rem;
}

.tapahtumat-listing-feed-item__date,
.tapahtumat-listing-feed-item-past__date {
  color:#999; 
}

.tapahtumat-listing-feed-item__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.tapahtumat-listing-feed-item__img {
  max-width: 100%;
}

.tapahtumat-listing-feed__item-past {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #bababa;
  margin-bottom: 1.5rem;
}



/* Tapahtumat HubDB - Speakers */

.tapahtumat-post-speakers__people, 
.tapahtumat-post-speakers__keynote {
  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;
}

.tapahtumat-post-speakers-people__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.6562500000000000%;
  flex: 0 1 47.6562500000000000%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.tapahtumat-post-speakers-keynote__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}





.tapahtumat-post-speakers-people__item > a,
.tapahtumat-post-speakers-keynote__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  text-decoration:none;
  color:inherit;
}

.tapahtumat-post-speakers-people__item > a:hover,
.tapahtumat-post-speakers-keynote__item > a:hover {
  color:inherit;
  text-decoration:none;
}

.tapahtumat-post-speakers-people-item__image,
.tapahtumat-post-speakers-keynote-item__image {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
}

.tapahtumat-post-speakers-people-item__image img {
  width: 160px;
  max-width: 100%;
}
.tapahtumat-post-speakers-keynote-item__image img {
  width: 320px;
  max-width: 100%;
}

.tapahtumat-post-speakers-people-item__info,
.tapahtumat-post-speakers-keynote-item__info {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-left: 60px;
}

.tapahtumat-post-speakers-people-item__name h4,
.tapahtumat-post-speakers-keynote-item__name h4 {
  margin-bottom:0.5rem; 
}

.tapahtumat-post-speakers-people-item__title-and-company span,
.tapahtumat-post-speakers-keynote-item__title-and-company span {
  display:block;
  color:#999;
}

.tapahtumat-post-speakers-people-item__bio, 
.tapahtumat-post-speakers-keynote-item__bio {
  margin-top:1rem; 
}

.tapahtumat-post-speakers__heading {
  margin-bottom:3rem; 
}




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

  .tapahtumat-post-speakers-people__item,
  .tapahtumat-post-speakers-keynote__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
  
}

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

  .tapahtumat-post-speakers-people__item, 
  .tapahtumat-post-speakers-keynote__item {
   -ms-flex-wrap:wrap;
       flex-wrap:wrap;
    margin-bottom: 1rem;
  }
  
  .tapahtumat-post-speakers-people-item__image,
  .tapahtumat-post-speakers-keynote-item__image {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
    margin-bottom: 1em;
  }
  
  .tapahtumat-post-speakers-people-item__info,
  .tapahtumat-post-speakers-keynote-item__info {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%;
    margin-left:0;
  }

  .tapahtumat-post-speakers-people__item > a,
  .tapahtumat-post-speakers-keynote__item > a {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .tapahtumat-post-speakers-people-item__image,
  .tapahtumat-post-speakers-keynote-item__image {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
  
  .tapahtumat-post-speakers-people-item__info,
  .tapahtumat-post-speakers-keynote-item__info {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-left:0;
  }

}


/* END - Speakers */







.tapahtumat-post > div {
  margin-bottom:3rem; 
}

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

.tapahtumat-post-hero__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.65825%;
  flex: 0 1 47.65825%;
}

.tapahtumat-post-hero__text span {
  color:#999; 
}

.tapahtumat-post-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  min-height:30rem;
}

.tapahtumat-post-hero__figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.65825%;
  flex: 0 1 47.65825%;
  position: relative;
}

.tapahtumat-post-hero-image__text {
  position: absolute;
  top: 100%;
  left: 0;
  color: #999;
  margin-top: 5px;
  font-size: .8rem;
}

.tapahtumat-post-info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5rem;
  padding-top: 1.5rem;
  border-top: 2px solid #bababa;
}

.tapahtumat-post-info-bar > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 2.5rem;
}

.tapahtumat-post-info-bar > div:last-child {
  margin-right:0;
}

.tapahtumat-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.tapahtumat-post__info {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.tapahtumat-post__form {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.efiacademy-listing__container .tapahtumat-listing-feed__item > a {
  color: initial;
  text-decoration: none;
  padding: 1.5rem;
}

.efiacademy-listing__container .tapahtumat-listing-feed__item > a:hover {
  color: initial;
  text-decoration: none;
}

.efiacademy-listing__container .efiacademy-listing-feed-item__topic {
  margin-bottom:1rem;
}

.efiacademy-listing__container .efiacademy-listing-feed-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.efiacademy-listing-feed-item-info__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 2rem;
}

.efiacademny-listing-feed-item-info__place {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.efiacademy-listing__container .tapahtumat-listing-feed-item__text {
  padding:0; 
}

.efiacademy-listing-feed-item__name h4 {
  margin-bottom:0; 
}

.efiacademy-listing-feed-item__name {
  margin-bottom:1rem; 
}

.efiacademy-post__container {
  padding-top:3rem; 
}

.efiacademy-post__container .tapahtumat-post__header {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
}

.efiacademy-post__info {
  -webkit-box-flex:0;
  -ms-flex:0 1 45%;
  flex:0 1 45%; 
}

.efiacademy-filters {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
}

.efiacademy-filter__item {
  font-weight: bold;
  opacity: 1;
  text-decoration: none; 
  color: #000;
  cursor:pointer;
  font-size:20px !important;
  margin-right:1.5rem;
}

.efiacademy-filter__item:last-child {
  margin-right:0; 
}

.efiacademy-filter__item:hover,
.efiacademy-filter__item--active {
  opacity:0.5; 
}

.efiacademy-listing__container .tapahtumat-listing-feed__item {
  width:46%; 
  
}

.gutter-sizer {
 width:8%; 
}

.efiacademy-heading {
  margin: 0 0 3rem;
}

/* People HubDB */

.kouluttajat-post-hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5rem;
  max-width: 70%;
}

.kouluttajat-post-hero-info__image {
  margin-right: 3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.kouluttajat-post-hero-info__image img {
  max-width:250px; 
}

.kouluttajat-post-hero-info__description {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.kouluttajat-post__trainings {
  margin-top:5rem; 
}

.body-container--people-hubdb .dnd-section {
  margin-bottom:0; 
}

@media screen and (max-width:950px) {
  
  .tapahtumat-post-hero {
   -ms-flex-wrap:wrap;
       flex-wrap:wrap; 
  }
  
  .tapahtumat-post-hero__image, .tapahtumat-post-hero__figure {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .tapahtumat-post__info {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .tapahtumat-post__form {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .kouluttajat-post-hero__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100%;
    margin-top: 1.5rem;
  }
  
  .kouluttajat-post-hero-info__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  
  .kouluttajat-post-hero-info__description {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .efiacademy-post__info {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .tapahtumat-post-info-bar {
   -ms-flex-wrap:wrap;
       flex-wrap:wrap; 
  }
  
  .tapahtumat-post-info-bar>div {
   margin-right:0;
    margin-bottom:1rem;
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
  }
  
  .tapahtumat-post-hero__text {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }

  .tapahtumat-listing__hero {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap; 
  }

  .tapahtumat-listing-hero__text {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%; 
  }

  .tapahtumat-listing-hero__image, .tapahtumat-listing-hero__figure {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%; 
  }

  .efiacademy-listing__container .tapahtumat-listing-feed__item {
    width:100%;
    margin-left:0;
    margin-right:0;
  }

  .tapahtumat-listing-feed__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .popular-posts__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .blog-feed__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .references__item {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .references-item__content {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
    margin-bottom:1rem;
    -webkit-box-ordinal-group:2 !important;
    -ms-flex-order:1 !important;
    order:1 !important;
  }

  .references-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-height: 15rem;
    -webkit-box-ordinal-group:3 !important;
    -ms-flex-order:2 !important;
    order:2 !important;
  }

  .listed-content__item {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .listed-content-item__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .listed-content-item__content {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .kuvanauha__images {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .kuvanauha-images__item:nth-child(1), .kuvanauha-images__item:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 61%;
    flex: 0 1 61%;
    min-height: 15rem;
    margin-bottom: 1rem;
  }

  .kuvanauha-images__item:nth-child(2), .kuvanauha-images__item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    margin-bottom: 1rem;
    min-height:15rem;
  }

  .kuvanauha__heading,
  .kuvanauha__content {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

}

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

  .tapahtumat-post-hero__image {
   min-height:15rem; 
  }
  
  .efiacademy-listing__container .efiacademy-listing-feed-item__info {
   -ms-flex-wrap:wrap;
       flex-wrap:wrap; 
  }
  

  
  .tapahtumat-listing-hero__image {
   min-height:15rem; 
  }
  
  .tapahtumat-listing-feed__item-past {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%; 
  }

  .tapahtumat-listing-feed__item {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap; 
  }

  .tapahtumat-listing-feed-item__text {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    order: 2;
  }

  .tapahtumat-listing-feed-item__image {
    -webkit-box-flex:0;
        -ms-flex:0 1 100%;
            flex:0 1 100%;
    order: 1;
  }



  .popular-posts__item {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .popular-posts-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .popular-posts-item__content {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }
}








/* NS - Kuvitus module */

.kuvitus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
.kuvitus.kuvitus-asiakastarina {
  margin-bottom: 2rem;
}
.kuvitus .kuvitus-img {
  width: 100%;
}
.kuvitus .kuvitus-figcaption {
  width: 100%;
  margin: 0.75rem 0 0.75rem 0;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Helvetica Now Micro W05', Helvetica, sans-serif;
  font-weight: 400;
}
.kuvitus.kuvitus-normal {
}

/* extend the image over the margins on large screens only */
@media (min-width: 1280px) {

  /* extend the image left over the margin */
  .kuvitus.kuvitus-left {
    margin-left: -10rem;
  }
  .kuvitus.kuvitus-left .kuvitus-figcaption {
    padding-left: 10rem;
    max-width: 100%;
  }

  /* extend the image right over the margin */
  .kuvitus.kuvitus-right {
    margin-right: -10rem;
  }
  .kuvitus.kuvitus-right .kuvitus-figcaption {
    padding-right: 10rem;
    max-width: 100%;
  }

  /* extend the image right over the margin */
  .kuvitus.kuvitus-full {
    margin-right: -10rem;
    margin-left: -10rem;
  }
  .kuvitus.kuvitus-full .kuvitus-figcaption {
    padding-right: 10rem;
    padding-left: 10rem;
    max-width: 100%;
  }

}




/* NS - References feed */

.refs-feed {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.refs-item {
  margin: 0 0 20px 0;
}
.refs-item:last-child {
  margin-bottom: 0;
}
.refs-tag {
   color: #999;
}

/* smaller screens */

.refs-item {
  display: flex;
  flex-direction: column;
}
.refs-item .refs-text, .refs-item .refs-image {
  width: 100%;
}
.refs-item .refs-text {
  order: 2;
}
.refs-item .refs-image {
  order: 1;
}
.refs-item .refs-image .kuvitus {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.refs-item .refs-image .kuvitus .kuvitus-figcaption {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

/* larger screens */
@media (min-width: 768px) {

  .refs-item {
    display: flex;
    flex-direction: row;
    margin: 0 0 40px 0;
  }
  .refs-item .refs-text, .refs-item .refs-image {
    width: 47.6562500000000000%; /* span6 */
    margin-left: 4.6875000000000000%; /* 60px */
  }
  .refs-item .refs-text {
    order: 1;
    margin-left: 0;
  }
  .refs-item .refs-image {
    order: 2;
  }
  .refs-item .refs-image .kuvitus {
  }
  .refs-item .refs-image .kuvitus .kuvitus-figcaption {
    max-width: 100%;
  }
  .refs-item:nth-child(even) .refs-text {
    order: 2;
    margin-left: 4.6875000000000000%; 
  }
  .refs-item:nth-child(even) .refs-image {
    order: 1; 
    margin-left: 0;
  }
  .refs-item:nth-child(even) .refs-image .kuvitus {
  }
  .refs-item:nth-child(even) .refs-image .kuvitus .kuvitus-figcaption {
    margin-right: 0;
  }
  
}

/* larger screens */
@media (min-width: 1280px) {

  .refs-item {
    margin: 0 0 60px 0;
  }
  .refs-item .refs-text {
    width: 38.9322916666667000%; /* span5 */
  }
  .refs-item .refs-image {
    width: 56.3802083333333000%; /* span7 */
  }
  .refs-item .refs-image .kuvitus {
    margin-right: -10rem;
  }
  .refs-item .refs-image .kuvitus .kuvitus-figcaption {
    padding-right: 10rem;
    max-width: 100%;
  }
  .refs-item:nth-child(even) .refs-image .kuvitus {
    margin-left: -10rem;
    margin-right: 0;
  }
  .refs-item:nth-child(even) .refs-image .kuvitus .kuvitus-figcaption {
    padding-left: 10rem;
    margin-right: 0;
    max-width: 100%;
  }

}




/* NS - News feed */

.asiakastarinat-listing-header__video .news-feed {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .asiakastarinat-listing-header__video .news-feed {
    margin: 80px 0;
  }
}
@media (min-width: 1280px) {
  .asiakastarinat-listing-header__video .news-feed {
    margin: 100px 0;
  }
}


/* NS - News feed */

.news-feed {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news-item {
  margin: 0 0 100px 0;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-tag {
   color: #999;
}

/* smaller screens */

.news-item {
  display: flex;
  flex-direction: column;
}
.news-item .news-text, .news-item .news-image {
  width: 100%;
}
.news-item .news-text {
  order: 2;
}
.news-item .news-image {
  order: 1;
}
.news-item .news-image .kuvitus {
  margin: 0;
}
.news-item .news-image .kuvitus .kuvitus-figcaption {
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
}

/* larger screens */
@media (min-width: 768px) {

  .news-item {
    display: flex;
    flex-direction: row;
  }
  .news-item .news-text, .news-item .news-image {
    width: 47.6562500000000000%; /* span6 */
    margin: 0;
  }
  .news-item .news-text {
    order: 2;
    width: 47.6562500000000000%; /* span6 */
    margin-left: 4.6875000000000000%; /* 60px */
  }
  .news-item .news-image {
    order: 1;
  }
  .news-item .news-image .kuvitus {
  }
  .news-item .news-image .kuvitus .kuvitus-figcaption {
    max-width: 100%;
  }
}

/* larger screens */
@media (min-width: 1280px) {

  .news-item .news-text {
    width: 47.6562500000000000%; /* span6 */
  }
  .news-item .news-image {
    width: 47.6562500000000000%; /* span6 */
  }
  .news-item .news-image .kuvitus {
    margin-left: -10rem;
  }
  .news-item .news-image .kuvitus .kuvitus-figcaption {
    padding-left: 10rem;
    max-width: 100%;
  }
}







/* Module: Blog Feed */

.blogfeed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.34375%;
  margin-right: -2.34375%;
}

/* mobile screen */
.blogfeed__item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1.4rem;
  padding-left: 2.34375%;
  padding-right: 2.34375%;
}
.blogfeed__item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-decoration: none;
  flex-direction: row;
  align-items: flex-start;
}
.julkaisut-listing-feed .blogfeed__item > a {
    border-top: 1px solid #bababa;
    padding-top: 1.5rem;
}
.blogfeed-item__image {
  margin-bottom: 1.4rem;
}
.blogfeed-item__bgimage {
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 100px;
  margin-bottom: 1.4rem;
}
.blogfeed-item__content {
  display: flex;
  flex: 0 0 70%;
  flex-direction: column;
  padding-left: 20px;
}
.blogfeed-item__tags {
  display: block;
  margin-bottom: 0.75rem;
  color: #999;
  font-family: 'Helvetica Now Micro W05',Helvetica,sans-serif;
  font-size: 0.75rem;
}
.blogfeed-item-tags__item {
  margin-right: 0.5rem;
}
.blogfeed-item__image > img {
    width: auto;
    max-width: 100%;
    max-height: 10rem;
}

.blogfeed-item__date {
  color:#999; 
}


/* mid-sized screen */
@media (min-width: 768px) {

  .blogfeed {
  }
  .blogfeed__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blogfeed__item > a {
    flex-direction: column;
  }
  .blogfeed-item__image {
  }
  .blogfeed-item__bgimage {
    min-height: 180px;
  }
  .blogfeed-item__content {
    flex: 0 0 100%;
    padding: 0;
  }

}

/* large screen */
@media (min-width: 960px) {
  
  .blogfeed {
  }
  .blogfeed__item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 2.34375%;
    padding-right: 2.34375%;
    margin-bottom: 2.8rem;
  }
  .blogfeed__item > a {
    flex-direction: column;
  }
  .blogfeed-item__image {
  }
  .blogfeed-item__image > img {
  }
  .blogfeed-item__bgimage {
    min-height: 216px;
  }
  .blogfeed-item__content {
    flex: 0 0 100%;
    padding: 0;
  }
  
}









/* Module Icons */

.areas-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.areas-item {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.area-icon {
  width: 50px;
  margin-right: 1.5em;
}
.area-img {
  width: 50px;
}
.area-info {
}
h4.area-title {
  margin-bottom: 0.3rem;
}
.area-title span {
  margin-right: 0.5em;
}
.area-link {
  text-decoration: none;
}
a.icon-link:hover .area-img {
  opacity: 0.5;
}

/* mobile only */
@media (max-width: 767px) {
}

/* mid-size */
@media (min-width: 768px) and (max-width: 1279px) {


  .areas-container {
  }
  .areas-item {
    width: 47.6562500000000000%; /* span6 */
    margin-left: 4.6875000000000000%; /* 60px */
  }
  .areas-item:first-child {
    margin-left: 0;
  }
  .areas-item:nth-child(3n), .areas-item:nth-child(5n) {
    margin-left: 0;
  }
  .areas-item:nth-child(6n) {
    margin-left: 4.6875000000000000%; /* 60px */
  }

}

/* large */
@media (min-width: 1280px) {
  
  .areas-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .areas-item {
    width: 30.2083333333333000%; /* 33% */
    margin-left: 4.6875000000000000%; /* 60px */
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
  }
  .areas-item:first-child {
    margin-left: 0;
  }
  .areas-item:nth-child(4n) {
    margin-left: 0;
  }

}







/* Module: Masthead */

.masthead-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.masthead-image {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  line-height: 0;
}

/* new */
.masthead-image.hasmobile {
  display: none;
}
.masthead-mobileimage {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  line-height: 0;
}
.masthead-mobileimg {
  width: 100%;
}
/* end new */

.masthead-img {
  width: 100%;
}
.masthead-content {
  display: flex;
  flex-direction: column;
}
.masthead-text {
  margin-top: 30px;
}
.masthead-ctabox-wrapper {
  display: flex;
  width: 100%;
}
.masthead-headline {
}
.masthead-lead {
  color: #999;
}

/* CTA box */
.masthead-ctabox {
  display: flex;
  padding: 1.5em;
  background-color: #f5f5f5;
  flex-direction: column;
  width: 100%;
}
.masthead-ctabox p:last-child {
  margin-bottom: 0;
}
.masthead-ctabox.white {
  background-color: #f5f5f5;
}
.masthead-ctabox.black {
  background-color: #000 !important;
}
.masthead-ctabox.black p, .masthead-ctabox.black h2, .masthead-ctabox.black h3, .masthead-ctabox.black h4, .masthead-ctabox.black h5 {
  color: #fff !important;
}
.masthead-ctabox.hide {
  display: none;
}




/* mid-size */
@media (min-width: 768px) {
  
  .masthead-container {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
  }
  .masthead-container.masthead-large {
    min-height: 500px;
  }
  .masthead-image {
    position: absolute;
    z-index: 0;
    margin-left: -10rem;
    margin-right: -10rem;
    overflow: hidden;
    background-color: #f5f5f5;
    height: 100%;
    width: calc(100% + 20rem);
  }
  
  /* begin new */
  .masthead-image.hasmobile {
    display: block;
  }
  .masthead-mobileimage {
    display: none;
  }
  /* end new */
  
  .masthead-img {
    *max-width: 100%;
  }
  .masthead-content {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1280px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
  }
  .masthead-text {
    width: 47.6562500000000000%; /* span6 */
    margin-top: 0;
  }
  .masthead-ctabox-wrapper {
    display: flex;
    width: 38.9322916666667000%; /* span5 */
    margin-left: 4.6875000000000000%;
  }
  .masthead-headline {
  }
  .masthead-lead {
  }
  /* white styling option */
  .masthead-container.white .masthead-image {
  }
  .masthead-container.white .masthead-text h1, .masthead-container.white .masthead-text p {
    color: #fff;
  }

  /* CTA box */
  .masthead-ctabox {
    background-color: #fff;
  }
  .masthead-ctabox.white {
    background-color: #fff;
  }
  
  
  
}

/* large */
@media (min-width: 1280px) {
  
  .masthead-container {
  }
  .masthead-container.masthead-large {
    min-height: 700px;
  }
  .masthead-image {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: calc(100% + 20rem);
    background-color: #f5f5f5;
  }
  .masthead-img {
  }
  .masthead-content {
    padding-top: 100px; /* margin from top */
    padding-bottom: 100px;
    max-width: 1280px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
  }
  .masthead-text {
  }
  .masthead-ctabox-wrapper {
    display: flex;
    width: 30.2083333333333000%;
    margin-left: 4.6875000000000000%;
  }
  .masthead-headline {
  }
  .masthead-lead {
    max-width: 90%; /* space for image */
  }
  /* white styling option */
  .masthead-container.white .masthead-image {
  }
  .masthead-container.white .masthead-text h1, .masthead-container.white .masthead-text p {
    color: #fff;
  }
  
  
  
  
}








/* Module Icons */

.icons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.34375%;
  margin-right: -2.34375%;
}
.icons-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 2.34375%;
  padding-right: 2.34375%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.icon-icon {
  width: 50px;
  margin-right: 1.5em;
}
.icon-img {
  width: 50px;
}
.icon-info {
}
h4.icon-title {
  margin-bottom: 0.3rem;
}
.icon-title span {
  margin-right: 0.5em;
}
.icon-link {
  text-decoration: none;
}
a.icon-link:hover .icon-img {
  opacity: 0.5;
}

/* mobile only */
@media (max-width: 767px) {
}

/* mid-size */
@media (min-width: 768px) and (max-width: 1279px) {

  .icons-container {
  }
  .icons-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

/* large */
@media (min-width: 1280px) {
  
  .icons-container {
  }
  .icons-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 2.34375%;
    padding-right: 2.34375%;
    margin-bottom: 1em;
  }
  .icons-item-two {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .icons-item-one {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
}



/* STT news */

.stt-items {
}
.stt-item {
}
.stt-date {
  font-size: 0.8em;
  padding: 0;
  margin: 0 0 0.5em 0;
}
.stt-title {
}
.stt-title a {
  text-decoration: none;
}
.stt-preview {
}
.stt-notice {
}