@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import 'imports/foundation.min.css';
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. // Removed because we want it to.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.lcStyle1 {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}
.lcStyle2 {
  font-style: italic;
  font-weight: 700;
}
.lcStyle3 {
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.lcStyle4 {
  font-style: italic;
  text-decoration: underline;
}
.lcStyle5 {
  font-style: italic;
}
.lcStyle6 {
  font-style: normal;
  font-weight: 700;
}
.lcStyle7 {
  font-style: normal;
  text-decoration: underline;
}
.lcRight {
  text-align: right;
}
.lcCenter {
  text-align: center;
}
#ls-search-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
#ls-search-modal {
  position: fixed;
  top: 15vh;
  width: 100%;
  max-width: 56.15384615rem;
  height: 70vh;
  border-left: solid 10px #2e3764;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
}
#ls-search-modal header {
  height: 15%;
  padding: 2.30769231rem 0;
  margin: 0 2.30769231rem;
  border-bottom: 1px solid #2e3764;
  position: relative;
}
#ls-search-modal header form {
  width: 85%;
  float: left;
  height: 100%;
  min-height: 1.69230769rem;
}
#ls-search-modal header form input[type="search"] {
  border: solid 1px #2e3764;
  background-color: transparent;
  color: #434343;
  width: 88%;
  height: 100%;
  padding: 0.76923077rem;
}
#ls-search-modal header form button[type="submit"] {
  float: right;
  width: 12%;
  height: 100%;
  background-color: #2e3764;
  border: none;
  text-align: center;
  margin: 0;
}
#ls-search-modal header form button[type="submit"]::before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #ffffff;
  font-size: 1.07692308rem;
}
#ls-search-modal header form ul {
  width: 88%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #2e3764;
  box-shadow: 0 0 5px rgba(46, 55, 100, 0.5);
  list-style: none;
  display: none;
}
#ls-search-modal header form ul li {
  padding: .5em;
  white-space: nowrap;
  overflow: hidden;
}
#ls-search-modal header form ul li:hover,
#ls-search-modal header form ul li.selected-item {
  background: #2e3764;
  color: #fff;
}
#ls-search-modal header button {
  float: left;
  width: 10%;
  height: 100%;
  border: solid 1px #2e3764;
  color: #2e3764;
  background-color: transparent;
  text-align: center;
  margin-left: 5%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#ls-search-modal header button:hover {
  background: #2e3764;
  color: #ffffff;
}
#ls-search-modal header button::before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 1.23076923rem;
}
#search-result {
  height: 85%;
  width: 100%;
  overflow: auto;
}
#search-result article {
  font-size: 1.15384615rem;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#search-result article:hover {
  background: rgba(46, 55, 100, 0.05);
}
#search-result article a {
  text-decoration: none;
  display: block;
  padding: 1.53846154rem 2.30769231rem;
}
#search-result article h1 {
  font-size: 1.15384615rem;
  color: #2e3764;
  margin: 0 0 3px 0;
}
#search-result article .result-link {
  color: #26a23e;
  margin-bottom: 3px;
}
#search-result article p {
  color: #434343;
  margin: 0;
}
@media only screen and (min-width: 730/13 * 1rem) {
  #ls-search-modal {
    left: 50%;
    margin-left: -28.07692308rem;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-family: 'Roboto', sans-serif;
  color: #434343;
  font-size: 13px;
  line-height: 1.4rem;
}
html,
body {
  height: 100%;
}
body {
  overflow-y: scroll;
  background: #f1f1f1;
}
.foundation-data-attribute-namespace {
  font-family: false !important;
}
h2,
h3,
h4 {
  font-size: 1.38461538rem;
  color: #2e3764;
}
h5 {
  font-size: 1.23076923rem;
  color: #26a23e;
  margin: 0 0 10px 0;
}
h6 {
  font-size: 1.23076923rem;
  color: #2e3764;
  margin: 0 0 10px 0;
}
p {
  margin: 0 0 20px 0;
  font-size: 1.07692308rem;
  line-height: 21px;
}
p + ul {
  margin-top: -15px;
}
ul,
ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  font-size: inherit;
  line-height: 21px;
}
.row,
#top-menu > div,
#bottom-menu > div {
  max-width: 92.30769231rem;
  margin: 0 auto;
  position: relative;
}
.row {
  height: 100%;
  overflow: hidden;
}
#background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.blur-tiles-background {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.clear {
  clear: both;
}
#main-header {
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
}
#main-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-header ul li {
  float: left;
}
#main-header a {
  text-decoration: none;
  display: block;
}
#main-header #top-menu {
  width: 100%;
  background: #ffffff;
}
#main-header #top-menu #title {
  width: 25%;
  padding: 0 0 0 2.30769231rem;
  float: left;
}
#main-header #top-menu #title h1 {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-weight: 400;
  text-transform: uppercase;
  color: #2e3764;
  margin: 0;
  line-height: 4.15384615rem;
  font-size: 1.38461538rem;
}
#main-header #top-menu #title a:hover h1 {
  color: #26a23e;
}
#main-header #top-menu nav {
  width: 50%;
  float: left;
}
#main-header #top-menu nav ul li {
  float: left;
}
#main-header #top-menu nav ul li a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 0 1.53846154rem;
  color: #2e3764;
  font-weight: 500;
  font-size: 1.38461538rem;
  border-bottom: solid 0.15384615rem #ffffff;
  height: 4.23076923rem;
  line-height: 4.23076923rem;
}
#main-header #top-menu nav ul li a:hover,
#main-header #top-menu nav ul li a.active {
  border-bottom: solid 0.15384615rem #2e3764;
}
#main-header #top-menu #logo {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 25%;
  padding: 0 2.30769231rem 0 0;
  line-height: 4.15384615rem;
  min-width: 24.61538462rem;
  position: absolute;
  right: 0;
}
#main-header #top-menu #logo img {
  vertical-align: middle;
}
#main-header #bottom-menu {
  float: left;
  width: 100%;
  background: #2e3764;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiMyZTM3NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiMyNmEyM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiMyNmEyM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiMyNmEyM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiMxZTgxMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #2e3764 22%, #26a23e 22%, #26a23e 22%, #26a23e 78%, #1e8131 78%);
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, #2e3764), color-stop(22%, #26a23e), color-stop(22%, #26a23e), color-stop(78%, #26a23e), color-stop(78%, #1e8131));
  background: -webkit-linear-gradient(left, #2e3764 22%, #26a23e 22%, #26a23e 22%, #26a23e 78%, #1e8131 78%);
  background: -o-linear-gradient(left, #2e3764 22%, #26a23e 22%, #26a23e 22%, #26a23e 78%, #1e8131 78%);
  background: -ms-linear-gradient(left, #2e3764 22%, #26a23e 22%, #26a23e 22%, #26a23e 78%, #1e8131 78%);
  background: linear-gradient(to right, #2e3764 22%, #26a23e 22%, #26a23e 22%, #26a23e 78%, #1e8131 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3764', endColorstr='#1e8131', GradientType=1);
}
#main-header #bottom-menu #main-navigation {
  width: 25%;
  float: left;
}
#main-header #bottom-menu #main-navigation:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 10px;
  z-index: 1;
  font-size: 1.07692308rem;
  line-height: 43px;
}
#main-header #bottom-menu #main-navigation .overflow > a {
  padding-right: 50px;
  text-overflow: ellipsis;
}
#main-header #bottom-menu #main-navigation .menu-level-1 > li > a {
  padding-left: 2.30769231rem;
}
#main-header #bottom-menu #main-navigation li {
  width: 100%;
  position: relative;
}
#main-header #bottom-menu #main-navigation li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  padding: 0 0.76923077rem;
  line-height: 3.30769231rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-header #bottom-menu #main-navigation li a.product-programma-link {
  padding-left: 3.07692308rem;
}
#main-header #bottom-menu #main-navigation li a.product-programma-link:before {
  content: "\f104";
  font-family: FontAwesome;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 1.38461538rem;
  position: absolute;
  left: 1.07692308rem;
  top: 0;
  line-height: 43px;
}
#main-header #bottom-menu #main-navigation .arrow {
  display: block;
  width: 3.84615385rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-left: solid 0.07692308rem rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
#main-header #bottom-menu #main-navigation .arrow:hover {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: solid 0.07692308rem rgba(255, 255, 255, 0.05);
}
#main-header #bottom-menu #main-navigation .arrow:before {
  content: "\f107";
  font-family: FontAwesome;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 1.38461538rem;
  line-height: 43px;
}
#main-header #bottom-menu #main-navigation .arrow.active:before {
  content: "\f106";
}
#main-header #bottom-menu #main-navigation .menu-level-1.active {
  display: block ;
}
#main-header #bottom-menu #main-navigation .menu-level-1 li a {
  background: #2e3764;
  color: #ffffff;
}
#main-header #bottom-menu #main-navigation .menu-level-2 {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#main-header #bottom-menu #main-navigation .menu-level-2.active {
  display: block ;
}
#main-header #bottom-menu #main-navigation .menu-level-2 li.active > a,
#main-header #bottom-menu #main-navigation .menu-level-2 li.active:hover {
  background: #26a23e !important;
}
#main-header #bottom-menu #main-navigation .menu-level-2 li:hover > a {
  background: #0a1658;
}
#main-header #bottom-menu #main-navigation .menu-level-2 li a {
  background: #0b1966;
  color: #ffffff;
}
#main-header #bottom-menu #main-navigation .menu-level-3 {
  display: none;
  overflow-y: auto;
  max-height: 50vh;
  background: #06153f !important;
}
#main-header #bottom-menu #main-navigation .menu-level-3.active {
  display: block ;
}
#main-header #bottom-menu #main-navigation .menu-level-3 li.active > a,
#main-header #bottom-menu #main-navigation .menu-level-3 li:hover > a {
  background: #06153f !important;
  color: #26a23e;
  font-weight: 700;
}
#main-header #bottom-menu #main-navigation .menu-level-3 li a {
  background: #06153f;
  color: #ffffff;
  padding-left: 1.53846154rem;
}
#main-header #bottom-menu #main-navigation .menu-level-4 {
  display: none;
}
#main-header #bottom-menu #main-navigation .menu-level-4.active {
  display: block ;
}
#main-header #bottom-menu #main-navigation .menu-level-4 li.active > a,
#main-header #bottom-menu #main-navigation .menu-level-4 li:hover > a {
  color: #26a23e;
  background: #06153f;
  font-weight: 700;
}
#main-header #bottom-menu #main-navigation .menu-level-4 li a {
  background: #06153f;
  color: #ffffff;
  padding-left: 2.30769231rem;
}
#main-header #bottom-menu #breadcrumb {
  width: 45%;
  float: left;
}
#main-header #bottom-menu #breadcrumb ul {
  white-space: nowrap;
  display: flex;
}
#main-header #bottom-menu #breadcrumb ul li {
  float: none;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
#main-header #bottom-menu #breadcrumb ul li a {
  padding: 0.76923077rem 0 0.76923077rem 1.53846154rem;
  color: #ffffff;
  font-size: 0.84615385rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-header #bottom-menu #breadcrumb ul li a:after {
  content: "/";
  left: 0;
  position: absolute;
}
#main-header #bottom-menu #breadcrumb ul li a .open-arrow {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  position: absolute;
  top: 10px;
  left: 10px;
}
#main-header #bottom-menu #breadcrumb ul li a .open-arrow:before {
  content: "\f0dc";
  font-family: 'FontAwesome';
}
#main-header #bottom-menu #breadcrumb ul li:first-child a {
  padding: 0.76923077rem 0.38461538rem 0.76923077rem 0.38461538rem;
}
#main-header #bottom-menu #breadcrumb ul li:first-child a:after {
  content: "";
}
#main-header #bottom-menu #breadcrumb ul li ul {
  position: absolute;
  width: 150%;
  min-width: 250px;
  background: #26a23e;
  display: none;
  margin-left: -10px;
  max-height: calc(95vh - 100px);
  overflow-y: auto;
}
#main-header #bottom-menu #breadcrumb ul li ul li {
  display: block;
  max-width: 100%;
  padding: 0;
}
#main-header #bottom-menu #breadcrumb ul li ul li a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 5px 10px;
}
#main-header #bottom-menu #breadcrumb ul li ul li a:after {
  content: "";
  padding: 5px 10px;
}
#main-header #bottom-menu #breadcrumb ul li ul li a:hover {
  background: #1c792e;
}
#main-header #bottom-menu #breadcrumb ul li ul li:first-child a {
  padding: 5px 10px;
}
#main-header #bottom-menu .contact {
  float: left;
  width: 5%;
}
#main-header #bottom-menu .contact a {
  line-height: 44px;
  color: #fff;
}
#main-header #bottom-menu #quick-nav {
  width: 10%;
  float: left;
  background: #26a23e;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
#main-header #bottom-menu #quick-nav .left:before,
#main-header #bottom-menu #quick-nav .right:before {
  content: "\f105";
  font-family: 'FontAwesome';
  width: 30%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 1.38461538rem;
  padding: 0.76923077rem 0;
  cursor: pointer;
}
#main-header #bottom-menu #quick-nav .left:before {
  content: "\f104";
}
#main-header #bottom-menu #quick-nav input {
  width: 40%;
  border: none;
  background-color: #249a3b;
  text-align: center;
  color: #fff;
  float: left;
  padding: 0;
  line-height: 3.30769231rem;
  height: 3.30769231rem;
}
#main-header #bottom-menu #quick-nav ::-webkit-input-placeholder {
  color: #fff;
}
#main-header #bottom-menu #quick-nav :-moz-placeholder {
  color: #fff;
}
#main-header #bottom-menu #quick-nav ::-moz-placeholder {
  color: #fff;
}
#main-header #bottom-menu #quick-nav :-ms-input-placeholder {
  color: #fff;
}
#main-header #bottom-menu #quick-nav input:focus::-webkit-input-placeholder {
  color: transparent;
}
#main-header #bottom-menu #quick-nav input:focus:-moz-placeholder {
  color: transparent;
}
#main-header #bottom-menu #quick-nav input:focus::-moz-placeholder {
  color: transparent;
}
#main-header #bottom-menu #quick-nav input:focus:-ms-input-placeholder {
  color: transparent;
}
#main-header #bottom-menu #quick-nav input[type=number]::-webkit-inner-spin-button,
#main-header #bottom-menu #quick-nav input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main-header #bottom-menu #quick-nav input[type=number] {
  -moz-appearance: textfield;
}
#main-header #bottom-menu #search {
  background: #1e8131;
  width: 15%;
  float: left;
}
#main-header #bottom-menu #search input {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 0;
  width: 85%;
  padding: 0 10px;
  line-height: 3.30769231rem;
  height: 3.30769231rem;
}
#main-header #bottom-menu #search button {
  float: right;
  width: 15%;
  padding: 0;
  margin: 0;
  line-height: 3.30769231rem;
  border: 0;
  background-color: transparent;
}
#main-header #bottom-menu #search button:before {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 14px;
}
#main-header #bottom-menu #search ul {
  background-color: #fff;
  display: none;
  position: absolute;
  border: solid 1px #9A9A9A;
}
#main-header #bottom-menu #search ul li {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  padding: 10px;
  width: 100%;
}
#main-header #bottom-menu #search ul li:hover,
#main-header #bottom-menu #search ul li.selected-item {
  background: #2e3764;
  color: #fff;
}
main {
  height: 100%;
  padding-top: 7.46153846rem;
  position: relative;
}
main .banner-container {
  position: absolute;
  width: 100%;
  z-index: 1;
}
main img {
  max-width: 100%;
}
.product-landing #intro .content {
  background: rgba(38, 162, 62, 0.89);
}
.programma-landing #intro,
.product-landing #intro {
  max-width: 53.84615385rem;
}
#intro {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  bottom: 50px;
  right: 0px;
  margin: 0 50px;
  display: table;
  max-width: 570px;
  width: 100%;
  table-layout: fixed;
}
#intro .content {
  background: rgba(46, 55, 100, 0.89);
  padding: 2.30769231rem;
  display: table-cell;
  vertical-align: middle;
}
#intro .content h1 {
  color: #ffffff;
  font-size: 2.15384615rem;
  margin: 0 0 1.53846154rem 0;
  line-height: 2.30769231rem;
}
#intro .content p {
  color: #ffffff;
  font-size: 1.07692308rem;
  margin: 0;
}
#intro .content a {
  color: #ffffff;
}
#intro .graph {
  background: rgba(255, 255, 255, 0.89);
  display: table-cell;
  width: 16.92307692rem;
  vertical-align: middle;
  padding: 1.53846154rem 0;
  position: relative;
}
#intro .graph #specs {
  border: none;
  background: transparent;
  position: absolute;
  bottom: 0.38461538rem;
  right: 0.38461538rem;
}
#intro .graph #specs:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 1.53846154rem;
  font-size: 14px;
  color: #888787;
}
#intro .graph #lasten-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.38461538rem;
  text-align: center;
  margin-left: -2.53846154rem;
  font-size: 1.53846154rem;
  color: #2e3764;
  font-weight: 700;
}
.tiles svg,
.program-product-links svg {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 7px;
}
.tiles .row,
.program-product-links .row {
  display: table;
  width: 100%;
}
.tiles header,
.program-product-links header {
  background: #fff;
  width: 100%;
  padding: 10px 0;
}
.tiles header h1,
.program-product-links header h1 {
  margin: 0;
  font-size: 1.84615385rem;
  color: #2e3764;
  width: 70%;
  float: left;
  padding: 0 0 0 2.30769231rem;
  line-height: 43px;
}
.tiles header #order,
.program-product-links header #order {
  width: 30%;
  float: right;
  padding: 0 2.30769231rem 0 0;
}
.tiles header #order p,
.program-product-links header #order p {
  position: relative;
  width: 27%;
  float: left;
  margin: 0;
  color: #2e3764;
  font-size: 1.23076923rem;
  line-height: 43px;
}
.tiles header #order button,
.program-product-links header #order button {
  width: 22%;
  background-color: transparent;
  border: solid 1px #26a23e;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 2%;
  height: 43px;
  max-width: 43px;
  position: relative;
  color: #26a23e;
}
.tiles header #order button:hover,
.program-product-links header #order button:hover,
.tiles header #order button.active,
.program-product-links header #order button.active {
  background: #26a23e;
  color: #fff;
}
.tiles header #order button:nth-child(2):before,
.program-product-links header #order button:nth-child(2):before {
  content: "\f153";
  font-family: 'FontAwesome';
  font-size: 25px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.tiles header #order button:nth-child(2):after,
.program-product-links header #order button:nth-child(2):after {
  content: "\f176";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 7px;
}
.tiles header #order button:nth-child(3):before,
.program-product-links header #order button:nth-child(3):before {
  content: "\f153";
  font-family: 'FontAwesome';
  font-size: 25px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.tiles header #order button:nth-child(3):after,
.program-product-links header #order button:nth-child(3):after {
  content: "\f175";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 7px;
}
.tiles header #order button:nth-child(4):before,
.program-product-links header #order button:nth-child(4):before {
  content: "\f15d";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 11px;
  left: 11px;
}
.tiles article,
.program-product-links article {
  padding: 0;
}
.tiles article ul,
.program-product-links article ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tiles article ul li,
.program-product-links article ul li {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 23%;
  margin: 0.38461538rem 1%;
  float: left;
}
.tiles article ul li a,
.program-product-links article ul li a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  background: #fff;
  padding: 0.76923077rem;
  text-decoration: none;
  color: #2e3764;
  border: solid 0.07692308rem #2e3764;
  width: 100%;
  height: 119px;
  position: relative;
}
.tiles article ul li a:after,
.program-product-links article ul li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 1.92307692rem;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.tiles article ul li a:hover,
.program-product-links article ul li a:hover {
  background-color: #2e3764;
}
.tiles article ul li a:hover h3,
.program-product-links article ul li a:hover h3,
.tiles article ul li a:hover h4,
.program-product-links article ul li a:hover h4 {
  color: #fff;
}
.tiles article ul li a:hover:after,
.program-product-links article ul li a:hover:after {
  color: #fff;
}
.tiles article ul li a.empty > h4,
.program-product-links article ul li a.empty > h4 {
  display: none;
}
.tiles article ul li a h3,
.program-product-links article ul li a h3 {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 1.30769231rem;
  font-weight: 400;
  height: 2.30769231rem;
  line-height: 1.53846154rem;
  margin: 0.38461538rem 0.76923077rem 1.53846154rem 0;
  color: #2e3764;
}
.tiles article ul li a h4,
.program-product-links article ul li a h4 {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0 0 0.76923077rem 0;
  font-size: 1.69230769rem;
  font-weight: 400;
  color: #2e3764;
}
.tiles article ul li a h4 div,
.program-product-links article ul li a h4 div {
  display: inline-block;
}
.tiles article ul li a h4 span,
.program-product-links article ul li a h4 span {
  font-size: 1.07692308rem;
  font-weight: 300;
}
.program-product-links article ul li {
  width: 48%;
  line-height: initial;
}
.program-product-links article {
  width: 72%;
  float: right;
  padding-right: 10%;
  line-height: 30px;
}
.page-content header #banner {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  height: 15.38461538rem;
  border-bottom: solid 1px #26a23e;
  background-position: center;
}
.page-content header #banner.active {
  height: 42.30769231rem;
}
.page-content article {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  min-height: 100%;
  padding-top: 15.38461538rem;
  padding-bottom: 2.30769231rem;
}
.page-content article.active {
  padding-top: 42.30769231rem;
}
.page-content article #open-banner {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  padding: 10px 15px;
  margin: 10px 0 0 0;
  background-color: #fff;
  border: solid 1px #26a23e;
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #26a23e;
  z-index: 1;
}
.page-content article #open-banner:before {
  content: "\f107";
  font-family: 'FontAwesome';
}
.page-content article #open-banner:hover {
  color: #fff;
  background: #26a23e;
}
.page-content article #open-banner.active:before {
  content: "\f106";
}
.page-content article .content {
  width: 72%;
  float: right;
  padding-right: 5%;
  padding-top: 2.30769231rem;
  line-height: 30px;
}
.page-content article .content h2 {
  color: #2e3764;
  margin: 0 0 10px 0;
  font-size: 1.38461538rem;
}
.page-content article .content h3 {
  color: #26a23e;
  font-weight: 300;
  margin: 0 0 10px 0;
  font-size: 1.23076923rem;
}
#pop-up {
  position: fixed;
  z-index: 100;
  background-color: white;
  left: 5vh;
  right: 5vh;
  margin: 0 auto;
  max-width: 980px;
  height: auto;
  top: 10vh;
  bottom: 10vh;
  padding: 50px;
  overflow: auto;
  display: none;
}
#pop-up .close {
  position: absolute;
  right: 15px;
  top: 10px;
  height: auto;
  font-size: 18px;
  cursor: pointer;
}
#pop-up .close:before {
  content: "\f00d ";
  font-family: 'FontAwesome';
}
#pop-up td {
  border: solid 1px #ECECEC;
  padding: 0 10px;
}
#pop-up td:last-child {
  display: none;
}
#pop-up th:last-child {
  display: none;
}
#pop-up-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 1000px) {
  #main-header #top-menu nav ul li a {
    padding: 1.15384615rem 0.38461538rem;
  }
}
@media (max-width: 900px) {
  #main-header #top-menu #logo {
    margin-right: -210px;
  }
  .tiles article ul li {
    width: 31%;
  }
}
@media (max-width: 820px) {
  #intro {
    margin: 0;
    bottom: 0;
    max-width: 100%;
  }
}
@media (max-width: 690px) {
  #main-header #top-menu nav ul li a {
    display: none;
  }
  #main-header #bottom-menu {
    background: #26a23e;
  }
  #main-header #bottom-menu #breadcrumb {
    width: 75%;
  }
  #main-header #bottom-menu #main-navigation {
    width: 100%;
  }
  #main-header #bottom-menu #breadcrumb,
  #main-header #bottom-menu .contact {
    display: none;
  }
  #main-header #bottom-menu #quick-nav,
  #main-header #bottom-menu #search {
    width: 50%;
  }
  #main-header #bottom-menu #main-navigation .menu-level-2 {
    max-height: 70vh;
    overflow-x: auto;
  }
  main {
    padding-top: 10.69230769rem;
  }
  .tiles header h1 {
    width: 100%;
  }
  .tiles article ul li {
    width: 48%;
  }
  .tiles header #order {
    width: 100%;
    padding-left: 1.53846154rem;
  }
  .tiles header #order p {
    display: none;
  }
  .tiles header #order button {
    width: 25%;
  }
  .page-content article .content {
    width: 100%;
    padding: 10%;
  }
  #intro {
    max-width: 100%;
  }
  #intro .graph {
    display: table-row;
  }
  #intro .graph div#programma-lasten {
    padding: 1.53846154rem;
  }
  #intro .graph div#programma-lasten svg {
    margin: 0 auto;
  }
  #intro .graph #lasten-visual {
    top: auto;
    bottom: 6.92307692rem;
  }
  .program-product-links article {
    width: 100%;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .program-product-links article ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 730px) {
  #ls-search-modal {
    left: 50%;
    margin-left: -28.07692308rem;
  }
}
#main-navigation ::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
#main-navigation ::-webkit-scrollbar-track {
  background: transparent;
}
#main-navigation ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
table {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
table thead tr {
  background: #26a23e;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
table thead tr th {
  color: #fff;
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
table thead tr th p {
  margin: 0 !important;
  font-size: 0.92307692rem;
}
table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
table tbody tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
table tbody tr td {
  padding: 5px;
  vertical-align: top;
  min-width: 5.38461538rem;
}
table tbody tr td p {
  margin: 0 !important;
  font-size: 0.92307692rem;
}
table tbody tr:hover {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: rgba(38, 162, 62, 0.1);
}
table tbody tr.header {
  background: #26a23e;
  color: #fff;
}
table tbody tr.footer {
  background: #26a23e;
  color: #fff;
}
table tbody tr.sub-header-1 {
  background: rgba(38, 162, 62, 0.7);
  color: #fff;
}
table tbody tr.sub-header-2 {
  background: rgba(38, 162, 62, 0.5);
  color: #fff;
}
table tbody tr.expand-header-1 {
  background: #26a23e;
  color: #fff;
}
table tbody tr.sub-footer-1 {
  background: rgba(38, 162, 62, 0.5);
  color: #fff;
}
table tbody tr.popup-header-1 {
  background: rgba(38, 162, 62, 0.7);
  color: #fff;
}
table tfoot tr {
  background: #26a23e;
}
table tfoot tr td {
  color: #fff;
  padding: 10px;
}
table tfoot tr td p {
  margin: 0 !important;
}
table.expandable .expand-header-1 {
  background: #eee;
  color: #434343;
  border-bottom: 0;
}
table.expandable .expand-header-2 {
  background: rgba(38, 162, 62, 0.3);
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.13);
}
table.expandable {
  width: 100%;
}
table.expandable thead th {
  background: #26a23e;
  color: #fff;
}
table.expandable td,
table.expandable th {
  padding: 5px;
}
table.expandable td p,
table.expandable th p {
  margin: 0 !important;
}
table.expandable .expand-table-button {
  border: none;
  background-color: transparent;
  font-weight: 300;
  width: 100%;
  text-align: right;
}
table.expandable .expand-table-button:focus {
  outline: none;
}
table.expandable .expand-table-button:before {
  content: "\f24d";
  font-family: FontAwesome;
}
table.expandable .expand-table-button.active:before {
  content: "\f24d";
  font-family: FontAwesome;
}
table.expandable .table-expand-container table {
  margin: 0;
  background: #fff;
}
table.expandable .table-expand-container > td {
  padding: 0;
  height: 0;
}
table.expandable .table-expand-container > td div {
  display: none;
}
#p57382 .content {
  width: 100%;
  padding-left: 5%;
}
#p57382 .content #table-177819-1 td:nth-child(4),
#p57382 .content #table-177819-1 td:nth-child(5) {
  width: 50%;
}
