﻿@charset "UTF-8";
/* CSS defaults to webkit-engine (Chrome, Safari) with IE/Gecko(Firefox)/Opera modifications inline. */
/* ===============================================
   Global Elements Init (Modified Boilerplate)
   =============================================*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, p.figure {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

html, button, input, select, textarea {
  font-family: arial, sans-serif;
  color: #202020;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ul, ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 18px;
}

ul {
  list-style: square;
}

ol.spaced li {
  padding: 0 0 14px 0;
}

/*.ie article ul {list-style-image:url(../images/list-style-dot.png);}*/
p + ul, p + ol {
  margin-top: -4px;
}

dd {
  margin: 0 0 0 34px;
}

nav ul, ul.block, ul.buttons, .botbar ul, .form ol, .form ol ul, .formtabs ul,
div.steps ol, div.navbot > div ul, div#dialog ul, ul.course-list, ul.slides, ol.listing,
ul.sitemap, .ctrls ol, .tabs ol, .baintro .tabpage ol {
  list-style: none;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.ie8 img {
  width: auto;
}

label {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  vertical-align: baseline;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -ms-touch-action: none !important;
}

button[disabled], input[disabled], a[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table, fieldset, legend {
  border-collapse: separate;
  border-spacing: 0;
}

p, table {
  margin: 0 0 20px 0;
}

td {
  vertical-align: top;
}

a {
  color: #198521;
  text-decoration: none;
  -ms-touch-action: none !important;
}

a:visited {
  color: #198521;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  outline: #999 solid 2px;
}

a:hover, a:active {
  outline: 0;
}

a[disabled=disabled] {
  color: #000 !important;
  text-decoration: none !important;
}

@font-face {
  font-family: "caslonno224ef-blackregular";
  src: url("../fonts/caslonno224ef-black-webfont.eot");
  src: url("../fonts/caslonno224ef-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/caslonno224ef-black-webfont.woff") format("woff"), url("../fonts/caslonno224ef-black-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
h1 {
  font-family: "caslonno224ef-blackregular", arial, sans-serif;
  color: #202020;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
html.font-neutral h1 {
  font-family: arial, sans-serif;
}

header[role=banner] h1, h2, h3, h4 {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  color: #202020;
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

h2, h4 {
  font-weight: 400;
}

/* ===============================================
   Page Elements
   =============================================*/
html {
  background-color: #202020;
}
html.skin-white {
  background-color: #fff;
}

/* =============================================== */
/* !Header Default */
div.topbar {
  background: #202020 url(../images/bg-header.png) repeat-x;
  background-size: auto 54px;
}
html.skin-white div.topbar {
  background: #fff;
}

div.topbar > div {
  padding: 8px 12px 8px 12px;
  position: relative;
}

div.topbar > div > img {
  display: none;
}

/* !Logo */
header[role=banner] h1 {
  float: left;
  margin: 0 0 0 -4px;
  padding: 20px 0 0 0;
  font-size: 12px;
  line-height: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

header[role=banner] h1 a {
  float: left;
  width: 110px;
  height: 38px;
  margin: -20px 8px 0 0;
  text-indent: -3000px;
  background: url(../images/logo-lexicon-small.gif);
  background-size: auto 38px !important;
  display: block;
}

header[role=banner] h1 span:hover {
  cursor: pointer;
}

.account {
  position: absolute;
  right: 12px;
  bottom: -37px;
}

.account p {
  float: left;
  display: inline;
  margin: 0;
}

.account p span {
  display: none;
}

.account a, .account p:first-child > span {
  float: left;
  text-indent: -3000px;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  width: 30px;
  height: 30px;
  margin: 12px 0 0 6px;
  display: block;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -10px 0 !important;
  background-size: 40px auto !important;
  background-color: #41ad49 !important;
  transition: background-color 0.1s linear 0s;
}

.account a:hover {
  background-color: #50bc58 !important;
  text-decoration: none;
}

.account a + a, .account p:first-child > span {
  display: none;
}

.account a.acc {
  background-position: -10px -1160px !important;
}

.account a.order {
  background-position: -10px -50px !important;
  position: relative;
}

.account a.order em {
  position: absolute;
  right: -4px;
  top: -10px;
  min-width: 10px;
  height: 10px;
  font-size: 11px;
  line-height: 0;
  text-indent: 0;
  padding: 10px 5px 0 5px;
  color: #fff;
  text-align: center;
  background-color: #ed008c;
  border-radius: 10px;
  display: block;
  z-index: 10000;
}

/*.ie .account a.order em, .gecko .account a.order em, .safari .account a.order em {padding-top:9px;height:11px;}*/
.account a.order.empty {
  cursor: default;
  background-color: #888 !important;
  opacity: 0.8;
}

.account a.order.empty em {
  display: none;
}

/* !Navigation */
.navtop {
  position: absolute;
  top: 0;
  right: 12px;
}

.navtop a {
  float: left;
  text-indent: -3000px;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-size: 14px;
  width: 22px;
  height: 30px;
  margin: 12px 0 0 0;
  display: block;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -14px -149px !important;
  background-size: 40px auto !important;
  transition: background-color 0.1s linear 0s;
}

.navtop a.search {
  background-position: -14px -249px !important;
}

.navtop a:hover {
  background-color: #333 !important;
  text-decoration: none;
}

#navtop {
  float: left;
  width: 100%;
  padding: 14px 0 0 0;
  display: none;
}

#navtop > ul, ul.bnv {
  margin-right: -10px;
}

#navtop ul ul, ul.bnv ul {
  margin: 0 0 20px 0;
  display: block;
}

#navtop > ul > li, ul.bnv > li {
  float: left;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#navtop h2, ul.bnv h2 {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 8px 15px 8px;
  margin: 0;
  display: block;
}

#navtop ul li li a, header .nav a, #nav a, ul.bnv li li a {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 0;
  color: #fff;
  padding: 17px 22px 15px 8px;
  margin: 0;
  text-decoration: none;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -352px !important;
  background-size: 40px auto !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  transition: background-color 0.1s linear 0s;
}

#navtop ul li li a strong, #nav ul ul strong, ul.bnv ul strong {
  font-weight: normal;
}

#navtop ul li.bg-col1 li a, #nav ul.bg-col1 li a, ul.bnv li.bg-col1 li a {
  border-top: 1px solid #00b1eb;
}

#navtop ul li.bg-col2 li a, #nav ul.bg-col2 li a, ul.bnv li.bg-col2 li a {
  border-top: 1px solid #0089d0;
}

#navtop ul li.bg-col3 li a, #nav ul.bg-col3 li a, ul.bnv li.bg-col3 li a {
  border-top: 1px solid #0066b3;
}

#navtop ul li.bg-col4 li a, #nav ul.bg-col4 li a, ul.bnv li.bg-col4 li a {
  border-top: 1px solid #21409a;
}

#navtop ul li.bg-col5 li a, #nav ul.bg-col5 li a, ul.bnv li.bg-col5 li a {
  border-top: 1px solid #6e3694;
}

#navtop ul li.bg-col6 li a, #nav ul.bg-col6 li a, ul.bnv li.bg-col6 li a {
  border-top: 1px solid #ab218e;
}

#navtop ul li.bg-col7 li a, #nav ul.bg-col7 li a, ul.bnv li.bg-col7 li a {
  border-top: 1px solid #ed008c;
}

#navtop ul li.bg-col8 li a, #nav ul.bg-col8 li a, ul.bnv li.bg-col8 li a {
  border-top: 1px solid #d60000;
}

#navtop ul li.bg-col9 li a, #nav ul.bg-col9 li a, ul.bnv li.bg-col9 li a {
  border-top: 1px solid #ef4129;
}

#navtop ul li.bg-col10 li a, #nav ul.bg-col10 li a, ul.bnv li.bg-col10 li a {
  border-top: 1px solid #f57920;
}

#navtop ul li.bg-col11 li a, #nav ul.bg-col11 li a, ul.bnv li.bg-col11 li a {
  border-top: 1px solid #fdb316;
}

#navtop ul li.bg-col12 li a, #nav ul.bg-col12 li a, ul.bnv li.bg-col12 li a {
  border-top: 1px solid #b7c127;
}

#navtop ul li.bg-col13 li a, #nav ul.bg-col13 li a, ul.bnv li.bg-col13 li a {
  border-top: 1px solid #41ad49;
}

#navtop ul li.bg-col14 li a, #nav ul.bg-col14 li a, ul.bnv li.bg-col14 li a {
  border-top: 1px solid #009057;
}

#navtop ul li.bg-col15 li a, #nav ul.bg-col15 li a, ul.bnv li.bg-col15 li a {
  border-top: 1px solid #0098a1;
}

#navtop ul li.bg-col16 li a, #nav ul.bg-col16 li a, ul.bnv li.bg-col16 li a {
  border-top: 1px solid #00A490;
}

#navtop ul li.bg-col17 li a, #nav ul.bg-col17 li a, ul.bnv li.bg-col17 li a {
  border-top: 1px solid #6CAC20;
}

#navtop ul li li a:hover, #navtop ul li li a:focus {
  background-color: #333;
}

#navtop ul li li:first-child a, ul.bnv li li:first-child a {
  border-top: none;
  margin-top: 3px;
}

header .nav {
  /*	position:fixed;
  left:0;
  top:0;*/
  width: 100%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
}
html.skin-white header .nav {
  background-color: #fff;
  border-bottom: none;
}

header .nav a {
  color: #202020;
  padding: 23px 10px 21px 30px;
  margin: 0 90px 0 0;
  border-right: 1px solid #eaeaea;
  background-position: -6px -1303px !important;
}

header .nav.open {
  border-bottom: 1px solid #f6f6f6;
}

header .nav.open a {
  background-position: -6px -1353px !important;
}

#nav {
  float: left;
  width: 100%;
  padding: 10px 12px 20px 12px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
html.skin-white #nav {
  background-color: #fff;
  border-bottom: none;
}

#nav a {
  font-weight: 700;
  color: #202020;
  background-position: right -452px !important;
}

#nav > ul > li > a {
  font-size: 13px;
  padding: 17px 22px 15px 8px;
  text-transform: uppercase;
}

#nav ul li a:hover, #nav ul li.sub a:hover {
  background-color: #e9e9e9;
}

#nav > ul > li.current > a {
  background-position: right -352px !important;
}

#nav > ul.bg-col1 > li.current > a {
  color: #fff;
  background-color: #00b1eb;
}

#nav > ul.bg-col2 > li.current > a {
  color: #fff;
  background-color: #0089d0;
}

#nav > ul.bg-col3 > li.current > a {
  color: #fff;
  background-color: #0066b3;
}

#nav > ul.bg-col4 > li.current > a {
  color: #fff;
  background-color: #21409a;
}

#nav > ul.bg-col5 > li.current > a {
  color: #fff;
  background-color: #6e3694;
}

#nav > ul.bg-col6 > li.current > a {
  color: #fff;
  background-color: #ab218e;
}

#nav > ul.bg-col7 > li.current > a {
  color: #fff;
  background-color: #ed008c;
}

#nav > ul.bg-col8 > li.current > a {
  color: #fff;
  background-color: #d60000;
}

#nav > ul.bg-col9 > li.current > a {
  color: #fff;
  background-color: #ef4129;
}

#nav > ul.bg-col10 > li.current > a {
  color: #fff;
  background-color: #f57920;
}

#nav > ul.bg-col11 > li.current > a {
  color: #fff;
  background-color: #fdb316;
}

#nav > ul.bg-col12 > li.current > a {
  color: #fff;
  background-color: #b7c127;
}

#nav > ul.bg-col13 > li.current > a {
  color: #fff;
  background-color: #41ad49;
}

#nav > ul.bg-col14 > li.current > a {
  color: #fff;
  background-color: #009057;
}

#nav > ul.bg-col15 > li.current > a {
  color: #fff;
  background-color: #0098a1;
}

#nav > ul.bg-col16 > li.current > a {
  color: #fff;
  background-color: #00A490;
}

#nav > ul.bg-col17 > li.current > a {
  color: #fff;
  background-color: #6CAC20;
}

#nav ul li {
  position: relative;
}

#nav ul li.sub > a {
  background: none;
}

#nav ul li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 33px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -8px -1411px !important;
  background-size: 40px auto !important;
}

#nav ul li span.active {
  background-position: -8px -1461px !important;
}

#nav ul li span:hover {
  cursor: pointer;
}

#nav ul li.sub ul {
  display: none;
}

#nav ul li.subopen ul {
  display: block;
}

#nav ul li.sub.current span {
  background-position: -8px -1561px !important;
}

#nav ul ul li a {
  padding-left: 20px;
  font-weight: normal;
}

#nav ul.bg-col1 ul li.current a {
  color: #00b1eb;
}

#nav ul.bg-col2 ul li.current a {
  color: #0178b6;
}

#nav ul.bg-col3 ul li.current a {
  color: #0066b3;
}

#nav ul.bg-col4 ul li.current a {
  color: #21409a;
}

#nav ul.bg-col5 ul li.current a {
  color: #6e3694;
}

#nav ul.bg-col6 ul li.current a {
  color: #ab218e;
}

#nav ul.bg-col7 ul li.current a {
  color: #ed008c;
}

#nav ul.bg-col8 ul li.current a {
  color: #d60000;
}

#nav ul.bg-col9 ul li.current a {
  color: #ef4129;
}

#nav ul.bg-col10 ul li.current a {
  color: #f57920;
}

#nav ul.bg-col11 ul li.current a {
  color: #fdb316;
}

#nav ul.bg-col12 ul li.current a {
  color: #b7c127;
}

#nav ul.bg-col13 ul li.current a {
  color: #41ad49;
}

#nav ul.bg-col14 ul li.current a {
  color: #009057;
}

#nav ul.bg-col15 ul li.current a {
  color: #0098a1;
}

#nav ul.bg-col16 ul li.current a {
  color: #00A490;
}

#nav ul.bg-col17 ul li.current a {
  color: #6CAC20;
}

#nav ul.bg-col1 ul li:nth-child(n+2) a, #nav ul.bg-col2 ul li:nth-child(n+2) a,
#nav ul.bg-col3 ul li:nth-child(n+2) a, #nav ul.bg-col4 ul li:nth-child(n+2) a,
#nav ul.bg-col5 ul li:nth-child(n+2) a, #nav ul.bg-col6 ul li:nth-child(n+2) a,
#nav ul.bg-col7 ul li:nth-child(n+2) a, #nav ul.bg-col8 ul li:nth-child(n+2) a,
#nav ul.bg-col9 ul li:nth-child(n+2) a, #nav ul.bg-col10 ul li:nth-child(n+2) a,
#nav ul.bg-col11 ul li:nth-child(n+2) a, #nav ul.bg-col12 ul li:nth-child(n+2) a,
#nav ul.bg-col13 ul li:nth-child(n+2) a, #nav ul.bg-col14 ul li:nth-child(n+2) a,
#nav ul.bg-col15 ul li:nth-child(n+2) a, #nav ul.bg-col16 ul li:nth-child(n+2) a #nav ul.bg-col17 ul li:nth-child(n+2) a {
  border-top: 1px dotted #ccc;
}

/* =============================================== */
/* !Content Default */
.main {
  background-color: #fff;
}

.main > div {
  padding: 33px 12px 28px 12px;
}

section + aside, article + aside, .content + aside {
  margin-top: 28px;
}

.main h1 {
  font-size: 34px;
  line-height: 40px;
  padding-bottom: 11px;
}

.main h1 pre {
  display: none;
}

.main h2 {
  font-size: 21px;
  line-height: 24px;
  padding-bottom: 19px;
  letter-spacing: -1px;
}
.main h2 a {
  color: #000;
  text-decoration: none;
}
.main h2 a span {
  float: right;
  font-size: 17px;
  color: #198521;
  padding: 1px 26px 0 0;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -455px !important;
  background-size: 40px auto !important;
}
.main h2 a span:hover {
  color: #000;
  text-decoration: underline;
}

.main h1 + h2 {
  margin-top: -10px;
}

ul.block + h2, aside + h2, .tbl + h2, .buttons + h2 {
  padding-top: 20px;
}

div.form-seminar + h2 {
  padding-top: 22px;
}

.main h3 {
  font-size: 19px;
  line-height: 24px;
  padding-bottom: 3px;
}

.main h4 {
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 7px;
}

.main h3 + h4, .form ol + h4, input + h4 {
  padding-top: 10px;
}

.form ol + h3, ul.block + h3, .form ol + div.hidden + h3 {
  padding-top: 20px;
}

.main h3.line {
  border-bottom: 1px solid #fff;
  padding-bottom: 9px !important;
  margin-bottom: 10px;
}

.main .bg-col0 h3.line {
  border-bottom: 1px solid #5c5c5c;
}

.main .bg-col0.reddep h3.line {
  border-bottom: 1px solid #c00;
}

.main p.line {
  border-top: 1px solid #fff;
  padding-top: 9px;
}

.main .bg-col0 p.line {
  border-top: 1px solid #5c5c5c;
}

.main .bg-col0.reddep p.line {
  border-top: 1px solid #c00;
}

.main h3.line + p.line {
  border-top: none !important;
  padding-top: 0;
}

.content {
  padding-bottom: 0;
}

section aside.right {
  margin-bottom: 20px;
}

.content > p:first-child, .content > figure + p, .content > .videocontainer + p, .content > ul.block + p, p.intro {
  font-size: 16px;
  line-height: 23px;
}

.content figure {
  margin: 0 -12px 22px -12px;
  position: relative;
}

p.h2-right {
  position: absolute;
  right: 0;
  margin-top: -39px;
}

/* !Blocks */
ul.block {
  margin: 0 -12px 0 -12px;
}

ul.block > li > div {
  background-color: #202020 !important;
  color: #fff;
  padding: 23px 12px 7px 12px;
  margin-bottom: 12px;
}

ul.block > li > div h1, ul.block > li > div h2, ul.block > li > div h3 {
  color: #fff;
}

ul.block > li > div figure {
  margin: -23px -12px 22px -12px;
  position: relative;
}

ul.block > li div a, ul.block > li div .alert {
  color: #fff;
}

ul.block > li > div ul.buttons {
  margin-bottom: 23px;
}

ul.block > li > div figure a span, .content figure a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  background: url(../images/bg-trailer.png) no-repeat;
  background-size: 65px auto !important;
}

ul.block > li > div figure a em, .content figure a em, ul.block > li.flex ul li em {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 35px;
  height: 24px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -3px -560px !important;
  background-size: 40px auto !important;
}

ul.block > li > div figure a:hover em, .content figure a:hover em, ul.block > li.flex ul li:hover em {
  background-position: -3px -610px !important;
}

ul.block p.price, ul.block p.line + p.price:last-child {
  margin: -20px 0 20px 0 !important;
}

ul.block p.line + p.price {
  margin-bottom: 8px !important;
}

ul.block p.price span.org {
  text-decoration: line-through;
}

span.limited, .bl-list .bg-col0 span.limited, .bl-list-small .bg-col0 span.limited {
  padding: 18px 0 0 17px;
  margin: 0 0 -4px 5px;
  line-height: 0;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -17px -1268px !important;
  background-size: 40px auto !important;
  display: inline-block;
}

.bl-list span.limited, .bl-list-small span.limited {
  background-position: -17px -1218px !important;
}

.course-facts span.limited {
  margin-right: 5px;
  margin-left: 0;
}

/* Blocks, colors */
ul.block > li.bg-col0 > div {
  background-color: #f6f6f6 !important;
  padding-top: 22px;
  padding-bottom: 6px;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  color: #202020;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col0 h1, ul.block > li.bg-col0 h2, ul.block > li.bg-col0 h3, ul.block > li.bg-col0 h3 a {
  color: #202020 !important;
}

ul.block > li.bg-col0.reddep h3 {
  color: #c00 !important;
}

ul.block > li.bg-col0 div a {
  color: #198521;
}

ul.block > li.bg-col0 div .alert {
  color: #d00000;
}

ul.block > li.bg-col1 > div, div.botbar > table td:nth-child(1), div.botbar.bg-col1 > table td {
  background-color: #00b1eb !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col2 > div, div.botbar > table td:nth-child(2), div.botbar.bg-col2 > table td, li.bg-col2 h2, li.bg-col2 li.current a, .tabs ol li.bg-col2 > div {
  background-color: #0089d0 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col3 > div, div.botbar > table td:nth-child(3), div.botbar.bg-col3 > table td {
  background-color: #0066b3 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col4 > div, div.botbar > table td:nth-child(4), div.botbar.bg-col4 > table td {
  background-color: #21409a !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col5 > div, div.botbar > table td:nth-child(5), div.botbar.bg-col5 > table td, li.bg-col5 h2 {
  background-color: #6e3694 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col6 > div, div.botbar > table td:nth-child(6), div.botbar.bg-col6 > table td {
  background-color: #ab218e !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col7 > div, div.botbar > table td:nth-child(7), div.botbar.bg-col7 > table td {
  background-color: #ed008c !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col8 > div, div.botbar > table td, div.botbar.bg-col8 > table td, li.bg-col8 h2, li.bg-col8 li.current a, .tabs ol li.bg-col8 > div {
  background-color: #d60000 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col9 > div, div.botbar > table td:nth-child(9), div.botbar.bg-col9 > table td {
  background-color: #ef4129 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col10 > div, div.botbar > table td:nth-child(10), div.botbar.bg-col10 > table td, li.bg-col10 h2, li.bg-col10 li.current a, .tabs ol li.bg-col10 > div {
  background-color: #f57920 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col11 > div, div.botbar > table td:nth-child(11), div.botbar.bg-col11 > table td {
  background-color: #fdb316 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col12 > div, div.botbar > table td:nth-child(12), div.botbar.bg-col12 > table td {
  background-color: #b7c127 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col13 > div, div.botbar > table td:nth-child(13), div.botbar.bg-col13 > table td, li.bg-col13 h2, li.bg-col13 li.current a, .tabs ol li.bg-col13 > div {
  background-color: #41ad49 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col14 > div, div.botbar > table td:nth-child(14), div.botbar.bg-col14 > table td {
  background-color: #009057 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col15 > div, div.botbar > table td:nth-child(15), div.botbar.bg-col15 > table td {
  background-color: #0098a1 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col16 > div, div.botbar > table td:nth-child(16), div.botbar.bg-col16 > table td {
  background-color: #00A490 !important;
  transition: background-color 0.1s linear 0s;
}

ul.block > li.bg-col17 > div, div.botbar > table td:nth-child(17), div.botbar.bg-col17 > table td {
  background-color: #6CAC20 !important;
  transition: background-color 0.1s linear 0s;
}

/*ul.block.bl-list li > div:hover, ul.block.bl-list-small li > div:hover {background-color:#343434 !important;}
ul.block.bl-list li.bg-col0 > div:hover, ul.block.bl-list-small li.bg-col0 > div:hover, ul.block.bl-1big li.bg-col0:nth-child(n+2) > div:hover, ul.block.bl-list2 li.bg-col0 > div:hover {background-color:#fff !important;}
ul.block.bl-list li.bg-col1 > div:hover, ul.block.bl-list-small li.bg-col1 > div:hover, ul.block.bl-misc li.promo.bg-col1 > div:hover {background-color:#0abbf5 !important;}
ul.block.bl-list li.bg-col2 > div:hover, ul.block.bl-list-small li.bg-col2 > div:hover, ul.block.bl-misc li.promo.bg-col2 > div:hover {background-color:#0f98df !important;}
ul.block.bl-list li.bg-col3 > div:hover, ul.block.bl-list-small li.bg-col3 > div:hover, ul.block.bl-misc li.promo.bg-col3 > div:hover {background-color:#0f75c2 !important;}
ul.block.bl-list li.bg-col4 > div:hover, ul.block.bl-list-small li.bg-col4 > div:hover, ul.block.bl-misc li.promo.bg-col4 > div:hover {background-color:#304fa9 !important;}
ul.block.bl-list li.bg-col5 > div:hover, ul.block.bl-list-small li.bg-col5 > div:hover, ul.block.bl-misc li.promo.bg-col5 > div:hover {background-color:#7d45a3 !important;}
ul.block.bl-list li.bg-col6 > div:hover, ul.block.bl-list-small li.bg-col6 > div:hover, ul.block.bl-misc li.promo.bg-col6 > div:hover {background-color:#ba309d !important;}
ul.block.bl-list li.bg-col7 > div:hover, ul.block.bl-list-small li.bg-col7 > div:hover, ul.block.bl-misc li.promo.bg-col7 > div:hover {background-color:#fc0f9b !important;}
ul.block.bl-list li.bg-col8 > div:hover, ul.block.bl-list-small li.bg-col8 > div:hover, ul.block.bl-misc li.promo.bg-col8 > div:hover {background-color:#e01414 !important;}
ul.block.bl-list li.bg-col9 > div:hover, ul.block.bl-list-small li.bg-col9 > div:hover, ul.block.bl-misc li.promo.bg-col9 > div:hover {background-color:#fe5038 !important;}
ul.block.bl-list li.bg-col10 > div:hover, ul.block.bl-list-small li.bg-col10 > div:hover, ul.block.bl-misc li.promo.bg-col10 > div:hover {background-color:#ff882f !important;}
ul.block.bl-list li.bg-col11 > div:hover, ul.block.bl-list-small li.bg-col11 > div:hover, ul.block.bl-misc li.promo.bg-col11 > div:hover {background-color:#ffc225 !important;}
ul.block.bl-list li.bg-col12 > div:hover, ul.block.bl-list-small li.bg-col12 > div:hover, ul.block.bl-misc li.promo.bg-col12 > div:hover {background-color:#c6d036 !important;}
ul.block.bl-list li.bg-col13 > div:hover, ul.block.bl-list-small li.bg-col13 > div:hover, ul.block.bl-misc li.promo.bg-col13 > div:hover {background-color:#50bc58 !important;}
ul.block.bl-list li.bg-col14 > div:hover, ul.block.bl-list-small li.bg-col14 > div:hover, ul.block.bl-misc li.promo.bg-col14 > div:hover {background-color:#0f9f66 !important;}*/
/* Blocks, small */
ul.block.bl-list-small ol {
  display: none;
}

h3 + ul.block.bl-list-small {
  margin-top: 10px;
}

ul.block.bl-1big li:nth-child(n+2) > div, ul.block.bl-list li > div,
ul.block.bl-list2 li > div, ul.block.bl-list-small li > div, ul.block.bl-misc li.promo > div {
  height: 46px;
  font-size: 12px;
  padding: 7px 20px 1px 12px;
  margin: 0 12px 12px 12px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -341px !important;
  background-size: 40px auto !important;
}

.safari ul.block.bl-1big li:nth-child(n+2) > div, .safari ul.block.bl-list li > div, .safari ul.block.bl-list2 li > div,
.safari ul.block.bl-list-small li > div, .safari ul.block.bl-misc li.promo > div {
  height: 45px;
}

ul.block.bl-1big li.bg-col0:nth-child(n+2) > div, ul.block.bl-list li.bg-col0 > div, ul.block.bl-list2 li.bg-col0 > div,
ul.block.bl-list-small li.bg-col0 > div, ul.block.bl-misc li.bg-col0.promo > div {
  padding-top: 6px;
  padding-bottom: 0;
  background-position: right -442px !important;
}

ul.block.bl-1big li:nth-child(n+2) > div:hover, ul.block.bl-list li > div:hover, ul.block.bl-list2 li > div:hover,
ul.block.bl-list-small li > div:hover, ul.block.bl-misc li.promo > div:hover {
  cursor: pointer;
}

ul.block.bl-1big li:nth-child(n+2) > div p, ul.block.bl-list li > div p, ul.block.bl-list2 li > div p, ul.block.bl-list-small li > div p, ul.block.bl-misc li.promo > div p {
  margin: -1px 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.block.bl-1big li:nth-child(n+2) > div h3, ul.block.bl-list li > div h3, ul.block.bl-list2 li > div h3,
ul.block.bl-list-small li > div h3, ul.block.bl-misc li.promo > div h3 {
  font-size: 15px;
  line-height: 20px;
  padding-top: 1px;
  padding-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.block.bl-list li > div a, ul.block.bl-list-small li > div a, ul.block.bl-misc li.promo > div a {
  color: #fff;
  text-decoration: none;
}

ul.block.bl-list li.bg-col0 > div a, ul.block.bl-list.small li.bg-col0 > div a {
  color: #202020;
}

ul.block.bl-1big li:nth-child(n+2) > div figure, ul.block.bl-list li > div figure, ul.block.bl-list2 li > div figure, ul.block.bl-list-small li > div figure, ul.block.bl-misc li.promo > div figure {
  float: left;
  width: 96px;
  height: 54px;
  margin: -7px 10px -1px -12px;
  display: block;
}

ul.block.bl-1big li:nth-child(n+2) > div figure a span, ul.block.bl-misc li.promo > div figure a span {
  width: 42px;
  height: 42px;
  background-size: 42px auto !important;
}

ul.block.bl-1big li:nth-child(n+2) > div figure a em, ul.block.bl-1big li:nth-child(n+2) p.price,
ul.block.bl-1big li:nth-child(n+2) ul.buttons, ul.block.bl-list2 li ul.buttons, ul.block.bl-misc li.promo > div figure a em,
ul.block.bl-misc li.promo p.price, ul.block.bl-misc li.promo ul.buttons, ul.block.bl-business table,
ul.block.bl-seminar table, ul.block > li.promo.bltbl table, ul.block > li.bltbl p {
  display: none;
}

ul.block > li.promo.bltbl p, ul.block.bl-list2 > li.bltbl p {
  display: block;
}

ul.block li > h2 {
  display: none;
}

ul.block.bl-misc.bl-h2visible li > h2, ul.block.bl-container.bl-h2visible li > h2 {
  padding-top: 20px;
  margin-left: 12px;
  background: #fff !important;
  display: block;
}

section + aside > ul.block.bl-misc.bl-h2visible, article + aside > ul.block.bl-misc.bl-h2visible {
  margin-top: -28px;
}

ul.block.bl-misc li > h2.emty {
  display: none;
}

ul.block.bl-misc li > div h3 a {
  color: #fff;
  text-decoration: none;
}

ul.block.bl-misc li.bg-col0 > div h3 a {
  color: #202020;
}

ul.block.bl-misc li.promo.bgimg > div > div {
  background-size: 0 !important;
  background-repeat: no-repeat !important;
}

.ie8 ul.block.bl-misc li.promo.bgimg > div > div {
  background: none !important;
}

ul.block.bl-container > li {
  margin: 0 12px 12px 12px;
}
ul.block.bl-container > li h2 {
  margin-left: 0 !important;
}

/* Companion promo */
ul.block.bl-misc li.companion:hover {
  cursor: pointer;
}

ul.block.bl-misc li.companion > div h3 {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
}

/* Business Area intro */
.tabs ol li > div {
  margin: -23px -12px 23px -12px;
  padding: 23px 12px 7px 12px;
  border-bottom: 10px solid #fff;
  cursor: pointer;
}

.tabs ol li:last-child > div {
  margin-bottom: -7px;
  border: none;
}

.tabs ol li > div h3 {
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -407px !important;
  background-size: 40px auto !important;
}

.tabs ol li > div, .tabs ol li > div h3 a.mainlink {
  color: #fff !important;
}

ul.block.bl-misc li.baintro .tabpage {
  display: none;
}

/* Youtube/vimeo vids */
div.player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: -56.25%;
  overflow: hidden;
}

div.videocontainer {
  position: relative;
  margin: 0 -12px 22px -12px;
}
div.videocontainer > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

div.player iframe, div.player object, div.player embed,
div.videocontainer iframe, div.videocontainer object, div.videocontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}

/* Course list */
ul.course-list > li {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.course-list > li:nth-child(odd) {
  float: right;
  padding: 0 0 0 10px;
}

/* !Promobig/FlexSlider */
ul.block.bl-misc li.flex .flex-viewport-single,
.js ul.block.bl-misc li.flex .flexslider-static .flex-viewport-single {
  width: 100%;
  display: inline-block;
}

.js ul.block.bl-misc li.flex .flex-viewport-single {
  display: none;
}

section.epi-preview li.flex {
  clear: both !important;
}

ul.block > li.flex > div {
  position: relative;
  background-color: #fff !important;
  padding: 0;
}

.flex .slides > li {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 83px;
  background-position: center center !important;
  background-size: cover !important;
  visibility: hidden;
  display: none;
}

.content .flex {
  margin-bottom: 21px;
}

.content .flex .slides > li {
  padding-bottom: 0;
}

.flex .slides > li.frst, .js .flex .flexslider-static .slides > li.frst {
  display: block;
  visibility: visible;
}

.js .flex .slides > li {
  display: none;
}

.flex .slides > li[data-url]:hover, .flex .slides > li[data-trailer-id]:hover {
  cursor: pointer;
}

.flex .slides > li img {
  float: left;
  max-width: initial;
  width: 100%;
  display: block;
  visibility: hidden !important;
}

.flex .slides > li div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 0 12px 0 12px;
}

.flex .slides > li div h1 {
  padding-bottom: 0;
  color: #fff;
}

.flex .slides > li div h1 + p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 22px;
  color: #fff;
}

/* Control Nav */
.flex-direction-nav {
  display: none;
}

.ctrls {
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 1000;
  border-radius: 10px;
  background-color: #202020;
  display: none;
}

.flex-control-nav {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.flex-control-nav li {
  float: left;
  margin: 0 7px 0 0;
  zoom: 1;
}

.flex-control-nav li:last-child {
  margin: 0;
}

.flex-control-paging li a {
  width: 17px;
  height: 17px;
  margin: 2px;
  display: block;
  background: url(../images/sprite-timer.png);
  background-position: 0 -980px;
  background-size: 20px auto !important;
  cursor: pointer;
  text-indent: -3000px;
  /*	border-radius:10px;*/
}

.flex-control-paging li a.flex-hover:hover {
  background-position: 0 -960px !important;
}

/*.flex-control-paging li a.flex-active {background-position:0 0;}*/
/* Listing */
ol.listing {
  margin: 6px 0 20px 0;
  display: block;
}

ol.listing li {
  position: relative;
  border-top: 1px solid #5c5c5c;
}

.reddep ol.listing li {
  border-top: 1px solid #c00;
}

ol.listing li:hover {
  cursor: pointer;
}

ol.listing li.current {
  margin: 0 -12px 0 -12px;
  padding: 0 12px 0 12px;
  border-top: 1px solid #0089d0;
  background-color: #0089d0;
  color: #fff;
}

ol.listing li.current + li {
  border-top: none;
  margin-top: 1px;
}

ol.listing li p, ol.listing li p.price, ol.listing li.current:hover p {
  margin: 0 -12px 0 -12px !important;
  padding: 9px 12px 10px 12px !important;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.1s linear 0s;
  display: table;
}

ol.listing li:hover p {
  background-color: #e9e9e9;
}

section > ol.listing li:hover p {
  background-color: #f6f6f6;
}

ol.listing li:hover p a {
  color: #202020;
}

ol.listing li p img {
  float: left;
  width: 96px;
  margin: 0 10px 0 0;
}

ol.listing li p em {
  display: table;
  font-style: italic;
}

ol.listing li p b {
  display: none;
}

ol.listing li p a {
  font-weight: bold;
  font-style: normal;
  display: block;
  text-decoration: none;
  color: #198521;
  transition: color 0.05s linear 0s;
}

ol.listing li.current p a {
  color: #fff;
}

p.paging {
  margin-top: -12px;
}

p.paging a {
  float: left;
  padding: 8px 0 6px 0;
  display: block;
}

p.paging span {
  float: left;
  padding: 8px 0 6px 0;
  color: #999;
}

p.paging a.nxt, p.paging span.nxt {
  float: right;
  display: inline;
}

.news h3 + div.form {
  margin-top: 6px !important;
}

/* Tables default */
.tbl {
  margin: 0 -12px 0 -12px;
  border-top: 2px solid #5c5c5c;
}

.tbl table {
  margin: 0 0 12px 0;
  width: 100%;
}

.tbl table th, .tbl table td {
  text-align: left;
  padding: 11px 8px 9px 8px;
  border-left: 1px solid #eaeaea;
}

.tbl table td {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}

.tbl table th:first-child, .tbl table td:first-child {
  border-left: none;
  padding-left: 12px;
}

.ie8 .tbl table th[scope=row], .ie8 .tbl table td.item, .ie8 .tbl table td[data-alt=Datum] {
  border-left: none;
}

.tbl table th:last-child, .tbl table td:last-child {
  padding-right: 12px;
}

.tbl input.typetext {
  float: right;
  font-size: 14px;
  width: 12%;
  text-align: center;
  border: 1px solid #bfbfbf;
  background-color: #fff !important;
  padding: 4px 9px 3px 9px;
  margin: -5px 0 -5px 0;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}

.ie .tbl input.typetext, .gecko .tbl input.typetext {
  padding-top: 3px;
  height: 30px;
}

.tbl ul.buttons {
  margin: 0 12px 12px 12px;
}

.tbl ul.buttons.two-a-side {
  margin-right: 6px;
}

.tbl ul.buttons li img {
  margin: -6px 0 0 20px;
}

.tbl-simple table {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

h3 + div.tbl-simple {
  margin-top: 10px !important;
}

.tbl-simple tr:first-child td {
  border-top: 0;
}

.tbl-simple td:first-child {
  width: 35%;
}

/*.tbl-simple tr:nth-child(even) td {background-color:#f6f6f6;}*/
/* Tables, basket, receipt, calendar, last minute, course */
.tbl-basket table, .tbl-receipt table, .tbl-calendar table, .tbl-lastmin table, .tbl-course table {
  margin-top: -1px;
}

.tbl-basket table thead, .tbl-receipt table thead, .tbl-calendar table thead, .tbl-lastmin table thead, .tbl-course table thead {
  display: none;
}

.tbl-basket table tr + tr td, .tbl-receipt table tr td, .tbl-calendar table tr td, .tbl-lastmin table tr + tr td, .tbl-course table tr td {
  background-color: #f6f6f6;
}

/* nth-child(even) */
.tbl-basket table tbody tr td.item, .tbl-lastmin table tbody tr td.item {
  font-style: italic;
  text-align: left;
  padding-right: 40px;
  border-top: 1px solid #5c5c5c;
}

.tbl-receipt table tbody tr td.item {
  text-align: left;
  border-top: 1px solid #5c5c5c;
  background-color: #fff;
}

.tbl-receipt table tbody tr + tr td.item {
  padding-top: 10px !important;
  border-top: 1px solid #eaeaea !important;
  background-color: #f6f6f6;
}

.tbl-receipt table tbody td.empty {
  display: none;
}

.tbl-basket table tbody tr td.item strong, .tbl-lastmin table tbody tr td.item strong, .tbl-receipt table strong {
  color: #202020;
  display: block;
  font-style: normal;
}

.tbl-basket table tbody td, .tbl-basket table tfoot td, .tbl-receipt table tbody td, .tbl-calendar table tbody td,
.tbl-lastmin table tbody td, .tbl-course table tbody td {
  float: left;
  width: 100%;
  border-left: none;
  padding: 10px 12px 9px 12px;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.tbl-basket table tbody td:empty, .tbl-basket table tfoot td:empty, .tbl-receipt table tbody td:empty, .tbl-calendar table tbody td:empty,
.tbl-lastmin table tbody td:empty, .tbl-course table tbody td:empty {
  display: none;
}

.tbl-basket table tbody tr + tr td:before, .tbl-receipt table tbody tr td:nth-child(n+2):before,
.tbl-calendar table tbody tr td:nth-child(n+2):before, .tbl-lastmin table tbody tr + tr td:before,
.tbl-course table tbody tr td:nth-child(n+2):before {
  float: left;
  content: attr(data-alt) ":";
}

.tbl-calendar table tbody tr td:last-child:before, .tbl-lastmin table tbody tr td:last-child:before, .tbl-course table tbody tr td:nth-child(n+4):before {
  content: "";
}

.tbl-scheme table tbody tr td:last-child:before {
  content: attr(data-alt) ":";
}

.tbl-calendar table tbody tr td:last-child, .tbl-course table tbody tr td:nth-child(n+4) {
  text-align: left;
  padding-bottom: 20px;
}

.tbl-scheme table tbody tr td:last-child {
  text-align: right;
  padding-bottom: 9px;
}

.tbl-calendar table tbody tr td:first-child, .tbl-course table tbody tr td:first-child {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #5c5c5c;
}

.tbl-course table tbody tr td:first-child a {
  color: #202020;
  text-decoration: none;
}

.tbl-calendar table tbody tr td em {
  float: right;
}

.tbl-basket table td[data-alt=Deltagare] {
  padding-right: 5px;
}

.tbl table td.tpad {
  padding-right: 12px;
}

.tbl-basket p, .tbl-calendar p, .tbl-lastmin p {
  margin: 20px 12px 20px 12px;
  display: block;
}

.tbl-receipt table tbody:last-child td:last-child, .tbl-calendar table tbody:last-child tr td:last-child,
.tbl-lastmin table tbody:last-child tr + tr td:last-child, .tbl-course table tbody:last-child tr td:nth-child(n+4) {
  border-bottom: 1px solid #eaeaea;
}

.tbl-calendar table td.date a, .tbl-calendar table td.place a,
.tbl-lastmin table td.date a, .tbl-lastmin table td.place a {
  white-space: nowrap;
}

.tbl-calendar table td.price span, .tbl-lastmin table td.price span {
  text-decoration: line-through;
}

.tbl-calendar td a.button, .tbl-calendar td span.button, .tbl-lastmin td a.button, .tbl-lastmin td span.button {
  width: 49%;
}

.tbl-receipt a.button, .tbl-receipt span.button {
  float: right;
  padding-top: 15px;
  margin: -5px 0 -5px 0;
  height: 30px;
  background-position: right -403px !important;
}

.tbl-course table tbody tr td:nth-child(4) {
  width: 50%;
  padding-right: 3px;
}

.tbl-course table tbody tr td:last-child {
  width: 50%;
  padding-left: 3px;
}

.tbl-course a.button {
  width: 100%;
}

/*.tbl-course a.button.green {text-transform:lowercase;}
.tbl-course a.button.green span {text-transform:capitalize;}*/
a.delete, a.rem, a.add {
  width: 30px;
  height: 30px;
  text-indent: -3000px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -9px -864px !important;
  background-size: 40px auto !important;
}

a.delete {
  position: absolute;
  right: 8px;
  top: 16px;
}

.gecko a.delete {
  top: inherit !important;
  margin-top: -16px;
}

a.delete:hover, a.delete:focus {
  background-position: -9px -914px !important;
  outline: none;
}

a.add, a.rem {
  float: right;
  margin: -5px 3px -5px 3px;
  text-align: left;
  background-position: -9px -964px !important;
}

a.add:hover, a.add:focus {
  background-position: -9px -1014px !important;
  outline: none;
}

a.rem {
  background-position: -9px -1064px !important;
}

a.rem:hover, a.rem:focus {
  background-position: -9px -1114px !important;
  outline: none;
}

.tbl-basket table tfoot tr td {
  background-color: #fff !important;
  border-top: none;
}

.tbl-basket table tfoot tr.deal td {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}

.tbl-basket table tfoot tr td span {
  float: left;
}

.tbl-basket table tfoot tr td.opt {
  display: none;
}

.tbl-basket table tfoot tr.deal td input.typetext {
  float: none;
  width: 38%;
}

.tbl-basket table tfoot tr.deal td a.button {
  float: right;
  text-indent: -3000px;
  min-width: 30px !important;
  padding: 0;
  margin: -5px 0 -5px 6px;
  height: 30px;
  background-position: right -403px !important;
}

.tbl-basket table tfoot tr.sum td {
  border-top: 1px solid #5c5c5c;
  font-weight: bold;
}

p.tbl-showmore {
  margin: 0 12px 12px 12px;
}

p.tbl-showmore a {
  width: 100%;
  height: 40px;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 0;
  text-align: left;
  white-space: nowrap;
  padding: 19px 0 0 8px;
  border: 2px solid #41ad49;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -1908px !important;
  background-size: 40px auto !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
}

p.tbl-showmore a:hover, p.tbl-showmore a:focus {
  outline: none;
  border: 2px solid #50bc58;
  color: #2d9d35;
  background-color: #f6f6f6;
}

/* Table, course facts */
table.generic, table.course-facts {
  width: 100%;
}

ul.bl-business table.generic, ul.bl-seminar table.generic, ul.block > li.bltbl table.generic {
  margin-top: 6px;
}

table.generic td, table.course-facts td {
  line-height: 22px;
}

table.generic td:first-child {
  width: 30%;
  min-width: 60px;
}

table.generic tr + tr td {
  word-wrap: break-word;
  -ms-word-break: break-all;
  /*	word-break: break-all;*/
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

table.course-facts td:first-child {
  width: 36%;
}

table.generic tbody.line tr:first-child td, table.course-facts tbody.line tr:first-child td {
  border-top: 1px solid #fff;
  padding-top: 9px;
}

.bg-col0 table.generic tbody.line tr:first-child td, .bg-col0 table.course-facts tbody.line tr:first-child td {
  border-top: 1px solid #5c5c5c;
}

table.generic tbody tr:last-child td, table.course-facts tbody tr:last-child td {
  padding-bottom: 9px;
}

table.generic tbody:last-child tr:last-child td, table.course-facts tbody:last-child tr:last-child td {
  padding-bottom: 0;
}

table.course-facts tbody.line tr.price-big td {
  padding-top: 13px;
  vertical-align: bottom;
}

table.course-facts strong {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  color: #202020;
  font-weight: 700;
  font-size: 30px;
}

table.course-facts span {
  text-decoration: line-through;
}

table.course-facts tbody.line tr.punch-ticket td {
  vertical-align: bottom;
}

table.course-facts em {
  line-height: 0;
  text-indent: -3000px;
  width: 29px;
  height: 29px;
  margin-left: -2px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -6px -660px !important;
  background-size: 40px auto !important;
  display: inline-block;
}

table.course-facts em.no {
  background-position: -6px -710px !important;
}

/* Steps counter */
div.steps {
  margin: -4px -10px 0 -15px;
}

div.steps em {
  border-top: 2px solid #ed008c;
  margin: -64px 0 54px 30px;
  width: 75%;
  display: block;
}

div.steps ol {
  counter-reset: li;
  width: 100%;
  margin: 0 0 20px 0;
  padding-top: 16px;
  display: inline-block;
  overflow: hidden;
}

div.steps ol > li {
  position: relative;
  float: left;
  width: 25%;
  font-size: 12px;
  color: #c70076;
}

div.steps ol > li.current {
  color: #202020;
}

div.steps ol > li span {
  width: 80px;
  text-align: center;
  display: inline-block;
}

div.steps ol > li:before {
  content: counter(li);
  counter-increment: li;
  width: 26px;
  height: 22px;
  padding-top: 4px;
  margin: -16px 0 3px 25px;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 2px solid #ed008c;
  border-radius: 15px;
  background-color: #ed008c;
  display: block;
}

.safari div.steps ol > li:before {
  height: 23px;
  padding-top: 3px;
}

div.steps ol > li.current:before {
  color: #ed008c;
  background-color: #fff;
}

/* !Forms */
div.form {
  margin: 0 -10px 2px 0;
}

div.form > p {
  margin: 0 12px 14px 0;
}

div.form li.nopass {
  display: none;
}

div.form ol {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

div.form ol li, div.form ol li.wide, div.formtabs ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

form.evaluation-form {
  margin-bottom: 20px;
}

form.evaluation-form .button {
  display: none;
}

div.formtabs {
  display: none;
}

.js div.formtabs {
  margin: 0 -12px 20px -12px;
  padding: 0 12px 0 12px;
  border-bottom: 2px solid #5c5c5c;
  display: block;
}

div.formtabs ul {
  width: 100%;
  margin: 0 0 -5px 0;
  display: inline-block;
}

div.formtabs ul li {
  width: 50%;
  padding-right: 6px;
  margin: 0;
}

div.formtabs.f3tabs ul li {
  width: 33.333333332%;
}

div.tabpage {
  position: relative;
}

div.formtabs ul li a {
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  border: 2px solid #6e3694;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 12px;
  padding: 9px 12px 7px 9px;
  background-color: #6e3694 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  transition: background-color 0.1s linear 0s;
}

div.formtabs ul li a:hover {
  border: 2px solid #824aa8;
  border-bottom: 0;
  background-color: #824aa8 !important;
  text-decoration: none;
}

div.formtabs ul li a.login {
  padding-left: 28px !important;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -9px -759px !important;
  background-size: 40px auto !important;
}

div.formtabs ul li a.current {
  color: #000;
  text-decoration: none;
  border: 2px solid #5c5c5c;
  border-bottom: 0;
  padding: 9px 12px 9px 9px;
  margin-bottom: -2px;
  background-color: #fff !important;
}

div.formtabs ul li a.login.current {
  background-position: -9px -809px !important;
}

div.form ol + h3, .form ol + div.hidden + h3 {
  margin-top: 15px;
}

div.form ol li.button {
  width: 50%;
  margin-top: 8px;
}

div.form fieldset {
  float: left;
}

div.form label {
  display: block;
  padding: 4px 0 2px 1px;
  font-size: 12px;
  color: #787878;
}

div.form ul label {
  display: inline-block;
  color: #000;
  padding: 0;
}

div.form legend {
  display: inline-block;
  padding: 6px 20px 0 2px;
}

div.form legend strong {
  padding-left: 30px;
  position: relative;
}

div.form legend strong span {
  position: absolute;
  left: 0;
  top: -5px;
  width: 22px;
  height: 20px;
  padding: 4px 0 0 2px;
  text-align: center;
  color: #fff;
  background: #f60;
  border-radius: 12px;
}

.ie div.form legend strong span, .safari div.form legend strong span,
.mac.chrome div.form legend strong span {
  top: -6px;
}

.gecko div.form legend strong span {
  padding: 3px 0 1px 2px;
}

div.form li.req {
  font-size: 12px;
  width: 50%;
  padding-top: 19px;
}

div.form li.req.nopasslink {
  padding-top: 10px;
  margin-bottom: -2px;
}

div.form li.req a {
  white-space: nowrap;
  padding: 0 0 0 10px;
  display: none;
}

.js div.form li.req a {
  display: block;
}

div.form label span.req, div.form legend span.req, div.form li.req span {
  font-size: 18px;
  vertical-align: bottom;
  color: #d50000;
}

/* Input, Select, Textarea */
div.form input.typetext, div.form select, div.form textarea {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  background-color: #fff !important;
  padding: 10px 9px 7px 9px;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
}

div.form ol li:hover input.typetext, div.form ol li:hover select, div.form ol li:hover textarea,
.tbl input.typetext:hover {
  box-shadow: 0 0 3px 0 #cdcdcd;
  transition: box-shadow 0.1s linear 0s;
}

div.form input.typetext:focus, div.form select:focus, div.form textarea:focus,
.tbl input.typetext:focus {
  outline: none;
  border: 1px solid #bfbfbf !important;
  box-shadow: 0 0 0 1px #bfbfbf !important;
  background-color: #f6f6f6 !important;
}

div.form ol input.typetext.input-validation-error, div.form ol select.input-validation-error, div.form ol textarea.input-validation-error,
.tbl input.typetext.input-validation-error, input.typetext.input-validation-error, select.input-validation-error, textarea.input-validation-error {
  color: #d00000;
  outline: none;
  border: 1px solid #d50000 !important;
  background-color: #fddcdc !important;
}

div.form ol li.alert:hover input.typetext, div.form ol li.alert:hover select, div.form ol li.alert:hover textarea,
.tbl input.typetext.alert:hover {
  box-shadow: 0 0 2px 0 #e98387;
}

div.form ol li.alert input.typetext:focus, div.form ol li.alert select:focus, div.form ol li.alert textarea:focus,
.tbl input.typetext.alert:focus {
  box-shadow: 0 0 0 1px #d50000 !important;
}

div.form li.input-validation-error {
  outline: none;
  border: 1px solid #d50000 !important;
  background-color: #fddcdc !important;
  padding: 5px;
}

div.form select {
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -1807px !important;
  background-size: 40px auto !important;
}

div.form textarea {
  height: 214px;
}

div.form input[disabled=disabled], div.form select[disabled=disabled] {
  border: 1px solid #eaeaea;
  box-shadow: inherit !important;
}

div.form select[disabled=disabled] {
  background-position: right -1957px !important;
}

/* Checkbox, Radiobutton */
div.form ol ul {
  margin: 14px 0 8px 0;
}

div.form ol ul li {
  width: inherit;
  overflow: hidden;
  padding: 0 40px 0 0;
}

div.form ol ul li label {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  display: inline;
}

div.form ol ul.rows li {
  width: 100%;
}

div.form ol ul.columns li {
  width: 50%;
}

div.form input[type=checkbox] {
  float: left;
  margin: 3px 6px 1px 4px;
}

div.form input[type=radio] {
  float: left;
  margin: 3px 5px 1px 5px;
}

div.form h4 span {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
}

div.form h4 span input {
  margin-top: 8px !important;
  margin-bottom: -8px !important;
}

/* Browser styles */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mac.chrome div.form input[type=checkbox] {
  margin: 4px 6px 0 4px;
}

.mac.chrome div.form input[type=radio] {
  margin: 2px 6px 0 4px;
}

.mac.chrome div.form select {
  padding: 10px 30px 7px 9px;
}

.safari div.form input.typetext {
  padding: 10px 8px 7px 8px;
}

.safari div.form select {
  padding: 10px 30px 7px 9px;
}

/*.safari div.form textarea {padding-top:8px;}*/
.safari div.form input[type=checkbox] {
  float: left;
  margin: 4px 6px 0 4px;
}

.safari div.form input[type=radio] {
  float: left;
  margin: 3px 6px 0 4px;
}

.iphone.safari div.form input.typetext, .ipad.safari div.form input.typetext {
  padding: 10px 9px 7px 9px;
}

/*.iphone.safari div.form select, .ipad.safari div.form select {padding:9px 30px 8px 9px;}*/
.iphone.safari div.form input[type=checkbox], .ipad.safari div.form input[type=checkbox],
.iphone.safari div.form input[type=radio], .ipad.safari div.form input[type=radio] {
  margin: 2px 6px 2px 4px;
}

.iphone.safari div.form h4 span input {
  margin-top: 6px !important;
  margin-bottom: -6px !important;
}

.ie div.form input.typetext {
  padding: 1px 9px 1px 9px;
  height: 40px;
}

.ie div.form textarea {
  padding-top: 9px;
}

.ie div.form select {
  padding: 7px 30px 6px 7px;
  height: 40px;
}

select::-ms-expand {
  display: none;
}

.ie div.form input[type=checkbox] {
  float: left;
  margin: 4px 6px 0 4px;
}

.ie div.form input[type=radio] {
  float: left;
  margin: 4px 5px 0 5px;
}

.ie10 div.form textarea {
  padding-top: 8px;
}

.ie9 div.form input.typetext {
  padding: 1px 9px 0 9px;
}

.ie9 div.form textarea {
  padding-top: 8px;
}

.ie9 div.form select {
  padding: 7px 7px 6px 7px;
  background: none;
}

.ie8 div.form input.typetext {
  padding: 9px 9px 7px 9px;
  height: 40px;
}

.ie8 div.form textarea {
  padding-top: 8px;
}

.ie8 div.form select {
  padding: 8px 7px 8px 7px;
  height: 40px;
  background: none;
}

/*.ie8 div.form input[type="checkbox"] {margin:1px 6px 1px 4px;}
.ie8 div.form input[type="radio"] {margin:1px 5px 1px 5px;}*/
.gecko div.form select {
  padding: 11px 9px 7px 9px;
  background: none;
}

/*.gecko div.form textarea {padding-left:7px;}*/
/* Form, search */
.topbar div.form {
  margin-bottom: 10px;
}

.topbar div.form label {
  color: #ccc;
}

.topbar div.form ol li input.typetext {
  border: 1px solid #666;
  color: #fff;
  padding-right: 83px;
  background-color: #252525 !important;
}

.topbar div.form ol li:hover input.typetext {
  box-shadow: 0 0 3px 0 #666;
}

.topbar div.form input.typetext:focus {
  border: 1px solid #666 !important;
  box-shadow: 0 0 0 1px #666 !important;
  background-color: #333 !important;
}

.topbar input[type=submit].button, div.form-search input[type=submit].button, div.form-course input[type=submit].button, .search-block input[type=submit].button {
  position: absolute;
  right: 9px;
  bottom: 5px;
  width: 85px;
  height: 30px;
  background-position: right -353px !important;
}

/* Form, course select, calendar */
div.form-course {
  display: none;
}

div.form-course.showmobile {
  display: block;
  margin-bottom: 22px;
}

div.form-calendar {
  margin-top: -10px !important;
  margin-bottom: 15px !important;
}

div.form-calendar li + li label, div.form-course2 li + li label, div.form-calendar li > div {
  display: none;
}

div.form-course2 {
  margin-bottom: 15px !important;
}

/* !Buttons */
input[type=submit].button, input[type=button].button, a.button, span.button {
  width: 100%;
  height: 40px;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 0;
  color: #fff !important;
  text-align: left;
  padding: 0 26px 0 10px;
  margin: 0 6px 0 0;
  border: none;
  border-radius: 0;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -398px !important;
  background-size: 40px auto !important;
  background-color: #6e3694 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  -webkit-appearance: none;
  display: block;
  transition: background-color 0.1s linear 0s;
}

a.button, span.button {
  width: auto;
  min-width: 122px !important;
  padding-top: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.form ol li.button a.button {
  width: 100%;
}

input[type=submit].button:hover, input[type=button].button:hover, a.button:hover,
input[type=submit].button:focus, input[type=button].button:focus, a.button:focus {
  background-color: #824aa8 !important;
  outline: none;
}

input[type=submit].button.green, input[type=button].button.green, a.button.green {
  background-color: #41ad49 !important;
}

input[type=submit].button.green:hover, input[type=button].button.green:hover, a.button.green:hover,
input[type=submit].button.green:focus, input[type=button].button.green:focus, a.button.green:focus {
  background-color: #50bc58 !important;
}

input[type=submit].button.red, input[type=button].button.red, a.button.red {
  background-color: #d60000 !important;
}

input[type=submit].button.red:hover, input[type=button].button.red:hover, a.button.red:hover,
input[type=submit].button.red:focus, input[type=button].button.red:focus, a.button.red:focus {
  background-color: #e01414 !important;
}

input[type=submit].button.green.disabled,
input[type=button].button.green.disabled,
a.button.green.disabled,
input[type=submit].button.green.disabled:hover,
input[type=button].button.green.disabled:hover,
a.button.green.disabled:hover,
input[type=submit].button.green.disabled:focus,
input[type=button].button.green.disabled:focus,
a.button.green.disabled:focus {
  background-color: #d3d3d3 !important;
  color: #bdbdbd !important;
  background: none;
  cursor: default;
}

input[type=submit].button.green:hover, input[type=button].button.green:hover, a.button.green:hover,
input[type=submit].button.green:focus, input[type=button].button.green:focus, a.button.green:focus {
  background-color: #50bc58 !important;
}

span.button.basket {
  background: url(../images/sprite-icons.png) no-repeat !important;
  background-color: #bbb !important;
}

input[type=submit].button.basket, a.button.basket, span.button.basket {
  background-position: right -99px !important;
}

input[type=submit].button.play, a.button.play, span.button.play {
  background: none;
  position: relative;
}

input[type=submit].button.play::after, a.button.play::after, span.button.play::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #FFFFFF;
  right: 10px;
  transform: translateY(-50%);
}

a.button.close {
  background-image: none;
}

a.button.back {
  padding-left: 25px;
  background-position: -11px -2208px !important;
}

span.button {
  background: none !important;
  background-color: #bbb !important;
}

span.button.green {
  background-color: #41ad49 !important;
  padding-right: 10px;
}

ul.buttons {
  margin: 0 0 12px 0;
}

ul.buttons li a.button, ul.buttons li span.button {
  width: 100%;
  min-width: inherit !important;
  margin: 0;
  /*	white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;*/
  display: block;
}

ul.buttons.two-a-side {
  margin-right: -6px;
}

ul.buttons.two-a-side li {
  float: left;
  width: 50%;
  padding-right: 6px;
  margin-top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.buttons li + li {
  margin-top: 10px;
}

/* Sitemap */
ul.sitemap {
  margin-bottom: 20px;
}

ul.sitemap h2 {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 8px 15px 8px;
  margin: 0;
  display: block;
}

ul.sitemap ul {
  margin-bottom: 10px;
}

ul.sitemap li > h2 + ul {
  margin-top: 10px;
}

/* Dialog */
div#tint {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.ie8 div#tint {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

div#dialog, div#boxed {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10002;
}

div#dialog > div {
  position: relative;
  margin: -80px 12px 0 12px;
  padding: 24px 6px 67px 12px;
  background-color: #fff;
  min-height: 160px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

div#boxed > div {
  margin-top: -27.5%;
  background-color: #fff;
  box-shadow: 0 0 20px 26px rgba(0, 0, 0, 0.4);
  outline: 20px solid #fff;
}

div#boxed > div a {
  display: none;
}

div#dialog h2 {
  font-size: 21px;
  line-height: 25px;
  padding: 0 6px 19px 0;
}

div#dialog ul {
  margin: -10px 0 19px 0;
}

div#dialog ul li span {
  min-width: 24%;
  display: inline-block;
}

a.dialog-info {
  padding-right: 26px;
  margin-right: -6px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: right -1869px !important;
  background-size: 40px auto !important;
}

div#dialog em {
  position: absolute;
  right: 10px;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

div#dialog > div > div {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
}

div#dialog ul.buttons {
  margin: 0 6px 7px 12px;
}

/* Loading animation */
div#loading-tint {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

div#loading {
  position: absolute;
  left: 0;
  top: -300px;
  width: auto !important;
  background-color: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 10001;
}

#dialog div#loading {
  left: 50%;
  top: 50%;
  margin: -47px 0 0 -48px;
  display: inline-block;
  box-shadow: none;
}

div#loading div {
  float: left;
  width: 48px;
  height: 48px;
  margin: 21px;
  background: url(../images/sprite-loading.gif) no-repeat;
  background-size: auto 48px !important;
}

/* Add This */
.addthis_toolbox {
  margin: 0 0 5px -6px;
  display: block;
  clear: both;
}

.addthis_toolbox a img {
  visibility: hidden;
}

.addthis_toolbox a {
  background: url(../images/sprite-icons.png) no-repeat;
  background-size: 40px auto !important;
}

.addthis_toolbox a:hover {
  background-color: #eaeaea;
}

.addthis_button_print, .addthis_button_email, .addthis_button_facebook, .addthis_button_compact {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  background-position: -9px -2011px !important;
}

.addthis_button_email {
  background-position: -9px -2061px !important;
}

.addthis_button_facebook {
  width: 25px !important;
  background-position: -12px -2111px !important;
}

.addthis_button_compact {
  width: 30px !important;
  background-position: -11px -2161px !important;
}

/* !Icons */
.ico {
  background: url(../images/sprite-icons.png) no-repeat;
}

/* !Misc */
.hidden {
  display: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.clr {
  clear: both;
}

.nowrp {
  white-space: nowrap !important;
}

div.alert, div.notice, div.validation-error {
  margin: 0 -12px 30px -12px;
  padding: 22px 12px 21px 12px;
  color: #d00000;
  border-top: 1px solid #da1b23;
  border-bottom: 1px solid #da1b23;
  background-color: #fddcdc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
}

div.alert + div.alert {
  margin-top: -20px;
}

div.validation-error {
  display: none;
}

div.notice {
  color: #2d9d35;
  border-top: 1px solid #41ad49;
  border-bottom: 1px solid #41ad49;
  background-color: #fff;
}

div.alert p:last-child, div.notice p:last-child {
  margin-bottom: 10px;
}

.alert, .alert h3 {
  color: #d00000;
}

.validation-error, .validation-error h3 {
  color: #d00000;
}

.notice, .notice h3 {
  color: #2d9d35;
}

div#mp1 {
  height: 262px;
  margin: -7px -12px -16px -12px;
}

div#mp1 img {
  max-width: none;
}

a.emil {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =============================================== */
/* !Footer Default */
footer[role=contentinfo] {
  width: 100%;
  border-top: 1px solid #eaeaea;
  background-color: #f6f6f6;
}

.portal footer[role=contentinfo] {
  border-top: 0;
}

div.navbot > div {
  display: none;
}

div.navbot > div + div {
  width: 100%;
  padding: 30px 12px 20px 12px;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-size: 12px;
  line-height: 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
}

div.navbot > div + div > a {
  display: block;
}

div.navbot > div + div p {
  float: left;
  width: 56%;
  margin: 20px 0 24px 0;
  display: inline-block;
}

div.navbot > div + div p strong {
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
}

div.navbot > div + div p + p {
  width: 44%;
  padding-top: 21px;
}

ul#social {
  margin: 0 0 10px 0;
  display: inline-block;
  overflow: hidden;
}

ul#social li {
  float: left;
  margin: 0 5px 0 0;
}

ul#social li:last-child {
  margin: -1px 0 0 0;
}

ul#social a {
  width: 24px;
  height: 20px;
  text-indent: -3000px;
  background: url(../images/sprite-buttons.png) no-repeat;
  background-position: 0 0 !important;
  background-size: 24px auto !important;
  /*	border-radius:2px;*/
  display: block;
}

ul#social a.youtube {
  background-position: 0 -30px !important;
}

ul#social a.linkedin {
  background-position: 0 -60px !important;
}

div.botbar {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  /*	margin-top:0;*/
  color: #fff;
  background-color: #202020;
  position: relative;
}
html.skin-white div.botbar {
  background-color: #fff;
}

div.botbar > div {
  padding: 20px 12px 32px 12px;
}

/* Rainbow - colors set higher up */
div.botbar > table {
  width: 100%;
}

div.botbar > table td {
  height: 6px;
  line-height: 0;
}

.portal div.botbar > table td {
  height: 4px;
}

div.botbar > table td:after {
  content: " ";
}

div.botbar a {
  color: #8eff96;
}

div.botbar p {
  position: absolute;
  right: 12px;
  bottom: 37px;
  margin: 0;
  text-align: right;
}
html.skin-white div.botbar p {
  color: #000;
}

footer ul.nav {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

footer ul.nav li {
  float: left;
}

footer ul.nav a {
  float: left;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 0 10px 0;
  margin-right: 20px;
}
html.skin-white footer ul.nav a {
  color: #000;
}

footer ul.nav li:last-child a {
  margin-right: 0;
}

footer ul.nav2 {
  display: inline-block;
}

footer ul.nav2 li {
  clear: both;
}

footer ul.nav2 a {
  float: left;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 0;
  padding: 10px 20px 10px 18px;
  background: url(../images/sprite-icons.png) no-repeat;
  background-position: -19px -1616px !important;
  background-size: 40px auto !important;
}
html.skin-white footer ul.nav2 a {
  color: #000;
  background: none;
  padding-left: 0;
}

footer ul.nav2 a.book {
  background-position: -19px -1666px !important;
}

footer ul.nav2 a.cookie {
  background-position: -19px -1716px !important;
}

footer ul.nav2 a.info {
  background-position: -19px -1766px !important;
}

footer ul.nav2 a:hover {
  color: #fff;
  text-decoration: none;
}
html.skin-white footer ul.nav2 a:hover {
  text-decoration: underline;
}

.upgrmess {
  display: none;
}

html.upgrade .upgrmess {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #A29330;
  background: #FDF2AB url(http://browser-update.org/img/dialog-warning.gif) no-repeat 20px 10px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  display: block;
}

html.upgrade .upgrmess div {
  padding: 10px 36px 10px 40px;
}

/* ===============================================
   Media Queries
   =============================================*/
/*@media only print, screen and (min-resolution:124dpi), (-webkit-min-device-pixel-ratio:1.3) {*/
@media print, screen and (-webkit-min-device-pixel-ratio: 1.3), print, screen and (min-resolution: 124dpi), print, screen and (min-resolution: 1.3dppx) {
  header[role=banner] h1 a {
    background: url(../images/logo-lexicon-small_2x.gif);
  }
  .account a, ul.block > li > div figure a em, input[type=submit].button, a.button, span.button, ul.block.bl-1big li:nth-child(n+2) > div,
  ul.block.bl-list li > div, ul.block.bl-list2 li > div, ul.block.bl-list-small li > div, ul.block.bl-misc li.promo > div, .content figure a em, table.course-facts em,
  div.formtabs ul li a.login, a.delete, a.rem, a.add, span.limited, .bl-list .bg-col0 span.limited, .bl-list-small .bg-col0 span.limited,
  .navtop a, #navtop ul li li a, header .nav a, #nav a, #nav ul li span, footer ul.nav2 a, div.form select, a.dialog-info, p.tbl-showmore a,
  .addthis_toolbox a, .tabs ol li > div h3, ul.block > li.flex ul li em, .main h2 a span {
    background: url(../images/sprite-icons_2x.png) no-repeat;
  }
  ul.block > li > div figure a span, .content figure a span {
    background: url(../images/bg-trailer_2x.png) no-repeat;
  }
  ul#social a {
    background: url(../images/sprite-buttons_2x.png) no-repeat;
  }
  div#loading div {
    background: url(../images/sprite-loading_2x.gif) no-repeat;
  }
  .flex-control-paging li a {
    background: url(../images/sprite-timer_2x.png);
  }
}
@media print, screen and (min-width: 480px) {
  /* =============================================== */
  /* !Header Medium (iPhone landscape etc) */
  /* !Navigation */
  #navtop > ul > li {
    float: left;
    width: 50%;
  }
  #navtop > ul > li:nth-child(odd) h2, #navtop ul li:nth-child(odd) li a {
    margin-right: 0;
  }
  #navtop > ul > li:nth-child(even) h2, #navtop ul li:nth-child(even) li a {
    margin-left: 0;
  }
  /* =============================================== */
  /* !Content Medium */
  /* Tables, basket */
  /*	.tbl-basket, .tbl-receipt {margin-bottom:30px;}*/
  .tbl-basket table, .tbl-receipt table, .tbl-lastmin table {
    margin-top: 0;
  }
  .tbl-basket table thead, .tbl-receipt table thead, .tbl-lastmin table thead {
    display: table-header-group;
  }
  .tbl-basket table tbody tr:first-child td, .tbl-receipt table tbody tr:first-child td, .tbl-lastmin table tbody tr:first-child td {
    border-top: 1px solid #eaeaea;
    padding-right: 8px;
  }
  .tbl-basket table tbody td, .tbl-basket table tfoot td, .tbl-receipt table tbody td, .tbl-lastmin table tbody td {
    float: none;
    width: auto;
    border-left: 1px solid #eaeaea;
    padding: 10px 8px 9px 8px;
    text-align: left;
    vertical-align: middle;
  }
  .tbl-basket table tbody td:empty, .tbl-basket table tfoot td:empty, .tbl-receipt table tbody td:empty, .tbl-lastmin table tbody td:empty {
    display: table-cell;
  }
  .tbl-receipt table tbody tr td:last-child {
    padding-right: 12px;
  }
  .tbl-basket table tbody tr td:before, .tbl-receipt table tbody tr td:before, .tbl-lastmin table tbody tr td:before {
    content: none !important;
  }
  .tbl-basket table td[data-alt=Deltagare] input.typetext {
    float: left;
    width: 30px;
    padding: 4px 3px 3px 3px;
  }
  .tbl-basket table td[data-alt=Deltagare] a {
    display: none;
  }
  .tbl table td.tpad {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tbl-basket table thead th.sum {
    text-align: right;
  }
  .tbl-basket table tbody td[data-alt="Summa exkl.moms"] {
    width: 90px;
    text-align: right;
  }
  #play table tbody td[data-alt=Rabatt] {
    width: 130px;
  }
  .tbl-receipt table table th.date {
    white-space: nowrap;
  }
  .tbl-receipt table table tbody tr td {
    background-color: #fff !important;
    border-top: 1px solid #eaeaea !important;
  }
  .tbl-receipt table table tbody tr td.empty {
    display: table-cell;
  }
  .tbl-receipt table table tbody tr + tr td.item strong {
    font-weight: normal;
  }
  .tbl-receipt table table tbody:nth-child(odd) tr td {
    background-color: #f6f6f6 !important;
  }
  .tbl-receipt table table tbody:last-child td {
    border-bottom: 1px solid #eaeaea;
  }
  .tbl-receipt table table strong {
    display: inline;
  }
  .tbl-receipt table a.button, .tbl-receipt table span.button {
    min-width: 80px !important;
    float: left;
  }
  .tbl-receipt table table tbody td[data-alt=Visa] {
    width: 97px;
  }
  .tbl-receipt table table th:last-child, .tbl-receipt table .tbl-receipt table td:last-child {
    width: 92px;
    padding-right: 0;
  }
  .tbl-receipt table span.limited {
    margin-right: 5px;
    margin-left: 0;
  }
  .tbl-receipt table table tbody tr td span.limited {
    display: none;
  }
  .tbl-lastmin table tbody:last-child tr + tr td {
    border-bottom: 1px solid #eaeaea;
  }
  .tbl-basket table tfoot td {
    text-align: right;
    border-left: none;
  }
  .tbl-basket table tfoot tr td.opt {
    display: table-cell;
  }
  .tbl-basket table tfoot td span {
    margin-left: -80px;
  }
  .tbl-basket table tfoot tr.deal td input.typetext {
    width: 66%;
  }
  .tbl-lastmin table th:last-child, .tbl-lastmin table tbody tr + tr td:last-child {
    min-width: inherit;
    width: 50px;
    text-align: right;
  }
  .tbl-lastmin table td a.basket, .tbl-lastmin table td span.basket {
    float: right;
    text-indent: -3000px;
    min-width: 0 !important;
    width: 38px !important;
    margin: 0; /*0 0 -10px 0;*/
  }
  /* Steps counter */
  div.steps {
    position: absolute;
    right: 0;
    width: 280px;
    margin: -68px 0 0 0;
  }
  /* !Forms */
  div.form ol li, div.formtabs ul li {
    width: 50%;
  }
  div.formtabs ul {
    width: 70%;
  }
  div.formtabs.f3tabs ul {
    width: 90%;
  }
  /* Form, course select, calendar */
  div.form-calendar li + li label, div.form-course2 li + li label {
    display: block;
  }
  /* Dialog */
  div#dialog ul li span {
    min-width: 20%;
  }
  /* =============================================== */
  /* !Footer Medium */
}
@media print, screen and (min-width: 768px) {
  /* =============================================== */
  /* !Header Large (iPad portrait etc) */
  div.topbar {
    background-size: auto 110px;
  }
  div.topbar > div {
    padding: 15px;
  }
  div.topbar > div > img {
    display: none;
  }
  /* !Logo */
  header[role=banner] h1 {
    margin: 0;
    padding: 43px 0 0 0;
    font-size: 19px;
  }
  header[role=banner] h1 a {
    width: 232px;
    height: 80px;
    margin: -43px 15px 0 0;
    background: url(../images/logo-lexicon.gif);
    background-size: auto 80px !important;
  }
  .account {
    right: 15px;
    top: 0;
    bottom: inherit;
  }
  .account p {
    float: right;
    display: block;
    clear: both;
  }
  .account p#basket {
    border: 1px solid #666;
    padding-left: 50px;
    margin-top: -4px;
    background: url(../images/sprite-icons.png) no-repeat;
    background-position: 0 -100px !important;
    background-size: 40px auto !important;
    background-color: #252525 !important;
  }
  html.skin-white .account p#basket {
    background-position: 0 -2260px !important;
    background-color: #f6f6f6 !important;
    border-color: #eaeaea;
  }
  .account a + a {
    display: inline;
  }
  .account a.login, .account a.acc, .account p:first-child > span {
    text-indent: 0;
    font-size: 11px;
    color: #8eff96;
    width: auto;
    padding: 0 3px 0 16px;
    background-position: -19px -5px !important;
    background-color: inherit !important;
  }
  html.skin-white .account a.login, html.skin-white .account a.acc, html.skin-white .account p:first-child > span {
    color: #000;
  }
  .account a.acc {
    background-position: -19px -1165px !important;
  }
  .account a.login:hover, .account a.acc:hover {
    background-color: inherit !important;
    color: #fff;
  }
  html.skin-white .account a.login:hover, html.skin-white .account a.acc:hover {
    color: #000;
    text-decoration: underline;
  }
  .account p:first-child > span {
    background: none;
    color: #fff;
    padding-right: 10px;
  }
  .account a.order {
    float: none;
    text-indent: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    color: #fff;
    width: auto;
    padding: 15px 11px 0 10px;
    margin: 4px 4px 4px 6px;
    display: inline-block;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .account a.order em {
    right: auto;
    left: -28px;
    top: -2px;
  }
  /* !Navigation */
  .navtop {
    position: relative;
    right: inherit;
    top: inherit;
    float: left;
    margin-left: 10px;
    display: block;
  }
  .navtop a {
    float: left;
    width: 30px;
    height: 30px;
    margin: 26px 0 0 0;
    background-position: -10px -202px !important;
  }
  .navtop a.search {
    background-position: -10px -302px !important;
  }
  #navtop > ul, ul.bnv {
    margin-right: -15px !important;
  }
  #navtop > ul > li, ul.bnv > li {
    float: left;
    width: 25%;
  }
  #navtop > ul > li h2, #navtop ul li li a, ul.bnv > li h2, ul.bnv li li a {
    margin-right: 5px !important;
  }
  #navtop ul li li a, ul.bnv li li a {
    background: none;
  }
  #navtop h2, ul.bnv h2 {
    font-size: 14px;
    padding: 16px 10px 14px 15px;
  }
  #navtop ul li li a, ul.bnv li li a {
    font-size: 12px;
    padding: 14px 10px 14px 15px;
  }
  header .nav, #nav ul li span {
    display: none;
  }
  #nav {
    position: relative;
    padding: 19px 15px 47px 15px;
    display: block !important;
  }
  #nav a, #nav ul li.sub > a {
    background: none;
    border: none !important;
  }
  #nav ul li a:hover {
    background-color: #e9e9e9;
    border: 1px solid #dedede !important;
    padding: 16px 7px 13px 6px;
  }
  html.skin-white #nav ul li:not(.current) a:hover {
    background-color: inherit !important;
    border-color: transparent !important;
    text-decoration: underline;
  }
  #nav ul li.current a:hover {
    border: none !important;
  }
  #nav ul li.current ul a:hover {
    border: 1px solid #dedede !important;
    padding: 14px 9px 12px 9px;
  }
  html.skin-white #nav ul li.current ul li.current a:hover {
    background-color: inherit !important;
    border-color: transparent !important;
  }
  #nav > ul {
    position: relative;
    width: 100%;
    border-bottom: 4px solid #0089d0;
    display: inline-block;
  }
  #nav > ul.bg-col1 {
    border-bottom: 4px solid #00b1eb;
  }
  #nav > ul.bg-col2 {
    border-bottom: 4px solid #0089d0;
  }
  #nav > ul.bg-col3 {
    border-bottom: 4px solid #0066b3;
  }
  #nav > ul.bg-col4 {
    border-bottom: 4px solid #21409a;
  }
  #nav > ul.bg-col5 {
    border-bottom: 4px solid #6e3694;
  }
  #nav > ul.bg-col6 {
    border-bottom: 4px solid #ab218e;
  }
  #nav > ul.bg-col7 {
    border-bottom: 4px solid #ed008c;
  }
  #nav > ul.bg-col8 {
    border-bottom: 4px solid #d60000;
  }
  #nav > ul.bg-col9 {
    border-bottom: 4px solid #ef4129;
  }
  #nav > ul.bg-col10 {
    border-bottom: 4px solid #f57920;
  }
  #nav > ul.bg-col11 {
    border-bottom: 4px solid #fdb316;
  }
  #nav > ul.bg-col12 {
    border-bottom: 4px solid #b7c127;
  }
  #nav > ul.bg-col13 {
    border-bottom: 4px solid #41ad49;
  }
  #nav > ul.bg-col14 {
    border-bottom: 4px solid #009057;
  }
  #nav > ul.bg-col15 {
    border-bottom: 4px solid #0098a1;
  }
  #nav > ul.bg-col16 {
    border-bottom: 4px solid #00A490;
  }
  #nav > ul.bg-col17 {
    border-bottom: 4px solid #6CAC20;
  }
  #nav ul li {
    float: left;
    position: static;
  }
  #nav > ul > li:first-child {
    padding-left: 8px;
  }
  #nav > ul > li > a {
    padding: 17px 8px 14px 7px;
    margin-bottom: 3px;
  }
  #nav > ul > li.current > a {
    padding: 17px 16px 14px 15px;
    margin: 0 7px 3px 7px;
  }
  #nav > ul > li:first-child.current > a {
    margin-left: -8px;
  }
  #nav ul li.subopen ul {
    position: absolute;
    left: 0;
    top: 38px;
    background: #f6f6f6;
  }
  html.skin-white #nav ul li.subopen ul {
    background: #fff;
  }
  .gecko #nav ul li.subopen ul {
    top: 43px;
  }
  #nav > ul ul > li {
    position: relative;
  }
  #nav > ul ul > li:first-child {
    padding-left: 5px;
  }
  #nav ul ul li a {
    float: left;
    margin-top: 3px;
    padding: 15px 10px 13px 10px;
    font-size: 13px;
    display: block;
  }
  #nav ul ul li em {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 7px;
    margin-left: -2px;
  }
  #nav ul.bg-col1 ul li em {
    background-color: #00b1eb;
  }
  #nav ul.bg-col2 ul li em {
    background-color: #0089d0;
  }
  #nav ul.bg-col3 ul li em {
    background-color: #0066b3;
  }
  #nav ul.bg-col4 ul li em {
    background-color: #21409a;
  }
  #nav ul.bg-col5 ul li em {
    background-color: #6e3694;
  }
  #nav ul.bg-col6 ul li em {
    background-color: #ab218e;
  }
  #nav ul.bg-col7 ul li em {
    background-color: #ed008c;
  }
  #nav ul.bg-col8 ul li em {
    background-color: #d60000;
  }
  #nav ul.bg-col9 ul li em {
    background-color: #ef4129;
  }
  #nav ul.bg-col10 ul li em {
    background-color: #f57920;
  }
  #nav ul.bg-col11 ul li em {
    background-color: #fdb316;
  }
  #nav ul.bg-col12 ul li em {
    background-color: #b7c127;
  }
  #nav ul.bg-col13 ul li em {
    background-color: #41ad49;
  }
  #nav ul.bg-col14 ul li em {
    background-color: #009057;
  }
  #nav ul.bg-col15 ul li em {
    background-color: #0098a1;
  }
  #nav ul.bg-col16 ul li em {
    background-color: #00A490;
  }
  #nav ul.bg-col17 ul li em {
    background-color: #6CAC20;
  }
  /* =============================================== */
  /* !Content Large */
  .main > div {
    padding: 36px 15px 75px 15px;
  }
  article, section {
    margin: 0 -15px 0 0;
  }
  section + aside, article + aside {
    margin: 55px -15px 0 0;
  }
  .content + aside {
    margin-top: 0;
  }
  .main h1 {
    font-size: 50px;
    line-height: 54px;
    padding: 0 15px 18px 15px;
  }
  .main h2 {
    font-size: 30px;
    line-height: 34px;
    padding: 0 16px 36px 15px;
  }
  .main h2 a span {
    font-size: 19px;
    padding-top: 5px;
    background-position: right -447px !important;
  }
  .main h1 + h2 {
    margin-top: -10px;
  }
  .main h2.mtop {
    margin-top: 40px;
  }
  ul.block + h2, aside + h2, .tbl + h2, .buttons + h2, div.form-course + h2, div.form-seminar + h2 {
    padding-top: 42px !important;
  }
  div.form-course2 + p + h2 {
    padding-top: 32px !important;
  }
  /*	.main h3 {font-size:19px;line-height:24px;padding-bottom:3px;}*/
  .main h2 + h3 {
    margin-top: -10px;
  }
  /*	.main h4 {font-size:17px;line-height:22px;padding-bottom:7px;}*/
  .form ol + h3, ul.block + h3, .form ol + div.hidden + h3 {
    padding-top: 30px;
  }
  .content h2 {
    padding-left: 0;
    padding-right: 0;
  }
  p.h2-right {
    margin-top: -57px;
  }
  .content, article aside, section aside {
    float: left;
    width: 66.666666%;
    padding: 0 30px 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  section aside.right {
    float: right;
  }
  .content.c-wide {
    width: 100%;
  }
  article aside, section aside {
    width: 33.333333332%;
    padding-right: 0;
    padding-left: 0;
  }
  article aside + h2 {
    clear: both;
  }
  .content figure {
    margin: 0 -15px 30px -15px;
  }
  .content figure.small {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 51%;
  }
  .content > p:first-child, .content > figure + p, .content > .videocontainer + p, .content > ul.block + p, p.intro, div[data-epi-property-name=Intro] {
    font-size: 18px;
    line-height: 27px;
  }
  section > p {
    padding: 0 15px 0 15px;
  }
  /* Blocks */
  ul.block {
    margin: 0 !important;
  }
  article .content ul.block {
    margin: 0 -30px 0 -15px !important;
  }
  /*	article > ul.block {margin:0 !important;}*/
  ul.block > li {
    float: left;
    width: 33.333333332%;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  ul.block.bl-promobig {
    margin: -5px 0 0 0 !important;
  }
  article .content ul.block > li {
    width: 50%;
  }
  section ul.block.bl-1big > li:nth-child(3n+4), section ul.block.bl-list2 > li:nth-child(3n+4),
  article .content ul.block > li:nth-child(odd), section.s-wide ul.block.bl-promobig > li:nth-child(3),
  section.s-wide ul.block.bl-promobig > li:nth-child(3n+3), .tabpage > ol > li:nth-child(3n+4) {
    clear: both;
  }
  article aside ul.block > li, section aside ul.block > li {
    width: 100%;
  }
  ul.block > li > div, ul.block.bl-1big li:nth-child(n+2) > div, ul.block.bl-list2 li > div,
  ul.block.bl-misc li.promo > div {
    padding: 23px 15px 7px 15px;
    height: inherit;
    font-size: 14px;
    margin: 0 0 15px 0;
    background: none;
  }
  ul.block.bl-avsnitt li > div {
    padding-top: 32px !important;
  }
  .safari ul.block.bl-1big li:nth-child(n+2) > div, .safari ul.block.bl-list2 li > div, .safari ul.block.bl-misc li.promo > div {
    height: inherit;
  }
  ul.block > li.bg-col0 > div, ul.block.bl-1big li.bg-col0:nth-child(n+2) > div, ul.block.bl-list2 li.bg-col0 > div, ul.block.bl-misc li.bg-col0.promo > div {
    padding: 22px 14px 6px 14px;
    border: 1px solid #eaeaea;
  }
  ul.block > li.bg-col0.bgimg > div, ul.block.bl-1big li.bg-col0:nth-child(n+2).bgimg > div, ul.block.bl-list2 li.bg-col0.bgimg > div, ul.block.bl-misc li.bg-col0.promo.bgimg > div {
    padding: 23px 15px 7px 15px;
    border: none;
  }
  ul.block.bl-1big li.bg-col0:nth-child(n+2) > div:hover, ul.block.bl-list2 li.bg-col0 > div:hover {
    background-color: #f6f6f6 !important;
  }
  ul.block.bl-1big li:nth-child(n+2) > div:hover, ul.block.bl-list2 li > div:hover {
    cursor: default;
  }
  ul.block.bl-1big li:nth-child(n+2) > div p, ul.block.bl-list2 li > div p, ul.block.bl-misc li.promo > div p {
    margin: 0 0 20px 0;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
  }
  ul.block.bl-1big li > div div > h3, ul.block.bl-list2 li > div div > h3, ul.block.bl-misc li > div div > h3 {
    margin-top: -23px;
    padding-top: 24px;
  }
  ul.block.bl-1big li:nth-child(n+2) > div h3, ul.block.bl-list2 li > div h3, ul.block.bl-misc li > div h3, ul.block.bl-misc li.promo > div h3 {
    font-size: 19px;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 3px;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
  }
  ul.block > li > div figure, ul.block.bl-1big li:nth-child(n+2) > div figure,
  ul.block.bl-list2 li > div figure, ul.block.bl-misc li.promo > div figure {
    float: none;
    width: inherit;
    height: inherit;
    margin: -23px -15px 23px -15px;
    display: block;
  }
  ul.block.bl-1big li:nth-child(n+2) > div figure a span, ul.block.bl-list2 li > div figure a span, ul.block.bl-misc li.promo > div figure a span {
    width: 65px;
    height: 65px;
    background-size: 65px auto !important;
  }
  ul.block > li > div figure a em {
    right: 15px;
  }
  ul.block.bl-1big li:nth-child(n+2) > div figure a em, ul.block.bl-1big li:nth-child(n+2) p.price,
  ul.block.bl-1big li:nth-child(n+2) ul.buttons, ul.block.bl-list2 li ul.buttons, ul.block.bl-misc li.promo > div figure a em,
  ul.block.bl-misc li.promo p.price, ul.block.bl-misc li.promo ul.buttons {
    display: block;
  }
  ul.block.bl-misc li.bg-col0.promo > div ul.buttons a {
    color: #fff;
  }
  ul.block.bl-business table, ul.block.bl-seminar table, ul.block > li.promo.bltbl table {
    display: table;
  }
  ul.block.bl-business p, ul.block.bl-seminar p, ul.block > li.promo.bltbl p,
  ul.block.bl-list2 > li.bltbl p {
    display: none;
  }
  section + aside > ul.block.bl-misc.bl-h2visible, article + aside > ul.block.bl-misc.bl-h2visible {
    margin-top: -55px !important;
  }
  ul.block.bl-misc li > h2 {
    padding-top: 42px !important;
    margin-left: -2px !important;
  }
  ul.block.bl-misc li > h2.emty {
    display: block;
  }
  .s-wide ul.block.bl-misc li:nth-child(-n+2) > h2 {
    display: none;
  }
  ul.block.bl-misc li > div {
    padding-bottom: 67px !important;
  }
  ul.block.bl-misc li.bg-col0 > div {
    padding-bottom: 66px !important;
  }
  ul.block.bl-misc li.fgimg > div {
    padding-bottom: 90px !important;
  }
  ul.block.bl-misc li.bg-col0.fgimg > div {
    padding-bottom: 89px !important;
  }
  /*	ul.block.bl-misc li.map > div {padding-bottom:60px !important;}*/
  /*	ul.block.bl-misc li.map > div > div {background-color:#f00;}*/
  ul.block.bl-misc li.bg-col0.promo > div a {
    color: #198521;
  }
  ul.block.bl-misc li > div > div blockquote {
    width: 100%;
    margin-top: -23px;
    margin-bottom: -48px;
    /*		background-color:#f00;*/
    display: inline-table;
  }
  ul.block.bl-misc li.fgimg > div > div blockquote {
    margin-bottom: -71px;
  }
  ul.block.bl-misc li.buttn > div {
    padding-bottom: 5px !important;
  }
  ul.block.bl-misc li.bg-col0.buttn > div {
    padding-bottom: 4px !important;
  }
  ul.block.bl-misc li.buttn > div ul.buttons {
    padding-top: 2px;
  }
  ul.block.bl-misc li.buttn-two > div > div > p:last-child {
    padding-bottom: 50px;
  }
  ul.block.bl-misc li.buttn-two ul.buttons {
    margin-top: -50px !important;
  }
  ul.block.bl-container > li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.block.bl-container.bl-h2visible li > h2 {
    padding-top: 42px !important;
  }
  /* Bg promo */
  ul.block.bl-misc li.promo.bgimg > div {
    padding: 0 !important;
  }
  ul.block.bl-misc li.promo.bgimg > div > div {
    background-position: center bottom !important;
    background-size: cover !important;
    padding-top: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 67px;
    display: block;
  }
  ul.block.bl-misc li.promo.bgimg > div > div > blockquote {
    min-height: 26em;
  }
  /* News block */
  aside ul.block.bl-misc li.news > div {
    min-height: 293px;
  }
  aside ul.block.bl-misc li.news > div > div {
    min-height: 293px;
  }
  /* Companion promo */
  ul.block.bl-misc li.companion > div {
    min-height: 293px;
  }
  ul.block.bl-misc li.companion > div > div {
    min-height: 293px;
    position: relative;
  }
  ul.block.bl-misc li.companion > div > div > blockquote {
    position: absolute;
    left: 0;
    bottom: -6px;
  }
  ul.block.bl-misc li.companion > div h3 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -1px;
    padding-bottom: 7px;
  }
  ul.block.bl-misc li.companion > div p {
    font-size: 16px;
    line-height: 24px;
  }
  /* News/last minute block */
  h3 + ul.block.bl-list-small {
    margin-top: 15px !important;
  }
  ul.block.bl-list li, ul.block.bl-list-small li {
    width: 50%;
  }
  ul.block.bl-list li > div {
    height: 54px !important;
    font-size: 13px;
    padding: 11px 20px 1px 15px;
    margin: 0 0 15px 0;
    background-position: right -335px !important;
  }
  ul.block.bl-list-small li > div {
    margin: 0 0 15px 0;
  }
  ul.block.bl-list li.bg-col0 > div {
    padding: 10px 20px 0 14px;
    background-position: right -436px !important;
  }
  ul.block.bl-list-small li.bg-col0 > div {
    padding: 6px 19px 0 11px;
  }
  ul.block.bl-list li > div h3 {
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 1px;
  }
  ul.block.bl-list li > div figure {
    width: 118px;
    height: 66px;
    margin: -11px 12px -1px -15px;
  }
  /* !Promobig/FlexSlider */
  ul.block.bl-misc li.flex {
    width: 66.666666%;
    position: relative;
    margin-bottom: 22px;
  }
  .content ul.block li.flex {
    width: 100%;
  }
  .content .flex {
    margin-bottom: 14px;
  }
  .flex .slides > li img {
    min-height: 300px;
  }
  .content .flex .slides > li img {
    min-height: inherit;
  }
  ul.block.bl-misc li.flex .flex-viewport {
    width: 100%;
    margin-bottom: -95px;
    display: inline-block;
  }
  ul.block.bl-misc li.flex .flex-viewport-single {
    margin-bottom: -95px;
  }
  ul.block.bl-misc li.flex .slides > li {
    padding-bottom: 83px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  ul.block.bl-misc li.flex .slides > li div {
    padding: 0 7% 0 15px !important;
  }
  ul.block.bl-misc li.flex .slides > li div h1 {
    padding-left: 0;
    padding-right: 0;
  }
  ul.block.bl-misc li.flex .slides > li div h1 + p {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  /* Business Area intro */
  .tabs {
    margin: 0 -15px 0 -15px;
    border-bottom: 4px solid #0089d0;
    background: #fff;
    display: block;
  }
  .tabs.bg-col8 {
    border-bottom: 4px solid #d60000;
  }
  .tabs.bg-col10 {
    border-bottom: 4px solid #f57920;
  }
  .tabs.bg-col13 {
    border-bottom: 4px solid #41ad49;
  }
  .tabs ol {
    width: 100%;
    display: table;
  }
  .tabs ol li {
    float: left;
    width: 25%;
    display: block;
  }
  .tabs ol li > div, ul.block.bl-misc li.baintro > div .tabs ol li > div {
    height: 54px;
    margin: 0 10px 0 0;
    padding: 0 11px 0 11px !important;
    min-height: initial;
    /*		box-sizing:border-box;
    -moz-box-sizing:border-box;*/
    border: none;
    border: 4px solid #0089d0;
    border-bottom: 0 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ie11 .tabs ol li > div, .ie11 ul.block.bl-misc li.baintro > div .tabs ol li > div {
    border-radius: 0;
  }
  /* Bug */
  .tabs ol li.current > div, ul.block.bl-misc li.baintro > div .tabs ol li.current > div {
    position: relative;
    height: 58px;
    margin-bottom: -4px;
    background: #fff !important;
    display: block;
    cursor: inherit;
  }
  .tabs ol li.bg-col8 > div, ul.block.bl-misc li.baintro > div .tabs ol li.bg-col8 > div {
    border: 4px solid #d60000;
  }
  .tabs ol li.bg-col10 > div, ul.block.bl-misc li.baintro > div .tabs ol li.bg-col10 > div {
    border: 4px solid #f57920;
  }
  .tabs ol li.bg-col13 > div, ul.block.bl-misc li.baintro > div .tabs ol li.bg-col13 > div {
    border: 4px solid #41ad49;
  }
  .tabs ol li > div h3 {
    background: none;
    padding-top: 20px !important;
  }
  .tabs ol li.current > div h3 {
    color: #000;
  }
  .tabs ol li.current > div h3 a {
    color: #000 !important;
    cursor: default;
  }
  .tabs ol li > div p {
    display: none;
  }
  ul.block.bl-misc li.baintro {
    width: 100%;
  }
  ul.block.bl-misc li.baintro > div {
    padding-bottom: 0 !important;
    background-color: #fff !important;
    color: #202020;
  }
  ul.block.bl-misc li.baintro > div > div blockquote {
    margin-bottom: 0;
  }
  ul.block.bl-misc li.baintro > div div > h3 {
    margin: 0;
  }
  ul.block.bl-misc li.baintro .tabpage {
    float: left;
    margin: 0 -15px 0 -15px;
    padding: 24px 0 0 15px;
    display: block;
  }
  ul.block.bl-misc li.baintro .tabpage ol {
    margin: 0 -15px 0 -15px;
  }
  ul.block.bl-misc li.baintro .tabpage ol li {
    float: left;
    width: 33.333333332%;
  }
  ul.block.bl-misc li.baintro > div .tabpage ol li > div {
    padding: 0 15px 20px 15px !important;
    margin: 0 15px 0 0;
    cursor: pointer;
  }
  ul.block.bl-misc li.baintro > div .tabpage ol li > div figure {
    margin: 0 -15px 23px -15px;
  }
  ul.block.bl-misc li.baintro > div .tabpage ol li > div h3.line {
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #5c5c5c;
    background: url(../images/sprite-icons.png) no-repeat;
    background-position: right -456px !important;
    background-size: 40px auto !important;
  }
  ul.block.bl-misc li.baintro > div .tabpage ol li > div h3 a {
    color: #202020;
  }
  /* Youtube/vimeo vids */
  div.videocontainer {
    position: relative;
    margin: 0 -15px 30px -15px;
  }
  section > div.videocontainer {
    margin: 0 15px 50px 0;
  }
  /* Listing */
  section > ol.listing {
    margin: 6px 30px 20px 15px;
  }
  ol.listing li.current {
    margin: 0 -15px 0 -15px;
    padding: 0 15px 0 15px;
  }
  ol.listing li p, ol.listing li p.price, ol.listing li.current:hover p {
    margin: 0 -15px 0 -15px !important;
    padding: 9px 15px 10px 15px !important;
  }
  section > ol.listing li p {
    margin: 0 !important;
    padding: 9px 0 10px 0 !important;
  }
  ol.listing li .image {
    width: 200px;
    margin: 0 12px 0 0;
    display: block;
  }
  ol.listing li .image img {
    max-width: 100%;
  }
  ol.listing li p b {
    font-weight: normal;
    font-style: normal;
    display: block;
  }
  section > ol.listing li p a {
    font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    padding-top: 3px;
  }
  /* Tables default */
  .tbl {
    margin: 0 25px 0 10px;
  }
  .content .tbl {
    margin: 0 -5px 0 -5px;
  }
  .tbl table {
    margin: 0 0 15px 0;
  }
  .tbl table th:first-child, .tbl table td:first-child {
    padding-left: 5px;
  }
  .tbl table th:last-child, .tbl table td:last-child {
    padding-right: 5px;
    min-width: 120px;
  }
  a.delete {
    right: 1px;
  }
  .tbl ul.buttons {
    margin: 0 5px 15px 5px;
    width: 50%;
  }
  .tbl ul.buttons.two-a-side {
    margin-right: 0;
  }
  .tbl-simple table {
    margin-bottom: 25px;
  }
  .tbl-simple td:first-child {
    width: 30%;
  }
  /* Tables */
  .tbl-basket table td[data-alt=Deltagare], .tbl-lastmin table td[data-alt=Deltagare] {
    min-width: 106px;
    padding-left: 1px;
    padding-right: 1px;
  }
  .tbl-basket table td[data-alt=Deltagare] a, .tbl-lastmin table td[data-alt=Deltagare] a {
    float: left;
    display: inline;
  }
  .tbl-basket table td[data-alt=Klippkort], .tbl-lastmin table td[data-alt=Klippkort] {
    min-width: 90px;
  }
  .tbl-basket table td[data-alt=Rabatt], .tbl-lastmin table td[data-alt=Rabatt] {
    width: 160px !important;
  }
  .tbl-basket table thead th.sum, .tbl-basket table td[data-alt="Summa exkl.moms"] {
    width: 130px;
  }
  .tbl-basket table tbody tr:first-child td, .tbl-lastmin table tbody tr:first-child td {
    padding-top: 26px;
  }
  .tbl-basket table tbody tr:first-child td strong, .tbl-lastmin table tbody tr:first-child td strong {
    font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-top: -3px;
    padding: 0 10px 6px 0;
    display: inline-block;
  }
  .tbl-basket p, .tbl-calendar p, .tbl-lastmin p {
    margin: 30px 5px 69px 5px;
  }
  .tbl-basket table tbody tr td.item a:hover strong, .tbl-lastmin table tbody tr td.item a:hover strong {
    text-decoration: underline;
  }
  a.delete {
    top: 21px;
  }
  .gecko a.delete {
    right: 30px !important;
    margin-top: -6px;
  }
  .tbl-basket table tfoot td {
    border-left: 0;
    padding-left: 9px;
  }
  .tbl-basket table tfoot tr.sum td {
    font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    padding-top: 26px;
  }
  .tbl-basket table tfoot tr.sum td span {
    font-family: arial, sans-serif;
    font-size: 14px;
    padding-top: 2px;
    display: inline-block;
  }
  .tbl-basket table tfoot td span {
    margin-left: 0;
  }
  .tbl-basket table tfoot tr.deal td input.typetext {
    width: 45%;
  }
  .tbl-basket ul.buttons, .tbl-lastmin ul.buttons {
    margin-top: -54px;
    position: relative;
  }
  .tbl-receipt table th:last-child, .tbl-receipt table td:last-child {
    min-width: 0;
    width: 80px !important;
    padding-right: 5px !important;
  }
  .tbl-receipt a.button, .tbl-receipt span.button {
    min-width: 100px !important;
    padding-top: 20px;
    margin: 0;
    height: 40px;
    background-position: right -398px !important;
  }
  .tbl-calendar table, .tbl-course table {
    margin: 0 0 18px 0;
  }
  .tbl-calendar table thead, .tbl-course table thead {
    display: table-header-group;
  }
  .tbl-calendar table tbody td, .tbl-course table tbody td {
    float: none;
    width: auto;
    border-left: 1px solid #eaeaea;
    padding: 10px 8px 9px 8px;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
  }
  .tbl-calendar table tbody td:empty, .tbl-course table tbody td:empty {
    display: table-cell;
  }
  .tbl-calendar table th:last-child, .tbl-calendar table td:last-child {
    min-width: inherit;
    width: 50px;
    text-align: right;
  }
  .tbl-scheme table th:last-child, .tbl-scheme table tbody tr td:last-child {
    width: inherit;
    text-align: left;
  }
  /*	.tbl-course table tbody tr td:nth-child(n+4) {text-align:left;background-color:#fff;padding-bottom:20px;}*/
  .tbl-course table tbody tr td:nth-child(n+4) {
    padding-bottom: 9px;
  }
  /*.tbl-course table tbody tr td:first-child {text-align:left;background-color:#fff;}*/
  /*.tbl-course table tbody tr td:first-child a {color:#202020;text-decoration:none;}*/
  .tbl-calendar table tbody:nth-child(odd) td, .tbl-course table tbody:nth-child(odd) td {
    background-color: #f6f6f6 !important;
  }
  .tbl-calendar table tbody tr td:before, .tbl-course table tbody tr td:nth-child(n+2):before {
    content: none !important;
  }
  .tbl-calendar table tbody tr td:first-child, .tbl-course table tbody tr td:first-child {
    border-top: 1px solid #eaeaea;
  }
  .tbl-calendar table tbody:last-child td, .tbl-course table tbody:last-child td {
    border-bottom: 1px solid #eaeaea;
  }
  .tbl-calendar table tbody tr td em {
    float: inherit;
  }
  .tbl-calendar table td.date a,
  .tbl-calendar table td.place a {
    white-space: inherit;
    display: inline-block;
  }
  .tbl-course table tr th:nth-child(4), .tbl-course table tbody tr td:nth-child(4) {
    width: 124px;
    padding-right: 0;
  }
  .tbl-course table tr th:last-child, .tbl-course table tbody tr td:last-child {
    width: 119px;
    padding-left: 8px;
    padding-right: 0;
  }
  .tbl-course table tbody tr td:first-child a:hover {
    text-decoration: underline;
  }
  .tbl-calendar table td em {
    display: block;
  }
  .tbl-calendar table td a.basket, .tbl-calendar table td span.basket, .tbl-calendar table td a.book, .tbl-calendar table td span.book {
    float: right;
    text-indent: -3000px;
    min-width: 0 !important;
    width: 38px !important;
    margin: 0 0 -10px 0;
  }
  .tbl-calendar table td a.button.book, .tbl-calendar table td span.button.book {
    background-position: -5px -398px !important;
  }
  .tbl-course a.button {
    width: auto;
    min-width: 116px !important;
  }
  .tbl-course a.button.green {
    text-transform: capitalize;
  }
  .tbl-course a.button.green span {
    display: none;
  }
  p.tbl-showmore {
    width: 35%;
    margin: 0 auto;
    margin-top: -3px;
    margin-bottom: 25px;
  }
  p.tbl-showmore a {
    height: 30px;
    padding-top: 13px;
    background-position: right -1914px !important;
  }
  /* Steps counter */
  div.steps {
    position: absolute;
    right: 15px;
    width: 280px;
    margin: -85px 0 0 0;
  }
  /* Forms */
  div.form {
    margin-bottom: 5px !important;
  }
  div.form-course2 {
    margin-bottom: 15px !important;
  }
  article > div.form, section > div.form {
    margin: 0 20px 0 15px;
  }
  div.form > p {
    margin: 0 0 20px 0;
  }
  .js div.formtabs {
    margin: 0 -5px 30px -5px;
    padding: 0;
  }
  .ie div.formtabs ul {
    margin: 0 0 -6px 0;
  }
  .ie8 div.formtabs ul {
    margin: 0 0 -5px 0;
  }
  .c-wide div.formtabs.f3tabs ul {
    width: 64%;
  }
  .tab2column {
    margin: 0 -30px 0 -15px;
  }
  .tab2column .tabcontent {
    float: left;
    width: 66.666666%;
    padding: 0 20px 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  /* Form, search */
  .topbar div.form {
    width: 50%;
  }
  /* Form, course/seminar select */
  div.form-course, div.form-course2 {
    display: block;
  }
  div.form-course, div.form-course2, div.form-seminar {
    margin-top: -10px !important;
  }
  div.form-course label, div.form-course2 label, div.form-course select[disabled=disabled], div.form-course li.disabled {
    display: block;
  }
  div.form-course li, div.form-course2 li, div.form-seminar li {
    width: 33.333333332% !important;
  }
  /* Form, course select, calendar */
  div.form-calendar {
    margin-bottom: 10px !important;
  }
  div.form-calendar li {
    width: 75% !important;
  }
  div.form-calendar li + li {
    width: 25% !important;
  }
  div.form-calendar li:first-child select {
    display: none;
  }
  div.form-calendar li > div {
    display: block;
    margin: 0 0 0 -5px;
  }
  div.form-calendar li > div div {
    display: table;
    width: 100%;
  }
  div.form-calendar li div a {
    display: table-cell;
    color: #fff;
    line-height: 0;
    text-align: center;
    padding: 20px 5px 20px 5px;
    background-color: #6e3694;
  }
  div.form-calendar li div a:hover {
    background-color: #7d45a3;
    text-decoration: none;
  }
  div.form-calendar li div a.current {
    color: #202020;
    padding: 18px 5px 18px 5px;
    border-top: 2px solid #5c5c5c;
    border-bottom: 2px solid #5c5c5c;
    background-color: #fff;
  }
  div.form-calendar li div a:first-child.current {
    padding-left: 3px;
    border-left: 2px solid #5c5c5c;
  }
  div.form-calendar li div a:last-child.current {
    padding-right: 3px;
    border-right: 2px solid #5c5c5c;
  }
  /* Buttons */
  ul.buttons {
    margin: 0 0 15px 0;
  }
  .c-wide ul.buttons {
    width: 64%;
  }
  /* Dialog */
  div#dialog > div {
    margin: 0 auto;
    margin-top: -80px;
    padding: 24px 9px 67px 15px;
    width: 50%;
  }
  div#dialog ul.buttons {
    margin: 0 9px 7px 15px;
  }
  .tbl-calendar a.dialog-info {
    padding: 0 0 2px 20px;
    margin: 0 0 -2px 0;
    background-position: -18px -1868px !important;
  }
  div#boxed > div {
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
  }
  div#boxed > div a.button {
    position: absolute;
    right: -6px;
    bottom: -50px;
    min-width: inherit !important;
    background: none;
    display: block;
  }
  section > .addthis_toolbox {
    margin-left: 10px;
  }
  /* !Misc */
  div.alert, div.notice, div.validation-error {
    margin: 0 -15px 40px -15px;
    padding: 22px 14px 21px 14px;
    border: 1px solid #da1b23;
  }
  div.notice {
    border: 1px solid #41ad49;
  }
  section > div.alert, section > div.notice {
    margin: 0 15px 40px 0;
  }
  .clicktocall, .clicktocall:hover, .block .bg-col0 .clicktocall, .block .bg-col0 .clicktocall:hover {
    color: #202020;
    text-decoration: none;
    cursor: text;
  }
  .block .clicktocall, .block .clicktocall:hover {
    color: #fff;
  }
  /* =============================================== */
  /* !Footer Large */
  div.navbot > div {
    display: block;
    padding: 40px 15px 0 15px;
  }
  ul.bnv li li a {
    color: #202020;
  }
  ul.bnv li li.current a {
    color: #fff;
  }
  ul.bnv li li a:hover, ul.bnv li li a:focus {
    background-color: #e9e9e9;
  }
  div.navbot > div + div, div.navbot table {
    width: inherit;
    margin: 15px 15px 0 15px;
    padding: 12px 15px 20px 15px;
    border-top: 1px solid #cfcfcf;
    display: block;
  }
  div.navbot table {
    margin: 30px 0 0 0;
    font-family: "Whitney SSm A", "Whitney SSm B", arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  div.navbot table td {
    width: 25%;
    padding: 0 15px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  div.navbot table td a {
    color: #999;
  }
  div.navbot table td + td {
    width: 75%;
    padding: 0 15px 0 11px;
  }
  div.navbot table.bg-col2 td, div.navbot table.bg-col2 td a.offer {
    color: #0178b6;
  }
  div.navbot > div + div > a {
    float: left;
    width: 25%;
  }
  div.navbot > div + div h3 {
    margin-top: -3px;
    display: block;
  }
  div.navbot > div + div p {
    width: 28%;
    padding: 0 0 0 11px;
    margin-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  div.navbot > div + div p + p {
    width: 22%;
    margin-top: -21px;
  }
  ul#social {
    float: right;
    margin-top: 2px;
  }
  div.botbar > div {
    padding: 20px 30px 60px 30px;
  }
  div.botbar p {
    right: 30px;
    bottom: 65px;
  }
  footer ul.nav {
    margin: 0 0 10px 0;
  }
  footer ul.nav2 li {
    float: left;
    clear: inherit;
  }
}
/*@media only print, screen and (min-resolution:124dpi), (-webkit-min-device-pixel-ratio:1.3) and (min-width:768px) {*/
@media print, screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 768px), print, screen and (min-resolution: 124dpi) and (min-width: 768px), print, screen and (min-resolution: 1.3dppx) and (min-width: 768px) {
  header[role=banner] h1 a {
    background: url(../images/logo-lexicon_2x.gif);
  }
  .account p#basket, ul.block.bl-misc li.baintro > div .tabpage ol li > div h3.line {
    background: url(../images/sprite-icons_2x.png) no-repeat;
  }
}
@media screen and (min-width: 988px) {
  /* =============================================== */
  /* !Header Wide (Desk/Laptops, iPad landscape etc) */
  .account p:first-child > span {
    display: block;
  }
  .account p#basket {
    padding-left: 62px;
  }
  .account p#basket span {
    display: inline;
    font-size: 15px;
    color: #fff;
    padding-right: 50px;
  }
  .account a.order {
    min-width: 150px;
    padding: 15px 30px 0 10px;
    margin: 4px 4px 4px 6px;
    background: url(../images/sprite-icons.png) no-repeat;
    background-position: right -353px !important;
    background-size: 40px auto !important;
  }
  .account a.order em {
    left: -40px;
  }
  /*	.account a.order em {
  	right:auto;
  	left:-52px;
  	top:4px;
  	min-width:14px;
  	height:11px;
  	font-size:15px;
  	padding:11px 4px 0 4px;
  	border-radius:11px;
  	display:inline;
  }
  .ie .account a.order em, .gecko .account a.order em, .safari .account a.order em {padding-top:10px;height:12px;}*/
  /* Navigation */
  #navtop {
    width: inherit;
    float: none;
    padding-top: 15px;
    clear: both;
  }
  #navtop > ul {
    width: 75%;
    margin-top: 10px;
  }
  nav[role=navigation] {
    margin-right: -15px;
  }
  /* =============================================== */
  /* !Content Wide */
  .main > div {
    padding: 36px 15 75px 15px;
  }
  article, section {
    margin: 0;
  }
  article aside {
    padding-right: 0;
  }
  .main > div > section, .main > div > article, .main > div > aside {
    float: left;
    width: 75%;
    padding-left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
  }
  .main > div > aside {
    width: 25%;
    margin-top: -5px;
  }
  .main > div > section.s-wide {
    width: 100%;
  }
  /* Blocks */
  ul.block {
    margin: 0 !important;
  }
  aside ul.block > li {
    width: 100%;
    padding-right: 15px;
  }
  section.s-wide ul.block.bl-promobig > li:nth-child(3n+3) {
    clear: inherit;
  }
  section.s-wide ul.block.bl-promobig > li:nth-child(4n+4) {
    clear: both;
  }
  .s-wide ul.block > li {
    width: 25%;
  }
  aside ul.block.bl-misc li > h2.emty {
    display: none;
  }
  .s-wide ul.block.bl-misc li:nth-child(-n+3) > h2, section + aside > ul.block.bl-misc.bl-h2visible li:first-child > h2,
  article + aside > ul.block.bl-misc.bl-h2visible li:first-child > h2 {
    display: none;
  }
  section + aside > ul.block.bl-misc.bl-h2visible, article + aside > ul.block.bl-misc.bl-h2visible {
    margin-top: 0 !important;
  }
  /* !Promobig/FlexSlider */
  .s-wide ul.block li.flex {
    width: 50%;
  }
  .content .flex {
    margin-bottom: 10px;
  }
  /* Tables default */
  .tbl {
    margin: 0 25px 0 10px;
  }
  /* Dialog */
  div#dialog > div {
    width: 40%;
  }
  div#boxed > div {
    margin-top: -268px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  /* Form, search */
  .topbar div.form {
    float: right;
    margin: 6px 0 0 0;
    width: 25%;
  }
  .topbar div.form ol li {
    padding-right: 15px;
  }
  .topbar input[type=submit].button {
    right: 14px;
  }
  /* =============================================== */
  /* !Footer Wide */
  div.navbot {
    position: relative;
  }
  div.navbot > div {
    padding: 40px 0 0 15px;
  }
  ul.bnv {
    width: 75%;
  }
  div.navbot table {
    width: 75%;
    border: 0;
    padding: 0 15px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  div.navbot table td {
    padding: 12px 15px 0 15px;
    border-top: 1px solid #cfcfcf;
  }
  div.navbot table td + td {
    padding: 12px 15px 0 18px;
  }
  div.navbot > div + div {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 20%;
    text-align: right;
    border: none;
    margin: 0;
    padding: 0;
  }
  div.navbot > div + div > a {
    float: inherit;
    width: auto;
    margin: 0 0 20px 0;
  }
  div.navbot > div + div h3 {
    margin-top: 0;
    display: block;
  }
  div.navbot > div + div p {
    float: inherit;
    width: auto;
    margin: 0 0 21px 0;
    padding: 0 !important;
  }
  div.navbot > div + div p + p {
    width: auto;
    margin-top: 0;
    display: block;
  }
  ul#social {
    float: right;
    margin-top: 2px;
  }
  ul#social a {
    text-align: left;
  }
  div.botbar {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .portal div.botbar {
    margin-top: 0;
  }
  div.botbar p {
    bottom: 89px;
  }
  footer ul.nav2 {
    float: right;
    margin: -30px 80px 0 0;
  }
}
/*@media only screen and (min-resolution:124dpi), (-webkit-min-device-pixel-ratio:1.3) and (min-width:988px) {*/
@media print, screen and (-webkit-min-device-pixel-ratio: 1.3) and (min-width: 988px), print, screen and (min-resolution: 124dpi) and (min-width: 988px), print, screen and (min-resolution: 1.3dppx) and (min-width: 988px) {
  .account a.order {
    background: url(../images/sprite-icons_2x.png) no-repeat;
  }
}
@media screen and (min-width: 1240px) {
  /* =============================================== */
  /* !Header Panorama (Desk/Laptops) */
  body {
    font-size: 15px;
    line-height: 21px;
  }
  div.topbar > div {
    max-width: 1180px;
    margin: 0 auto;
  }
  /* Navigation */
  .navtop a {
    width: inherit;
    height: 26px;
    text-indent: 0;
    padding: 7px 2px 0 30px;
    color: #8eff96;
  }
  .navtop a:hover {
    background-color: inherit !important;
    color: #fff;
  }
  ul.bnv {
    margin-right: -20px !important;
  }
  nav[role=navigation] {
    margin-right: -20px;
  }
  #navtop h2, ul.bnv h2 {
    font-size: 14px;
  }
  #navtop ul li li a, ul.bnv li li a {
    font-size: 13px;
    padding: 15px 10px 14px 15px;
  }
  #navtop > ul {
    margin-right: -15px;
  }
  #navtop > ul > li, ul.bnv > li {
    width: 25%;
    padding-right: 15px;
  }
  #nav {
    text-align: center;
  }
  #nav ul {
    max-width: 1180px;
    display: inline-block;
  }
  #nav > ul > li:first-child {
    padding-left: 0;
  }
  #nav > ul > li > a, #nav ul li.current a:hover {
    font-size: 14px;
    padding: 16px 15px 15px 15px;
  }
  #nav > ul > li.current > a {
    padding: 16px 15px 15px 15px;
    margin: 0 12px 3px 12px;
  }
  #nav > ul > li:first-child.current > a {
    margin-left: 0;
  }
  #nav > ul ul > li:first-child {
    padding-left: 3px;
  }
  #nav ul ul li a {
    padding: 14px 12px 14px 12px;
    font-size: 14px;
  }
  #nav ul li a:hover {
    padding: 15px 14px 14px 14px;
  }
  #nav ul li.current ul a:hover {
    padding: 13px 11px 13px 11px;
  }
  .account p#basket {
    padding-left: 68px;
  }
  .account a.order {
    min-width: 200px;
  }
  .account a.order em {
    left: -46px;
  }
  /* =============================================== */
  /* !Content Panorama */
  .main > div {
    padding: 36px 0 90px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main h1 {
    font-size: 54px;
    line-height: 58px;
    padding-top: 14px;
  }
  .main h2 {
    font-size: 32px;
    line-height: 36px;
    padding-right: 22px;
  }
  .main h2 a span {
    font-size: 20px;
    padding-top: 4px;
    background-position: right -446px !important;
  }
  .main h1 + h2 {
    margin-top: -10px;
  }
  .main h3 {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-top: 1px;
    padding-bottom: 3px !important;
  }
  .main h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .main h3.line {
    margin-bottom: 9px;
  }
  .main > div > section, .main > div > article {
    width: 900px;
  }
  .main > div > aside, article aside, section aside {
    width: 300px;
  }
  .content {
    width: 600px;
    padding-right: 35px;
  }
  p.h2-right {
    margin-top: -59px;
  }
  /* Blocks */
  article .content ul.block {
    margin: 0 -35px 0 -15px !important;
  }
  ul.block > li, aside ul.block > li {
    width: 300px;
    padding-right: 20px;
  }
  ul.block > li > div, aside ul.block > li > div {
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 20px !important;
  }
  span.limited {
    margin-bottom: -3px;
  }
  ul.block.bl-avsnitt li > div {
    padding-top: 34px !important;
  }
  h3 + ul.block.bl-list-small {
    margin-top: 20px !important;
  }
  ul.block.bl-list li > div {
    height: 67px !important;
    font-size: 15px !important;
    padding: 16px 20px 1px 15px;
    margin: 0 0 20px 0;
    background-position: right -376px !important;
  }
  ul.block.bl-list-small li > div {
    height: 54px !important;
    font-size: 13px !important;
    line-height: 19px !important;
    padding: 10px 20px 2px 15px !important;
    margin: 0 0 15px 0;
    background-position: right -335px !important;
  }
  ul.block.bl-list-small li > div h3 {
    font-size: 19px !important;
    line-height: 23px !important;
    padding-bottom: 1px !important;
  }
  ul.block.bl-list li.bg-col0 > div {
    padding: 15px 20px 0 14px;
    background-position: right -477px !important;
  }
  ul.block.bl-list-small li.bg-col0 > div {
    padding: 9px 19px 1px 14px !important;
    background-position: right -435px !important;
  }
  ul.block.bl-list li > div h3 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 3px;
  }
  ul.block.bl-list li > div figure {
    width: 150px;
    height: 84px;
    margin: -17px 15px 0 -15px;
  }
  ul.block.bl-misc li > div > div blockquote h3 {
    margin-top: 0;
  }
  /* News block */
  aside ul.block.bl-misc li.news > div {
    min-height: 319px;
  }
  aside ul.block.bl-misc li.news > div > div {
    min-height: 319px;
  }
  /* Companion promo */
  ul.block.bl-misc li.companion > div {
    min-height: 319px;
  }
  ul.block.bl-misc li.companion > div > div {
    min-height: 319px;
    position: relative;
  }
  ul.block.bl-misc li.companion > div h3 {
    font-size: 34px !important;
    line-height: 38px !important;
  }
  ul.block.bl-misc li.companion > div p {
    font-size: 18px;
    line-height: 26px;
  }
  /* !Promobig/FlexSlider */
  ul.block li.flex {
    width: 600px !important;
    padding-right: 20px;
  }
  .flex .slides > li div h1 + p {
    font-size: 24px;
    line-height: 28px;
    margin-top: 2px;
    margin-bottom: 34px;
  }
  /* Business Area intro */
  /*	.tabs ol li > div, ul.block.bl-misc li.baintro > div .tabs ol li > div {margin:0 20px 0 0;}*/
  ul.block.bl-misc li.baintro .tabpage ol {
    margin: 0 -20px 0 -15px;
  }
  ul.block.bl-misc li.baintro .tabpage ol li {
    width: 300px;
  }
  ul.block.bl-misc li.baintro > div .tabpage ol li > div {
    margin: 0 20px 0 0;
  }
  /* Youtube/vimeo vids */
  section > div.videocontainer {
    margin: 0 20px 50px 0;
  }
  /* Listing */
  section > ol.listing {
    margin: 6px 35px 20px 15px;
  }
  ol.listing li p img {
    margin: 0 15px 0 0;
  }
  section > ol.listing li p a {
    font-size: 20px;
    line-height: 25px;
  }
  section > ol.listing li p em a {
    padding-top: 8px;
  }
  /* Tables default */
  .tbl {
    margin: 0 30px 0 10px;
  }
  .tbl table {
    margin: 0 0 20px 0;
  }
  .tbl table td {
    line-height: 20px;
  }
  .tbl-simple table {
    margin-bottom: 25px;
  }
  .tbl-simple td:first-child {
    width: 27%;
  }
  /* Tables, basket */
  .tbl-basket table tbody tr:first-child td strong, .tbl-lastmin table tbody tr:first-child td strong {
    font-size: 20px;
    padding: 0 10px 7px 0;
  }
  .tbl-basket table tfoot tr.sum td {
    font-size: 20px;
  }
  .tbl-basket table td[data-alt=Rabatt] {
    width: 180px;
  }
  .tbl-basket table thead th.sum, .tbl-basket table td[data-alt="Summa exkl.moms"] {
    width: 150px;
  }
  .tbl-basket ul.buttons {
    margin-top: -59px;
    position: relative;
  }
  /* Tables, calendar */
  .tbl-calendar table td a.basket, .tbl-calendar table td span.basket, .tbl-calendar table td a.book, .tbl-calendar table td span.book, .tbl-lastmin table td a.basket, .tbl-lastmin table td span.basket, .tbl-lastmin table td a.book, .tbl-lastmin table td span.book {
    text-indent: 0;
    min-width: 122px !important;
    width: auto !important;
  }
  .tbl-calendar table td a.button.book, .tbl-calendar table td span.button.book, .tbl-lastmin table td a.button.book, .tbl-lastmin table td span.button.book {
    background-position: right -398px !important;
  }
  /*	p.tbl-showmore {width:28%;}*/
  .tbl-calendar table th:last-child, .tbl-calendar table td:last-child {
    width: 122px !important;
  }
  .tbl-scheme table th:last-child, .tbl-scheme table td:last-child {
    width: inherit !important;
  }
  /* Steps counter */
  div.steps {
    right: 20px;
  }
  div.steps ol > li {
    font-size: 13px;
  }
  div.steps ol > li:before {
    padding-top: 3px;
    height: 23px;
  }
  /*	.safari div.steps ol > li:before {height:23px;padding-top:3px;}*/
  /* Forms */
  article > div.form, section > div.form {
    margin: 0 25px 0 15px;
  }
  div.form label {
    padding: 4px 0 3px 1px;
    font-size: 13px;
  }
  .ie10 div.formtabs ul, .ie9 div.formtabs ul, .ie8 div.formtabs ul {
    margin: 0 0 -5px 0;
  }
  div.form-calendar {
    margin-bottom: 15px !important;
  }
  /* Browser styles */
  div.form input[type=checkbox], div.form input[type=radio] {
    margin-top: 4px;
  }
  .mac.chrome div.form input[type=checkbox] {
    margin-top: 5px;
  }
  .mac.chrome div.form input[type=radio] {
    margin-top: 3px;
  }
  .safari div.form input[type=checkbox] {
    margin-top: 5px;
  }
  .safari div.form input[type=radio] {
    margin-top: 4px;
  }
  .ie div.form input[type=checkbox] {
    margin-top: 3px;
  }
  /* !Buttons */
  div.form ol li.button.one3rd, div.form li.req.one3rd {
    width: 33.333333332%;
  }
  /* Form, search */
  .topbar div.form {
    margin-top: 5px;
  }
  .topbar div.form ol li {
    padding-right: 20px;
  }
  .topbar input[type=submit].button {
    right: 19px;
  }
  /* Dialog */
  div#dialog > div {
    width: 480px;
  }
  /* Add This */
  .addthis_toolbox {
    margin-bottom: 15px;
  }
  /* !Misc */
  section > div.alert, section > div.notice {
    margin: 0 20px 40px 0;
  }
  /* =============================================== */
  /* !Footer Panorama */
  div.navbot {
    max-width: 1210px;
    margin: 0 auto;
  }
  ul.bnv {
    width: 900px;
  }
  div.navbot table {
    font-size: 13px;
    line-height: 22px;
    width: 900px;
    padding: 0 20px 20px 0;
  }
  div.navbot table td + td {
    padding-left: 20px;
  }
  div.navbot > div + div, div.navbot > div + div p strong {
    font-size: 13px;
    line-height: 22px;
  }
  div.botbar {
    margin-top: 60px;
  }
  div.botbar > div {
    padding: 20px 35px 60px 35px;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
  }
  div.botbar p {
    position: absolute;
    right: 35px;
    bottom: 39px;
    top: inherit;
    display: block;
  }
  footer ul.nav a {
    font-size: 14px;
  }
  ul#social li:last-child {
    margin: -2px 0 0 0;
  }
}
/* ===============================================
   Print Styles
   =============================================*/
@page {
  size: auto;
  margin: 20mm 15mm 20mm 15mm;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  tr, h1, h2, h3, img, li, figure {
    page-break-inside: avoid;
  }
  h1, h2 {
    page-break-before: avoid;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  #navtop, .navtop, .nav, .account, header[role=banner] h1 a, #nav ul li, ul.bnv,
  .botbar ul, ul#social, ul.buttons, .tbl-calendar tr td:last-child, .tbl-calendar tr th:last-child,
  a.dialog-info, .tbl-course tr td:nth-last-of-type(-n+2), .tbl-course tr th:nth-last-of-type(-n+2),
  tr.deal span, tr.deal div, a.basket.add {
    display: none !important;
  }
  /* Header */
  div.topbar > div > img {
    float: left;
    display: block;
  }
  header[role=banner] h1 {
    font-size: 12px;
    color: #000;
    padding: 20px 0 0 10px;
  }
  #nav {
    border-bottom: none;
    padding-top: 0;
  }
  /* Content */
  .main > div {
    padding: 0 0 30px 0;
  }
  section + aside, article + aside {
    margin-top: 30px;
  }
  table.course-facts strong {
    font-size: 26px;
  }
  /* Footer */
  div.navbot > div {
    padding-top: 0;
  }
  footer[role=contentinfo] {
    border-top: none;
  }
  div.navbot table {
    margin-top: 0;
  }
  div.botbar > div {
    padding-bottom: 0;
  }
  div.botbar p {
    right: auto;
    left: 30px;
    bottom: 64px;
  }
}
/* ===============================================
   Twitter typeahead
   =============================================*/
.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-hint {
  color: #999;
}

.twitter-typeahead .tt-menu {
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #66afe9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
  margin-top: -2px;
}

.twitter-typeahead .tt-suggestion {
  padding: 5px 10px;
  color: #666;
}

.twitter-typeahead .tt-suggestion:hover {
  background-color: #fafafa;
  color: #000;
}

/* ===============================================
   Cookie banner
   =============================================*/
.cookie-banner {
  background: rgba(230, 230, 230, 0.96);
  border: 1px solid #cecece;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  z-index: 9999;
}

.cookie-banner > a {
  display: inline-block;
  float: right;
}

@media print, screen and (min-width: 768px) {
  .cookie-banner {
    display: flex;
    justify-content: space-between;
  }
  .cookie-banner > a {
    display: inline-block;
    margin-left: 10px;
    float: none;
  }
  /*aside ul.block.bl-misc li.news > div {
  	min-height: 293px;
  }*/
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* ===============================================
   Imports
   =============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick/fonts/slick.eot");
  src: url("slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("slick/fonts/slick.woff") format("woff"), url("slick/fonts/slick.ttf") format("truetype"), url("slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.search-block h3 {
  color: white;
}
.search-block form {
  margin: 20px 0 40px;
  position: relative;
}
.search-block form input[type=text] {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.search-block form input[type=submit] {
  border: 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  position: absolute;
  background: url(../images/search-icon.svg) no-repeat;
  background-position: 12px 9px;
  background-size: 24px;
  opacity: 0.6;
}

.s-wide .search-block {
  width: 100% !important;
}
.s-wide .search-block div {
  padding: 20px 12px 5px !important;
}
@media (min-width: 768px) {
  .s-wide .search-block div {
    padding: 15px 100px 0 !important;
  }
  .s-wide .search-block h3 {
    font-size: 42px !important;
  }
}

.newsletter-block form {
  display: flex;
  align-items: center;
}
.newsletter-block form h3 {
  flex: 1 1 50%;
  padding: 10px 0 10px !important;
  margin-right: 10px;
}
.newsletter-block form div {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 40%;
  position: relative;
}
.newsletter-block form div input[type=text] {
  box-sizing: border-box;
  padding: 10px;
  margin-right: 10px;
}
.newsletter-block form div input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 40px;
  border: 0;
  background: black;
  color: white;
}
.newsletter-block form div div#message {
  position: absolute;
  bottom: -30px;
  padding-top: 10px;
}

.s-wide .newsletter-block {
  width: 100% !important;
}
@media (min-width: 768px) {
  .s-wide .newsletter-block form {
    padding: 40px 80px 58px !important;
  }
  .s-wide .newsletter-block input.typetext {
    min-width: 250px;
  }
  .s-wide .newsletter-block h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 768px) {
  .s-wide .newsletter-block form {
    display: block;
    margin-bottom: 20px;
  }
  .s-wide .newsletter-block form div {
    display: block;
  }
  .s-wide .newsletter-block form div div#message {
    position: static;
  }
}
@media (max-width: 400px) {
  .s-wide .newsletter-block input.typetext {
    max-width: 140px;
  }
  .s-wide .newsletter-block input[type=submit] {
    padding: 12px 20px;
  }
}

aside .newsletter-block form {
  display: block;
  padding-bottom: 20px;
}
aside .newsletter-block form div {
  display: block;
}
aside .newsletter-block form div input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}
aside .newsletter-block form div div#message {
  position: static;
}

.relatedvideos-block div {
  padding: 0 !important;
}
.relatedvideos-block div h3 {
  background: #0066b3;
  padding: 10px 20px 7px !important;
  text-transform: uppercase;
}
.relatedvideos-block div div {
  padding: 10px !important;
}
.relatedvideos-block div div .item img {
  padding-bottom: 10px;
}
.relatedvideos-block div div .item a:hover {
  color: black;
}
.relatedvideos-block div div .item h4 {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.twoarticle-block {
  clear: none !important;
}
.twoarticle-block div {
  padding: 0 !important;
}
.twoarticle-block div h3 {
  background: black;
  padding: 10px 20px 7px !important;
  text-transform: uppercase;
}
.twoarticle-block div div {
  padding: 10px !important;
}
.twoarticle-block div div div {
  margin: 10px 7px;
}
.twoarticle-block div div div a:hover {
  color: black;
}
.twoarticle-block div div div h4 {
  margin: 10px 0;
  font-weight: bold;
}

.s-wide .twoarticle-block {
  width: 100% !important;
}
@media (min-width: 988px) {
  .s-wide .twoarticle-block {
    width: 50% !important;
  }
}
.s-wide .twoarticle-block div div {
  box-sizing: border-box;
  overflow: hidden;
}
.s-wide .twoarticle-block div div div {
  margin: 0 !important;
  padding: 20px 17px !important;
  width: 50%;
  display: inline-block;
  float: left;
}

aside .twoarticle-block div div {
  padding: 5px !important;
}

.smallslider-block {
  width: 100% !important;
}
.smallslider-block div.slideshow {
  margin: 0 40px;
  min-height: 100px;
  background: none !important;
  padding-top: 0;
}
.smallslider-block div.slideshow .slick-arrow {
  position: absolute;
  height: 40px;
  top: 42px;
  opacity: 0.6;
}
.smallslider-block div.slideshow .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
.smallslider-block div.slideshow .slick-arrow.prev {
  left: -30px;
}
@media (min-width: 768px) {
  .smallslider-block div.slideshow .slick-arrow.prev {
    left: -40px;
  }
}
.smallslider-block div.slideshow .slick-arrow.next {
  right: -30px;
}
@media (min-width: 768px) {
  .smallslider-block div.slideshow .slick-arrow.next {
    right: -40px;
  }
}
.smallslider-block div.slideshow a div {
  position: relative;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.smallslider-block div.slideshow a div img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.iconandtext-block {
  background: #f6f6f6;
  padding: 14px;
}
.iconandtext-block p:last-child {
  margin: 0;
}
.iconandtext-block a {
  color: inherit;
  text-decoration: none;
}
.iconandtext-block img {
  float: left;
  max-width: 118px;
  margin: 0 14px 14px 0;
}

/*Declaration*/
.CookieDeclarationDialogText {
  font-size: 1.25rem;
}

#CookieDeclarationUserStatusLabel {
  font-family: var(--bs-body-font-family);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 3px solid #e2e2e2;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  #CookieDeclarationUserStatusLabel {
    padding: 2rem;
  }
}
#CookieDeclarationUserStatusLabel *:last-child {
  margin-bottom: 0;
}

.CookieDeclarationType {
  padding: 1.25rem;
  background-color: #ececec;
  border: 0;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .CookieDeclarationType {
    padding: 2rem;
  }
}
.CookieDeclarationTable {
  font-size: 0.875rem;
  margin-bottom: 0;
}

#CybotCookiebotDialogPoweredbyCybot {
  display: none !important;
}

#CookiebotWidget {
  font-family: var(--bs-body-font-family);
}

#CookiebotWidget-buttons button {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: .625rem;
  --bs-btn-font-weight: 550;
  --bs-btn-font-size: .875rem;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  border-radius: 0 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialog {
  font-family: var(--bs-body-font-family);
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogBodyButtonsWrapper button, #CookieDeclarationChangeConsentChange {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: .625rem;
  --bs-btn-font-weight: 550;
  --bs-btn-font-size: .875rem;
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0 !important;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/global.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Slick/slick.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Slick/slick-theme.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Blocks/search-block.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Blocks/newsletter-block.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Blocks/relatedvideos-block.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Blocks/twoarticle-block.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Blocks/smallslider-block.scss%22,%22file:///C:/Users/charl/source/repos/Work/LEX%2520Apps/LexWebb/Static/styles/Blocks/iconandtext-block.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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;EACA;EACA;EACA;;;AAGJ;EACI;;;AAKJ;AACA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAIJ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EAEI;EACA;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAGJ;EACI;;;AAIJ;AACA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAIJ;AACA;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAEJ;AACA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAEJ;AACA;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AAAA;AAKA;EACI;EACA;;;AAEJ;AAEA;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AACA;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASI;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;AACA;AAAA;AAAA;EAGA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AACA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAIJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAIJ;AACA;EACI;;;AAIJ;AACA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA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EACA;EACA;EACA;EACA;;AAIR;AAEA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;EACI;EACA;EACA;;AAEA;AAAA;AAAA;EACI,SAnEa;;AAuErB;AAAA;EACI,SAvEmB;;AA0EvB;AAAA;EACI,aAtFY;EAuFZ;EACA;EACA,OAvFY;EAwFZ,SAjFgB;EAkFhB;EACA;;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI,SApGe;;AAsGf;EACI,SAtGW;;;AA2GvB;EACI;;AAEA;EACI;EACA;;AAGJ;EACI,SApHe;;AAsHf;EACI,SAxHW;;;AA6HvB;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI,SAlKK;;AAsKb;EACI;EACA;EACA;EACA,SA7KM;EA8KN;EACA;EACA,aAvLI;EAwLJ,WAhLC;EAiLD;EACA;EACA,OAxLE;EAyLF,SAjLW;EAkLX;EACA;;AAIR;EACI,OAhMM;EAiMN,SA3LY;;;AChBpB;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EAiBI;;AAfA;EACI;;AAGJ;EAEI;IACI;;EAGJ;IACI;;;;AC1CR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAMhB;EA4CI;;AA1CA;EAEI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EAEI;IACI;IACA;;EAEA;IACI;;EAEA;IACI;;;AAMhB;EAEI;IACI;;EAGJ;IACI;;;;AASR;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;;ACtGZ;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAII;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;;AC3BpB;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAOpB;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAOJ;EACI;;;ACvDZ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EAKI;;AAJA;EADJ;IAEQ;;;AAMR;EAKI;;AAJA;EADJ;IAEQ;;;AAOZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACpDhB;EAEI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AR8tMR;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA%22%7D */