/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row2 {
  margin-left: -32px;
  margin-right: -32px;
}
.row3 {
  margin-left: -16px;
  margin-right: -32px;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {	
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* Added for new private section - footer margin */  
  .col-md-footer {
    padding-left: 15%;
    padding-right: 15%;
  }
  
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-lg-16 {
		width:100%;
		float:left;
	}
	.col-lg-offset-neg2 {
		margin-left:0px;
	  }
	.col-sm-pad-right-dec32 {
		padding-right:0px;
		margin-right:0px;
	}	

	.col-sm-pad-right-dec {
		padding-right:-16px;
		margin-right:-16px;
	}
}	
	
@media (min-width: 1200px) {
	.col-lg-offset-neg2 {
		margin-left: -17.5%;
	  }
	.col-sm-pad-right-dec32 {
		padding-right:-10px;
		margin-right:-10px;
	}	

	.col-sm-pad-right-dec {
		padding-right:-16px;
		margin-right:-16px;
	}
	
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


@media (min-width: 1200px) and (max-width: 1410px) {
/*		.col-lg-16 {
		width:102.8%;
		float:left;
	}
  .col-lg-offset-neg2 {
    margin-left: -1.3%;
  } */
  .col-lg-16 {
		width:100%;
		float:left;		
	}
  .col-lg-offset-neg2 {
		margin-left: 0%;
  }
}	

@media (min-width: 1411px) {
		.col-lg-16 {
			/* width:135.2%; */
			width:132%;
			float:left;
			margin-left:16px;
		}		
  .col-lg-offset-neg2 {
    margin-left: -16%;	
  } 
		
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  
  .col-xs-push-12 {
	  left: 100%;
  }
  .col-xs-pull-12 {
	  right: 100%;
  }
  .xs-row {
	  margin-left: -16px;
	  margin-right: -16px;
  }
  .xs-row2 {
	  margin-left: -32px;
	  margin-right: -32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .col-lg-16 {
		width:100%;
		float:left;
  }

  .col-lg-offset-neg2 {
		margin-left:0px;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {	
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 40px;
  /* Height of the drop down */
  line-height: 40px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-container .selectboxit.selectboxit-btn {
  background: #ff8000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  width: 100%;
}
.combobox .selectboxit-container .selectboxit.selectboxit-btn {
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.selectboxit-text {
  color: #ffffff;
  font-weight: bold;
}
.selectboxit-btn.selectboxit-enabled:hover {
  background-color: #ff9326;
}
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background-color: #ff8000;
  outline: none;
}
.selectboxit-container .selectboxit.selectboxit-btn.selectboxit-open {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.selectboxit-arrow-container {
  width: 60px;
}
.combobox .selectboxit-arrow-container {
  width: 40px;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  width: 40px;
  height: 100%;
  border-left: 1px solid #ffffff;
  top: 0;
  left: auto;
  background: url(http://www.posti.fi/images/2/select_arrow.png) no-repeat center center;
}
.svg .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow.svg);
  background-size: 40px;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #394a58;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #f2f0ed;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.selectboxit-container .selectboxit.-white.selectboxit-btn,
.selectboxit-container .selectboxit.-white-orange.selectboxit-btn,
.selectboxit-container .selectboxit.-white-grey.selectboxit-btn,
.selectboxit-container .selectboxit.-white-blue.selectboxit-btn,
.selectboxit-container .selectboxit.-white-red.selectboxit-btn,
.selectboxit-container .selectboxit.-white-green.selectboxit-btn {
  background: #ffffff;
}
.-white .selectboxit-text,
.-white-orange .selectboxit-text {
  color: #ff8000;
}
.-white-grey .selectboxit-text {
  color: #394a58;
}
.-white-blue .selectboxit-text {
  color: #0073cf;
}
.-white-red .selectboxit-text {
  color: #cb0044;
}
.-white-green .selectboxit-text {
  color: #34b233;
}
.selectboxit-container .selectboxit.-white.selectboxit-btn,
.selectboxit-container .selectboxit.-white-orange.selectboxit-btn,
.selectboxit-container .selectboxit.-white-grey.selectboxit-btn,
.selectboxit-container .selectboxit.-white-blue.selectboxit-btn,
.selectboxit-container .selectboxit.-white-red.selectboxit-btn,
.selectboxit-container .selectboxit.-white-green.selectboxit-btn {
  background-color: #ffffff;
}
.selectboxit-btn.-white.selectboxit-enabled:focus,
.selectboxit-btn.-white-orange.selectboxit-enabled:focus,
.selectboxit-btn.-white-grey.selectboxit-enabled:focus,
.selectboxit-btn.-white-blue.selectboxit-enabled:focus,
.selectboxit-btn.-white-red.selectboxit-enabled:focus,
.selectboxit-btn.-white-green.selectboxit-enabled:focus,
.selectboxit-btn.-white.selectboxit-enabled:active,
.selectboxit-btn.-white-orange.selectboxit-enabled:active,
.selectboxit-btn.-white-grey.selectboxit-enabled:active,
.selectboxit-btn.-white-blue.selectboxit-enabled:active,
.selectboxit-btn.-white-red.selectboxit-enabled:active,
.selectboxit-btn.-white-green.selectboxit-enabled:active {
  background-color: #ffffff;
}
.selectboxit.-white .selectboxit-arrow-container .selectboxit-arrow,
.selectboxit.-white-orange .selectboxit-arrow-container .selectboxit-arrow {
  border-left: 2px solid #ff8000;
  background: url(http://www.posti.fi/images/2/select_arrow_orange.png) no-repeat center center;
}
.svg .selectboxit.-white .selectboxit-arrow-container .selectboxit-arrow,
.svg .selectboxit.-white-orange .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow_orange.svg);
  background-size: 40px;
}
.selectboxit.-white-grey .selectboxit-arrow-container .selectboxit-arrow {
  border-left: 2px solid #394a58;
  background: url(http://www.posti.fi/images/2/select_arrow_grey.png) no-repeat center center;
}
.svg .selectboxit.-white-grey .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow_grey.svg);
  background-size: 40px;
}
.selectboxit.-white-blue .selectboxit-arrow-container .selectboxit-arrow {
  border-left: 2px solid #0073cf;
  background: url(http://www.posti.fi/images/2/select_arrow_blue.png) no-repeat center center;
}
.svg .selectboxit.-white-blue .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow_blue.svg);
  background-size: 40px;
}
.selectboxit.-white-red .selectboxit-arrow-container .selectboxit-arrow {
  border-left: 2px solid #cb0044;
  background: url(http://www.posti.fi/images/2/select_arrow_red.png) no-repeat center center;
}
.svg .selectboxit.-white-red .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow_red.svg);
  background-size: 40px;
}
.selectboxit.-white-green .selectboxit-arrow-container .selectboxit-arrow {
  border-left: 2px solid #34b233;
  background: url(http://www.posti.fi/images/2/select_arrow_green.png) no-repeat center center;
}
.svg .selectboxit.-white-green .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow_green.svg);
  background-size: 40px;
}
/*
.selectboxit-container .selectboxit.-white.selectboxit-btn {
    background: @white;
}
.-white .selectboxit-text{
    color: @brand-orange;
}
.selectboxit-btn.-white.selectboxit-enabled:hover{
    background-color: @white;
}
.selectboxit-btn.-white.selectboxit-enabled:focus,
.selectboxit-btn.-white.selectboxit-enabled:active {
    background-color: @white;
}
.selectboxit.-white .selectboxit-arrow-container .selectboxit-arrow {
  border-left: 2px solid @brand-orange;
  background: url(http://www.posti.fi/images/2/select_arrow_orange.png) no-repeat center center;
}
.svg .selectboxit.-white .selectboxit-arrow-container .selectboxit-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow_orange.svg);
  background-size: 40px;
}
*/
.selectboxit-container .selectboxit.selectboxit-btn.-blue {
  background: #0073cf;
}
.selectboxit-btn.selectboxit-enabled.-blue:hover {
  background-color: #1683da;
}
/*** FILTERS ****/
.selectboxit-container .selectboxit.selectboxit-btn.filter-select {
  background: transparent;
  height: 32px;
}
.filter-select .selectboxit-text {
  color: #394a58;
}
.fitler:hover .selectboxit-text,
.selectboxit-hover.-white .selectboxit-text {
  color: #0073cf;
}
.selectboxit.filter-select .selectboxit-arrow-container .selectboxit-arrow {
  background: transparent;
  border: none;
}
.selectboxit-container .filter-select span,
.selectboxit-container .filter-select .selectboxit-options a {
  height: 24px;
  line-height: 24px;
}
.scombobox {
  position: relative;
}
.scombobox select {
  display: none;
}
.scombobox-display {
  width: 100%;
  height: 40px;
}
.scombobox:hover .scombobox-display {
  border-color: #ff9326;
  background: #f2f0ed;
}
.scombobox:hover .scombobox-display:focus {
  border-color: #ff8000;
  background: #ffe2bf;
}
.scombobox-display:disabled {
  background: #F0F0F0;
}
.scombobox-display.scombobox-invalid,
.scombobox:hover .scombobox-display.scombobox-invalid {
  background: #cb0044;
  border-color: #cb0044;
  color: #ffffff;
}
/*
.scombobox-display-div {
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
}
.scombobox-display-div-holder {
    padding: 2px;
}
.scombobox-display-div-item {
    border: 1px solid #CCC;
    margin: 2px;
    border-radius: 4px;
    float: left;
    height: 100%;
    max-width: 150px;
    padding: 4px 18px 4px 8px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    background: #F8F8F8;
    display: none;
}
.scombobox-display-div-item-text {
    max-width: 140px;
    overflow: hidden;
}
.scombobox-display-div-item-remove {
    position: absolute;
    right: 2px; top: 2px;
    background: #A0A0A0;
    border-radius: 100px;
    color: white;
    cursor: pointer;
    line-height: 90%;
    padding: 1px 3px 0px;
}
.scombobox-display-div-item-remove:hover {
    background: #408CBE;
}
.scombobox-display-div-item-remove:active {
    background: #3075A3;
}
*/
.scombobox-list {
  display: none;
  position: absolute;
  max-height: 400px;
  min-width: 100%;
  max-width: 300%;
  white-space: nowrap;
  overflow-y: auto;
  z-index: 10;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.scombobox-list p {
  cursor: pointer;
  margin: 0;
  padding: 8px 13px;
}
.scombobox-list p input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}
.scombobox-list p:hover,
.scombobox-list p.scombobox-hovered {
  background: #f2f0ed;
}
.scombobox-list p.scombobox-separator {
  height: 2px;
  padding: 0;
  cursor: default;
  background: #ffffff;
}
.scombobox-list p.scombobox-header {
  cursor: default;
  background: #ffffff;
}
.scombobox-dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(http://www.posti.fi/images/2/select_arrow.png) no-repeat center center;
  z-index: 1;
  cursor: pointer;
}
.svg .scombobox-dropdown-arrow {
  background-image: url(http://www.posti.fi/images/2/select_arrow.svg);
  background-size: 40px;
}
.scombobox-dropdown-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #ff8000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.scombobox:hover .scombobox-dropdown-background {
  background: #ff9326;
}
.scombobox-dropdown-background-invalid,
.scombobox:hover .scombobox-dropdown-background-invalid {
  background: #cb0044;
}
.scombobox-marker {
  background: #958FFF;
  color: white;
  border-radius: 2px;
  padding: 0 2px;
  margin: 0 2px;
}
.scombobox input[type="checkbox"] {
  cursor: pointer;
}
.scombobox-disabled .scombobox-dropdown-background,
.scombobox-disabled .scombobox-dropdown-arrow {
  display: none;
}
.scombobox-disabled .scombobox-display-div {
  background: #F8F8F8;
  cursor: default;
}
/** ===================================================
  * Font definitions
  * Generated by Font Squirrel (http://www.fontsquirrel.com) on June 27, 2014 
  * ===================================================*/
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-thin-webfont.eot');
  src: url('http://www.posti.fi/css/2/font/posti_sans-thin-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-thin-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-thin-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-thin-webfont.svg#postisansthin') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-light-webfont.eot');
  src: url('http://www.posti.fi/css/2/font/posti_sans-light-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-light-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-light-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-light-webfont.svg#postisanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-regular-webfont.eot');
  src: url('http://www.posti.fi/css/2/font/posti_sans-regular-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-regular-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-regular-webfont.svg#postisans_rgregular') format('svg'), url('http://www.posti.fi/css/2/font/posti_sans-regular-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.eot');  
  src: url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.svg#postisansbook') format('svg');
  /* src: url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-regular-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-book-webfont.svg#postisansbook') format('svg'); */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-medium-webfont.eot');
  src: url('http://www.posti.fi/css/2/font/posti_sans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-medium-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-medium-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-medium-webfont.svg#postisansmedium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-bold-webfont.eot');
  src: url('http://www.posti.fi/css/2/font/posti_sans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-bold-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-bold-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-bold-webfont.svg#postisans_bdbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'postisans';
  src: url('http://www.posti.fi/css/2/font/posti_sans-book_italic-webfont.eot');
  src: url('http://www.posti.fi/css/2/font/posti_sans-book_italic-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.posti.fi/css/2/font/posti_sans-book_italic-webfont.woff') format('woff'), url('http://www.posti.fi/css/2/font/posti_sans-book_italic-webfont.ttf') format('truetype'), url('http://www.posti.fi/css/2/font/posti_sans-book_italic-webfont.svg#postisansbookitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/** ===================================================
  * Colour variables
  * ===================================================*/
/** ===================================================
  * Mixins
  * ===================================================*/
/** ===================================================
  * Defaults
  * ===================================================*/
::-moz-selection {
  background: #ff8000;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #ff8000;
  color: #ffffff;
  text-shadow: none;
}
body,
html,
button {
  color: #394a58;
  font-family: 'postisans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  /* word-break: break-all; */
  word-break: break-word;
  word-wrap: break-word;
}
html {
  /* MK
        overflow: hidden;
        */
  position: relative;
  min-height: 100%;
}
a {
  color: #0073cf;
  text-decoration: none;
  font-weight: 600;
  outline: 0;
}
a:hover {
  color: #1683da;
  text-decoration: none;
}
a:active {
  color: #0065b5;
  text-decoration: none;
}
a[href*=".pdf"],
a[href*=".PDF"],
a[href*="http://"],
a[href*="https://"] {
  display: inline-block;
  padding-right: 18px;
  margin-right: 4px;
  background-image: url(http://www.posti.fi/images/2/external_link.png);
  background-repeat: no-repeat;
  background-position: right 1px;
}
.svg a[href*="http://"],
.svg a[href*="https://"] {
  background-image: url(http://www.posti.fi/images/2/external_link.svg);
  background-size: 14px;
}
a[href*=".pdf"],
a[href*=".PDF"] {
  background-image: url(http://www.posti.fi/images/2/attachment.png);
}
.svg a[href*=".pdf"],
.svg a[href*=".PDF"] {
  background-image: url(http://www.posti.fi/images/2/attachment.svg);
  background-size: 14px;
}
a[href*="posti.fi"],
a[href*="posti.com"],
a[href*="verkkoposti.com"],
a.block[href*=".pdf"],
a.block[href*=".PDF"],
a.block[href*="http://"],
a.block[href*="https://"] {
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}
.svg a[href*="posti.fi"],
.svg a[href*="posti.com"],
.svg a[href*="verkkoposti.com"],
.svg a.block[href*=".pdf"],
.svg a.block[href*=".PDF"],
.svg a.block[href*="http://"],
.svg a.block[href*="https://"] {
  background-image: none;
}
[class*="bg-"] a {
  color: #ffffff;
}
[class*="bg-"] a:hover,
[class*="bg-"] a:active {
  color: #dad7cb;
}
.bg-white a {
  color: #0073cf;
}
.bg-white a:hover {
  color: #1683da;
}
.bg-white a:active {
  color: #0065b5;
}
.bg-light a:hover {
  color: #ffffff;
}
.bg-light a:active {
  color: #ffffff;
}

h1,
h2 {
  line-height: 1.1;
}
h3 {
  line-height: 1.2;
}
h1,
.title-header {
  display: block;
  font-size: 350%;
  font-weight: 600;
  padding: 13px 0 0;
  margin: 0;
}
h2,
.title-subheader {
  display: block;
  font-size: 230%;
  font-weight: 600;
  margin: 32px 0;
  text-transform: uppercase;
}
h2.underline,
.title-subheader.underline {
  display: block;
  padding-bottom: 30px;
}
h2.nocase {
	text-transform: none;
	color:white;
}
h3,
.title-section {
  display: block;
  font-size: 170%;
  font-weight: 600;
  margin: 1.35em 0;
}
h3.underline,
.title-section.underline {
  display: block;
  padding-bottom: 12px;
}
h4,
.title-subsection {
  display: block;
  font-size: 130%;
  font-weight: 700;
}
h5,
.title-detail {
  display: block;
  font-size: 110%;
  font-weight: 700;
}
p {
  margin: 1em 0;
}

/*ul li {
  list-style-image: url("http://www.posti.fi/images/2/icons/png/icon_orange_bullet_text.png");
}
.svg ul li {
  list-style-image: url("http://www.posti.fi/images/2/icons/svg/icon_orange_bullet_text.svg");
}*/

ol {	
  counter-reset: item;
}
ol li {
  text-indent: -27px;
  list-style: none;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #ff8000;
  display: inline-block;
  text-align: right;
  width: 22px;
  margin-right: 5px;
}
textarea,
input {
  background: #ffffff;
  padding: 8px 10px 7px 10px;
  /* border: 2px solid #ff8000; */
  border: 2px solid #d6d6d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.3;
  width: 100%;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -webkit-appearance: none;
}
textarea:hover,
input:hover {
  background: #f2f0ed;
  border: 2px solid #ff9326;
}
textarea:focus,
input:focus {
  color: #394a58;
  background: #ffe2bf;
  border: 2px solid #ff8000;
  outline: none;
}
textarea.-error,
input.-error {
  color: #cb0044;
  background: #fcf0f0;
  border-color: #cb0044;
}
::-webkit-input-placeholder {
  color: #8c8c8c;
}
:-moz-placeholder {
  color: #8c8c8c;
}
::-moz-placeholder {
  color: #8c8c8c;
}
:-ms-input-placeholder {
  color: #8c8c8c;
}
/* Fallback class for older browsers */
textarea.-placeholder,
input.-placeholder {
  color: #8c8c8c;
}
textarea[disabled],
input[disabled] {
  border-color: #eaeaea;
  color: #e1e1e1;
}
input[disabled]::-webkit-input-placeholder,
input[disabled]:-moz-placeholder,
input[disabled]::-moz-placeholder,
input[disabled]:-ms-input-placeholder {
  color: #e1e1e1;
}
textarea[disabled="disabled"]::-webkit-input-placeholder,
textarea[disabled="disabled"]:-moz-placeholder,
textarea[disabled="disabled"]::-moz-placeholder,
textarea[disabled="disabled"]:-ms-input-placeholder {
  color: #e1e1e1;
}
textarea[disabled]:hover,
input[disabled]:hover {
  background: none;
}
.required:after {
  content: "*";
  display: inline;
  color: #ff8000;
  margin-left: 5px;
}
.field-error {
  color: #cb0044;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
  border: none;
}
:root input[type="checkbox"],
:root input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
:root input[type="checkbox"] + label,
:root input[type="radio"] + label {
  vertical-align: middle;
  cursor: pointer;
}
:root input[type="checkbox"] + label:before,
:root input[type="radio"] + label:before {
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  background: url(http://www.posti.fi/images/2/checkbox.png) no-repeat 0 0;
  vertical-align: bottom;
  margin-right: 8px;
}
.svg:root input[type="checkbox"] + label:before {
  background-image: url(http://www.posti.fi/images/2/checkbox.svg);
  background-size: 20px;
}
:root input[type="checkbox"]:hover + label:before {
  background-position: 0 -20px;
}
:root input[type="checkbox"]:focus + label:before {
  background-position: 0 -20px;
}
:root input[type="checkbox"]:checked + label:before {
  background-position: 0 -40px;
}
:root input[type="checkbox"].-error + label:before {
  background-position: 0 -60px;
}
:root input[type="radio"] + label:before {
  background: url(http://www.posti.fi/images/2/radio.png) no-repeat 0 0;
}
.svg:root input[type="radio"] + label:before {
  background-image: url(http://www.posti.fi/images/2/radio.svg);
  background-size: 20px;
}
:root input[type="radio"]:hover + label:before {
  background-position: 0 -20px;
}
:root input[type="radio"]:focus + label:before {
  background-position: 0 -20px;
}
:root input[type="radio"]:checked + label:before {
  background-position: 0 -40px;
}
:root input[type="radio"].-error + label:before {
  background-position: 0 -60px;
}
:root input[type="checkbox"]:disabled + label,
:root input[type="radio"]:disabled + label {
  color: #e1e1e1;
  cursor: default;
}
:root input[type="checkbox"]:disabled + label:before {
  background: url(http://www.posti.fi/images/2/checkbox-disabled.png) no-repeat 0 0;
}
.svg:root input[type="checkbox"]:disabled + label:before {
  background-image: url(http://www.posti.fi/images/2/checkbox-disabled.svg);
}
:root input[type="radio"]:disabled + label:before {
  background: url(http://www.posti.fi/images/2/radio-disabled.png) no-repeat 0 0;
}
.svg:root input[type="radio"]:disabled + label:before {
  background-image: url(http://www.posti.fi/images/2/radio-disabled.svg);
}
:root input[type="checkbox"]:disabled:checked + label:before,
:root input[type="radio"]:disabled:checked + label:before {
  background-position: 0 -40px;
}
input.-white {
  border-color: #ffffff;
  color: #394a58;
}
input.-white:active,
input.-white:focus {
  background-color: #ffffff;
}
/* Default, but overwritten with javascript */
select {
  background: #ff8000;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #ff8000;
  padding: 0.6em 2em 0.6em 0.8em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
select:hover {
  background-color: #ff9326;
  border: 2px solid #ff9326;
}
select:focus {
  background-color: #ff8000;
  border: 2px solid #ff8000;
  outline: none;
}
select.-white {
  background: #ffffff;
  color: #ff8000;
  border: 2px solid #ffffff;
}
select.-white:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
select.-white:focus {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
option {
  font-weight: normal;
  background: #ffffff;
  color: #394a58;
}
button,
a.button,
input[type="submit"] {
  border: none;
  background: #0073cf;
  background-image: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 115%;
  text-align: center;
  display: block;
  /* padding: 7px 10px 8px; */
  padding: 9px 10px 9px;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.svg button,
.svg a.button {
  background-image: none;
}
button:focus,
input[type="submit"]:focus {
  outline: none;
}
button:hover,
a.button:hover,
input[type="submit"]:hover {
  background-color: #1683da;
  color: #ffffff;
}
button:active,
a.button:active,
input[type="submit"]:active {
  background-color: #0065b5;
  color: #ffffff;
}
button.-secondary,
a.button.-secondary,
input[type="submit"].-secondary {
  background-color: #394a58;
}
button.-secondary:hover,
a.button.-secondary:hover,
input[type="submit"].-secondary:hover {
  background-color: #4b6173;
}
button.-secondary:active,
a.button.-secondary:active,
input[type="submit"].-secondary:active {
  background-color: #293640;
}
button.-grey,
a.button.-grey,
input[type="submit"].-grey {
  background-color: #394a58;
}
button.-grey:hover,
a.button.-grey:hover,
input[type="submit"].-grey:hover {
  background-color: #4b6173;
}
button.-grey:active,
a.button.-grey:active,
input[type="submit"].-grey:active {
  background-color: #293640;
}
button.-orange,
a.button.-orange,
input[type="submit"].-orange {
  background-color: #ff8000;
}
button.-orange:hover,
a.button.-orange:hover,
input[type="submit"].-orange:hover {
  background-color: #ff9326;
}
button.-orange:active,
a.button.-orange:active,
input[type="submit"].-orange:active {
  background-color: #e57300;
}
button.-arrow span,
a.button.-arrow span {
  display: inline-block;
  padding: 0 26px 0 0;
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_white_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: bold;
}

button.-left-arrow span,
a.button.-left-arrow span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 26px;
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_white_left-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}
button.-arrow span.-blue,
a.button.-arrow span.-blue {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_blue_arrow.png);
}
button.-arrow span.-orange,
a.button.-arrow span.-orange {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_orange_arrow.png);
}
button.-arrow span.-green,
a.button.-arrow span.-green {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_green_arrow.png);
}
button.-arrow span.-red,
a.button.-arrow span.-red {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_red_arrow.png);
}
button.-arrow span.-grey,
a.button.-arrow span.-grey {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_arrow.png);
}
.svg button.-arrow span,
.svg a.button.-arrow span {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_white_arrow.svg);
}
.svg button.-left-arrow span,
.svg a.button.-left-arrow span {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_white_left-arrow.svg);
}
.svg button.-arrow span.-blue,
.svg a.button.-arrow span.-blue {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_blue_arrow.svg);
}
.svg button.-arrow span.-orange,
.svg a.button.-arrow span.-orange {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_orange_arrow.svg);
}
.svg button.-arrow span.-green,
.svg a.button.-arrow span.-green {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_green_arrow.svg);
}
.svg button.-arrow span.-red,
.svg a.button.-arrow span.-red {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_red_arrow.svg);
}
.svg button.-arrow span.-grey,
.svg a.button.-arrow span.-grey {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_arrow.svg);
}
button:disabled,
a.button[disabled="disabled"],
a.button[disabled="disabled"] {
  background: #e1e1e1;
}
.field-label {
  font-weight: 700;
}
blockquote {
  padding: 0 0 0 0.9em;
  margin: 1em 0;
  border-left: 10px solid #ff8000;
  font-size: 130%;
}
blockquote.-blue {
  border-color: #0073cf;
}
blockquote.-green {
  border-color: #34b233;
}
blockquote.-red {
  border-color: #cb0044;
}
blockquote.-grey {
  border-color: #394a58;
}
.quote-source {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
iframe,
img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 32px;
}
iframe {
/*  min-height: 300px; */
}
iframe.-small,
img.-small {
  max-height: 100px;
}
iframe.-header-offset,
img.-header-offset {
  margin-top: 90px;
}
iframe.-pad,
img.-pad {
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  min-width: 0;
}
table {
  width: 100%;
  border-top: 3px solid #ff8000;
  border-bottom: 3px solid #ff8000;
  /* font-size: 85%; */
}
.table-head {
  border-bottom: 3px solid #ff8000;
}
th {
  text-align: left;
}
tr {
  padding: 10px;
  border-top: 2px solid #dad7cb;
}
tr:first-child {
  border-top: none;
}
th {
  padding: 15px 10px;
}
td {
  padding: 20px 10px;
}

/* Compressed table for accordion */
table.comp tr {
	padding:0;
}

table.comp th {
	padding: 5px 5px;
}

table.comp td {	
	padding:0;
}
	
.form {
  margin: 24px 0;
  padding: 18px 0 24px;
  border-top: 3px solid #ff8000;
  border-bottom: 3px solid #ff8000;
}
.form p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.form-section {
  margin-bottom: 24px;
}
.form-info {
  padding-left: 28px;
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_info.png) no-repeat 0 5px;
  min-height: 30px;
}
.svg .form-info {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_info.svg);
}
/** ===================================================
  * Text Styles
  * ===================================================*/
.text-large {
  font-size: 130%;
}
.text-small {
  font-size: 90%;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
a.-text-main {
  color: #ff8000;
}
a.-text-main:hover {
  color: #ff9326;
}
a.-text-main:active {
  color: #e57300;
}
a.-text-grey {
  color: #394a58;
}
a.-text-grey:hover {
  color: #4b6173;
}
a.-text-grey:active {
  color: #293640;
}
a.-text-white {
  color: #ffffff;
}
a.-text-white:hover {
  color: #ffffff;
}
a.-text-white:active {
  color: #ffffff;
}
.text-red {
  color: #cb0044;
}
.text-main {
  color: #ff8000;
}
/** ===================================================
  * Lists
  * ===================================================*/
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.svg .unstyled-list li,
.unstyled-list li {
  list-style: none;
  list-style-image: none;
}
.inline-item {
  display: inline-block;
}
.toggle-list {
  margin-top: 4px;
  margin-bottom: 16px;
}
.toggle-list.-right {
  text-align: right;
}
.toggle-active {
  color: #394a58;
}
.toggle-item:before {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #394a58;
  margin: -4px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.toggle-item:first-child:before {
  display: none;
}
.page-menu-header {
  margin: 24px 0;
  padding-bottom: 0;
  display: block;
}
.page-menu-header.-icon {
  padding-top: 89px;
  background-position: center 0;
  /* background-size: auto 65px; */
  background-repeat: no-repeat;
  text-align: center;
}

.page-menu-link.-icon.-inline-icon,
.page-menu-header.-icon.-inline-icon {
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 60px;
  background-position: 0 center;
  background-size: auto 30px;
  background-repeat: no-repeat;
  text-align: left;
  color: #394a58;
}
.page-menu-link.-icon.-inline-icon.-large,
.page-menu-header.-icon.-inline-icon.-large {
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 115px;
  background-size: auto;
}
.svg .page-menu-link.-icon.-inline-icon,
.svg .page-menu-header.-icon.-inline-icon {
  background-position: 0 center;
  background-repeat: no-repeat;
}
.page-menu-header-more {
  margin: 0.6em 0 0;
}
.page-menu-link.-icon.-inline-icon {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 12px 0;
}
.svg .page-menu-link[href*=".pdf"].-icon.-inline-icon,
.svg .page-menu-link[href*="http://"].-icon.-inline-icon,
.svg .page-menu-link[href*="https://"].-icon.-inline-icon {
  background-position: 0 center;
}

.page-list {
  margin: 24px 0;
  padding: 24px 0 0;
  border-top: 3px solid #ff8000;
  list-style: none;
}
.page-list-item {
  margin: 0 8px;
}
.page-list-link {
  display: block;
  padding: 2px 8px;
  margin: 0;
  color: #394a58;
  font-weight: normal;
}
.page-list-link.-plus,
.page-list-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/png/icon_orange_plus.png) no-repeat 0px 8px;
  padding-left: 17px;
}
.page-list-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/png/icon_orange_bullet.png) no-repeat 2px 9px;
}
.svg .page-list-link.-plus,
.svg .page-list-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/svg/icon_orange_plus.svg) no-repeat 0px 8px;
  background-size: 10px;
}
.svg .page-list-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/svg/icon_orange_bullet.svg) no-repeat 2px 9px;
  background-size: 7px;
}
.page-list-item,
.svg .page-list-item {
  list-style: none;
  list-style-image: none;
}

.page-menu-list {
  margin-top: 10px 0;
  padding: 0;
  padding-top:15px;
  border-top: 3px solid #ff8000;
  list-style: none;
}

.page-menu-list2 {
  margin-top: 10px 0;
  padding: 0;
  padding-top:0px;
  border-top: 3px solid #ff8000;
  list-style: none;
}

.page-menu-list-news {
  margin-top: 10px 0;
  padding: 0;
  padding-top:0px;
/*  border-top: 3px solid #ff8000; */
  list-style: none;
}

.page-menu-item {
  margin: 0;
 /* border-bottom: 2px solid #d7d7d7;*/
}

/* Bottom border for accordion item */
.btm-border {
	border-bottom: 2px solid #d7d7d7;
}

/* valign 1st accordion item */
.aligntop {
	padding-top: 0;
}

.lmargin {
	margin-left:8px;
}
	
.page-menu-item-ul {
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-left:2px;
  margin-right:2px;
  padding-top:5px;
  padding-bottom:5px;
}

.page-menu-item-ul.-active {
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-left:2px;
  margin-right:2px;
  padding-top:5px;
  padding-bottom:5px;
  background: #394a58;
  color: #ffffff;  
}

.page-menu-item-news {
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-left:2px;
  margin-right:2px;
  padding-top:5px;
  padding-bottom:5px;
}

.page-menu-item-news.-active {
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-left:2px;
  margin-right:2px;
  padding-top:5px;
  padding-bottom:5px;
  background: #394a58;
  color: #ffffff;  
}

/* Accordion ul - wider */
ul.js-accordian li.page-menu-item-ul {
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-left:2px;
  margin-right:2px;
  padding-top:5px;
  padding-bottom:5px;
}

ul.js-accordian li.page-menu-item-ul.-active {
  margin: 0;
  border-bottom: 2px solid #d7d7d7;
  margin-left:2px;
  margin-right:2px;
  padding-top:5px;
  padding-bottom:5px;
  background: #394a58;
  color: #ffffff;
}

.page-menu-item-inset {
  padding: 0 0 0 36px;
  border-top: 2px solid #d7d7d7;
}
.page-menu-item,
.svg .page-menu-item {
  list-style: none;
  list-style-image: none;
}
.page-menu-item.-active {
  margin: 0;
  padding: 0 8px;
  background: #394a58;
  color: #ffffff;
}
.page-menu-item.-active + .page-menu-item {
  border-top: none;
}
.page-menu-col {
  margin-top: 0;
  margin-bottom: 0;
}
.page-menu-row {
  padding: 15px 8px;
}
.page-menu-link {
  display: block;
  padding: 5px 0px;
  margin: 0;
  color: #394a58;
  font-weight: normal;
  margin-left:10px;
}

.page-menu-link.-blue {
  color: #0073cf;
  font-weight: 600;
}
.arrow,
.page-menu-link.-arrow,
.page-menu-link.-expandable {
  background: url(http://www.posti.fi/images/2/icons/png/icon_blue_arrow.png) no-repeat right center;
  padding-right: 31px;
  margin-right: 0;
}
.page-menu-link.-expandable {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_blue_expand.png);
}
.svg .arrow,
.svg .page-menu-link.-arrow,.svg li a.page-menu-link,
.svg .page-menu-link.-expandable {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_orange_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-position: center right 0px;
  background-size: auto 11px;
}
.svg .page-menu-link.-expandable {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_blue_expand.svg);
  background-size: auto 6px;
}
.page-menu-link[href*=".pdf"],
.page-menu-link[href*="http://"],
.page-menu-link[href*="https://"] {
  display: block;
  background-position: right center;
}
.page-menu-link[href*=".pdf"].-icon,
.page-menu-link[href*="http://"].-icon,
.page-menu-link[href*="https://"].-icon {
  background-position: center 15px;
}
.svg .page-menu-link[href*=".pdf"],
.svg .page-menu-link[href*="http://"],
.svg .page-menu-link[href*="https://"] {
  background-position: right center;
}
.svg .page-menu-link[href*=".pdf"].-icon,
.svg .page-menu-link[href*="http://"].-icon,
.svg .page-menu-link[href*="https://"].-icon {
  background-position: center 15px;
}
.page-menu-link.-plus,
.page-menu-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/png/icon_orange_plus.png) no-repeat 10px center;
  padding-left: 31px;
}
.page-menu-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/png/icon_orange_bullet.png) no-repeat 12px center;
}
.svg .page-menu-link.-plus,
.svg .page-menu-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/svg/icon_orange_plus.svg) no-repeat 10px center;
  background-size: 10px;
}
.svg .page-menu-link.-bullet {
  background: url(http://www.posti.fi/images/2/icons/svg/icon_orange_bullet.svg) no-repeat 12px center;
  background-size: 7px;
}
.page-menu-link.-active {
  color: #ffffff;
}
.page-menu-link.-active.-arrow {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_white_arrow.png);
}
.page-menu-link.-active.-expandable {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_white_collapse.png);
}
.svg .page-menu-link.-active.-arrow {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_white_arrow.svg);
}
.svg .page-menu-link.-active.-expandable {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_white_collapse.svg);
}
.page-menu-link.-icon {
  padding-top: 102px;
  background-position: center 15px;
  background-size: auto 72px;
  background-repeat: no-repeat;
  text-align: center;
  color: #0073cf;
}
/** LINK ICONS **/
.page-menu-link.-icon.-pdf {
  background-image: url(http://www.posti.fi/images/2/attach_large.png);
  background-size: auto 72px;
}
.svg .page-menu-link.-icon.-pdf {
  background-image: url(http://www.posti.fi/images/2/attachment_orange.svg);
  background-size: auto 72px;
}
/** LINK ICONS **/
.page-menu-link.-icon.-price {
  background-image: url(http://www.posti.fi/images/2/icons_new/png/icon_orange_hinnat.png);
  background-size: auto 66px;
  background-position: center 21px;
}
.svg .page-menu-link.-icon.-price {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_orange_hinnat.svg);
  background-size: auto 66px;
  background-position: center 21px;
}
.page-menu-link.-tall {
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-menu-expand-text {
  padding: 0 8px 15px;
  margin: 0;
}
div.page-menu-expand-text a {
	color: #ff8000;
}
	
.page-menu-description {
  margin: 0;
/*  height: 3em;*/
  overflow: hidden;
}
.page-menu-date {
  margin: 0;
  font-size: 80%;
  color: #394a58;
  font-weight: bold;
}
.button-link-list {
  margin: 32px -6px;
  padding: 0;
  list-style: none;
}
.button-link-item {
  display: inline-block;
  margin: 4px 6px;
}
.button-link-link {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 3px;
  background: #0073cf;
  color: #ffffff;
}
.button-link-link:hover {
  background: #1683da;
  color: #ffffff;
}
.button-link-link:active {
  background: #0065b5;
}
.footer-menu-title {
  border-bottom: 2px solid #b6b3a9;
  color: #b6b3a9;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-top: 12px;
}
a.footer-menu-title {
  color: #b6b3a9;
}
.footer-menu-title.-expandable {
  background: url(http://www.posti.fi/images/2/icons/png/icon_footer_collapse.png) no-repeat right center;
}
.footer-menu-title.-active {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_footer_expand.png);
}
.svg .footer-menu-title.-expandable {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_footer_collapse.svg);
  background-size: 10px;
}
.svg .footer-menu-title.-active {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_footer_expand.svg);
  background-size: 10px;
}
.footer-menu-link {
  display: block;
  padding: 4px 12px;
  color: #b6b3a9;
  font-weight: normal;
  font-size: 85%;
}
/* Footer - bolded link */
.footer-menu-links {
  display: block;
  padding: 4px 12px;
  color: #b6b3a9;
  font-weight: 500;
  font-size: 90%;
}
[class*="bg-"] .footer-menu-link {
  color: #b6b3a9;
}
footer a.social {
  background: url(http://www.posti.fi/images/2/social_links.png) no-repeat 16px 0;
  padding-left: 44px;
  height: 40px;
}
footer a.social.-facebook {
  background-position: 16px 3px;
}
footer a.social.-twitter {
  background-position: 16px -41px;
}
footer a.social.-linkedin {
  background-position: 16px -83px;
}
footer a.social.-youtube {
  background-position: 16px -124px;
}
.svg footer a.social {
  background-image: url(http://www.posti.fi/images/2/social_links.svg);
  background-size: 20px 141px;
}
footer .selectboxit-container {
  width: auto;
  height: auto;
}
footer .selectboxit-container .selectboxit span {
  height: 25px;
  line-height: 25px;
}
footer .selectboxit-container .selectboxit.selectboxit-btn {
  background: transparent;
  height: auto;
}
footer .selectboxit-container .selectboxit .selectboxit-text {
  font-size: 85%;
  font-weight: normal;
  color: #b6b3a9;
  padding-right: 15px;
  padding-left: 7px;
  background: transparent url(http://www.posti.fi/images/2/down-arrow.png) no-repeat right center;
}
footer .selectboxit-container .selectboxit .selectboxit-arrow-container,
footer .selectboxit-container .selectboxit .selectboxit-option-icon-container {
  display: none;
}
footer .selectboxit-container .selectboxit-hover .selectboxit-text {
  color: #dad7cb;
}
/** ===================================================
  * Wizard steps
  * ===================================================*/
.wizard-item {
  border-top: 2px solid #dad7cb;
  border-bottom: 2px solid #dad7cb;
  color: #dad7cb;
  padding: 10px;
  display: block;
  font-weight: normal;
}
.wizard-item a {
  color: #dad7cb;
}
.l-table .wizard-item {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.wizard-item.-active {
  border-color: #ff8000;
  color: #394a58;
}
.wizard-item.-active a {
  color: #394a58;
}
.wizard-item.-complete {
  border-color: #dad7cb;
  color: #0073cf;
}
.wizard-item.-complete a {
  color: #0073cf;
}
/** ===================================================
  * Blocks & Structure
  * ===================================================*/
body {
  /* MK
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        min-height: 100%;
        background: #d7d7d7;
        overflow: auto;
        */
  width: 100%;
  min-height: 100%;
  background: #f5f5f5;
}

@media (min-width: 992px) {
	#topcontainer {
	  min-height: 100%;
	  width:100%;
	  /*max-width: 1400px;  	*/ 
	  margin: auto;
	  background:#f5f5f5;
	  /*padding-top:43px;*/
	}
	#topcontainer2 {
	  min-height: 100%;
	  width:100%;
	  /*max-width: 1400px;  	*/  
	  margin: auto;
	  background:#f5f5f5;
	  /*margin-top:220px;*/
	  padding-top:220px;
	}
}

@media (max-width: 991px) {
	#topcontainer {
	  min-height: 100%;
	  width:100%;
	  /*max-width: 1400px;  	*/
	  margin: auto;
	  background:#f5f5f5;
	}
}

@media (min-width: 1350px ) {
#container {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;
	max-width: 1400px;	
	background: #fff;
	table-layout: fixed;
	padding-left: 170px;
	padding-right: 170px;
}
#container2 {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;
	max-width: 1400px;	
	background: #fff;
	table-layout: fixed;
	padding-left: 170px;
	padding-right: 170px;	
}
#topbar-container {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;
	max-width: 1400px;	
	background: #fff;
	table-layout: fixed;
	padding-left: 170px;
	padding-right: 170px;
	background:#f5f5f5;
}	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */   
	/*	#topcontainer {
		  min-height: 100%;
		  width:100%;		
		  margin: auto;
		  background:#f5f5f5;
		  padding-top:43px;
		} */

/*#container2 {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;
	max-width: 1400px;	
	background: #fff;
	table-layout: fixed;
	padding-left: 170px;
	padding-right: 170px;	
}
		
	#topcontainer2 {
		min-height: 100%;
		width:100%;
		margin: auto;
		background:#f5f5f5;
		margin-top:-75px;
	}*/
}

@media (min-width: 992px) and (max-width: 1349px) {
#container {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;
	background: #fff;
	table-layout: fixed;
	padding-left: 25px;
	padding-right: 25px;
}
#container2 {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;	
	background: #fff;
	table-layout: fixed;
	padding-left: 40px;
	padding-right: 40px;	
}
#topbar-container {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;
	background: #fff;
	table-layout: fixed;
	padding-left: 25px;
	padding-right: 25px;
}

}

@media (min-width: 768px) and (max-width: 992px) {
	#container, #container2 {
		margin: 0 auto;
		display: table;
		width: 100%;
		min-height: 100%;
		background: #fff;
		table-layout: fixed;
		padding-left:16px;
		padding-right:16px;
	}
}

@media (max-width: 767px) {
#container, #container2 {
	margin: 0 auto;
	display: table;
	width: 100%;
	min-height: 100%;	
	background: #fff;
	table-layout: fixed;
	padding-left:4px;
	padding-right:4px;
}
}

@media (min-width: 992px) {
	#row {
	  display: table-row;
/*	  margin-left: 170px;
	  margin-right: 170px;	  */
	  background:#fff;	  
	}
}

@media (max-width: 991px) {
	#row {
	  display: table-row;
	  background:#fff;
	}
}

/* desktop nav */
#dtnav {
	margin-top:20px;
	margin-bottom:10px;
}	

#main,
#menu,
#pad {
  display: table-cell;
  vertical-align: top;
}

@media (min-width: 992px) {

	#main {
	  /* width: 75%; */
	  width: 100%;
	  position: relative;
	  top:-55px;
	  /*padding-bottom: 255px;*/
	  /*max-width: 1060px;*/
	}
	#main2 {
		padding:0;
		margin:0;
		width: 100%;
		position: relative;
		top:-230px;
		/*overflow:auto;*/
	}
}

@media (max-width: 991px) {
	#main {
	  /* width: 75%; */
	  width: 100%;
	  position: relative;
	  padding-bottom: 255px;
	  /*max-width: 1060px;*/
	}
}

#menu {
  width: 22%;
  max-width: 280px;
}
#content {
  min-height: 800px;
  clear: both;
}
#rightcol {
}

.left {
  float: left;
}
.right {
  float: right;
}
.extra-pad-left {
  padding-left: 48px;
}
.extra-pad-right {
  padding-right: 48px;
}
.section {
  margin-top: 96px;
  margin-bottom: 96px;
}
.sub-section {
  margin-top: 64px;
  margin-bottom: 64px;
}
.division {
  margin-top: 18px;
  margin-bottom: 18px;
}
.sub-division {
  margin-top: 16px;
  margin-bottom: 16px;
}
.full-bar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .col-lg-faux {
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-lg-pad {
    padding-left: 32px;
    padding-right: 32px;
  }
  .col-lg-pad-left {
    padding-left: 16px;
    margin-left: 16px;
  }
  .col-lg-pad-right {
    padding-right: 16px;
    margin-right: 16px;
  }
  .col-lg-right {
    float: right;
  }
}
.equal-column-holder {
  overflow-y: hidden;
}
.equal-column {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
a.box,
.box {
  padding: 25px 24px;
  /* min-height:156px; */
  margin: 0 0 20px 0;
  display: block;
  color: #394a58;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.box-header {
  margin: 0 0 1em;
}
.box.equal-column {
  padding-bottom: 1000px;
  margin-bottom: -975px;
}
.box.-fullpad {
  padding-left: 32px;
  padding-right: 32px;
}
.box.-icon {
  padding-top: 112px;
  background-position: center 25px;
  /* background-size: auto 47px; */
  background-repeat: no-repeat;
  text-align: center;
}
/** ORANGE ICONS **/
/*
    .box.-icon.-house{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_house.png); background-position:center 25px}
    .box.-icon.-email{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_email.png); background-position:center 35px}
    .box.-icon.-van{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_van.png); background-position:center 35px}
    .box.-icon.-speech{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_speech.png); background-position:center 25px}
    .box.-icon.-send{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_send.png); background-position:center 25px}
    .box.-icon.-recieve{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_recieve.png); background-position:center 25px}
    .box.-icon.-box{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_box.png); background-position:center 32px}
    .box.-icon.-cart{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_cart.png); background-position:center 25px}
    .box.-icon.-horn{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_horn.png); background-position:center 27px}
    .box.-icon.-print{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_print.png); background-position:center 30px}
    .box.-icon.-envelope{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_envelope.png); background-position:center 32px}
    .box.-icon.-binoculars{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_binoculars.png); background-position:center 33px}
    .box.-icon.-id{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_id.png); background-position:center 26px}
    .box.-icon.-desk{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_desk.png); background-position:center 27px}
    .box.-icon.-leaf{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_leaf.png); background-position:center 28px}
    .box.-icon.-lorry{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_lorry.png); background-position:center 27px}
    .box.-icon.-pig{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_pig.png); background-position:center 26px}
    .box.-icon.-global{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_global.png); background-position:center 25px}
    .box.-icon.-clock{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_clock.png); background-position:center 28px} 
    .box.-icon.-calculator{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_calculator.png); background-position:center 28px} 
    .box.-icon.-tools{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_tools.png); background-position:center 25px} 
    .box.-icon.-web{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_web.png); background-position:center 28px} 
    .box.-icon.-package{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_package.png); background-position:center 20px} 
    .box.-icon.-parcel{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_parcel.png); background-position:center 20px} 
    .box.-icon.-camera{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_camera.png); background-position:center 32px} 
    .box.-icon.-bill{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_orange_bill.png); background-position:center 25px} 
    * GREY ICONS *
    .box.-icon.-grey.-house{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_house.png); background-position:center 25px}
    .box.-icon.-grey.-email{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_email.png); background-position:center 35px}
    .box.-icon.-grey.-van{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_van.png); background-position:center 35px}
    .box.-icon.-grey.-speech{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_speech.png); background-position:center 25px}
    .box.-icon.-grey.-send{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_send.png); background-position:center 25px}
    .box.-icon.-grey.-recieve{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_recieve.png); background-position:center 25px}
    .box.-icon.-grey.-box{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_box.png); background-position:center 32px}
    .box.-icon.-grey.-cart{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_cart.png); background-position:center 25px}
    .box.-icon.-grey.-horn{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_horn.png); background-position:center 27px}
    .box.-icon.-grey.-print{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_print.png); background-position:center 30px}
    .box.-icon.-grey.-envelope{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_envelope.png); background-position:center 32px}
    .box.-icon.-grey.-binoculars{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_binoculars.png); background-position:center 33px}
    .box.-icon.-grey.-id{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_id.png); background-position:center 26px}
    .box.-icon.-grey.-desk{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_desk.png); background-position:center 27px}
    .box.-icon.-grey.-leaf{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_leaf.png); background-position:center 28px}
    .box.-icon.-grey.-lorry{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_lorry.png); background-position:center 27px}
    .box.-icon.-grey.-pig{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_pig.png); background-position:center 26px}
    .box.-icon.-grey.-global{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_global.png); background-position:center 25px}
    .box.-icon.-grey.-clock{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_clock.png); background-position:center 28px} 
    .box.-icon.-grey.-calculator{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_calculator.png); background-position:center 28px} 
    .box.-icon.-grey.-tools{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_tools.png); background-position:center 25px} 
    .box.-icon.-grey.-web{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_web.png); background-position:center 28px} 
    .box.-icon.-grey.-package{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_package.png); background-position:center 20px} 
    .box.-icon.-grey.-parcel{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_parcel.png); background-position:center 20px} 
    .box.-icon.-grey.-camera{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_camera.png); background-position:center 32px} 
    .box.-icon.-grey.-bill{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_grey_bill.png); background-position:center 25px} 

    * WHITE ICONS FOR COLOURED BACKGROUNDS *
    .box[class*="bg-"].-icon.-house{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_house.png); }
    .box[class*="bg-"].-icon.-email{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_email.png); }
    .box[class*="bg-"].-icon.-van{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_van.png); }
    .box[class*="bg-"].-icon.-speech{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_speech.png); }
    .box[class*="bg-"].-icon.-send{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_send.png); }
    .box[class*="bg-"].-icon.-recieve{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_recieve.png); }
    .box[class*="bg-"].-icon.-box{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_box.png); }
    .box[class*="bg-"].-icon.-cart{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_cart.png); }
    .box[class*="bg-"].-icon.-horn{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_horn.png); }
    .box[class*="bg-"].-icon.-print{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_print.png); }
    .box[class*="bg-"].-icon.-envelope{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_envelope.png); }
    .box[class*="bg-"].-icon.-binoculars{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_binoculars.png); }
    .box[class*="bg-"].-icon.-id{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_id.png); }
    .box[class*="bg-"].-icon.-desk{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_desk.png); }
    .box[class*="bg-"].-icon.-leaf{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_leaf.png); }
    .box[class*="bg-"].-icon.-lorry{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_lorry.png); }
    .box[class*="bg-"].-icon.-pig{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_pig.png); }
    .box[class*="bg-"].-icon.-global{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_global.png); }
    .box[class*="bg-"].-icon.-clock{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_clock.png); }
    .box[class*="bg-"].-icon.-calculator{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_calculator.png); }
    .box[class*="bg-"].-icon.-tools{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_tools.png); }
    .box[class*="bg-"].-icon.-web{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_web.png); }
    .box[class*="bg-"].-icon.-package{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_package.png); }
    .box[class*="bg-"].-icon.-parcel{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_parcel.png); }
    .box[class*="bg-"].-icon.-camera{ background-image:url(http://www.posti.fi/images/2/icons/png/icon_white_camera.png); }

    .svg{
        .box.-icon.-house{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_house.svg); background-size: auto 60px; background-position:center 25px}
        .box.-icon.-email{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_email.svg); background-size: auto 47px; background-position:center 35px}
        .box.-icon.-van{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_van.svg); background-size: auto 41px; background-position:center 35px}
        .box.-icon.-speech{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_speech.svg); background-size: auto 60px; background-position:center 25px}
        .box.-icon.-send{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_send.svg); background-size: auto 59px; background-position:center 25px}
        .box.-icon.-recieve{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_recieve.svg); background-size: auto 59px; background-position:center 25px}
        .box.-icon.-box{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_box.svg); background-size: auto 46px; background-position:center 32px}
        .box.-icon.-cart{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_cart.svg); background-size: auto 58px; background-position:center 25px}
        .box.-icon.-horn{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_horn.svg); background-size: auto 56px; background-position:center 27px}
        .box.-icon.-print{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_print.svg); background-size: auto 50px; background-position:center 30px}
        .box.-icon.-envelope{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_envelope.svg); background-size: auto 46px; background-position:center 32px}
        .box.-icon.-binoculars{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_binoculars.svg); background-size: auto 47px; background-position:center 33px}
        .box.-icon.-id{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_id.svg); background-size: auto 54px; background-position:center 26px}
        .box.-icon.-desk{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_desk.svg); background-size: auto 52px; background-position:center 27px}
        .box.-icon.-leaf{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_leaf.svg); background-size: auto 50px; background-position:center 28px}
        .box.-icon.-lorry{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_lorry.svg); background-size: auto 52px; background-position:center 27px}
        .box.-icon.-pig{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_pig.svg); background-size: auto 54px; background-position:center 26px}
        .box.-icon.-global{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_global.svg); background-size: auto 60px; background-position:center 25px}
        .box.-icon.-clock{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_clock.svg); background-size: auto 50px; background-position:center 28px} 
        .box.-icon.-calculator{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_calculator.svg); background-size: auto 50px; background-position:center 28px} 
        .box.-icon.-tools{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_tools.svg); background-size: auto 60px; background-position:center 25px} 
        .box.-icon.-web{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_web.svg); background-size: auto 50px; background-position:center 28px} 
        .box.-icon.-package{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_package.svg); background-size: auto 71px; background-position:center 20px} 
        .box.-icon.-parcel{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_parcel.svg); background-size: auto 71px; background-position:center 20px} 
        .box.-icon.-camera{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_camera.svg); background-size: auto 46px; background-position:center 32px} 
        .box.-icon.-bill{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_orange_bill.svg); background-size: auto 58px; background-position:center 25px} 

        .box.-icon.-grey.-house{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_house.svg); background-size: auto 60px; background-position:center 25px}
        .box.-icon.-grey.-email{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_email.svg); background-size: auto 47px; background-position:center 35px}
        .box.-icon.-grey.-van{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_van.svg); background-size: auto 41px; background-position:center 35px}
        .box.-icon.-grey.-speech{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_speech.svg); background-size: auto 60px; background-position:center 25px}
        .box.-icon.-grey.-send{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_send.svg); background-size: auto 59px; background-position:center 25px}
        .box.-icon.-grey.-recieve{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_recieve.svg); background-size: auto 59px; background-position:center 25px}
        .box.-icon.-grey.-box{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_box.svg); background-size: auto 46px; background-position:center 32px}
        .box.-icon.-grey.-cart{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_cart.svg); background-size: auto 58px; background-position:center 25px}
        .box.-icon.-grey.-horn{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_horn.svg); background-size: auto 56px; background-position:center 27px}
        .box.-icon.-grey.-print{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_print.svg); background-size: auto 50px; background-position:center 30px}
        .box.-icon.-grey.-envelope{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_envelope.svg); background-size: auto 46px; background-position:center 32px}
        .box.-icon.-grey.-binoculars{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_binoculars.svg); background-size: auto 47px; background-position:center 33px}
        .box.-icon.-grey.-id{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_id.svg); background-size: auto 54px; background-position:center 26px}
        .box.-icon.-grey.-desk{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_desk.svg); background-size: auto 52px; background-position:center 27px}
        .box.-icon.-grey.-leaf{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_leaf.svg); background-size: auto 50px; background-position:center 28px}
        .box.-icon.-grey.-lorry{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_lorry.svg); background-size: auto 52px; background-position:center 27px}
        .box.-icon.-grey.-pig{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_pig.svg); background-size: auto 54px; background-position:center 26px}
        .box.-icon.-grey.-global{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_global.svg); background-size: auto 60px; background-position:center 25px}
        .box.-icon.-grey.-clock{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_clock.svg); background-size: auto 50px; background-position:center 28px} 
        .box.-icon.-grey.-calculator{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_calculator.svg); background-size: auto 50px; background-position:center 28px} 
        .box.-icon.-grey.-tools{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_tools.svg); background-size: auto 60px; background-position:center 25px} 
        .box.-icon.-grey.-web{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_web.svg); background-size: auto 50px; background-position:center 28px} 
        .box.-icon.-grey.-package{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_package.svg); background-size: auto 71px; background-position:center 20px} 
        .box.-icon.-grey.-parcel{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_parcel.svg); background-size: auto 71px; background-position:center 20px} 
        .box.-icon.-grey.-camera{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_camera.svg); background-size: auto 46px; background-position:center 32px} 
        .box.-icon.-grey.-bill{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_bill.svg); background-size: auto 58px; background-position:center 25px} 

        * WHITE ICONS FOR COLOURED BACKGROUNDS *
        .box[class*="bg-"].-icon.-house{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_house.svg); }
        .box[class*="bg-"].-icon.-email{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_email.svg); }
        .box[class*="bg-"].-icon.-van{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_van.svg); }
        .box[class*="bg-"].-icon.-speech{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_speech.svg); }
        .box[class*="bg-"].-icon.-send{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_send.svg); }
        .box[class*="bg-"].-icon.-recieve{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_recieve.svg); }
        .box[class*="bg-"].-icon.-box{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_box.svg); }
        .box[class*="bg-"].-icon.-cart{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_cart.svg); }
        .box[class*="bg-"].-icon.-horn{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_horn.svg); }
        .box[class*="bg-"].-icon.-print{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_print.svg); }
        .box[class*="bg-"].-icon.-envelope{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_envelope.svg); }
        .box[class*="bg-"].-icon.-binoculars{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_binoculars.svg); }
        .box[class*="bg-"].-icon.-id{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_id.svg); }
        .box[class*="bg-"].-icon.-desk{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_desk.svg); }
        .box[class*="bg-"].-icon.-leaf{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_leaf.svg); }
        .box[class*="bg-"].-icon.-lorry{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_lorry.svg); }
        .box[class*="bg-"].-icon.-pig{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_pig.svg); }
        .box[class*="bg-"].-icon.-global{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_global.svg); }
        .box[class*="bg-"].-icon.-clock{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_clock.svg); }
        .box[class*="bg-"].-icon.-calculator{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_calculator.svg); }
        .box[class*="bg-"].-icon.-tools{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_tools.svg); }
        .box[class*="bg-"].-icon.-web{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_web.svg); }
        .box[class*="bg-"].-icon.-package{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_package.svg); }
        .box[class*="bg-"].-icon.-parcel{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_parcel.svg); }
        .box[class*="bg-"].-icon.-camera{ background-image:url(http://www.posti.fi/images/2/icons/svg/icon_white_camera.svg); }
    }

    /* Trying to set the :hover to the boxes. Not working due to divided element
    .box.-icon:hover, .svg .box.-icon:hover {
        background-color: red;
    }
    */
.boxgrid-row {
  position: relative;
  margin-bottom: -20px;
  display: table;
  border-top: 3px solid #d7d7d7;
  width: 100%;
}
.boxgrid-row:first-child {
  border-top: none;
}
.boxgrid-item {
  display: table-cell;
  float: none;
  border-left: 3px solid #d7d7d7;
}
.boxgrid-item:first-child {
  border-left: none;
}
.boxgrid-item .box {
  margin-bottom: 20px;
}
.bordered-box {
  border: 1px solid #dad7cb;
  margin-bottom: 20px;
  position: relative;
}
.bordered-box.-top {
  border-bottom: none;
}
.bordered-box.-bottom {
  border-top: none;
}
.l-table,
.l-table > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.l-tablecell {
  display: table-cell;
  /*float: none;*/
  min-height: 100px;
  /*position: relative;*/
}
/*
    .l-tablecell .text-main{ 
        margin-bottom: 0;
    }
    */
.l-tablecell span.border-only-top {
  display: block;
  position: absolute;
  top: 15px;
  bottom: 30px;
  left: 15px;
  right: 15px;
  border: 1px solid #dad7cb;
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.l-tablecell span.border-only-bottom {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 100px;
  border: 1px solid #dad7cb;
  border-top: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ie .l-tablecell span.border-only-bottom {
  height: 85%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l-tablecell span.border-only-bottom {
    height: 85%;
  }
}
.l-tablecell a:hover span.border-only-top,
.l-tablecell a:hover span.border-only-bottom,
.l-tablecell a:hover .bordered-box,
.l-tablecell label:hover span.border-only-top,
.l-tablecell label:hover span.border-only-bottom,
.l-tablecell label:hover .bordered-box,
.hover-box:hover span.border-only-top,
.hover-box:hover span.border-only-bottom,
.hover-box:hover .bordered-box {
  background-color: #f5f5f5;
}
.l-tablecell > a,
.l-tablecell > div,
.l-tablecell > label {
  display: block;
  padding-bottom: 40px;
}
/*
    @-moz-document url-prefix() {
        .l-tablecell span.border-only-top, .l-tablecell span.border-only-bottom {
            display: none;
        }
    } 
    */
.l-tablecell .box {
  padding-bottom: 0;
  padding-top: 0;
}
.l-tablecell .box-header {
  padding-top: 1.85em;
}
.l-tablecell .box.-icon .box-header {
  padding-top: 0;
}
.l-tablecell .box.-fullpad {
  padding-left: 47px;
  padding-right: 47px;
  margin-bottom: 0;
}
.l-tablecell .box.-icon {
  background-position: center 40px !important;
}
.l-tablecell .box.-fullpad.-icon {
  padding-top: 120px;
}

/* used for smaller text product cards */
.box.-fullpad-small {
  padding-left: 32px;
  padding-right: 32px;
}
												
.l-tablecell .box.-fullpad-small {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
}		
.l-tablecell .box.-fullpad-small.-icon {
  padding-top: 120px;
}
/* used for smaller text product cards */

.box-title {
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: normal;
}
.box.-top {
  padding-bottom: 0;
}
.box.equal-column.-top {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}
.centered-holder {
  position: relative;
}
.centered {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.centered-image {
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
}
/** ===================================================
  * Banner
  * ===================================================*/
.banner {
  position: relative;
  padding: 30px;
  background: #dad7cb;
}
.-round,
.banner.-round {
  border-radius: 3px;
}
.banner-text-holder {
  min-height: 50px;
  display: block;
  padding: 0 16px 0 0;
}
.banner.-alert {
  width: 100%;
  padding-top: 190px;
  padding-bottom: 70px;
  background-image: url(http://www.posti.fi/images/2/icons_new/png/icon_varoitus.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  text-align: center;
}
.svg .banner.-alert {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_varoitus.svg);
}
.banner.-help {
  background-image: url(http://www.posti.fi/images/2/icons_new/png/icon_white_asiakaspalvelu.png);
  background-position: 46px center ;
  background-repeat: no-repeat;
  padding-left: 140px;
}
.svg .banner.-help {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_asiakaspalvelu.svg);
}
.banner-header {
  margin: 0;
}
.banner-text {
  min-height: 50px;
}
.banner-button-holder {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
a.banner-button {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  width: auto !important;
  margin-right: 0;
}
a.banner-button.-static {
  position: static;
}
a.banner-button {
  background-color: white;
  color: #fff;
/*  color: #ff8000;*/
}
a.banner-button.-red {
  color: #cb0044;
}
a.banner-button.-green {
  color: #34b233;
}
a.banner-button.-blue {
  color: #0073cf;
}
a.banner-button.-grey {
  color: #394a58;
  background-color: white;
}
a.banner-button:hover,
a.banner-button.-grey:hover {
  background-color: #f5f5f5;
}
a.banner-button:active,
a.banner-button.-grey:active {
  background-color: #d7d7d7;
}
a.banner-button.-bottom {
  right: 30px;
  bottom: 20px;
/*  bottom: 30px; */
}
a.banner-button-pad {
  margin-top: 45px;
}
.cover-image {
  background: no-repeat center center;
  height: 340px;
  background-size: cover; 
  -ms-behavior: url(http://www.posti.fi/css/2/htc/backgroundsize.min.htc);
  position: absolute;
  /* width: 100%; */
  width: 98%;
}
.banner-holder {
  position: relative;
}
.vert-banner {
/*  background: #ff8000;*/
  color: #333333;
  padding: 0 30px;
  height: 340px;
  position: relative;
}

.vert-banner-car {
/*  background: #fff;*/
  color: #fff;
  padding: 0 30px;
  height: 340px;
  position: relative;
}

.vert-banner.-red {
  background: #cb0044;
}
.vert-banner.-green {
  background: #34b233;
}
.vert-banner.-blue {
  background: #0073cf;
}
.vert-banner.-grey {
  background: #394a58;
}
.vert-banner-car.-white {
  background: #fff;
}

.vert-banner :first-child {
  margin-top: 0;
  padding-top: 20px;
/*  padding-top: 30px;*/
}
.image-section {
  background-size: cover;
  -ms-behavior: url(http://www.posti.fi/css/2/htc/backgroundsize.min.htc);
  background-position: left top;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
}
.image-section.-left {
  right: auto;
  left: 0;
}
.image-section .-pad-left {
  padding-left: 32px;
}
.info-box {
  display: block;
  border-radius: 3px;
}
a.info-box {
  padding-right: 0;
  margin-right: 0;
  background: transparent;
  color: #394a58;
  display: block;
}
.info-box-wrapper {
  display: block;
  padding: 16px 22px;
  height: 96px;
  background: #dad7cb;
  border-bottom: 10px solid #0073cf;
  display: table;
  width: 100%;
  border-radius: 3px;
}
.info-box-wrapper:hover {
  background: #e8e7e2;
}
.info-box-wrapper.-green {
  border-color: #34b233;
}
.info-box-wrapper.-red {
  border-color: #cb0044;
}
.info-box-wrapper.-grey {
  border-color: #394a58;
}
.info-box-wrapper.-blue {
  border-color: #0073cf;
}
.info-box-center {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.info-box-title {
  font-weight: normal;
  font-size: 90%;
  margin: 0;
}
.info-box-description {
  font-size: 110%;
  margin: 0;
  line-height: 1.2;
}
.info-box-description:after {
  content: " ";
  display: inline-block;
  background: url(http://www.posti.fi/images/2/icons/png/icon_arrow.png) no-repeat 0 0;
  width: 13px;
  height: 9px;
  background-size: 13px;
}
.svg .info-box-description:after {
  background: url(http://www.posti.fi/images/2/icons/svg/icon_arrow.svg) no-repeat 0 0;
  background-size: 13px;
}
.notice {
  padding: 18px;
  border-radius: 3px;
  text-align: center;
  font-size: 125%;
  background-color: #dad7cb;
}
/* Choice banner */
.banner-option-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.banner-option-list-item {
  margin: 8px 12px 8px 0;
  display: inline-block;
}
.banner-option-list-link {
  display: block;
  padding: 8px 12px;
  border-radius: 20px;
  background: #394a58;
  color: white;
  font-weight: 800;
  min-width: 65px;
  text-align: center;
}
.banner-option-list-link.active,
.banner-option-list-link:hover {
  background: white;
  color: #394a58;
}
.bg-orange .banner-option-list-link,
.bg-main .banner-option-list-link {
  background: #e57300;
}
.bg-orange .banner-option-list-link.active,
.bg-main .banner-option-list-link.active,
.bg-orange .banner-option-list-link:hover,
.bg-main .banner-option-list-link:hover {
  background: white;
  color: #e57300;
}
.bg-grey .banner-option-list-link {
  background: #293640;
}
.bg-grey .banner-option-list-link.active,
.bg-grey .banner-option-list-link:hover {
  background: white;
  color: #293640;
}
.bg-blue .banner-option-list-link {
  background: #0065b5;
}
.bg-blue .banner-option-list-link.active,
.bg-blue .banner-option-list-link:hover {
  background: white;
  color: #0065b5;
}
.bg-green .banner-option-list-link {
  background: #1d631c;
}
.bg-green .banner-option-list-link.active,
.bg-green .banner-option-list-link:hover {
  background: white;
  color: #1d631c;
}
.bg-red .banner-option-list-link {
  background: #650022;
}
.bg-red .banner-option-list-link.active,
.bg-red .banner-option-list-link:hover {
  background: white;
  color: #650022;
}
/** ===================================================
  * Tickers
  * ===================================================*/
.ticker {
  padding: 10px 15px;
  white-space: nowrap;
  white-space: normal\9;
  /* IE8 Hack */
  overflow-x: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
}
.ticker-header {
  margin: 0 10px 0 0;
  display: inline-block;
}
/** ===================================================
  * Announcement
  * ===================================================*/
.announcement {
  padding: 25px 60px 25px 36px;
  white-space: nowrap;
  white-space: normal\9;
  margin-left:16px;
  /* IE8 Hack */
  overflow-x: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #dad7cb;
  border-bottom: 3px solid #ff8000;
}
.announcement.-round {
  border-radius: 3px;
}
.announcement-header {
  margin: 0 10px 0 0;
  display: inline-block;
}
.announcement-close {
  display: block;
  width: 45px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: url(http://www.posti.fi/images/2/close_grey.png) no-repeat center center;
  background-size: 13px;
}
.svg .announcement-close {
  background-image: url(http://www.posti.fi/images/2/close_grey.svg);
  background-size: 13px;
}
[class*="bg-"] .announcement-close {
  background-image: url(http://www.posti.fi/images/2/close_white.png);
  background-size: 13px;
}
.svg [class*="bg-"] .announcement-close {
  background-image: url(http://www.posti.fi/images/2/close_white.png);
  background-size: 13px;
}
.bg-white .announcement-close,
.bg-light .announcement-close {
  background-image: url(http://www.posti.fi/images/2/close_grey.png);
  background-size: 13px;
}
.svg .bg-white .announcement-close,
.svg .bg-light .announcement-close {
  background-image: url(http://www.posti.fi/images/2/close_grey.svg);
  background-size: 13px;
}
.announcement.-blue {
  border-color: #0073cf;
}
.announcement.-green {
  border-color: #34b233;
}
.announcement.-red {
  border-color: #cb0044;
}
.announcement.-grey {
  border-color: #394a58;
}
.announcement[class*="bg-"] {
  border-bottom: none;
}
/** ===================================================
  * Bordered
  * ===================================================*/
hr,
.underline {
  border: none;
  border-bottom: 3px solid #ffffff;
	/*border-bottom: 3px solid #ff8000;*/
}
hr.-pad,
.underline.-pad {
  padding-bottom: 10px;
}
hr.-doublepad,
.underline.-doublepad {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
hr.-orange,
.underline.-orange,
hr.-main,
.underline.-main {
  border-color: #ff8000;
}
hr.-grey,
.underline.-grey {
  border-color: #394a58;
}
hr.-blue,
.underline.-blue {
  border-color: #0073cf;
}
hr.-green,
.underline.-green {
  border-color: #34b233;
}
hr.-red,
.underline.-red {
  border-color: #cb0044;
}
hr.-line {
  padding: 0;
  margin-top: 0;
}
.underline-none {
  border-bottom: none;
}
.underline.-clip-border {
  display: inline-block;
}
/** ===================================================
  * Menu
  * ===================================================*/
/* BU
    .shoulder-menu,
    .menu{
        position: fixed;
        height: 100%;
        overflow-y: auto;
        padding: 0;
    }
    .menu{
        top:0;
        left: 0;
    }
    */
/*
    .menu{
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
    }
    */
.shoulder-menu {
  /* MK
        position: fixed;
        height: 100%;
        overflow: hidden;
        padding: 0;
        top: 0;
        bottom: 0;
        border-right:2px solid @brand-orange-click;
        */
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  border-right: 2px solid #e57300;
}
/* BU
    .shoulder-menu-holder,
    .menu-holder{
        position: relative;
        padding-top: 10px;
        padding-bottom:70px;
        min-height: 100%;
    }
    */
.shoulder-menu-holder,
.menu-holder {
  /*
        padding-top: 10px;
        padding-bottom: 40px;
        */
}
.shoulder-menu-holder {
  background: #ff8000;
}
.section-toggle {
/*  margin: 7px 0 6px 0; */
	margin: 7px 0 0 0;
  display: inline-block;
}
.section-toggle-item {
  display: inline-block;
}
.section-toggle-link {
  display: block;
  padding: 5px 8px 6px;
  margin: 0 2px;
  text-align: center;
  font-weight: 600;
  color: #ff8000;
  background-image: none !important;
  padding-right: 8px !important;
  margin-right: 2px !important;
}
.section-toggle-item:first-child .section-toggle-link {
/*  margin-left: 0;
  padding-left: 0; */
}
.section-toggle-link.-active {
  background: #ff8000 !important;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.header-right .section-toggle-item a {
	color:#394a58;	
}

.header-right .header-signin a {
	color:#fff;	
}

/*
    .section-select{
        margin:0 30px 30px;
        position: relative;
    }
    .section-toggle-link.-active:before,
    .section-select:before{
        content: "";
        position: absolute;
        background: url(http://www.posti.fi/images/2/section_selection.png) no-repeat center center;
        width:17px;
        height:9px;
        background-size: auto 9px;
        bottom:-8px;
        left:50%;
        margin-left:-8px;
    }
    */
.sidebar-logo-holder {
  margin: 30px 0;
  text-align: center;
}
.sidebar-logo {
  display: inline-block;
  text-align: center;
  min-width: 120px;
  max-width: 120px;
  margin-bottom: 0;
}
.svg .sidebar-logo {
  width: 55px;
}
.menu-link {
  display: block;
  padding: 15px 16px;
  font-size: 110%;
  font-weight: normal;
}
.shoulder-menu .menu-link {
  padding-right: 20px;
}
.-level_2 {
  background: #f47706;
}
.-level_2 a {
  padding-left: 70px;
  font-size: 90%;
}
.-level_3 {
  background: #ea6f0a;
}
.-level_3 a {
  padding-left: 90px;
}
.-level_4 {
  background: #e2690e;
}
.-level_4 a {
  padding-left: 110px;
}
.menu-link:hover {
  background-color: transparent;
}
.menu-link:hover {
  background-color: #ff9326;
  width:100%;  
  padding-right: 15%;
}
.menu-link.-active {
  font-weight: bold;
}
.-level_2 .menu-link.-active,
.-level_3 .menu-link.-active,
.-level_4 .menu-link.-active {
  background-image: url(http://www.posti.fi/images/2/current-item-mark.png);
  background-repeat: no-repeat;
}
.-level_2 .menu-link.-active {
  background-position: 60px 22px;
}
.-level_3 .menu-link.-active {
  background-position: 80px 22px;
}
.-level_4 .menu-link.-active {
  background-position: 100px 22px;
}
.svg .-level_2 .menu-link.-active,
.svg .-level_3 .menu-link.-active,
.svg .-level_4 .menu-link.-active {
  background-image: url(http://www.posti.fi/images/2/current-item-mark.svg);
}
.menu-link.-arrow {
  background-image: url(http://www.posti.fi/images/2/icons/png/icon_white_arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  background-position: center right 5px;
}
.menu-link.-arrow:hover {
  background-color: #ff9326;
}
.svg .menu-link.-arrow {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_white_arrow.svg);
  background-size: 20px;
}
.menu-link.-back {
  font-weight: normal;
  color: #a04800;
  font-size: 110%;
  margin: 0;
  padding: 11px 0 10px 63px;
  background-image: url(http://www.posti.fi/images/2/back-button.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}
.shoulder-menu .separator {
  border-top: 2px solid #e57300;
  margin: 25px 0 20px 0;
}
.menu-link.-icon {
  padding-left: 60px;
  position: relative;
}
.menu-link.-icon:before {
  content: "";
  width: 33px;
  height: 29px;
  position: absolute;
  top: 14px;
  left: 18px;
}
.menu-link.-icon.-send_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_laheta.png) no-repeat center 0;
  background-size: 33px;
}
.menu-link.-icon.-recive_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_vastaanota.png) no-repeat center 0;
  background-size: 32px;
}
.menu-link.-icon.-package_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_varastointi.png) no-repeat center 0;
  background-size: 28px;
}
.menu-link.-icon.-services_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_ohjeet.png) no-repeat center 0;
  background-size: 22px;
}
.menu-link.-icon.-onlineshop_solutions:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_verkkokauppiaan_palvelut.png) no-repeat center 0;
  background-size: 32px;
}
.menu-link.-icon.-order_channels:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_sahkoiset_palvelut.png) no-repeat center 0;
  background-size: 32px;
}

.menu-link.-icon.-customer_service:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_white_asiakaspalvelu.png) no-repeat center 0;
  background-size: 32px;
}
.svg .menu-link.-icon.-send_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_laheta.svg) no-repeat center 0;
  background-size: 33px;
}
.svg .menu-link.-icon.-recive_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_vastaanota.svg) no-repeat center 0;
  background-size: 32px;
}
.svg .menu-link.-icon.-package_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_varastointi.svg) no-repeat center 3px;
  background-size: 28px;
}
.svg .menu-link.-icon.-services_small:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_ohjeet.svg) no-repeat center 0;
  background-size: 22px;
}
.svg .menu-link.-icon.-onlineshop_solutions:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_verkkokauppiaan_palvelut.svg) no-repeat center 0;
  background-size: 32px;
}
.svg .menu-link.-icon.-order_channels:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_sahkoiset_palvelut.svg) no-repeat center 0;
  background-size: 32px;
}
.svg .menu-link.-icon.-customer_service:before {
  background: url(http://www.posti.fi/images/2/icons_new/svg/icon_white_asiakaspalvelu.svg) no-repeat center 0;
  background-size: 32px;
}


.expandable {
  position: relative;
}
.expandable > a {
  padding-right: 10px;
  width: 87%;
  /* width: 80%; */
}
.expandable > span {
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
 /*width: 20%; */
  width: 100%;
  height: 50px;
 /* background: transparent url(http://www.posti.fi/images/2/expand-collapse.png) no-repeat 50% 14px; */
  background: transparent url(http://www.posti.fi/images/2/expand-collapse.png) no-repeat 90% 14px;
}
.expandable.-expanded > span {
 /*  background-position: 50% -34px; */
  background-position: 90% -34px;
}
.svg .expandable > span {
  background-image: url(http://www.posti.fi/images/2/expand-collapse.svg);
}
/* End of Markus testing */
.menu-icon {
  display: block;
  text-align: center;
  padding: 80px 0 10px 0;
  margin: 0;
  position: relative;
  font-size: 110%;
  font-weight: 600;
  font-weight: normal;
}
.menu-icon:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
}
.menu-icon.-send:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_grey_laheta.png) no-repeat center 0;
}
.menu-icon.-recieve:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_grey_vastaanota.png) no-repeat center 0;
}
.menu-icon.-package:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_grey_varastointi.png) no-repeat center 0;
}
.menu-icon.-services:before {
  background: url(http://www.posti.fi/images/2/icons_new/png/icon_grey_palvelee.png) no-repeat center 0;
}
.menu-icon:hover {
  background: #ff9326;
}
.svg .menu-icon.-send:before {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_grey_laheta.svg);
  background-size: auto 52px;
  background-position: center 3px;
}
.svg .menu-icon.-recieve:before {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_grey_vastaanota.svg);
  background-size: auto 52px;
  background-position: center 3px;
}
.svg .menu-icon.-package:before {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_grey_varastointi.svg);
  background-size: auto 40px;
  background-position: center 15px;
}
.svg .menu-icon.-services:before {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/icon_grey_palvelee.svg);
  background-size: auto 54px;
  background-position: center 1px;
}
.language {
  padding-top: 130px;
  padding-bottom: 20px;
  text-align: center;
  /*
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 0;
        height: 70px;
        padding-top: 10px;
        background: @brand-orange-trans;
        */
}
.shoulder-language {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 110px;
  padding-top: 0;
  background: rgba(255, 160, 47, 0.75);
}
.shoulder-language p {
  margin-top: 0;
}
.language-item:before {
  content: " ";
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #ffffff;
  margin: -4px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.language-item:first-child:before {
  display: none;
}
.language-link {
  padding: 0 10px;
  font-weight: normal;
  font-size: 110%;
}
/** ===================================================
  * Header
  * ===================================================*/
.breadcrumbs {
  display: block;
  margin: 15px 0 10px 0;
}
.breadcrumb-item:first-child:before {
  content: "";
  display: none;
}
.breadcrumb-item:before {
/*  content: ">";*/
  margin: 0 5px;
}

.breadcrumb-item {
  font-weight: bold;
}
	
.breadcrumb-item a {
  font-weight: normal;
  background: #ff8000;
  color: #fff;
  padding:5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.breadcrumb-item a:hover {
  font-weight: normal;
  background: #ff9326;
  color: #fff;
  padding:5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.header-left {
  float: left;
  padding: 0; 
  position: relative;
}

.header-right {
  float: right;
  padding: 0;
  position: relative;
  top:-2px;
}

li.link-gap {
	padding-right:15px;
}

/*
.logo-link {	
	position: absolute;
	cursor:pointer;
	top:73px;
	height:64px;
	width:120px;
	background: url(http://www.posti.fi/images/1/logo.png) no-repeat;
	background-size:120px;
}*/

.logo-link {	
	position: relative;
	cursor:pointer;
	top:73px;
	height:64px;
	width:120px;
	background: url(http://www.posti.fi/images/1/logo.png) no-repeat;
	background-size:120px;
}

.header-search {
  display: inline-block;
  margin-left: 17px;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  background: url(http://www.posti.fi/images/2/search.png) no-repeat right center;
  padding-left: 40px;
  border-left: 3px solid #dad7cb;
}
.header-search.-open {
  background-image: url(http://www.posti.fi/images/2/close.png);
  background-size: 14px;
}
.searchbar .-arrow_link {
  background-image: url(http://www.posti.fi/images/2/icons/png/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: 112% center;
  display: inline-block;
  padding: 4px 30px 4px 0;
}
.svg .searchbar .-arrow_link {
  background-image: url(http://www.posti.fi/images/2/icons/svg/menu_arrow.svg);
  background-size: auto 12px;
}
.svg .header-search {
  background-image: url(http://www.posti.fi/images/2/search.svg);
  background-size: auto 21px;
}
.svg .header-search.-open {
  background-image: url(http://www.posti.fi/images/2/close.svg);
  background-size: auto 14px;
}
.header-signin {
  /* height: 26px; */
  position:relative;
  right:0px;
  top:-4px;
}

.header-signin a {
	color:#fff;
}	
	
.mobile-header {
  padding: 11px 0 10px 0;
  text-align: center;
  position: relative;
}
.mobile-search,
.menu-toggle {
  width: 50px;
  height: 30px;
  background: url(http://www.posti.fi/images/2/menu.png) no-repeat center;
  position: absolute;
  left: 0px;
  text-indent: -9999px;
  top:10px;
}
.svg .menu-toggle {
  background-image: url(http://www.posti.fi/images/2/menu.svg);
}
.mobile-search {
  background-image: url(http://www.posti.fi/images/2/search_white.png);
  background-size: 24px;
  left: auto;
  right: 0px;
}
.mobile-search.-open {
  background-image: url(http://www.posti.fi/images/2/close_white.png);
  background-size: 15px;
}
.svg .mobile-search {
  background-image: url(http://www.posti.fi/images/2/search_white.svg);
 /* background-size: 24px; */
  background-size: auto;
}
.svg .mobile-search.-open {
  background-image: url(http://www.posti.fi/images/2/close_white.svg);
  background-size: 15px;
}
.mobile-logo {
  height: 35px;
  display: inline-block;
  min-width: 66px;
  margin-bottom: 0;
}
.mobile-language {
  text-align: center;
}
/** ===================================================
  * Popups
  * ===================================================*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.popup {
  position: absolute;
  top: 10%;
  padding: 0;
  background: #394a58;
  border: 3px solid #394a58;
  border-radius: 3px;
}
.popup iframe {
  margin-bottom: 0;
}
.popup-close {
  float: right;
  display: block;
  width: 11px;
  height: 11px;
  margin: 2px 4px 4px;
  background: url(http://www.posti.fi/images/2/popup_close.png) no-repeat 0 0;
  background-size: 11px;
}
.svg .popup-close {
  background: url(http://www.posti.fi/images/2/popup_close.svg) no-repeat 0 0;
  background-size: 11px;
}
/** ===================================================
  * Fitlers
  * ===================================================*/
.fitler {
  border-top: 2px solid #dad7cb;
  border-bottom: 2px solid #dad7cb;
  margin-bottom: 24px;
  background: url(http://www.posti.fi/images/2/icons/png/icon_blue_expand.png) no-repeat right center;
}
.svg .fitler {
  background-image: url(http://www.posti.fi/images/2/icons/svg/icon_blue_expand.svg);
  background-size: 20px;
}
.filter-title {
  margin: 10px 10px 0;
  display: block;
  cursor: pointer;
}
/** ===================================================
  * Charts
  * ===================================================*/
.chart {
  color: #ffffff;
}
/** ===================================================
  * Maps (Temp)
  * ===================================================*/
.map-holder {
  height: 390px;
}
.map-holder.-small {
  height: 180px;
}
.map {
  background: url(http://www.posti.fi/images/2/map_placeholder.png) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: cover;
  -ms-behavior: url(http://www.posti.fi/css/2/htc/backgroundsize.min.htc);
  position: relative;
}
.map-overlay {
  width: 282px;
  padding: 22px;
  background: rgba(57, 74, 88, 0.8);
  color: #ffffff;
  margin-left: 22px;
  position: absolute;
}
.map-overlay.-middle {
  left: 50%;
  top: 85px;
}
/*
    .map-point{
        height: 100%;
        width: 0px;
        position: relative;
    }
    */
.map-point-triangle {
  height: 27px;
  width: 23px;
  position: absolute;
  left: -23px;
  top: 50%;
  margin-top: -14px;
  background: url(http://www.posti.fi/images/2/map_arrow.png) no-repeat right center;
  background-size: 23px;
}
footer {
  padding-top: 5px;
  padding-bottom: 40px;
/*  position: absolute;*/
  bottom: 0;
  width: 100%;
  clear: both;
}
footer ul.unstyled-list {
  padding-bottom: 20px;
}
/** ===================================================
  * Searchbars
  * ===================================================*/
.searchbar {
  padding-top: 8px;
  padding-bottom: 8px;
}
.searchbar-holder {
  padding-right: 0;
  float: right;
  padding-left: 17px;
}
.searchbar-center {
  padding-top: 6px;
  padding-right: 0;
  padding-left: 0;
}
.searchbar-search {
  display: block;
  text-indent: -9999px;
  height: 24px;
  background: url(http://www.posti.fi/images/2/search_white.png) no-repeat right center;
}
.svg .searchbar-search {
  background-image: url(http://www.posti.fi/images/2/search_white.svg);
  background-size: auto 21px;
}
.searchbar-search-holder {
  width: 51px;
  float: right;
}
/** ===================================================
  * Background fills
  * ===================================================*/
.bg-main {
  background-color: #ff8000;
  color: #ffffff;
}
.bg-blue {
  background-color: #0073cf;
  color: #ffffff;
}
.bg-green {
  background-color: #34b233;
  color: #ffffff;
}
.bg-grey {
  background-color: #394a58;
  color: #ffffff;
}
.bg-light {
  background-color: #dad7cb;
  color: #394a58;
}
.bg-red {
  background-color: #cb0044;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
  color: #394a58;
}
.bg-orange {
  background-color: #ff8000;
  color: #fff;
}

.arrow {
  background-image: url(http://www.posti.fi/images/2/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
}

/*
.tabs input[type="radio"] + label {
    background: gray;
    &:before {
        display: none;
    }
}

.tabs input[type="radio"]:checked + label{
    background: green;
}

.tabs .tab-body {
    display: none;
}

*/
.tabs {
  border-bottom: 3px solid #ff8000;
}
.tabs li {
  display: inline-block;
  margin: 0 0 -3px 15px;
}
.ie .tabs li {
  margin: 0 0 -4px 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tabs li {
    margin: 0 0 -4px 15px;
  }
}
.tabs li a {
  border: 3px solid transparent;
  border-bottom: none;
  padding: 10px 30px;
}
.tabs li.active a {
  border-color: #ff8000;
  background: #ffffff;
  color: #394a58;
  display: block;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tab-bodies {
  margin: 30px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #d7d7d7;
}
.tab-bodies li {
  display: none;
}
.tab-bodies li.active {
  display: block;
}
.sharebar {
  padding: 20px;
}
.sharebar-link {
  display: block;
  padding: 7px 0;
}
.sharebar-link.-facebook,
.sharebar-link.-twitter,
.sharebar-link.-linkedin {
  padding-left: 30px;
  background: url(http://www.posti.fi/images/2/icons_new/png/small_white_facebook.png) no-repeat 0 center;
  background-size: auto;
}
.sharebar-link.-twitter {
  background-image: url(http://www.posti.fi/images/2/icons_new/png/small_white_twitter.png);
}
.sharebar-link.-linkedin {
  background-image: url(http://www.posti.fi/images/2/icons_new/png/small_white_linkedin.png);
}
.svg .sharebar-link.-facebook {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/small_white_facebook.svg);
}
.svg .sharebar-link.-twitter {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/small_white_twitter.svg);
}
.svg .sharebar-link.-linkedin {
  background-image: url(http://www.posti.fi/images/2/icons_new/svg/small_white_linkedin.svg);
}
/** ===================================================
  * Search pages
  * ===================================================*/
.resultSecondary {
  word-break: break-word;
}
.page-table {
  border: none;
  width: auto;
  display: inline-block;
}
.page-table td {
  padding: 0px;
}
.page-button {
  display: inline-block;
  padding: 1px 6px;
  margin: 8px 0;
  border-radius: 3px;
}
.page-button.active {
  background: #0073cf;
  color: white;
}
/** ===================================================
  * Animations
  * ===================================================*/
.front-animation {
  margin: 0 auto;
}
/** ===================================================
  * Overrides
  * ===================================================*/
.-inline {
  display: inline-block;
}
.-mid-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}
.-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.section-first {
  margin-top: 0;
  padding-top: 0;
}
.section-last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.85-percent-width {
  width: 85%;
}
@media (max-width: 991px) {
  html {
    /* MK
        overflow-x: hidden;
        border-bottom: 3px solid @white;
        */
  }
  html {
    overflow: visible;
    overflow-x: hidden;
  }
  #main {
    width: 100%;
    padding-bottom: 0;
  }
  #menu {
    width: 0%;
  }
  footer {
    position: relative;
  }
  header,
  .shoulder-menu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .shoulder-menu {
    /* MK
        position: fixed;
        */
    width: 40%;
    left: -40%;
    top: 0;
    height: 100%;
    z-index: 100;
  }
  .shoulder-menu.-open {
    left: 0;
  }
  #main {
    /* MK
        overflow: hidden;
        padding-bottom: 0;
        */
  }
  body {
    /*
        position: absolute;
        width: 100%;
        left: 0%;
        */
    position: relative;
  }
  body.-open {
    /* left: 40%; */
  }
  /* ==================================================
     * Header
     * ================================================== */
  header {
    position: relative;
    left: 0%;
  }
  .-open header {
    left: 40%;
  }
  header {
    background: #ff8000;
  }
  /* ==================================================
     * Footer
     * ================================================== */
  footer {
    /* MK
        position: relative;
        */
  }
  .section-toggle {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .col-md-faux {
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-md-pad {
    padding-left: 32px;
    padding-right: 32px;
  }
  .col-md-pad-left {
    padding-left: 16px;
    margin-left: 16px;
  }
  .col-md-pad-right {
    padding-right: 16px;
    margin-right: 16px;
  }
  .col-md-right {
    float: right;
  }
}
@media (max-width: 767px) {
  body {
    word-wrap: break-word;
    word-break: break-word;
  }
  h1 {
    font-size: 270%;
  }
  .l-tablecell {
    display: inherit;
    width: 100%;
  }
  .shoulder-menu {
    width: 83%;
    left: -83%;
  }
  body.-open {
    /* left: 83%; */
  }
  .-open header {
    left: 83%;
  }
  .col-xs-faux {
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-xs-pad {
    padding-left: 32px;
    padding-right: 32px;
  }
  .col-xs-pad-left {
    padding-left: 16px;
    margin-left: 16px;
  }
  .col-xs-pad-right {
    padding-right: 16px;
    margin-right: 16px;
  }
  .col-xs-right {
    float: right;
  }
  iframe.-pad,
  img.-pad {
    margin-left: 0;
    margin-right: 0;
  }
  .searchbar-search-holder {
    width: 30px;
  }
  .ticker-header,
  .announcement-header {
    display: block;
  }
  .ticker,
  .announcement {
    white-space: normal;
  }
  table {
    font-size: 85%;
  }
  .info-box,
  .notice,
  .banner {
    margin-bottom: 16px;
  }
  .announcement {
    margin-bottom: 16px;
  }
  .image-section {
    height: 200px;
    width: 100%;
    border-radius: 0;
  }
  .image-section + * {
    margin-top: 200px;
  }
  .banner.-help {
    padding-left: 30px;
    padding-top: 95px;
    background-position: center 20px;
  }
  .cover-image {
    position: static;
    height: 200px;
	width:100%;
  }
  .vert-banner {
    height: auto;
    padding-bottom: 70px;
  }
  .toggle-list.-right,
  .toggle-list {
    text-align: center;
    margin-top: 16px;
  }  
}
@media (min-width: 768px) {
  .col-sm-faux {
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-sm-pad {
    padding-left: 32px;
    padding-right: 32px;
  }
  .col-sm-pad-left {
    padding-left: 16px;
    margin-left: 16px;
  }
  .col-sm-pad-left2 {  
	padding-left:16px;
  }	
  .col-sm-pad-right {
    padding-right: 16px;
    margin-right: 16px;
  }
  .col-sm-right {
    float: right;
  }  
}
.new-form {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.form-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-subtitle {
  border-bottom: 3px solid #ff8000;
  font-size: 170%;
  font-weight: 600;
  margin: 24px 0;
  padding: 24px 0;
  display: block;
  text-transform: none;
}
.form-input-row {
  display: block;
  margin: 10px 0;
}
.form-input-row br {
  display: none;
}
.set-row {
  margin: 0 0 24px 0;
}
.set-row .form-input-row {
  margin-left: 33%;
}
.form-row {
  margin: 0 0 24px;
}
.form-row label {
  width: 33%;
  float: left;
  font-weight: 600;
  padding: 8px 0;
}
.form-row input,
.form-row textarea {
  width: 66%;
}
.form-row [class*="col-"] input,
.form-row [class*="col-"] textarea,
.form-row [class*="col-"] label {
  width: 100%;
  float: none;
}
.form-row [class*="col-"] label {
  padding: 0;
}
.set-label,
.form-row.block-set .set-label {
  width: 33%;
  float: left;
  font-weight: 700;
  padding: 0;
}
.form-row.block-set label {
  width: auto;
  float: none;
  font-weight: normal;
  padding: 8px 0;
}
.form-buttons-section {
  border-top: 3px solid #ff8000;
  padding-top: 24px;
}
form button {
  width: 20%;
  display: inline-block;
}
form button.reset {
  background-color: #394a58;
}
form button[type="submit"] {
  float: right;
}
.form-error-text {
  display: none;
}
.error .form-error-text {
  display: block;
}
.error input {
  color: #cb0044;
  background: #fcf0f0;
  border-color: #cb0044;
}
:root .error input[type="radio"] + label:before,
:root .error input[type="checkbox"] + label:before {
  background-position: 0 -60px;
}
/****
  Demo 2
****/
form table {
  font-size: 100%;
}
form table tr {
  border: none;
}
form table td {
  padding: 0 10px 24px 10px;
}
form table input {
  margin: 0;
}
form table input + input {
  margin-top: 16px;
}
form table input + input[type="submit"],
form table input + input[type="reset"] {
  margin-top: 0px;
}
.fakefile input {
  margin-top: 0;
}
form table tr:first-child td {
  padding-top: 24px;
}
.table-1of1 {
  width: 100%;
  vertical-align: top;
}
.table-1of3 {
  width: 33%;
  vertical-align: top;
}
.table-2of3 {
  width: 66%;
  vertical-align: top;
}
.table-1of4 {
  width: 25%;
  vertical-align: top;
}
.table-2of4 {
  width: 50%;
  vertical-align: top;
}
.table-3of4 {
  width: 75%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .table-1of1,
  .table-1of3,
  .table-2of3,
  .table-1of4,
  .table-2of4,
  .table-3of4 {
    display: block;
    width: 100%;
    clear: both;
    float: left;
  }
}
form .clear-field-button,
form input[type="reset"],
form input[type="submit"] {
  width: 20%;
  display: inline-block;
  float: right;
}
@media (max-width: 768px) {
  form .button,
  form .clear-field-button,
  form input[type="reset"],
  form input[type="submit"] {
    width: 40%;
  }
}
form .clear-field-button,
form input[type="reset"] {
  border: none;
  background-image: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 115%;
  text-align: center;
  display: block;
  padding: 7px 10px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #394a58;
  float: none; 
  height:38px;
}
form input[type="submit"].submit {
  float: right;
}
.datafield {
  position: relative;
  width: 100%;
  min-height: 40px;
}
.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
}
.ie8 .fakefile {
  display: none;
}
form input.file {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 2;
}
.datafield input {
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
}
.datafield .file {
  border: none;
}
.ie8 .datafield .file {
  border: 1px solid #ff8000;
}
.datafield input[type="button"] {
  position: absolute;
  top: 0;
}
.datafield input.browse-files-button {
  content: "Selaa";
  border: none;
  background-image: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 115%;
  text-align: center;
  display: block;
  padding: 8px 10px 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff8000;
  width: 20%;
  left: 54%;
}
.datafield input.clear-field-button {
  left: 77%;
  width: 23%;
  float: none;
}
/* @media (max-width: 767px) {*/
@media (max-width: 992px) {
  .datafield input.browse-files-button {
    width: 30%;
    left: 44%;
  }
  .datafield input.clear-field-button {
    text-indent: -9999px;
    background: url(http://www.posti.fi/images/2/close_white.svg) no-repeat center center #0073cf;
    background-size: 15px;
  }
}
.datafield.-small input {
  width: 62%;
}
.datafield.-small input.browse-files-button {
  width: 25%;
  left: 37%;
}
.datafield.-small input.clear-field-button {
  width: 35%;
  left: 65%;
}
:root form input[type="checkbox"] + label,
:root form input[type="radio"] + label {
  display: block;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* accordion item link colour */
ul.js-accordian li.page-menu-item p a {
	color:#ff8000;
}

/* Carousel */
.carousel {
	margin:0;
}

.division-carousel {
/*  margin-top: -18px;*/
  margin-bottom: -18px;
}

.division-carousel-top {
  margin-top: 18px;
  margin-bottom: -18px;
}

.division-carousel-section {
  margin-top: 30px;
  margin-bottom: -30px;
}

.division-carousel-first {
  margin-top: 0px;
  margin-bottom: -28px;
}

.division-carousel-first-section {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slick-slider {
	padding:0;
	margin:0;
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;  
  /* border below */
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
 border: 1px solid #d9d6ca;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
@media (max-width: 767px) {
  .slick-slide h2 {
    font-size: 180%;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Carousel dots */
.slick-slider {
   margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
/*  width: 90%;*/
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 10px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e6e6e6;
  border: 1px solid grey;
  border-radius: 100px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '•';
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: transparent;
}
/* Carousel image banner */
.slick-slider .vert-banner, .slick-slider .vert-banner-car {
  height: 255px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .slick-slider .vert-banner h2, .slick-slider .vert-banner-car h2 {
    font-size: 24px;
    margin-bottom: 24px;
    padding-top: 18px;
    padding-bottom: 22px;
  }
  .slick-slider .vert-banner p, .slick-slider .vert-banner-car p {
    font-size: 12px;
  }
}
.carousel-image {
  height: 255px;
}
.carousel-image-xl {
  height: 310px;
}

/* Carousel grid */
.carousel div[class^="col-"] {
  padding: 0;
}

/* Full-width carousel */
@media (min-width: 768px) {
	.car-shiftup {
	   position:relative; top:-330px; margin-bottom:-330px;	   
	}
}

/* New search box */
.search-box {
	position:relative;
	/*right:-245px;*/
	right:69px;
	top:15px;
	float:right;
}
.search-box2 {
/*	position:relative;
	right:-500px;
	top:15px; */
	padding-right:70px;
	float:right;
	margin-top:20px;
}

/*.search-box {	
	position:absolute;
	right:68px;
	top:80px;
}*/

.search-box input.text, .search-box2 input.text {
	width: 147px;
	font-size: 78%;	
}

.search-box input[type=text], .search-box2 input[type=text] {
	padding: 0.2em 35px 0.2em 10px;
	line-height: 1.4em;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 3px;
	width: 200px;
	border:2px solid #dcdcdc;
	height:36px;
	font-size: 15px;
	box-sizing:border-box;					
}

.search-box input[type=text]:focus, .search-box2 input[type=text]:focus {
	outline: none;
}

.search-box input[type=submit] {
	border: none;
	display: block;
	position: absolute;
	top: 0.4em;
	right: -60px;
	line-height: 1em;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(http://www.posti.fi/images/1/search.png) no-repeat;
	background-size:23px;
	width:23px;
	height:23px;
}

.search-box2 input[type=submit] {
	border: none;
	display: block;
	position: absolute;
	top: 0.4em;
	left:175px;
	line-height: 1em;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(http://www.posti.fi/images/1/search.png) no-repeat;
	background-size:23px;
	width:23px;
	height:23px;
}

.search-box input:-ms-input-placeholder, .search-box2 input:-ms-input-placeholder {  
	color: #8c8c8c;
}

.auxinfo {		
	display:block;
	text-align: center;
	padding:0;
	margin:0;
	text-align: center;
	position:relative;
	top:-30px;
	padding-left:10px;
	padding-right:10px;
}

.auxinfo2 {		
	display:block;
	text-align: center;
	padding:0;
	margin:0;
	text-align: center;
	position:relative;
	top:-70px;
	padding-left:10px;
	padding-right:10px;
}

.trackingtitle {
	font-size:180%;
	font-weight:600;	
}

/* Desktop navigation */

.main-nav,
.sub-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main-nav .sub-menu,
  .sub-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: -1px 0 0 0;
    z-index: 40;
    text-align: left;
    border-top: 3px solid #008033;
    display: none; }	
    .main-nav .sub-menu a,
    .sub-nav .sub-menu a {
      color: #505050;
      display: block;
      padding-left: 15px;
      background: url(http://www.posti.com/images/link-arrow.png) no-repeat left 5px; }
  .main-nav li,
  .sub-nav li {
    display: inline-block;
    margin-right: -4px; }
    .main-nav li:focus,
    .sub-nav li:focus {
      outline: none; }
    .main-nav li label:after,
    .sub-nav li label:after {
      content: "";
      display: block;
      margin: 0 auto;
      width: 0;
      height: 0;
      line-height: 1em;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #3322d0; }
    .main-nav li:hover, .main-nav li.active,
    .sub-nav li:hover,
    .sub-nav li.active {
      outline: none; }
      .main-nav li:hover label, .main-nav li.active label,
      .sub-nav li:hover label,
      .sub-nav li.active label {
        color: #fff;
        background: #008033; }
        .main-nav li:hover label:after, .main-nav li.active label:after,
        .sub-nav li:hover label:after,
        .sub-nav li.active label:after {
          border-top-color: #fff; }
      .main-nav li:hover .sub-menu, .main-nav li.active .sub-menu,
      .sub-nav li:hover .sub-menu,
      .sub-nav li.active .sub-menu {
        display: table; }
    .main-nav li .sub-pages,
    .sub-nav li .sub-pages {
      padding: 0 0 0 20px;
      margin: 0; }
      .main-nav li .sub-pages li,
      .sub-nav li .sub-pages li {
        display: block; }
  .main-nav > li > a,
  .main-nav .text,
  .sub-nav > li > a,
  .sub-nav .text {
    color: #3322d0;
    font-weight: bold;
    display: block;
    padding: 10px 8px;
    cursor: pointer;
    height: 44px; }
  .main-nav .menu-section,
  .sub-nav .menu-section {
    display: table-cell;
    padding: 10px 20px 40px 20px;
    margin: 0;
    border-left: 1px solid #e6e6e6;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6; }
    .main-nav .menu-section:last-child,
    .sub-nav .menu-section:last-child {
      border-right: 1px solid #e6e6e6; }
    .main-nav .menu-section:first-child,
    .sub-nav .menu-section:first-child {
      border-left: none; }
  .main-nav a:focus,
  .sub-nav a:focus {
    text-decoration: underline; }
  .main-nav a.title-link,
  .sub-nav a.title-link {
    /* font-size: 1.0714285714em;*/
    margin-bottom: 10px;
	margin-left:-20px;	/* align links with nav section label */
    color: #008033;
    margin-top: 10px;
    /*font-weight: bold;*/ }
    .main-nav a.title-link:first-child,
    .sub-nav a.title-link:first-child {
      border-top: none;
      padding-top: 0;
      margin-top: 5px; }
    .main-nav a.title-link.on,
    .sub-nav a.title-link.on {
      color: #0073cf; }
  .main-nav .link,
  .sub-nav .link {
    margin: 15px 0; }
    .main-nav .link.on,
    .sub-nav .link.on {
      color: #333333;
      font-weight: bold; }

.main-nav {
  display: table;
  width: 100%;
  background: #e6f2fc url("http://www.posti.com/images/gradient-light.png") repeat-x center left;
  background: linear-gradient(#ffffff, #fafafa);
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 5px; }
  .main-nav .sub-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-left: 1px solid #e6e6e6; }
  .main-nav > li {
    display: table-cell;
    /*text-align: center;*/
	text-align:left;
    border-left: 1px solid #ddd; }
    .main-nav > li:hover {
      background: #008033; }
      .main-nav > li:hover > a {
        color: #fff; }
    .main-nav > li:last-child {
      border-top-right-radius: 5px; }
      .main-nav > li:last-child > label {
        border-top-right-radius: 5px; }
    .main-nav > li:first-child {
      border-top-left-radius: 5px !important;
      border-bottom-left-radius: 5px !important; }
      .main-nav > li:first-child > label {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
  .main-nav > li:first-child.on .text {
    color: #fff;
    background: #0f2cb5 url("http://www.posti.com/images/gradient-darkBlue.png") repeat-x center left;
    background: linear-gradient(#1148cd, #0f2cb5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .main-nav .on .text {
    color: #fff;
    background: #0f2cb5 url("http://www.posti.com/images/gradient-darkBlue.png") repeat-x center left;
    background: linear-gradient(#1148cd, #0f2cb5); }
    .main-nav .on .text:hover {
      background: #008033; }
    .main-nav .on .text:after {
      border-top-color: #fff; }

.sub-nav {
  background: gainsboro url("http://www.posti.com/images/gradient-middleGrey.png") repeat-x center left;
  background: linear-gradient(#e6e6e6, #dcdcdc); }
  .sub-nav .sub-menu {
    margin-top: 0; }
  .sub-nav > li {
    text-align: center;
    border-right: 1px solid #ccc; }
    .sub-nav > li:hover {
      background: #fff; }
    .sub-nav > li .text {
      padding: 6px 20px;
      font-weight: normal;
      color: #505050;
      font-size: 0.875em; }
      .sub-nav > li .text:after {
        border-top-color: #505050; }
    .sub-nav > li.active .text {
      color: #fff;
      background: #7e9dbb; }
      .sub-nav > li.active .text:hover {
        background: #7e9dbb; }
  .sub-nav .on .text {
    color: #fff;
    background: #0f2cb5 url("http://www.posti.com/images/gradient-darkBlue.png") repeat-x center left;
    background: linear-gradient(#1148cd, #0f2cb5); }
    .sub-nav .on .text:hover {
      background: #008033; }
    .sub-nav .on .text:after {
      border-top-color: #fff; }

	  
/* above from styles.css below from com_update.css */

.main-nav {
  position: relative;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  background: #ff8000;
  border-radius: 3px;
  border:none;
  color: #394a58;
}
.main-nav a {
  font-weight: normal;
  /* font-size: 1.0714em; */
  font-size: 14px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 13px 15px;
}

.main-nav > li > a, .main-nav .text, .sub-nav > li > a, .sub-nav .text{
  color: white;
  height: auto;
  font-size:15px;
}
.main-nav li label:after, .sub-nav li label:after{
  display: none;
}



.main-nav > li{
  border:0;
}

.main-nav > li:first-child{
  border-radius: 0 !important;
  font-size:15px;
}
.main-nav > li.on .text {
  color: #394a58;
  background: #FF9326;
  /* border-radius: 0; */
}
.main-nav > li:first-child.on .text {
  color: #394a58;
  background: none;
  border-radius: 0;
  border: 1px solid #FF8000;
  border-radius: 5px 5px 0 0;  
  font-size:15px;
}

.main-nav .text:hover,
.main-nav .on .text:hover,
.main-nav > li:hover,
.main-nav li:hover label, 
.main-nav li.active label, 
.sub-nav li:hover label, 
.sub-nav li.active label{
  background: #FF9326;
  text-decoration: none;
}

.main-nav .sub-menu{
  background: none;
/*  border-right:1px solid #FF9326;
  border-left:1px solid #FF9326; */
  border-right:1px solid #dfdfdf;
  border-left:1px solid #dfdfdf;
  box-sizing: border-box;
  padding-bottom: 0;
  -webkit-box-shadow: 2px 3px 3px 2px rgba(219,219,219,0.78);
  -moz-box-shadow: 2px 3px 3px 2px rgba(219,219,219,0.78);
  box-shadow: 2px 3px 3px 2px rgba(219,219,219,0.78);
}

.main-nav .sub-menu, .sub-nav .sub-menu{
  border-top:3px solid #FF9326;
}
.main-nav .menu-section, .sub-nav .menu-section{
/*  border-bottom:1px solid #FF9326;*/
  border-bottom:1px solid #dfdfdf;
/*  border-left:1px solid #FF9326;*/
  border-left:none;
  padding: 10px 30px 10px 30px;
}

.main-nav a.title-link, .sub-nav a.title-link{
  color:#505050;
  text-align: left;
}
.main-nav .link, .sub-nav .link{
  text-align: left;
  font-weight: normal;
}

.main-nav .sub-menu a, .sub-nav .sub-menu a{
  background: none;
  padding: 0;
}
.main-nav .sub-menu a:hover, .sub-nav .sub-menu a:hover{
  color: #0073CF;
}
.main-nav li .sub-pages, .sub-nav li .sub-pages{
  padding-left: 10px;
}
.main-nav li .sub-pages .title-link, .sub-nav li .sub-pages .title-link {
  margin-top: 5px;
  margin-left: -10px;
  font-weight: bold;
  font-size: 15px;
}

/* new dt nav styles */
#dtnav label.text {
	font-size:15px;
}	

/* Grey bg box text */
a.bg-grey {
  color: #394a58;
}
a:hover.bg-grey {
  color: #394a58;
}
a:active.bg-grey {
  color: #394a58;
}

/* Item tracking */
.btm-margin {
	padding-bottom:30px;	
	overflow:auto;
}	

/* input.border-grey {
	border: 2px solid #d6d6d6;
}	*/

/* Right column elements */
.rcol-bg-grey {
  background-color: #f5f5f5;
  color: #394a58;
}

/* Left column elements */
/*.lcol-bg-grey {
  background-color: #f5f5f5;
  color: #394a58;
}*/

/* Images / text / button element */
.topimage {
	border-bottom:2px solid #ff8000;
}

.topimage img {
	margin-bottom:0px;
}

h2.itb-title {
	text-align:center;
	text-transform: none;
	margin:0px;
	padding:0px;
	margin-top:10px;
    font-size: 1.5em;
}

.itb-text {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.itb {
/*  position: relative;*/
  padding: 0px;
/*  background: grey; */
}

/* Extra width for carousel */
.col-sm-pad-right-dec {
	padding-right:-16px;
	margin-right:-16px;
}	

.col-sm-pad-right-dec32 {
	padding-right:-10px;
	margin-right:-10px;
}	

/* Footer search */
.search-icon {
	background: url(http://localhost/private/icons/search.jpg);  
	background-size: 60px 65px;
	background-position: center;
	background-repeat: no-repeat;
	height:65px;
}

.ft-search-title {
	padding-top:0;
	margin-top:0;
	text-align: center;
}

input[type=submit].ft-search {
	border: none;
	display: block;
	position: absolute;
	top: 0.4em;
	right: 7px;
	line-height: 1em;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(http://www.posti.fi/images/1/search.png) no-repeat;
	background-size:23px;
	width:23px;
	height:23px;
}

.adbanner {
	margin-left:8%;
	margin-right:8%;
}

.adbanner a img {
	margin-bottom:10px;
}

.adbanner-m {
	width:100%;
	margin-left:0%;
	margin-right:0%;	
}

.middle {
	text-align: center;
}

.caritemtitle {
	text-align: center;
	text-transform:none;
	color:#ff8000;
}

.car-button {
	width: 92% !important;
	margin-left: 4%;
	margin-right: 4%;	
}
	
.bcrumb-level {
	padding-left:10px;
	padding-right:10px;
}

/* Table - miscellaneous */
.table-row-title {
	font-weight:bold;
	width:25%;
	vertical-align:top;	
}

.col-xs-left {
	margin-left:-16px;
}

.nobtm-margin {	
	margin-bottom:0;
}

.adbanner-m .nobtm-margin {	
	margin-top:20px;
	margin-bottom:0;
}

.notoppad {
	padding-top:0px !important;
}	

#topbar {

}	

/* SoMe */
.socialblock .share .wrapper {
	margin: 0 auto;
}

.socialblock hr {
  border-top: 8px solid #f4f4f4;
  margin-top: 10px;
  margin-bottom: 10px; }
  
.socialblock .title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }
  
.socialblock .share ul {
  list-style: none;
  margin: 10px 0 10px 20px;
  padding: 0;
  display: inline-block; 
}
  
.socialblock .share ul li {
    display: inline-block;
    margin-right: 20px; }
	
.socialblock .share ul li a {
      color: #323232;
      padding-left: 34px;
      margin: 10px 0;
      height: 28px;
      line-height: 28px;
      display: inline-block;
      background-image: url("/images/3/some-icon.png");
      background-repeat: no-repeat; }
	  
.socialblock .share ul li a.facebook {
      background-position: 0 0px;
	  background-size:auto;
}
	  
.socialblock .share ul li a.twitter {
      background-position: 0 -28px;
	background-size:auto;	  
}
		
.socialblock .share ul li a.linkedin {
      background-position: 0 -56px;
	background-size:auto;	  
}
		
.socialblock .share ul li a.youtube {
      background-position: 0 -84px;
	  background-size:auto;
}

p.white {
	color:#fff;
}	

.padding-min {
	padding-left: 2px;
	padding-right: 2px;
}

.padding-top-min {
	padding-top: 5px;
}	

.headerlink {
	position:relative;
	top:-6px;
}

.btext, a.btext {
	color: #000;
}
a:hover.btext {
	color: #000;
}
a:active.btext {
	color: #000;
}

/* Top quad-set */

@media (min-width: 992px) {
	.hshift {
		padding-left:15px;
	}

	.vbar {
		border-right:3px solid #f5f5f5;
	}
	.trackingbar-holder {
	  padding-right: 0;
	  float: right;
	  padding-left: 17px;
	}	
}

@media (max-width: 991px) {
	.trackingbar-holder {
	  padding-right: 0;
	  float: right;
	  padding-left: 23px;
	}	
}

/* Top quad-set - New tracking box */

.tracking-box {
	position:relative;
	right:95px;
	top:16px;
	float:right;	
}

.tracking-box input.text {
	font-size: 78%;
}

.tracking-box input[type=text] {
	/* padding: 0.2em 35px 0.2em 10px;*/
	line-height: 1.4em;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 3px;
	width: 215px;
	border:2px solid #dcdcdc;
	height:40px;
	font-size: 15px;
	box-sizing:border-box;
}

.tracking-box input[type=text]:focus {
	outline: none;
}

.tracking-box input[type=submit] {
	border: none;
	display: block;
	position: absolute;
	top: 0em;
	right: -98px;
	line-height: 1em;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;	
	background: url(/images/3/icons/png/icon_white_search.png) no-repeat;
	background-size:23px;
	background-position: center;
	background-color: #ff9326;
	width:34px;
	height:40px;
}

.tracking-box input:-ms-input-placeholder {
	color: #8c8c8c;
}

a:hover.no-uline, a:focus.no-uline {
	color: #2a6496;
    text-decoration: none;
	outline:0;
}

ol li a {	
	  text-indent: 0px;
}	