/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/icons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #006e96;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00364a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: BauWebPro, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e5e5e5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 28.5px;
  }
}
small,
.small {
  font-size: 73%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e5e5e5;
}
.text-primary {
  color: #62269e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #481c75;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #b00060;
}
a.text-info:hover,
a.text-info:focus {
  color: #7d0044;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #62269e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #481c75;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.3;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 23.75px;
  border-left: 5px solid #f2f2f2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.3;
  color: #e5e5e5;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.3;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  color: #c9c9c9;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e5e5e5;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 28.5px;
  line-height: inherit;
  color: #c9c9c9;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
form label.required::after,
form form legend.required::after {
  color: #c62828;
}
form input[type="file"] {
  max-width: 100%;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 19px;
  line-height: 1.3;
  color: #3d3d3d;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  font-size: 19px;
  line-height: 1.3;
  color: #3d3d3d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #555;
}
.form-control::-webkit-input-placeholder {
  color: #555;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 62px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 62px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 62px;
  line-height: 62px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 62px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 62px;
  min-height: 46px;
  padding: 16px 20px;
  font-size: 22px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 20.9999995px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 19px;
  line-height: 1.3;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #c9c9c9;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #898989;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #aaaaaa;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #aaaaaa;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #898989;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #c9c9c9;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #62269e;
  border-color: #552189;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #481c75;
  border-color: #150823;
}
.btn-primary:hover {
  color: #fff;
  background-color: #481c75;
  border-color: #371558;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #481c75;
  border-color: #371558;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #371558;
  border-color: #150823;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #62269e;
  border-color: #552189;
}
.btn-primary .badge {
  color: #62269e;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #b00060;
  border-color: #970052;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #7d0044;
  border-color: #17000d;
}
.btn-info:hover {
  color: #fff;
  background-color: #7d0044;
  border-color: #590031;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #7d0044;
  border-color: #590031;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #590031;
  border-color: #17000d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #b00060;
  border-color: #970052;
}
.btn-info .badge {
  color: #b00060;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e91449;
  border-color: #d21242;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ba103a;
  border-color: #5c081d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ba103a;
  border-color: #990d30;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ba103a;
  border-color: #990d30;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #990d30;
  border-color: #5c081d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e91449;
  border-color: #d21242;
}
.btn-danger .badge {
  color: #e91449;
  background-color: #fff;
}
.btn-link {
  color: #006e96;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00364a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e5e5e5;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 19px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #3d3d3d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #62269e;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #62269e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e5e5e5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.3;
  color: #e5e5e5;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  line-height: 62px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 15px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
  color: #3d3d3d;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 15px 20px;
  font-size: 22px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.nav > li.disabled > a {
  color: #e5e5e5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e5e5e5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f2f2f2;
  border-color: #006e96;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f2f2f2 #f2f2f2 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #d2d2d2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #62269e;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 8px 10px;
  font-size: 22px;
  line-height: 24px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -3px;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -3px;
  margin-bottom: -3px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: #62269e;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #62269e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e5e5e5;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.3;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-right: 8px;
  font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #00364a;
  background-color: rgba(98, 38, 158, 0.1);
  border-color: #62269e;
}
.pagination > .active > a,
.pagination > .active > span {
  z-index: 2;
  background-color: rgba(98, 38, 158, 0.1);
  border-color: #62269e;
  cursor: default;
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus-visible,
.pagination > .active > span:focus-visible {
  z-index: 2;
  color: #ffffff;
  background-color: #62269e;
  border-color: #62269e;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e5e5e5;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > li.previous .page-link.mobile,
.pagination > li.next .page-link.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagination > li.previous .page-link,
  .pagination > li.next .page-link {
    display: none;
  }
  .pagination > li.previous .page-link.mobile,
  .pagination > li.next .page-link.mobile {
    display: block;
  }
  .pagination > .mobile-free {
    display: none;
  }
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e5e5e5;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e5e5e5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cccccc;
}
.label-primary {
  background-color: #62269e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #481c75;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #b00060;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #7d0044;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #e91449;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ba103a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #006e96;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f2f2f2;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 29px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d9d9d9;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 86px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #006e96;
}
.thumbnail .caption {
  padding: 9px;
  color: #000;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #b00060;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #7d0044;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #62269e;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #b00060;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #e91449;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f2f2f2;
  color: #e5e5e5;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e5e5e5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #62269e;
  border-color: #62269e;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c8a6ea;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #b00060;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #b00060;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #b00060;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #b00060;
  border-color: #b00060;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #c9c9c9;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #c9c9c9;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #62269e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #62269e;
  border-color: #62269e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #62269e;
}
.panel-primary > .panel-heading .badge {
  color: #62269e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #62269e;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #b00060;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #b00060;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.infocaption {
  padding: 24%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 28.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
}
.modal-header .icon-kryss {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  fill: #fff;
}
.modal-title {
  margin: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Calibri, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Calibri, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 19px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 19px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.bleed-element:before,
.bleed-element:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.bleed-element:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*******************************************************
	
	General Mixins

*******************************************************/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*
    Font features
*/
/*.onum {
	font-variant-numeric: oldstyle-nums;
	-moz-font-feature-settings: "smcp"; 
	-moz-font-feature-settings: "onum=1"; 
	-ms-font-feature-settings: "smcp";
	-o-font-feature-settings: "smcp"; 
	-webkit-font-feature-settings: "smcp"; 
	font-feature-settings: "onum";
}*/
.onum {
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/*******************************************************
	
	Pie Mixins

*******************************************************/
/*******************************************************
	
	Flexbox Mixins

*******************************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*
    Blocks
*/
.block-padding {
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .block-padding {
    padding: 10px 10px;
  }
}
/*
    Media
*/
.top-media-position {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
/*
    Layout
*/
.border-highlight {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}
/* Borrowed from utbyten.se for SimpleAccordionBlock */
.no-text-decoration {
  text-decoration: none;
}
.no-text-decoration:hover,
.no-text-decoration:focus,
.no-text-decoration:visited {
  text-decoration: none;
}
.block-padding-xs {
  padding: 10px 10px;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
/*Mixins importerade för DataPresenterPage*/
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
@media screen and (min-width: 768px) {
  .row-flex--sm {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-flex: 1 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 1 auto;
    /* Chrome */
    -ms-flex: 1 1 auto;
    /* IE 10 */
    flex: 1 1 auto;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 768px) {
  .col-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
}
/*Slut Mixins importerade för DataPresenterPage*/
.btn.active,
.btn:active {
  box-shadow: none;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bleed-element {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .bleed-element {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 992px) {
  .bleed-element {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.btn-lg,
.btn-group-lg > .btn {
  line-height: 1;
  font-size: 19px;
}
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default.active {
  background-color: #D8C9E7;
  color: #000;
  box-shadow: none;
  border-color: transparent;
}
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #000;
  background-color: rgba(98, 38, 158, 0.5);
  border-color: transparent;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.filters div.btn-group ul.dropdown-menu,
.result-controller div.btn-group ul.dropdown-menu {
  padding: 0 0;
}
.filters div.btn-group ul.dropdown-menu > li,
.result-controller div.btn-group ul.dropdown-menu > li {
  position: relative;
}
.filters div.btn-group ul.dropdown-menu > li.active a,
.result-controller div.btn-group ul.dropdown-menu > li.active a,
.filters div.btn-group ul.dropdown-menu > li.active a:hover,
.result-controller div.btn-group ul.dropdown-menu > li.active a:hover,
.filters div.btn-group ul.dropdown-menu > li.active a:focus,
.result-controller div.btn-group ul.dropdown-menu > li.active a:focus {
  background-color: #D8C9E7;
  color: #000;
  font-weight: bold;
}
.filters div.btn-group ul.dropdown-menu > li > a,
.result-controller div.btn-group ul.dropdown-menu > li > a {
  padding: 3px 7px;
}
.filters div.btn-group ul.dropdown-menu > li > a:hover,
.result-controller div.btn-group ul.dropdown-menu > li > a:hover {
  background-color: #62269e;
  color: #fff;
}
.filters div.btn-group ul.dropdown-menu > li > a.glyphicon,
.result-controller div.btn-group ul.dropdown-menu > li > a.glyphicon {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-variant-numeric: lining-nums;
  font-feature-settings: initial;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.row-height .col-height {
  display: table-cell;
  float: none;
  height: 100%;
  padding-bottom: 20px;
}
.row-height .col-height.col-top {
  vertical-align: top;
}
.row-height .col-height.col-middle {
  vertical-align: middle;
}
.row-height .col-height.col-bottom {
  vertical-align: bottom;
}
.row-height .col-height .block {
  /*
            // if you want to give content full height give him height: 100%;
            // with content full height you can't apply margins to the content
            // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
            */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-md-height .col-height {
    display: table-cell;
    float: none;
    height: 100%;
    padding-bottom: 20px;
  }
  .row-md-height .col-height.col-top {
    vertical-align: top;
  }
  .row-md-height .col-height.col-middle {
    vertical-align: middle;
  }
  .row-md-height .col-height.col-bottom {
    vertical-align: bottom;
  }
  .row-md-height .col-height .block {
    /*
            // if you want to give content full height give him height: 100%;
            // with content full height you can't apply margins to the content
            // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
            */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*
 * Row with equal height columns using flexbox
 * --------------------------------------------------
 */
@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .row-eq-height .col-height,
  .row-eq-height .col-height > .block,
  .row-eq-height .col-height > .block > a.block-link,
  .row-eq-height .col-height > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: auto;
  }
  .row-eq-height .col-height {
    padding: 0;
  }
  .row-eq-height .col-height .block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-eq-height .col-height .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .row-eq-height .col-xs-6,
  .row-eq-height .col-sm-6,
  .row-eq-height .col-md-6,
  .row-eq-height .col-lg-6 {
    -webkit-box-flex: 2 1;
    -moz-box-flex: 2 1;
    -webkit-flex: 2 1;
    -ms-flex: 2 1;
    flex: 2 1;
  }
  .row-eq-height .col-xs-3,
  .row-eq-height .col-sm-3,
  .row-eq-height .col-md-3,
  .row-eq-height .col-lg-3 {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .row-eq-height .block .block-inner,
  .row-eq-height .block .image-teaser-block {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .FourFourFour.row-eq-height,
  .EightFour.row-eq-height {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .FourFourFour.row-eq-height .col-height,
  .EightFour.row-eq-height .col-height,
  .FourFourFour.row-eq-height .col-height > .block,
  .EightFour.row-eq-height .col-height > .block,
  .FourFourFour.row-eq-height .col-height > .block > a.block-link,
  .EightFour.row-eq-height .col-height > .block > a.block-link,
  .FourFourFour.row-eq-height .col-height > .row,
  .EightFour.row-eq-height .col-height > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: auto;
  }
  .FourFourFour.row-eq-height .col-height,
  .EightFour.row-eq-height .col-height {
    padding: 0;
  }
  .FourFourFour.row-eq-height .col-height .block,
  .EightFour.row-eq-height .col-height .block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .FourFourFour.row-eq-height .col-xs-8,
  .EightFour.row-eq-height .col-xs-8,
  .FourFourFour.row-eq-height .col-sm-8,
  .EightFour.row-eq-height .col-sm-8,
  .FourFourFour.row-eq-height .col-md-8,
  .EightFour.row-eq-height .col-md-8,
  .FourFourFour.row-eq-height .col-lg-8,
  .EightFour.row-eq-height .col-lg-8 {
    -webkit-box-flex: 2 1;
    -moz-box-flex: 2 1;
    -webkit-flex: 2 1;
    -ms-flex: 2 1;
    flex: 2 1;
  }
  .FourFourFour.row-eq-height .block .block-inner,
  .EightFour.row-eq-height .block .block-inner,
  .FourFourFour.row-eq-height .block .image-teaser-block,
  .EightFour.row-eq-height .block .image-teaser-block {
    height: auto;
    width: 100%;
  }
}
/*
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
*/
/*************************************************************************************
	
	Override the default bootstrap behavior where horizontal description lists 
	will truncate terms that are too long to fit in the left column 

*************************************************************************************/
.dl-horizontal dt {
  white-space: normal;
}
/***************************************************************************
	Custom classes for Dropdown and NavBar are found in Navigation.less
***************************************************************************/
.klaro{font-family:inherit;font-family:var(--font-family, inherit);font-size:14px;font-size:var(--font-size, 14px)}.klaro button{font-family:inherit;font-family:var(--font-family, inherit);font-size:14px;font-size:var(--font-size, 14px)}.klaro.cm-as-context-notice{height:100%;padding-bottom:12px;padding-top:12px}.klaro .cookie-modal .cm-switch-container,.klaro .context-notice .cm-switch-container,.klaro .cookie-notice .cm-switch-container{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);display:block;position:relative;padding:10px;padding-left:66px;line-height:20px;vertical-align:middle;min-height:40px}.klaro .cookie-modal .cm-switch-container:last-child,.klaro .context-notice .cm-switch-container:last-child,.klaro .cookie-notice .cm-switch-container:last-child{border-bottom:0}.klaro .cookie-modal .cm-switch-container:first-child,.klaro .context-notice .cm-switch-container:first-child,.klaro .cookie-notice .cm-switch-container:first-child{margin-top:0}.klaro .cookie-modal .cm-switch-container p,.klaro .context-notice .cm-switch-container p,.klaro .cookie-notice .cm-switch-container p{margin-top:0}.klaro .cookie-modal .cm-switch,.klaro .context-notice .cm-switch,.klaro .cookie-notice .cm-switch{position:relative;display:inline-block;width:50px;height:30px}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f);opacity:0.6}.klaro .cookie-modal .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.half-checked:checked+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8}.klaro .cookie-modal .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input.only-required+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input.only-required+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider,.klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8;cursor:not-allowed}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro .cookie-modal .cm-list-input,.klaro .context-notice .cm-list-input,.klaro .cookie-notice .cm-list-input{position:absolute;top:0;left:0;opacity:0;width:50px;height:30px}.klaro .cookie-modal .cm-list-title,.klaro .context-notice .cm-list-title,.klaro .cookie-notice .cm-list-title{font-size:0.9em;font-weight:600}.klaro .cookie-modal .cm-list-description,.klaro .context-notice .cm-list-description,.klaro .cookie-notice .cm-list-description{color:#7c7c7c;color:var(--dark3, #7c7c7c);font-size:0.9em;padding-top:4px}.klaro .cookie-modal .cm-list-label .cm-switch,.klaro .context-notice .cm-list-label .cm-switch,.klaro .cookie-notice .cm-list-label .cm-switch{position:absolute;left:0}.klaro .cookie-modal .cm-list-label .slider,.klaro .context-notice .cm-list-label .slider,.klaro .cookie-notice .cm-list-label .slider{background-color:#f2f2f2;background-color:var(--white2, #f2f2f2);position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:0.4s;width:50px;display:inline-block}.klaro .cookie-modal .cm-list-label .slider::before,.klaro .context-notice .cm-list-label .slider::before,.klaro .cookie-notice .cm-list-label .slider::before{background-color:#e6e6e6;background-color:var(--white3, #e6e6e6);position:absolute;content:'';height:20px;width:20px;left:5px;bottom:5px;transition:0.4s}.klaro .cookie-modal .cm-list-label .slider.round,.klaro .context-notice .cm-list-label .slider.round,.klaro .cookie-notice .cm-list-label .slider.round{border-radius:30px}.klaro .cookie-modal .cm-list-label .slider.round::before,.klaro .context-notice .cm-list-label .slider.round::before,.klaro .cookie-notice .cm-list-label .slider.round::before{border-radius:50%}.klaro .cookie-modal .cm-list-label input:focus+.slider,.klaro .context-notice .cm-list-label input:focus+.slider,.klaro .cookie-notice .cm-list-label input:focus+.slider{box-shadow-color:#48dfb2;box-shadow-color:var(--green3, #48dfb2);box-shadow:0 0 1px var(color, green3)}.klaro .cookie-modal .cm-list-label input:checked+.slider::before,.klaro .context-notice .cm-list-label input:checked+.slider::before,.klaro .cookie-notice .cm-list-label input:checked+.slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro .cookie-modal .cm-list-input:focus+.cm-list-label .slider,.klaro .context-notice .cm-list-input:focus+.cm-list-label .slider,.klaro .cookie-notice .cm-list-input:focus+.cm-list-label .slider{box-shadow:0 4px 6px 0 rgba(125,125,125,0.2),5px 5px 10px 0 rgba(125,125,125,0.19)}.klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider::before,.klaro .context-notice .cm-list-input:checked+.cm-list-label .slider::before,.klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro .cookie-modal .slider,.klaro .context-notice .slider,.klaro .cookie-notice .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro .cookie-modal a,.klaro .context-notice a,.klaro .cookie-notice a{color:#1a936f;color:var(--green1, #1a936f);text-decoration:none}.klaro .cookie-modal p,.klaro .cookie-modal strong,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice strong,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice strong,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{color:#fafafa;color:var(--light1, #fafafa)}.klaro .cookie-modal p,.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal ul,.klaro .cookie-modal li,.klaro .context-notice p,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice ul,.klaro .context-notice li,.klaro .cookie-notice p,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice ul,.klaro .cookie-notice li{display:block;text-align:left;margin:0;padding:0;margin-top:0.7em}.klaro .cookie-modal h1,.klaro .cookie-modal h2,.klaro .cookie-modal h3,.klaro .cookie-modal h4,.klaro .cookie-modal h5,.klaro .cookie-modal h6,.klaro .context-notice h1,.klaro .context-notice h2,.klaro .context-notice h3,.klaro .context-notice h4,.klaro .context-notice h5,.klaro .context-notice h6,.klaro .cookie-notice h1,.klaro .cookie-notice h2,.klaro .cookie-notice h3,.klaro .cookie-notice h4,.klaro .cookie-notice h5,.klaro .cookie-notice h6{font-family:inherit;font-family:var(--title-font-family, inherit)}.klaro .cookie-modal .cm-link,.klaro .context-notice .cm-link,.klaro .cookie-notice .cm-link{margin-right:0.5em;vertical-align:middle}.klaro .cookie-modal .cm-btn,.klaro .context-notice .cm-btn,.klaro .cookie-notice .cm-btn{color:#fff;color:var(--button-text-color, #fff);background-color:#5c5c5c;background-color:var(--dark2, #5c5c5c);border-radius:4px;border-radius:var(--border-radius, 4px);padding:6px 10px;margin-right:.5em;border-style:none;padding:0.4em;font-size:1em;cursor:pointer}.klaro .cookie-modal .cm-btn:disabled,.klaro .context-notice .cm-btn:disabled,.klaro .cookie-notice .cm-btn:disabled{opacity:0.5}.klaro .cookie-modal .cm-btn.cm-btn-close,.klaro .context-notice .cm-btn.cm-btn-close,.klaro .cookie-notice .cm-btn.cm-btn-close{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8)}.klaro .cookie-modal .cm-btn.cm-btn-success,.klaro .context-notice .cm-btn.cm-btn-success,.klaro .cookie-notice .cm-btn.cm-btn-success{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro .cookie-modal .cm-btn.cm-btn-success-var,.klaro .context-notice .cm-btn.cm-btn-success-var,.klaro .cookie-notice .cm-btn.cm-btn-success-var{background-color:#24cc9a;background-color:var(--green2, #24cc9a)}.klaro .cookie-modal .cm-btn.cm-btn-info,.klaro .context-notice .cm-btn.cm-btn-info,.klaro .cookie-notice .cm-btn.cm-btn-info{background-color:#2581c4;background-color:var(--blue1, #2581c4)}.klaro .context-notice{border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);background-color:#fafafa;background-color:var(--light1, #fafafa);display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;padding:12px;height:100%}.klaro .context-notice.cm-dark{background-color:#333;background-color:var(--dark1, #333);border-color:#5c5c5c;border-color:var(--dark2, #5c5c5c)}.klaro .context-notice.cm-dark p{color:#fafafa;color:var(--light1, #fafafa)}.klaro .context-notice.cm-dark p a{color:#459cdc;color:var(--blue2, #459cdc)}.klaro .context-notice p{color:#333;color:var(--dark1, #333);flex-grow:0;text-align:center;padding-top:0;margin-top:0}.klaro .context-notice p a{color:#24cc9a;color:var(--green2, #24cc9a)}.klaro .context-notice p.cm-buttons{margin-top:12px}.klaro .cookie-modal{width:100%;height:100%;position:fixed;overflow:hidden;left:0;top:0;z-index:1000}.klaro .cookie-modal.cm-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;z-index:0}.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro{position:relative;-ms-transform:none;transform:none}.klaro .cookie-modal .cm-bg{background:rgba(0,0,0,0.5);height:100%;width:100%;position:fixed;top:0;left:0}.klaro .cookie-modal .cm-modal.cm-klaro{background-color:#333;background-color:var(--dark1, #333);color:#fafafa;color:var(--light1, #fafafa);z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);width:100%;max-height:98%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto}@media (min-width: 660px){.klaro .cookie-modal .cm-modal.cm-klaro{border-radius:4px;border-radius:var(--border-radius, 4px);position:relative;margin:0 auto;max-width:640px;height:auto;width:auto}}.klaro .cookie-modal .cm-modal .hide{border-style:none;background:none;cursor:pointer;position:absolute;top:20px;right:20px;z-index:1}.klaro .cookie-modal .cm-modal .hide svg{stroke:#fafafa;stroke:var(--light1, #fafafa)}.klaro .cookie-modal .cm-modal .cm-footer{border-top-color:#5c5c5c;border-top-color:var(--dark2, #5c5c5c);border-top-width:1px;border-top-width:var(--border-width, 1px);border-top-style:solid;border-top-style:var(--border-style, solid);padding:1em}.klaro .cookie-modal .cm-modal .cm-footer-buttons{display:flex;flex-flow:row;justify-content:space-between}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by{font-size:0.8em;padding-top:4px;text-align:right;padding-right:8px}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a{color:#5c5c5c;color:var(--dark2, #5c5c5c)}.klaro .cookie-modal .cm-modal .cm-header{border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-color:#5c5c5c;border-bottom-color:var(--dark2, #5c5c5c);padding:1em;padding-right:24px}.klaro .cookie-modal .cm-modal .cm-header h1{margin:0;font-size:2em;display:block}.klaro .cookie-modal .cm-modal .cm-header h1.title{padding-right:20px}.klaro .cookie-modal .cm-modal .cm-body{padding:1em}.klaro .cookie-modal .cm-modal .cm-body ul{display:block}.klaro .cookie-modal .cm-modal .cm-body span{display:inline-block;width:auto}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes{padding:0;margin:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret{color:#a0a0a0;color:var(--light3, #a0a0a0)}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content{margin-left:-40px;display:none}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded{margin-top:10px;display:block}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose{position:relative;line-height:20px;vertical-align:middle;padding-left:60px;min-height:40px}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child{margin-top:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p{margin-top:0}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes{color:#a0a0a0;color:var(--light3, #a0a0a0);font-size:0.8em}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all{border-top-width:1px;border-top-width:var(--border-width, 1px);border-top-style:solid;border-top-style:var(--border-style, solid);border-top-color:#5c5c5c;border-top-color:var(--dark2, #5c5c5c);padding-top:1em}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title{font-weight:600}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required{color:#5c5c5c;color:var(--dark2, #5c5c5c);padding-left:0.2em;font-size:0.8em}.klaro .cookie-notice:not(.cookie-modal-notice){background-color:#333;background-color:var(--dark1, #333);z-index:999;position:fixed;width:100%;bottom:0;right:0}@media (min-width: 1024px){.klaro .cookie-notice:not(.cookie-modal-notice){border-radius:4px;border-radius:var(--border-radius, 4px);position:fixed;position:var(--notice-position, fixed);right:20px;right:var(--notice-right, 20px);left:auto;left:var(--notice-left, auto);bottom:20px;bottom:var(--notice-bottom, 20px);top:auto;top:var(--notice-top, auto);max-width:400px;max-width:var(--notice-max-width, 400px);box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}}@media (max-width: 1023px){.klaro .cookie-notice:not(.cookie-modal-notice){border-style:none;border-radius:0}}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded{position:relative;height:inherit;width:inherit;left:inherit;right:inherit;bottom:inherit;z-index:0}.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body{padding-top:0.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{margin-bottom:0;margin-right:0;bottom:0;padding:1em;padding-top:0}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p{margin-bottom:0.5em}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes{text-decoration:underline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more{display:inline-block;flex-grow:1}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{display:inline-block;margin-top:-0.5em}@media (max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons{width:100%}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{margin-top:0.5em}@media (max-width: 384px){.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{width:calc(50% - .5em)}}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{margin-top:-0.5em;display:flex;flex-flow:row;flex-wrap:wrap;justify-content:right;align-items:baseline}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div{margin-top:0.5em}.klaro .cookie-modal-notice{background-color:#333;background-color:var(--dark1, #333);color:#fafafa;color:var(--light1, #fafafa);z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);width:100%;max-height:98%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto;padding:1em;padding-top:0.2em}@media (min-width: 400px){.klaro .cookie-modal-notice{border-radius:4px;border-radius:var(--border-radius, 4px);position:relative;margin:0 auto;max-width:400px;height:auto;width:auto}}.klaro .cookie-modal-notice .cn-ok{display:flex;flex-flow:row;justify-content:space-between;align-items:center;margin-top:1em}.klaro .cookie-notice-hidden{display:none !important}.klaro-ide .cm-switch-container{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);display:block;position:relative;padding:10px;padding-left:66px;line-height:20px;vertical-align:middle;min-height:40px}.klaro-ide .cm-switch-container:last-child{border-bottom:0}.klaro-ide .cm-switch-container:first-child{margin-top:0}.klaro-ide .cm-switch-container p{margin-top:0}.klaro-ide .cm-switch{position:relative;display:inline-block;width:50px;height:30px}.klaro-ide .cm-list-input:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro-ide .cm-list-input.half-checked:checked+.cm-list-label .slider{background-color:#1a936f;background-color:var(--green1, #1a936f);opacity:0.6}.klaro-ide .cm-list-input.half-checked:checked+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro-ide .cm-list-input.only-required+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8}.klaro-ide .cm-list-input.only-required+.cm-list-label .slider::before{-ms-transform:translateX(10px);transform:translateX(10px)}.klaro-ide .cm-list-input.required:checked+.cm-list-label .slider{background-color:#24cc9a;background-color:var(--green2, #24cc9a);opacity:0.8;cursor:not-allowed}.klaro-ide .slider{box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19)}.klaro-ide .cm-list-input{position:absolute;top:0;left:0;opacity:0;width:50px;height:30px}.klaro-ide .cm-list-title{font-size:0.9em;font-weight:600}.klaro-ide .cm-list-description{color:#7c7c7c;color:var(--dark3, #7c7c7c);font-size:0.9em;padding-top:4px}.klaro-ide .cm-list-label .cm-switch{position:absolute;left:0}.klaro-ide .cm-list-label .slider{background-color:#f2f2f2;background-color:var(--white2, #f2f2f2);position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:0.4s;width:50px;display:inline-block}.klaro-ide .cm-list-label .slider::before{background-color:#e6e6e6;background-color:var(--white3, #e6e6e6);position:absolute;content:'';height:20px;width:20px;left:5px;bottom:5px;transition:0.4s}.klaro-ide .cm-list-label .slider.round{border-radius:30px}.klaro-ide .cm-list-label .slider.round::before{border-radius:50%}.klaro-ide .cm-list-label input:focus+.slider{box-shadow-color:#48dfb2;box-shadow-color:var(--green3, #48dfb2);box-shadow:0 0 1px var(color, green3)}.klaro-ide .cm-list-label input:checked+.slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro-ide .cm-list-input:focus+.cm-list-label .slider{box-shadow:0 4px 6px 0 rgba(125,125,125,0.2),5px 5px 10px 0 rgba(125,125,125,0.19)}.klaro-ide .cm-list-input:checked+.cm-list-label .slider::before{-ms-transform:translateX(20px);transform:translateX(20px)}.klaro-ide .cm-language-select,.klaro-ide .cm-theme-select,.klaro-ide .cm-purpose-select{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);padding:12px;margin-bottom:12px}.klaro-ide .cm-language-select ul.cm-languages,.klaro-ide .cm-language-select ul.cm-themes,.klaro-ide .cm-language-select ul.cm-purposes,.klaro-ide .cm-theme-select ul.cm-languages,.klaro-ide .cm-theme-select ul.cm-themes,.klaro-ide .cm-theme-select ul.cm-purposes,.klaro-ide .cm-purpose-select ul.cm-languages,.klaro-ide .cm-purpose-select ul.cm-themes,.klaro-ide .cm-purpose-select ul.cm-purposes{margin-top:-4px}.klaro-ide .cm-language-select ul.cm-languages li,.klaro-ide .cm-language-select ul.cm-themes li,.klaro-ide .cm-language-select ul.cm-purposes li,.klaro-ide .cm-theme-select ul.cm-languages li,.klaro-ide .cm-theme-select ul.cm-themes li,.klaro-ide .cm-theme-select ul.cm-purposes li,.klaro-ide .cm-purpose-select ul.cm-languages li,.klaro-ide .cm-purpose-select ul.cm-themes li,.klaro-ide .cm-purpose-select ul.cm-purposes li{color:#fafafa;color:var(--light1, #fafafa);border-radius:4px;border-radius:var(--border-radius, 4px);border-width:1px;border-width:var(--border-width, 1px);border-style:solid;border-style:var(--border-style, solid);border-color:#24cc9a;border-color:var(--green2, #24cc9a);background-color:#1a936f;background-color:var(--green1, #1a936f);display:inline-block;margin-right:4px;margin-top:4px;padding:2px 4px;font-size:0.9em}.klaro-ide .cm-language-select ul.cm-languages li a,.klaro-ide .cm-language-select ul.cm-themes li a,.klaro-ide .cm-language-select ul.cm-purposes li a,.klaro-ide .cm-theme-select ul.cm-languages li a,.klaro-ide .cm-theme-select ul.cm-themes li a,.klaro-ide .cm-theme-select ul.cm-purposes li a,.klaro-ide .cm-purpose-select ul.cm-languages li a,.klaro-ide .cm-purpose-select ul.cm-themes li a,.klaro-ide .cm-purpose-select ul.cm-purposes li a{color:#fff;color:var(--white1, #fff)}.klaro-ide .cm-search-select{margin-top:12px;margin-bottom:12px;display:flex}.klaro-ide .cm-search-select input:not(:focus) ~ .cm-candidates{display:none}.klaro-ide .cm-search-select .cm-candidates:hover{display:block !important}.klaro-ide .cm-search-select .cm-candidates{background-color:#fff;background-color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);border-width:1px;border-width:var(--border-width, 1px);border-style:solid;border-style:var(--border-style, solid);border-color:#f2f2f2;border-color:var(--white2, #f2f2f2);position:absolute;top:55px;left:0;z-index:10;margin-bottom:10px;width:100%}.klaro-ide .cm-search-select .cm-candidates .cm-candidate{border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-color:#7c7c7c;border-bottom-color:var(--dark3, #7c7c7c);padding:12px;cursor:pointer}.klaro-ide .cm-search-select .cm-candidates .cm-candidate p{color:#5c5c5c;color:var(--dark2, #5c5c5c);font-size:0.9em}.klaro-ide .cm-search-select .cm-candidates .cm-candidate:last-child{border-bottom-style:none}.klaro-ide .cm-obj-selector{position:relative;display:inline-block;margin-bottom:10px;margin-right:20px;width:100%;height:40px;overflow:visible}@media (min-width: 768px){.klaro-ide .cm-obj-selector{width:300px}}.klaro-ide .cm-obj-selector span.cm-obj-selector-more{display:block;position:absolute;right:0.5em;padding-top:0.6em;padding-right:0.3em;z-index:2;pointer-events:none;-ms-transform:scaleY(0.6) scaleX(0.8);transform:scaleY(0.6) scaleX(0.8);font-weight:800}.klaro-ide .cm-obj-selector ul{background-color:#fff;background-color:var(--white1, #fff);top:0;left:0;z-index:1;margin:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.klaro-ide .cm-obj-selector ul li{background-color:#fff;background-color:var(--white1, #fff);border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#f2f2f2;border-bottom-color:var(--white2, #f2f2f2);box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);margin:0;width:auto;display:none;width:100%;order:2}.klaro-ide .cm-obj-selector ul li:last-child{border-bottom-style:none}.klaro-ide .cm-obj-selector ul li.cm-obj-is-active{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8);display:flex;order:1}.klaro-ide .cm-obj-selector ul li a.cm-obj-item{width:100%;padding:8px;padding-right:40px}.klaro-ide .cm-obj-selector ul li.cm-obj-add{padding:8px;display:none;justify-content:space-between;order:3}.klaro-ide .cm-obj-selector ul li.cm-obj-add input{color:#333;color:var(--dark1, #333);border-color:#5c5c5c;border-color:var(--dark2, #5c5c5c);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);flex-grow:1;flex-shrink:1;padding:4px;font-size:0.9em}.klaro-ide .cm-obj-selector ul li.cm-obj-add a.cm-btn{color:#fff;color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#7c7c7c;background-color:var(--dark3, #7c7c7c);padding:8px;flex-grow:0;flex-shrink:0;margin-left:10px;width:auto;display:inline-block}.klaro-ide .cm-obj-selector ul:not(.cm-is-active) li.cm-obj-is-active{background-color:#fff;background-color:var(--white1, #fff)}.klaro-ide .cm-obj-selector ul.cm-is-active{z-index:4}.klaro-ide .cm-obj-selector ul.cm-is-active li{display:flex}.klaro-ide .cm-switch{padding:12px}.klaro-ide p.cm-description{color:#5c5c5c;color:var(--dark2, #5c5c5c);font-size:0.9em;padding-top:2px;margin-bottom:4px}.klaro-ide .cm-select{margin-top:16px}.klaro-ide .cm-select select{background-color:#fff;background-color:var(--white1, #fff);color:#5c5c5c;color:var(--dark2, #5c5c5c);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-color:#f2f2f2;border-color:var(--white2, #f2f2f2);display:block;width:100%;padding:12px 5px;font-size:0.9em;text-indent:5px}.klaro-ide .cm-select select[disabled]{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8)}.klaro-ide .cm-retracting-label-input{display:inline-block;position:relative;width:100%;padding:10px 0 6px;margin-top:4px}.klaro-ide .cm-retracting-label-input>.cm-label{background-color:#fff;background-color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);position:absolute;top:16px;left:8px;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - (2 * 8px));overflow:hidden;pointer-events:none;transition:transform 150ms cubic-bezier(0.47, 0, 0.74, 0.71),opacity 150ms cubic-bezier(0.47, 0, 0.74, 0.71),color 150ms cubic-bezier(0.47, 0, 0.74, 0.71);padding:0 8px;-ms-transform:scale(0.75) translateX(-16%) translateY(-26px);transform:scale(0.75) translateX(-16%) translateY(-26px)}.klaro-ide .cm-input{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fafafa;background-color:var(--light1, #fafafa);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#1a936f;border-color:var(--green1, #1a936f);font-size:0.9em;box-sizing:border-box;padding:12px 18px;width:100%}.klaro-ide .cm-input[disabled]{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8)}@media (min-width: 768px){.klaro-ide .cm-tabs span.cm-more{display:none}}.klaro-ide .cm-tabs{position:relative;display:flex;align-items:stretch;justify-content:space-between;white-space:nowrap}@media (min-width: 768px){.klaro-ide .cm-tabs span.cm-tabs-more{display:none}}@media (max-width: 768px){.klaro-ide .cm-tabs{border-radius:4px;border-radius:var(--border-radius, 4px);border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);box-shadow:0 2px 5px 0 rgba(0,0,0,0.33)}.klaro-ide .cm-tabs span.cm-tabs-more{display:block;position:absolute;right:0.5em;padding-top:0.6em;padding-right:0.3em;-ms-transform:scaleY(0.6) scaleX(0.8);transform:scaleY(0.6) scaleX(0.8);font-weight:800}.klaro-ide .cm-tabs ul{flex-wrap:wrap}.klaro-ide .cm-tabs ul li{display:block;position:relative;width:100%;text-align:left}.klaro-ide .cm-tabs ul li a{justify-content:left;border-bottom:0 !important}.klaro-ide .cm-tabs:not(.cm-tabs-active) ul li:not(.cm-tab-is-active){display:none}.klaro-ide .cm-tabs.cm-tabs-active ul li{order:2;display:block}.klaro-ide .cm-tabs.cm-tabs-active ul li.cm-tab-is-active{background-color:#c8c8c8;background-color:var(--light2, #c8c8c8);order:1}}.klaro-ide .cm-tabs:not(:last-child){margin-bottom:1.5rem}.klaro-ide .cm-tabs ul{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);align-items:center;display:flex;width:100%;flex-grow:1;flex-shrink:0;justify-content:flex-start;margin:0;padding:0}.klaro-ide .cm-tabs ul li{display:block}.klaro-ide .cm-tabs ul li a{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8);color:#5c5c5c;color:var(--dark2, #5c5c5c);display:flex;align-items:flex-start;justify-content:left;margin-bottom:-1px;padding:0.5em 1em}.klaro-ide .cm-tabs ul li.cm-tab-is-active a{color:#2581c4;color:var(--blue1, #2581c4);border-bottom-color:#2581c4;border-bottom-color:var(--blue1, #2581c4)}@media (max-width: 767px){.klaro-ide .cm-tabs.tabs-active{position:relative;min-height:40px;overflow:visible;z-index:10}.klaro-ide .cm-tabs.tabs-active ul{background-color:#fff;background-color:var(--white1, #fff);display:flex;flex-direction:column;flex-wrap:wrap;position:absolute;width:100%;height:auto;box-shadow:0 2px 5px 0 rgba(0,0,0,0.33)}.klaro-ide .cm-tabs.tabs-active ul li{margin:0 !important}.klaro-ide .cm-tabs.tabs-active ul li:not(.cm-tab-is-active){order:2;display:block}.klaro-ide .cm-tabs.tabs-active ul li.cm-tab-is-active{background-color:#fafafa;background-color:var(--light1, #fafafa);order:1;display:block}}.klaro-ide .cm-list .cm-item{display:flex;flex-direction:row;align-items:center;padding:8px;display:flex;flex-direction:row;align-items:top;justify-items:flex-end}@media (min-width: 768px){.klaro-ide .cm-list .cm-item span.cm-is-action{display:none}.klaro-ide .cm-list .cm-item:hover span.cm-is-action{display:inline-block}}.klaro-ide .cm-list .cm-item:last-child{border-bottom:0}.klaro-ide .cm-list .cm-item:nth-child(2n){background-color:#fafafa;background-color:var(--light1, #fafafa)}.klaro-ide .cm-list .cm-item.cm-is-header{font-weight:600;margin-bottom:4px;background:none}.klaro-ide .cm-list .cm-item.cm-is-card{background-color:#fff;background-color:var(--white1, #fff);border-radius:4px;border-radius:var(--border-radius, 4px);box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);margin-bottom:24px}.klaro-ide .cm-list .cm-item.cm-is-clickable{cursor:pointer}.klaro-ide .cm-list .cm-item.cm-is-expandable{cursor:pointer}.klaro-ide .cm-list .cm-item form{margin:0}.klaro-ide .cm-list .cm-item form label.label{font-weight:300}.klaro-ide .cm-list .cm-item span.cm-is-action{position:absolute;right:1rem;top:1rem}.klaro-ide .cm-list .cm-item .cm-col{align-content:center;flex-basis:0;margin:8px;flex-grow:1}.klaro-ide .cm-list .cm-item .cm-col.cm-is-xs{flex-grow:1}.klaro-ide .cm-list .cm-item .cm-col.cm-is-sm{flex-grow:2}.klaro-ide .cm-list .cm-item .cm-col.cm-is-md{flex-grow:5}.klaro-ide .cm-list .cm-item .cm-col.cm-is-lg{flex-grow:10}.klaro-ide .cm-list .cm-item .cm-col.cm-is-xl{flex-grow:20}.klaro-ide .cm-list .cm-item .cm-col.cm-is-icon{flex-basis:50px;text-align:right;flex-grow:0}.klaro-ide .cm-list .cm-item .cm-content{flex:10}.klaro-ide .cm-dropdown{position:relative}.klaro-ide .cm-dropdown>button{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;width:2em;height:2em;font-size:1em;border:0;background-color:transparent}.klaro-ide .cm-dropdown>button:focus,.klaro-ide .cm-dropdown>button:hover{background-color:#fafafa;background-color:var(--light1, #fafafa);border-radius:25px}.klaro-ide .cm-dropdown>.cm-dropdowncontent{background-color:#fff;background-color:var(--white1, #fff);display:none;box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);width:auto}.klaro-ide .cm-dropdown>.cm-dropdowncontent.cm-dropdownexpanded{border-radius:4px;border-radius:var(--border-radius, 4px);display:block;position:absolute;top:35px;z-index:100;left:0}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu{border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#5c5c5c;border-color:var(--dark2, #5c5c5c);list-style:none;text-align:left;max-width:300px;min-width:200px;padding-top:0.25rem;padding-bottom:0.25rem}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li{height:auto}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a{display:block;padding:8px;padding-left:16px}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a span{display:inline-flex;align-items:center}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a .icon{margin-right:0.45em}.klaro-ide .cm-dropdown>.cm-dropdowncontent ul.cm-dropdownmenu li a:hover{background-color:#2581c4;background-color:var(--blue1, #2581c4);color:#fff;color:var(--white1, #fff)}.klaro-ide .cm-dropdown.is-right .cm-dropdowncontent.cm-dropdownexpanded{right:0;left:auto}.klaro-ide label{display:inline-block}.klaro-ide .cm-global-fields,.klaro-ide .cm-config-controls,.klaro-ide .cm-translations-fields,.klaro-ide .cm-service-fields{max-width:600px}.klaro-ide .cm-json .cm-file-import{display:none}.klaro-ide .cm-json .cm-upload-label{cursor:pointer}.klaro-ide .cm-json .cm-upload-label button{pointer-events:none}.klaro-ide .cm-json pre code{white-space:pre-wrap}.klaro-ide .cm-message{padding:12px}.klaro-ide .cm-message.cm-error,.klaro-ide .cm-message.cm-success{border-radius:4px;border-radius:var(--border-radius, 4px);color:#fff;color:var(--white1, #fff);box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);margin-bottom:24px}.klaro-ide .cm-message.cm-error{background-color:#e15669;background-color:var(--red2, #e15669)}.klaro-ide .cm-message.cm-success{background:#24cc9a;background:var(--green2, #24cc9a)}.klaro-ide .cm-space-sm{margin-bottom:8px !important}.klaro-ide .cm-space-md{margin-bottom:12px !important}.klaro-ide .cm-space-lg{margin-bottom:24px !important}.klaro-ide .cm-json h1,.klaro-ide .cm-json h2,.klaro-ide .cm-json h3,.klaro-ide .cm-json h4,.klaro-ide .cm-global-fields h1,.klaro-ide .cm-global-fields h2,.klaro-ide .cm-global-fields h3,.klaro-ide .cm-global-fields h4,.klaro-ide .cm-config-controls h1,.klaro-ide .cm-config-controls h2,.klaro-ide .cm-config-controls h3,.klaro-ide .cm-config-controls h4,.klaro-ide .cm-translations-fields h1,.klaro-ide .cm-translations-fields h2,.klaro-ide .cm-translations-fields h3,.klaro-ide .cm-translations-fields h4,.klaro-ide .cm-service-fields h1,.klaro-ide .cm-service-fields h2,.klaro-ide .cm-service-fields h3,.klaro-ide .cm-service-fields h4{font-size:2em;text-transform:uppercase;margin-top:10px;margin-bottom:10px;font-weight:600}.klaro-ide .cm-json h1,.klaro-ide .cm-global-fields h1,.klaro-ide .cm-config-controls h1,.klaro-ide .cm-translations-fields h1,.klaro-ide .cm-service-fields h1{border-style:solid;border-style:var(--border-style, solid);border-width:1px;border-width:var(--border-width, 1px);border-color:#c8c8c8;border-color:var(--light2, #c8c8c8);text-transform:none;margin-bottom:20px;display:inline-block}.klaro-ide .cm-json h2,.klaro-ide .cm-global-fields h2,.klaro-ide .cm-config-controls h2,.klaro-ide .cm-translations-fields h2,.klaro-ide .cm-service-fields h2{font-size:1.6em}.klaro-ide .cm-json h3,.klaro-ide .cm-global-fields h3,.klaro-ide .cm-config-controls h3,.klaro-ide .cm-translations-fields h3,.klaro-ide .cm-service-fields h3{font-size:1.3em}.klaro-ide .cm-json h4,.klaro-ide .cm-global-fields h4,.klaro-ide .cm-config-controls h4,.klaro-ide .cm-translations-fields h4,.klaro-ide .cm-service-fields h4{font-size:1em;font-weight:600}.klaro-ide p.cm-section-description{color:#5c5c5c;color:var(--dark2, #5c5c5c);text-align:justify;margin-top:8px;margin-bottom:24px}.klaro-ide .cm-purpose-order ul{margin-top:12px;margin-bottom:12px}.klaro-ide .cm-purpose-order ul li{display:flex}.klaro-ide .cm-purpose-order ul li span.cm-buttons{border-radius:4px;border-radius:var(--border-radius, 4px);flex-grow:0;box-shadow:0 2px 5px 0 rgba(0,0,0,0.11)}.klaro-ide .cm-purpose-order ul li span.cm-buttons a{padding:12px;display:inline-block}.klaro-ide .cm-purpose-order ul li span.cm-buttons a:hover{background:#1a936f;background:var(--green1, #1a936f)}.klaro-ide .cm-purpose-order ul li span.cm-value{flex-grow:1;padding:12px}.klaro-ide .cm-translations-fields .cm-translations-for-key{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);box-shadow:0 2px 5px 0 rgba(0,0,0,0.11);padding:12px;margin-bottom:24px}.klaro-ide .cm-translations-fields .cm-translations-for-key li{display:flex;justify-content:space-between;align-items:flex-start}.klaro-ide .cm-translations-fields .cm-translations-for-key li span.cm-lang{font-family:Courier;display:block;padding:20px;margin-top:5px;flex-grow:0}.klaro-ide .cm-service-list .cm-status,.klaro-ide .cm-config-list .cm-status{text-align:left}.klaro-ide .cm-service-list .cm-status span,.klaro-ide .cm-config-list .cm-status span{padding-left:10px}.klaro-ide .cm-service-list .cm-status .cm-status-is-active,.klaro-ide .cm-config-list .cm-status .cm-status-is-active{color:#1a936f;color:var(--green1, #1a936f)}.klaro-ide .cm-service-list .cm-status .cm-status-is-inactive,.klaro-ide .cm-config-list .cm-status .cm-status-is-inactive{color:#da2c43;color:var(--red1, #da2c43)}.klaro-ide .cm-service-list .cm-name,.klaro-ide .cm-config-list .cm-name{text-transform:uppercase;font-weight:600}.klaro-ide p.cm-no-cookies,.klaro-ide p.cm-no-services{margin-top:6px;margin-bottom:6px;font-weight:600}.klaro-ide .cm-cookie-config .cm-cookie-forms .cm-cookie-form{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8)}.klaro-ide .cm-demo .cm-config-controls .cm-retracting-label-input{width:auto;flex-grow:1;margin-right:12px}.klaro-ide .cm-demo .cm-config-controls:first-child{border-bottom-style:solid;border-bottom-style:var(--border-style, solid);border-bottom-width:1px;border-bottom-width:var(--border-width, 1px);border-bottom-color:#c8c8c8;border-bottom-color:var(--light2, #c8c8c8)}.klaro-ide .cm-config-controls{margin-top:8px;margin-bottom:24px;max-width:none;display:flex;flex-wrap:wrap;width:100%;align-items:baseline;justify-content:space-between}.klaro-ide .cm-config-controls h2{margin-right:24px;display:block;flex-grow:1}.klaro-ide .cm-config-controls .cm-control{flex-shrink:1;display:inline-block;margin-bottom:20px}.klaro-ide .cm-config-controls .cm-control .cm-retracting-label-input{max-width:400px;display:block}.klaro-ide .cm-config-controls .cm-control input{max-width:400px}.klaro-ide .cm-config-controls .cm-control select{border-color:#1a936f;border-color:var(--green1, #1a936f);border-radius:4px;border-radius:var(--border-radius, 4px);border-style:solid;border-style:var(--border-style, solid);border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#fff;background-color:var(--white1, #fff);padding:12px;margin-bottom:12px;display:block}.klaro-ide .cm-config-controls .cm-control-button{border-radius:4px;border-radius:var(--border-radius, 4px);background-color:#459cdc;background-color:var(--blue2, #459cdc);color:#fff;color:var(--white1, #fff);border-style:none;padding:12px;margin-top:4px;cursor:pointer;box-shadow:0 2px 5px 0 rgba(0,0,0,0.33);margin-right:6px}.klaro-ide .cm-config-controls .cm-control-button.cm-delete{background-color:#e77887;background-color:var(--red3, #e77887);float:right}.klaro-ide .cm-config-controls .cm-control-button.cm-secondary{background-color:#e15669;background-color:var(--red2, #e15669)}.klaro-ide .cm-config-controls .cm-control-button.cm-success{background-color:#1a936f;background-color:var(--green1, #1a936f)}.klaro-ide .cm-config-controls .cm-control-button:disabled{background-color:#fafafa;background-color:var(--light1, #fafafa);color:#333;color:var(--dark1, #333);cursor:not-allowed}.klaro-ide .cookie-modal .cm-modal.cm-ide{background-color:#333;background-color:var(--dark1, #333);color:#fafafa;color:var(--light1, #fafafa);z-index:1001;box-shadow:0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);width:100%;max-height:98%;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:fixed;overflow:auto}@media (min-width: 1020px){.klaro-ide .cookie-modal .cm-modal.cm-ide{border-radius:4px;border-radius:var(--border-radius, 4px);position:relative;margin:0 auto;max-width:1000px;height:auto;width:auto}}.topitems .topitems-list:before,
.topitems .topitems-list:after,
.notification-block:before,
.notification-block:after,
.startPage .hero-image#hero-image-mobile:before,
.startPage .hero-image#hero-image-mobile:after,
.columnbasedlandingpage .hero-image#hero-image-mobile:before,
.columnbasedlandingpage .hero-image#hero-image-mobile:after,
.targetGroupPage .hero-image#hero-image-mobile:before,
.targetGroupPage .hero-image#hero-image-mobile:after,
.startPage .hero-image#hero-image:before,
.startPage .hero-image#hero-image:after,
.columnbasedlandingpage .hero-image#hero-image:before,
.columnbasedlandingpage .hero-image#hero-image:after,
.targetGroupPage .hero-image#hero-image:before,
.targetGroupPage .hero-image#hero-image:after,
#antStatBody .sok-container:before,
#antStatBody .sok-container:after,
#resultatSida .sok-container:before,
#resultatSida .sok-container:after,
footer:before,
footer:after {
  content: " ";display: table;
}.topitems .topitems-list:after,
.notification-block:after,
.startPage .hero-image#hero-image-mobile:after,
.columnbasedlandingpage .hero-image#hero-image-mobile:after,
.targetGroupPage .hero-image#hero-image-mobile:after,
.startPage .hero-image#hero-image:after,
.columnbasedlandingpage .hero-image#hero-image:after,
.targetGroupPage .hero-image#hero-image:after,
#antStatBody .sok-container:after,
#resultatSida .sok-container:after,
footer:after {
  clear: both;
}/*Important: there is a bug in web compiler (or bootstrap.less) including empty media queries in compiled css file. This has been reported https://github.com/less/less.js/issues/2991
    */@font-face {
  font-family: BauWebPro;
  font-weight: 500;
  src: url("/assets/fonts/BauWebPro-Medium.eot");
  src: url("/assets/fonts/BauWebPro-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/BauWebPro-Medium.woff") format("woff");
}@font-face {
  font-family: BauWebPro;
  font-weight: 700;
  src: url("/assets/fonts/BauWebPro-Bold.eot");
  src: url("/assets/fonts/BauWebPro-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/BauWebPro-Bold.woff") format("woff");
}@font-face {
  font-family: 'Noto Sans SC';
  font-weight: 400;
  src: url("/assets/fonts/NotoSansSC-Regular.ttf");
}@font-face {
  font-family: 'Noto Sans SC';
  font-weight: 700;
  src: url("/assets/fonts/NotoSansSC-Bold.ttf");
}/*Color Picker: Colors from the graphic profile: *//*Colors accoding to the updated graphic profile 2019:*//*@uhrcolor-lila-50:              #B093CF;
@uhrcolor-lila-25:              #D8C9E7;
@uhrcolor-lila-10:              #EFE9F5;*//*Colors from the graphic profile that will be phased out: *//* End Color Picker *//* 
	HOW TO ADD A NEW COLOR TO DROPDOWN-LIST:
		1. Add the css-class in web.config AppSettings ColorSelection
		2. Add the css-class in the _Common.less file and connect it to the less-variable
*//*startpage 2018:*//* Hover colors: *//*darken(@uhrcolor-vit, @hover-percentage);*//*Hovercolors that will be phased out*//*Tillägg pga Sverigekartan*//*******************************************************
	
	Queries

*******************************************************//* Bootstrap gridvariables */:root {
  --size-xs-max: 767px;
  --size-sm-min: 768px;
  --size-sm-max: 991px;
  --size-md-min: 992px;
  --size-md-max: 1199px;
  --size-lg-min: 1200px;
}/* Queryvariables *//*Ändrar du här så måste du ändra i uhrdictionary/autocomplete.js*//*@xs-smartphones: ~"only screen and (max-width: 767px)";
@sm-tablets: ~"only screen and (min-width: 768px) and (max-width: 991px)";
@md-desktops: ~"only screen and (min-width: 992px) and (max-width: 1199px)";
@lg-desktops: ~"only screen and (min-width: 1200px)";

@md-desktops-min: ~"only screen and (min-width: 992px)";
@sm-tablets-min: ~"only screen and (min-width: 768px)";*//* Borrowed from utbyten.se for SimpleAccordionBlock*//*******************************************************
	
	Animations and transitions

*******************************************************//* formulärelementet ReviewFromStepBlock */.form-confirmation .form-confirmation__header {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 0;
}.form-confirmation .form-confirmation__value {
  margin: 0;
}.NotSubmitted {
  color: #ccc;
  font-weight: bold;
}.form-confirmation__item.hidden {
  background-color: #eeeeee;
}.isDevOrTstEnv {
  color: red;
  font-weight: bold;
  font-size: xx-large;
  position: fixed;
  pointer-events: none;
  z-index: 10000;
}.Form__Element .radio_label {
  font-weight: normal;
}/* Color Picker selections: */.uhrcolor-lila {
  background-color: #62269e;
  color: #ffffff;
}.uhrcolor-lila .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-lila .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-lila-50 {
  background-color: rgba(98, 38, 158, 0.5);
  color: #000;
}.uhrcolor-lila-50 .content a {
  text-decoration: none;
  font-size: large;
}.uhrcolor-lila-50 .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-lila-25 {
  background-color: #D8C9E7;
  color: #000;
}.uhrcolor-lila-25 .content a {
  text-decoration: none;
  font-size: large;
}.uhrcolor-lila-25 .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-lila-text {
  color: #62269e;
}.uhrcolor-rod {
  background-color: #e91449;
  color: #ffffff;
}.uhrcolor-rod .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-rod .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-rod-startsida2018 {
  background-color: rgba(233, 20, 73, 0.8);
}.uhrcolor-rod-startsida2018:hover {
  background-color: rgba(249, 15, 50, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .uhrcolor-rod-startsida2018 {
    background-color: #e91449;
  }
  .uhrcolor-rod-startsida2018:hover {
    background-color: #f90f32 !important;
  }
}.uhrcolor-turkos {
  background-color: #00a5b5;
  color: #ffffff;
}.uhrcolor-turkos .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-turkos .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-turkos-startsida2018 {
  background-color: rgba(0, 165, 181, 0.8);
}.uhrcolor-turkos-startsida2018:hover {
  background-color: rgba(51, 183, 196, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .uhrcolor-turkos-startsida2018 {
    background-color: #00a5b5;
  }
  .uhrcolor-turkos-startsida2018:hover {
    background-color: #33B7C4 !important;
  }
}.uhrcolor-turkos-text {
  color: #00a5b5;
}.uhrcolor-petroleum {
  background-color: #006e96;
  color: #ffffff;
}.uhrcolor-petroleum .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-petroleum .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-petroleum-50 {
  background-color: #80B7CA;
  color: #000;
}.uhrcolor-petroleum-50 .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-petroleum-50 .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-petroleum-25 {
  background-color: #BFDBE5;
  color: #000;
}.uhrcolor-petroleum-25 .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-petroleum-25 .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-petroleum-text {
  color: #006e96;
}.uhrcolor-cerise {
  background-color: #b00060;
  color: #ffffff;
  fill: #fff;
}.uhrcolor-cerise .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-cerise .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-cerise-50 {
  background-color: #D780AF;
  color: #000;
}.uhrcolor-cerise-50 .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-cerise-50 .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-cerise-25 {
  background-color: #EBBFD7;
  color: #000;
}.uhrcolor-cerise-25 .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-cerise-25 .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-cerise-text {
  color: #b00060;
}.uhrcolor-bla {
  background-color: #00a8e1;
  color: #ffffff;
}.uhrcolor-bla .content a {
  color: white;
  text-decoration: none;
  font-size: large;
}.uhrcolor-bla .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-bla-text {
  color: #00a8e1;
}.uhrcolor-bla-startsida2018 {
  background-color: rgba(0, 168, 225, 0.8);
}.uhrcolor-bla-startsida2018:hover {
  background-color: rgba(0, 197, 238, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .uhrcolor-bla-startsida2018 {
    background-color: #00a8e1;
  }
  .uhrcolor-bla-startsida2018:hover {
    background-color: #00c5ee !important;
  }
}.uhrcolor-vit {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #c9c9c9 !important;
}.uhrcolor-vit .content a {
  color: #006e96;
  text-decoration: none;
  font-size: large;
}.uhrcolor-vit .content a:hover {
  color: #00364a;
  text-decoration: underline;
}.uhrcolor-vit-text {
  color: #ffffff;
}.uhrcolor-vit-startsida2018 {
  background-color: rgba(255, 255, 255, 0.8);
}.uhrcolor-vit-startsida2018:hover {
  background-color: rgba(229, 229, 229, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .uhrcolor-vit-startsida2018 {
    background-color: #ffffff;
    border: 1px solid #c9c9c9 !important;
  }
  .uhrcolor-vit-startsida2018:hover {
    background-color: #e5e5e5 !important;
    border: 1px solid #c9c9c9;
  }
}/* End Color Picker selections */.test-autocomplete {
  display: inline-block;
}.ui-autocomplete-input {
  margin-right: -10px;
}ul.ui-autocomplete.ui-widget-content.ui-menu {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  outline: none;
  z-index: 100;
}ul.ui-autocomplete.ui-widget-content.ui-menu li a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}ul.ui-autocomplete.ui-widget-content.ui-menu li .ui-state-active,
ul.ui-autocomplete.ui-widget-content.ui-menu li:hover,
ul.ui-autocomplete.ui-widget-content.ui-menu li:focus {
  background-color: #e5e5e5;
}ul.ui-autocomplete.ui-widget-content.ui-menu li .ui-state-active a,
ul.ui-autocomplete.ui-widget-content.ui-menu li:hover a,
ul.ui-autocomplete.ui-widget-content.ui-menu li:focus a {
  color: #00364a;
  text-decoration: none;
}/* EPiServer TinyMCE styles menu */p.tips {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAIAAAD3rtNaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAGHRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4wLjb8jGPfAAAAJ0lEQVQYV23HwQkAIAwAse4/R/dU5H5ByCdz9sPHx8fHx8fHxz87F4QxcpNbsOMWAAAAAElFTkSuQmCC') /*/Static/images/text-highlight-yellow.png*/;
  background-repeat: repeat-y;
  padding-left: 15px;
}p.reminder {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAIAAAD3rtNaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAGHRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4wLjb8jGPfAAAAEklEQVQYV2N4KeKJiYaDqIgnAHxOWSUMHLMeAAAAAElFTkSuQmCC') /*/Static/images/text-highlight-red.png*/;
  background-repeat: repeat-y;
  padding-left: 15px;
}p.example {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAIAAAD3rtNaAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAGHRFWHRTb2Z0d2FyZQBwYWludC5uZXQgNC4wLjb8jGPfAAAAKUlEQVQYV23HsQkAAAzDsPx/Sd7qJy14MwUtSjoPHz58+PDhw4cP/3QW8q1rd7+740gAAAAASUVORK5CYII=') /*/Static/images/text-highlight-blue.png*/;
  background-repeat: repeat-y;
  padding-left: 15px;
}.mce-content-body [lang] {
  background-color: #d780af;
}/* End EPiServer TinyMCE styles menu */html,
body {
  font-variant-numeric: oldstyle-nums;
}.body-content #hidden-heading {
  font-size: 0;
  position: absolute;
}.body-content .breadcrumbs {
  margin-bottom: 18px;
}.body-content .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}.body-content .breadcrumbs ul li {
  display: inline;
}.inline {
  display: inline;
}/*
    Fonts
*/html {
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}h1,
h2,
h3,
h4,
.block {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}h1 {
  margin: 0 0 24px 0;
}h2,
h3,
h4 {
  margin: 27px 0 9px;
}p {
  margin: 0 0 27px;
}.preamble {
  font-size: 24px;
  font-variant-numeric: lining-nums;
}a:focus,
.btn:focus,
.btn-link:focus,
.dropdown-toggle:focus,
textarea:focus,
input:focus,
.form-control:focus {
  outline: none;
}a:focus-visible,
.btn:focus-visible,
.btn-link:focus-visible,
.cm-btn:focus-visible,
.dropdown-toggle:focus-visible,
textarea:focus-visible,
input:focus-visible,
.form-control:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}a:before,
a:visited::before,
a:hover::before,
a:focus::before {
  text-decoration: none;
}footer a:before,
footer a:visited::before,
footer a:hover::before,
footer a:focus::before {
  text-decoration: none;
}.normal {
  font-weight: 500;
}@media screen and (min-width: 992px) {
  .main-body {
    width: 90%;
  }
}.main-body a {
  text-decoration: underline;
}ul {
  padding-left: 20px;
}table:not(.dataTable):not(.data-table) {
  table-layout: fixed;
  width: 100% !important;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 15px;
  border: 0;
  font-variant-numeric: lining-nums;
  /*
        All tables without thead will have the first row stilad med en linje under OM det är en th. 

        & tr:first-child {
            th {
                border-bottom: 5px solid @brand-primary;
            }
        }    */
}@media screen and (max-width: 767px) {
  table:not(.dataTable):not(.data-table) {
    display: block;
    overflow-x: auto;
  }
}table:not(.dataTable):not(.data-table) td,
table:not(.dataTable):not(.data-table) th {
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  /*
            Override standard styling for <p>. <p> is automatically
            inserted when copying table from MS Word.
        */
}table:not(.dataTable):not(.data-table) td p,
table:not(.dataTable):not(.data-table) th p {
  margin: 0 !important;
}table:not(.dataTable):not(.data-table) th {
  font-weight: bold;
  background-color: #ffffff;
  font-size: 19px;
  color: #000;
}table:not(.dataTable):not(.data-table) tr:nth-child(odd) td,
table:not(.dataTable):not(.data-table) tr:nth-child(odd) th {
  background-color: #f2f2f2;
}table:not(.dataTable):not(.data-table) tr:nth-child(odd)[rowspan] {
  background-color: #ffffff;
}table:not(.dataTable):not(.data-table) thead {
  /*
            Reset styling for first row if there is a thead
        */
}table:not(.dataTable):not(.data-table) thead tr td,
table:not(.dataTable):not(.data-table) thead tr th {
  font-weight: bold;
  background-color: #ffffff;
  font-size: 19px;
  color: #000;
  border-bottom: 5px solid #62269e;
}table:not(.dataTable):not(.data-table) thead + tbody tr:first-child td {
  background-color: #f2f2f2;
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
  color: #000;
  border-bottom: 0;
}cite {
  color: #006e96;
}cite:hover {
  text-decoration: underline;
  color: #00364a;
}/*
    Buttons
*/.btn-primary {
  border-color: transparent;
}.btn-primary:active {
  border-color: transparent;
  background-color: #8151B1;
}.btn-primary:active:focus,
.btn-primary:active:hover {
  border-color: transparent;
  background-color: #8151B1;
}.btn-primary:hover,
.btn-primary:focus {
  background-color: #8151B1;
  border-color: transparent;
}.btn-info:hover,
.btn-info:focus {
  border-color: transparent;
}.btn-info:active,
.btn-info.active {
  background-color: #D8C9E7;
  color: #000;
  border-color: transparent;
}.btn-info:active:hover,
.btn-info.active:hover {
  background-color: rgba(98, 38, 158, 0.5);
  color: #000;
  border-color: transparent;
}.btn-info:active:focus-visible,
.btn-info.active:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}.next-results-button {
  margin: 10px 0 15px;
}.next-results-button > svg,
.next-results-button > span {
  pointer-events: none;
}/****************************************************************
 *
 * Validation messages
 *
*****************************************************************/.field-validation-error .has-error {
  background-color: #e91449;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  position: relative;
}.field-validation-error .has-error:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e91449;
  position: absolute;
  top: -5px;
}.validation-summary-errors {
  background-color: #e91449;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
}.validation-summary-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}.validation-summary-errors:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e91449;
  position: absolute;
  bottom: -5px;
}/* Flags */.flag-icon {
  background-size: cover;
  border: 1px solid #c9c9c9;
}/* Hides autocomplete support for screen readers. Important not to hide all together with display:none !*//* http://stackoverflow.com/questions/13011127/how-to-remove-change-jquery-ui-autocomplete-helper-text */.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
}.list-container {
  margin-bottom: 50px;
}.system-overview-logo {
  max-height: 85px;
  max-width: 400px;
  margin-bottom: 15px;
}.system-overview-heading {
  margin-bottom: 15px;
}.system-overview-heading.hasImage {
  display: inline;
  margin-left: 10px;
}/* Responsive images */img {
  max-width: 100%;
  height: auto;
}.nowrap {
  white-space: nowrap;
}.outline {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
}@media (-webkit-min-device-pixel-ratio: 0) {
  .outline {
    outline-color: Highlight;
    /*firefox*/
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
  }
}.required-icon::after {
  content: '*';
  font-weight: bold;
  color: red;
}.square-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}.square-container .teaser-image {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}.Form_GdprText a {
  text-decoration: underline;
}.multi-line-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}/*******************************************************
	
	General Mixins

*******************************************************/@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}/*
    Font features
*//*.onum {
	font-variant-numeric: oldstyle-nums;
	-moz-font-feature-settings: "smcp"; 
	-moz-font-feature-settings: "onum=1"; 
	-ms-font-feature-settings: "smcp";
	-o-font-feature-settings: "smcp"; 
	-webkit-font-feature-settings: "smcp"; 
	font-feature-settings: "onum";
}*/.onum {
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -moz-font-feature-settings: "onum=1";
  -ms-font-feature-settings: "onum";
  -o-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum";
}.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}/*******************************************************
	
	Pie Mixins

*******************************************************//*******************************************************
	
	Flexbox Mixins

*******************************************************/.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}/*
    Blocks
*/.block-padding {
  padding: 15px 20px;
}@media screen and (max-width: 767px) {
  .block-padding {
    padding: 10px 10px;
  }
}/*
    Media
*/.top-media-position {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}/*
    Layout
*/.border-highlight {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}/* Borrowed from utbyten.se for SimpleAccordionBlock */.no-text-decoration {
  text-decoration: none;
}.no-text-decoration:hover,
.no-text-decoration:focus,
.no-text-decoration:visited {
  text-decoration: none;
}.block-padding-xs {
  padding: 10px 10px;
}.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}/*Mixins importerade för DataPresenterPage*/.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}@media screen and (min-width: 768px) {
  .row-flex--sm {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-flex: 1 1 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1 auto;
    /* OLD - Firefox 19- */
    -webkit-flex: 1 1 auto;
    /* Chrome */
    -ms-flex: 1 1 auto;
    /* IE 10 */
    flex: 1 1 auto;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}@media screen and (min-width: 768px) {
  .col-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
}/*Slut Mixins importerade för DataPresenterPage*/.main-content .EPiServerForms div.Form__Warning__Message {
  background-color: #b00060;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
}.main-content .EPiServerForms div.Form__Warning__Message span.warning_body {
  font-weight: normal;
}.main-content .EPiServerForms fieldset {
  border: none;
}.main-content .EPiServerForms fieldset label {
  margin-bottom: 15px;
  display: block;
}.main-content .EPiServerForms fieldset legend {
  padding-left: 0;
  margin-bottom: 15px;
}.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError {
  background-color: #b00060;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
}.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError:empty {
  display: none;
}.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError--field {
  margin-top: 5px;
}.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError--field:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e91449;
  position: absolute;
  top: -5px;
}.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError--summary:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e91449;
  position: absolute;
  bottom: -5px;
}.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError--summary ul {
  list-style: none;
  padding: 0;
}.main-content .EPiServerForms .Form__Element .FormFileUpload__Input {
  display: block;
}.main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields {
  padding: 0;
}.main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields legend.required::after,
.main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields form legend.required::after {
  color: #c62828;
}.main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields .TotalSumFields-input {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}.main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields .TotalSumFields-input .control-label {
  margin: 0;
  min-width: 20%;
}@media screen and (max-width: 767px) {
  .main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields .TotalSumFields-input .control-label {
    min-width: 40%;
  }
}.main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields .TotalSumFields-input .FormTextbox__Input {
  width: auto;
}@media screen and (max-width: 767px) {
  .main-content .EPiServerForms .Form__Element .Form__Element__TotalSumFields .TotalSumFields-input .FormTextbox__Input {
    width: 100%;
  }
}.main-content .EPiServerForms .form-control-inline {
  display: inline;
}.main-content .EPiServerForms input[type="range"].form-control-inline {
  display: inline;
  width: 80%;
}.main-content .EPiServerForms .ValidationFail .validation,
.main-content .EPiServerForms .has-error .validation {
  display: inline-block;
}.main-content .EPiServerForms .ValidationFail .validation:empty,
.main-content .EPiServerForms .has-error .validation:empty {
  display: none;
}.main-content .EPiServerForms .Form__NavigationBar {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c9c9c9;
}.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  display: block;
  border: 1px solid #b00060;
  vertical-align: middle;
  margin-top: 15px;
  width: 100%;
}.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  background-color: #b00060;
  width: 0%;
  /* Will be adjusted by JavaScript */
  height: 1rem;
}.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Text {
  display: none;
  /*turn off this style to show text "Page 1/4" of progress bar*/
}.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btn {
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  padding: 10px 15px !important;
  font-size: 19px !important;
  border-radius: 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  height: unset !important;
  width: unset !important;
  max-width: unset !important;
}.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btn-primary {
  color: #fff !important;
  background-color: #62269e !important;
  border-color: #552189 !important;
}.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #c9c9c9 !important;
}.main-content .hide-forms .EPiServerForms {
  display: none;
}.form-control,
.form-control:focus-visible {
  border-color: #333;
}legend {
  display: block;
  width: auto;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  border: auto;
  border-bottom: none;
  color: #000000;
}fieldset {
  border: 2px groove threedface;
  padding: 5px;
}.text-uhrcolor-lila {
  color: #62269e;
}.uhrcolor-lila-background {
  background-color: #62269e;
}.text-uhrcolor-lila-10 {
  color: rgba(98, 38, 158, 0.1);
}.uhrcolor-lila-10-background {
  background-color: rgba(98, 38, 158, 0.1);
}.text-uhrcolor-rod {
  color: #e91449;
}.uhrcolor-rod-background {
  background-color: #e91449;
}.text-uhrcolor-turkos {
  color: #00a5b5;
}.uhrcolor-turkos-background {
  background-color: #00a5b5;
}.text-uhrcolor-petroleum {
  color: #006e96;
}.uhrcolor-petroleum-background {
  background-color: #006e96;
}.text-uhrcolor-cerise {
  color: #b00060;
}.uhrcolor-cerise-background {
  background-color: #b00060;
}.text-uhrcolor-bla {
  color: #00a8e1;
}.uhrcolor-bla-background {
  background-color: #00a8e1;
}.text-uhrcolor-vit {
  color: #ffffff;
}.uhrcolor-vit-background {
  background-color: #ffffff;
}.text-gray-darker {
  color: #3d3d3d;
}.gray-darker-background {
  background-color: #3d3d3d;
}.text-gray-brighter {
  color: #666666;
}.gray-brighter-background {
  background-color: #666666;
}.text-black {
  color: #000000;
}.black-background {
  background-color: #000000;
}.social-summary-icon {
  margin-right: 0.7rem;
}.social-summary-icon .icon {
  margin-right: 0.4rem;
  fill: #666666;
}.font-weight-normal {
  font-weight: normal !important;
}.font-weight-bold {
  font-weight: bold !important;
}.font-weight-bolder {
  font-weight: bolder !important;
}.font-weight-italic {
  font-weight: italic !important;
}.text-decoration-underline {
  text-decoration: underline !important;
}.text-decoration-overline {
  text-decoration: overline !important;
}.text-decoration-line-through {
  text-decoration: line-through !important;
}.text-decoration-none {
  text-decoration: none !important;
}.loadingModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.8);
}.loadingModal .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
}/***
    -----------------Klaro----------------

    Style changes for klaro should be made in this file.
*/.klaro {
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
}.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a,
.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  font-size: rem-calc(16px) !important;
  color: #006e96;
  text-decoration: underline;
}.klaro .cookie-modal .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1em;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
}.klaro .cookie-modal .cn-ok .cn-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}.klaro .cookie-modal .cn-ok .cm-btn:focus {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}.klaro .cookie-modal .cm-modal.cm-klaro {
  max-width: 670px;
}.klaro .cookie-modal .cm-modal.cm-klaro button:focus,
.klaro .cookie-modal .cm-modal.cm-klaro a:focus {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}@media screen and (max-width: 690px) {
  .klaro .cookie-modal .cm-modal.cm-klaro .cm-footer-buttons {
    flex-flow: column !important;
    row-gap: 10px;
    justify-content: inherit;
  }
  .klaro .cookie-modal .cm-modal.cm-klaro .cm-footer-buttons .cm-btn:not(:first-child) {
    margin-top: 0;
  }
}.klaro .cookie-modal .slider {
  box-shadow: none;
}.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .cm-switch .slider {
  outline: 3px solid #000;
  outline-offset: 3px;
  border-radius: 1.875rem;
  box-shadow: none;
  transition: 0ms;
  bottom: 0.188rem;
}.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #62269e;
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1;
}.klaro .cookie-modal .cm-btn.cm-btn-success:hover,
.klaro .context-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success-var:hover,
.klaro .context-notice .cm-btn.cm-btn-success-var:hover,
.klaro .cookie-notice .cm-btn.cm-btn-success-var:hover {
  background-color: #8151B1;
}.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept,
.klaro .cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success,
.klaro .cookie-modal .cm-btn.cm-btn-danger,
.klaro .context-notice .cm-btn.cm-btn-danger,
.klaro .cookie-notice .cm-btn.cm-btn-danger,
.klaro .cookie-notice .cm-btn.cm-btn-info,
.klaro .cookie-modal .cm-btn.cm-btn-info {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #333333;
  color: #000000;
  font-weight: bold;
  padding: 15px 20px;
  line-height: 1;
}.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept:hover,
.klaro .cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success:hover,
.klaro .cookie-modal .cm-btn.cm-btn-danger:hover,
.klaro .context-notice .cm-btn.cm-btn-danger:hover,
.klaro .cookie-notice .cm-btn.cm-btn-danger:hover,
.klaro .cookie-notice .cm-btn.cm-btn-info:hover,
.klaro .cookie-modal .cm-btn.cm-btn-info:hover {
  color: #ffffff;
  background-color: #62269e;
}.klaro .cookie-modal .cm-modal .cm-header {
  padding: 30px;
}.klaro .cookie-modal .cm-modal .cm-header .title {
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 24px;
}.klaro .cookie-modal .cm-modal .cm-header .close {
  opacity: 1;
}.klaro .cookie-modal .cm-modal .cm-body {
  padding: 30px;
}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service {
  margin-top: 15px;
  padding-left: 70px;
}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-input {
  width: 60px;
}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-label .slider {
  width: 60px;
  border: 1px solid #62269e;
}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service .cm-list-description,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
  font-size: 19px;
}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required {
  color: #000000;
}.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all {
  margin-top: 30px;
  padding-top: 30px;
}.klaro .cookie-modal .cm-modal .cm-footer {
  padding: 15px 10px 20px 10px;
}.klaro .cookie-modal .cm-modal .cm-footer .cm-btn {
  margin: 0;
}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  margin-top: 15px;
  padding-top: 0;
}.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  font-size: 19px;
}.klaro .cookie-modal .cm-modal .close .icon-extern-lank {
  height: 20px;
  width: 20px;
}.klaro.cm-as-context-notice .context-notice {
  border-radius: 0;
}.klaro .cookie-modal label.cm-list-label {
  margin-left: 0;
  margin-bottom: 0;
}.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  height: inherit;
  margin-top: inherit;
}.klaro .cookie-modal .cm-list-label .slider::before {
  background-color: #62269e;
}.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #62269e;
}.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background-color: #e6e6e6;
}.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before {
  transform: translateX(15px);
  background-color: #e6e6e6;
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  padding: 15px 20px;
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: 0px;
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok cn-buttons {
  margin-top: 5px;
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a {
  margin-top: 10px;
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin: 0;
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p .cn-changes {
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.3;
}@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.2);
  }
}.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: block !important;
  text-align: left;
  width: 100%;
}@media screen and (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: auto !important;
  }
}@media screen and (max-width: 480px) {
  .klaro .cookie-modal .cm-modal .cm-footer-buttons {
    flex-flow: column !important;
  }
  .klaro .cookie-modal .cm-modal .cm-footer-buttons .cm-btn:not(:first-child) {
    margin-top: 10px;
  }
}/*Tvinga klaro-dialogen för video-block till 16:9 format*/.klaro.cm-as-context-notice {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-bottom: 0;
}.klaro.cm-as-context-notice .context-notice {
  padding-top: 20%;
  padding-bottom: 20%;
  position: absolute;
  flex-wrap: nowrap;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}/*Hantering för klaro-dialogen i layoutblock så att dialogen släpper 16:9-formatet när den blir för liten för texten*/@media screen and (min-width: 640px) {
  .maincontent .threecol .klaro {
    padding: 0;
  }
  .maincontent .threecol .klaro.cm-as-context-notice {
    padding: 0;
  }
  .maincontent .threecol .klaro.cm-as-context-notice .context-notice {
    position: static;
  }
}@media screen and (min-width: 1024px) and (max-width: 1295px) {
  .maincontent .twocol .klaro {
    padding: 0;
  }
  .maincontent .twocol .klaro.cm-as-context-notice {
    padding: 0;
  }
  .maincontent .twocol .klaro.cm-as-context-notice .context-notice {
    position: static;
  }
}@media screen and (min-width: 640px) and (max-width: 840px) {
  .maincontent .twocol .klaro {
    padding: 0;
  }
  .maincontent .twocol .klaro.cm-as-context-notice {
    padding: 0;
  }
  .maincontent .twocol .klaro.cm-as-context-notice .context-notice {
    position: static;
  }
}@media screen and (min-width: 640px) and (max-width: 1305px) {
  .threecol .klaro {
    padding: 0;
  }
  .threecol .klaro.cm-as-context-notice {
    padding: 0;
  }
  .threecol .klaro.cm-as-context-notice .context-notice {
    position: static;
  }
}@media screen and (min-width: 640px) and (max-width: 705px) {
  .twocol .klaro {
    padding: 0;
  }
  .twocol .klaro.cm-as-context-notice {
    padding: 0;
  }
  .twocol .klaro.cm-as-context-notice .context-notice {
    position: static;
  }
}.hide-description {
  display: none;
}select-options {
  width: 100%;
}.btn-collapse {
  display: flex;
}.btn-collapse .icon {
  width: 19px;
  height: 19px;
}.btn-collapse .icon-plus {
  display: none;
}.btn-collapse.collapsed .icon-plus {
  display: inline-block;
}.btn-collapse.collapsed .icon-minus {
  display: none;
}fieldset {
  border: 0;
}span.vy-text {
  display: block;
  margin-left: 1.75rem;
}.accordionFilter {
  margin-left: -10px;
}.AstaSearchResultat {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}.sok-block .AstaSearch .AstaSearchForm .select-container .SearchSelect {
  font-weight: normal !important;
}.AstaSearch .SearchSuggestions .card {
  display: block;
  padding: 1rem;
  margin: 0.5rem;
}.AstaSearch .SearchSuggestions .card:hover {
  background: #f2f2f2;
}.AstaSearch .SearchSuggestions .card:hover .nyckelord {
  text-decoration: underline;
}.AstaSearch .SearchSuggestions .card:focus {
  background: #f2f2f2;
}.AstaSearch .SearchSuggestions .card a:focus {
  color: red;
  background: green;
  border: 3px solid yellow;
}.AstaSearch .SearchSuggestions .card.autocomplete-active {
  background: #f2f2f2;
}.AstaSearch .SearchSuggestions .card.autocomplete-active .nyckelord {
  text-decoration: underline;
}.AstaSearch .SearchSuggestions .finalCard.autocomplete-active {
  background-color: #d9d9d9;
  text-decoration: underline;
}.AstaSearch .SearchSuggestions .card a {
  text-decoration: none;
}.AstaSearch .SearchSuggestions .card a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}.AstaSearch .SearchSuggestions .card .nyckelord {
  display: block;
  color: black;
}.AstaSearch .SearchSuggestions .card .nyckelord .highlighted {
  font-weight: bold;
}.AstaSearch .SearchSuggestions .card .kategori {
  display: block;
  color: grey;
  font-style: italic;
}.AstaSearch .SearchSuggestions .finalCard {
  border: none;
  padding: 1.5rem;
  width: 100%;
  display: block;
  text-align: start;
  background-color: #f2f2f2;
  background-image: url('/assets/icons/pil-hoger-ny.svg');
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
}.AstaSearch .SearchSuggestions .finalCard:hover {
  background-color: #d9d9d9;
  text-decoration: underline;
}.sok-block {
  padding: 30px 15px;
}.sok-block .sok-title {
  padding: 0 15px 15px;
  font-size: 36px;
  color: #62269e;
  margin-bottom: 0;
}.sok-block .sok-body {
  padding: 0 15px;
}.sok-block .AstaSearch {
  position: relative;
}.sok-block .AstaSearch .AstaSearchForm {
  display: flex;
  width: 100%;
}.sok-block .AstaSearch .AstaSearchForm .select-container {
  position: relative;
  background-color: #ffffff;
  width: 260px;
}.sok-block .AstaSearch .AstaSearchForm .select-container .SearchSelect {
  padding: 10px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid black;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}.sok-block .AstaSearch .AstaSearchForm .select-container .SearchSelect:hover,
.sok-block .AstaSearch .AstaSearchForm .select-container .SearchSelect:focus {
  border: 2px solid #62269e;
  padding: 9px 9px;
}.sok-block .AstaSearch .AstaSearchForm .select-container .icon.icon-triangel-pil-ned {
  z-index: 1;
  width: 19px;
  height: 19px;
  pointer-events: none;
  top: 15px;
}.sok-block .AstaSearch .AstaSearchForm .search-container {
  display: flex;
  position: relative;
  width: 100%;
}.sok-block .AstaSearch .AstaSearchForm .search-container .SearchField {
  flex-grow: 2;
  padding: 10px 45px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid black;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}.sok-block .AstaSearch .AstaSearchForm .search-container .SearchField:hover,
.sok-block .AstaSearch .AstaSearchForm .search-container .SearchField:focus {
  border: 2px solid #62269e;
  padding: 9px 44px;
}.sok-block .AstaSearch .AstaSearchForm .search-container .clear-button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: none;
  background: transparent;
  z-index: 2;
  height: 46px;
  display: none;
  justify-content: center;
  align-items: center;
}.sok-block .AstaSearch .AstaSearchForm .search-container .SearchSuggestions {
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: solid 2px #62269e;
  z-index: 15;
}.sok-block .AstaSearch .AstaSearchForm .SearchButton {
  padding: 10px;
  width: 200px;
  background-color: #62269e;
  color: #ffffff;
  font-weight: bold;
  border: none;
  outline: none;
}.sok-block .AstaSearch .AstaSearchForm .SearchButton:hover {
  background-color: #8151B1;
}.sok-block .AstaSearch .AstaSearchForm .SearchButton:focus {
  outline-offset: 0.15rem;
  outline: 3px solid HighLight;
  z-index: 1;
}.AstaSearch .icon.icon-forstoringsglas {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 25px;
  vertical-align: middle;
  top: 10px;
  fill: black;
  pointer-events: none;
}.AstaSearch .icon.icon-kryss,
.AstaSearch .icon.icon-triangel-pil-ned {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  right: 10px;
  cursor: pointer;
  fill: black;
}.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #62269e;
}.tooltip > .tooltip-inner {
  padding: 15px 10px;
  background-color: #ffffff;
  color: black;
  font-size: 19px;
  border-top: 5px solid #62269e;
  text-align: start;
  max-width: 250px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.6);
}.tooltip.in {
  opacity: 1 !important;
}.AstaSearchResultat .SearchHead {
  display: flex;
  width: 100%;
  margin: 33px 0 16px -21px;
  padding: 0 1rem;
}.AstaSearchResultat .SearchHead .resultat {
  display: table-cell;
  font-size: 24px;
  font-variant-numeric: lining-nums;
}.AstaSearchResultat .SearchHead .resultat .detaljer {
  font-weight: 400;
  margin-left: 0.5rem;
}.AstaSearchResultat .SearchHead .resultat .rubrik {
  font-family: BauWebPro;
  font-weight: bold;
}.AstaSearchResultat .SearchHead .spara {
  margin-left: auto;
  text-align: right;
}.AstaSearchResultat .SearchHead .spara button.spinner,
.AstaSearchResultat .SearchHead .spara button.spinner:hover {
  background-color: transparent;
  color: #000;
  border-color: transparent;
}.AstaSearchResultat .SearchHead .spara button.spinner img {
  max-width: 25px;
  margin-right: 0.8rem;
  vertical-align: bottom;
}.AstaSearchResultat .SearchHead .verktyg {
  display: none;
}.AstaSearchResultat .FilterButtonStyle {
  border: none;
  background-color: #f2f2f2;
}.AstaSearchResultat .SearchHead button {
  padding: 10px;
  background-color: #ffffff;
  border: thin solid #cdcdcd;
  font-weight: bold;
  border-radius: 2px;
  margin-right: 5px;
}.AstaSearchResultat .SearchHead .spara button:hover {
  background-color: #62269e;
  border: thin solid #62269e;
  color: #ffffff;
  fill: #ffffff;
}.AstaSearchResultat .SearchVerktyg {
  vertical-align: top;
  width: auto;
  height: fit-content;
  background: #f2f2f2;
  border-radius: 0px;
  padding-left: 1.25rem;
}.AstaSearchResultat .SearchVerktyg .VisningAlternativeRow {
  margin: 0rem;
}.AstaSearchResultat .SearchVerktyg .FilterRow {
  margin: 0.5rem -2.5rem 0rem 0rem;
}.AstaSearchResultat .SearchVerktyg .anstat-dropdown {
  position: relative;
  margin-left: -0.25rem;
  margin-top: 2px;
  margin-left: -6rem;
}.AstaSearchResultat .SearchVerktyg .anstat-dropdown:after,
.AstaSearchResultat .pagination-result-limit:after {
  content: '';
  position: absolute;
  top: 48px;
  right: 35px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}.AstaSearchResultat .pagination-result-limit:after {
  top: auto;
  right: 20px;
}.AstaSearchResultat .pagination-hits-info {
  float: left;
}.AstaSearchResultat .SearchHead .pagination-hits-info-pagetop {
  float: left;
  display: inline-block;
  margin-top: 0.5rem;
}.AstaSearchResultat .pagination-result-limit {
  position: relative;
  margin-left: -0.25rem;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: end;
  align-items: center;
}.AstaSearchResultat .resultlimit {
  width: auto;
  height: 47px;
  border: 1px solid #d3d3d3;
  font-size: 19px;
  line-height: 18px;
  color: black;
  padding-left: 0.5em;
  /* for Firefox */
  background-color: white;
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  padding-right: 44px;
  cursor: pointer;
  position: relative;
  margin-left: -7px;
}.AstaSearchResultat .ResultlimitLabel {
  color: #000000;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 0.563rem;
  font-weight: normal;
}.AstaSearchResultat .SearchVerktyg select {
  width: 100%;
  height: fit-content;
  min-height: 47px;
  border: 1px solid #d3d3d3;
  font-size: 19px;
  color: #000;
  padding-left: 0.5em;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  padding-right: 44px;
  cursor: pointer;
  position: relative;
  margin-left: -14px;
}.AstaSearchResultat .SearchVerktyg select:focus {
  background-color: #D8C9E7;
  border: solid thin #62269e;
  outline: unset;
}.AstaSearchResultat .SearchVerktyg select:focus > option {
  background-color: white;
}.AstaSearchResultat .SearchFilter .Utbildningstyp {
  padding-left: 0.375rem;
  margin-left: -3px;
}label.btn.btn-default.radioLabel {
  padding-right: 3rem;
  font-weight: normal;
  width: fit-content;
  position: relative;
  text-align: left;
  color: #000;
  display: inline-block;
  float: left;
}.spanRadioButtons {
  width: fit-content;
  height: 100%;
  display: inline-block;
}input[type='radio'] {
  accent-color: black;
  border: 0px;
  width: 24px;
  height: 1.5rem;
  z-index: 10;
  position: relative;
}.checkedRadioButton {
  background-color: #d8c9e7;
  border: solid thin #62269e;
}.buttonColorChange {
  background-color: #d8c9e7;
  border: solid thin #62269e;
}.buttonColorChange:hover {
  background-color: #d8c9e7 !important;
  border: solid thin #62269e !important;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar {
  margin: 0;
  display: inline-flex;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar input[type='radio'] {
  opacity: 0;
  position: fixed;
  width: 0;
  cursor: pointer;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar label {
  display: block;
  font-size: 19px;
  background-color: #ffffff;
  padding: 0 0;
  border: 1px solid #c9c9c9;
  width: 100%;
  text-align: center;
  cursor: pointer;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar label:hover {
  background-color: #e5e5e5;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar input[type='radio']:focus + label {
  border: 1px solid #444;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar input[type='radio']:checked + label {
  background-color: #efe9f5;
  border-color: #62269e;
  color: #000000;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}.AstaSearchResultat .SearchFilter .Utbildningstyp .radio-toolbar ul li {
  display: table-cell;
  height: 49px;
  line-height: 49px;
  flex: 1;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .UniHogskolDiv {
  margin-top: 6px;
  margin-left: -26px;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .HeaderFilter {
  padding-top: 1.25rem;
  color: #000000;
  font-size: 19px;
  font-family: BauWebPro;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 21px;
  padding-left: 1.5rem;
  padding-bottom: 0.438rem;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .ProgramKursLabel {
  color: #000000;
  font-size: 19px;
  letter-spacing: 0px;
  margin-bottom: 0.563rem;
  font-weight: normal;
  display: block;
  margin-left: -6px;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .UniHogskolLabel {
  color: #000000;
  font-size: 19px;
  letter-spacing: 0px;
  margin-bottom: 0.563rem;
  font-weight: normal;
  margin-left: -7.25rem;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten {
  border: solid thin #cdcdcd;
  padding: 10px;
  min-height: 47px;
  cursor: pointer;
  font-size: 19px;
  color: #000;
  border-radius: 0;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  padding-right: 44px;
  position: relative;
  margin-left: -7.25rem;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten:focus {
  background-color: #d8c9e7;
  border: solid thin #62269e;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten {
  display: none;
  padding: 5px;
  border: solid thin #cdcdcd;
  box-shadow: 1px 1px 2px #cdcdcd;
  font-size: 19px;
  color: black;
  font-weight: bold;
  position: absolute;
  background-color: white;
  z-index: 100;
  margin-left: -84px;
  width: 100%;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten .larosatentext {
  display: block;
  margin: 5px 10px 5px 10px;
  font-weight: normal;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten ul.larosaten {
  margin: 0;
  list-style: none;
  padding-left: 0;
  min-height: 20px;
  max-height: 155px;
  overflow: auto;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten ul.larosaten li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten select {
  height: 100px;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten button.filterbutton {
  padding: 10px;
  background-color: #efe9f5;
  border: thin solid #62269e;
  font-weight: bold;
  margin-top: 5px;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten button.filterbutton:hover {
  background-color: #62269e;
  border: thin solid #62269e;
  color: #ffffff;
}.AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten button.filterbutton:focus {
  border: 2px solid #62269e;
}.AstaSearchResultat .SearchVisningsalternativ {
  margin-top: 24px;
  margin-bottom: 20px;
  margin-left: 3px;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande {
  padding-left: 5px;
  margin-left: -10px;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar {
  margin: 0;
  font-size: 19px;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar input[type='radio'] {
  opacity: 0;
  position: fixed;
  width: 0;
  cursor: pointer;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar label {
  display: block;
  font-size: 19px;
  background-color: #ffffff;
  padding: 10px 0;
  border: 1px solid #c9c9c9;
  width: 100%;
  text-align: center;
  cursor: pointer;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar label:hover {
  background-color: #e5e5e5;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar input[type='radio']:focus + label {
  border: 1px solid #444;
  cursor: pointer;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar input[type='radio']:checked + label {
  background-color: #efe9f5;
  border-color: #62269e;
  color: #000000;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}.AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande .radio-toolbar ul li {
  display: table-cell;
}.AstaSearchResultat .SearchVisningsalternativ .select-antagningspoang-urvalsgrupper {
  display: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 2px;
}.AstaSearchResultat .SearchVisningsalternativ .select-antagningspoang-urvalsgrupper .custom-dropwdown {
  position: relative;
  width: 100%;
}.AstaSearchResultat .SearchVisningsalternativ .select-antagningspoang-urvalsgrupper input {
  display: inline-block;
  cursor: pointer;
}.AstaSearchResultat .SearchVisningsalternativ .select-antagningspoang-urvalsgrupper label .urvalsgruppInfo {
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .HeaderVisningsAlternativ {
  color: #000000;
  font-size: 19px;
  font-family: BauWebPro;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 21px;
  padding-left: 0.25rem;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .UrvalsgruppLabel {
  color: #000000;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 0.563rem;
  font-weight: normal;
  padding-bottom: 0px;
  margin-left: -6px;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .DisplayOptionsLabel {
  color: #000000;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 21px;
  margin-bottom: 0.563rem;
  font-weight: normal;
  margin-left: -1.75rem;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .AntagnaSokandeLabel {
  color: #000000;
  font-size: 19px;
  letter-spacing: 0px;
  font-weight: normal;
  display: block;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .selectedurvalsgrupper {
  border: solid thin #cdcdcd;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
  background-color: #ffffff;
  width: 101%;
  text-align: left;
  padding-right: 44px;
  min-height: 47px;
  position: relative;
  margin-left: -0.5rem;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .selectedurvalsgrupper:focus {
  background-color: #d8c9e7;
  border: solid thin #62269e;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .selectedurvalsgrupper:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .filterurvalsgrupper {
  display: none;
  padding: 5px;
  border: solid thin #cdcdcd;
  box-shadow: 1px 1px 2px #cdcdcd;
  position: absolute;
  background-color: white;
  margin-left: -5px;
  width: 100%;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .filterurvalsgrupper .filterurvalsgrupper-titel {
  display: block;
  margin: 5px 5px 5px 10px;
  font-weight: normal;
}.AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .filterurvalsgrupper ul.urvalsgrupper {
  margin: 0;
  list-style: none;
  padding-left: 0;
  min-height: 20px;
  max-height: 115px;
  overflow: auto;
}.AstaSearchResultat .SearchVisningsalternativ .vy-description {
  border: solid thin #cdcdcd;
  background-color: #efe9f5;
  padding: 10px;
  margin-top: 1em;
  color: #212121;
  font-size: 14px;
}.AstaSearchResultat .SearchVisningsalternativ .vy-description .vy-info {
  display: block;
  color: black;
}.AstaSearchResultat .SearchVisningsalternativ .vy-description .vy-info .icon.icon-information {
  width: 16px;
  height: 16px;
  fill: black;
  vertical-align: sub;
}.AstaSearchResultat .VyInformation .vy-description {
  background-color: #e5f0f5;
  padding: 10px;
  margin-top: 1em;
  color: #212121;
  font-size: 14px;
  width: 50%;
  border-radius: 0px;
}.AstaSearchResultat .VyInformation .vy-description .vy-info {
  display: block;
  color: black;
}.AstaSearchResultat .VyInformation .vy-description .vy-info .icon.icon-information {
  width: 16px;
  height: 16px;
  fill: black;
  vertical-align: sub;
}.AstaSearchResultat .SearchVisningsalternativ .describe-antagningspoang-urv1,
.AstaSearchResultat .SearchVisningsalternativ .describe-reserver-och-antagna-urv1,
.AstaSearchResultat .SearchVisningsalternativ .describe-reserver-och-antagna-urv2,
.AstaSearchResultat .SearchVisningsalternativ .describe-konsfordelning-urv1,
.AstaSearchResultat .SearchVisningsalternativ .describe-konsfordelning-urv2,
.AstaSearchResultat .SearchVisningsalternativ .describe-aldersfordelning-urv1,
.AstaSearchResultat .SearchVisningsalternativ .describe-aldersfordelning-urv2,
.AstaSearchResultat .SearchVisningsalternativ .describe-reserver-och-antagna-sok,
.AstaSearchResultat .SearchVisningsalternativ .describe-konsfordelning-sok,
.AstaSearchResultat .SearchVisningsalternativ .describe-aldersfordelning-sok {
  display: none;
}.AstaSearchResultat .SearchVisningsalternativ .describe-antagningspoang-urv2 {
  display: block;
}.AstaSearchResultat .SearchResultat {
  text-align: center;
}.AstaSearchResultat .SearchResultat .header {
  display: table;
  width: 100%;
  margin-block: 0.5em;
}.AstaSearchResultat .SearchResultat .header .headersorting {
  display: none;
}.AstaSearchResultat .SearchResultat .header .start {
  display: table-cell;
  max-width: 300px;
  padding: 0;
  border-radius: 0;
  font-weight: bold;
  color: #000000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  color: black;
  text-align: start;
  border: none;
}.AstaSearchResultat .SearchResultat .header .end {
  display: table-cell;
  text-align: end;
  width: 50%;
}.AstaSearchResultat .SearchResultat .end .outer {
  display: table;
  text-align: end;
  height: 100%;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}.AstaSearchResultat .SearchResultat .header .end .label {
  display: table-cell;
  width: 50%;
  padding: 0;
  border-radius: 0;
  border: none;
  font-weight: bold;
  color: #000000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  color: black;
}.AstaSearchResultat .SearchResultat .loader {
  margin-top: 200px;
  display: inline-block;
  margin: 0 auto;
}.AstaSearchResultat .SearchResultat .header .end .cell {
  width: 79px;
  padding: 0;
  border-radius: 0;
  font-weight: bold;
  color: #000000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  color: black;
  padding: 0 5px;
  border: none;
}.AstaSearchResultat .SearchResultat .kort .end .rad .empty {
  display: inline-block;
  padding: 0;
  width: 237px;
  border-radius: 0;
  font-weight: bold;
  color: #000000;
  text-shadow: none;
  vertical-align: baseline;
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 18px;
  color: black;
  padding: 0 5px;
  text-align: center;
  border: none;
}.AstaSearchResultat .SearchResultat .header .end .cell button {
  background-color: transparent;
  border: none;
  font-weight: bold;
  padding: 0;
  width: 100%;
}.AstaSearchResultat .SearchResultat .header .start.active,
.AstaSearchResultat .SearchResultat .header .end .cell button.active {
  background-color: #d8c9e7;
  color: #62269e;
  cursor: pointer;
  fill: #62269e;
}.AstaSearchResultat .SearchResultat .header .start .icon.icon-pil-flytta,
.AstaSearchResultat .SearchResultat .header .end .cell button .icon.icon-pil-flytta {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.15789474em;
  margin-left: 3px;
  pointer-events: none;
}.AstaSearchResultat .SearchResultat .header .start.sortable {
  cursor: pointer;
}.AstaSearchResultat .SearchResultat .header button.start:hover,
.AstaSearchResultat .SearchResultat .header button.start:focus,
.AstaSearchResultat .SearchResultat .header .end .cell button:hover,
.AstaSearchResultat .SearchResultat .header .end .cell button:focus {
  background-color: #f2f2f2;
}.AstaSearchResultat .SearchResultat .header button:focus-visible {
  outline-offset: 0.15rem;
  outline: 3px solid HighLight;
}.AstaSearchResultat .SearchResultat .header .end .cell.sortable {
  cursor: pointer;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort {
  display: none;
  position: absolute;
  padding: 0;
  background-color: white;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
  border: solid #cdcdcd 1px;
  min-width: 300px;
  min-height: 200px;
  z-index: 8;
  transform: translate(-50%);
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul .sortText {
  display: block;
  text-align: left;
  padding: 10px;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul {
  font-size: 1em;
  list-style: none;
  margin: 0;
  padding-left: 0;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li {
  text-align: left;
  padding: 5px 10px;
  margin-bottom: 10px;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li.active {
  background-color: #d8c9e7;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li:hover {
  background-color: #f2f2f2;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li input {
  display: inline-block;
  cursor: pointer;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li .anstat-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li span {
  font-size: 19px;
  font-weight: normal;
  line-height: 25px;
  text-wrap: wrap;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li .radiocheckmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: white;
  border-radius: 50%;
  border: 1px black solid;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  position: absolute;
  top: 4px;
  left: 0px;
  height: 19px;
  width: 19px;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li .radiocheckmark:after {
  content: '';
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: black;
}.AstaSearchResultat .SearchResultat .header .end .cell .sort ul li input:checked ~ .radiocheckmark:after {
  display: block;
}.AstaSearchResultat .SearchResultat .kort {
  display: table;
  margin-bottom: 1em;
  border: thin solid #cdcdcd;
  width: 100%;
  height: 100%;
}.AstaSearchResultat .SearchResultat .kort .start {
  display: table-cell;
  text-align: start;
  max-width: 230px;
  padding: 15px;
  border-radius: 0;
  font-weight: normal;
  color: #000000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: top;
  background-color: #ffffff;
  font-size: 14px;
}.AstaSearchResultat .SearchResultat .kort .start .typ {
  color: #62269e;
  font-weight: bold;
}.AstaSearchResultat .SearchResultat .kort .start .namn {
  font-size: 19px;
  font-weight: bold;
  width: inherit;
  white-space: pre-wrap;
  color: black;
}.AstaSearchResultat .SearchResultat .kort .start .namn a {
  color: #000000;
  text-decoration: underline;
}.AstaSearchResultat .SearchResultat .kort .start .namn a:hover {
  color: #006e96;
}.AstaSearchResultat .SearchResultat .kort .start .namn a:focus {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}.AstaSearchResultat .SearchResultat .kort .start .text {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  font-size: 14px;
}.AstaSearchResultat .SearchResultat .kort .start .text .skolinfo {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1em;
  width: 100%;
}.AstaSearchResultat .SearchResultat .kort .start .text .skola {
  display: inline-block;
  color: black;
}.AstaSearchResultat .SearchResultat .kort .start .text .skola::after {
  display: inline-block;
  content: ' - ';
  padding: 0 5px;
}.AstaSearchResultat .SearchResultat .kort .start .text .kod {
  display: inline-block;
  color: black;
}.AstaSearchResultat .SearchResultat .kort .start .text .kod::after {
  display: inline-block;
  content: ' - ';
  padding: 0 5px;
}.AstaSearchResultat .SearchResultat .kort .start .text .omgang {
  display: inline-block;
  color: black;
  margin-right: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietakt.studietakt_25 {
  background-image: url('/assets/icons/25.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietakt.studietakt_50 {
  background-image: url('/assets/icons/50.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietakt.studietakt_75 {
  background-image: url('/assets/icons/75.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietakt.studietakt_100 {
  background-image: url('/assets/icons/100.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
}.AstaSearchResultat .SearchResultat .kort .start .text .undervisningsform.undervisningsform_NML {
  background-image: url('/assets/icons/normal-undervisning-campus.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .undervisningsform.undervisningsform_DST {
  background-image: url('/assets/icons/distans-alt1.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .undervisningsform.undervisningsform_ING {
  background-image: url('/assets/icons/ingen-undervisning.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .undervisningsform.undervisningsform_ITD {
  background-image: url('/assets/icons/distans-alt2.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietid.studietid_DAG {
  background-image: url('/assets/icons/dagtid.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietid.studietid_BLA {
  background-image: url('/assets/icons/blandad-undervisning-alt1.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietid.studietid_EFT {
  background-image: url('/assets/icons/eftermiddag.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietid.studietid_ING {
  background-image: url('/assets/icons/0.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietid.studietid_KVÄ {
  background-image: url('/assets/icons/kvallstid.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .start .text .studietid.studietid_VSL {
  background-image: url('/assets/icons/veckoslut.svg');
  background-size: cover;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: transparent;
  display: inline-block;
  margin-left: 1em;
}.AstaSearchResultat .SearchResultat .kort .radheader {
  /* TODO Kommentar till rad i mobil vy */
}.AstaSearchResultat .SearchResultat .kort .radheader .label {
  /* TODO  Kommentar till rad i mobil vy */
}.AstaSearchResultat .SearchResultat .kort .radheader .cell {
  /* TODO  Kommentar till rad i mobil vy */
}.AstaSearchResultat .SearchResultat .kort .radnotis {
  /* TODO  Kommentar till rad i mobil vy */
}.AstaSearchResultat .SearchResultat .kort .end {
  display: table-cell;
  text-align: end;
  width: 50%;
}.AstaSearchResultat .SearchResultat .kort .end .outer .rad {
  display: table-row;
}.AstaSearchResultat .SearchResultat .kort .end .outer .rad:last-child .label,
.AstaSearchResultat .SearchResultat .kort .end .outer .rad:last-child .cell {
  border-bottom: none;
}.AstaSearchResultat .SearchResultat .kort .end .rad.hidden {
  display: none;
}.AstaSearchResultat .SearchResultat .kort .end .rad .label,
.AstaSearchResultat .SearchResultat .kort .end .headerrad .label {
  display: inline-block;
  width: 50%;
  padding: 0;
  border-radius: 0;
  font-weight: normal;
  color: #000000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  color: black;
  text-align: right;
  border: none;
  border-bottom: solid thin #cdcdcd;
  border-left: solid thin #cdcdcd;
  padding: 0 5px;
}.AstaSearchResultat .SearchResultat .kort .end .rad .label {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  white-space: normal;
}.AstaSearchResultat .SearchResultat .kort .end .rad .cell,
.AstaSearchResultat .SearchResultat .kort .end .headerrad .cell {
  display: inline-block;
  width: 79px;
  padding: 0;
  border-radius: 0;
  font-weight: bold;
  color: #000000;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  color: black;
  text-align: right;
  border: none;
  border-bottom: solid thin #cdcdcd;
  padding: 0 5px;
  background-color: #f2f2f2;
}.AstaSearchResultat .SearchResultat .kort .end .rad .empty {
  border-bottom: solid thin #cdcdcd;
}.AstaSearchResultat .SearchResultat .kort .end .rad .cell,
.AstaSearchResultat .SearchResultat .kort .end .rad .empty {
  display: table-cell;
  vertical-align: middle;
}.AstaSearchResultat .SearchResultat .kort .end .headerrad {
  display: none;
}.AstaSearchResultat .SearchResultat .kort .end .rad:nth-child(2n) .cell,
.AstaSearchResultat .SearchResultat .kort .end .rad:nth-child(2n) .empty {
  background-color: #e5e5e5;
}.AstaSearchResultat .SearchResultat .noresult {
  text-align: center;
  margin-top: 5em;
  font-size: 19px;
  font-weight: bold;
  color: black;
}.AstaSearchResultat .SearchResultat .noresult span {
  display: block;
}.AstaSearchResultat .SearchResultat .errormessage {
  text-align: center;
  margin-top: 5em;
  font-size: 19px;
  font-weight: bold;
  color: #e91449;
}.AstaSearchResultat .SearchFoot {
  display: block;
  text-align: center;
}.AstaSearchResultat .SearchFoot .paginator {
  display: flex;
  justify-content: center;
  gap: 9px;
  list-style: none;
  padding: 0;
}.AstaSearchResultat .SearchFoot .paginator li {
  display: inline;
}.AstaSearchResultat .SearchFoot .paginator li button:focus {
  outline: 3px solid HighLight;
  outline-offset: 0.15rem;
}.AstaSearchResultat .SearchFoot .paginator li span {
  font-weight: bold;
  height: 48px;
  padding: 0 4px;
  display: flex;
  align-items: end;
}.AstaSearchResultat .SearchFoot .paginator li .pagetext.large {
  border: solid thin #cccccc;
  background-color: #ffffff;
  font-weight: bold;
  height: 48px;
  padding: 0 15px;
}.AstaSearchResultat .SearchFoot .paginator li .pagetext.large:hover {
  background-color: #f2f2f2;
}.AstaSearchResultat .SearchFoot .paginator li .pagetext.small {
  border: none;
  background-color: #ffffff;
  font-weight: bold;
  display: none;
}.AstaSearchResultat .SearchFoot .paginator li .pagetext.first,
.AstaSearchResultat .SearchFoot .paginator li .pagetext.last {
  display: none;
}.AstaSearchResultat .SearchFoot .paginator li .pagenumber {
  border: solid thin #cccccc;
  background-color: #ffffff;
  padding: 4px 15px;
  height: 48px;
  font-weight: bold;
}.AstaSearchResultat .SearchFoot .paginator li .pagenumber.currentpage {
  background-color: #d8c9e7;
}.AstaSearchResultat .SearchFoot .paginator li .pagenumber:hover {
  background-color: #f2f2f2;
}.AstaSearchResultat .modal-dialog .modal-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 50px;
  background-color: #62269e;
}.AstaSearchResultat .modal-dialog .modal-title {
  margin-bottom: 40px;
}.AstaSearchResultat .modal-dialog .modal-body {
  margin: 40px 60px 100px;
}.AstaSearchResultat .modal-dialog button {
  background: transparent;
  border: 0;
  padding: 0;
}.list-option {
  margin-bottom: 2px;
}.list-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.list-option input:checked + label .icon-check {
  display: block;
}.list-option input:focus-visible + label {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}.list-option .container-choice {
  display: block;
  position: relative;
  padding: 6px 0;
  padding-left: 37px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}.list-option .container-choice .txt {
  white-space: normal;
}.list-option .container-choice .icon-check {
  position: absolute;
  top: 12px;
  left: 13px;
  height: 13px;
  width: 13px;
  display: none;
}.list-option .container-choice:focus {
  outline: 3px solid HighLight;
  outline-offset: 2px;
}.list-option .container-choice:hover {
  background-color: #f2f2f2;
}.list-option .container-choice:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 10px;
  height: 19px;
  width: 19px;
  background-color: #ffffff;
  border: 1px solid black;
}.AstaSearchResultat .modal-dialog .icon-kryss {
  width: 25px;
  height: 25px;
}#spara-div-mobile {
  display: none;
}#spara-div-desktop {
  display: block;
  margin-right: -45px;
}#DesktopInformation {
  display: block;
  margin-top: -45px;
}#MobileInformation {
  display: none;
}.FilterLabelMobile {
  display: none;
}.FilterLabelDesktop {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
  line-height: 19px;
  padding-left: 8px;
}.SortFilterMobile {
  display: none;
}label.btn.btn-default.radioLabel.ProgramLabel {
  width: fit-content;
}.btn-default:focus,
.btn-default.focus .btn-default:active:focus .btn-default:active:hover {
  background-color: #fff;
}.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: black;
  background-color: #d8c9e7;
  border-color: #898989;
}.btn-default:hover {
  color: black;
  background-color: #f2f2f2;
  border-color: #aaaaaa;
}.glyphicon {
  font-size: 19px;
  font-weight: normal;
}@media (min-width: 992px) and (max-width: 1199px) {
  .AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten {
    margin-left: 0px;
    width: 94%;
  }
  .AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande {
    width: fit-content;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .UniHogskolLabel {
    margin-left: -2px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten {
    margin-left: 0px;
  }
  .AstaSearchResultat .SearchVerktyg .anstat-dropdown {
    margin-left: 0.75rem;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .UniHogskolDiv {
    margin-left: -14px;
  }
}@media (min-width: 768px) and (max-width: 991px) {
  .AstaSearchResultat .SearchFilter .Utbildningstyp {
    width: fit-content;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .AntagnaSokandeLabel {
    margin-left: -5px;
  }
  .AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande {
    margin-left: 5px;
    width: fit-content;
  }
  .AstaSearchResultat .SearchVisningsalternativ .select-antagningspoang-urvalsgrupper {
    margin-left: 10px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .ProgramKursLabel {
    margin-left: -0.5rem;
  }
  .AstaSearchResultat .SearchVerktyg .FilterRow {
    margin: 0.25rem -2.75rem 0rem -0.25rem;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .HeaderVisningsAlternativ {
    padding-left: 0;
  }
  .AstaSearchResultat .SearchResultat .header .start.sortable {
    cursor: pointer;
    margin-left: -13px;
  }
  .AstaSearchResultat .SearchVerktyg select {
    width: 100%;
    margin-left: 13px;
  }
  .AstaSearchResultat .SearchVerktyg .anstat-dropdown {
    margin-left: -1.5rem;
  }
  .AstaSearchResultat .SearchVerktyg .anstat-dropdown:after {
    right: 12px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .selectedurvalsgrupper {
    width: 54%;
    margin-left: 5px;
    margin-bottom: 20px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .UrvalsgruppLabel {
    padding-top: 14px;
    margin-left: 5px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten {
    margin-left: 25px;
    width: fit-content;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .filterurvalsgrupper {
    margin-left: 5px;
    margin-top: -20px;
    width: 53%;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten {
    width: 72%;
    margin-left: 2.5rem;
  }
  .AstaSearchResultat .SearchVerktyg {
    height: fit-content;
    width: auto;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .UniHogskolLabel {
    margin-left: 23px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .DisplayOptionsLabel {
    margin-left: 12px;
  }
  .AstaSearchResultat .SearchVerktyg .VisningAlternativeRow {
    margin-bottom: 7px;
    margin-left: -13px;
  }
  .AstaSearchResultat .SearchResultat .kort .end .headerrad {
    display: table-row;
  }
  .AstaSearchResultat .SearchResultat .kort .end .headerrad .label {
    display: table-cell;
    background-color: #ffffff;
    font-weight: normal;
    width: 140px;
  }
  .AstaSearchResultat .SearchResultat .kort .end .headerrad .cell {
    display: table-cell;
    background-color: #ffffff;
    font-weight: normal;
    max-width: 60px;
  }
}@media (max-width: 767px) {
  .AstaSearchResultat .SearchVerktyg .SearchFilter .ProgramKursLabel {
    margin-left: -5px;
  }
  .sok-block .AstaSearch {
    margin-left: -16px;
    margin-right: -16px;
  }
  .AstaSearchResultat {
    margin-top: 20px;
  }
  .AstaSearchResultat .SearchVisningsalternativ .select-antagningspoang-urvalsgrupper {
    margin-left: 4px;
    margin-right: 2px;
  }
  .glyphicon {
    font-size: 15px;
    font-weight: normal;
  }
  .AstaSearchResultat .SearchVerktyg .anstat-dropdown:after {
    right: 18px;
  }
  .MobileFilterButtonsSpace {
    margin-left: 20px;
  }
  .AstaSearchResultat .SearchVisningsalternativ .AntagnaSokandeGroup {
    color: black;
    background-color: #fff;
    border-color: #c9c9c9;
  }
  .AccordionButtonsMobile {
    display: flex;
    flex-direction: column;
  }
  .accordionFilter {
    display: flex;
    margin-left: 0px;
  }
  #spara-div-mobile {
    display: block;
  }
  #spara-div-desktop {
    display: none;
  }
  #DesktopInformation {
    display: none;
  }
  #MobileInformation {
    display: block;
    margin: 0px;
  }
  .AstaSearchResultat .SortFilterStyle {
    vertical-align: top;
    width: calc(100% + 20px);
    height: fit-content;
    background: #f2f2f2;
    border-radius: 0px;
    padding-left: 1.25rem;
    margin-left: -20px;
  }
  .SortHeading {
    width: 70px;
    height: 19px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 19px;
  }
  .FilterLabelMobile {
    display: block;
    width: fit-content;
    height: 19px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 19px;
    padding-left: 8px;
  }
  .SortLabelMobile {
    display: block;
    width: fit-content;
    height: 19px;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 19px;
    padding-left: 8px;
  }
  .AstaSearchResultat .accordionFilter button[aria-expanded='true'] {
    display: inline-flex;
    background: #f2f2f2 !important;
    border: 0px !important;
    height: 48px;
    padding-top: 14px;
    padding-bottom: 15px;
    align-items: center;
  }
  .AstaSearchResultat .accordionFilter button[aria-expanded='false'] {
    display: inline-flex;
    background: #ffffff;
    border: 1px solid #333333;
    border-radius: 0px;
    height: 48px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .FilterLabelDesktop {
    display: none;
  }
  .SortFilterDesktop {
    display: none;
  }
  .SortFilterMobile {
    display: block;
    width: calc(100% + 20px);
  }
  .AstaSearchResultat .VyInformation .vy-description {
    background-color: white;
    margin-right: 10px;
    width: auto;
    height: fit-content;
    border: 1px solid #cccccc;
    border-radius: 0px;
    margin-left: -1px;
    margin-right: 11px;
  }
  .AstaSearchResultat .VyInformation .vy-description .vy-text {
    margin-left: 2rem;
    margin-right: 1rem;
  }
  .AstaSearchResultat .SearchHead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
    margin-top: 4px;
    margin-left: -10px;
  }
  .AstaSearchResultat .SearchHead .verktyg .showFilter,
  .AstaSearchResultat .SearchHead .verktyg .showVisningsalternativ {
    display: inline-block;
  }
  .AstaSearchResultat .SearchHead .verktyg .showFilter .icon,
  .AstaSearchResultat .SearchHead .verktyg .showVisningsalternativ .icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0.15789474em;
  }
  .AstaSearchResultat .SearchHead .verktyg .showFilter.active,
  .AstaSearchResultat .SearchHead .verktyg .showVisningsalternativ.active {
    background-color: #efe9f5;
    border-color: #62269e;
    color: #000;
    cursor: pointer;
    fill: #000;
  }
  .AstaSearchResultat .SearchVerktyg select {
    height: 50px;
    margin-left: -4px;
    width: 101%;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .HeaderVisningsAlternativ {
    margin-left: 0px;
    padding-left: 0px;
  }
  .AstaSearchResultat .SearchHead .verktyg .showVisningsalternativ {
    display: inline-block;
  }
  .AstaSearchResultat .SearchHead .resultat {
    display: inline-flex;
    margin-bottom: 0.5rem;
  }
  .AstaSearchResultat .SearchHead .resultat .rubrik {
    display: block;
  }
  .AstaSearchResultat .SearchHead .verktyg {
    display: none;
  }
  .AstaSearchResultat .spara {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .AstaSearchResultat .spara .saveAsExcel {
    margin-right: 0.5em;
    background-color: #ffffff;
    width: calc(100% - 10px);
    height: 48px;
    border: 1px solid #333333;
    border-radius: 0px;
    margin: 0.625rem;
  }
  .AstaSearchResultat .spara .saveAsExcel img {
    width: 30px;
    margin-right: 8px;
  }
  .AstaSearchResultat .spara .saveAsCSV {
    margin-right: 0.5em;
    background-color: #ffffff;
    width: calc(100% - 10px);
    height: 48px;
    border: 1px solid #333333;
    border-radius: 0px;
    margin: 0.625rem;
  }
  .AstaSearchResultat .spara .saveAsCSV img {
    width: 30px;
    margin-right: 8px;
  }
  .AstaSearchResultat .spara button:hover {
    background-color: #62269e;
    border: thin solid #62269e;
    color: #ffffff;
    fill: #ffffff;
  }
  .AstaSearchResultat .SearchVerktyg {
    width: calc(100% + 40px);
    height: fit-content;
    margin-top: 0px;
    margin-left: -20px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ {
    margin-bottom: 15px;
  }
  .AstaSearchResultat .SearchResultat {
    display: block;
    width: 100%;
    vertical-align: unset;
    overflow: hidden;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .AstaSearchResultat .SearchResultat .loader {
    margin-top: 40px;
  }
  .AstaSearchResultat .SearchResultat .headersorting {
    font-size: 14px;
    line-height: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 1.1em;
    margin-top: 0.2em;
  }
  .AstaSearchResultat .SearchResultat .header {
    display: none;
    margin-bottom: 19px;
  }
  .AstaSearchResultat .SearchResultat .header .headersorting {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 1.1em;
    margin-top: 1em;
  }
  .AstaSearchResultat .SearchResultat .header .start {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #ccc;
    width: 37rem;
    color: black;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.625rem;
    font-size: 19px;
    margin-left: 0;
  }
  .AstaSearchResultat .SearchResultat .header .end .label {
    display: none;
  }
  .AstaSearchResultat .SearchResultat .header .end {
    display: block;
  }
  .AstaSearchResultat .SearchResultat .header .end .cell {
    width: 100%;
    padding: 0;
  }
  .AstaSearchResultat .SearchResultat .header .end .cell button {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    font-size: 19px;
    color: black;
    border: 1px solid #ccc;
    width: 37rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0.625rem;
    margin-right: 21px;
  }
  .AstaSearchResultat .SearchResultat .header .end .cell .sort {
    position: relative;
    right: 0;
    transform: translate(0);
  }
  /* Sort mobile sort styling*/
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button {
    background-color: transparent;
    border: none;
    font-weight: bold;
    padding: 0;
    width: 100%;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start.active,
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button.active {
    background-color: #d8c9e7;
    color: #62269e;
    cursor: pointer;
    fill: #62269e;
  }
  .AstaSearchResultat .SorteraLabel {
    margin-top: 15px;
    width: 75px;
    height: 21px;
    color: #000000;
    font-size: 19px;
    font-family: BauWebPro;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #333333;
    color: black;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: normal;
    width: 100%;
  }
  AstaSearchResultat .MobilSortKnappar .header .end .cell {
    display: inline-block;
    width: 79px;
    padding: 0;
    border-radius: 0;
    font-weight: bold;
    color: #000000;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    color: black;
    padding: 0 5px;
    border: none;
  }
  .AstaSearchResultat .MobilSortKnappar .kort .end .rad .empty {
    display: inline-block;
    padding: 0;
    width: 237px;
    border-radius: 0;
    font-weight: bold;
    color: #000000;
    text-shadow: none;
    vertical-align: baseline;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 18px;
    color: black;
    padding: 0 5px;
    text-align: center;
    border: none;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button {
    background-color: transparent;
    border: none;
    font-weight: normal;
    padding: 0;
    width: 100%;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start.active,
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button.active {
    background-color: #d8c9e7;
    color: #62269e;
    cursor: pointer;
    fill: #62269e;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start .icon.icon-pil-flytta,
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button .icon.icon-pil-flytta {
    width: 14px;
    height: 14px;
    position: relative;
    top: 0.15789474em;
    margin-left: 3px;
    pointer-events: none;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start.sortable {
    cursor: pointer;
    width: 100%;
  }
  .AstaSearchResultat .MobilSortKnappar .header button.start:hover,
  .AstaSearchResultat .MobilSortKnappar .header button.start:focus,
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button:hover,
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button:focus {
    background-color: #d8c9e7;
    border-radius: 0px;
    border: solid thin transparent;
  }
  .AstaSearchResultat .MobilSortKnappar .header button:focus-visible {
    outline-offset: 0.15rem;
    outline: 3px solid HighLight;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell.sortable {
    cursor: pointer;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort {
    background-color: white;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li {
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li.active {
    background-color: #d8c9e7;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li input {
    display: inline-block;
    cursor: pointer;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li .anstat-label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li span {
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
    text-wrap: wrap;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li .radiocheckmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    position: absolute;
    top: 4px;
    left: 0px;
    height: 19px;
    width: 19px;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li .radiocheckmark:after {
    content: '';
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: black;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul li input:checked ~ .radiocheckmark:after {
    display: block;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell .sort ul .sortText {
    display: block;
    text-align: left;
    margin: 10px;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start .icon.icon-pil-flytta,
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button .icon.icon-pil-flytta {
    width: 14px;
    height: 14px;
    position: relative;
    top: 0.15789474em;
    margin-left: 3px;
    pointer-events: none;
  }
  .AstaSearchResultat .MobilSortKnappar .header .start.sortable {
    cursor: pointer;
  }
  .AstaSearchResultat .MobilSortKnappar .headersorting {
    font-size: 14px;
    line-height: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 1.1em;
    margin-top: 0.2em;
  }
  .AstaSearchResultat .MobilSortKnappar .header {
    margin-bottom: 19px;
    text-align: center;
  }
  .AstaSearchResultat .MobilSortKnappar .header .headersorting {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 1.1em;
    margin-top: 1em;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .label {
    display: none;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end {
    display: block;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell {
    width: 100%;
    padding: 0;
  }
  .AstaSearchResultat .MobilSortKnappar .header .end .cell button {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    font-size: 19px;
    color: black;
    border: 1px solid #333333;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
  }
  .AstaSearchResultat .SearchResultat .kort {
    display: block;
    margin-bottom: 1em;
    border: thin solid #cdcdcd;
    width: 100%;
  }
  .AstaSearchResultat .SearchResultat .kort .start {
    display: block;
    text-align: start;
    max-width: 100%;
    padding: 5px;
    border-radius: 0;
    font-weight: normal;
    color: #000000;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: top;
    background-color: #ffffff;
    font-size: 14px;
  }
  .AstaSearchResultat .SearchResultat .kort .start .text {
    display: flex;
    flex-wrap: wrap;
  }
  .AstaSearchResultat .SearchResultat .kort .end {
    display: block;
    text-align: unset;
    width: 100%;
    border-top: solid thin #cdcdcd;
    overflow-x: scroll;
  }
  .AstaSearchResultat .SearchResultat .kort .end .outer {
    display: table;
    table-layout: fixed;
  }
  .AstaSearchResultat .SearchResultat .kort .end .headerrad {
    display: table-row;
  }
  .AstaSearchResultat .SearchResultat .kort .end .headerrad .label {
    display: table-cell;
    background-color: #ffffff;
    font-weight: normal;
    width: 140px;
  }
  .AstaSearchResultat .SearchResultat .kort .end .headerrad .cell {
    display: table-cell;
    background-color: #ffffff;
    font-weight: normal;
    max-width: 60px;
  }
  .AstaSearchResultat .SearchResultat .kort .end .rad {
    display: table-row;
  }
  .AstaSearchResultat .SearchResultat .kort .end .rad .label {
    display: table-cell;
    text-align: right;
    line-height: 42px;
    width: 140px;
  }
  .AstaSearchResultat .SearchResultat .kort .end .rad .cell,
  .AstaSearchResultat .SearchResultat .kort .end .rad .empty {
    display: table-cell;
    line-height: 42px;
    max-width: 60px;
  }
  .AstaSearchResultat .SearchFoot {
    display: block;
    width: 100%;
    text-align: center;
  }
  .AstaSearchResultat .SearchFoot .paginator {
    list-style: none;
    float: none;
    gap: 10px;
  }
  .AstaSearchResultat .SearchFoot .paginator li.desktoponly,
  .AstaSearchResultat .SearchFoot .paginator li .pagetext.large {
    display: none;
  }
  .AstaSearchResultat .SearchFoot .paginator li .pagetext.small {
    display: inline-block;
    border: solid 1px #333;
    height: 48px;
    padding: 12px;
  }
  .AstaSearchResultat .SearchFoot .paginator li .pagetext.first,
  .AstaSearchResultat .SearchFoot .paginator li .pagetext.last {
    display: inline-block;
  }
  .AstaSearchResultat .SearchFoot .paginator li .pagetext.small .icon.icon-triangel-pil-hoger,
  .AstaSearchResultat .SearchFoot .paginator li .pagetext.small .icon.icon-triangel-pil-vanster {
    width: 13px;
    height: 13px;
    position: relative;
    top: 0.17em;
  }
  .AstaSearchResultat .pagination-hits-info {
    float: none;
    padding: 0 10px;
  }
  .AstaSearchResultat .SearchHead .pagination-hits-info-pagetop {
    float: none;
    display: block;
    margin-top: 0;
  }
  .AstaSearchResultat .SearchHead .pagination-hits-info-pagetop p {
    margin-bottom: 0;
  }
  .AstaSearchResultat .pagination-result-limit {
    display: inline-block;
    justify-content: flex-start;
    align-items: end;
    margin: 14px 0 40px;
    padding: 0 10px;
  }
  .AstaSearchResultat .pagination-result-limit .resultlimit {
    margin-left: 10px;
  }
  .AstaSearchResultat .pagination-result-limit:after {
    top: 20px;
    right: 25px;
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .UniHogskolLabel {
    margin-left: 0.25rem;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .HeaderFilter {
    padding-left: 1rem;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .DisplayOptionsLabel {
    margin-left: -4px;
  }
  .AstaSearchResultat .SearchFilter .Utbildningstyp {
    margin-bottom: 0.938rem;
    margin-left: -10px;
    padding: 0;
  }
  .AstaSearchResultat .SearchVisningsalternativ .AntagnaSokande {
    margin-bottom: 0.938rem;
    padding: 0px;
    margin-left: -5px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .AntagnaSokandeLabel {
    margin-left: -3px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten {
    margin-left: 0.125rem;
    width: 94%;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten {
    background-color: white;
    width: 94%;
    margin-left: 0;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .dropdown {
    padding: 0px;
    margin-left: -7px;
  }
  .AstaSearchResultat .SearchVerktyg .anstat-dropdown {
    margin-bottom: 0.938rem;
    padding: 0px;
    margin-right: 10px;
    margin-left: 0.313rem;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .filterurvalsgrupper {
    background-color: white;
    width: 100%;
  }
  .AstaSearchResultat .SearchVerktyg .FilterRow {
    margin-left: 0.5rem;
  }
}@media (max-width: 480px) {
  .AstaSearchResultat .SortFilterStyle {
    margin-left: 0px;
  }
  .AstaSearchResultat {
    margin-left: 0px;
    margin-right: 0px;
  }
  .SortFilterMobile {
    display: block;
    width: 100%;
    margin-left: -10px;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .selectedlarosaten {
    width: 91%;
  }
  .AstaSearchResultat .SearchVerktyg .SearchFilter .filterlarosaten {
    width: 91%;
  }
  .AstaSearchResultat .SearchVerktyg .SearchVisningsalternativ .selectedurvalsgrupper {
    width: 102%;
  }
  .sok-block {
    padding: 30px 15px;
  }
  .sok-block .sok-title {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .sok-block .AstaSearch {
    padding-bottom: 0;
    margin: 0;
  }
  .sok-block .AstaSearch .tooltip {
    display: none !important;
  }
  .sok-block .AstaSearch .AstaSearchForm {
    flex-wrap: wrap;
    width: auto;
    margin-left: -17px;
    margin-right: -17px;
  }
  .sok-block .AstaSearch .AstaSearchForm .select-container {
    width: 100%;
    margin-bottom: 10px;
  }
  .sok-block .AstaSearch .AstaSearchForm .select-container .icon.icon-triangel-pil-ned {
    width: 19px;
    height: 19px;
    top: 0.75em;
    right: 1em;
    pointer-events: none;
  }
  .sok-block .AstaSearch .AstaSearchForm .select-container .SearchSelect {
    width: 100%;
    border: 1px solid black;
  }
  .sok-block .AstaSearch .AstaSearchForm .select-container .SearchSelect:focus {
    padding: 9px;
    border: 2px solid #62269e;
  }
  .sok-block .AstaSearch .AstaSearchForm .search-container .icon {
    width: 1em;
    height: 1em;
    top: 0.75em;
  }
  .sok-block .AstaSearch .AstaSearchForm .search-container .icon.icon-forstoringsglas {
    left: 0.5em;
  }
  .sok-block .AstaSearch .AstaSearchForm .search-container .icon.icon-kryss {
    right: 0.75em;
  }
  .sok-block .AstaSearch .AstaSearchForm .search-container .SearchField {
    width: 100%;
    border: 1px solid black;
    padding: 10px 30px;
  }
  .sok-block .AstaSearch .AstaSearchForm .search-container .SearchField:hover,
  .sok-block .AstaSearch .AstaSearchForm .search-container .SearchField:focus {
    border: 2px solid #62269e;
    padding: 9px 29px;
  }
  .sok-block .AstaSearch .AstaSearchForm .search-container .SeachSuggestion .card:active,
  .sok-block .AstaSearch .AstaSearchForm .search-container .SeachSuggestion .finalCard:active {
    background-color: #efe9f5;
  }
  .sok-block .AstaSearch .AstaSearchForm .SearchButton {
    display: none;
  }
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .dataselectors__outercointainer {
    padding-left: 0;
  }
}#dataPresenter-wrapper .dataselectors__description {
  width: 100%;
  font-size: 1.9rem;
  margin: 0 auto;
  padding-top: 5px;
  padding: 0 10px;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .dataselectors__description {
    margin: 0;
    padding-top: 0;
    padding-right: 20px;
    max-width: 80%;
  }
}#dataPresenter-wrapper .dataselectors__header {
  margin: 0;
  font-weight: bold;
  margin: 0 10px 8px 10px;
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  #dataPresenter-wrapper .dataselectors__header {
    padding: 0;
    margin-top: 0;
  }
}#dataPresenter-wrapper .dataselectors__group-header {
  font-size: 19px;
  border: 0;
  color: #000;
  margin-left: 0;
}#dataPresenter-wrapper .dataselectors__dropdown {
  margin: 0 auto;
  padding: 0 10px 0 10px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 65px;
}#dataPresenter-wrapper .dataselectors__dropdown.bottom {
  margin-bottom: 60px;
}#dataPresenter-wrapper .dataselectors__checkboxes label {
  margin-top: 10px;
  margin-right: 15px;
  background-color: white;
  color: black;
}#dataPresenter-wrapper .dataselectors__checkboxes label input {
  display: none;
}#dataPresenter-wrapper .dataselectors__checkboxes label.active {
  background-color: #62269e;
}#dataPresenter-wrapper .dataselectors__checkboxes label.active:focus,
#dataPresenter-wrapper .dataselectors__checkboxes label.active:hover {
  background-color: rgba(98, 38, 158, 0.8);
  color: #fff;
}#dataPresenter-wrapper .dataselectors__checkboxes label:focus,
#dataPresenter-wrapper .dataselectors__checkboxes label:hover {
  background-color: #f2f2f2;
  color: black;
}#dataPresenter-wrapper .Filters {
  background-color: #f2f2f2;
  max-width: 100%;
}#dataPresenter-wrapper .Filters .dropdown-toggle {
  background-color: #ffffff;
}#dataPresenter-wrapper .Filters .dropdown-toggle:focus {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}#dataPresenter-wrapper .Filters .dropdown-toggle:hover,
#dataPresenter-wrapper .Filters .dropdown-toggle:hover#dataPresenter-wrapper .Filters .dropdown-toggle:active {
  background-color: #f2f2f2;
}#dataPresenter-wrapper .Filters .dropdown-toggle.selected {
  background-color: #62269e;
  color: #fff;
  border: none;
}#dataPresenter-wrapper .Filters .dropdown-toggle.selected:hover,
#dataPresenter-wrapper .Filters .dropdown-toggle.selected:hover#dataPresenter-wrapper .Filters .dropdown-toggle.selected:active {
  background-color: #8151b1;
}#dataPresenter-wrapper .Filters .dropdown-toggle.open {
  background-color: #80b7ca;
}#dataPresenter-wrapper .Filters .dropdown-toggle .caret {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}#dataPresenter-wrapper .Filters .dropdown-toggle[aria-expanded="true"] {
  background-color: #80b7ca;
}#dataPresenter-wrapper .Filters .dropdown-toggle[aria-expanded="true"]:hover {
  background-color: #80b7ca;
}#dataPresenter-wrapper .Filters .dropdown-toggle[aria-expanded="true"] .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}#dataPresenter-wrapper .Filters .dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}#dataPresenter-wrapper .Filters .dropdown-menu .search-options__option--selected {
  background-color: #62269e;
}#dataPresenter-wrapper .Filters .dropdown-menu .search-options__option--selected > a {
  color: #fff;
}#dataPresenter-wrapper .Filters .dropdown-menu > li > a:hover,
#dataPresenter-wrapper .Filters .dropdown-menu > li > a:focus {
  background-color: #bfdbe5;
  color: #000;
}#dataPresenter-wrapper .Filters .open > .dropdown-toggle.btn-default {
  background-color: #80b7ca;
}#dataPresenter-wrapper .Filters .open > .dropdown-toggle.btn-default:hover#dataPresenter-wrapper .Filters .open > .dropdown-toggle.btn-default:active,
#dataPresenter-wrapper .Filters .open > .dropdown-toggle.btn-default:hover,
#dataPresenter-wrapper .Filters .open > .dropdown-toggle.btn-default:focus {
  background-color: #80b7ca;
}#dataPresenter-wrapper .Filters .dropdown-menu {
  padding: 0;
  width: auto;
  min-width: 12.157em;
}#dataPresenter-wrapper .Filters .dropdown-menu > li > a:hover,
#dataPresenter-wrapper .Filters .dropdown-menu > li > a:focus {
  background-color: #F2F2F2;
  color: #000000;
}#dataPresenter-wrapper .Filters .dropdown-menu > li.selected > a {
  background-color: #D8C9E7;
  color: #000000;
}#dataPresenter-wrapper .Filters .dropdown-menu .dataselectors__active-item {
  background-color: #62269e;
}#dataPresenter-wrapper .Filters .dropdown-menu .dataselectors__active-item a {
  color: #fff;
}#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default {
  background-color: white;
}#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default.active {
  color: white;
  background-color: #62269e;
}#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default.active:focus,
#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default.active:hover {
  background-color: rgba(98, 38, 158, 0.8);
  color: white;
}#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default:hover#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default:active,
#dataPresenter-wrapper .Filters .open > button.dropdown-toggle.btn.btn-default:focus {
  background-color: #f2f2f2;
  color: black;
}#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default {
  color: black;
  padding: 15px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  width: 12.157em;
  height: 2.73em;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}@media screen and (max-width: 767px) {
  #dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default {
    width: 100%;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  #dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default {
    width: 100%;
  }
}#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default.active {
  color: white;
  background-color: #62269e;
}#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default.active:focus,
#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default.active:hover {
  background-color: rgba(98, 38, 158, 0.8);
  color: white;
}#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default:active,
#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default:hover,
#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default:focus {
  background-color: #f2f2f2;
  color: black;
}#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default span {
  white-space: normal;
}#dataPresenter-wrapper .Filters button.dropdown-toggle.btn.btn-default span.caret {
  margin: 10px 0;
}#dataPresenter-wrapper .Filters ul {
  border: none;
  background-color: white;
  color: black;
  font-family: Calibri, Arial, sans-serif;
  cursor: pointer;
  margin: 0;
  margin-left: 10px;
  width: calc(100% - 20px);
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .Filters ul {
    width: 270px;
  }
}#dataPresenter-wrapper .Filters ul a {
  padding: 13px;
}#dataPresenter-wrapper .Filters ul a:hover {
  background-color: #62269e;
  color: #fff;
}#dataPresenter-wrapper .Filters__mobileonly {
  background-color: #e5e5e5;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: -1px;
  padding: 10px;
}#dataPresenter-wrapper .Filters__mobileonly p {
  margin: 0;
  display: inline-block;
}#dataPresenter-wrapper .Filters__mobileonly p.filter {
  float: right;
  margin-bottom: 0;
}#dataPresenter-wrapper .Filters__mobileonly p.filter .caret {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}#dataPresenter-wrapper .Filters__mobileonly p.filter .caret.collapsed {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}#dataPresenter-wrapper .Filters__mobileonly p.result,
#dataPresenter-wrapper .Filters__mobileonly p.filterlocation {
  min-height: 0;
  margin-bottom: 0;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .Filters__mobileonly {
    display: none;
  }
}#dataPresenter-wrapper .Filters__expandable {
  background-color: rgba(98, 38, 158, 0.1);
  width: 100%;
  padding: 10px;
}#dataPresenter-wrapper .Filters__expandable h2 {
  margin: 10px 0 24px;
}#dataPresenter-wrapper .Filters__expandable .sector-filter {
  margin-bottom: 0;
}#dataPresenter-wrapper .Filters__expandable .dataselectors__header {
  display: none;
}#dataPresenter-wrapper .Filters__expandable fieldset {
  padding: 0;
}#dataPresenter-wrapper .Filters__expandable fieldset legend {
  padding: 0;
  display: block;
  margin-bottom: 0;
}#dataPresenter-wrapper .Filters__expandable--collapsed {
  display: none;
}#dataPresenter-wrapper .Filters__expandable .fieldset {
  margin-bottom: 20px;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .Filters__expandable {
    width: calc(100% - 110px);
    padding: 10px 30px 45px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #dataPresenter-wrapper .Filters__expandable #search-option--sector-tag,
  #dataPresenter-wrapper .Filters__expandable #search-option-year--filter-tag,
  #dataPresenter-wrapper .Filters__expandable #search-option-year-item--filter-tag {
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000000;
  }
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown > li > a:hover,
  #dataPresenter-wrapper .Filters__expandable .yearFrom-dropdown > li > a:hover,
  #dataPresenter-wrapper .Filters__expandable .yearTo-dropdown > li > a:hover,
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown > li > a:focus,
  #dataPresenter-wrapper .Filters__expandable .yearFrom-dropdown > li > a:focus,
  #dataPresenter-wrapper .Filters__expandable .yearTo-dropdown > li > a:focus {
    background-color: #F2F2F2;
  }
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown > li > a:active,
  #dataPresenter-wrapper .Filters__expandable .yearFrom-dropdown > li > a:active,
  #dataPresenter-wrapper .Filters__expandable .yearTo-dropdown > li > a:active {
    background-color: #D8C9E7;
  }
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown li.selected > a,
  #dataPresenter-wrapper .Filters__expandable .yearFrom-dropdown li.selected > a,
  #dataPresenter-wrapper .Filters__expandable .yearTo-dropdown li.selected > a {
    background-color: #D8C9E7;
  }
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown .dataselectors__active-item,
  #dataPresenter-wrapper .Filters__expandable .yearFrom-dropdown .dataselectors__active-item,
  #dataPresenter-wrapper .Filters__expandable .yearTo-dropdown .dataselectors__active-item {
    background-color: #D8C9E7;
  }
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown .dataselectors__active-item a,
  #dataPresenter-wrapper .Filters__expandable .yearFrom-dropdown .dataselectors__active-item a,
  #dataPresenter-wrapper .Filters__expandable .yearTo-dropdown .dataselectors__active-item a {
    color: #000000;
  }
  #dataPresenter-wrapper .Filters__expandable #search-option--sector-tag {
    width: 206px;
  }
  #dataPresenter-wrapper .Filters__expandable #search-option--sector-tag ul {
    padding: 0;
  }
  #dataPresenter-wrapper .Filters__expandable .dropdown.dataselectors__dropdown.dropdown_section {
    margin-bottom: 0;
  }
  #dataPresenter-wrapper .Filters__expandable .dropdown.dataselectors__dropdown.dropdown_section ul.dropdown-menu.sector-dropdown {
    min-width: 206px;
    width: 206px;
    padding: 0;
    border-top: 0 solid #000000;
  }
  #dataPresenter-wrapper .Filters__expandable .dropdown.dropdown-from.dropdown_year.search-options__options.dataselectors__dropdown ul.dropdown-menu,
  #dataPresenter-wrapper .Filters__expandable .dropdown.dropdown-to.dropdown_year.search-options__options.dataselectors__dropdown ul.dropdown-menu,
  #dataPresenter-wrapper .Filters__expandable .dropdown.dropdown-sector.search-options__options.dataselectors__dropdown ul.dropdown-menu {
    min-width: auto;
    width: 100%;
    padding: 0;
    border-top: 0 solid #000000;
  }
  #dataPresenter-wrapper .Filters__expandable .dataselectors__header {
    display: block;
  }
  #dataPresenter-wrapper .Filters__expandable .sector-dropdown {
    margin-left: 0;
  }
  #dataPresenter-wrapper .Filters__expandable .checkbox-filter {
    margin: 0;
  }
  #dataPresenter-wrapper .Filters__expandable .time-interval {
    padding-left: 10px;
    margin-top: 20px;
  }
}@media screen and (min-width: 1200px) {
  #dataPresenter-wrapper .Filters__expandable .time-interval {
    padding-left: 0px;
    margin-top: 0;
  }
}#dataPresenter-wrapper .Filters__expandable .between-text {
  padding: 0 10px;
  font-weight: bold;
}#dataPresenter-wrapper .Filters__expandable .dropdown_section {
  margin-top: 6px;
  padding: 0;
  margin-bottom: 20px;
}#dataPresenter-wrapper .Filters__expandable .dropdown_year {
  margin-top: 6px;
  display: inline-block;
  padding: 0;
  width: 100px;
  margin-bottom: 0;
}@media screen and (max-width: 767px) {
  #dataPresenter-wrapper .Filters__expandable .dropdown_year {
    width: initial;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  #dataPresenter-wrapper .Filters__expandable .dropdown_year {
    width: initial;
  }
}#dataPresenter-wrapper .Filters__expandable .dropdown_year button.btn.dataselectors__button {
  width: 100px;
  font-size: 19px;
  font-variant-numeric: lining-nums;
}#dataPresenter-wrapper .Filters__expandable .dropdown_year ul.yearFrom-dropdown,
#dataPresenter-wrapper .Filters__expandable .dropdown_year ul.yearTo-dropdown {
  width: 100px;
  margin: 0;
}#dataPresenter-wrapper .map__outercointainer {
  display: none;
  padding-right: 0;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .map__outercointainer {
    display: block;
  }
}#dataPresenter-wrapper .map__header {
  background-color: #f2f2f2;
  padding: 18px 20px 40px 20px;
}#dataPresenter-wrapper .map__header h1 {
  margin: 8px 0 8px;
}#dataPresenter-wrapper .map__container {
  height: 690px;
  background-color: #f2f2f2;
  height: 100%;
  padding: 20px;
  padding-top: 0;
}#dataPresenter-wrapper .map__container_svg {
  display: inline;
}#dataPresenter-wrapper .map__container .icon-information {
  height: 1em;
  width: 1em;
  margin-right: 3px;
  position: relative;
  top: 0.15789474em;
  fill: currentColor;
}#dataPresenter-wrapper .map__container g .activefill {
  fill: #62269e;
}#dataPresenter-wrapper .map__container g .inactivefill {
  fill: #ffffff;
}#dataPresenter-wrapper .map__container g.municipalities {
  fill: white;
  fill-rule: evenodd;
  stroke-width: 1;
  cursor: pointer;
}#dataPresenter-wrapper .map__container g.municipalities g#I > polygon {
  stroke-width: 0.4px;
}#dataPresenter-wrapper .map__container g.municipalities .kommun {
  pointer-events: all;
  stroke: #62269e;
  stroke-width: 0.2px;
}#dataPresenter-wrapper .map__container g.municipalities .kommun:hover {
  fill: #62269e;
}#dataPresenter-wrapper .map__counties {
  fill: white;
  fill-rule: evenodd;
  stroke-width: 1;
  cursor: pointer;
}#dataPresenter-wrapper .map__counties path {
  pointer-events: all;
  stroke: #62269e;
  stroke-width: 1;
}#dataPresenter-wrapper .map__counties path:hover {
  fill: #62269e;
}#dataPresenter-wrapper .map__counties__border {
  fill: none;
}#dataPresenter-wrapper .map__circle {
  border-radius: 50%;
  height: 6.421em;
  width: 6.421em;
  background: #ebe4f3;
  border: 2px solid #62269e;
  text-align: center;
  word-break: break-word;
  font-weight: normal;
  line-height: 1.11;
}#dataPresenter-wrapper .map__circle--municipality {
  display: none;
}#dataPresenter-wrapper .map__circle p {
  padding: 1em 0.2em;
  font-size: 18px;
}@media screen and (max-width: 991px) {
  #dataPresenter-wrapper .map__ranking-info {
    display: none;
  }
}#dataPresenter-wrapper .rank-color__1 {
  fill: rgba(98, 38, 158, 0.1);
}#dataPresenter-wrapper .rank-color__2 {
  fill: rgba(98, 38, 158, 0.2);
}#dataPresenter-wrapper .rank-color__3 {
  fill: rgba(98, 38, 158, 0.3);
}#dataPresenter-wrapper .rank-color__4 {
  fill: rgba(98, 38, 158, 0.4);
}#dataPresenter-wrapper .rank-color__5 {
  fill: rgba(98, 38, 158, 0.5);
}#dataPresenter-wrapper .rank-color__6 {
  fill: rgba(98, 38, 158, 0.6);
}#dataPresenter-wrapper .rank-color__7 {
  fill: rgba(98, 38, 158, 0.7);
}#dataPresenter-wrapper .rank-color__8 {
  fill: rgba(98, 38, 158, 0.8);
}#dataPresenter-wrapper #tabselectors {
  padding: 0 10px;
}#dataPresenter-wrapper #tabselectors .tabheadline {
  padding: 10px;
  font-size: 24px;
  color: black;
  background-color: #e5e5e5;
}#dataPresenter-wrapper #tabselectors .tabheadline h2 {
  padding-left: 15px;
  font-family: Calibri;
  margin: 0;
  line-height: 33px;
  font-weight: bold;
}#dataPresenter-wrapper #tabselectors .tablinks {
  padding: 0;
  margin-bottom: -1px;
}#dataPresenter-wrapper #tabselectors .tablinks__content {
  padding: 10px;
  font-size: 19px;
  color: black;
  background-color: #c9c9c9;
  cursor: pointer;
  border-bottom: 1px solid white;
}#dataPresenter-wrapper #tabselectors .tablinks__content h2 {
  padding-left: 15px;
  font-family: Calibri;
  margin: 0;
  line-height: 33px;
  font-weight: bold;
  font-size: 19px;
}#dataPresenter-wrapper #tabselectors .tablinks.active .tablinks__content {
  color: white;
  background-color: #3d3d3d;
}#dataPresenter-wrapper .dataTables_filter label {
  display: none;
}#dataPresenter-wrapper .tabcontent {
  padding: 0;
  margin-top: -2px;
}#dataPresenter-wrapper .tabcontent #data-table1_paginate {
  display: block;
}#dataPresenter-wrapper .dropdown label {
  margin-bottom: 6px;
}#dataPresenter-wrapper table.data-table.dataTable {
  width: 100% !important;
  font-variant-numeric: lining-nums;
  margin-top: -1px !important;
  margin-bottom: 20px !important;
}#dataPresenter-wrapper table.data-table.dataTable thead > tr {
  color: white;
  background-color: #3d3d3d;
}#dataPresenter-wrapper table.data-table.dataTable thead > tr th {
  color: white;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  border: none;
}#dataPresenter-wrapper table.data-table.dataTable tr {
  height: 55px;
}#dataPresenter-wrapper table.data-table.dataTable tr td:before {
  background-color: #b00060 !important;
  border: none !important;
  top: 21px !important;
  left: 7px !important;
  height: 0.736em !important;
  width: 0.736em !important;
}#dataPresenter-wrapper table.data-table.dataTable th {
  width: auto;
}#dataPresenter-wrapper table.data-table.dataTable th:focus,
#dataPresenter-wrapper table.data-table.dataTable th:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 0;
  box-shadow: none;
  border: 3px solid #ffffff;
}#dataPresenter-wrapper table.data-table.dataTable th:hover,
#dataPresenter-wrapper table.data-table.dataTable th:active {
  background-color: rgba(98, 38, 158, 0.8);
}#dataPresenter-wrapper table.data-table.dataTable th .caret {
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  opacity: 0.5;
}#dataPresenter-wrapper table.data-table.dataTable th.sorting_desc {
  background-color: #62269e;
  border: solid 1px white;
  border-bottom: none;
}#dataPresenter-wrapper table.data-table.dataTable th.sorting_desc .caret {
  opacity: 1;
}#dataPresenter-wrapper table.data-table.dataTable th.sorting_asc {
  background-color: #62269e;
  border: solid 1px white;
  border-bottom: none;
}#dataPresenter-wrapper table.data-table.dataTable th.sorting_asc .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 1;
}#dataPresenter-wrapper table.data-table.dataTable th p {
  word-break: keep-all;
  white-space: nowrap;
  margin: 0;
}#dataPresenter-wrapper table.data-table.dataTable th::after {
  visibility: hidden;
}#dataPresenter-wrapper table.data-table.dataTable td,
#dataPresenter-wrapper table.data-table.dataTable th {
  padding: 0 10px;
}#dataPresenter-wrapper table.data-table.dataTable .hide_column {
  display: none;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr {
  padding: 4px;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr td {
  padding-left: 1.578em !important;
  background-color: initial;
  border: none;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr td:not(:first-child) {
  word-break: break-word;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr td:focus,
#dataPresenter-wrapper table.data-table.dataTable tbody > tr td:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.odd {
  background-color: white;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.odd td {
  background-color: white;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.even {
  background-color: #f2f2f2 !important;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.even td {
  background-color: #f2f2f2 !important;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.child td {
  padding-left: 30px;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.child td li {
  border-bottom: none !important;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.child td li p {
  margin-bottom: 0;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.child td li p .caret {
  display: none;
}#dataPresenter-wrapper table.data-table.dataTable tbody > tr.child td li .dtr-title {
  min-width: 150px !important;
}#dataPresenter-wrapper table.data-table.dataTable .even.parent + .child {
  background-color: #f2f2f2 !important;
}#dataPresenter-wrapper table.data-table.dataTable .even.parent + .child .child {
  border-top: 2px solid white;
  padding-top: 10px;
  padding-left: 50px;
}#dataPresenter-wrapper table.data-table.dataTable .odd.parent + .child .child {
  border-top: 2px solid #f2f2f2;
  padding-top: 10px;
  padding-left: 50px;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  display: flex;
}@media screen and (max-width: 767px) {
  #dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 10px !important;
  }
  #dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li:not(.active) {
    display: none;
  }
  #dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li.previous,
  #dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li.next {
    display: inline;
  }
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate {
  float: none;
  text-align: center !important;
  white-space: nowrap;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate .paginate_button:hover a {
  background-color: #338bab;
  color: #fff;
  border: solid thin #006e96;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate .paginate_button.active a {
  border: solid thin #006e96;
  background-color: #e5f0f5;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate .paginate_button.active a:hover {
  background-color: #338bab;
  color: #fff;
  border: solid thin #006e96;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  list-style: none;
  padding: 0;
  margin: 10px 0 30px !important;
  flex-wrap: wrap;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  display: inline;
}#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li a,
#dataPresenter-wrapper div.dataTables_wrapper div.dataTables_paginate ul.pagination li span {
  border: solid thin #8c8c8c;
  background-color: #fff;
  padding: 10px 16px 10px 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  margin-right: 0;
}#dataPresenter-wrapper .start-info {
  margin-bottom: 40px;
}#dataPresenter-wrapper .start-info .col-md-4 {
  padding-right: 0;
  display: none;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .start-info .col-md-4 {
    display: flex;
  }
}#dataPresenter-wrapper .start-info .col-md-8 {
  padding-left: 0;
}#dataPresenter-wrapper .start-info__map {
  padding: 20px;
  margin-right: -20px;
  width: 100%;
  background-color: #f2f2f2;
}#dataPresenter-wrapper .start-info__map .map__counties > path:hover {
  cursor: default;
}#dataPresenter-wrapper .start-info__textarea {
  width: 100%;
  padding: 20px;
  padding-left: 0;
  background-color: #f2f2f2;
}#dataPresenter-wrapper .start-info__textarea div a.btn {
  margin: 30px 0;
}@media screen and (max-width: 767px) {
  #dataPresenter-wrapper .start-info__textarea {
    padding-left: 20px;
  }
  #dataPresenter-wrapper .start-info__textarea div {
    transform: translateY(0%);
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  #dataPresenter-wrapper .start-info__textarea {
    padding-left: 20px;
  }
}#dataPresenter-wrapper .start-info__textarea .btn-primary .icon-pil-hoger-ny {
  height: 1em;
  width: 1em;
  display: inline;
  fill: currentColor;
  position: relative;
  margin-right: 3px;
  top: 0.15789474em;
}#dataPresenter-wrapper .start-info__ranking > div:nth-child(2) {
  width: 100%;
}#dataPresenter-wrapper .ranking {
  display: none;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .ranking {
    display: flex;
    width: 100%;
  }
  #dataPresenter-wrapper .ranking .box {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
  }
  #dataPresenter-wrapper .ranking .rankings {
    width: 100%;
  }
  #dataPresenter-wrapper .ranking .rankings #no-ranking {
    background-color: #ffffff;
  }
  #dataPresenter-wrapper .ranking .rankings-container {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #dataPresenter-wrapper .ranking .rankings-container > div {
    width: 25%;
  }
  #dataPresenter-wrapper .ranking .rankings-container > div > span {
    font-weight: 600;
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:first-child {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.1);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:nth-child(2) {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.2);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:nth-child(3) {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.3);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:nth-child(4) {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.4);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:nth-child(5) {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.5);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:nth-child(6) {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.6);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:nth-child(7) {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.7);
  }
  #dataPresenter-wrapper .ranking .rankings-container > div:last-child {
    height: 25px;
    border: solid 1px #cccccc;
    max-width: 181px;
    background-color: rgba(98, 38, 158, 0.8);
  }
  #dataPresenter-wrapper .ranking .rankings-desc > div > span {
    font-weight: bold;
  }
  #dataPresenter-wrapper .ranking .rankings-desc > div:last-child {
    margin-left: auto;
  }
}#dataPresenter-wrapper .karta-ranking {
  height: 100px;
}@media screen and (min-width: 992px) {
  #dataPresenter-wrapper .karta-ranking {
    display: flex;
  }
}#dataPresenter-wrapper .karta-ranking .ranking {
  padding: 0 2em;
  height: 100%;
  background-color: #f2f2f2;
}#dataPresenter-wrapper .karta-ranking.map__ranking-info .ranking {
  flex-direction: column;
}#dataPresenter-wrapper .karta-ranking .box {
  max-width: 181px;
}#dataPresenter-wrapper #datatables-container,
#dataPresenter-wrapper .data-table-loading {
  margin-top: 2rem;
}.menu-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}.icon {
  display: inline-block;
}.icon.automatic {
  margin-left: 3px;
}.icon.icon-forstoringsglas {
  fill: #FFFFFF;
  width: 19px;
  height: 18px;
  position: relative;
  top: 0.15789474em;
}.icon.icon-pil-hoger-ny {
  height: 36px;
  width: 36px;
}.icon.icon-pil-vanster-ny {
  width: 19px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
}.icon.icon-facebook,
.icon.icon-twitter,
.icon.icon-linkedin,
.icon.icon-kuvert {
  height: 36px;
  width: 36px;
  position: relative;
  top: 0.15789474em;
  fill: #62269e;
}.icon.icon-facebook:hover,
.icon.icon-twitter:hover,
.icon.icon-linkedin:hover,
.icon.icon-kuvert:hover {
  fill: #8151B1;
}.icon[class*="icon-dokument-"] {
  width: 14px;
  height: 14px;
}.icon.icon-extern-lank {
  height: 36px;
  width: 36px;
}.icon.icon-hogtalare {
  width: 20px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
  margin-right: 6px;
}.icon.icon-pil-upp-ny {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.15789474em;
}.icon.icon-pil-ned-ny {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.15789474em;
}.icon.icon-triangel-pil-ned {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.15789474em;
}.icon-extern-lank.automatic {
  width: 19px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
  margin-left: 3px;
  fill: #006e96;
}.footer-column .icon-extern-lank.automatic {
  fill: black;
  width: 14px;
  height: 14px;
}.footer-column a img {
  margin-right: 2px;
}.footer-column .icon-facebook.automatic,
.footer-column .icon-linkedin.automatic,
.footer-column .icon-twitter.automatic,
.footer-column .icon-film.automatic {
  fill: black;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  margin-left: 0;
}.static-layout #header .logo-container {
  margin-top: 30px;
}#header {
  position: relative;
  z-index: 100;
}#header .skip-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none;
}#header .skip-links li {
  list-style: none;
}#header .skip-links a {
  position: absolute;
  left: -99999px;
  top: 5px;
}#header .skip-links a:focus,
#header .skip-links a:active {
  z-index: 10000;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #b00060;
  color: #fff;
  text-decoration: underline;
}#header .logo-container a {
  display: flex;
}#header .logo-container .logo {
  height: 70px;
  width: auto;
  overflow: hidden;
}@media screen and (min-width: 992px) {
  #header .logo-container .logo {
    padding-right: 47px;
  }
}@media screen and (max-width: 991px) {
  #header .logo-container a {
    display: flex;
    align-items: flex-end;
  }
  #header .logo-container h1 {
    margin-bottom: 0;
  }
  #header .logo-container #topHeaderText {
    margin-left: 0;
  }
  #header .logo-container img {
    padding-right: 10px;
  }
}@media screen and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .logo-container h1 {
    height: 70px;
    margin-bottom: 8px;
  }
}@media screen and (min-width: 992px) {
  #header .logo-container {
    margin-top: 0;
  }
}#header .logo-search-row {
  margin-top: 24px;
  display: flex;
  align-items: center;
}#header #topHeaderText {
  width: auto;
  font-family: BauWebPro, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}@media screen and (max-width: 767px) {
  #header #topHeaderText {
    font-size: 14px;
    margin-left: 60px;
  }
}#header .subpage-topheader-text-container {
  display: flex;
  align-items: center;
}#header .subpage-topheader-text-container .text {
  margin-left: 0px;
  font-size: 24px;
  letter-spacing: -1.7px;
  padding: 0;
}@media screen and (min-width: 992px) {
  #header .subpage-topheader-text-container .text {
    font-size: 44px;
    padding: 12px;
  }
}@media screen and (min-width: 992px) {
  #header #vertical-divider {
    border-left: 1px solid black;
    height: 70px;
  }
}#header #search-phone {
  border-top: 1px solid #fff;
}#header #search-phone .search-container {
  padding: 15px 10px;
  background-color: #d2d2d2;
}@media screen and (min-width: 768px) {
  #header .navbar-header {
    float: none;
  }
  #header .navbar-left,
  #header .navbar-right {
    float: none !important;
  }
  #header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #header .navbar-collapse.collapse {
    display: none !important;
  }
  #header .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  #header .navbar-nav > li {
    float: none;
  }
  #header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .collapse.in {
    display: block !important;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  #header #search-desktop {
    width: auto;
    float: right;
  }
}#header #search-desktop .search-container .input-group {
  display: block;
  word-spacing: 0;
  height: 48px;
}#header #search-desktop .search-container .input-group .input-group-btn,
#header #search-desktop .search-container .input-group .form-control {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 67%;
  height: auto;
}@media screen and (min-width: 768px) {
  #header #search-desktop .search-container .input-group .input-group-btn,
  #header #search-desktop .search-container .input-group .form-control {
    width: 190px;
  }
}#header #search-desktop .search-container .input-group .input-group-btn {
  width: 33%;
}@media screen and (min-width: 768px) {
  #header #search-desktop .search-container .input-group .input-group-btn {
    width: auto;
  }
}#header .search-phone {
  position: absolute;
  top: 60px;
}.Insidan #header .logo-container a {
  display: flex;
  align-items: center;
}.Insidan #header .logo-container .logo {
  height: 50px;
}/*******************************************************
	
	TOPNAVIGATION - NAVIGATIONLINKS ABOVE THE MENU

*******************************************************/.topitems .topitems-list {
  margin-left: -10px;
  margin-right: -10px;
  text-align: right;
}@media screen and (min-width: 768px) {
  .topitems .topitems-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}@media screen and (min-width: 992px) {
  .topitems .topitems-list {
    margin-left: -30px;
    margin-right: -30px;
  }
}@media screen and (min-width: 768px) {
  .topitems .topitems-list {
    margin-bottom: calc(-10px / 4);
  }
}.topitems .topitems-list .block {
  margin-bottom: 0;
}.topitems .topitems-list a,
.topitems .topitems-list button {
  color: #3d3d3d;
  border: none;
}.topitems .topitems-list a:hover,
.topitems .topitems-list button:hover,
.topitems .topitems-list a:active,
.topitems .topitems-list button:active,
.topitems .topitems-list a:focus,
.topitems .topitems-list button:focus {
  text-decoration: none;
}.topitems .topitems-list p {
  margin-bottom: 0;
}.topitems .topitems-list p a,
.topitems .topitems-list p button {
  color: #006e96;
}.topitems .topitems-list p a:hover,
.topitems .topitems-list p button:hover,
.topitems .topitems-list p a:active,
.topitems .topitems-list p button:active,
.topitems .topitems-list p a:focus,
.topitems .topitems-list p button:focus {
  color: #00364a;
  text-decoration: underline;
}.topitems .topitems-list > div {
  display: inline-block;
  font-size: 14px;
  margin-left: calc(10px / 2);
  margin-bottom: calc(10px / 4);
  position: relative;
}@media screen and (max-width: 767px) {
  .topitems .topitems-list > div {
    margin-left: calc(-10px / 2);
  }
}.topitems .topitems-list > div > div > a,
.topitems .topitems-list > div .infotab-block > div > a,
.topitems .topitems-list > div button {
  background-color: #e5e5e5;
  padding: 10px 30px;
  display: block;
}.topitems .topitems-list > div > div > a:hover,
.topitems .topitems-list > div .infotab-block > div > a:hover,
.topitems .topitems-list > div button:hover,
.topitems .topitems-list > div > div > a:active,
.topitems .topitems-list > div .infotab-block > div > a:active,
.topitems .topitems-list > div button:active,
.topitems .topitems-list > div > div > a:focus,
.topitems .topitems-list > div .infotab-block > div > a:focus,
.topitems .topitems-list > div button:focus {
  background-color: #cccccc;
}.topitems .topitems-list > div > div.infotab-block > div.dropdown {
  position: static;
}.topitems .topitems-list > div > div.infotab-block > div.dropdown .dropdown-toggle .caret {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}.topitems .topitems-list > div > div.infotab-block > div.dropdown .dropdown-toggle[aria-expanded=true] .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}.topitems .topitems-list > div > div.infotab-block > div.dropdown > .dropdown-menu {
  background-color: #e5e5e5;
  left: 0;
  top: 100%;
  padding: 10px 15px 0;
  margin-top: calc(10px / 4);
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
}.topitems .topitems-list > div > div.infotab-block > div.dropdown > .dropdown-menu nav > ul {
  padding-left: 0;
  margin: 0 -15px 10px;
  list-style: none;
}.topitems .topitems-list > div > div.infotab-block > div.dropdown > .dropdown-menu nav > ul li a {
  display: block;
  padding: 3px 15px;
  fill: white;
}.topitems .topitems-list > div > div.infotab-block > div.dropdown > .dropdown-menu nav > ul li a:hover,
.topitems .topitems-list > div > div.infotab-block > div.dropdown > .dropdown-menu nav > ul li a:active,
.topitems .topitems-list > div > div.infotab-block > div.dropdown > .dropdown-menu nav > ul li a:focus {
  background-color: #cccccc;
  text-decoration: underline;
}.topitems .topitems-list.topitems-mobile > div {
  display: table-cell;
  width: 1%;
  text-align: center;
}.topitems .topitems-list.topitems-mobile > div + div {
  border-left: 2px solid transparent;
}.topitems.bottomitems .topitems-list > div {
  display: block;
  text-align: center;
  overflow: hidden;
}.topitems.bottomitems .dropdown-menu {
  position: relative;
}.topitems .icon-extern-lank {
  width: 13px;
  height: 13px;
}header {
  margin-bottom: 15px;
}.navbar-mobile,
.side-navigation {
  font-size: 16px;
  border: 0;
}.navbar-mobile ul.nav,
.side-navigation ul.nav {
  flex-grow: 1;
}.navbar-mobile ul.nav.level0 li:first-child > a,
.side-navigation ul.nav.level0 li:first-child > a {
  border-top: none;
}.navbar-mobile ul.nav:not(.level0),
.side-navigation ul.nav:not(.level0) {
  margin-left: 20px;
}.navbar-mobile ul.nav li,
.side-navigation ul.nav li {
  list-style: none;
  position: relative;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}.navbar-mobile ul.nav li:before,
.side-navigation ul.nav li:before,
.navbar-mobile ul.nav li:after,
.side-navigation ul.nav li:after {
  content: " ";
  display: table;
}.navbar-mobile ul.nav li:after,
.side-navigation ul.nav li:after {
  clear: both;
}.navbar-mobile ul.nav li:before,
.side-navigation ul.nav li:before,
.navbar-mobile ul.nav li:after,
.side-navigation ul.nav li:after {
  content: " ";
  display: table;
}.navbar-mobile ul.nav li:after,
.side-navigation ul.nav li:after {
  clear: both;
}.navbar-mobile ul.nav li a,
.side-navigation ul.nav li a {
  border-bottom: 1px #e5e5e5 solid;
  border-top: 1px #e5e5e5 solid;
  margin-top: -1px;
  flex-grow: 1;
  flex-basis: 0;
  color: #000;
  position: relative;
  padding: 15px 15px 15px 20px;
  overflow-wrap: anywhere;
}.navbar-mobile ul.nav li a:before,
.side-navigation ul.nav li a:before {
  background: #D8C9E7;
}.navbar-mobile ul.nav li a:hover,
.side-navigation ul.nav li a:hover {
  background-color: #f2f2f2;
}.navbar-mobile ul.nav li a:focus,
.side-navigation ul.nav li a:focus {
  z-index: 2;
}.navbar-mobile ul.nav li.active > a,
.side-navigation ul.nav li.active > a {
  background-color: rgba(98, 38, 158, 0.1);
  font-weight: bold;
}.navbar-mobile ul.nav li.active > a:before,
.side-navigation ul.nav li.active > a:before {
  background: #62269e;
}.navbar-mobile ul.nav li a:before,
.side-navigation ul.nav li a:before,
.navbar-mobile ul.nav li.active > a:before,
.side-navigation ul.nav li.active > a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: calc(100% + 1px);
  width: 5px;
  z-index: 1;
}.navbar-mobile ul.nav li.country,
.side-navigation ul.nav li.country {
  padding: 15px 15px 15px 20px;
}.navbar-mobile ul.nav li.country .flag-icon,
.side-navigation ul.nav li.country .flag-icon {
  margin-right: 0.3em;
}.navbar-mobile ul.nav li .expand-button,
.side-navigation ul.nav li .expand-button {
  position: relative;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}.navbar-mobile ul.nav li .expand-button:before,
.side-navigation ul.nav li .expand-button:before {
  content: "";
  background: #e5e5e5;
  position: absolute;
  bottom: 15%;
  left: 0;
  height: 70%;
  width: 1px;
}.navbar-mobile ul.nav li .expand-button:hover,
.side-navigation ul.nav li .expand-button:hover,
.navbar-mobile ul.nav li .expand-button:focus,
.side-navigation ul.nav li .expand-button:focus {
  background-color: #f2f2f2;
}.navbar-mobile ul.nav li .expand-button:focus,
.side-navigation ul.nav li .expand-button:focus {
  z-index: 2;
}.navbar-mobile ul.nav li .expand-button .icon-triangel-pil-ned,
.side-navigation ul.nav li .expand-button .icon-triangel-pil-ned {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}.navbar-mobile ul.nav li .expand-button[aria-expanded=true] .icon,
.side-navigation ul.nav li .expand-button[aria-expanded=true] .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.navbar-mobile ul.nav li .flex-break,
.side-navigation ul.nav li .flex-break {
  flex-basis: 100%;
}.navbar {
  margin: 15px 0 10px;
  font-variant-numeric: lining-nums;
  border: 0;
}.navbar-collapse:focus-within {
  overflow: visible !important;
}.navbar .top-item {
  display: none;
}@media screen and (min-width: 768px) {
  .navbar {
    background-color: transparent;
    border-color: transparent;
  }
}.navbar.navbar-desktop {
  width: 100%;
}.navbar.navbar-desktop ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}.navbar.navbar-desktop ul.nav li {
  display: flex;
  flex-grow: 1;
}.navbar.navbar-desktop ul.nav li:first-child a:hover:before,
.navbar.navbar-desktop ul.nav li:first-child a.active:hover:before {
  background: none;
}.navbar.navbar-desktop ul.nav li:last-child a:hover:after,
.navbar.navbar-desktop ul.nav li:last-child a.active:hover:after {
  background: none;
}.navbar.navbar-desktop ul.nav li a {
  align-self: flex-end;
  flex-grow: 1;
  color: #000000;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  font-family: BauWebPro, Arial, sans-serif;
  border-bottom: 5px solid #D8C9E7;
  background-color: transparent;
  -webkit-box-sizing: content-box;
}@media screen and (min-width: 992px) {
  .navbar.navbar-desktop ul.nav li a {
    padding: 10px 20px;
  }
}.navbar.navbar-desktop ul.nav li a:hover,
.navbar.navbar-desktop ul.nav li a:focus,
.navbar.navbar-desktop ul.nav li a.active {
  border-bottom-color: #62269e;
}.navbar.navbar-desktop ul.nav li a:hover:before,
.navbar.navbar-desktop ul.nav li a:focus:before,
.navbar.navbar-desktop ul.nav li a.active:before,
.navbar.navbar-desktop ul.nav li a:hover:after,
.navbar.navbar-desktop ul.nav li a:focus:after,
.navbar.navbar-desktop ul.nav li a.active:after {
  content: "";
  background: #ffffff;
  position: absolute;
  height: calc(100% + 5px);
  top: 0;
  width: 6px;
  z-index: 1;
}.navbar.navbar-desktop ul.nav li a:focus {
  z-index: 1;
}.navbar.navbar-desktop ul.nav li a:before {
  left: -3px;
}.navbar.navbar-desktop ul.nav li a:after {
  right: -3px;
}.navbar.navbar-desktop ul.nav li a.active {
  font-weight: bold;
}.navbar.navbar-mobile .navbar-header {
  border-bottom: 1px solid #fff;
}.navbar.navbar-mobile .navbar-header .btn-primary {
  text-align: left;
}.navbar.navbar-mobile .navbar-header .navbar-toggle {
  background-color: #62269e;
  padding: 15px;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  color: #fff;
}.navbar.navbar-mobile .navbar-header .navbar-toggle:hover,
.navbar.navbar-mobile .navbar-header .navbar-toggle:focus {
  background-color: #8151B1;
}.navbar.navbar-mobile .navbar-header .navbar-toggle:focus {
  z-index: 1;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle .menu-icon {
  height: 20px;
  margin-right: 8px;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle .icon-bar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 3px;
  width: 25px;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle .icon-bar:last-child {
  display: block;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle[aria-expanded=true] .icon-bar:first-child {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
  -moz-transform: rotate(45deg) translateY(6px) translateX(6px);
  -ms-transform: rotate(45deg) translateY(6px) translateX(6px);
  -o-transform: rotate(45deg) translateY(6px) translateX(6px);
  transform: rotate(45deg) translateY(6px) translateX(6px);
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  background-color: transparent;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.menu-toggle[aria-expanded=true] .icon-bar:last-child {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  -moz-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  -ms-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  -o-transform: rotate(-45deg) translateY(-5px) translateX(5px);
  transform: rotate(-45deg) translateY(-5px) translateX(5px);
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle {
  border-width: 1px;
  border-color: transparent;
  border-left-color: #fff;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle:before,
.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle:after {
  content: " ";
  height: 3px;
  width: 25px;
  left: 10px;
  position: absolute;
  background-color: #3d3d3d;
  opacity: 0;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true] {
  background-color: #d2d2d2;
  color: #3d3d3d;
  background-image: none;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true]:hover {
  background-color: #b9b9b9;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true]:before,
.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true]:after {
  opacity: 1;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle[aria-expanded=true] .icon {
  visibility: hidden;
}.navbar.navbar-mobile .navbar-header .navbar-toggle.search-toggle .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  top: 0;
}.navbar.navbar-mobile .navbar-header .navbar-toggle .menu-text {
  height: 20px;
  display: flex;
  align-items: center;
}.navbar.navbar-mobile #navigation-phone {
  border-color: #e5e5e5;
  margin-top: 3px;
  padding: 0;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar.navbar-mobile #navigation-phone .level0 > li:not(.active) > a:before {
    background: #e5e5e5;
    width: 1px;
  }
}@media screen and (max-width: 767px) and (orientation: landscape) {
  .navbar.navbar-mobile #navigation-phone .level0 > li:not(.active) > a:before {
    background: #e5e5e5;
    width: 1px;
  }
}@media screen and (max-width: 767px) and (orientation: portrait) {
  .navbar.navbar-mobile #navigation-phone .level0 > li:not(.active) > a:before {
    position: initial;
  }
}.navbar.navbar-mobile #navigation-phone ul.nav:not(.level0) {
  margin-left: 15px;
}.navbar.navbar-mobile #navigation-phone ul.nav a {
  padding: 15px;
}.navbar.navbar-mobile #navigation-phone .mobile-footer > div {
  margin: 5px;
}.navbar.navbar-mobile #navigation-phone .mobile-footer button,
.navbar.navbar-mobile #navigation-phone .mobile-footer a,
.navbar.navbar-mobile #navigation-phone .mobile-footer p {
  border: none;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background-color: #e5e5e5;
}.navbar.navbar-mobile #navigation-phone .mobile-footer button:hover,
.navbar.navbar-mobile #navigation-phone .mobile-footer a:hover,
.navbar.navbar-mobile #navigation-phone .mobile-footer p:hover,
.navbar.navbar-mobile #navigation-phone .mobile-footer button:focus,
.navbar.navbar-mobile #navigation-phone .mobile-footer a:focus,
.navbar.navbar-mobile #navigation-phone .mobile-footer p:focus {
  background-color: #cccccc;
}.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu {
  background-color: #e5e5e5;
  width: 100%;
}.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu ul {
  padding: 0;
  list-style: none;
}.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu a,
.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu p {
  display: block;
  text-align: left;
  padding: 3px 15px;
}.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu p > a {
  padding: 0;
}.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu a:hover,
.navbar.navbar-mobile #navigation-phone .mobile-footer .dropdown-menu a:focus {
  background-color: #e5e5e5;
}.navbar.navbar-mobile #navigation-phone .mobile-footer .block {
  margin: 0;
}@media screen and (max-width: 767px) {
  .navbar.navbar-mobile,
  .navbar.navbar-mobile + #search-phone {
    margin-left: -10px;
    margin-right: -10px;
  }
}.side-navigation {
  margin-bottom: 15px;
}.side-navigation .top-item {
  font-weight: bold;
  font-family: BauWebPro, Arial, sans-serif;
  padding: 0 15px 15px;
  font-size: 24px;
  margin: 0 0 12px;
  border-bottom: 5px #62269e solid;
}@media screen and (min-width: 992px) {
  .side-navigation .top-item {
    display: block;
  }
}.side-navigation-naric .country {
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}.side-navigation-naric .country:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: calc(100% + 1px);
  width: 5px;
  background: #D8C9E7;
}.side-navigation-naric .level0.country-submenu {
  margin-left: 20px;
}/*******************************************************
	
BLOCKTYPES

*******************************************************/.block {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}.block a.block-link {
  display: block;
  height: 100%;
}.block a.block-link:focus {
  text-decoration: none;
}.block a.block-link.uhrcolor-lila {
  fill: #ffffff;
}.block a.block-link.uhrcolor-lila:hover,
.block a.block-link.uhrcolor-lila:focus {
  background-color: #8151B1;
}.block a.block-link.uhrcolor-lila .render-mode-filled {
  color: #fff;
  fill: #fff;
}.block a.block-link.uhrcolor-lila-50:hover,
.block a.block-link.uhrcolor-lila-50:focus {
  background-color: #C0A9D9;
}.block a.block-link.uhrcolor-lila-25:hover,
.block a.block-link.uhrcolor-lila-25:focus {
  background-color: #E0D4EC;
}.block a.block-link.uhrcolor-rod:hover,
.block a.block-link.uhrcolor-rod:focus {
  background-color: #f90f32;
}.block a.block-link.uhrcolor-turkos:hover,
.block a.block-link.uhrcolor-turkos:focus {
  background-color: #33B7C4;
}.block a.block-link.uhrcolor-petroleum:hover,
.block a.block-link.uhrcolor-petroleum:focus {
  background-color: #338bab;
}.block a.block-link.uhrcolor-petroleum .render-mode-filled {
  color: #fff;
  fill: #fff;
}.block a.block-link.uhrcolor-petroleum-50:hover,
.block a.block-link.uhrcolor-petroleum-50:focus {
  background-color: #99C5D5;
}.block a.block-link.uhrcolor-petroleum-25:hover,
.block a.block-link.uhrcolor-petroleum-25:focus {
  background-color: #CCE2EA;
}.block a.block-link.uhrcolor-cerise:hover,
.block a.block-link.uhrcolor-cerise:focus {
  background-color: #C03380;
}.block a.block-link.uhrcolor-cerise .render-mode-filled {
  color: #fff;
  fill: #fff;
}.block a.block-link.uhrcolor-cerise-50:hover,
.block a.block-link.uhrcolor-cerise-50:focus {
  background-color: #DF99BF;
}.block a.block-link.uhrcolor-cerise-25:hover,
.block a.block-link.uhrcolor-cerise-25:focus {
  background-color: #EFCCDF;
}.block a.block-link.uhrcolor-bla:hover,
.block a.block-link.uhrcolor-bla:focus {
  background-color: #00c5ee;
}.block a.block-link.uhrcolor-vit:hover,
.block a.block-link.uhrcolor-vit:focus {
  background-color: #e5e5e5;
}.block h1,
.block h2 {
  margin-top: 0;
  margin-bottom: 15px;
}.blocks-main-area .block h1,
.blocks-main-area .block h2,
.related-links-section .block h1,
.related-links-section .block h2 {
  color: #62269e;
}.block .block-inner {
  padding: 15px 20px;
  border: 1px solid #c9c9c9;
  height: 100%;
}.blocks-hero-area .block .block-inner {
  border: 0;
  min-height: 200px;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .blocks-hero-area .block .block-inner {
    min-height: 280px;
  }
}.blocks-hero-area .block .block-inner .read-more .icon {
  width: 72px;
  height: 72px;
}.block .content .read-more .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}/*Solfjäder Tema*//*solfjäder-block*/.sunburst-block {
  background: #f2f2f2;
}@media screen and (max-width: 991px) {
  .sunburst-block.highlight-bologna-1 .chart-svg .part-bologna .data-col:nth-child(1) a .background {
    fill: #042628;
  }
  .sunburst-block.highlight-bologna-2 .chart-svg .part-bologna .data-col:nth-child(2) a .background {
    fill: #042628;
  }
  .sunburst-block.highlight-bologna-3 .chart-svg .part-bologna .data-col:nth-child(3) a .background {
    fill: #042628;
  }
  .sunburst-block.highlight-eqf-1 .chart-svg .part-eqf .data-col:nth-child(1) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-2 .chart-svg .part-eqf .data-col:nth-child(2) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-3 .chart-svg .part-eqf .data-col:nth-child(3) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-4 .chart-svg .part-eqf .data-col:nth-child(4) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-5 .chart-svg .part-eqf .data-col:nth-child(5) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-6 .chart-svg .part-eqf .data-col:nth-child(6) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-7 .chart-svg .part-eqf .data-col:nth-child(7) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-eqf-8 .chart-svg .part-eqf .data-col:nth-child(8) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-seqf-1 .chart-svg .part-seqf .data-col:nth-child(1) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-2 .chart-svg .part-seqf .data-col:nth-child(2) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-3 .chart-svg .part-seqf .data-col:nth-child(3) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-4 .chart-svg .part-seqf .data-col:nth-child(4) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-5 .chart-svg .part-seqf .data-col:nth-child(5) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-6 .chart-svg .part-seqf .data-col:nth-child(6) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-7 .chart-svg .part-seqf .data-col:nth-child(7) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-seqf-8 .chart-svg .part-seqf .data-col:nth-child(8) a .background {
    fill: #016369;
  }
  .sunburst-block.highlight-kvalifikationer-1 .chart-svg .part-qualifications .data-col:nth-child(1) a .background,
  .sunburst-block.highlight-qualifications-1 .chart-svg .part-qualifications .data-col:nth-child(1) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-2 .chart-svg .part-qualifications .data-col:nth-child(2) a .background,
  .sunburst-block.highlight-qualifications-2 .chart-svg .part-qualifications .data-col:nth-child(2) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-3 .chart-svg .part-qualifications .data-col:nth-child(3) a .background,
  .sunburst-block.highlight-qualifications-3 .chart-svg .part-qualifications .data-col:nth-child(3) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-4 .chart-svg .part-qualifications .data-col:nth-child(4) a .background,
  .sunburst-block.highlight-qualifications-4 .chart-svg .part-qualifications .data-col:nth-child(4) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-5 .chart-svg .part-qualifications .data-col:nth-child(5) a .background,
  .sunburst-block.highlight-qualifications-5 .chart-svg .part-qualifications .data-col:nth-child(5) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-6 .chart-svg .part-qualifications .data-col:nth-child(6) a .background,
  .sunburst-block.highlight-qualifications-6 .chart-svg .part-qualifications .data-col:nth-child(6) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-7 .chart-svg .part-qualifications .data-col:nth-child(7) a .background,
  .sunburst-block.highlight-qualifications-7 .chart-svg .part-qualifications .data-col:nth-child(7) a .background {
    fill: #004145;
  }
  .sunburst-block.highlight-kvalifikationer-8 .chart-svg .part-qualifications .data-col:nth-child(8) a .background,
  .sunburst-block.highlight-qualifications-8 .chart-svg .part-qualifications .data-col:nth-child(8) a .background {
    fill: #004145;
  }
}.sunburst-block.seqf .btn.btn-info.active {
  background-color: #016369;
  color: white;
}.sunburst-block.seqf div.btn-group ul.dropdown-menu li.active a {
  background-color: #016369;
  color: #fff;
}.sunburst-block.eqf .btn.btn-info.active {
  background-color: #004145;
  color: white;
}.sunburst-block.eqf div.btn-group ul.dropdown-menu li.active a {
  background-color: #004145;
  color: #fff;
}.sunburst-block.kvalifikationer .btn.btn-info.active,
.sunburst-block.qualifications .btn.btn-info.active {
  background-color: #004145;
  color: white;
}.sunburst-block.kvalifikationer div.btn-group ul.dropdown-menu li.active a,
.sunburst-block.qualifications div.btn-group ul.dropdown-menu li.active a {
  background-color: #004145;
  color: #fff;
}.sunburst-block.bologna .btn.btn-info.active {
  background-color: #042628;
  color: white;
}.sunburst-block.bologna div.btn-group ul.dropdown-menu li.active a {
  background-color: #042628;
  color: #fff;
}.sunburst-block .filters {
  padding: 0 10px 10px 10px;
}@media screen and (min-width: 992px) {
  .sunburst-block .filters {
    display: none;
  }
}.sunburst-block .filters h3 {
  margin: 0;
  margin-bottom: 10px;
}.sunburst-block .filters .btn-group {
  width: 100%;
  margin-bottom: 25px;
}.sunburst-block .filters .btn-group .btn {
  width: 100%;
  background-color: white;
  border: 1px solid #c9c9c9;
  color: black;
}.sunburst-block .filters .btn-group .btn .btn-label {
  float: left;
}.sunburst-block .filters .btn-group .btn .caret {
  float: right;
  margin: 10px 0;
}.sunburst-block .filters .btn-group .dropdown-menu {
  margin: 0;
  width: 100%;
}.sunburst-block .filters .btn-group .dropdown-menu li a {
  padding: 10px 20px;
}.sunburst-block .sunburst-wrapper {
  width: 100%;
  margin: 10px 0;
  padding: 20px 10px;
}@media screen and (min-width: 992px) {
  .sunburst-block .sunburst-wrapper {
    margin: 15px 0;
    padding: 60px;
  }
}.sunburst-block .sunburst-wrapper .sunburst-chart-headline {
  margin-bottom: 30px;
}.sunburst-block .sunburst-wrapper .footnote {
  font-size: 14px;
  margin-bottom: 0;
}@media screen and (max-width: 991px) {
  .sunburst-block .sunburst-wrapper .footnote {
    display: none;
  }
}@media screen and (min-width: 992px) {
  .sunburst-block .sunburst-wrapper .footnote {
    margin-bottom: 50px;
  }
}.sunburst-block .sunburst-wrapper .sunburst-labels-headline {
  display: none;
}@media screen and (min-width: 992px) {
  .sunburst-block .sunburst-wrapper .sunburst-labels-headline {
    display: block;
  }
}.sunburst-block .sunburst-wrapper .sunburst-labels {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}@media screen and (min-width: 992px) {
  .sunburst-block .sunburst-wrapper .sunburst-labels {
    display: flex;
  }
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 23%;
  flex-wrap: nowrap;
  text-align: center;
  box-sizing: border-box;
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst {
  flex-grow: 1;
  height: 100%;
  color: #ffffff;
  min-height: 75px;
  white-space: normal;
  word-break: break-word;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-bologna {
  background-color: #042628;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-bologna:hover,
.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-bologna:focus {
  background-color: #C3E3E6;
  color: #000000;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-bologna:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-eqf {
  background-color: #004145;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-eqf:hover,
.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-eqf:focus {
  background-color: #C3E3E6;
  color: #000000;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-eqf:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-seqf {
  background-color: #016369;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-seqf:hover,
.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-seqf:focus {
  background-color: #C3E3E6;
  color: #000000;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-seqf:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-qualifications {
  background-color: #d2d9d9;
  color: #000000;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-qualifications:hover,
.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-qualifications:focus {
  background-color: #016369;
  color: #ffffff;
}.sunburst-block .sunburst-wrapper .sunburst-labels .sunburst-label .btn-sunburst.btn-qualifications:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}/*Solfjäder-diagram*/.sunburst-chart {
  width: 100%;
  height: 0;
  padding-bottom: 52.3198421%;
  position: relative;
}.sunburst-chart.en {
  padding-bottom: 55.319842%;
}.sunburst-chart-headline {
  margin-bottom: 30px;
}.chart-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
}@media screen and (min-width: 992px) {
  .chart-svg {
    z-index: 1;
  }
}.chart-svg g,
.chart-svg g:focus {
  outline: 0 none;
}.chart-svg a {
  text-decoration: none;
}.chart-svg a:hover,
.chart-svg a:focus {
  outline: 0 none;
}.chart-svg a:hover path,
.chart-svg a:focus path {
  paint-order: fill;
}.chart-svg a:hover .part_label,
.chart-svg a:focus .part_label {
  display: inline;
}.chart-svg a:hover .part-bologna_label,
.chart-svg a:focus .part-bologna_label,
.chart-svg a:hover .part-eqf_label,
.chart-svg a:focus .part-eqf_label,
.chart-svg a:hover .part-seqf_label,
.chart-svg a:focus .part-seqf_label,
.chart-svg a:hover .part-bologna_level,
.chart-svg a:focus .part-bologna_level,
.chart-svg a:hover .part-eqf_level,
.chart-svg a:focus .part-eqf_level,
.chart-svg a:hover .part-seqf_level,
.chart-svg a:focus .part-seqf_level {
  fill: #000000;
}.chart-svg a:hover .part-qualifications_label,
.chart-svg a:focus .part-qualifications_label,
.chart-svg a:hover .part-qualifications_level,
.chart-svg a:focus .part-qualifications_level {
  fill: #ffffff;
}@media screen and (max-width: 991px) {
  .chart-svg a {
    pointer-events: none;
  }
}.chart-svg .background {
  stroke: #f2f2f2;
  stroke-width: 4;
}.chart-svg .background-outer {
  fill: #f2f2f2;
}.chart-svg .part-bologna .background {
  fill: #042628;
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 2px;
  mix-blend-mode: hue;
}@media screen and (max-width: 991px) {
  .chart-svg .part-bologna .background {
    fill: #d2d2d2;
    mix-blend-mode: unset;
  }
  .highlight-row-bologna .chart-svg .part-bologna .background,
  .highlight-all-rows .chart-svg .part-bologna .background {
    fill: #042628;
  }
}.chart-svg .part-bologna a:hover .background,
.chart-svg .part-bologna a:focus .background {
  fill: #C3E3E6;
  stroke: #000000;
  mix-blend-mode: darken;
}.chart-svg .part-eqf .background {
  fill: #004145;
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 2px;
  mix-blend-mode: hue;
}@media screen and (max-width: 991px) {
  .chart-svg .part-eqf .background {
    fill: #d2d2d2;
    mix-blend-mode: unset;
  }
  .highlight-row-eqf .chart-svg .part-eqf .background,
  .highlight-all-rows .chart-svg .part-eqf .background {
    fill: #004145;
  }
}.chart-svg .part-eqf a:hover .background,
.chart-svg .part-eqf a:focus .background {
  fill: #C3E3E6;
  stroke: #000000;
  mix-blend-mode: darken;
}.chart-svg .part-seqf .background {
  fill: #016369;
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 2px;
  mix-blend-mode: hue;
}@media screen and (max-width: 991px) {
  .chart-svg .part-seqf .background {
    fill: #d2d2d2;
    mix-blend-mode: unset;
  }
  .highlight-row-seqf .chart-svg .part-seqf .background,
  .highlight-all-rows .chart-svg .part-seqf .background {
    fill: #016369;
  }
}.chart-svg .part-seqf a:hover .background,
.chart-svg .part-seqf a:focus .background {
  fill: #C3E3E6;
  stroke: #000000;
  mix-blend-mode: darken;
}.chart-svg .part-qualifications .background {
  fill: #d2d9d9;
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 2px;
  mix-blend-mode: hue;
}@media screen and (max-width: 991px) {
  .chart-svg .part-qualifications .background {
    fill: #d2d2d2;
    mix-blend-mode: unset;
  }
  .highlight-all-rows .chart-svg .part-qualifications .background {
    fill: #d2d9d9;
  }
  .highlight-row-kvalifikationer .chart-svg .part-qualifications .background,
  .highlight-row-qualifications .chart-svg .part-qualifications .background {
    fill: #004145;
  }
}.chart-svg .part-qualifications a:hover .background,
.chart-svg .part-qualifications a:focus .background {
  fill: #016369;
  stroke: #000000;
  mix-blend-mode: darken;
}.chart-svg .base-label {
  fill: #000000;
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}.chart-svg .base-label .base-label_level {
  font-size: 15px;
  font-weight: 400;
}.chart-svg .part_label {
  display: none;
  fill: #ffffff;
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}.chart-svg .part_label.part-qualifications_label {
  display: inline;
  fill: #000000;
  font-family: Calibri, Gill Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}@media screen and (max-width: 991px) {
  .chart-svg .part_label.part-qualifications_label {
    display: none;
  }
}.chart-svg .part_label.part-qualifications_label.en {
  font-size: 14px;
}.chart-svg .part_label.part-qualifications_label.sub_level {
  font-weight: 400;
}.chart-svg .part_level {
  fill: #ffffff;
  font-family: BauWebPro, Arial, sans-serif;
  font-weight: 600;
  pointer-events: none;
}.chart-svg .part_level.part-bologna_level {
  font-size: 24px;
}.chart-svg .part_level.part-eqf_level {
  font-size: 26px;
}.chart-svg .part_level.part-seqf_level {
  font-size: 34px;
}/*solfjader-modal*/.solfjader-modal[id^='seqf'] .lower-cols {
  border-left-color: #016369;
}.solfjader-modal[id^='eqf'] .lower-cols {
  border-left-color: #004145;
}.solfjader-modal[id^='qualifications'] .lower-cols {
  border-left-color: #d2d9d9;
}.solfjader-modal[id^='bologna'] .lower-cols {
  border-left-color: #042628;
}@media screen and (max-width: 991px) {
  .solfjader-modal {
    position: relative;
    z-index: 0;
    overflow: visible;
    background-color: #f2f2f2;
    margin-top: -30px;
  }
  .solfjader-modal .modal-dialog {
    margin: 10px;
    width: auto;
  }
  .solfjader-modal .modal-body {
    background-color: #f2f2f2;
    height: auto !important;
    padding: 0 20px 20px 20px !important;
  }
  .solfjader-modal .modal-footer {
    display: none;
  }
  .solfjader-modal .modal-header {
    display: none;
  }
}.solfjader-modal .modal-dialog {
  overflow-y: initial;
}.solfjader-modal .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0 none;
}.solfjader-modal .modal-header {
  height: 50px;
  border: 0 none;
}.modal-theme-bologna .solfjader-modal .modal-header {
  background-color: #004145;
}.modal-theme-eqf .solfjader-modal .modal-header {
  background-color: #004145;
}.modal-theme-seqf .solfjader-modal .modal-header {
  background-color: #004145;
}.modal-theme-qualifications .solfjader-modal .modal-header {
  background-color: #004145;
}.solfjader-modal .modal-header .close {
  margin-top: -11px;
  margin-right: -6px;
  font-size: 34px;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}.solfjader-modal .modal-header .close:hover,
.solfjader-modal .modal-header .close:focus {
  color: #e5e5e5;
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}.solfjader-modal .modal-subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
}.solfjader-modal .modal-maincontent {
  margin-top: 24px;
}.solfjader-modal .modal-maincontent .cont {
  width: 19px;
  height: 19px;
  fill: #006e96;
}.solfjader-modal .modal-body {
  height: 50vh;
  margin: 0;
  padding: 40px 80px 0 80px;
  overflow-y: auto;
}.solfjader-modal .modal-body .lower-cols {
  border-left-style: solid;
  border-left-width: 1px;
  margin-top: 27px;
  padding: 0 30px;
  /*[id^="seqf"] & {
					background-color: blue;
				}*/
}.modal-theme-bologna .solfjader-modal .modal-body .lower-cols {
  border-left-color: #042628;
}.modal-theme-eqf .solfjader-modal .modal-body .lower-cols {
  border-left-color: #004145;
}.modal-theme-qualifications .solfjader-modal .modal-body .lower-cols {
  border-left-color: #004145;
}.solfjader-modal .modal-body .lower-cols h4 {
  margin-top: 0;
}.solfjader-modal .modal-body .lower-cols p {
  margin-bottom: 0;
  font-size: 16px;
}.solfjader-modal .modal-footer {
  width: 100%;
  border: none;
  padding-top: 50px;
  min-height: 110px;
}.solfjader-modal .modal-footer .modal-footer-label {
  margin-top: -25px;
}.solfjader-modal .modal-footer .modal-footer-label.label-previous {
  float: left;
}.solfjader-modal .modal-footer .modal-footer-label.label-next {
  float: right;
}.solfjader-modal .modal-footer .btn {
  color: white;
}.modal-theme-bologna .solfjader-modal .modal-footer .btn {
  background-color: #004145;
}.modal-theme-bologna .solfjader-modal .modal-footer .btn:hover,
.modal-theme-bologna .solfjader-modal .modal-footer .btn:focus {
  background-color: #016369;
  outline: 2px solid #000000;
  outline-offset: 2px;
}.modal-theme-eqf .solfjader-modal .modal-footer .btn {
  background-color: #004145;
}.modal-theme-eqf .solfjader-modal .modal-footer .btn:hover,
.modal-theme-eqf .solfjader-modal .modal-footer .btn:focus {
  background-color: #016369;
  outline: 2px solid #000000;
  outline-offset: 2px;
}.modal-theme-seqf .solfjader-modal .modal-footer .btn {
  background-color: #004145;
}.modal-theme-seqf .solfjader-modal .modal-footer .btn:hover,
.modal-theme-seqf .solfjader-modal .modal-footer .btn:focus {
  background-color: #016369;
  outline: 2px solid #000000;
  outline-offset: 2px;
}.modal-theme-qualifications .solfjader-modal .modal-footer .btn {
  background-color: #004145;
}.modal-theme-qualifications .solfjader-modal .modal-footer .btn:hover,
.modal-theme-qualifications .solfjader-modal .modal-footer .btn:focus {
  background-color: #016369;
  outline: 2px solid #000000;
  outline-offset: 2px;
}.solfjader-modal .modal-footer .btn-next {
  float: right;
}.solfjader-modal .modal-footer .btn-previous {
  float: left;
}.solfjader-modal .modal-footer .btn .icon-pil-hoger-ny,
.solfjader-modal .modal-footer .btn .icon-pil-vanster-ny {
  width: 19px;
  height: 19px;
  fill: #fff;
  position: relative;
  top: 0.15789474em;
}/* Block link */a.block-link {
  display: block;
  color: #000;
  fill: #000;
  /*
		
		p {
		font-variant-numeric: lining-nums;
	}*/
}a.block-link .related-links-icon .icon {
  width: 14px;
  height: 14px;
}a.block-link:hover {
  text-decoration: none;
}/* Teaser-Block */.teaser-block img.teaser-image {
  width: 100%;
  height: auto;
  margin: 5px 0 10px;
}.teaser-block:not(.no-hover-bg):not(.render-mode-hero):hover {
  background-color: #e5e5e5;
}.block-link .teaser-block.render-mode-filled {
  padding-bottom: 72px;
}.teaser-block.render-mode-filled .read-more:before {
  font-size: 36px;
}.teaser-block .overline {
  font-size: 14px;
  color: #8151B1;
  margin-bottom: 5px;
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .teaser-block h2:not(:first-child) {
    font-size: 22px;
  }
}.teaser-block h2,
.teaser-block p {
  word-break: break-word;
}a .teaser-block.render-mode-standard .content {
  padding-bottom: 24px;
}.teaser-block.uhrcolor-vit .content a {
  font-size: inherit;
  text-decoration: underline;
}.StartPage2018 div.teaser-block.render-mode-filled {
  height: 200px;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 div.teaser-block.render-mode-filled {
    height: auto;
  }
  .StartPage2018 div.teaser-block.render-mode-filled h2 {
    margin-bottom: 0;
  }
}.StartPage2018 .teaser-block.render-mode-hero {
  fill: #ffffff;
}.StartPage2018 .teaser-block.render-mode-hero .block-inner {
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero .content > p {
  position: relative;
  margin-bottom: 55px;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-turkos {
  background-color: rgba(0, 165, 181, 0.8);
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-turkos:hover {
  background-color: rgba(51, 183, 196, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-turkos {
    background-color: #00a5b5;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-turkos:hover {
    background-color: #33B7C4 !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-rod {
  background-color: rgba(233, 20, 73, 0.8);
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-rod:hover {
  background-color: rgba(249, 15, 50, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-rod {
    background-color: #e91449;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-rod:hover {
    background-color: #f90f32 !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-bla {
  background-color: rgba(0, 168, 225, 0.8);
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-bla:hover {
  background-color: rgba(0, 197, 238, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-bla {
    background-color: #00a8e1;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-bla:hover {
    background-color: #00c5ee !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-vit {
  background-color: rgba(255, 255, 255, 0.8);
  border: none !important;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-vit:hover {
  background-color: rgba(229, 229, 229, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-vit {
    background-color: #ffffff;
    border: 1px solid #c9c9c9 !important;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-vit:hover {
    background-color: #e5e5e5 !important;
    border: 1px solid #c9c9c9;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila {
  background-color: rgba(98, 38, 158, 0.8);
  color: #fff;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila:focus {
  background-color: rgba(129, 81, 177, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila {
    background-color: #62269e;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila:hover {
    background-color: #8151B1 !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-50 {
  background-color: rgba(98, 38, 158, 0.8);
  color: #000;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-50:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-50:focus {
  background-color: rgba(192, 169, 217, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-50 {
    background-color: rgba(98, 38, 158, 0.5);
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-50:hover {
    background-color: #C0A9D9 !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-25 {
  background-color: rgba(216, 201, 231, 0.8);
  color: #000;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-25:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-25:focus {
  background-color: rgba(224, 212, 236, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-25 {
    background-color: #D8C9E7;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-lila-25:hover {
    background-color: #E0D4EC !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise {
  background-color: rgba(176, 0, 96, 0.8);
  color: #fff;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise:focus {
  background-color: rgba(192, 51, 128, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise {
    background-color: #b00060;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise:hover {
    background-color: #C03380 !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-50 {
  background-color: rgba(215, 128, 175, 0.8);
  color: #000;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-50:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-50:focus {
  background-color: rgba(223, 153, 191, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-50 {
    background-color: #D780AF;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-50:hover {
    background-color: #DF99BF !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-25 {
  background-color: rgba(235, 191, 215, 0.8);
  color: #000;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-25:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-25:focus {
  background-color: rgba(239, 204, 223, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-25 {
    background-color: #EBBFD7;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-cerise-25:hover {
    background-color: #EFCCDF !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum {
  background-color: rgba(0, 110, 150, 0.8);
  color: #fff;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum:focus {
  background-color: rgba(51, 139, 171, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum {
    background-color: #006e96;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum:hover {
    background-color: #338bab !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-50 {
  background-color: rgba(128, 183, 202, 0.8);
  color: #000;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-50:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-50:focus {
  background-color: rgba(153, 197, 213, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-50 {
    background-color: #80B7CA;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-50:hover {
    background-color: #99C5D5 !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-25 {
  background-color: rgba(191, 219, 229, 0.8);
  color: #000;
  border: none;
}.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-25:hover,
.StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-25:focus {
  background-color: rgba(204, 226, 234, 0.8) !important;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-25 {
    background-color: #BFDBE5;
  }
  .StartPage2018 .teaser-block.render-mode-hero.uhrcolor-petroleum-25:hover {
    background-color: #CCE2EA !important;
  }
}.StartPage2018 .teaser-block.render-mode-hero p {
  margin-bottom: 40px;
}/*ImportantMessage-Block*/.message {
  padding: 15px 20px;
  margin-bottom: 10px;
}@media screen and (max-width: 767px) {
  .message {
    padding: 10px 10px;
  }
}.message:before {
  font-size: 24px;
}.message--important {
  color: #fff;
  background-color: #e91449;
}.message--information {
  color: #fff;
  background-color: #b00060;
}.message a,
.message a:hover {
  color: #fff;
  font-weight: bold;
}.message__button {
  margin-left: 20px;
}@media screen and (max-width: 767px) {
  .message__button {
    display: block;
    margin-top: 15px;
  }
}/*Image-Block*/a.image-block-link {
  display: inline-block;
  background: white;
}a.image-block-link img {
  display: block;
}a.image-block-link:hover img {
  opacity: 0.8;
}.image-teaser-block {
  padding: 0 0;
}.image-teaser-block .teaser-image {
  width: 100%;
  height: auto;
}.image-teaser-block .image-content {
  padding-bottom: 0;
}.image-teaser-block .overline {
  font-size: 14px;
  color: #8151B1;
  margin-bottom: 5px;
}.image-teaser-block .content {
  padding: 15px;
  padding-bottom: 24px;
}.image-teaser-block .content .icon-pil-hoger-ny,
.image-teaser-block .content .icon-extern-lank {
  position: absolute;
  right: 20px;
  bottom: 20px;
}.image-teaser-block:hover {
  background-color: #e5e5e5;
}/* Page-List-Block *//* *//* TODO: These styles seems to be shared across diffent blocktypes. maybe a specific class for these rules and add that class to the blocks? */.block div.find-custom-search-block,
.block div.related-links-block,
.block div.page-list-block {
  padding-top: 0;
  padding-bottom: 0;
}div.find-custom-search-block h2,
div.related-links-block h2,
div.page-list-block h2 {
  margin-top: 15px;
}div.find-custom-search-block ul,
div.related-links-block ul,
div.page-list-block ul {
  margin: 0 -20px 0;
  padding: 0;
  list-style: none;
}div.find-custom-search-block ul li,
div.related-links-block ul li,
div.page-list-block ul li {
  padding: 15px 20px;
}div.find-custom-search-block ul li:hover,
div.related-links-block ul li:hover,
div.page-list-block ul li:hover {
  background-color: #e5e5e5;
}div.find-custom-search-block ul li:nth-child(odd),
div.related-links-block ul li:nth-child(odd),
div.page-list-block ul li:nth-child(odd) {
  background-color: #f2f2f2;
}div.find-custom-search-block ul li:nth-child(odd):hover,
div.related-links-block ul li:nth-child(odd):hover,
div.page-list-block ul li:nth-child(odd):hover {
  background-color: #d9d9d9;
}div.find-custom-search-block ul li a,
div.related-links-block ul li a,
div.page-list-block ul li a {
  color: #000;
}div.find-custom-search-block ul li > a.block-link,
div.related-links-block ul li > a.block-link,
div.page-list-block ul li > a.block-link {
  padding: 15px 20px;
  margin: -15px -20px;
}div.find-custom-search-block ul li > a.block-link:hover h4,
div.related-links-block ul li > a.block-link:hover h4,
div.page-list-block ul li > a.block-link:hover h4 {
  text-decoration: underline;
}div.find-custom-search-block ul li h3,
div.related-links-block ul li h3,
div.page-list-block ul li h3,
div.find-custom-search-block ul li h4,
div.related-links-block ul li h4,
div.page-list-block ul li h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
}div.find-custom-search-block ul li .date,
div.related-links-block ul li .date,
div.page-list-block ul li .date {
  color: #3d3d3d;
  margin-bottom: 0;
}div.find-custom-search-block ul li p,
div.related-links-block ul li p,
div.page-list-block ul li p {
  margin-top: 10px;
}div.find-custom-search-block ul li p.read-more,
div.related-links-block ul li p.read-more,
div.page-list-block ul li p.read-more {
  margin-bottom: 0;
  margin-top: 0;
}div.find-custom-search-block .footer,
div.related-links-block .footer,
div.page-list-block .footer {
  padding: 15px 0;
}div.startpage2018 div.header {
  margin: 0 -20px;
  background-color: #ffffff;
  border-bottom: 5px solid #62269e;
}div.startpage2018 div.header h2 {
  margin: 0;
  /*color: @brand-primary;*/
  padding: 15px 20px;
}div.startpage2018 .footer {
  margin: 0 -20px 0;
  overflow: auto;
  border-top: 1px solid #cccccc;
}div.startpage2018 .footer .btn {
  margin-left: 20px;
}div.startpage2018 li.news a p {
  margin: 5px 0 0;
}div.startpage2018 li.news a .read-more {
  display: flex;
  flex-direction: row-reverse;
}div.startpage2018 li.calender a {
  display: flex;
  column-gap: 15px;
}div.startpage2018 li.calender a p {
  display: block;
  margin: 0;
  overflow: hidden;
}div.startpage2018 li.calender a p:last-child {
  text-underline-offset: 3px;
}div.startpage2018 li.calender a p:first-of-type {
  flex-basis: 4.2rem;
  flex-grow: 0;
  flex-shrink: 0;
}div.startpage2018 li.calender a p:last-of-type {
  flex-grow: 1;
}div.startpage2018 li.calender a .date {
  font-weight: 700;
  font-family: BauWebPro, Arial, sans-serif;
  text-align: center;
}div.startpage2018 li.calender a .date span:first-of-type {
  color: #000000;
  display: block;
  font-size: 19px;
  font-feature-settings: initial;
  font-variant-numeric: lining-nums;
  position: relative;
  line-height: 1.2;
  top: 3px;
}div.startpage2018 li.calender a .date span:last-of-type {
  color: #62269e;
  font-size: 16px;
  text-transform: uppercase;
}div.startpage2018 li.calender a .read-more {
  display: flex;
  align-self: flex-end;
  padding-left: 10px;
}/* Link-List-Block */.link-list-block .header {
  padding-top: 0;
}.link-list-block .startsida2018 h2 {
  color: #000;
  margin: 0px -21px;
  margin-top: -15px;
  padding: 15px 20px;
}.link-list-block .links ul {
  padding: 0;
  position: relative;
  list-style: none;
  margin: 0 -20px -15px;
}.link-list-block .links ul:last-child {
  border-bottom: 1px solid #f2f2f2;
}.link-list-block .links ul li {
  margin: 0;
}.link-list-block .links ul li a {
  color: #000;
  display: block;
  font-weight: 600;
  padding: 15px 20px;
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  font-family: BauWebPro, Arial, sans-serif;
  line-height: 1.1;
  font-variant-numeric: lining-nums;
  font-feature-settings: initial;
}.link-list-block .links ul li a:hover {
  background-color: #e5e5e5;
}.link-list-block .links ul li .icon.icon-extern-lank,
.link-list-block .links ul li .icon.icon-pil-hoger-ny,
.link-list-block .links ul li .icon.icon-dokument-pdf {
  width: 19px;
  height: 19px;
  position: relative;
  float: right;
  top: -0.05263158em;
}/* Statistics-block */.statistics-block:hover {
  background-color: #e5e5e5;
}.statistics-block .amount-section {
  font-weight: bold;
  font-size: 80px;
  line-height: 0.9;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .statistics-block .amount-section {
    font-size: 100px;
  }
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .statistics-block .amount-section {
    font-size: 60px;
  }
}@media screen and (max-width: 767px) {
  .statistics-block .amount-section .amount {
    text-align: right;
    display: block;
  }
}.statistics-block .amount-section .amount-text {
  font-size: 30%;
  display: block;
  margin-top: 15%;
}.statistics-block p.subtext {
  font-size: 14px;
  text-align: center;
}@media screen and (min-width: 992px) {
  .statistics-block p.subtext {
    margin-top: 10px;
  }
}.statistics-block .percentage-section {
  font-size: 80px;
  /*
  this is the actual visible part of the pie. 
  Give it the same dimensions as the regular piece.
  Use border radius make it a half circle.
  move transform origin to the middle of the right side.
  Push it out to the left of the containing box.
*/
  /* if it's part of a big piece, bring it back into the square */
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .statistics-block .percentage-section {
    font-size: 60px;
  }
}.statistics-block .percentage-section p.percentage-value,
.statistics-block .percentage-section p.percentage-text {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 0.7;
}.statistics-block .percentage-section p.percentage-value span.percentage-sign {
  font-size: 65%;
}.statistics-block .percentage-section p.percentage-text {
  font-size: 23%;
}.statistics-block .percentage-section .pie-container {
  height: 76px;
  position: relative;
}.statistics-block .percentage-section .pie-container .hold {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  clip: rect(0px, 76px, 76px, 38px);
}.statistics-block .percentage-section .pie-container .hold#pie-slice-2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container .hold .pie {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  clip: rect(0px, 38px, 76px, 0px);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}.statistics-block .percentage-section .pie-container.pie-size-100 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-100 #pie-slice-2 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-95 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-95 #pie-slice-2 .pie {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}.statistics-block .percentage-section .pie-container.pie-size-90 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-90 #pie-slice-2 .pie {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}.statistics-block .percentage-section .pie-container.pie-size-85 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-85 #pie-slice-2 .pie {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}.statistics-block .percentage-section .pie-container.pie-size-80 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-80 #pie-slice-2 .pie {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}.statistics-block .percentage-section .pie-container.pie-size-75 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-75 #pie-slice-2 .pie {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}.statistics-block .percentage-section .pie-container.pie-size-70 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-70 #pie-slice-2 .pie {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}.statistics-block .percentage-section .pie-container.pie-size-65 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-65 #pie-slice-2 .pie {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}.statistics-block .percentage-section .pie-container.pie-size-60 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-60 #pie-slice-2 .pie {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}.statistics-block .percentage-section .pie-container.pie-size-55 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-55 #pie-slice-2 .pie {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}.statistics-block .percentage-section .pie-container.pie-size-50 #pie-slice-1 .pie {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}.statistics-block .percentage-section .pie-container.pie-size-45 #pie-slice-1 .pie {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}.statistics-block .percentage-section .pie-container.pie-size-40 #pie-slice-1 .pie {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}.statistics-block .percentage-section .pie-container.pie-size-35 #pie-slice-1 .pie {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}.statistics-block .percentage-section .pie-container.pie-size-30 #pie-slice-1 .pie {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}.statistics-block .percentage-section .pie-container.pie-size-25 #pie-slice-1 .pie {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}.statistics-block .percentage-section .pie-container.pie-size-20 #pie-slice-1 .pie {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}.statistics-block .percentage-section .pie-container.pie-size-15 #pie-slice-1 .pie {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}.statistics-block .percentage-section .pie-container.pie-size-10 #pie-slice-1 .pie {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}.statistics-block .percentage-section .pie-container.pie-size-5 #pie-slice-1 .pie {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}.statistics-block .percentage-section .pie-container .hold {
  right: 0;
}@media screen and (min-width: 992px) {
  .statistics-block .percentage-section .pie-container .hold {
    right: auto;
  }
}.statistics-block .percentage-section .pie.big:before {
  left: 0px;
}/* related-links-block */.block div.related-links-block {
  margin-top: 30px;
  padding-bottom: 0;
}div.related-links-block a > span {
  font-size: 14px;
  font-family: BauWebPro, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: initial;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}div.related-links-block a:hover > span {
  text-decoration: underline;
}/* Share block*/.share-block {
  margin-top: 15px;
  display: flex;
  clear: both;
}.share-block.sharing-toplinks {
  justify-content: flex-end;
}.share-block h2 {
  color: #62269e;
}.share-block__link {
  color: #62269e;
  font-size: 36px;
  user-select: none;
}.share-block__link:hover,
.share-block__link:focus {
  color: #8151B1;
  text-decoration: none;
}/* Login-Form-Block */.login-form,
.login-form-block {
  background-color: #ffffff;
}.login-form h2,
.login-form-block h2,
.login-form h3,
.login-form-block h3 {
  color: #62269e;
}.login-form .checkbox input[type='checkbox'],
.login-form-block .checkbox input[type='checkbox'] {
  margin-left: 0;
}.blocks-hero-area .block .block-inner.login-form,
.blocks-hero-area .block .block-inner.login-form-block {
  border: 1px solid #c9c9c9;
}.login-form .has-success .help-block,
.login-form-block .has-success .help-block,
.login-form .has-success .control-label,
.login-form-block .has-success .control-label,
.login-form .has-success .radio,
.login-form-block .has-success .radio,
.login-form .has-success .checkbox,
.login-form-block .has-success .checkbox,
.login-form .has-success .radio-inline,
.login-form-block .has-success .radio-inline,
.login-form .has-success .checkbox-inline,
.login-form-block .has-success .checkbox-inline,
.login-form .has-success.radio label,
.login-form-block .has-success.radio label,
.login-form .has-success.checkbox label,
.login-form-block .has-success.checkbox label,
.login-form .has-success.radio-inline label,
.login-form-block .has-success.radio-inline label,
.login-form .has-success.checkbox-inline label,
.login-form-block .has-success.checkbox-inline label {
  color: #3d3d3d;
}.login-form .has-success .form-control,
.login-form-block .has-success .form-control {
  border: 1px solid #cccccc;
}/*Forms*/label,
legend {
  font-weight: bold;
}label.required::after,
legend.required::after {
  content: '*';
  font-weight: bold;
  color: red;
}.required-input {
  margin-left: 4px;
}.required-input::after {
  content: '*';
  font-weight: bold;
  color: red;
}/* Country-picker */.map-wrapper {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
}.map-wrapper #world_map {
  width: 100%;
  height: 100%;
  position: absolute;
}.map-wrapper #europe,
.map-wrapper #africa,
.map-wrapper #australia,
.map-wrapper #asia,
.map-wrapper #north_america,
.map-wrapper #south_america {
  fill: #006e96;
  stroke: #006e96;
  stroke-width: 300px;
  stroke-opacity: 0;
}.map-wrapper #europe:hover,
.map-wrapper #africa:hover,
.map-wrapper #australia:hover,
.map-wrapper #asia:hover,
.map-wrapper #north_america:hover,
.map-wrapper #south_america:hover {
  fill: #b00060;
  cursor: pointer;
}.map-wrapper #europe.active,
.map-wrapper #africa.active,
.map-wrapper #australia.active,
.map-wrapper #asia.active,
.map-wrapper #north_america.active,
.map-wrapper #south_america.active {
  fill: #b00060;
}.map-wrapper #europe.active:hover,
.map-wrapper #africa.active:hover,
.map-wrapper #australia.active:hover,
.map-wrapper #asia.active:hover,
.map-wrapper #north_america.active:hover,
.map-wrapper #south_america.active:hover {
  fill: #C03380;
}.letter-filter {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}.letter-filter .letter {
  color: #006e96;
  font-family: BauWebPro, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 24px;
  line-height: 1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: none;
  background-color: transparent;
}@media screen and (min-width: 992px) {
  .letter-filter .letter {
    padding: 0 0.43em;
  }
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .letter-filter .letter {
    padding: 0 0.29em;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .letter-filter .letter {
    padding: 0.125em;
  }
}.letter-filter .letter:before {
  content: '';
  display: inline-block;
  height: 24px;
}.letter-filter .letter:hover {
  color: #b00060;
  cursor: pointer;
}.letter-filter .letter.active {
  color: #000000;
  font-size: 26.4px;
}.letter-filter .letter.active:hover {
  color: #c9c9c9;
}.letter-filter .letter.js-filter-empty-group {
  display: table-cell;
  color: #c9c9c9;
}.country-selector-wrapper h1 {
  color: #000000;
}.country-selector-wrapper .js-filter-empty-group,
.country-selector-wrapper .js-filter-hide,
.country-selector-wrapper .js-filter-empty-result {
  display: none;
}.country-selector-wrapper .link-list {
  font-size: 24px;
  color: #006e96;
}.country-selector-wrapper .link-list .row-letter {
  margin-bottom: 45px;
}.country-selector-wrapper .link-list .letter {
  color: #000000;
  font-family: BauWebPro, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 36px;
}@media screen and (min-width: 992px) {
  .country-selector-wrapper .link-list .letter {
    padding-left: 20px;
  }
}.country-selector-wrapper .link-list a:hover,
.country-selector-wrapper .link-list .flag-icon:hover {
  color: #b00060;
}/* Education table */.js-naric-education-table th,
.js-naric-education-table td {
  width: auto !important;
}.js-naric-education-table tr {
  background-color: #f2f2f2;
}.js-naric-education-table tr:first-child {
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 14px;
}.js-naric-education-table tr:first-child cite {
  color: #ffffff;
}.js-naric-education-table tr:first-child .popover {
  color: #000;
}.js-naric-education-table .reflow {
  background-color: #ffffff;
}.js-naric-education-table .reflow td {
  border: none;
}.js-naric-education-table .reflow td:first-child {
  text-align: right;
  color: #3d3d3d;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}.js-naric-education-table .reflow td:last-child {
  border-right: 1px solid #c9c9c9;
}.js-naric-education-table .reflow:nth-child(odd) td {
  background-color: #ffffff;
}.js-naric-education-table .reflow:last-child td {
  border-bottom: 1px solid #c9c9c9;
}/* Search evaluation */.search-evaluation-page .block-primary .block-inner {
  background-color: rgba(98, 38, 158, 0.1);
  color: #000;
  border: 0;
}@media screen and (max-width: 767px) {
  .search-evaluation-page .btn {
    margin-bottom: 15px;
  }
}.search-evaluation-results .block {
  margin-bottom: 0;
}.search-evaluation-results .block h3 {
  margin-bottom: 9px;
  margin-top: 0;
}.search-evaluation-results .block h3:not(:first-child) {
  margin-top: 15px;
}.search-evaluation-results .block .block-inner {
  border-top: 0;
  border-bottom: 0;
}.search-evaluation-results .block:first-of-type .block-inner {
  border-top: 1px solid #c9c9c9;
}.search-evaluation-results .block:last-of-type {
  margin-bottom: 20px;
}.search-evaluation-results .block:last-of-type .block-inner {
  border-bottom: 1px solid #c9c9c9;
}.search-evaluation-results .block:nth-child(odd) {
  background-color: #f2f2f2;
}.search-evaluation-results .date {
  color: #3d3d3d;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}@media screen and (max-width: 767px) {
  .search-evaluation-results label {
    margin-top: 10px;
  }
}.iframe-inner {
  display: flex;
  flex-direction: column;
}.iframe-inner .content {
  padding-bottom: 24px;
}.iframe-inner .content-inner {
  display: block;
}.iframe-inner:hover {
  background: #e5e5e5;
}.iframe-block {
  width: 100%;
  border: none;
}.iframe-header {
  padding-top: 15px;
}.multiple-file-upload__add-button {
  display: block;
  margin-bottom: 15px;
}.multiple-file-upload__file-group {
  padding: 15px 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}.multiple-file-upload__file-group:nth-child(odd) {
  background-color: #f2f2f2;
}.multiple-file-upload__file-group .remove-btn {
  color: #006e96;
  text-decoration: none;
  border: 0;
  padding: 0px;
  background-color: transparent;
}.multiple-file-upload__file-group .remove-btn:hover {
  color: #00364a;
  text-decoration: underline;
}.multiple-file-upload__file-group .remove-btn:focus {
  outline: 3px solid HighLight;
  outline-offset: 0.15rem;
}.multiple-file-upload__file-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1 1;
  -moz-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}.top-media {
  padding-bottom: 56.2%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
}.top-media iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
  background: transparent;
}.top-media.hasMovie {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}.top-media.hasMovie:hover {
  filter: brightness(75%);
  -moz-filter: brightness(75%);
  -webkit-filter: brightness(75%);
  -ms-filter: brightness(75%);
  -o-filter: brightness(75%);
}.top-media img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  border: none;
  height: auto;
}.top-media .icon-overlay {
  display: inline-block;
  opacity: 0.9;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -43px;
}.top-media .icon-overlay.automatic {
  margin-left: 3px;
}.top-media .icon-overlay.icon-forstoringsglas {
  fill: #FFFFFF;
  width: 19px;
  height: 18px;
  position: relative;
  top: 0.15789474em;
}.top-media .icon-overlay.icon-pil-hoger-ny {
  height: 36px;
  width: 36px;
}.top-media .icon-overlay.icon-pil-vanster-ny {
  width: 19px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
}.top-media .icon-overlay.icon-facebook,
.top-media .icon-overlay.icon-twitter,
.top-media .icon-overlay.icon-linkedin,
.top-media .icon-overlay.icon-kuvert {
  height: 36px;
  width: 36px;
  position: relative;
  top: 0.15789474em;
  fill: #62269e;
}.top-media .icon-overlay.icon-facebook:hover,
.top-media .icon-overlay.icon-twitter:hover,
.top-media .icon-overlay.icon-linkedin:hover,
.top-media .icon-overlay.icon-kuvert:hover {
  fill: #8151B1;
}.top-media .icon-overlay[class*="icon-dokument-"] {
  width: 14px;
  height: 14px;
}.top-media .icon-overlay.icon-extern-lank {
  height: 36px;
  width: 36px;
}.top-media .icon-overlay.icon-hogtalare {
  width: 20px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
  margin-right: 6px;
}.top-media .icon-overlay.icon-pil-upp-ny {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.15789474em;
}.top-media .icon-overlay.icon-pil-ned-ny {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.15789474em;
}.top-media .icon-overlay.icon-triangel-pil-ned {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.15789474em;
}.top-media .icon-overlay:before {
  font-size: 72px !important;
  line-height: 1;
}.top-media .icon-overlay--Black:before {
  color: #000000;
}.top-media .icon-overlay--White:before {
  color: #ffffff;
}.top-media .icon-overlay--Grey:before {
  color: #3d3d3d;
}.top-media .icon-overlay--Purple:before {
  color: #62269e;
}.top-media .icon-overlay--Red:before {
  color: #e91449;
}div.FormDataEraserInEdit {
  margin: 0 2em;
  padding: 1em;
  background-color: lightblue;
}div.FormDataEraserInEdit h1 span.glyphicon {
  font-weight: normal;
  padding-right: 8px;
}/* Simple accordion block */.accordion-block {
  border: 1px solid #c9c9c9;
  margin-bottom: 15px;
}.accordion-block.pink-theme {
  border: none;
}.accordion-block--tight {
  margin-bottom: 0;
  border-top: 0 none;
  border-bottom: 0 none;
}.accordion-block--tight:first-of-type {
  border-top: 1px solid #c9c9c9;
}.accordion-block--tight:last-child {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 15px;
}.accordion-block__toggle {
  text-decoration: none;
  display: block;
}.accordion-block__toggle:hover,
.accordion-block__toggle:focus,
.accordion-block__toggle:visited {
  text-decoration: none;
}.accordion-block__toggle[aria-expanded='false'] .accordion-block__heading:before {
  content: '+';
}.accordion-block__toggle[aria-expanded='true'] .accordion-block__heading {
  background-color: #006e96;
  color: white;
}.accordion-block__toggle[aria-expanded='true'] .accordion-block__heading:before {
  content: '–';
}.accordion-block__toggle[aria-expanded='true'] .accordion-block__heading:hover {
  background-color: #338bab;
}.accordion-block__heading {
  padding: 15px 20px;
  margin: 0;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -ms-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}@media screen and (max-width: 767px) {
  .accordion-block__heading {
    padding: 10px 10px;
  }
}.accordion-block__heading:before {
  display: inline-block;
  width: 1em;
}.accordion-block__heading:hover {
  background-color: #e5e5e5;
}.accordion-block__heading--tight {
  padding: 10px 10px;
}.accordion-block__inner {
  padding: 15px 20px;
}@media screen and (max-width: 767px) {
  .accordion-block__inner {
    padding: 10px 10px;
  }
}.accordion-block__inner a {
  text-decoration: underline;
}.accordion-block__inner p:last-of-type {
  margin-bottom: 0;
}.pink-theme .accordion-block__heading {
  background-color: #f2f2f2;
}.pink-theme .accordion-block__heading:hover {
  background-color: #e5e5e5;
}.pink-theme .accordion-block__toggle[aria-expanded='true'] .accordion-block__heading {
  background-color: #b00060;
  color: white;
}.pink-theme .accordion-block__toggle[aria-expanded='true'] .accordion-block__heading:hover {
  background-color: #C03380;
}.pink-theme .accordion-block__content {
  background-color: #f2f2f2;
}/* Bildbank-block */.bildbank-block {
  height: auto;
  width: 100%;
}.bildbank-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}.bildbank-element {
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline;
  float: left;
}.bildbank-element .img-container:hover .overlay,
.bildbank-element a:focus .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}.bildbank-element .img-container:hover .overlay .text,
.bildbank-element a:focus .overlay .text {
  display: block;
}.bildbank-element .img-container {
  position: relative;
  width: auto;
}.bildbank-element .img-container img {
  height: 170px;
  width: auto;
  display: block;
}.bildbank-element .img-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170px;
  width: auto;
  transition: 0.5s ease;
  z-index: 3;
}.bildbank-element .img-container .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}.bildbank-element .img-description {
  font-size: 14px;
}#ForeignGradeContainer .hide-container {
  display: block;
  top: 0px;
  left: -2px;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}/* TopList-block */.toplist-block .overline {
  font-size: 14px;
  color: #8151B1;
  margin-bottom: 5px;
}.toplist-block ul {
  list-style-type: none;
  padding: 0;
  padding-bottom: 10px;
}.toplist-block ul li {
  display: flex;
  padding-bottom: 15px;
}.toplist-block ul li .toplist-number {
  display: flex;
  min-width: 20px;
  margin-right: 10px;
}.toplist-block ul li .toplist-number-inner {
  font-size: 24px;
  font-family: BauWebPro;
  font-variant-numeric: lining-nums;
  font-feature-settings: initial;
  color: #8151B1;
  font-weight: 600;
}.toplist-block ul li .toplist-container {
  overflow: hidden;
  word-break: break-word;
}.toplist-block ul li .toplist-container .toplist-education {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}.toplist-block ul li .toplist-container .toplist-higherEducation {
  display: block;
}.toplist-block .read-more .icon.icon-pil-hoger-ny {
  position: absolute;
  right: 20px;
  bottom: 20px;
}#eIdMain {
  margin-bottom: 40px;
  /*Nytt 2024*/
}#eIdMain .main-container h1 {
  color: #62269e;
}#eIdMain .main-container #login-method-select,
#eIdMain .main-container #qr-start-container,
#eIdMain .main-container #own-device-start-container,
#eIdMain .main-container #error-container {
  overflow: hidden;
  background-color: #efe9f5;
  padding: 20px;
}#eIdMain .main-container #login-method-select .auth-content,
#eIdMain .main-container #qr-start-container .auth-content,
#eIdMain .main-container #own-device-start-container .auth-content,
#eIdMain .main-container #error-container .auth-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}@media screen and (max-width: 767px) {
  #eIdMain .main-container #login-method-select .auth-content,
  #eIdMain .main-container #qr-start-container .auth-content,
  #eIdMain .main-container #own-device-start-container .auth-content,
  #eIdMain .main-container #error-container .auth-content {
    align-items: stretch;
  }
}#eIdMain .main-container #login-method-select .auth-content .loader-container,
#eIdMain .main-container #qr-start-container .auth-content .loader-container,
#eIdMain .main-container #own-device-start-container .auth-content .loader-container,
#eIdMain .main-container #error-container .auth-content .loader-container {
  margin: 0 auto;
}#eIdMain .main-container #login-method-select .auth-content #qrcode,
#eIdMain .main-container #qr-start-container .auth-content #qrcode,
#eIdMain .main-container #own-device-start-container .auth-content #qrcode,
#eIdMain .main-container #error-container .auth-content #qrcode {
  height: 220px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}#eIdMain .main-container #login-method-select .auth-content .controls-container,
#eIdMain .main-container #qr-start-container .auth-content .controls-container,
#eIdMain .main-container #own-device-start-container .auth-content .controls-container,
#eIdMain .main-container #error-container .auth-content .controls-container {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: flex-start;
}@media screen and (max-width: 767px) {
  #eIdMain .main-container #login-method-select .auth-content .controls-container,
  #eIdMain .main-container #qr-start-container .auth-content .controls-container,
  #eIdMain .main-container #own-device-start-container .auth-content .controls-container,
  #eIdMain .main-container #error-container .auth-content .controls-container {
    align-items: stretch;
  }
}#eIdMain .main-container #login-method-select .auth-content .controls-container .alt-header,
#eIdMain .main-container #qr-start-container .auth-content .controls-container .alt-header,
#eIdMain .main-container #own-device-start-container .auth-content .controls-container .alt-header,
#eIdMain .main-container #error-container .auth-content .controls-container .alt-header {
  margin-bottom: 0;
}#eIdMain .main-container #qr-start-container,
#eIdMain .main-container #own-device-start-container,
#eIdMain .main-container #error-container {
  display: none;
}#eIdMain .main-container #login-method-select .auth-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}#eIdMain .main-container #login-method-select .auth-header h1 {
  margin-bottom: 0;
}#eIdMain .main-container #login-method-select .auth-header .bankIdLogo {
  height: 70px;
  margin-left: -15px;
}@media screen and (max-width: 767px) {
  #eIdMain .main-container #login-method-select .auth-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    row-gap: 15px;
  }
}#eIdMain #eIdContainer {
  background: rgba(98, 38, 158, 0.1);
  padding: 20px;
}@media screen and (max-width: 767px) {
  #eIdMain #eIdContainer {
    padding: 15px 10px;
  }
}#eIdMain #eIdContainer h1 {
  color: #62269e;
}#eIdMain #eIdContainer .popup {
  width: 1140px;
  border: 3px solid #006e96;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  #eIdMain #eIdContainer .popup {
    width: 940px;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  #eIdMain #eIdContainer .popup {
    width: 720px;
  }
}@media screen and (max-width: 767px) {
  #eIdMain #eIdContainer .popup {
    padding: 20px 15px;
    width: 100%;
    margin-left: 0;
  }
}#eIdMain #eIdContainer .popup.modal-dialog {
  margin-top: 0;
}#eIdMain #eIdContainer .popup.popup-warning .message .header {
  align-items: center;
}#eIdMain #eIdContainer .popup.popup-warning .message .header .icon-varning-varning {
  display: inline-block;
}#eIdMain #eIdContainer .popup.popup-success .message .header {
  align-items: center;
}#eIdMain #eIdContainer .popup.popup-success .message .header .icon-check {
  display: inline-block;
}#eIdMain #eIdContainer .popup .message {
  padding: 0;
}#eIdMain #eIdContainer .popup .message .header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}#eIdMain #eIdContainer .popup .message .header h2 {
  margin: 0;
}#eIdMain #eIdContainer .popup .message .header .icon {
  display: none;
}#eIdMain #eIdContainer .popup .center-big-icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
}#eIdMain #eIdContainer .popup .center-big-icon .icon {
  width: 58px;
  height: 58px;
}#eIdMain #eIdContainer .popup .buttons {
  text-align: right;
}#eIdMain #eIdSkipLogin {
  margin-top: 27px;
}#eIdMain a {
  text-decoration: underline;
}#eIdMain .btn {
  text-decoration: none;
}#eIdMain #authenticateBankIdContainer,
#eIdMain #authenticateMobiltBankIdContainer,
#eIdMain #authenticateFrejaIdContainer {
  padding: 20px;
  background-color: rgba(98, 38, 158, 0.1);
  overflow: hidden;
}#eIdMain .navigering {
  width: 45%;
  border: 1px solid #c9c9c9;
}@media screen and (max-width: 767px) {
  #eIdMain .navigering {
    width: 100%;
  }
}#eIdMain .navigering .btn {
  margin-bottom: 0px;
  text-align: left;
  display: block;
  border: none;
  width: 100%;
}#eIdMain .navigering .btn .icon {
  height: 19px;
  width: 19px;
  top: 3px;
  position: relative;
  float: right;
}#eIdMain .navigering .btn:not(:first-child) {
  border-top: solid 1px #f2f2f2;
}#eIdMain #bankIdLogos {
  clear: both;
  float: right;
  height: 50px;
}#eIdMain .logo {
  height: 100%;
}#eIdMain #mobiltbankid-submit-button {
  float: right;
  margin-bottom: 15px;
}@media screen and (max-width: 767px) {
  #eIdMain #mobiltbankid-submit-button,
  #eIdMain #openbankidapp-button,
  #eIdMain #openfrejaidapp-button {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  #eIdMain #openbankidapp-button,
  #eIdMain #openfrejaidapp-button {
    font-size: 15px;
  }
}#eIdMain .field-validation-valid {
  display: none !important;
}@media screen and (max-width: 767px) {
  #eIdMain #authenticationInfo .loader {
    margin-bottom: 20px;
  }
}#eIdMain .has-error {
  background-color: #e91448;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  position: relative;
}#eIdMain .has-error:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e91449;
  position: absolute;
  top: -5px;
}/*BankId Logout block*/.logout-container {
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 14px;
  background-color: rgba(98, 38, 158, 0.1);
  padding: 10px 15px;
  margin-bottom: 35px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 767px) {
  .logout-container {
    padding: 10px;
  }
}.logout-container .logout-name {
  font-weight: bold;
}.logout-container .logout-button {
  margin-left: 20px;
  flex-shrink: 0;
}.logout-container .logout-button a {
  font-weight: bold;
  color: #000000;
  width: 65px;
}@media screen and (max-width: 767px) {
  .logout-container .logout-button a {
    text-decoration: underline;
  }
}/*BUU-Forms*/.buublock {
  position: relative;
  margin-bottom: 40px;
  /*Startsidor, inloggad/ej inloggad*/
}.buublock .btn-back {
  background-color: transparent;
}.buublock .btn-back:focus-visible,
.buublock .btn-back:focus {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
  text-decoration: underline;
}.buublock p a,
.buublock li a {
  text-decoration: underline;
}.buublock h1:focus,
.buublock h2:focus {
  outline: none;
}.buublock input[type='checkbox'] {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  flex-shrink: 0;
}.buublock .btn-delete {
  background-color: #fff;
  border-color: #e91448;
  color: #e91448;
}.buublock .btn-cancel {
  display: none;
}.buublock .btn .icon {
  height: 19px;
  width: 19px;
  top: 3px;
  position: relative;
}.buublock .buu-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}.buublock .stegvisare {
  display: flex;
  position: relative;
}.buublock .stegvisare .steg {
  text-align: center;
  width: 95px;
}@media screen and (max-width: 767px) {
  .buublock .stegvisare .steg {
    width: 50px;
  }
}.buublock .stegvisare .steg .number {
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  border: 3px solid #c9c9c9;
  border-radius: 50%;
  margin-bottom: 5px;
  width: 65px;
  height: 66px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}@media screen and (max-width: 767px) {
  .buublock .stegvisare .steg .number {
    font-size: 22px;
    width: 49px;
    height: 49px;
  }
}.buublock .stegvisare .steg .text {
  line-height: 1.1;
}@media screen and (max-width: 767px) {
  .buublock .stegvisare .steg .text {
    display: none;
  }
}.buublock .stegvisare .steg.active .number {
  background-color: #62269e;
  color: #ffffff;
  border: 3px solid #62269e;
}.buublock .stegvisare .steg.prev .number {
  border: 5px solid #62269e;
}.buublock .stegvisare .divider {
  flex-grow: 1;
  position: relative;
  top: 33px;
  border-top: 3px solid #c9c9c9;
  margin-left: -15px;
  margin-right: -15px;
  height: 5px;
}@media screen and (max-width: 767px) {
  .buublock .stegvisare .divider {
    margin-left: -1px;
    margin-right: -1px;
    top: 24px;
  }
}.buublock .stegvisare .divider.prev {
  border-top: 5px solid #62269e;
  top: 32px;
}@media screen and (max-width: 767px) {
  .buublock .stegvisare .divider.prev {
    top: 23px;
  }
}.buublock .file-input + .file-input-label * {
  pointer-events: none;
}.buublock .file-input:focus + .file-input-label {
  outline-offset: -3px;
  outline: 3px solid HighLight;
}.buublock #clearBtn {
  display: none;
  padding: 0;
  border: none;
  margin-top: 5px;
  color: #e91448;
}.buublock .error-summary {
  display: none;
  border: 2px solid #e91449;
  padding: 20px 15px;
  margin-bottom: 20px;
  line-height: 1;
}.buublock .error-summary-header {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}.buublock .error-summary-header .error-msg-icon {
  margin-right: 20px;
}.buublock .error-summary-header .error-msg-icon .icon {
  width: 46px;
  height: 46px;
}.buublock .error-summary-text {
  font-size: 24px;
  font-weight: bold;
}.buublock .error-summary .validation-summary-errors {
  background-color: transparent;
  color: #000000;
  margin: 0;
  padding: 0;
  left: -2px;
}.buublock .error-summary .validation-summary-errors:before {
  content: none;
}.buublock .error-summary .validation-summary-errors ul {
  list-style: decimal;
  padding-left: 20px;
}.buublock .error-summary .validation-summary-errors ul li {
  margin-bottom: 7px;
  text-decoration: underline;
}.buublock .error-summary .validation-summary-errors ul li:last-child {
  margin-bottom: 0;
}.buublock .error-msg {
  display: none;
  font-weight: bold;
  color: #e91448;
  line-height: 20px;
  margin-bottom: 5px;
  word-break: break-word;
  hyphens: auto;
}.buublock .error-msg-icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}.buublock .error-msg-icon .icon {
  width: 22px;
  height: 22px;
}.buublock .has-error {
  border: 1px solid #e91448;
  padding: 10px 10px;
  background-color: #fde8ed;
}.buublock .has-error .error-msg {
  display: flex;
  align-items: flex-start;
}.buublock .has-error #clearBtn {
  display: block;
}.buublock .input-header {
  display: block;
  font-weight: bold;
  max-width: 100%;
  margin-bottom: 5px;
}@media screen and (max-width: 767px) {
  .buublock .fields-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}.buublock .fields-container-group {
  background-color: #f2f2f2;
  padding: 20px 15px;
  margin-bottom: 20px;
  border: none;
}@media screen and (max-width: 767px) {
  .buublock .fields-container-group {
    padding-left: 10px;
    padding-right: 10px;
  }
}.buublock .fields-container-group-header {
  font-weight: 600;
  font-family: BauWebPro, Arial, sans-serif;
  margin-bottom: 9px;
  padding: 0;
  float: left;
}.buublock .fields-container-group-header + * {
  clear: both;
}.buublock .fields-container-group.laddaupp-dokument .btn .icon {
  margin-left: 15px;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse {
  clear: both;
  border: none;
  background-color: transparent;
  color: #000000;
  display: flex;
  align-items: baseline;
  font-weight: 600;
  text-align: left;
  padding: 5px 0;
  white-space: normal;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse:hover,
.buublock .fields-container-group.laddaupp-dokument .btn-collapse:focus {
  background-color: transparent;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse .icon {
  margin-left: 15px;
  flex-shrink: 0;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse .icon-triangel-pil-ned {
  display: none;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse.collapsed {
  margin-bottom: 10px;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse.collapsed .icon-triangel-pil-ned {
  display: inline-block;
}.buublock .fields-container-group.laddaupp-dokument .btn-collapse.collapsed .icon-triangel-pil-upp {
  display: none;
}.buublock .fields-container-group.laddaupp-dokument #documentInfo {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px;
  border: 4px solid #006e96;
}.buublock .fields-container-group.laddaupp-dokument .send-spinner {
  background-color: transparent;
  margin-bottom: 0;
}.buublock .fields-container-group.laddaupp-dokument .send-spinner .loader {
  margin-bottom: 0;
}.buublock .fields-container-group .radiobuttons {
  border: none;
  padding: 0;
}.buublock .fields-container-group .radiobuttons-header {
  font-weight: bold;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
}.buublock .fields-container-group .radiobuttons-group {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  padding: 0 10px;
}.buublock .fields-container-group .radiobuttons-item {
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 5px;
}.buublock .fields-container-group .radiobuttons-item:last-child {
  border-bottom: 1px solid #ffffff;
}.buublock .fields-container-group .radiobuttons-item .utbChange {
  margin-right: 10px;
}.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper {
  margin: 0;
  position: relative;
  padding-left: 27px;
  padding-right: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper input:focus ~ .checkmark,
.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper input:checked ~ .checkmark {
  border: 1px solid #000000;
}.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper input:focus ~ .checkmark:after,
.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper input:checked ~ .checkmark:after {
  display: block;
}.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
}.buublock .fields-container-group .radiobuttons-item .radiobutton-wrapper .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000;
}.buublock .fields-container-group .radiobuttons-item.selected {
  border: 1px solid #62269e !important;
  background-color: rgba(98, 38, 158, 0.1) !important;
  margin-left: -11px;
  margin-right: -11px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
}.buublock .fields-container-group .horizontal-group {
  display: flex;
  background-color: transparent;
  padding: 0;
  border: none;
}.buublock .fields-container-group .horizontal-group .radiobuttons-item {
  border: 1px solid #c9c9c9;
  padding: 10px 15px;
  background-color: #ffffff;
}.buublock .fields-container-group .horizontal-group .radiobuttons-item.selected {
  margin-left: 0;
  margin-right: 0;
}.buublock .fields-container-group .horizontal-group .radiobuttons-item:last-child {
  border-left: 1px solid #ffffff;
}.buublock .fields-container-group .horizontal-group .radiobuttons-item .radiobutton-wrapper {
  padding-right: 15px;
}.buublock .fields-container-group .buu-dropdown {
  position: relative;
}.buublock .fields-container-group .buu-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
}.buublock .fields-container-group .buu-dropdown select::-ms-expand {
  display: none;
}.buublock .fields-container-group .buu-dropdown:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
}.buublock .fields-container-group > *:last-child {
  margin-bottom: 0;
}.buublock .fields-container .buu-education-details-submit {
  margin-bottom: 20px;
  text-align: right;
}.buublock .fields-container .buu-education-details-submit .btn .icon {
  fill: #ffffff;
  margin-left: 5px;
}@media screen and (max-width: 767px) {
  .buublock .fields-container .buu-education-details-submit {
    padding-left: 10px;
    padding-right: 10px;
  }
  .buublock .fields-container .buu-education-details-submit .btn {
    width: 100%;
  }
  .buublock .fields-container .buu-education-details-submit .btn-addEdu {
    display: flex;
    justify-content: space-between;
  }
}.buublock #uploaded-file {
  overflow-wrap: break-word;
}.buublock .file-basket ul {
  list-style: none;
  padding: 0;
}.buublock .file-basket ul .bilaga {
  padding: 5px 10px;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.buublock .file-basket ul .bilaga-title {
  flex: 1 1 0;
  min-width: 0;
  margin-right: 10px;
  overflow-wrap: break-word;
}.buublock .file-basket ul .bilaga:first-child {
  border-top: 1px solid #c9c9c9;
}.buublock .file-basket ul .bilaga .confirmText {
  display: none;
}.buublock .buu-education-info {
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 15px;
  align-items: flex-start;
}.buublock .buu-education-info p {
  margin-bottom: 0;
}.buublock .cart p {
  margin-bottom: 0;
}.buublock .cart-header {
  position: relative;
  padding-left: 40px;
}.buublock .cart-header .icon {
  width: 29px;
  height: 29px;
  position: absolute;
  left: 1px;
  top: -7px;
}.buublock .cart-info {
  padding: 15px 10px;
  align-items: flex-start;
}.buublock .cart-basket ul {
  list-style: none;
  margin: 0;
  padding: 0;
}.buublock .cart-basket ul li {
  padding: 15px 10px;
  background-color: #E5F0F5;
  border: solid 4px #E5F0F5;
}.buublock .cart-basket ul li.editing {
  background-color: #BFDBE5;
  border: solid 4px #BFDBE5;
}.buublock .cart-basket .education-summary,
.buublock .cart-basket .education-error-message {
  margin-bottom: 15px;
}.buublock .cart-basket .education-error-message {
  border: 2px solid #e91448;
}.buublock .cart-basket .education-error-message .error-msg {
  color: #000000;
  margin-bottom: 0;
}.buublock .cart-basket .education-error-message .error-msg-icon {
  margin-right: 15px;
}.buublock .cart-basket .education-error-message .error-msg-icon .icon {
  width: 40px;
  height: 40px;
}.buublock .cart-basket .varning-missing-docs {
  margin-bottom: 15px;
  align-items: flex-start;
}.buublock .cart-basket-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .buublock .cart-basket-buttons .btn {
    width: 100%;
  }
  .buublock .cart-basket-buttons .btn-delete {
    margin-bottom: 15px;
  }
}.buublock .cart-info {
  border: solid 4px #006e96;
  display: flex;
}.buublock .cart .btn-collapse {
  display: none;
  color: #000000;
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-top: 1px solid #000000;
}.buublock .cart .btn-collapse .icon-plus,
.buublock .cart .btn-collapse .icon-varning-varning {
  display: none;
}.buublock .cart .btn-collapse.collapsed .icon-plus {
  display: inline-block;
}.buublock .cart .btn-collapse.collapsed .icon-minus {
  display: none;
}.buublock .cart .btn-collapse.cart-error {
  border: 2px solid #e91448;
  background-color: #fde8ed;
}.buublock .cart .btn-collapse.cart-error .icon-varning-varning {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}@media screen and (min-width: 768px) {
  .buublock .cart .collapse {
    display: block;
  }
}@media screen and (max-width: 767px) {
  .buublock .cart {
    position: fixed;
    background-color: #ffffff;
    z-index: 1000;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
  }
  .buublock .cart .cart-header {
    display: none;
  }
  .buublock .cart .btn-collapse {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: left;
  }
  .buublock .cart .btn-collapse span {
    flex-grow: 1;
  }
}.buublock .center-big-icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
}.buublock .center-big-icon .icon {
  width: 58px;
  height: 58px;
}.buublock .control-group {
  text-align: right;
}@media screen and (max-width: 767px) {
  .buublock .control-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  .buublock .control-group .btn {
    text-align: center;
    width: 100%;
  }
}.buublock .navigering {
  background-color: #f2f2f2;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}@media screen and (max-width: 767px) {
  .buublock .navigering {
    padding-left: 10px;
    padding-right: 10px;
  }
}.buublock .navigering .btn-prev .icon {
  margin-right: 5px;
}.buublock .navigering .btn-next .icon {
  margin-left: 5px;
}.buublock .confirm-container-personal,
.buublock .confirm-container-education,
.buublock .confirm-container-confirmation {
  padding: 20px 15px;
  margin-bottom: 20px;
}.buublock .confirm-container-personal,
.buublock .confirm-container-education {
  border: 1px solid #c9c9c9;
}.buublock .confirm-container-personal h3,
.buublock .confirm-container-education h3 {
  margin-top: 0;
}.buublock .confirm-container-confirmation {
  background-color: #f2f2f2;
}.buublock .confirm-container-confirmation h3 {
  margin-top: 0;
}.buublock .confirm-container-confirmation .form-group {
  margin: 0;
}.buublock .confirm-container-confirmation .checkbox-wrapper {
  display: flex;
  font-weight: normal;
  margin: 0;
}.buublock .confirm-container-confirmation .has-error {
  background-color: #f2f2f2;
  border: none;
  padding: 0;
}.buublock .confirm-container-confirmation .has-error .checkbox-item {
  border: 1px solid #e91448;
  background-color: #fde8ed;
  padding: 15px;
}.buublock .confirm-container .mobile-button {
  display: none;
  margin-bottom: 20px;
}@media screen and (max-width: 767px) {
  .buublock .confirm-container .mobile-button {
    display: block;
  }
  .buublock .confirm-container .mobile-button .btn {
    width: 100%;
    text-align: center;
  }
}@media screen and (max-width: 767px) {
  .buublock .confirm-container .btn-send-desktop {
    display: none;
  }
}.buublock .confirm-group {
  margin-bottom: 20px;
}.buublock .confirm-value,
.buublock .confirm-label {
  display: block;
  overflow-wrap: break-word;
}.buublock .confirm-label {
  font-weight: bold;
}.buublock .confirm-btns {
  text-align: right;
}.buublock .varning-missing-docs {
  display: flex;
  border: 2px solid #006e96;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 10px;
  word-break: break-word;
  hyphens: auto;
}.buublock .varning-missing-docs .center-big-icon .icon {
  width: 41px;
  height: 41px;
}@media screen and (max-width: 767px) {
  .buublock .success-container .btn {
    width: 100%;
  }
}.buublock .ansokning-container {
  border: 1px solid #c9c9c9;
  padding: 20px 15px;
  margin-bottom: 20px;
}@media screen and (max-width: 767px) {
  .buublock .ansokning-container {
    padding: 15px 10px;
  }
}.buublock .ansokning-container .btn-collapse {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  padding: 5px 0;
  border: none;
}.buublock .ansokning-container .btn-collapse h3 {
  white-space: normal;
}.buublock .ansokning-container .btn-collapse:hover,
.buublock .ansokning-container .btn-collapse:focus {
  background-color: transparent;
}.buublock .ansokning-container .btn-collapse .icon {
  margin-left: 15px;
  flex-shrink: 0;
}.buublock .ansokning-container .btn-collapse .icon-triangel-pil-ned {
  display: none;
}.buublock .ansokning-container .btn-collapse.collapsed h3 {
  margin-bottom: 0;
}.buublock .ansokning-container .btn-collapse.collapsed .icon-triangel-pil-ned {
  display: inline-block;
}.buublock .ansokning-container .btn-collapse.collapsed .icon-triangel-pil-upp {
  display: none;
}.buublock .ansokning-container ul {
  list-style: none;
  padding: 0;
}.buublock .ansokning-header {
  margin-top: 0;
}.buublock .ansokning-inskickad {
  padding-bottom: 10px;
}.buublock .ansokning-arende {
  border-top: 1px solid #c9c9c9;
  margin-top: 10px;
  padding-top: 20px;
}.buublock .ansokning-arende-header {
  display: flex;
  align-items: flex-start;
}.buublock .ansokning-arende-header .icon {
  width: 45px;
  height: 45px;
  top: -3px;
  position: relative;
  margin: 0 10px;
}.buublock .ansokning-arende-header h4 {
  margin: 0;
  line-height: 1.5;
}.buublock .ansokning-arende .fetchPdfButton {
  margin: 10px 0;
}.buublock .ansokning-arende-statusuppdaterad {
  text-align: right;
  margin-right: 15px;
  margin-bottom: 5px;
}@media screen and (max-width: 767px) {
  .buublock .ansokning-arende-statusuppdaterad {
    margin-right: 0;
  }
}.buublock .ansokning-arende-status-text {
  padding: 20px 15px;
  background-color: rgba(98, 38, 158, 0.1);
  border-bottom: 1px solid #62269e;
}.buublock .ansokning-arende-status-text p {
  margin: 0;
}.buublock .ansokning-arende-status-pil {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #62269e;
}.buublock .ansokning-arende-status-pil-wrapper {
  margin-bottom: 5px;
  margin-left: 22px;
  margin-right: 22px;
  display: flex;
  justify-content: flex-start;
}.buublock .ansokning-arende-status-pil-wrapper.status-pagaende {
  justify-content: center;
}.buublock .ansokning-arende-status-pil-wrapper.status-avslutad {
  justify-content: flex-end;
}.buublock .ansokning-arende-status-pil .inner {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid rgba(98, 38, 158, 0.1);
  position: relative;
  top: -13px;
  left: -7px;
}.buublock .ansokning-arende-status-linje {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}.buublock .ansokning-arende-status-linje .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 59px;
}.buublock .ansokning-arende-status-linje .status .circle {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}.buublock .ansokning-arende-status-linje .status.prev .circle {
  border: 3px solid #62269e;
}.buublock .ansokning-arende-status-linje .status.active .circle {
  border: 6px solid #62269e;
}.buublock .ansokning-arende-status-linje .divider {
  flex-grow: 1;
  position: relative;
  top: 11px;
  border-top: 1px solid #c9c9c9;
  margin-left: -19px;
  margin-right: -19px;
  height: 3px;
}.buublock .ansokning-arende-status-linje .divider.prev {
  top: 10px;
  border-top: 3px solid #62269e;
}.buublock .ansokning-utbildningsdokument {
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 10px;
}@media screen and (max-width: 767px) {
  .buublock .ansokning-utbildningsdokument {
    margin-left: 0;
    margin-right: 0;
  }
}.buublock .mina-uppgifter-puff {
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border: 1px solid #333;
}.buublock .mina-uppgifter-puff:hover {
  background-color: #F2F2F2;
}.buublock .mina-uppgifter-puff h2 {
  margin-top: 0;
}.buublock .mina-uppgifter-puff p {
  word-break: break-word;
  hyphens: auto;
}.buublock .mina-uppgifter-puff button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}.buublock .mina-uppgifter-puff button:focus {
  outline-offset: -3px;
  outline: 3px solid HighLight;
}.buublock .tacksida .button-row .back-button {
  float: left;
  margin-right: 10px;
}@media screen and (max-width: 767px) {
  .buublock .tacksida .button-row .back-button {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}.buublock .tacksida .button-row .completion-button {
  float: none;
  text-align: left;
}.buublock .completion-container {
  background-color: rgba(98, 38, 158, 0.1);
  padding: 20px 15px;
  margin-bottom: 20px;
}@media screen and (max-width: 767px) {
  .buublock .completion-container {
    padding: 15px 10px;
  }
}.buublock .completion-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}.buublock .completion-text p {
  margin-bottom: 0;
}.buublock .completion-button {
  text-align: right;
}@media screen and (max-width: 767px) {
  .buublock .completion-button {
    text-align: center;
  }
}.buublock .completion-arende {
  border: 1px solid #c9c9c9;
  padding: 20px 15px;
  margin-bottom: 20px;
}@media screen and (max-width: 767px) {
  .buublock .completion-arende {
    padding: 15px 10px;
  }
}.buublock .completion-arende h2,
.buublock .completion-arende h3 {
  margin-top: 0;
}.buublock .completion-arende-file {
  background-color: rgba(98, 38, 158, 0.1);
  padding: 20px 15px;
}@media screen and (max-width: 767px) {
  .buublock .completion-arende-file {
    padding: 15px 10px;
  }
}.buublock .completion-arende-file h3 {
  margin-bottom: 20px;
}.buublock .completion-arende-file .file-basket {
  margin-bottom: 20px;
}.buublock .completion-arende-file .checkbox-wrapper {
  display: flex;
  font-weight: normal;
  margin: 0;
}.buublock .completion-arende-file-send {
  text-align: right;
}@media screen and (max-width: 767px) {
  .buublock .completion-arende-file-send {
    text-align: left;
  }
}.buublock .completion-arende-file-send-confirm {
  margin-bottom: 15px;
}.buublock .send-spinner {
  display: none;
  background-color: rgba(98, 38, 158, 0.1);
  padding: 20px 15px;
  margin-bottom: 20px;
}@media screen and (max-width: 767px) {
  .buublock .send-spinner {
    padding: 15px 10px;
  }
}.buublock .send-spinner h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}.buublock .send-spinner .loader {
  margin-bottom: 20px;
}.buublock #save-spinner {
  background-color: transparent;
}.buublock #save-spinner .loader {
  margin-bottom: 0;
}.buublock #reset-spinner {
  display: block;
  background-color: transparent;
  margin-bottom: 20px;
}.buublock #reset-spinner .loader {
  margin-bottom: 0;
}.buublock .form-step1 .navigering {
  justify-content: flex-end;
}.buublock .form-step2 .laddaupp-dokument .fields-container-group-header {
  margin-bottom: 5px;
}.buublock .form-step2 .fields-container-ytterligare-utb {
  margin-bottom: 10px;
}@media screen and (max-width: 767px) {
  .buublock .form-step2 .fields-container-ytterligare-utb {
    padding-left: 10px;
    padding-right: 10px;
  }
}.buublock .popup {
  width: 1140px;
  border: 3px solid #006e96;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .buublock .popup {
    width: 940px;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .buublock .popup {
    width: 720px;
  }
}@media screen and (max-width: 767px) {
  .buublock .popup {
    padding: 20px 15px;
    width: 100%;
    margin-left: 0;
  }
}.buublock .popup.modal-dialog {
  margin-top: 0;
}.buublock .popup.popup-warning .message .header {
  align-items: flex-start;
}.buublock .popup.popup-warning .message .header .icon-varning-varning {
  display: inline-block;
}.buublock .popup.popup-success .message .header {
  align-items: flex-start;
}.buublock .popup.popup-success .message .header .icon-check {
  display: inline-block;
}.buublock .popup .message {
  padding: 0;
}.buublock .popup .message .header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}.buublock .popup .message .header h2 {
  margin: 0;
}.buublock .popup .message .header .icon {
  display: none;
}.buublock .popup .buttons {
  text-align: right;
}.buublock .modal-dialog {
  margin-top: 150px;
}@media screen and (max-width: 767px) {
  .buublock .modal-dialog {
    margin-top: 10px;
  }
}.buublock .modal-content {
  border-radius: 0;
  padding: 30px 40px;
}.buublock .modal-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}.buublock .modal-content p {
  margin-bottom: 24px;
}.buublock .modal-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}@media screen and (max-width: 767px) {
  .buublock .modal-buttons .btn {
    width: 100%;
  }
  .buublock .modal-buttons .btn-default {
    margin-bottom: 15px;
  }
}.buublock .tillbakalank {
  margin-bottom: 24px;
}.buublock .tillbakalank a,
.buublock .tillbakalank button {
  color: #000000;
  font-weight: bold;
}.buublock .tillbakalank button {
  padding: 0;
  border: none;
}.buublock .btn-skapaAnsokan {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  text-decoration: underline;
}.buublock .btn-skapaAnsokan .icon {
  width: 19px;
  height: 19px;
  fill: #006e96;
  margin-left: 10px;
}.buublock .btn-skapaAnsokan:hover .icon,
.buublock .btn-skapaAnsokan:focus .icon {
  fill: #00364a;
}.buublock .btn-skapaAnsokan:focus {
  outline: 3px solid HighLight;
}.buublock #existsInfoForm {
  margin-top: 24px;
  margin-bottom: 24px;
}.buublock #existsInfoForm .exists-info-container {
  border: 1px solid #c9c9c9;
  padding: 20px 15px;
  overflow: hidden;
}@media screen and (max-width: 767px) {
  .buublock #existsInfoForm .exists-info-container {
    padding: 10px 10px;
  }
}.buublock #existsInfoForm .exists-info-container p {
  margin-bottom: 13px;
}.buublock #existsInfoForm .exists-info-container .btn-delete {
  margin-right: 20px;
}.buublock #existsInfoForm .exists-info-container .exists-info {
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
}.buublock #existsInfoForm .exists-info-container .exists-info p {
  margin: 0px;
  padding: 0px;
}.buublock #existsInfoForm .exists-info-container .exists-info .exists-info-icon {
  height: 30px;
  float: left;
  margin-right: 5px;
}.buublock #existsInfoForm .exists-info-container .exists-info .exists-info-icon .icon {
  height: 30px;
  width: 30px;
}.buublock #nyAnsokanForm {
  margin-top: 24px;
  margin-bottom: 24px;
}.buublock #nyAnsokanForm #divChkGdpr {
  padding: 20px 15px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
  display: flex;
}.buublock #nyAnsokanForm #divChkGdpr label {
  font-weight: normal;
  margin-bottom: 0;
}.buublock #inskickad-wrapper {
  margin-bottom: 24px;
}.buublock .formular-ansokan-ingen-traff {
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 2px solid #e91449;
  display: flex;
}.buublock .formular-ansokan-ingen-traff .center-big-icon {
  align-items: flex-start;
}.buublock .formular-ansokan-ingen-traff .center-big-icon .icon {
  width: 48px;
  height: 48px;
}.buublock .formular-ansokan-ingen-traff h2 {
  margin-top: 0;
}.buublock .formular-ansokan-ingen-traff p {
  margin-bottom: 0;
}.buublock #hamtaAnsokanForm {
  margin-bottom: 24px;
}.buublock .underline-link {
  text-decoration: underline;
}.buublock .personuppgifter-label {
  display: block;
  font-weight: bold;
}.buublock #personuppgifterFormSend h1 {
  margin-bottom: 12px;
}.buublock #personuppgifterFormSend .personuppgifter-container {
  padding: 20px 20px 30px;
  background-color: #f2f2f2;
}.buublock #personuppgifterFormSend .personuppgifter-container .postnummer {
  display: inline-block;
  width: 255px;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .buublock #personuppgifterFormSend .personuppgifter-container .postnummer {
    display: block;
    width: auto;
  }
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .buublock #personuppgifterFormSend .personuppgifter-container .postnummer {
    width: 170px;
  }
}.buublock #personuppgifterFormSend .personuppgifter-container .ort {
  width: 425px;
  float: right;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .buublock #personuppgifterFormSend .personuppgifter-container .ort {
    display: block;
    width: auto;
    float: none;
  }
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .buublock #personuppgifterFormSend .personuppgifter-container .ort {
    width: 380px;
  }
}.buublock #personuppgifterFormSend .personuppgifter-container input.form-control {
  border: 1px solid #333333;
}.buublock #personuppgifterFormSend .personuppgifter-container .cart-info {
  border: none;
  display: flex;
  column-gap: 8px;
  padding: 0;
  margin-top: 20px;
}.buublock #personuppgifterFormSend .personuppgifter-container .cart-info .center-big-icon {
  margin-right: 0;
}.buublock #personuppgifterFormSend .personuppgifter-container .cart-info .center-big-icon .icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}.buublock #personuppgifterFormSend .personuppgifter-container .bottom-button-container {
  margin-top: 15px;
  display: flex;
  column-gap: 20px;
}.buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog {
  width: 750px;
}@media screen and (max-width: 767px) {
  .buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog {
    width: inherit;
  }
}.buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog .modal-content {
  padding: 53px 40px;
}@media screen and (max-width: 767px) {
  .buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog .modal-content {
    padding: 20px 10px;
  }
}.buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog .modal-content h2 {
  text-align: left;
  line-height: 34px;
  margin-bottom: 12px;
}.buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog .modal-content p {
  margin: 0;
}.buublock #personuppgifterFormSend .personuppgifter-container .modal-dialog .modal-content .modal-buttons {
  margin-top: 38px;
  justify-content: flex-start;
  gap: 20px;
}/*Text- och/eller bildblock*/.textandimageblock a {
  text-decoration: underline;
}/*Notification Block*/.notification-block {
  margin-left: -10px;
  margin-right: -10px;
  background-color: #f6f2fa;
  margin-bottom: 10px;
  padding: 0 10px;
}@media screen and (min-width: 768px) {
  .notification-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}@media screen and (min-width: 992px) {
  .notification-block {
    margin-left: -30px;
    margin-right: -30px;
  }
}@media screen and (min-width: 768px) {
  .notification-block {
    padding: 0 20px;
  }
}@media screen and (min-width: 992px) {
  .notification-block {
    padding: 0 30px;
  }
}.notification-titel {
  color: #62269e;
  margin-bottom: 15px;
}/*Loader gif*/.loader {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-image: url('/static/img/spinner.gif');
  margin: 0 auto;
}/** 
    Wrap all rules in this block specific class to isolate all rules to this blocktype only.
 *//*TableGraphBlock*/.TableGraph .controlbar {
  margin-bottom: 1em;
}.TableGraph .controlbar input[type='radio'] {
  opacity: 0;
  width: 0;
}.TableGraph .controlbar input[type='radio']:checked + label {
  background-color: #efe9f5;
  border-color: #62269e;
  color: #000000;
  cursor: pointer;
}.TableGraph .controlbar input[type='radio']:focus + label {
  border: 2px solid #62269e;
  cursor: pointer;
}.TableGraph .controlbar label {
  display: inline-block;
  font-size: 19px;
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  text-align: center;
  cursor: pointer;
}.TableGraph .controlbar label:hover {
  background-color: lightgrey;
  cursor: pointer;
}.TableGraph div[id^='Table_'] {
  display: none;
  overflow-x: auto;
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 10px;
}.TableGraph div[id^='Table_'] table {
  table-layout: auto;
  margin-bottom: 0;
}.TableGraph div[id^='Table_'] table .header {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-align: center;
  position: relative;
}.TableGraph div[id^='Table_'] table .header a {
  color: #333;
}.TableGraph div[id^='Table_'] table .header a:hover {
  text-decoration: none;
}.TableGraph div[id^='Table_'] table .header .sort {
  display: flex;
  align-items: center;
  justify-content: end;
}.TableGraph div[id^='Table_'] table .header .sort .icon.icon-pil-flytta {
  width: 14px;
  height: 14px;
  position: relative;
  top: 0.15789474em;
  margin-left: 3px;
  pointer-events: none;
}.TableGraph div[id^='Table_'] table .header.active {
  background-color: #efe9f5;
  color: #62269e;
  cursor: pointer;
  fill: #62269e;
}.TableGraph div[id^='Table_'] table .header:first-child {
  pointer-events: none;
}.TableGraph div[id^='Table_'] table .header:first-child .icon-pil-flytta {
  display: none;
}.TableGraph div[id^='Table_'] table .header:first-child:hover {
  background-color: transparent;
}.TableGraph div[id^='Table_'] table .header:hover {
  background-color: #f2f2f2;
}.TableGraph div[id^='Table_'] table tbody {
  border: 0.5px solid #c4c4c4;
}.TableGraph div[id^='Table_'] table tbody tr:first-child td,
.TableGraph div[id^='Table_'] table tbody td {
  text-align: end;
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}.TableGraph div[id^='Table_'] table tbody tr:nth-child(even) {
  background-color: #e5e5e5;
}.TableGraph div[id^='Table_'] table tbody .label-text {
  font-weight: normal;
  background-color: #fff;
  text-align: end;
  font-size: 14px;
  color: #000;
  line-height: 25px;
}.TableGraph div[id^='Graph_'] {
  display: none;
}.TableGraph .ZeroValues.vy-description {
  display: inline-block;
  border: solid thin #cdcdcd;
  background-color: #efe9f5;
  padding: 10px;
  margin-top: 1em;
  color: #212121;
  font-size: 14px;
}.TableGraph .ZeroValues .vy-info {
  display: inline-block;
  color: #333;
}.TableGraph .ZeroValues .vy-info .icon.icon-information {
  width: 16px;
  height: 16px;
  fill: #333;
  vertical-align: sub;
}.TableGraph .ShowMoreContainer {
  width: 100%;
  display: block;
}.TableGraph .ShowMoreContainer .ShowMoreButton {
  border: none;
  background-color: #ffffff;
  position: relative;
  padding-right: 15px;
  font-size: 14px;
  margin: 5px 0;
}.TableGraph .ShowMoreContainer .ShowMoreButton:hover {
  text-decoration: underline;
}.TableGraph .ShowMoreContainer .ShowMoreButton:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 2px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}.TableGraph .DescImageText,
.TableGraph figcaption {
  display: inline-block;
  margin: 5px 0;
  font-size: 14px;
}.TableGraph .chartJSWrapper {
  position: relative;
  width: 100%;
  min-height: 460px;
  overflow-x: auto;
}.TableGraph .chartJSWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}/*TableGraphGroup*/.TableGraphGroup .termin-dropdown {
  position: relative;
  width: 250px;
}.TableGraphGroup .termin-dropdown select[id^='ColumnSelect_'] {
  width: 100%;
  height: 47px;
  border: 1px solid #d3d3d3;
  font-size: 19px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  padding-left: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
}.TableGraphGroup .termin-dropdown:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}.TableGraphGroup .TableGraph__header {
  text-align: center;
}.TableGraphGroup .TableGraph select[id^='ColumnSelect_'] {
  display: none;
}.TableGraphGroup .bildtext {
  font-size: 14px;
  margin: 5px 0;
}@media (max-width: 992px) {
  .TableGraphGroup .bildtext {
    display: inline-block;
    margin-top: 20px;
  }
}/*TableGraphStack*/.TableGraphStack .TableGraph {
  display: none;
}.TableGraphStack .radio-toolbar {
  margin-bottom: 0.5em;
}.TableGraphStack .radio-toolbar input[type='radio'] {
  opacity: 0;
  position: fixed;
  width: 0;
}.TableGraphStack .radio-toolbar input[type='radio']:checked + label {
  background-color: #efe9f5;
  border-color: #62269e;
  color: #000000;
  cursor: pointer;
}.TableGraphStack .radio-toolbar input[type='radio']:focus + label {
  border: 2px solid #62269e;
  cursor: pointer;
}.TableGraphStack .radio-toolbar label {
  display: inline-block;
  font-size: 19px;
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  text-align: center;
  cursor: pointer;
}.TableGraphStack .radio-toolbar label:hover {
  background-color: lightgrey;
  cursor: pointer;
}.TableGraphStack .bildtext {
  font-size: 14px;
  margin: 5px 0;
}/* Specific styling for DetailedPage */.DetailedPage .TableGraph,
.DetailedPage .TableGraphGroup,
.DetailedPage .TableGraphStack {
  margin-bottom: 50px;
}.DetailedPage .TableGraphGroup .TableGraph,
.DetailedPage .TableGraphStack .TableGraph {
  margin-bottom: 0;
}.DetailedPage .TableGraphGroup .TableGraph .ZeroValues.vy-description,
.DetailedPage .TableGraphStack .TableGraph .ZeroValues.vy-description {
  width: 100%;
}/** 
    Wrap all rules in this block specific class to isolate all rules to this blocktype only.
 */.NewsListBlock .PageListItem {
  background-color: transparent !important;
}.NewsListBlock .PageListItem:hover {
  background-color: #e5e5e5 !important;
}.NewsListBlock .PageListItem p {
  margin: 0 0 10px 0;
}.NewsListBlock .footer {
  border-top: 1px solid #c9c9c9;
}.NewsListBlock .footer:hover {
  background-color: #e5e5e5 !important;
}/** 
    Wrap all rules in this block specific class to isolate all rules to this blocktype only.
 */.RetrieverBlock .retriever-title,
.RetrieverBlock .retriever-source {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}.RetrieverBlock .retriever-title {
  -webkit-line-clamp: 2;
  font-family: Calibri, Arial, sans-serif;
}.RetrieverBlock .retriever-source {
  -webkit-line-clamp: 1;
}/** 
    Wrap all rules in this block specific class to isolate all rules to this blocktype only.
 */.staffcatalog-error {
  padding: 30px;
  margin-bottom: 20px;
  background-color: rgba(98, 38, 158, 0.1);
}@media screen and (min-width: 992px) {
  .staffcatalog-error {
    margin-left: -30px;
    margin-right: -30px;
  }
}@media screen and (max-width: 991px) {
  .staffcatalog-error {
    padding: 20px 10px;
  }
}.staffcatalog-error .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 2px;
}.staffcatalog-error-container {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}.staffcatalog {
  padding-bottom: 3rem;
}@media screen and (min-width: 992px) {
  .staffcatalog-search {
    margin-left: -30px;
    margin-right: -30px;
  }
}.staffcatalog-search > label {
  font-family: BauWebPro, Arial, sans-serif;
  font-size: 36px;
  margin-bottom: 24px;
  line-height: 1.1;
}.staffcatalog-search .staff-searchbtn {
  min-width: 200px;
}@media screen and (max-width: 991px) {
  .staffcatalog-search .input-group {
    width: 100%;
  }
}@media screen and (max-width: 991px) {
  .staffcatalog-search .input-group-btn {
    display: flex;
    width: 100%;
  }
  .staffcatalog-search .input-group-btn button {
    width: 100%;
  }
}.staffcatalog-search .clearfield-close-button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: none;
  background: transparent;
  z-index: 2;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}.staffcatalog-search .clearfield-close-button svg {
  width: 30px;
  height: 30px;
}.staffcatalog-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #ccc;
  padding: 0.6rem 4.5rem 0.6rem 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'><polygon points='5.6,24.1 78.5,24.1 42,60.6 '/> </svg>");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
}.staffcatalog-search .staff-filterrow {
  margin-top: 1.5rem;
}.staffcatalog-search .staff-filterrow .input-group {
  width: 100%;
}.staffcatalog-search .staff-filterrow select {
  width: 100%;
}.staff-result > div {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.staff-result .row > :nth-child(even):after {
  content: "";
  clear: both;
}@media (max-width: 540px) {
  .staff-result .page-item.skipbreaker {
    flex-basis: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}.staff-result .pagination {
  font-variant-numeric: lining-nums;
}.staff-result .pagination .disabled {
  display: none !important;
}.staff-resultsummary {
  font-size: 2.4rem;
}.staff-card {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
}.staff-card .staff-profileImage {
  max-width: 50px;
  max-height: 50px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}.staff-card .mail-container {
  display: flex;
  justify-content: flex-end;
}.staff-card .mail-container .mail-btn {
  border: 1px solid #333;
  color: #000000;
}.staff-card .mail-container .mail-btn .icon {
  width: 15px;
  height: 15px;
  fill: #000000;
}.staff-card .mail-container .mail-btn:hover {
  background-color: #F2F2F2;
}.staff-card-profileLink:focus {
  outline: none;
}.staff-card-profileLink:focus .staff-card-displayName {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}.staff-card-profilePhoto {
  float: left;
  margin-bottom: 0.5rem;
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  border-radius: 50%;
}.staff-card-displayName {
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
}@media screen and (min-width: 768px) {
  .staff-card-displayName {
    margin-left: 15px;
  }
}@media screen and (min-width: 768px) {
  .staff-card-officePhone {
    margin-left: 65px;
  }
}.tab-container .nav-tabs {
  border: none;
}@media screen and (max-width: 991px) {
  .tab-container .tab-heading {
    display: none;
  }
}.tab-container .tab-heading .nav-tabs {
  display: flex;
}.tab-container .tab-heading .nav-tabs button {
  color: black;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  padding: 16px;
}.tab-container .tab-heading .nav-tabs button:hover {
  color: white;
  background-color: #0081af;
}.tab-container .tab-heading .nav-tabs button[aria-selected="true"] {
  color: white;
  background-color: #006E96;
  border: none;
}.tab-container .panel-body {
  height: 100%;
  padding: 0;
  margin-bottom: 24px;
}@media screen and (max-width: 991px) {
  .tab-container .panel-body .tab-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }
}.tab-container .panel-body .tab-content .tab-accordion {
  width: 100%;
  border: none;
  padding: 0;
  z-index: 1;
}@media screen and (min-width: 992px) {
  .tab-container .panel-body .tab-content .tab-accordion {
    display: none;
  }
}.tab-container .panel-body .tab-content .tab-accordion .acc-button-text {
  width: 100%;
  height: 100%;
  font-family: "BauWebPro";
  font-style: normal;
  font-weight: 700;
  display: flex;
  gap: 16px;
  padding: 20px;
  justify-content: flex-start;
  align-items: center;
  color: #006E96;
  background-color: #F2F2F2;
}.tab-container .panel-body .tab-content .tab-accordion[aria-expanded="false"] .acc-button-text:before {
  content: "\2b";
}.tab-container .panel-body .tab-content .tab-accordion[aria-expanded="true"] .acc-button-text {
  background-color: #006e96;
  color: white;
}.tab-container .panel-body .tab-content .tab-accordion[aria-expanded="true"] .acc-button-text:before {
  content: "\2212";
}.tab-container .panel-body .tab-content .collapsing {
  display: block;
  opacity: 1 !important;
}@media screen and (max-width: 991px) {
  .tab-container .panel-body .tab-content .tab-pane {
    opacity: 0;
  }
  .tab-container .panel-body .tab-content .in {
    display: block !important;
    opacity: 1;
  }
  .tab-container .panel-body .tab-content .gap {
    margin-bottom: 16px;
  }
}.tab-container .panel-body .tab-content .tab-area {
  border: 1px solid #CCC;
  padding: 24px;
}@media screen and (max-width: 991px) {
  .tab-container .panel-body .tab-content .tab-area .tab-block-area {
    margin-bottom: 40px;
  }
}@media screen and (min-width: 992px) {
  .tab-container .panel-body .tab-content .tab-area {
    display: flex;
    justify-content: space-between;
  }
}.tab-container .panel-body .tab-content .tab-area h3 {
  margin-top: 0;
}/** 
    Wrap all rules in this block specific class to isolate all rules to this blocktype only.
 */.Insidan .page-list-block .footer {
  border-top: 1px solid #c9c9c9;
  background-color: unset;
}.Insidan .page-list-block .footer a {
  padding-left: 20px;
  text-decoration: underline !important;
  color: #006e96;
}.Insidan .page-list-block .footer a .icon {
  width: 19px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
  margin-left: 3px;
  fill: #006e96;
}.Insidan .page-list-block .footer ul,
.Insidan .page-list-block .footer li {
  margin: unset;
  padding: unset;
  background-color: unset;
}.Insidan .page-list-block .footer ul:hover,
.Insidan .page-list-block .footer li:hover {
  background-color: unset;
}.Insidan .page-list-block .footer:hover {
  background-color: #e5e5e5 !important;
}.Insidan .PageListBlock li a {
  padding: 12px 20px;
}.articlePage.Insidan #articleBody .PageListBlock ul.list-results,
.newsPage.Insidan #newsBody .PageListBlock ul.list-results {
  padding: 0px;
}.page-list-item-title-wrapper {
  display: flex;
  justify-content: space-between;
}.page-list-item-title {
  margin-right: 0.8rem;
}.mark-as-new,
.mark-as-new-right {
  background: #D8C9E7;
  padding: 0.4rem 0.8rem 0.4rem 1.6rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: Calibri, Arial, sans-serif;
  line-height: 1.6rem;
}.mark-as-new-right {
  margin-left: 0.6rem;
  align-self: flex-start;
  margin-right: -1.4rem;
}/*******************************************************
	
	PAGETYPES

*******************************************************/.main-content .rs_href {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 19px;
  line-height: 1.3;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #c9c9c9;
  padding: 5px 10px;
}.main-content .rs_href:focus,
.main-content .rs_href:active:focus,
.main-content .rs_href.active:focus,
.main-content .rs_href.focus,
.main-content .rs_href:active.focus,
.main-content .rs_href.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}.main-content .rs_href:hover,
.main-content .rs_href:focus,
.main-content .rs_href.focus {
  color: #333;
  text-decoration: none;
}.main-content .rs_href:active,
.main-content .rs_href.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}.main-content .rs_href.disabled,
.main-content .rs_href[disabled],
fieldset[disabled] .main-content .rs_href {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}a.main-content .rs_href.disabled,
fieldset[disabled] a.main-content .rs_href {
  pointer-events: none;
}.main-content .rs_href.active,
.main-content .rs_href:active {
  box-shadow: none;
}.main-content .rs_href:focus,
.main-content .rs_href.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #898989;
}.main-content .rs_href:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #aaaaaa;
}.main-content .rs_href:active,
.main-content .rs_href.active,
.open > .dropdown-toggle.main-content .rs_href {
  color: #333;
  background-color: #e6e6e6;
  border-color: #aaaaaa;
}.main-content .rs_href:active:hover,
.main-content .rs_href.active:hover,
.open > .dropdown-toggle.main-content .rs_href:hover,
.main-content .rs_href:active:focus,
.main-content .rs_href.active:focus,
.open > .dropdown-toggle.main-content .rs_href:focus,
.main-content .rs_href:active.focus,
.main-content .rs_href.active.focus,
.open > .dropdown-toggle.main-content .rs_href.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #898989;
}.main-content .rs_href:active,
.main-content .rs_href.active,
.open > .dropdown-toggle.main-content .rs_href {
  background-image: none;
}.main-content .rs_href.disabled,
.main-content .rs_href[disabled],
fieldset[disabled] .main-content .rs_href,
.main-content .rs_href.disabled:hover,
.main-content .rs_href[disabled]:hover,
fieldset[disabled] .main-content .rs_href:hover,
.main-content .rs_href.disabled:focus,
.main-content .rs_href[disabled]:focus,
fieldset[disabled] .main-content .rs_href:focus,
.main-content .rs_href.disabled.focus,
.main-content .rs_href[disabled].focus,
fieldset[disabled] .main-content .rs_href.focus,
.main-content .rs_href.disabled:active,
.main-content .rs_href[disabled]:active,
fieldset[disabled] .main-content .rs_href:active,
.main-content .rs_href.disabled.active,
.main-content .rs_href[disabled].active,
fieldset[disabled] .main-content .rs_href.active {
  background-color: #fff;
  border-color: #c9c9c9;
}.main-content .rs_href .badge {
  color: #fff;
  background-color: #333;
}.main-content p {
  margin-bottom: 24px;
}.main-content .content-owner {
  display: block;
}.main-content .content-owner-profile {
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
}.main-content .content-owner-profile a {
  display: inline-flex;
  align-items: center;
}.main-content .content-owner-profile a img {
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}.main-content .content-owner-profile a:focus {
  outline: 3px solid HighLight;
  outline-offset: 0.15rem;
}.main-content .content-owner-profile-name {
  text-decoration: underline;
}.startPage,
.columnbasedlandingpage,
.targetGroupPage {
  /*New design for startpages */
}.startPage #main-body,
.columnbasedlandingpage #main-body,
.targetGroupPage #main-body {
  padding-bottom: 15px;
}.startPage #main-body.display-hero-image .blocks-hero-area,
.columnbasedlandingpage #main-body.display-hero-image .blocks-hero-area,
.targetGroupPage #main-body.display-hero-image .blocks-hero-area {
  margin-top: -90px;
}@media screen and (min-width: 768px) {
  .startPage #main-body.display-hero-image .blocks-hero-area,
  .columnbasedlandingpage #main-body.display-hero-image .blocks-hero-area,
  .targetGroupPage #main-body.display-hero-image .blocks-hero-area {
    margin-top: -165px;
  }
}.startPage #main-body .share-block__link .icon-extern-lank-uhr,
.columnbasedlandingpage #main-body .share-block__link .icon-extern-lank-uhr,
.targetGroupPage #main-body .share-block__link .icon-extern-lank-uhr {
  display: none;
}.startPage .hero-image,
.columnbasedlandingpage .hero-image,
.targetGroupPage .hero-image {
  padding-bottom: 37.18%;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-image: url('/static/images/hero-image-desktop-placeholder.png');
}.startPage .hero-image#hero-image-mobile,
.columnbasedlandingpage .hero-image#hero-image-mobile,
.targetGroupPage .hero-image#hero-image-mobile {
  margin-left: -10px;
  margin-right: -10px;
  background-image: url('/static/images/hero-image-mobile-placeholder.png');
  padding-bottom: 64.9%;
  margin-top: 15px;
}.startPage .hero-image#hero-image,
.columnbasedlandingpage .hero-image#hero-image,
.targetGroupPage .hero-image#hero-image {
  margin-left: -10px;
  margin-right: -10px;
}@media screen and (min-width: 768px) {
  .startPage .hero-image#hero-image,
  .columnbasedlandingpage .hero-image#hero-image,
  .targetGroupPage .hero-image#hero-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}@media screen and (min-width: 992px) {
  .startPage .hero-image#hero-image,
  .columnbasedlandingpage .hero-image#hero-image,
  .targetGroupPage .hero-image#hero-image {
    margin-left: -30px;
    margin-right: -30px;
  }
}.startPage div.HeroPuff2018,
.columnbasedlandingpage div.HeroPuff2018,
.targetGroupPage div.HeroPuff2018 {
  margin-top: -245px;
  margin-bottom: 30px;
}@media screen and (min-width: 768px) and (max-width: 991px), screen and (max-width: 767px) {
  .startPage div.HeroPuff2018,
  .columnbasedlandingpage div.HeroPuff2018,
  .targetGroupPage div.HeroPuff2018 {
    margin-top: -120px;
    margin-bottom: 0;
  }
}.startPage div.StartPage2018,
.columnbasedlandingpage div.StartPage2018,
.targetGroupPage div.StartPage2018 {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}.startPage div.StartPage2018 div + div + div,
.columnbasedlandingpage div.StartPage2018 div + div + div,
.targetGroupPage div.StartPage2018 div + div + div {
  flex: 1;
  display: flex;
  flex-basis: auto;
}.startPage div.StartPage2018 div + div + div div.block > div.block-inner,
.columnbasedlandingpage div.StartPage2018 div + div + div div.block > div.block-inner,
.targetGroupPage div.StartPage2018 div + div + div div.block > div.block-inner,
.startPage div.StartPage2018 div + div + div div.block > a > div.block-inner,
.columnbasedlandingpage div.StartPage2018 div + div + div div.block > a > div.block-inner,
.targetGroupPage div.StartPage2018 div + div + div div.block > a > div.block-inner,
.startPage div.StartPage2018 div + div + div div.image-teaser-block,
.columnbasedlandingpage div.StartPage2018 div + div + div div.image-teaser-block,
.targetGroupPage div.StartPage2018 div + div + div div.image-teaser-block {
  height: 100% !important;
}.startPage div.StartPage2018.ContentAreaMiddle div + div,
.columnbasedlandingpage div.StartPage2018.ContentAreaMiddle div + div,
.targetGroupPage div.StartPage2018.ContentAreaMiddle div + div {
  flex: 1;
  display: flex;
}.startPage div.StartPage2018.ContentAreaMiddle div + div div.block > div.block-inner,
.columnbasedlandingpage div.StartPage2018.ContentAreaMiddle div + div div.block > div.block-inner,
.targetGroupPage div.StartPage2018.ContentAreaMiddle div + div div.block > div.block-inner,
.startPage div.StartPage2018.ContentAreaMiddle div + div div.block > a > div.block-inner,
.columnbasedlandingpage div.StartPage2018.ContentAreaMiddle div + div div.block > a > div.block-inner,
.targetGroupPage div.StartPage2018.ContentAreaMiddle div + div div.block > a > div.block-inner {
  height: 100% !important;
}@media screen and (min-width: 768px) {
  .startPage .row-eq-height-tablet,
  .columnbasedlandingpage .row-eq-height-tablet,
  .targetGroupPage .row-eq-height-tablet {
    display: flex;
    flex-wrap: wrap;
  }
}/*Columnbased landingpage*/.columnbasedlandingpage div.ContentAreaRight,
.columnbasedlandingpage div.ContentAreaMiddle,
.columnbasedlandingpage div.ContentAreaLeft {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}.columnbasedlandingpage div.ContentAreaRight > div:last-child,
.columnbasedlandingpage div.ContentAreaMiddle > div:last-child,
.columnbasedlandingpage div.ContentAreaLeft > div:last-child {
  flex: 1;
}.columnbasedlandingpage div.ContentAreaRight > div:last-child div.block > div.block-inner,
.columnbasedlandingpage div.ContentAreaMiddle > div:last-child div.block > div.block-inner,
.columnbasedlandingpage div.ContentAreaLeft > div:last-child div.block > div.block-inner,
.columnbasedlandingpage div.ContentAreaRight > div:last-child div.block > a > div.block-inner,
.columnbasedlandingpage div.ContentAreaMiddle > div:last-child div.block > a > div.block-inner,
.columnbasedlandingpage div.ContentAreaLeft > div:last-child div.block > a > div.block-inner,
.columnbasedlandingpage div.ContentAreaRight > div:last-child div.image-teaser-block,
.columnbasedlandingpage div.ContentAreaMiddle > div:last-child div.image-teaser-block,
.columnbasedlandingpage div.ContentAreaLeft > div:last-child div.image-teaser-block,
.columnbasedlandingpage div.ContentAreaRight > div:last-child div.block,
.columnbasedlandingpage div.ContentAreaMiddle > div:last-child div.block,
.columnbasedlandingpage div.ContentAreaLeft > div:last-child div.block {
  height: 100% !important;
}.columnbasedlandingpage div.ContentAreaRight .content,
.columnbasedlandingpage div.ContentAreaMiddle .content,
.columnbasedlandingpage div.ContentAreaLeft .content {
  flex: none;
  display: block;
  height: auto;
}.columnbasedlandingpage #hero-image-mobile {
  margin-bottom: 45px;
}/*FullWidthNoSideNavigationPage*/@media screen and (min-width: 768px) and (max-width: 991px) {
  .fullwidthnosidenavigationpage .sharing-container {
    margin-bottom: 15px;
  }
}@media screen and (max-width: 991px) {
  .fullwidthnosidenavigationpage .sharing-container {
    margin-bottom: 10px;
  }
}.fullwidthnosidenavigationpage .sharing-container div {
  margin: 0;
  float: right;
}.fullwidthnosidenavigationpage .sharing-container .share-block {
  position: absolute;
}.fullwidthnosidenavigationpage .sharing-container .share-block__link .icon-extern-lank-uhr {
  display: none;
}.fullwidthnosidenavigationpage .full-width-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}.fullwidthnosidenavigationpage .full-width-container .text-area {
  order: 0;
}.fullwidthnosidenavigationpage .full-width-container .teaser-area {
  order: 2;
}.fullwidthnosidenavigationpage .full-width-container .block-area {
  order: 1;
}@media screen and (min-width: 992px) {
  .fullwidthnosidenavigationpage .full-width-container .text-area {
    order: 0;
  }
  .fullwidthnosidenavigationpage .full-width-container .teaser-area {
    order: 0;
  }
  .fullwidthnosidenavigationpage .full-width-container .block-area {
    order: 0;
  }
}/* SearchPage */.searchPage .result-controller,
.calendarPage .result-controller,
.newsListingPage .result-controller,
.main-content .result-controller {
  margin: 15px 0 10px;
}.searchPage .result-controller .filter-holder,
.calendarPage .result-controller .filter-holder,
.newsListingPage .result-controller .filter-holder,
.main-content .result-controller .filter-holder {
  float: left;
}.searchPage .result-controller .filters .btn-group .tag-button,
.calendarPage .result-controller .filters .btn-group .tag-button,
.newsListingPage .result-controller .filters .btn-group .tag-button,
.main-content .result-controller .filters .btn-group .tag-button {
  float: left;
}.searchPage .result-controller .filter-group-page-type,
.calendarPage .result-controller .filter-group-page-type,
.newsListingPage .result-controller .filter-group-page-type,
.main-content .result-controller .filter-group-page-type {
  display: inline-block;
}.searchPage .result-controller .navigation,
.calendarPage .result-controller .navigation,
.newsListingPage .result-controller .navigation,
.main-content .result-controller .navigation {
  margin-top: 30px;
}@media screen and (min-width: 768px) {
  .searchPage .result-controller .navigation h2,
  .calendarPage .result-controller .navigation h2,
  .newsListingPage .result-controller .navigation h2,
  .main-content .result-controller .navigation h2 {
    margin: 7px 0 0;
  }
}.searchPage .result-controller .navigation .btn,
.calendarPage .result-controller .navigation .btn,
.newsListingPage .result-controller .navigation .btn,
.main-content .result-controller .navigation .btn {
  width: 100%;
}.searchPage .result-controller .btn-group,
.calendarPage .result-controller .btn-group,
.newsListingPage .result-controller .btn-group,
.main-content .result-controller .btn-group {
  margin: 0 7px 10px 0;
}.searchPage .result-controller .dropdown-menu li .icon,
.calendarPage .result-controller .dropdown-menu li .icon,
.newsListingPage .result-controller .dropdown-menu li .icon,
.main-content .result-controller .dropdown-menu li .icon {
  display: none;
}.searchPage .result-controller .dropdown-menu li.active .icon,
.calendarPage .result-controller .dropdown-menu li.active .icon,
.newsListingPage .result-controller .dropdown-menu li.active .icon,
.main-content .result-controller .dropdown-menu li.active .icon {
  display: inline-block;
  margin-left: -1em;
}.searchPage .result-controller .dropdown-menu li.active a:hover,
.calendarPage .result-controller .dropdown-menu li.active a:hover,
.newsListingPage .result-controller .dropdown-menu li.active a:hover,
.main-content .result-controller .dropdown-menu li.active a:hover,
.searchPage .result-controller .dropdown-menu li.active a:focus,
.calendarPage .result-controller .dropdown-menu li.active a:focus,
.newsListingPage .result-controller .dropdown-menu li.active a:focus,
.main-content .result-controller .dropdown-menu li.active a:focus,
.searchPage .result-controller .dropdown-menu li a:hover,
.calendarPage .result-controller .dropdown-menu li a:hover,
.newsListingPage .result-controller .dropdown-menu li a:hover,
.main-content .result-controller .dropdown-menu li a:hover {
  background-color: #e5e5e5;
  color: #000;
}.searchPage .result,
.calendarPage .result,
.newsListingPage .result,
.main-content .result {
  min-height: 144px;
}.searchPage ul.results,
.calendarPage ul.results,
.newsListingPage ul.results,
.main-content ul.results {
  padding: 0;
  margin: 0;
  list-style: none;
}.searchPage ul.results li,
.calendarPage ul.results li,
.newsListingPage ul.results li,
.main-content ul.results li {
  border: 1px solid #c9c9c9;
  padding: 15px 20px;
  margin-bottom: 10px;
}.searchPage ul.results li:hover:not(.no-hover),
.calendarPage ul.results li:hover:not(.no-hover),
.newsListingPage ul.results li:hover:not(.no-hover),
.main-content ul.results li:hover:not(.no-hover) {
  background-color: #e5e5e5;
}.searchPage ul.results li:nth-child(even),
.calendarPage ul.results li:nth-child(even),
.newsListingPage ul.results li:nth-child(even),
.main-content ul.results li:nth-child(even) {
  background-color: #f2f2f2;
}.searchPage ul.results li h2,
.calendarPage ul.results li h2,
.newsListingPage ul.results li h2,
.main-content ul.results li h2,
.searchPage ul.results li h3,
.calendarPage ul.results li h3,
.newsListingPage ul.results li h3,
.main-content ul.results li h3 {
  margin-top: 0;
}.searchPage ul.results li > a.block-link,
.calendarPage ul.results li > a.block-link,
.newsListingPage ul.results li > a.block-link,
.main-content ul.results li > a.block-link {
  padding: 15px 20px;
  margin: -15px -20px;
}.searchPage ul.results li .date,
.calendarPage ul.results li .date,
.newsListingPage ul.results li .date,
.main-content ul.results li .date {
  margin-right: 20px;
}.searchPage ul.results li .category,
.calendarPage ul.results li .category,
.newsListingPage ul.results li .category,
.main-content ul.results li .category {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}.searchPage ul.results li .icon,
.calendarPage ul.results li .icon,
.newsListingPage ul.results li .icon,
.main-content ul.results li .icon {
  margin-top: -18px;
  margin-bottom: -9px;
}.searchPage div.filters ul,
.calendarPage div.filters ul,
.newsListingPage div.filters ul,
.main-content div.filters ul {
  list-style-type: none;
}.searchPage div.filters ul li.active,
.calendarPage div.filters ul li.active,
.newsListingPage div.filters ul li.active,
.main-content div.filters ul li.active {
  background-color: #006e96;
}/*BedomningsJamforelseTjanst page*/.switch-language-btn {
  border: 1px solid #e5e5e5;
  color: #000;
  padding: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 19px;
}.switch-language-btn:hover,
.switch-language-btn:focus,
.switch-language-btn:active {
  color: #000;
}.bedomnings-jamforelse-tjanst {
  margin-bottom: 30px;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst .switch-language-btn {
    margin-bottom: 10px;
  }
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst h1 {
    font-size: 30px;
  }
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst .rs-container {
    margin-bottom: 10px;
  }
}.bedomnings-jamforelse-tjanst .titles h1 {
  margin-bottom: 10px;
}.bedomnings-jamforelse-tjanst .titles h2 {
  margin-top: 0;
  margin-bottom: 40px;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst .titles h2 {
    display: none;
  }
}.bedomnings-jamforelse-tjanst .container-outer {
  margin: 0 -10px 0 -10px;
  background: rgba(98, 38, 158, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px;
}@media screen and (min-width: 768px) {
  .bedomnings-jamforelse-tjanst .container-outer {
    margin: 0;
  }
}@media screen and (min-width: 992px) {
  .bedomnings-jamforelse-tjanst .container-outer {
    margin: 0 -30px 0 -30px;
    padding: 30px;
  }
}.bedomnings-jamforelse-tjanst .container-outer + p {
  padding-top: 20px;
  margin-bottom: 0;
}.bedomnings-jamforelse-tjanst .container-outer + p a {
  text-decoration: underline;
}.bedomnings-jamforelse-tjanst .container-outer + p a:focus {
  outline-offset: 0;
}.bedomnings-jamforelse-tjanst .container-info {
  display: flex;
  padding: 0;
  margin-bottom: 24px;
  justify-content: space-between;
}.bedomnings-jamforelse-tjanst .container-info .content {
  max-width: 730px;
  min-width: 0px;
}.bedomnings-jamforelse-tjanst .container-info .content p {
  margin-bottom: 0;
}.bedomnings-jamforelse-tjanst .container-info h1 {
  color: #62269e;
  margin-bottom: 15px;
}.bedomnings-jamforelse-tjanst .container-info h2 {
  margin: 0 0 20px;
}.bedomnings-jamforelse-tjanst .container-info a {
  text-decoration: underline;
}.bedomnings-jamforelse-tjanst .container-info a:focus {
  outline-offset: 0;
}.bedomnings-jamforelse-tjanst .container-info p {
  font-size: 24px;
}.bedomnings-jamforelse-tjanst .container-info .image-container {
  display: flex;
  align-items: flex-end;
  max-width: 310px;
  margin-left: 24px;
}.bedomnings-jamforelse-tjanst .container-info .image-container img {
  max-width: 100%;
}.bedomnings-jamforelse-tjanst .container-info .show-text {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 25px;
  right: 40px;
  cursor: pointer;
}.bedomnings-jamforelse-tjanst .container-info .show-text:focus {
  outline-offset: -3px;
  outline: 3px solid HighLight;
}.bedomnings-jamforelse-tjanst .container-info .show-text .show-less {
  display: none;
}.bedomnings-jamforelse-tjanst .container-info .show-text .caret {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}.bedomnings-jamforelse-tjanst .container-info--inner {
  overflow: hidden;
  max-height: 115px;
}@media screen and (min-width: 992px) {
  .bedomnings-jamforelse-tjanst .container-info--inner {
    max-height: 240px;
  }
}.bedomnings-jamforelse-tjanst .container-info--inner.expandable:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(0deg, #ffffff 29%, rgba(255, 255, 255, 0) 47%);
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background: -moz-linear-gradient(0deg, #ffffff 29%, rgba(255, 255, 255, 0) 47%);
  /* For Firefox (3.6 to 15) */
  background: -o-linear-gradient(0deg, #ffffff 29%, rgba(255, 255, 255, 0) 47%);
  /* For old Opera (11.1 to 12.0) */
  background: linear-gradient(0deg, #ffffff 29%, rgba(255, 255, 255, 0) 47%);
  /* Standard syntax; must be last */
}@media screen and (min-width: 992px) {
  .bedomnings-jamforelse-tjanst .container-info--inner.expandable:before {
    background: -webkit-linear-gradient(0deg, #ffffff 19%, rgba(255, 255, 255, 0) 34%);
    /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background: -moz-linear-gradient(0deg, #ffffff 19%, rgba(255, 255, 255, 0) 34%);
    /* For Firefox (3.6 to 15) */
    background: -o-linear-gradient(0deg, #ffffff 19%, rgba(255, 255, 255, 0) 34%);
    /* For old Opera (11.1 to 12.0) */
    background: linear-gradient(0deg, #ffffff 19%, rgba(255, 255, 255, 0) 34%);
    /* Standard syntax; must be last */
  }
}.bedomnings-jamforelse-tjanst .container-info--inner[aria-expanded='true'] ~ .show-text .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}.bedomnings-jamforelse-tjanst .container-info--inner-flex {
  display: flex;
}.bedomnings-jamforelse-tjanst .container-info--inner-flex #icon-information-container {
  height: 5rem;
  margin-right: 15px;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst .container-info--inner-flex #icon-information-container {
    display: none;
  }
}.bedomnings-jamforelse-tjanst .container-info--inner-flex #icon-information-container .icon-information {
  height: 5rem;
  width: 5rem;
}.bedomnings-jamforelse-tjanst .container-filter {
  background-color: #f2f2f2;
  padding: 40px;
  color: #000;
  font-family: BauWebPro;
  font-weight: bold;
}.bedomnings-jamforelse-tjanst .container-filter h2 {
  margin-top: 0;
}.bedomnings-jamforelse-tjanst .container-filter label {
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown > div {
  margin-top: 30px;
  padding: 0;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown > div h3 {
  margin: 0;
  margin-bottom: 5px;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown span.icon-check-uhr {
  display: none;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group {
  width: 90%;
  margin: 0;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button {
  margin-top: 2px;
  width: auto;
  min-width: 100%;
  text-align: right;
  white-space: normal;
  word-break: break-word;
  color: #000;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button[aria-expanded='true'] {
  background-color: #e5e5e5;
  box-shadow: none;
  border-color: #c9c9c9;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button[aria-expanded='true'].active {
  color: #fff;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button[aria-expanded='true'] .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button.active {
  background-color: #3d3d3d;
  color: #fff;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button.active:hover,
.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button.active:focus {
  background-color: #242424;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button span.caret {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
  top: 50%;
  right: 15px;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button span.btn-label {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  float: left;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button span.btn-label img {
  margin-right: 10px;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu {
  margin: 0;
  margin-top: -2px;
  width: 100%;
}@media screen and (min-width: 992px) {
  .bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu {
    max-height: 310px;
    overflow-y: auto;
  }
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu a {
  padding: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu a img {
  margin: 0 9px;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active > a {
  background-color: #3d3d3d;
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active > a:hover,
.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active > a:focus {
  background-color: #242424;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active li {
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active li a {
  background-color: #7c7c7c;
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active li a:focus {
  background-color: #595959;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li.active li:hover a {
  background-color: #595959;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > a:hover,
.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > a:focus {
  background-color: #3d3d3d;
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > a:hover + ul li,
.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > a:focus + ul li {
  background-color: #7c7c7c;
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > a:hover + ul li a,
.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > a:focus + ul li a {
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul {
  padding: 0;
  list-style-type: none;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3d3d3d;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li:hover {
  background-color: #3d3d3d;
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li:hover a {
  color: white;
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li a {
  display: block;
  text-decoration: none;
  font-weight: 200;
  font-size: 17px;
  color: #3d3d3d;
  padding: 7px;
  padding-left: 68px;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li a {
    padding-left: 42px;
  }
}.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li a:hover,
.bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu li > ul li a:focus {
  background-color: #3d3d3d;
  color: white;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button.btn {
    width: 100%;
    white-space: normal;
    text-align: left;
  }
  .bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group button.btn .caret {
    position: absolute;
    top: 50%;
    right: 15px;
  }
  .bedomnings-jamforelse-tjanst .filter-group-dropdown div.btn-group ul.dropdown-menu > li > a {
    width: 100%;
  }
}.bedomnings-jamforelse-tjanst #result-list .filter-row {
  margin-left: 0px;
}.bedomnings-jamforelse-tjanst #result-list .filter-row fieldset {
  border: none;
  padding: 0;
}.bedomnings-jamforelse-tjanst #result-list .filter-row fieldset legend {
  padding: 27px 0 9px;
  word-wrap: break-word;
  font-size: 19px;
  font-family: BauWebPro, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}.bedomnings-jamforelse-tjanst #result-list .filter-row p {
  margin: 10px 0;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst #result-list .filter-row .filters .btn-group {
    display: flex;
    flex-direction: column;
  }
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters label.btn {
  font-weight: normal;
  line-height: 26px;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  border-color: #333;
  align-items: center;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters label.btn:hover {
  background-color: #f2f2f2;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters label.btn span {
  color: #000000;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters label.btn > input[type='radio'].tag-button {
  margin: 0;
  margin-right: 8px;
  accent-color: #000000;
  width: 19px;
  height: 19px;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button {
  display: inline-block;
  margin-bottom: 10px;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:hover .btn.active,
.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:focus .btn.active {
  background-color: rgba(98, 38, 158, 0.5);
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:hover .btn-default,
.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:active .btn-default,
.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:focus .btn-default {
  background-color: #e6e6e6;
  border-color: #aaaaaa;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:hover:active .btn-default {
  background-color: #d4d4d4;
  border-color: #898989;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button.edu-level-1 .btn,
.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button.edu-level-2 .btn,
.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button.edu-level-3 .btn {
  border-left: none;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button.edu-level-1 {
  border-left: 10px rgba(98, 38, 158, 0.1) solid;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button.edu-level-2 {
  border-left: 10px #80B7CA solid;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button.edu-level-3 {
  border-left: 10px #EBBFD7 solid;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button .btn {
  font-weight: normal;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button .btn.active {
  font-weight: bold;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button .btn-info.active:focus {
  outline-offset: -3px;
  outline: 3px solid HighLight;
}.bedomnings-jamforelse-tjanst #result-list .filter-row .filters .tag-button:not(:last-child) {
  margin-right: 15px;
}.bedomnings-jamforelse-tjanst #result-list > h2:not(:first-child) {
  margin-top: 40px;
  margin-bottom: 30px;
}.bedomnings-jamforelse-tjanst #result-list > h2.result-header {
  margin-top: 20px;
  margin-bottom: -6px;
}.bedomnings-jamforelse-tjanst #result-list > h2 span {
  font-weight: normal;
}@media screen and (min-width: 768px) {
  .bedomnings-jamforelse-tjanst #result-list .filter-dropdown-container {
    display: none;
  }
}.bedomnings-jamforelse-tjanst #result-list .filter-dropdown-container.dropdown-edu-level {
  margin-bottom: 10px;
}.bedomnings-jamforelse-tjanst #result-list .filter-dropdown-container .dropdown-toggle:focus {
  outline-offset: -3px;
  outline: 3px solid HighLight;
}.bedomnings-jamforelse-tjanst #result-list .filter-dropdown-container .dropdown-menu li.active a {
  color: #000000;
  background-color: #D8C9E7;
  font-weight: 700;
}.bedomnings-jamforelse-tjanst #result-list .filter-dropdown-container .dropdown-menu li a:focus {
  outline-offset: -3px;
  outline: 3px solid HighLight;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item {
  background-color: white;
  margin: 16px 0;
  border: none;
  padding: 0;
  position: relative;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item a {
  color: #000;
  display: block;
  border: 1px solid #c9c9c9;
  padding: 15px 20px 15px 20px;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item a:focus .result-item {
  background-color: red;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item--flex {
  display: flex;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item.edu-level-1 a::before,
.bedomnings-jamforelse-tjanst #result-list ul.results .result-item.edu-level-2 a::before,
.bedomnings-jamforelse-tjanst #result-list ul.results .result-item.edu-level-3 a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item.edu-level-1 a::before {
  border-left: 10px rgba(98, 38, 158, 0.1) solid;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item.edu-level-2 a::before {
  border-left: 10px #80B7CA solid;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item.edu-level-3 a::before {
  border-left: 10px #EBBFD7 solid;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item:hover,
.bedomnings-jamforelse-tjanst #result-list ul.results .result-item:focus {
  background-color: #f2f2f2;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item:hover a,
.bedomnings-jamforelse-tjanst #result-list ul.results .result-item:focus a {
  text-decoration: none;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item p {
  margin-bottom: 0;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text h2,
.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text p {
  margin-right: 15px;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text h2,
  .bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text p:not(.region) {
    flex-basis: 100%;
  }
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text h3 {
  margin-bottom: 0;
  font-size: 20px;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text .flex-break-row {
  flex-basis: 100%;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text .region-spacer {
  margin-top: 5px;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text .region {
  padding: 2px 4px;
  background-color: #f2f2f2;
  font-size: 16px;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text .region.edu-level-1 {
  background-color: #D8C9E7;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text .region.edu-level-2 {
  background-color: #BFDBE5;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .result-text .region.edu-level-3 {
  background-color: #EBBFD7;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .arrow .read-more {
  font-size: 0;
  float: right;
}.bedomnings-jamforelse-tjanst #result-list ul.results .result-item .arrow .read-more .icon-pil-hoger-ny {
  margin: 0;
}@media screen and (max-width: 767px) {
  .bedomnings-jamforelse-tjanst #result-list ul.results .result-item .arrow {
    display: flex;
    position: absolute;
    right: 7px;
    bottom: 8px;
    padding: 0;
  }
}/*BedomningsJamforelseTjanst comparison page*/@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .switch-language-btn {
    clear: both !important;
    float: left !important;
    margin-top: 10px;
  }
}.bedomnings-tjanst-comparison-page .titles h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}.bedomnings-tjanst-comparison-page .titles h2 {
  margin-top: 0;
  margin-bottom: 20px;
}@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .titles h2 {
    display: none;
  }
}.bedomnings-tjanst-comparison-page .back-btn {
  border: 1px solid #e5e5e5;
  color: #000;
  padding: 15px;
  font-weight: bold;
  display: block;
}.bedomnings-tjanst-comparison-page .back-btn.top {
  width: 130px;
}.bedomnings-tjanst-comparison-page .back-btn span.long {
  display: none;
}.bedomnings-tjanst-comparison-page .back-btn .icon-pil-hoger-ny {
  width: 19px;
  height: 19px;
  position: relative;
  top: 0.15789474em;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .back-btn {
    max-width: 280px;
  }
  .bedomnings-tjanst-comparison-page .back-btn.top {
    width: auto;
  }
  .bedomnings-tjanst-comparison-page .back-btn span.short {
    display: none;
  }
  .bedomnings-tjanst-comparison-page .back-btn span.long {
    display: inline;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .bedomnings-tjanst-comparison-page h1 {
    margin-top: 15px;
  }
  .bedomnings-tjanst-comparison-page .back-btn {
    display: block;
  }
}.bedomnings-tjanst-comparison-page .comparison-container {
  background-color: #f2f2f2;
  padding: 20px 30px;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-container {
    padding: 40px 60px;
  }
}@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .comparison-container {
    padding: 30px 20px;
  }
}.bedomnings-tjanst-comparison-page .comparison-qualification.right {
  border-top: 3px dashed #e5e5e5;
  margin-top: 30px;
  padding-top: 24px;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-qualification.left {
    border-right: 3px dashed #e5e5e5;
  }
  .bedomnings-tjanst-comparison-page .comparison-qualification.right {
    padding-left: 50px;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}.bedomnings-tjanst-comparison-page .comparison-qualification img {
  margin-left: -10px;
  min-width: 45px;
}.bedomnings-tjanst-comparison-page .comparison-qualification h2 {
  margin: 0 0 25px 0;
}.bedomnings-tjanst-comparison-page .comparison-qualification h3 {
  margin: 0;
  margin-bottom: 10px;
}.bedomnings-tjanst-comparison-page .comparison-qualification p {
  margin: 0 0 10px 0;
}.bedomnings-tjanst-comparison-page .comparison-qualification .qualification.not-first {
  margin-top: 30px;
}.bedomnings-tjanst-comparison-page .comparison-qualification button {
  border: 1px solid grey;
  background-color: transparent;
  padding: 10px;
  font-size: 14px;
}.bedomnings-tjanst-comparison-page .comparison-qualification button:hover,
.bedomnings-tjanst-comparison-page .comparison-qualification button:focus,
.bedomnings-tjanst-comparison-page .comparison-qualification button:active {
  background-color: black;
  border-color: black;
  color: white;
}.bedomnings-tjanst-comparison-page .comparison-pdf {
  border: 1px solid #e5e5e5;
  margin: 30px 0;
  padding: 20px 30px;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-pdf {
    padding: 40px 60px;
  }
}@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .comparison-pdf {
    padding: 30px 20px;
  }
}.bedomnings-tjanst-comparison-page .comparison-pdf h2 {
  margin-top: 0;
}.bedomnings-tjanst-comparison-page .comparison-graph {
  background-color: #f2f2f2;
  margin: 30px 0;
  padding: 20px 30px;
}.bedomnings-tjanst-comparison-page .comparison-graph h2 {
  margin-top: 0;
}.bedomnings-tjanst-comparison-page .comparison-graph img.desktop {
  display: none;
}.bedomnings-tjanst-comparison-page .comparison-graph img.mobile {
  display: block;
  margin: 0 auto;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-graph {
    padding: 40px 60px;
  }
  .bedomnings-tjanst-comparison-page .comparison-graph img.desktop {
    display: block;
  }
  .bedomnings-tjanst-comparison-page .comparison-graph img.mobile {
    display: none;
  }
}@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .comparison-graph {
    padding: 30px 20px;
  }
}.bedomnings-tjanst-comparison-page .comparison-graph p {
  margin-bottom: 10px;
}.bedomnings-tjanst-comparison-page .comparison-graph .footnote {
  font-size: 14px;
  margin-top: 12px;
  display: none;
}.bedomnings-tjanst-comparison-page .comparison-graph .footnote p {
  margin-bottom: 0;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-graph .footnote {
    display: block;
  }
}.bedomnings-tjanst-comparison-page .comparison-graph ul {
  padding-left: 0;
  list-style: none;
}.bedomnings-tjanst-comparison-page .comparison-graph ul li {
  margin: 5px 0;
}@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .comparison-graph ul li p {
    margin-left: 35px;
  }
}.bedomnings-tjanst-comparison-page .comparison-graph ul .square {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  float: left;
}.bedomnings-tjanst-comparison-page .comparison-graph ul .square.seqf {
  background-color: #016369;
}.bedomnings-tjanst-comparison-page .comparison-graph ul .square.eqf {
  background-color: #004145;
}.bedomnings-tjanst-comparison-page .comparison-graph ul .square.bologna {
  background-color: #042628;
}.bedomnings-tjanst-comparison-page .comparison-graph .back-btn {
  background-color: white;
  max-width: 100%;
  width: auto;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-graph .back-btn {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}.bedomnings-tjanst-comparison-page .comparison-graph .back-btn p {
  margin-bottom: 0;
}.bedomnings-tjanst-comparison-page .comparison-graph .back-btn p .icon-pil-hoger-uhr {
  position: static;
}.bedomnings-tjanst-comparison-page .comparison-contact {
  border: 1px solid #e5e5e5;
  margin: 30px 0 45px 0;
  padding: 20px 30px;
  word-break: break-word;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-contact {
    padding: 40px 60px;
  }
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-contact {
    padding: 40px 60px;
  }
}.bedomnings-tjanst-comparison-page .comparison-contact h2 {
  margin-top: 0;
}.bedomnings-tjanst-comparison-page .comparison-contact img {
  float: right;
}.bedomnings-tjanst-comparison-page .comparison-contact .lastupdated {
  font-style: italic;
  margin-bottom: 0;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .comparison-contact .lastupdated {
    position: absolute;
    bottom: 0;
  }
}.bedomnings-tjanst-comparison-page .comparison-contact .updated-container {
  min-height: 30px;
}@media screen and (max-width: 767px) {
  .bedomnings-tjanst-comparison-page .comparison-contact {
    padding: 30px 10px;
  }
  .bedomnings-tjanst-comparison-page .comparison-contact img {
    margin-top: 50px;
    max-width: 200px;
  }
}.bedomnings-tjanst-comparison-page .comparison-back-btn {
  margin-bottom: 50px;
}.bedomnings-tjanst-comparison-page .modal-dialog {
  overflow-y: initial;
  height: 100vh;
  width: 100vw;
  margin: 0;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .modal-dialog {
    min-width: 800px;
    max-width: 50vw;
    max-height: calc(100% - 200px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}.bedomnings-tjanst-comparison-page .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0 none;
  height: 100%;
  overflow: hidden;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .modal-content {
    min-height: 40vh;
  }
}.bedomnings-tjanst-comparison-page .modal-header {
  height: 50px;
  border: 0 none;
  background-color: #006e96;
}.bedomnings-tjanst-comparison-page .modal-header .close {
  margin-top: -11px;
  margin-right: -6px;
  font-size: 34px;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}.bedomnings-tjanst-comparison-page .modal-header .close:hover,
.bedomnings-tjanst-comparison-page .modal-header .close:focus {
  color: #e5e5e5;
}.bedomnings-tjanst-comparison-page .modal-subtitle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
}.bedomnings-tjanst-comparison-page .modal-maincontent {
  margin-top: 24px;
}.bedomnings-tjanst-comparison-page .modal-body {
  margin: 0;
  padding: 20px 30px;
  height: calc(100% - 50px);
  overflow-y: auto;
}@media screen and (min-width: 992px) {
  .bedomnings-tjanst-comparison-page .modal-body {
    padding: 30px 60px;
  }
}.bedomnings-tjanst-comparison-page .modal-body .header {
  margin-bottom: 20px;
}.bedomnings-tjanst-comparison-page .modal-body .header h2 {
  margin-top: 0;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info p {
  margin: 0;
  margin-bottom: 12px;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info p:last-child {
  margin-bottom: 0;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info p a {
  color: black;
  text-decoration: none;
  margin-left: 5px;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info p a.glyphicon {
  top: 3px;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info p .tooltip-arrow {
  display: none;
}.bedomnings-tjanst-comparison-page .modal-body .qualification-info p .tooltip-inner {
  background-color: #f2f2f2;
  color: #000;
  padding: 10px;
  border-radius: 10px;
  text-align: left;
}.bedomnings-tjanst-comparison-page .modal-body .info-label {
  text-align: left;
  font-size: initial;
  font-weight: bold;
  font-size: 19px;
  word-break: break-word;
}.bedomnings-tjanst-comparison-page .modal-body .info-label .info-icon {
  background: none;
  padding: 0px;
  margin: 0px 5px;
  border: none;
}.bedomnings-tjanst-comparison-page .modal-body .info-label .info-icon .icon-information {
  height: 23px;
  width: 23px;
  top: 5px;
  position: relative;
}.bedomnings-tjanst-comparison-page .modal-body ul {
  display: inline-table;
  list-style: none;
  padding: 0;
}.bedomnings-tjanst-comparison-page .modal-footer {
  width: 100%;
  border: none;
  padding-top: 50px;
  min-height: 110px;
}/*EducationListing page */.education-listing-page > .row {
  margin-bottom: 30px;
}.education-listing-page .row .row-eq-height {
  margin: 0;
}.education-listing-page .filter-container {
  padding: 0 30px 30px 30px;
  background-color: #f2f2f2;
  color: #000;
}.education-listing-page .filter-container h2 {
  margin-bottom: 20px;
}.education-listing-page .filter-container .dropdown-container-ed .col-xs-12 {
  margin-bottom: 20px;
}.education-listing-page .filter-container .dropdown-container-ed .col-xs-12 > p {
  margin-bottom: 4px;
  font-weight: bold;
}.education-listing-page .filter-container span.icon-check-uhr {
  display: none;
}.education-listing-page .filter-container div.btn-group {
  width: 90%;
  margin: 0;
}.education-listing-page .filter-container div.btn-group ul.dropdown-menu {
  margin: 0;
  margin-left: -2px;
  width: 100%;
}@media screen and (max-width: 767px) {
  .education-listing-page .filter-container div.btn-group button.btn {
    width: 100%;
    white-space: normal;
  }
  .education-listing-page .filter-container div.btn-group ul.dropdown-menu > li > a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}.education-listing-page .filter-container div.btn-group button {
  margin-top: 2px;
  margin-left: -2px;
  width: auto;
  min-width: 100%;
  text-align: left;
}.education-listing-page .filter-container div.btn-group button:hover {
  background-color: #b9b9b9;
}.education-listing-page .filter-container div.btn-group button span.caret {
  float: right;
  margin: 10px 0;
}.education-listing-page .filter-container div.btn-group button span.btn-label {
  overflow: hidden;
  text-overflow: ellipsis;
}.education-listing-page .filter-container div.btn-group p {
  margin: 0;
  margin-bottom: 5px;
}@media screen and (max-width: 767px) {
  .education-listing-page .filter-container .information-container-ed div.icon-wrapper {
    display: none;
  }
  .education-listing-page .filter-container .information-container-ed div.info-text-below-container {
    padding: 0 10px;
    width: 100%;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .education-listing-page .filter-container .information-container-ed {
    width: 100%;
  }
  .education-listing-page .filter-container .information-container-ed div.info-text-below-container {
    width: 100%;
  }
  .education-listing-page .filter-container .information-container-ed div.info-text-below-container p {
    padding-right: 0;
    width: 100%;
  }
  .education-listing-page .filter-container .information-container-ed div.icon-wrapper {
    display: none;
  }
}.education-listing-page .filter-container .information-container-ed .info-text-below-container {
  padding-left: 0;
  width: 90%;
  display: flex;
}.education-listing-page .filter-container .information-container-ed .info-text-below-container div.icon-wrapper {
  flex: 0;
  padding: 2px 8px 0 5px;
}.education-listing-page .filter-container .information-container-ed .info-text-below-container div.icon-wrapper .glyphicon-info-sign {
  font-size: 12pt;
}.education-listing-page .filter-container .information-container-ed .info-text-below-container div.info-text-below-wrapper {
  flex: 1;
  width: 90%;
}@media screen and (max-width: 767px) {
  .education-listing-page .filter-container .information-container-ed .info-text-below-container div.info-text-below-wrapper p {
    padding-right: 0;
  }
}.education-listing-page .filter-container .information-container-ed .info-text-below-container div.info-text-below-wrapper p a {
  color: black;
  text-decoration: underline;
}.education-listing-page .info-container {
  padding: 0 30px 30px 30px;
  color: #fff;
  background-color: #62269e;
}.education-listing-page .info-container h2 {
  margin-bottom: 20px;
}.education-listing-page .info-container a {
  color: white;
  text-decoration: underline;
}.education-listing-page .result-list {
  margin-bottom: 30px;
}.education-listing-page .result-list ul.bed li {
  background-color: white;
}.education-listing-page .result-list ul.bed li h4 {
  margin-top: 10px;
}.education-listing-page .result-list ul.bed li div.flag-container {
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 60px;
}@media screen and (max-width: 767px) {
  .education-listing-page .result-list ul.bed li div.flag-container {
    display: none;
  }
}.education-listing-page .result-list ul.bed li div.flag-container .flag-and-country-wrapper {
  width: 90%;
}.education-listing-page .result-list ul.bed li div.flag-container .flag-and-country-wrapper img {
  height: 55px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .education-listing-page .result-list ul.bed li div.flag-container .flag-and-country-wrapper img {
    display: none;
  }
}.education-listing-page .result-list ul.bed li div.flag-container .flag-and-country-wrapper p {
  margin: 0;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .education-listing-page .result-list ul.bed li div.flag-container .flag-and-country-wrapper p {
    display: none;
  }
}.education-listing-page .result-list ul.bed li div.flag-container span {
  vertical-align: middle;
}/*Education page */.eduction-page-container .col-xs-4 {
  padding-left: 20px;
}.eduction-page-container .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}.eduction-page-container .education-page-header {
  background-color: #f2f2f2;
  height: auto;
  padding: 30px 20px;
}.eduction-page-container .education-page-header h2 {
  margin-bottom: 15px;
}.eduction-page-container .education-page-header h2.transcribed-name {
  margin-top: 0;
}.eduction-page-container .education-page-header h2.name-org-lang {
  margin-top: -10px;
}.eduction-page-container .education-page-header h1,
.eduction-page-container .education-page-header h3 {
  margin: 10px 0;
}.eduction-page-container .education-page-header h3 {
  font-weight: normal;
}.eduction-page-container .education-page-header h4 {
  margin-top: 20px;
}.eduction-page-container .education-page-header p {
  margin-top: 35px;
}.eduction-page-container .education-page-header .information-about-service-container > p {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .eduction-page-container .education-page-header .information-about-service-container > p {
    position: relative;
  }
}@media screen and (max-width: 767px) {
  .eduction-page-container .education-page-header .information-about-service-container > p {
    position: relative;
  }
}.eduction-page-container .education-page-header .flag-wrapper {
  background-color: #f2f2f2;
}.eduction-page-container .education-page-header .flag-wrapper img {
  width: 100%;
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .eduction-page-container .education-page-header .flag-wrapper img {
    display: none;
  }
}@media screen and (max-width: 767px) {
  .eduction-page-container .education-page-header .flag-wrapper img {
    display: none;
  }
}.eduction-page-container .education-information-container {
  border: 1px solid #c9c9c9;
  height: auto;
  margin-bottom: 30px;
  padding: 30px 20px;
}.eduction-page-container .education-information-container > div:nth-of-type(1) {
  padding-bottom: 30px;
}.eduction-page-container .education-information-container p {
  margin-bottom: 15px;
}.eduction-page-container .education-information-container a {
  text-decoration: underline;
}.eduction-page-container .education-information-container .heading-block2,
.eduction-page-container .education-information-container div.block {
  margin-top: 0;
}.eduction-page-container .education-information-container h2.heading-block2 {
  margin-top: 0;
}.eduction-page-container .education-information-container h2.heading-block22 {
  margin-bottom: 15px;
  margin-top: 0;
}.eduction-page-container .education-information-container .swedish-examina {
  margin: 15px 0 10px 0;
}.eduction-page-container .education-information-container .education-divider-image {
  margin-top: 30px;
}.eduction-page-container .education-information-container .education-divider-image img {
  background-color: #f2f2f2;
  padding: 15px;
}.eduction-page-container .education-information-container .education-divider-image p {
  margin-top: 5px;
  margin-bottom: 0;
}.eduction-page-container .education-information-container .education-divider-image p a {
  text-decoration: underline;
}.eduction-page-container .education-information-container .educationpage-xhtml-wrapper {
  word-break: break-word;
  margin-bottom: 15px;
}.eduction-page-container .education-information-container .educationpage-xhtml-wrapper p:first-of-type {
  display: inline;
}.eduction-page-container .education-information-container .educationpage-xhtml-wrapper p {
  margin-top: 15px;
}.eduction-page-container .education-information-container a.btn-lg {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}.eduction-page-container .education-information-container #pdf-info-header {
  display: block;
}.eduction-page-container .education-information-container #pdf-info {
  display: block;
}@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .eduction-page-container .education-information-container a.btn-lg {
    display: none;
  }
  .eduction-page-container .education-information-container #pdf-info-header {
    display: none;
  }
  .eduction-page-container .education-information-container #pdf-info {
    display: none;
  }
}@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .eduction-page-container .education-information-container a.btn-lg {
    display: none;
  }
  .eduction-page-container .education-information-container #pdf-info-header {
    display: none;
  }
  .eduction-page-container .education-information-container #pdf-info {
    display: none;
  }
}@media screen and (max-width: 767px) {
  .eduction-page-container .education-information-container a.btn-lg {
    display: none;
  }
  .eduction-page-container .education-information-container #pdf-info-header {
    display: none;
  }
  .eduction-page-container .education-information-container #pdf-info {
    display: none;
  }
}.eduction-page-container .education-information-container div.block {
  margin-bottom: 30px;
}.eduction-page-container .education-information-container .teaser-block > .content,
.eduction-page-container .education-information-container .om-bedomningen-block > .content {
  padding: 10px;
}.eduction-page-container .education-information-container .info-text-ed {
  font-weight: bold;
}.eduction-page-container .education-information-container .info-text-ed.uni {
  margin-bottom: 8px;
}.eduction-page-container .education-information-container span {
  margin-right: 5px;
  display: inline-block;
}.eduction-page-container .education-information-container div.om-bedomningen-block {
  padding: 15px 20px;
  height: auto;
  background-color: #006e96;
  color: white;
}@media screen and (max-width: 767px) {
  .eduction-page-container .education-information-container div.om-bedomningen-block {
    margin-top: 30px;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .eduction-page-container .education-information-container div.om-bedomningen-block {
    margin-top: 30px;
  }
}.eduction-page-container .education-information-container .italic-bed {
  font-style: italic;
}.eduction-page-container .education-information-container p.italic-bed {
  margin: 0;
  position: absolute;
  bottom: 0;
}.eduction-page-container .education-information-container ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style-type: none;
}.eduction-page-container .education-information-container ul a {
  font-weight: normal;
  text-decoration: underline;
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
}.eduction-page-container .education-information-container ul h4 {
  margin: 0;
  margin-top: 5px;
}.eduction-page-container .education-information-container .last-of-type {
  margin-bottom: 30px;
}.eduction-page-container div.backbtn-container {
  margin-bottom: 30px;
  display: inline-block;
}.eduction-page-container div.backbtn-container div#backbtn {
  padding: 10px 20px;
  font-weight: bold;
  color: #000;
}.eduction-page-container div.backbtn-container div#backbtn span {
  margin-right: 10px;
}.eduction-page-container div.backbtn-container div#backbtn h3 {
  margin: 5px 0;
}@media screen and (max-width: 767px) {
  .eduction-page-container div.backbtn-container div#backbtn h3 {
    font-size: 17px;
  }
}/* Article Page */.articlePage .share-block,
.calendarEntryPage .share-block,
.newsPage .share-block,
.editSubPage .share-block,
.antStatPage .share-block,
.detPage .share-block,
.documents .share-block {
  margin-top: 0;
}.articlePage .share-block__link .icon-extern-lank-uhr,
.calendarEntryPage .share-block__link .icon-extern-lank-uhr,
.newsPage .share-block__link .icon-extern-lank-uhr,
.editSubPage .share-block__link .icon-extern-lank-uhr,
.antStatPage .share-block__link .icon-extern-lank-uhr,
.detPage .share-block__link .icon-extern-lank-uhr,
.documents .share-block__link .icon-extern-lank-uhr {
  display: none;
}.articlePage #articleBody .article-info,
.calendarEntryPage #articleBody .article-info,
.newsPage #articleBody .article-info,
.editSubPage #articleBody .article-info,
.antStatPage #articleBody .article-info,
.detPage #articleBody .article-info,
.documents #articleBody .article-info,
.articlePage #entryBody .article-info,
.calendarEntryPage #entryBody .article-info,
.newsPage #entryBody .article-info,
.editSubPage #entryBody .article-info,
.antStatPage #entryBody .article-info,
.detPage #entryBody .article-info,
.documents #entryBody .article-info,
.articlePage #newsBody .article-info,
.calendarEntryPage #newsBody .article-info,
.newsPage #newsBody .article-info,
.editSubPage #newsBody .article-info,
.antStatPage #newsBody .article-info,
.detPage #newsBody .article-info,
.documents #newsBody .article-info,
.articlePage #listingBody .article-info,
.calendarEntryPage #listingBody .article-info,
.newsPage #listingBody .article-info,
.editSubPage #listingBody .article-info,
.antStatPage #listingBody .article-info,
.detPage #listingBody .article-info,
.documents #listingBody .article-info,
.articlePage #editSubPage .article-info,
.calendarEntryPage #editSubPage .article-info,
.newsPage #editSubPage .article-info,
.editSubPage #editSubPage .article-info,
.antStatPage #editSubPage .article-info,
.detPage #editSubPage .article-info,
.documents #editSubPage .article-info,
.articlePage #antStatBody .article-info,
.calendarEntryPage #antStatBody .article-info,
.newsPage #antStatBody .article-info,
.editSubPage #antStatBody .article-info,
.antStatPage #antStatBody .article-info,
.detPage #antStatBody .article-info,
.documents #antStatBody .article-info,
.articlePage [id^='DetailedPage_'] .article-info,
.calendarEntryPage [id^='DetailedPage_'] .article-info,
.newsPage [id^='DetailedPage_'] .article-info,
.editSubPage [id^='DetailedPage_'] .article-info,
.antStatPage [id^='DetailedPage_'] .article-info,
.detPage [id^='DetailedPage_'] .article-info,
.documents [id^='DetailedPage_'] .article-info {
  margin-bottom: 15px;
}.articlePage #articleBody .article-info h1,
.calendarEntryPage #articleBody .article-info h1,
.newsPage #articleBody .article-info h1,
.editSubPage #articleBody .article-info h1,
.antStatPage #articleBody .article-info h1,
.detPage #articleBody .article-info h1,
.documents #articleBody .article-info h1,
.articlePage #entryBody .article-info h1,
.calendarEntryPage #entryBody .article-info h1,
.newsPage #entryBody .article-info h1,
.editSubPage #entryBody .article-info h1,
.antStatPage #entryBody .article-info h1,
.detPage #entryBody .article-info h1,
.documents #entryBody .article-info h1,
.articlePage #newsBody .article-info h1,
.calendarEntryPage #newsBody .article-info h1,
.newsPage #newsBody .article-info h1,
.editSubPage #newsBody .article-info h1,
.antStatPage #newsBody .article-info h1,
.detPage #newsBody .article-info h1,
.documents #newsBody .article-info h1,
.articlePage #listingBody .article-info h1,
.calendarEntryPage #listingBody .article-info h1,
.newsPage #listingBody .article-info h1,
.editSubPage #listingBody .article-info h1,
.antStatPage #listingBody .article-info h1,
.detPage #listingBody .article-info h1,
.documents #listingBody .article-info h1,
.articlePage #editSubPage .article-info h1,
.calendarEntryPage #editSubPage .article-info h1,
.newsPage #editSubPage .article-info h1,
.editSubPage #editSubPage .article-info h1,
.antStatPage #editSubPage .article-info h1,
.detPage #editSubPage .article-info h1,
.documents #editSubPage .article-info h1,
.articlePage #antStatBody .article-info h1,
.calendarEntryPage #antStatBody .article-info h1,
.newsPage #antStatBody .article-info h1,
.editSubPage #antStatBody .article-info h1,
.antStatPage #antStatBody .article-info h1,
.detPage #antStatBody .article-info h1,
.documents #antStatBody .article-info h1,
.articlePage [id^='DetailedPage_'] .article-info h1,
.calendarEntryPage [id^='DetailedPage_'] .article-info h1,
.newsPage [id^='DetailedPage_'] .article-info h1,
.editSubPage [id^='DetailedPage_'] .article-info h1,
.antStatPage [id^='DetailedPage_'] .article-info h1,
.detPage [id^='DetailedPage_'] .article-info h1,
.documents [id^='DetailedPage_'] .article-info h1 {
  margin-bottom: 10px;
}.articlePage #articleBody .article-info .date,
.calendarEntryPage #articleBody .article-info .date,
.newsPage #articleBody .article-info .date,
.editSubPage #articleBody .article-info .date,
.antStatPage #articleBody .article-info .date,
.detPage #articleBody .article-info .date,
.documents #articleBody .article-info .date,
.articlePage #entryBody .article-info .date,
.calendarEntryPage #entryBody .article-info .date,
.newsPage #entryBody .article-info .date,
.editSubPage #entryBody .article-info .date,
.antStatPage #entryBody .article-info .date,
.detPage #entryBody .article-info .date,
.documents #entryBody .article-info .date,
.articlePage #newsBody .article-info .date,
.calendarEntryPage #newsBody .article-info .date,
.newsPage #newsBody .article-info .date,
.editSubPage #newsBody .article-info .date,
.antStatPage #newsBody .article-info .date,
.detPage #newsBody .article-info .date,
.documents #newsBody .article-info .date,
.articlePage #listingBody .article-info .date,
.calendarEntryPage #listingBody .article-info .date,
.newsPage #listingBody .article-info .date,
.editSubPage #listingBody .article-info .date,
.antStatPage #listingBody .article-info .date,
.detPage #listingBody .article-info .date,
.documents #listingBody .article-info .date,
.articlePage #editSubPage .article-info .date,
.calendarEntryPage #editSubPage .article-info .date,
.newsPage #editSubPage .article-info .date,
.editSubPage #editSubPage .article-info .date,
.antStatPage #editSubPage .article-info .date,
.detPage #editSubPage .article-info .date,
.documents #editSubPage .article-info .date,
.articlePage #antStatBody .article-info .date,
.calendarEntryPage #antStatBody .article-info .date,
.newsPage #antStatBody .article-info .date,
.editSubPage #antStatBody .article-info .date,
.antStatPage #antStatBody .article-info .date,
.detPage #antStatBody .article-info .date,
.documents #antStatBody .article-info .date,
.articlePage [id^='DetailedPage_'] .article-info .date,
.calendarEntryPage [id^='DetailedPage_'] .article-info .date,
.newsPage [id^='DetailedPage_'] .article-info .date,
.editSubPage [id^='DetailedPage_'] .article-info .date,
.antStatPage [id^='DetailedPage_'] .article-info .date,
.detPage [id^='DetailedPage_'] .article-info .date,
.documents [id^='DetailedPage_'] .article-info .date {
  color: #3d3d3d;
  font-weight: bold;
  font-variant-numeric: lining-nums;
}.articlePage #articleBody .article-heading-functions,
.calendarEntryPage #articleBody .article-heading-functions,
.newsPage #articleBody .article-heading-functions,
.editSubPage #articleBody .article-heading-functions,
.antStatPage #articleBody .article-heading-functions,
.detPage #articleBody .article-heading-functions,
.documents #articleBody .article-heading-functions,
.articlePage #entryBody .article-heading-functions,
.calendarEntryPage #entryBody .article-heading-functions,
.newsPage #entryBody .article-heading-functions,
.editSubPage #entryBody .article-heading-functions,
.antStatPage #entryBody .article-heading-functions,
.detPage #entryBody .article-heading-functions,
.documents #entryBody .article-heading-functions,
.articlePage #newsBody .article-heading-functions,
.calendarEntryPage #newsBody .article-heading-functions,
.newsPage #newsBody .article-heading-functions,
.editSubPage #newsBody .article-heading-functions,
.antStatPage #newsBody .article-heading-functions,
.detPage #newsBody .article-heading-functions,
.documents #newsBody .article-heading-functions,
.articlePage #listingBody .article-heading-functions,
.calendarEntryPage #listingBody .article-heading-functions,
.newsPage #listingBody .article-heading-functions,
.editSubPage #listingBody .article-heading-functions,
.antStatPage #listingBody .article-heading-functions,
.detPage #listingBody .article-heading-functions,
.documents #listingBody .article-heading-functions,
.articlePage #editSubPage .article-heading-functions,
.calendarEntryPage #editSubPage .article-heading-functions,
.newsPage #editSubPage .article-heading-functions,
.editSubPage #editSubPage .article-heading-functions,
.antStatPage #editSubPage .article-heading-functions,
.detPage #editSubPage .article-heading-functions,
.documents #editSubPage .article-heading-functions,
.articlePage #antStatBody .article-heading-functions,
.calendarEntryPage #antStatBody .article-heading-functions,
.newsPage #antStatBody .article-heading-functions,
.editSubPage #antStatBody .article-heading-functions,
.antStatPage #antStatBody .article-heading-functions,
.detPage #antStatBody .article-heading-functions,
.documents #antStatBody .article-heading-functions,
.articlePage [id^='DetailedPage_'] .article-heading-functions,
.calendarEntryPage [id^='DetailedPage_'] .article-heading-functions,
.newsPage [id^='DetailedPage_'] .article-heading-functions,
.editSubPage [id^='DetailedPage_'] .article-heading-functions,
.antStatPage [id^='DetailedPage_'] .article-heading-functions,
.detPage [id^='DetailedPage_'] .article-heading-functions,
.documents [id^='DetailedPage_'] .article-heading-functions {
  text-align: right;
}@media screen and (min-width: 768px) {
  .articlePage #articleBody .article-heading-functions,
  .calendarEntryPage #articleBody .article-heading-functions,
  .newsPage #articleBody .article-heading-functions,
  .editSubPage #articleBody .article-heading-functions,
  .antStatPage #articleBody .article-heading-functions,
  .detPage #articleBody .article-heading-functions,
  .documents #articleBody .article-heading-functions,
  .articlePage #entryBody .article-heading-functions,
  .calendarEntryPage #entryBody .article-heading-functions,
  .newsPage #entryBody .article-heading-functions,
  .editSubPage #entryBody .article-heading-functions,
  .antStatPage #entryBody .article-heading-functions,
  .detPage #entryBody .article-heading-functions,
  .documents #entryBody .article-heading-functions,
  .articlePage #newsBody .article-heading-functions,
  .calendarEntryPage #newsBody .article-heading-functions,
  .newsPage #newsBody .article-heading-functions,
  .editSubPage #newsBody .article-heading-functions,
  .antStatPage #newsBody .article-heading-functions,
  .detPage #newsBody .article-heading-functions,
  .documents #newsBody .article-heading-functions,
  .articlePage #listingBody .article-heading-functions,
  .calendarEntryPage #listingBody .article-heading-functions,
  .newsPage #listingBody .article-heading-functions,
  .editSubPage #listingBody .article-heading-functions,
  .antStatPage #listingBody .article-heading-functions,
  .detPage #listingBody .article-heading-functions,
  .documents #listingBody .article-heading-functions,
  .articlePage #editSubPage .article-heading-functions,
  .calendarEntryPage #editSubPage .article-heading-functions,
  .newsPage #editSubPage .article-heading-functions,
  .editSubPage #editSubPage .article-heading-functions,
  .antStatPage #editSubPage .article-heading-functions,
  .detPage #editSubPage .article-heading-functions,
  .documents #editSubPage .article-heading-functions,
  .articlePage #antStatBody .article-heading-functions,
  .calendarEntryPage #antStatBody .article-heading-functions,
  .newsPage #antStatBody .article-heading-functions,
  .editSubPage #antStatBody .article-heading-functions,
  .antStatPage #antStatBody .article-heading-functions,
  .detPage #antStatBody .article-heading-functions,
  .documents #antStatBody .article-heading-functions,
  .articlePage [id^='DetailedPage_'] .article-heading-functions,
  .calendarEntryPage [id^='DetailedPage_'] .article-heading-functions,
  .newsPage [id^='DetailedPage_'] .article-heading-functions,
  .editSubPage [id^='DetailedPage_'] .article-heading-functions,
  .antStatPage [id^='DetailedPage_'] .article-heading-functions,
  .detPage [id^='DetailedPage_'] .article-heading-functions,
  .documents [id^='DetailedPage_'] .article-heading-functions {
    float: right;
    margin: 0 0 15px 20px;
  }
}.articlePage #articleBody .article-image,
.calendarEntryPage #articleBody .article-image,
.newsPage #articleBody .article-image,
.editSubPage #articleBody .article-image,
.antStatPage #articleBody .article-image,
.detPage #articleBody .article-image,
.documents #articleBody .article-image,
.articlePage #entryBody .article-image,
.calendarEntryPage #entryBody .article-image,
.newsPage #entryBody .article-image,
.editSubPage #entryBody .article-image,
.antStatPage #entryBody .article-image,
.detPage #entryBody .article-image,
.documents #entryBody .article-image,
.articlePage #newsBody .article-image,
.calendarEntryPage #newsBody .article-image,
.newsPage #newsBody .article-image,
.editSubPage #newsBody .article-image,
.antStatPage #newsBody .article-image,
.detPage #newsBody .article-image,
.documents #newsBody .article-image,
.articlePage #listingBody .article-image,
.calendarEntryPage #listingBody .article-image,
.newsPage #listingBody .article-image,
.editSubPage #listingBody .article-image,
.antStatPage #listingBody .article-image,
.detPage #listingBody .article-image,
.documents #listingBody .article-image,
.articlePage #editSubPage .article-image,
.calendarEntryPage #editSubPage .article-image,
.newsPage #editSubPage .article-image,
.editSubPage #editSubPage .article-image,
.antStatPage #editSubPage .article-image,
.detPage #editSubPage .article-image,
.documents #editSubPage .article-image,
.articlePage #antStatBody .article-image,
.calendarEntryPage #antStatBody .article-image,
.newsPage #antStatBody .article-image,
.editSubPage #antStatBody .article-image,
.antStatPage #antStatBody .article-image,
.detPage #antStatBody .article-image,
.documents #antStatBody .article-image,
.articlePage [id^='DetailedPage_'] .article-image,
.calendarEntryPage [id^='DetailedPage_'] .article-image,
.newsPage [id^='DetailedPage_'] .article-image,
.editSubPage [id^='DetailedPage_'] .article-image,
.antStatPage [id^='DetailedPage_'] .article-image,
.detPage [id^='DetailedPage_'] .article-image,
.documents [id^='DetailedPage_'] .article-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}.articlePage #articleBody .article-image .image-text,
.calendarEntryPage #articleBody .article-image .image-text,
.newsPage #articleBody .article-image .image-text,
.editSubPage #articleBody .article-image .image-text,
.antStatPage #articleBody .article-image .image-text,
.detPage #articleBody .article-image .image-text,
.documents #articleBody .article-image .image-text,
.articlePage #entryBody .article-image .image-text,
.calendarEntryPage #entryBody .article-image .image-text,
.newsPage #entryBody .article-image .image-text,
.editSubPage #entryBody .article-image .image-text,
.antStatPage #entryBody .article-image .image-text,
.detPage #entryBody .article-image .image-text,
.documents #entryBody .article-image .image-text,
.articlePage #newsBody .article-image .image-text,
.calendarEntryPage #newsBody .article-image .image-text,
.newsPage #newsBody .article-image .image-text,
.editSubPage #newsBody .article-image .image-text,
.antStatPage #newsBody .article-image .image-text,
.detPage #newsBody .article-image .image-text,
.documents #newsBody .article-image .image-text,
.articlePage #listingBody .article-image .image-text,
.calendarEntryPage #listingBody .article-image .image-text,
.newsPage #listingBody .article-image .image-text,
.editSubPage #listingBody .article-image .image-text,
.antStatPage #listingBody .article-image .image-text,
.detPage #listingBody .article-image .image-text,
.documents #listingBody .article-image .image-text,
.articlePage #editSubPage .article-image .image-text,
.calendarEntryPage #editSubPage .article-image .image-text,
.newsPage #editSubPage .article-image .image-text,
.editSubPage #editSubPage .article-image .image-text,
.antStatPage #editSubPage .article-image .image-text,
.detPage #editSubPage .article-image .image-text,
.documents #editSubPage .article-image .image-text,
.articlePage #antStatBody .article-image .image-text,
.calendarEntryPage #antStatBody .article-image .image-text,
.newsPage #antStatBody .article-image .image-text,
.editSubPage #antStatBody .article-image .image-text,
.antStatPage #antStatBody .article-image .image-text,
.detPage #antStatBody .article-image .image-text,
.documents #antStatBody .article-image .image-text,
.articlePage [id^='DetailedPage_'] .article-image .image-text,
.calendarEntryPage [id^='DetailedPage_'] .article-image .image-text,
.newsPage [id^='DetailedPage_'] .article-image .image-text,
.editSubPage [id^='DetailedPage_'] .article-image .image-text,
.antStatPage [id^='DetailedPage_'] .article-image .image-text,
.detPage [id^='DetailedPage_'] .article-image .image-text,
.documents [id^='DetailedPage_'] .article-image .image-text {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #666666;
  word-break: break-word;
}.articlePage #articleBody ul,
.calendarEntryPage #articleBody ul,
.newsPage #articleBody ul,
.editSubPage #articleBody ul,
.antStatPage #articleBody ul,
.detPage #articleBody ul,
.documents #articleBody ul,
.articlePage #entryBody ul,
.calendarEntryPage #entryBody ul,
.newsPage #entryBody ul,
.editSubPage #entryBody ul,
.antStatPage #entryBody ul,
.detPage #entryBody ul,
.documents #entryBody ul,
.articlePage #newsBody ul,
.calendarEntryPage #newsBody ul,
.newsPage #newsBody ul,
.editSubPage #newsBody ul,
.antStatPage #newsBody ul,
.detPage #newsBody ul,
.documents #newsBody ul,
.articlePage #listingBody ul,
.calendarEntryPage #listingBody ul,
.newsPage #listingBody ul,
.editSubPage #listingBody ul,
.antStatPage #listingBody ul,
.detPage #listingBody ul,
.documents #listingBody ul,
.articlePage #editSubPage ul,
.calendarEntryPage #editSubPage ul,
.newsPage #editSubPage ul,
.editSubPage #editSubPage ul,
.antStatPage #editSubPage ul,
.detPage #editSubPage ul,
.documents #editSubPage ul,
.articlePage #antStatBody ul,
.calendarEntryPage #antStatBody ul,
.newsPage #antStatBody ul,
.editSubPage #antStatBody ul,
.antStatPage #antStatBody ul,
.detPage #antStatBody ul,
.documents #antStatBody ul,
.articlePage [id^='DetailedPage_'] ul,
.calendarEntryPage [id^='DetailedPage_'] ul,
.newsPage [id^='DetailedPage_'] ul,
.editSubPage [id^='DetailedPage_'] ul,
.antStatPage [id^='DetailedPage_'] ul,
.detPage [id^='DetailedPage_'] ul,
.documents [id^='DetailedPage_'] ul {
  padding: 15px 20px;
}.articlePage #articleBody p img,
.calendarEntryPage #articleBody p img,
.newsPage #articleBody p img,
.editSubPage #articleBody p img,
.antStatPage #articleBody p img,
.detPage #articleBody p img,
.documents #articleBody p img,
.articlePage #entryBody p img,
.calendarEntryPage #entryBody p img,
.newsPage #entryBody p img,
.editSubPage #entryBody p img,
.antStatPage #entryBody p img,
.detPage #entryBody p img,
.documents #entryBody p img,
.articlePage #newsBody p img,
.calendarEntryPage #newsBody p img,
.newsPage #newsBody p img,
.editSubPage #newsBody p img,
.antStatPage #newsBody p img,
.detPage #newsBody p img,
.documents #newsBody p img,
.articlePage #listingBody p img,
.calendarEntryPage #listingBody p img,
.newsPage #listingBody p img,
.editSubPage #listingBody p img,
.antStatPage #listingBody p img,
.detPage #listingBody p img,
.documents #listingBody p img,
.articlePage #editSubPage p img,
.calendarEntryPage #editSubPage p img,
.newsPage #editSubPage p img,
.editSubPage #editSubPage p img,
.antStatPage #editSubPage p img,
.detPage #editSubPage p img,
.documents #editSubPage p img,
.articlePage #antStatBody p img,
.calendarEntryPage #antStatBody p img,
.newsPage #antStatBody p img,
.editSubPage #antStatBody p img,
.antStatPage #antStatBody p img,
.detPage #antStatBody p img,
.documents #antStatBody p img,
.articlePage [id^='DetailedPage_'] p img,
.calendarEntryPage [id^='DetailedPage_'] p img,
.newsPage [id^='DetailedPage_'] p img,
.editSubPage [id^='DetailedPage_'] p img,
.antStatPage [id^='DetailedPage_'] p img,
.detPage [id^='DetailedPage_'] p img,
.documents [id^='DetailedPage_'] p img,
.articlePage #articleBody p .imageWithTitle,
.calendarEntryPage #articleBody p .imageWithTitle,
.newsPage #articleBody p .imageWithTitle,
.editSubPage #articleBody p .imageWithTitle,
.antStatPage #articleBody p .imageWithTitle,
.detPage #articleBody p .imageWithTitle,
.documents #articleBody p .imageWithTitle,
.articlePage #entryBody p .imageWithTitle,
.calendarEntryPage #entryBody p .imageWithTitle,
.newsPage #entryBody p .imageWithTitle,
.editSubPage #entryBody p .imageWithTitle,
.antStatPage #entryBody p .imageWithTitle,
.detPage #entryBody p .imageWithTitle,
.documents #entryBody p .imageWithTitle,
.articlePage #newsBody p .imageWithTitle,
.calendarEntryPage #newsBody p .imageWithTitle,
.newsPage #newsBody p .imageWithTitle,
.editSubPage #newsBody p .imageWithTitle,
.antStatPage #newsBody p .imageWithTitle,
.detPage #newsBody p .imageWithTitle,
.documents #newsBody p .imageWithTitle,
.articlePage #listingBody p .imageWithTitle,
.calendarEntryPage #listingBody p .imageWithTitle,
.newsPage #listingBody p .imageWithTitle,
.editSubPage #listingBody p .imageWithTitle,
.antStatPage #listingBody p .imageWithTitle,
.detPage #listingBody p .imageWithTitle,
.documents #listingBody p .imageWithTitle,
.articlePage #editSubPage p .imageWithTitle,
.calendarEntryPage #editSubPage p .imageWithTitle,
.newsPage #editSubPage p .imageWithTitle,
.editSubPage #editSubPage p .imageWithTitle,
.antStatPage #editSubPage p .imageWithTitle,
.detPage #editSubPage p .imageWithTitle,
.documents #editSubPage p .imageWithTitle,
.articlePage #antStatBody p .imageWithTitle,
.calendarEntryPage #antStatBody p .imageWithTitle,
.newsPage #antStatBody p .imageWithTitle,
.editSubPage #antStatBody p .imageWithTitle,
.antStatPage #antStatBody p .imageWithTitle,
.detPage #antStatBody p .imageWithTitle,
.documents #antStatBody p .imageWithTitle,
.articlePage [id^='DetailedPage_'] p .imageWithTitle,
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle,
.newsPage [id^='DetailedPage_'] p .imageWithTitle,
.editSubPage [id^='DetailedPage_'] p .imageWithTitle,
.antStatPage [id^='DetailedPage_'] p .imageWithTitle,
.detPage [id^='DetailedPage_'] p .imageWithTitle,
.documents [id^='DetailedPage_'] p .imageWithTitle {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}.articlePage #articleBody p img[align='right'],
.calendarEntryPage #articleBody p img[align='right'],
.newsPage #articleBody p img[align='right'],
.editSubPage #articleBody p img[align='right'],
.antStatPage #articleBody p img[align='right'],
.detPage #articleBody p img[align='right'],
.documents #articleBody p img[align='right'],
.articlePage #entryBody p img[align='right'],
.calendarEntryPage #entryBody p img[align='right'],
.newsPage #entryBody p img[align='right'],
.editSubPage #entryBody p img[align='right'],
.antStatPage #entryBody p img[align='right'],
.detPage #entryBody p img[align='right'],
.documents #entryBody p img[align='right'],
.articlePage #newsBody p img[align='right'],
.calendarEntryPage #newsBody p img[align='right'],
.newsPage #newsBody p img[align='right'],
.editSubPage #newsBody p img[align='right'],
.antStatPage #newsBody p img[align='right'],
.detPage #newsBody p img[align='right'],
.documents #newsBody p img[align='right'],
.articlePage #listingBody p img[align='right'],
.calendarEntryPage #listingBody p img[align='right'],
.newsPage #listingBody p img[align='right'],
.editSubPage #listingBody p img[align='right'],
.antStatPage #listingBody p img[align='right'],
.detPage #listingBody p img[align='right'],
.documents #listingBody p img[align='right'],
.articlePage #editSubPage p img[align='right'],
.calendarEntryPage #editSubPage p img[align='right'],
.newsPage #editSubPage p img[align='right'],
.editSubPage #editSubPage p img[align='right'],
.antStatPage #editSubPage p img[align='right'],
.detPage #editSubPage p img[align='right'],
.documents #editSubPage p img[align='right'],
.articlePage #antStatBody p img[align='right'],
.calendarEntryPage #antStatBody p img[align='right'],
.newsPage #antStatBody p img[align='right'],
.editSubPage #antStatBody p img[align='right'],
.antStatPage #antStatBody p img[align='right'],
.detPage #antStatBody p img[align='right'],
.documents #antStatBody p img[align='right'],
.articlePage [id^='DetailedPage_'] p img[align='right'],
.calendarEntryPage [id^='DetailedPage_'] p img[align='right'],
.newsPage [id^='DetailedPage_'] p img[align='right'],
.editSubPage [id^='DetailedPage_'] p img[align='right'],
.antStatPage [id^='DetailedPage_'] p img[align='right'],
.detPage [id^='DetailedPage_'] p img[align='right'],
.documents [id^='DetailedPage_'] p img[align='right'],
.articlePage #articleBody p .imageWithTitle[align='right'],
.calendarEntryPage #articleBody p .imageWithTitle[align='right'],
.newsPage #articleBody p .imageWithTitle[align='right'],
.editSubPage #articleBody p .imageWithTitle[align='right'],
.antStatPage #articleBody p .imageWithTitle[align='right'],
.detPage #articleBody p .imageWithTitle[align='right'],
.documents #articleBody p .imageWithTitle[align='right'],
.articlePage #entryBody p .imageWithTitle[align='right'],
.calendarEntryPage #entryBody p .imageWithTitle[align='right'],
.newsPage #entryBody p .imageWithTitle[align='right'],
.editSubPage #entryBody p .imageWithTitle[align='right'],
.antStatPage #entryBody p .imageWithTitle[align='right'],
.detPage #entryBody p .imageWithTitle[align='right'],
.documents #entryBody p .imageWithTitle[align='right'],
.articlePage #newsBody p .imageWithTitle[align='right'],
.calendarEntryPage #newsBody p .imageWithTitle[align='right'],
.newsPage #newsBody p .imageWithTitle[align='right'],
.editSubPage #newsBody p .imageWithTitle[align='right'],
.antStatPage #newsBody p .imageWithTitle[align='right'],
.detPage #newsBody p .imageWithTitle[align='right'],
.documents #newsBody p .imageWithTitle[align='right'],
.articlePage #listingBody p .imageWithTitle[align='right'],
.calendarEntryPage #listingBody p .imageWithTitle[align='right'],
.newsPage #listingBody p .imageWithTitle[align='right'],
.editSubPage #listingBody p .imageWithTitle[align='right'],
.antStatPage #listingBody p .imageWithTitle[align='right'],
.detPage #listingBody p .imageWithTitle[align='right'],
.documents #listingBody p .imageWithTitle[align='right'],
.articlePage #editSubPage p .imageWithTitle[align='right'],
.calendarEntryPage #editSubPage p .imageWithTitle[align='right'],
.newsPage #editSubPage p .imageWithTitle[align='right'],
.editSubPage #editSubPage p .imageWithTitle[align='right'],
.antStatPage #editSubPage p .imageWithTitle[align='right'],
.detPage #editSubPage p .imageWithTitle[align='right'],
.documents #editSubPage p .imageWithTitle[align='right'],
.articlePage #antStatBody p .imageWithTitle[align='right'],
.calendarEntryPage #antStatBody p .imageWithTitle[align='right'],
.newsPage #antStatBody p .imageWithTitle[align='right'],
.editSubPage #antStatBody p .imageWithTitle[align='right'],
.antStatPage #antStatBody p .imageWithTitle[align='right'],
.detPage #antStatBody p .imageWithTitle[align='right'],
.documents #antStatBody p .imageWithTitle[align='right'],
.articlePage [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.newsPage [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.detPage [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.documents [id^='DetailedPage_'] p .imageWithTitle[align='right'],
.articlePage #articleBody p img[style*='float: right'],
.calendarEntryPage #articleBody p img[style*='float: right'],
.newsPage #articleBody p img[style*='float: right'],
.editSubPage #articleBody p img[style*='float: right'],
.antStatPage #articleBody p img[style*='float: right'],
.detPage #articleBody p img[style*='float: right'],
.documents #articleBody p img[style*='float: right'],
.articlePage #entryBody p img[style*='float: right'],
.calendarEntryPage #entryBody p img[style*='float: right'],
.newsPage #entryBody p img[style*='float: right'],
.editSubPage #entryBody p img[style*='float: right'],
.antStatPage #entryBody p img[style*='float: right'],
.detPage #entryBody p img[style*='float: right'],
.documents #entryBody p img[style*='float: right'],
.articlePage #newsBody p img[style*='float: right'],
.calendarEntryPage #newsBody p img[style*='float: right'],
.newsPage #newsBody p img[style*='float: right'],
.editSubPage #newsBody p img[style*='float: right'],
.antStatPage #newsBody p img[style*='float: right'],
.detPage #newsBody p img[style*='float: right'],
.documents #newsBody p img[style*='float: right'],
.articlePage #listingBody p img[style*='float: right'],
.calendarEntryPage #listingBody p img[style*='float: right'],
.newsPage #listingBody p img[style*='float: right'],
.editSubPage #listingBody p img[style*='float: right'],
.antStatPage #listingBody p img[style*='float: right'],
.detPage #listingBody p img[style*='float: right'],
.documents #listingBody p img[style*='float: right'],
.articlePage #editSubPage p img[style*='float: right'],
.calendarEntryPage #editSubPage p img[style*='float: right'],
.newsPage #editSubPage p img[style*='float: right'],
.editSubPage #editSubPage p img[style*='float: right'],
.antStatPage #editSubPage p img[style*='float: right'],
.detPage #editSubPage p img[style*='float: right'],
.documents #editSubPage p img[style*='float: right'],
.articlePage #antStatBody p img[style*='float: right'],
.calendarEntryPage #antStatBody p img[style*='float: right'],
.newsPage #antStatBody p img[style*='float: right'],
.editSubPage #antStatBody p img[style*='float: right'],
.antStatPage #antStatBody p img[style*='float: right'],
.detPage #antStatBody p img[style*='float: right'],
.documents #antStatBody p img[style*='float: right'],
.articlePage [id^='DetailedPage_'] p img[style*='float: right'],
.calendarEntryPage [id^='DetailedPage_'] p img[style*='float: right'],
.newsPage [id^='DetailedPage_'] p img[style*='float: right'],
.editSubPage [id^='DetailedPage_'] p img[style*='float: right'],
.antStatPage [id^='DetailedPage_'] p img[style*='float: right'],
.detPage [id^='DetailedPage_'] p img[style*='float: right'],
.documents [id^='DetailedPage_'] p img[style*='float: right'],
.articlePage #articleBody p .imageWithTitle[style*='float: right'],
.calendarEntryPage #articleBody p .imageWithTitle[style*='float: right'],
.newsPage #articleBody p .imageWithTitle[style*='float: right'],
.editSubPage #articleBody p .imageWithTitle[style*='float: right'],
.antStatPage #articleBody p .imageWithTitle[style*='float: right'],
.detPage #articleBody p .imageWithTitle[style*='float: right'],
.documents #articleBody p .imageWithTitle[style*='float: right'],
.articlePage #entryBody p .imageWithTitle[style*='float: right'],
.calendarEntryPage #entryBody p .imageWithTitle[style*='float: right'],
.newsPage #entryBody p .imageWithTitle[style*='float: right'],
.editSubPage #entryBody p .imageWithTitle[style*='float: right'],
.antStatPage #entryBody p .imageWithTitle[style*='float: right'],
.detPage #entryBody p .imageWithTitle[style*='float: right'],
.documents #entryBody p .imageWithTitle[style*='float: right'],
.articlePage #newsBody p .imageWithTitle[style*='float: right'],
.calendarEntryPage #newsBody p .imageWithTitle[style*='float: right'],
.newsPage #newsBody p .imageWithTitle[style*='float: right'],
.editSubPage #newsBody p .imageWithTitle[style*='float: right'],
.antStatPage #newsBody p .imageWithTitle[style*='float: right'],
.detPage #newsBody p .imageWithTitle[style*='float: right'],
.documents #newsBody p .imageWithTitle[style*='float: right'],
.articlePage #listingBody p .imageWithTitle[style*='float: right'],
.calendarEntryPage #listingBody p .imageWithTitle[style*='float: right'],
.newsPage #listingBody p .imageWithTitle[style*='float: right'],
.editSubPage #listingBody p .imageWithTitle[style*='float: right'],
.antStatPage #listingBody p .imageWithTitle[style*='float: right'],
.detPage #listingBody p .imageWithTitle[style*='float: right'],
.documents #listingBody p .imageWithTitle[style*='float: right'],
.articlePage #editSubPage p .imageWithTitle[style*='float: right'],
.calendarEntryPage #editSubPage p .imageWithTitle[style*='float: right'],
.newsPage #editSubPage p .imageWithTitle[style*='float: right'],
.editSubPage #editSubPage p .imageWithTitle[style*='float: right'],
.antStatPage #editSubPage p .imageWithTitle[style*='float: right'],
.detPage #editSubPage p .imageWithTitle[style*='float: right'],
.documents #editSubPage p .imageWithTitle[style*='float: right'],
.articlePage #antStatBody p .imageWithTitle[style*='float: right'],
.calendarEntryPage #antStatBody p .imageWithTitle[style*='float: right'],
.newsPage #antStatBody p .imageWithTitle[style*='float: right'],
.editSubPage #antStatBody p .imageWithTitle[style*='float: right'],
.antStatPage #antStatBody p .imageWithTitle[style*='float: right'],
.detPage #antStatBody p .imageWithTitle[style*='float: right'],
.documents #antStatBody p .imageWithTitle[style*='float: right'],
.articlePage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.newsPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.detPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.documents [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'],
.articlePage #articleBody p img[style*='float:right'],
.calendarEntryPage #articleBody p img[style*='float:right'],
.newsPage #articleBody p img[style*='float:right'],
.editSubPage #articleBody p img[style*='float:right'],
.antStatPage #articleBody p img[style*='float:right'],
.detPage #articleBody p img[style*='float:right'],
.documents #articleBody p img[style*='float:right'],
.articlePage #entryBody p img[style*='float:right'],
.calendarEntryPage #entryBody p img[style*='float:right'],
.newsPage #entryBody p img[style*='float:right'],
.editSubPage #entryBody p img[style*='float:right'],
.antStatPage #entryBody p img[style*='float:right'],
.detPage #entryBody p img[style*='float:right'],
.documents #entryBody p img[style*='float:right'],
.articlePage #newsBody p img[style*='float:right'],
.calendarEntryPage #newsBody p img[style*='float:right'],
.newsPage #newsBody p img[style*='float:right'],
.editSubPage #newsBody p img[style*='float:right'],
.antStatPage #newsBody p img[style*='float:right'],
.detPage #newsBody p img[style*='float:right'],
.documents #newsBody p img[style*='float:right'],
.articlePage #listingBody p img[style*='float:right'],
.calendarEntryPage #listingBody p img[style*='float:right'],
.newsPage #listingBody p img[style*='float:right'],
.editSubPage #listingBody p img[style*='float:right'],
.antStatPage #listingBody p img[style*='float:right'],
.detPage #listingBody p img[style*='float:right'],
.documents #listingBody p img[style*='float:right'],
.articlePage #editSubPage p img[style*='float:right'],
.calendarEntryPage #editSubPage p img[style*='float:right'],
.newsPage #editSubPage p img[style*='float:right'],
.editSubPage #editSubPage p img[style*='float:right'],
.antStatPage #editSubPage p img[style*='float:right'],
.detPage #editSubPage p img[style*='float:right'],
.documents #editSubPage p img[style*='float:right'],
.articlePage #antStatBody p img[style*='float:right'],
.calendarEntryPage #antStatBody p img[style*='float:right'],
.newsPage #antStatBody p img[style*='float:right'],
.editSubPage #antStatBody p img[style*='float:right'],
.antStatPage #antStatBody p img[style*='float:right'],
.detPage #antStatBody p img[style*='float:right'],
.documents #antStatBody p img[style*='float:right'],
.articlePage [id^='DetailedPage_'] p img[style*='float:right'],
.calendarEntryPage [id^='DetailedPage_'] p img[style*='float:right'],
.newsPage [id^='DetailedPage_'] p img[style*='float:right'],
.editSubPage [id^='DetailedPage_'] p img[style*='float:right'],
.antStatPage [id^='DetailedPage_'] p img[style*='float:right'],
.detPage [id^='DetailedPage_'] p img[style*='float:right'],
.documents [id^='DetailedPage_'] p img[style*='float:right'],
.articlePage #articleBody p .imageWithTitle[style*='float:right'],
.calendarEntryPage #articleBody p .imageWithTitle[style*='float:right'],
.newsPage #articleBody p .imageWithTitle[style*='float:right'],
.editSubPage #articleBody p .imageWithTitle[style*='float:right'],
.antStatPage #articleBody p .imageWithTitle[style*='float:right'],
.detPage #articleBody p .imageWithTitle[style*='float:right'],
.documents #articleBody p .imageWithTitle[style*='float:right'],
.articlePage #entryBody p .imageWithTitle[style*='float:right'],
.calendarEntryPage #entryBody p .imageWithTitle[style*='float:right'],
.newsPage #entryBody p .imageWithTitle[style*='float:right'],
.editSubPage #entryBody p .imageWithTitle[style*='float:right'],
.antStatPage #entryBody p .imageWithTitle[style*='float:right'],
.detPage #entryBody p .imageWithTitle[style*='float:right'],
.documents #entryBody p .imageWithTitle[style*='float:right'],
.articlePage #newsBody p .imageWithTitle[style*='float:right'],
.calendarEntryPage #newsBody p .imageWithTitle[style*='float:right'],
.newsPage #newsBody p .imageWithTitle[style*='float:right'],
.editSubPage #newsBody p .imageWithTitle[style*='float:right'],
.antStatPage #newsBody p .imageWithTitle[style*='float:right'],
.detPage #newsBody p .imageWithTitle[style*='float:right'],
.documents #newsBody p .imageWithTitle[style*='float:right'],
.articlePage #listingBody p .imageWithTitle[style*='float:right'],
.calendarEntryPage #listingBody p .imageWithTitle[style*='float:right'],
.newsPage #listingBody p .imageWithTitle[style*='float:right'],
.editSubPage #listingBody p .imageWithTitle[style*='float:right'],
.antStatPage #listingBody p .imageWithTitle[style*='float:right'],
.detPage #listingBody p .imageWithTitle[style*='float:right'],
.documents #listingBody p .imageWithTitle[style*='float:right'],
.articlePage #editSubPage p .imageWithTitle[style*='float:right'],
.calendarEntryPage #editSubPage p .imageWithTitle[style*='float:right'],
.newsPage #editSubPage p .imageWithTitle[style*='float:right'],
.editSubPage #editSubPage p .imageWithTitle[style*='float:right'],
.antStatPage #editSubPage p .imageWithTitle[style*='float:right'],
.detPage #editSubPage p .imageWithTitle[style*='float:right'],
.documents #editSubPage p .imageWithTitle[style*='float:right'],
.articlePage #antStatBody p .imageWithTitle[style*='float:right'],
.calendarEntryPage #antStatBody p .imageWithTitle[style*='float:right'],
.newsPage #antStatBody p .imageWithTitle[style*='float:right'],
.editSubPage #antStatBody p .imageWithTitle[style*='float:right'],
.antStatPage #antStatBody p .imageWithTitle[style*='float:right'],
.detPage #antStatBody p .imageWithTitle[style*='float:right'],
.documents #antStatBody p .imageWithTitle[style*='float:right'],
.articlePage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'],
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'],
.newsPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'],
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'],
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'],
.detPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'],
.documents [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] {
  margin-left: 15px;
}.articlePage #articleBody p img[align='right'] .imageTitle,
.calendarEntryPage #articleBody p img[align='right'] .imageTitle,
.newsPage #articleBody p img[align='right'] .imageTitle,
.editSubPage #articleBody p img[align='right'] .imageTitle,
.antStatPage #articleBody p img[align='right'] .imageTitle,
.detPage #articleBody p img[align='right'] .imageTitle,
.documents #articleBody p img[align='right'] .imageTitle,
.articlePage #entryBody p img[align='right'] .imageTitle,
.calendarEntryPage #entryBody p img[align='right'] .imageTitle,
.newsPage #entryBody p img[align='right'] .imageTitle,
.editSubPage #entryBody p img[align='right'] .imageTitle,
.antStatPage #entryBody p img[align='right'] .imageTitle,
.detPage #entryBody p img[align='right'] .imageTitle,
.documents #entryBody p img[align='right'] .imageTitle,
.articlePage #newsBody p img[align='right'] .imageTitle,
.calendarEntryPage #newsBody p img[align='right'] .imageTitle,
.newsPage #newsBody p img[align='right'] .imageTitle,
.editSubPage #newsBody p img[align='right'] .imageTitle,
.antStatPage #newsBody p img[align='right'] .imageTitle,
.detPage #newsBody p img[align='right'] .imageTitle,
.documents #newsBody p img[align='right'] .imageTitle,
.articlePage #listingBody p img[align='right'] .imageTitle,
.calendarEntryPage #listingBody p img[align='right'] .imageTitle,
.newsPage #listingBody p img[align='right'] .imageTitle,
.editSubPage #listingBody p img[align='right'] .imageTitle,
.antStatPage #listingBody p img[align='right'] .imageTitle,
.detPage #listingBody p img[align='right'] .imageTitle,
.documents #listingBody p img[align='right'] .imageTitle,
.articlePage #editSubPage p img[align='right'] .imageTitle,
.calendarEntryPage #editSubPage p img[align='right'] .imageTitle,
.newsPage #editSubPage p img[align='right'] .imageTitle,
.editSubPage #editSubPage p img[align='right'] .imageTitle,
.antStatPage #editSubPage p img[align='right'] .imageTitle,
.detPage #editSubPage p img[align='right'] .imageTitle,
.documents #editSubPage p img[align='right'] .imageTitle,
.articlePage #antStatBody p img[align='right'] .imageTitle,
.calendarEntryPage #antStatBody p img[align='right'] .imageTitle,
.newsPage #antStatBody p img[align='right'] .imageTitle,
.editSubPage #antStatBody p img[align='right'] .imageTitle,
.antStatPage #antStatBody p img[align='right'] .imageTitle,
.detPage #antStatBody p img[align='right'] .imageTitle,
.documents #antStatBody p img[align='right'] .imageTitle,
.articlePage [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.newsPage [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.editSubPage [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.antStatPage [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.detPage [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.documents [id^='DetailedPage_'] p img[align='right'] .imageTitle,
.articlePage #articleBody p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage #articleBody p .imageWithTitle[align='right'] .imageTitle,
.newsPage #articleBody p .imageWithTitle[align='right'] .imageTitle,
.editSubPage #articleBody p .imageWithTitle[align='right'] .imageTitle,
.antStatPage #articleBody p .imageWithTitle[align='right'] .imageTitle,
.detPage #articleBody p .imageWithTitle[align='right'] .imageTitle,
.documents #articleBody p .imageWithTitle[align='right'] .imageTitle,
.articlePage #entryBody p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage #entryBody p .imageWithTitle[align='right'] .imageTitle,
.newsPage #entryBody p .imageWithTitle[align='right'] .imageTitle,
.editSubPage #entryBody p .imageWithTitle[align='right'] .imageTitle,
.antStatPage #entryBody p .imageWithTitle[align='right'] .imageTitle,
.detPage #entryBody p .imageWithTitle[align='right'] .imageTitle,
.documents #entryBody p .imageWithTitle[align='right'] .imageTitle,
.articlePage #newsBody p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage #newsBody p .imageWithTitle[align='right'] .imageTitle,
.newsPage #newsBody p .imageWithTitle[align='right'] .imageTitle,
.editSubPage #newsBody p .imageWithTitle[align='right'] .imageTitle,
.antStatPage #newsBody p .imageWithTitle[align='right'] .imageTitle,
.detPage #newsBody p .imageWithTitle[align='right'] .imageTitle,
.documents #newsBody p .imageWithTitle[align='right'] .imageTitle,
.articlePage #listingBody p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage #listingBody p .imageWithTitle[align='right'] .imageTitle,
.newsPage #listingBody p .imageWithTitle[align='right'] .imageTitle,
.editSubPage #listingBody p .imageWithTitle[align='right'] .imageTitle,
.antStatPage #listingBody p .imageWithTitle[align='right'] .imageTitle,
.detPage #listingBody p .imageWithTitle[align='right'] .imageTitle,
.documents #listingBody p .imageWithTitle[align='right'] .imageTitle,
.articlePage #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.newsPage #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.editSubPage #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.antStatPage #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.detPage #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.documents #editSubPage p .imageWithTitle[align='right'] .imageTitle,
.articlePage #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.newsPage #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.editSubPage #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.antStatPage #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.detPage #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.documents #antStatBody p .imageWithTitle[align='right'] .imageTitle,
.articlePage [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.newsPage [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.detPage [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.documents [id^='DetailedPage_'] p .imageWithTitle[align='right'] .imageTitle,
.articlePage #articleBody p img[style*='float: right'] .imageTitle,
.calendarEntryPage #articleBody p img[style*='float: right'] .imageTitle,
.newsPage #articleBody p img[style*='float: right'] .imageTitle,
.editSubPage #articleBody p img[style*='float: right'] .imageTitle,
.antStatPage #articleBody p img[style*='float: right'] .imageTitle,
.detPage #articleBody p img[style*='float: right'] .imageTitle,
.documents #articleBody p img[style*='float: right'] .imageTitle,
.articlePage #entryBody p img[style*='float: right'] .imageTitle,
.calendarEntryPage #entryBody p img[style*='float: right'] .imageTitle,
.newsPage #entryBody p img[style*='float: right'] .imageTitle,
.editSubPage #entryBody p img[style*='float: right'] .imageTitle,
.antStatPage #entryBody p img[style*='float: right'] .imageTitle,
.detPage #entryBody p img[style*='float: right'] .imageTitle,
.documents #entryBody p img[style*='float: right'] .imageTitle,
.articlePage #newsBody p img[style*='float: right'] .imageTitle,
.calendarEntryPage #newsBody p img[style*='float: right'] .imageTitle,
.newsPage #newsBody p img[style*='float: right'] .imageTitle,
.editSubPage #newsBody p img[style*='float: right'] .imageTitle,
.antStatPage #newsBody p img[style*='float: right'] .imageTitle,
.detPage #newsBody p img[style*='float: right'] .imageTitle,
.documents #newsBody p img[style*='float: right'] .imageTitle,
.articlePage #listingBody p img[style*='float: right'] .imageTitle,
.calendarEntryPage #listingBody p img[style*='float: right'] .imageTitle,
.newsPage #listingBody p img[style*='float: right'] .imageTitle,
.editSubPage #listingBody p img[style*='float: right'] .imageTitle,
.antStatPage #listingBody p img[style*='float: right'] .imageTitle,
.detPage #listingBody p img[style*='float: right'] .imageTitle,
.documents #listingBody p img[style*='float: right'] .imageTitle,
.articlePage #editSubPage p img[style*='float: right'] .imageTitle,
.calendarEntryPage #editSubPage p img[style*='float: right'] .imageTitle,
.newsPage #editSubPage p img[style*='float: right'] .imageTitle,
.editSubPage #editSubPage p img[style*='float: right'] .imageTitle,
.antStatPage #editSubPage p img[style*='float: right'] .imageTitle,
.detPage #editSubPage p img[style*='float: right'] .imageTitle,
.documents #editSubPage p img[style*='float: right'] .imageTitle,
.articlePage #antStatBody p img[style*='float: right'] .imageTitle,
.calendarEntryPage #antStatBody p img[style*='float: right'] .imageTitle,
.newsPage #antStatBody p img[style*='float: right'] .imageTitle,
.editSubPage #antStatBody p img[style*='float: right'] .imageTitle,
.antStatPage #antStatBody p img[style*='float: right'] .imageTitle,
.detPage #antStatBody p img[style*='float: right'] .imageTitle,
.documents #antStatBody p img[style*='float: right'] .imageTitle,
.articlePage [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.newsPage [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.editSubPage [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.antStatPage [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.detPage [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.documents [id^='DetailedPage_'] p img[style*='float: right'] .imageTitle,
.articlePage #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.documents #articleBody p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.documents #entryBody p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.documents #newsBody p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.documents #listingBody p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.documents #editSubPage p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.documents #antStatBody p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.newsPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.detPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.documents [id^='DetailedPage_'] p .imageWithTitle[style*='float: right'] .imageTitle,
.articlePage #articleBody p img[style*='float:right'] .imageTitle,
.calendarEntryPage #articleBody p img[style*='float:right'] .imageTitle,
.newsPage #articleBody p img[style*='float:right'] .imageTitle,
.editSubPage #articleBody p img[style*='float:right'] .imageTitle,
.antStatPage #articleBody p img[style*='float:right'] .imageTitle,
.detPage #articleBody p img[style*='float:right'] .imageTitle,
.documents #articleBody p img[style*='float:right'] .imageTitle,
.articlePage #entryBody p img[style*='float:right'] .imageTitle,
.calendarEntryPage #entryBody p img[style*='float:right'] .imageTitle,
.newsPage #entryBody p img[style*='float:right'] .imageTitle,
.editSubPage #entryBody p img[style*='float:right'] .imageTitle,
.antStatPage #entryBody p img[style*='float:right'] .imageTitle,
.detPage #entryBody p img[style*='float:right'] .imageTitle,
.documents #entryBody p img[style*='float:right'] .imageTitle,
.articlePage #newsBody p img[style*='float:right'] .imageTitle,
.calendarEntryPage #newsBody p img[style*='float:right'] .imageTitle,
.newsPage #newsBody p img[style*='float:right'] .imageTitle,
.editSubPage #newsBody p img[style*='float:right'] .imageTitle,
.antStatPage #newsBody p img[style*='float:right'] .imageTitle,
.detPage #newsBody p img[style*='float:right'] .imageTitle,
.documents #newsBody p img[style*='float:right'] .imageTitle,
.articlePage #listingBody p img[style*='float:right'] .imageTitle,
.calendarEntryPage #listingBody p img[style*='float:right'] .imageTitle,
.newsPage #listingBody p img[style*='float:right'] .imageTitle,
.editSubPage #listingBody p img[style*='float:right'] .imageTitle,
.antStatPage #listingBody p img[style*='float:right'] .imageTitle,
.detPage #listingBody p img[style*='float:right'] .imageTitle,
.documents #listingBody p img[style*='float:right'] .imageTitle,
.articlePage #editSubPage p img[style*='float:right'] .imageTitle,
.calendarEntryPage #editSubPage p img[style*='float:right'] .imageTitle,
.newsPage #editSubPage p img[style*='float:right'] .imageTitle,
.editSubPage #editSubPage p img[style*='float:right'] .imageTitle,
.antStatPage #editSubPage p img[style*='float:right'] .imageTitle,
.detPage #editSubPage p img[style*='float:right'] .imageTitle,
.documents #editSubPage p img[style*='float:right'] .imageTitle,
.articlePage #antStatBody p img[style*='float:right'] .imageTitle,
.calendarEntryPage #antStatBody p img[style*='float:right'] .imageTitle,
.newsPage #antStatBody p img[style*='float:right'] .imageTitle,
.editSubPage #antStatBody p img[style*='float:right'] .imageTitle,
.antStatPage #antStatBody p img[style*='float:right'] .imageTitle,
.detPage #antStatBody p img[style*='float:right'] .imageTitle,
.documents #antStatBody p img[style*='float:right'] .imageTitle,
.articlePage [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.newsPage [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.editSubPage [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.antStatPage [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.detPage [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.documents [id^='DetailedPage_'] p img[style*='float:right'] .imageTitle,
.articlePage #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.documents #articleBody p .imageWithTitle[style*='float:right'] .imageTitle,
.articlePage #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.documents #entryBody p .imageWithTitle[style*='float:right'] .imageTitle,
.articlePage #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.documents #newsBody p .imageWithTitle[style*='float:right'] .imageTitle,
.articlePage #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.documents #listingBody p .imageWithTitle[style*='float:right'] .imageTitle,
.articlePage #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.documents #editSubPage p .imageWithTitle[style*='float:right'] .imageTitle,
.articlePage #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.documents #antStatBody p .imageWithTitle[style*='float:right'] .imageTitle,
.articlePage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle,
.newsPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle,
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle,
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle,
.detPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle,
.documents [id^='DetailedPage_'] p .imageWithTitle[style*='float:right'] .imageTitle {
  text-align: right;
}.articlePage #articleBody p img[align='left'],
.calendarEntryPage #articleBody p img[align='left'],
.newsPage #articleBody p img[align='left'],
.editSubPage #articleBody p img[align='left'],
.antStatPage #articleBody p img[align='left'],
.detPage #articleBody p img[align='left'],
.documents #articleBody p img[align='left'],
.articlePage #entryBody p img[align='left'],
.calendarEntryPage #entryBody p img[align='left'],
.newsPage #entryBody p img[align='left'],
.editSubPage #entryBody p img[align='left'],
.antStatPage #entryBody p img[align='left'],
.detPage #entryBody p img[align='left'],
.documents #entryBody p img[align='left'],
.articlePage #newsBody p img[align='left'],
.calendarEntryPage #newsBody p img[align='left'],
.newsPage #newsBody p img[align='left'],
.editSubPage #newsBody p img[align='left'],
.antStatPage #newsBody p img[align='left'],
.detPage #newsBody p img[align='left'],
.documents #newsBody p img[align='left'],
.articlePage #listingBody p img[align='left'],
.calendarEntryPage #listingBody p img[align='left'],
.newsPage #listingBody p img[align='left'],
.editSubPage #listingBody p img[align='left'],
.antStatPage #listingBody p img[align='left'],
.detPage #listingBody p img[align='left'],
.documents #listingBody p img[align='left'],
.articlePage #editSubPage p img[align='left'],
.calendarEntryPage #editSubPage p img[align='left'],
.newsPage #editSubPage p img[align='left'],
.editSubPage #editSubPage p img[align='left'],
.antStatPage #editSubPage p img[align='left'],
.detPage #editSubPage p img[align='left'],
.documents #editSubPage p img[align='left'],
.articlePage #antStatBody p img[align='left'],
.calendarEntryPage #antStatBody p img[align='left'],
.newsPage #antStatBody p img[align='left'],
.editSubPage #antStatBody p img[align='left'],
.antStatPage #antStatBody p img[align='left'],
.detPage #antStatBody p img[align='left'],
.documents #antStatBody p img[align='left'],
.articlePage [id^='DetailedPage_'] p img[align='left'],
.calendarEntryPage [id^='DetailedPage_'] p img[align='left'],
.newsPage [id^='DetailedPage_'] p img[align='left'],
.editSubPage [id^='DetailedPage_'] p img[align='left'],
.antStatPage [id^='DetailedPage_'] p img[align='left'],
.detPage [id^='DetailedPage_'] p img[align='left'],
.documents [id^='DetailedPage_'] p img[align='left'],
.articlePage #articleBody p .imageWithTitle[align='left'],
.calendarEntryPage #articleBody p .imageWithTitle[align='left'],
.newsPage #articleBody p .imageWithTitle[align='left'],
.editSubPage #articleBody p .imageWithTitle[align='left'],
.antStatPage #articleBody p .imageWithTitle[align='left'],
.detPage #articleBody p .imageWithTitle[align='left'],
.documents #articleBody p .imageWithTitle[align='left'],
.articlePage #entryBody p .imageWithTitle[align='left'],
.calendarEntryPage #entryBody p .imageWithTitle[align='left'],
.newsPage #entryBody p .imageWithTitle[align='left'],
.editSubPage #entryBody p .imageWithTitle[align='left'],
.antStatPage #entryBody p .imageWithTitle[align='left'],
.detPage #entryBody p .imageWithTitle[align='left'],
.documents #entryBody p .imageWithTitle[align='left'],
.articlePage #newsBody p .imageWithTitle[align='left'],
.calendarEntryPage #newsBody p .imageWithTitle[align='left'],
.newsPage #newsBody p .imageWithTitle[align='left'],
.editSubPage #newsBody p .imageWithTitle[align='left'],
.antStatPage #newsBody p .imageWithTitle[align='left'],
.detPage #newsBody p .imageWithTitle[align='left'],
.documents #newsBody p .imageWithTitle[align='left'],
.articlePage #listingBody p .imageWithTitle[align='left'],
.calendarEntryPage #listingBody p .imageWithTitle[align='left'],
.newsPage #listingBody p .imageWithTitle[align='left'],
.editSubPage #listingBody p .imageWithTitle[align='left'],
.antStatPage #listingBody p .imageWithTitle[align='left'],
.detPage #listingBody p .imageWithTitle[align='left'],
.documents #listingBody p .imageWithTitle[align='left'],
.articlePage #editSubPage p .imageWithTitle[align='left'],
.calendarEntryPage #editSubPage p .imageWithTitle[align='left'],
.newsPage #editSubPage p .imageWithTitle[align='left'],
.editSubPage #editSubPage p .imageWithTitle[align='left'],
.antStatPage #editSubPage p .imageWithTitle[align='left'],
.detPage #editSubPage p .imageWithTitle[align='left'],
.documents #editSubPage p .imageWithTitle[align='left'],
.articlePage #antStatBody p .imageWithTitle[align='left'],
.calendarEntryPage #antStatBody p .imageWithTitle[align='left'],
.newsPage #antStatBody p .imageWithTitle[align='left'],
.editSubPage #antStatBody p .imageWithTitle[align='left'],
.antStatPage #antStatBody p .imageWithTitle[align='left'],
.detPage #antStatBody p .imageWithTitle[align='left'],
.documents #antStatBody p .imageWithTitle[align='left'],
.articlePage [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.newsPage [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.detPage [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.documents [id^='DetailedPage_'] p .imageWithTitle[align='left'],
.articlePage #articleBody p img[style*='float: left'],
.calendarEntryPage #articleBody p img[style*='float: left'],
.newsPage #articleBody p img[style*='float: left'],
.editSubPage #articleBody p img[style*='float: left'],
.antStatPage #articleBody p img[style*='float: left'],
.detPage #articleBody p img[style*='float: left'],
.documents #articleBody p img[style*='float: left'],
.articlePage #entryBody p img[style*='float: left'],
.calendarEntryPage #entryBody p img[style*='float: left'],
.newsPage #entryBody p img[style*='float: left'],
.editSubPage #entryBody p img[style*='float: left'],
.antStatPage #entryBody p img[style*='float: left'],
.detPage #entryBody p img[style*='float: left'],
.documents #entryBody p img[style*='float: left'],
.articlePage #newsBody p img[style*='float: left'],
.calendarEntryPage #newsBody p img[style*='float: left'],
.newsPage #newsBody p img[style*='float: left'],
.editSubPage #newsBody p img[style*='float: left'],
.antStatPage #newsBody p img[style*='float: left'],
.detPage #newsBody p img[style*='float: left'],
.documents #newsBody p img[style*='float: left'],
.articlePage #listingBody p img[style*='float: left'],
.calendarEntryPage #listingBody p img[style*='float: left'],
.newsPage #listingBody p img[style*='float: left'],
.editSubPage #listingBody p img[style*='float: left'],
.antStatPage #listingBody p img[style*='float: left'],
.detPage #listingBody p img[style*='float: left'],
.documents #listingBody p img[style*='float: left'],
.articlePage #editSubPage p img[style*='float: left'],
.calendarEntryPage #editSubPage p img[style*='float: left'],
.newsPage #editSubPage p img[style*='float: left'],
.editSubPage #editSubPage p img[style*='float: left'],
.antStatPage #editSubPage p img[style*='float: left'],
.detPage #editSubPage p img[style*='float: left'],
.documents #editSubPage p img[style*='float: left'],
.articlePage #antStatBody p img[style*='float: left'],
.calendarEntryPage #antStatBody p img[style*='float: left'],
.newsPage #antStatBody p img[style*='float: left'],
.editSubPage #antStatBody p img[style*='float: left'],
.antStatPage #antStatBody p img[style*='float: left'],
.detPage #antStatBody p img[style*='float: left'],
.documents #antStatBody p img[style*='float: left'],
.articlePage [id^='DetailedPage_'] p img[style*='float: left'],
.calendarEntryPage [id^='DetailedPage_'] p img[style*='float: left'],
.newsPage [id^='DetailedPage_'] p img[style*='float: left'],
.editSubPage [id^='DetailedPage_'] p img[style*='float: left'],
.antStatPage [id^='DetailedPage_'] p img[style*='float: left'],
.detPage [id^='DetailedPage_'] p img[style*='float: left'],
.documents [id^='DetailedPage_'] p img[style*='float: left'],
.articlePage #articleBody p .imageWithTitle[style*='float: left'],
.calendarEntryPage #articleBody p .imageWithTitle[style*='float: left'],
.newsPage #articleBody p .imageWithTitle[style*='float: left'],
.editSubPage #articleBody p .imageWithTitle[style*='float: left'],
.antStatPage #articleBody p .imageWithTitle[style*='float: left'],
.detPage #articleBody p .imageWithTitle[style*='float: left'],
.documents #articleBody p .imageWithTitle[style*='float: left'],
.articlePage #entryBody p .imageWithTitle[style*='float: left'],
.calendarEntryPage #entryBody p .imageWithTitle[style*='float: left'],
.newsPage #entryBody p .imageWithTitle[style*='float: left'],
.editSubPage #entryBody p .imageWithTitle[style*='float: left'],
.antStatPage #entryBody p .imageWithTitle[style*='float: left'],
.detPage #entryBody p .imageWithTitle[style*='float: left'],
.documents #entryBody p .imageWithTitle[style*='float: left'],
.articlePage #newsBody p .imageWithTitle[style*='float: left'],
.calendarEntryPage #newsBody p .imageWithTitle[style*='float: left'],
.newsPage #newsBody p .imageWithTitle[style*='float: left'],
.editSubPage #newsBody p .imageWithTitle[style*='float: left'],
.antStatPage #newsBody p .imageWithTitle[style*='float: left'],
.detPage #newsBody p .imageWithTitle[style*='float: left'],
.documents #newsBody p .imageWithTitle[style*='float: left'],
.articlePage #listingBody p .imageWithTitle[style*='float: left'],
.calendarEntryPage #listingBody p .imageWithTitle[style*='float: left'],
.newsPage #listingBody p .imageWithTitle[style*='float: left'],
.editSubPage #listingBody p .imageWithTitle[style*='float: left'],
.antStatPage #listingBody p .imageWithTitle[style*='float: left'],
.detPage #listingBody p .imageWithTitle[style*='float: left'],
.documents #listingBody p .imageWithTitle[style*='float: left'],
.articlePage #editSubPage p .imageWithTitle[style*='float: left'],
.calendarEntryPage #editSubPage p .imageWithTitle[style*='float: left'],
.newsPage #editSubPage p .imageWithTitle[style*='float: left'],
.editSubPage #editSubPage p .imageWithTitle[style*='float: left'],
.antStatPage #editSubPage p .imageWithTitle[style*='float: left'],
.detPage #editSubPage p .imageWithTitle[style*='float: left'],
.documents #editSubPage p .imageWithTitle[style*='float: left'],
.articlePage #antStatBody p .imageWithTitle[style*='float: left'],
.calendarEntryPage #antStatBody p .imageWithTitle[style*='float: left'],
.newsPage #antStatBody p .imageWithTitle[style*='float: left'],
.editSubPage #antStatBody p .imageWithTitle[style*='float: left'],
.antStatPage #antStatBody p .imageWithTitle[style*='float: left'],
.detPage #antStatBody p .imageWithTitle[style*='float: left'],
.documents #antStatBody p .imageWithTitle[style*='float: left'],
.articlePage [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.newsPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.detPage [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.documents [id^='DetailedPage_'] p .imageWithTitle[style*='float: left'],
.articlePage #articleBody p img[style*='float:left'],
.calendarEntryPage #articleBody p img[style*='float:left'],
.newsPage #articleBody p img[style*='float:left'],
.editSubPage #articleBody p img[style*='float:left'],
.antStatPage #articleBody p img[style*='float:left'],
.detPage #articleBody p img[style*='float:left'],
.documents #articleBody p img[style*='float:left'],
.articlePage #entryBody p img[style*='float:left'],
.calendarEntryPage #entryBody p img[style*='float:left'],
.newsPage #entryBody p img[style*='float:left'],
.editSubPage #entryBody p img[style*='float:left'],
.antStatPage #entryBody p img[style*='float:left'],
.detPage #entryBody p img[style*='float:left'],
.documents #entryBody p img[style*='float:left'],
.articlePage #newsBody p img[style*='float:left'],
.calendarEntryPage #newsBody p img[style*='float:left'],
.newsPage #newsBody p img[style*='float:left'],
.editSubPage #newsBody p img[style*='float:left'],
.antStatPage #newsBody p img[style*='float:left'],
.detPage #newsBody p img[style*='float:left'],
.documents #newsBody p img[style*='float:left'],
.articlePage #listingBody p img[style*='float:left'],
.calendarEntryPage #listingBody p img[style*='float:left'],
.newsPage #listingBody p img[style*='float:left'],
.editSubPage #listingBody p img[style*='float:left'],
.antStatPage #listingBody p img[style*='float:left'],
.detPage #listingBody p img[style*='float:left'],
.documents #listingBody p img[style*='float:left'],
.articlePage #editSubPage p img[style*='float:left'],
.calendarEntryPage #editSubPage p img[style*='float:left'],
.newsPage #editSubPage p img[style*='float:left'],
.editSubPage #editSubPage p img[style*='float:left'],
.antStatPage #editSubPage p img[style*='float:left'],
.detPage #editSubPage p img[style*='float:left'],
.documents #editSubPage p img[style*='float:left'],
.articlePage #antStatBody p img[style*='float:left'],
.calendarEntryPage #antStatBody p img[style*='float:left'],
.newsPage #antStatBody p img[style*='float:left'],
.editSubPage #antStatBody p img[style*='float:left'],
.antStatPage #antStatBody p img[style*='float:left'],
.detPage #antStatBody p img[style*='float:left'],
.documents #antStatBody p img[style*='float:left'],
.articlePage [id^='DetailedPage_'] p img[style*='float:left'],
.calendarEntryPage [id^='DetailedPage_'] p img[style*='float:left'],
.newsPage [id^='DetailedPage_'] p img[style*='float:left'],
.editSubPage [id^='DetailedPage_'] p img[style*='float:left'],
.antStatPage [id^='DetailedPage_'] p img[style*='float:left'],
.detPage [id^='DetailedPage_'] p img[style*='float:left'],
.documents [id^='DetailedPage_'] p img[style*='float:left'],
.articlePage #articleBody p .imageWithTitle[style*='float:left'],
.calendarEntryPage #articleBody p .imageWithTitle[style*='float:left'],
.newsPage #articleBody p .imageWithTitle[style*='float:left'],
.editSubPage #articleBody p .imageWithTitle[style*='float:left'],
.antStatPage #articleBody p .imageWithTitle[style*='float:left'],
.detPage #articleBody p .imageWithTitle[style*='float:left'],
.documents #articleBody p .imageWithTitle[style*='float:left'],
.articlePage #entryBody p .imageWithTitle[style*='float:left'],
.calendarEntryPage #entryBody p .imageWithTitle[style*='float:left'],
.newsPage #entryBody p .imageWithTitle[style*='float:left'],
.editSubPage #entryBody p .imageWithTitle[style*='float:left'],
.antStatPage #entryBody p .imageWithTitle[style*='float:left'],
.detPage #entryBody p .imageWithTitle[style*='float:left'],
.documents #entryBody p .imageWithTitle[style*='float:left'],
.articlePage #newsBody p .imageWithTitle[style*='float:left'],
.calendarEntryPage #newsBody p .imageWithTitle[style*='float:left'],
.newsPage #newsBody p .imageWithTitle[style*='float:left'],
.editSubPage #newsBody p .imageWithTitle[style*='float:left'],
.antStatPage #newsBody p .imageWithTitle[style*='float:left'],
.detPage #newsBody p .imageWithTitle[style*='float:left'],
.documents #newsBody p .imageWithTitle[style*='float:left'],
.articlePage #listingBody p .imageWithTitle[style*='float:left'],
.calendarEntryPage #listingBody p .imageWithTitle[style*='float:left'],
.newsPage #listingBody p .imageWithTitle[style*='float:left'],
.editSubPage #listingBody p .imageWithTitle[style*='float:left'],
.antStatPage #listingBody p .imageWithTitle[style*='float:left'],
.detPage #listingBody p .imageWithTitle[style*='float:left'],
.documents #listingBody p .imageWithTitle[style*='float:left'],
.articlePage #editSubPage p .imageWithTitle[style*='float:left'],
.calendarEntryPage #editSubPage p .imageWithTitle[style*='float:left'],
.newsPage #editSubPage p .imageWithTitle[style*='float:left'],
.editSubPage #editSubPage p .imageWithTitle[style*='float:left'],
.antStatPage #editSubPage p .imageWithTitle[style*='float:left'],
.detPage #editSubPage p .imageWithTitle[style*='float:left'],
.documents #editSubPage p .imageWithTitle[style*='float:left'],
.articlePage #antStatBody p .imageWithTitle[style*='float:left'],
.calendarEntryPage #antStatBody p .imageWithTitle[style*='float:left'],
.newsPage #antStatBody p .imageWithTitle[style*='float:left'],
.editSubPage #antStatBody p .imageWithTitle[style*='float:left'],
.antStatPage #antStatBody p .imageWithTitle[style*='float:left'],
.detPage #antStatBody p .imageWithTitle[style*='float:left'],
.documents #antStatBody p .imageWithTitle[style*='float:left'],
.articlePage [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'],
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'],
.newsPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'],
.editSubPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'],
.antStatPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'],
.detPage [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'],
.documents [id^='DetailedPage_'] p .imageWithTitle[style*='float:left'] {
  margin-right: 15px;
}.articlePage #articleBody p img img,
.calendarEntryPage #articleBody p img img,
.newsPage #articleBody p img img,
.editSubPage #articleBody p img img,
.antStatPage #articleBody p img img,
.detPage #articleBody p img img,
.documents #articleBody p img img,
.articlePage #entryBody p img img,
.calendarEntryPage #entryBody p img img,
.newsPage #entryBody p img img,
.editSubPage #entryBody p img img,
.antStatPage #entryBody p img img,
.detPage #entryBody p img img,
.documents #entryBody p img img,
.articlePage #newsBody p img img,
.calendarEntryPage #newsBody p img img,
.newsPage #newsBody p img img,
.editSubPage #newsBody p img img,
.antStatPage #newsBody p img img,
.detPage #newsBody p img img,
.documents #newsBody p img img,
.articlePage #listingBody p img img,
.calendarEntryPage #listingBody p img img,
.newsPage #listingBody p img img,
.editSubPage #listingBody p img img,
.antStatPage #listingBody p img img,
.detPage #listingBody p img img,
.documents #listingBody p img img,
.articlePage #editSubPage p img img,
.calendarEntryPage #editSubPage p img img,
.newsPage #editSubPage p img img,
.editSubPage #editSubPage p img img,
.antStatPage #editSubPage p img img,
.detPage #editSubPage p img img,
.documents #editSubPage p img img,
.articlePage #antStatBody p img img,
.calendarEntryPage #antStatBody p img img,
.newsPage #antStatBody p img img,
.editSubPage #antStatBody p img img,
.antStatPage #antStatBody p img img,
.detPage #antStatBody p img img,
.documents #antStatBody p img img,
.articlePage [id^='DetailedPage_'] p img img,
.calendarEntryPage [id^='DetailedPage_'] p img img,
.newsPage [id^='DetailedPage_'] p img img,
.editSubPage [id^='DetailedPage_'] p img img,
.antStatPage [id^='DetailedPage_'] p img img,
.detPage [id^='DetailedPage_'] p img img,
.documents [id^='DetailedPage_'] p img img,
.articlePage #articleBody p .imageWithTitle img,
.calendarEntryPage #articleBody p .imageWithTitle img,
.newsPage #articleBody p .imageWithTitle img,
.editSubPage #articleBody p .imageWithTitle img,
.antStatPage #articleBody p .imageWithTitle img,
.detPage #articleBody p .imageWithTitle img,
.documents #articleBody p .imageWithTitle img,
.articlePage #entryBody p .imageWithTitle img,
.calendarEntryPage #entryBody p .imageWithTitle img,
.newsPage #entryBody p .imageWithTitle img,
.editSubPage #entryBody p .imageWithTitle img,
.antStatPage #entryBody p .imageWithTitle img,
.detPage #entryBody p .imageWithTitle img,
.documents #entryBody p .imageWithTitle img,
.articlePage #newsBody p .imageWithTitle img,
.calendarEntryPage #newsBody p .imageWithTitle img,
.newsPage #newsBody p .imageWithTitle img,
.editSubPage #newsBody p .imageWithTitle img,
.antStatPage #newsBody p .imageWithTitle img,
.detPage #newsBody p .imageWithTitle img,
.documents #newsBody p .imageWithTitle img,
.articlePage #listingBody p .imageWithTitle img,
.calendarEntryPage #listingBody p .imageWithTitle img,
.newsPage #listingBody p .imageWithTitle img,
.editSubPage #listingBody p .imageWithTitle img,
.antStatPage #listingBody p .imageWithTitle img,
.detPage #listingBody p .imageWithTitle img,
.documents #listingBody p .imageWithTitle img,
.articlePage #editSubPage p .imageWithTitle img,
.calendarEntryPage #editSubPage p .imageWithTitle img,
.newsPage #editSubPage p .imageWithTitle img,
.editSubPage #editSubPage p .imageWithTitle img,
.antStatPage #editSubPage p .imageWithTitle img,
.detPage #editSubPage p .imageWithTitle img,
.documents #editSubPage p .imageWithTitle img,
.articlePage #antStatBody p .imageWithTitle img,
.calendarEntryPage #antStatBody p .imageWithTitle img,
.newsPage #antStatBody p .imageWithTitle img,
.editSubPage #antStatBody p .imageWithTitle img,
.antStatPage #antStatBody p .imageWithTitle img,
.detPage #antStatBody p .imageWithTitle img,
.documents #antStatBody p .imageWithTitle img,
.articlePage [id^='DetailedPage_'] p .imageWithTitle img,
.calendarEntryPage [id^='DetailedPage_'] p .imageWithTitle img,
.newsPage [id^='DetailedPage_'] p .imageWithTitle img,
.editSubPage [id^='DetailedPage_'] p .imageWithTitle img,
.antStatPage [id^='DetailedPage_'] p .imageWithTitle img,
.detPage [id^='DetailedPage_'] p .imageWithTitle img,
.documents [id^='DetailedPage_'] p .imageWithTitle img {
  margin: 0 0 10px 0;
}.articlePage #articleBody p .imageTitle,
.calendarEntryPage #articleBody p .imageTitle,
.newsPage #articleBody p .imageTitle,
.editSubPage #articleBody p .imageTitle,
.antStatPage #articleBody p .imageTitle,
.detPage #articleBody p .imageTitle,
.documents #articleBody p .imageTitle,
.articlePage #entryBody p .imageTitle,
.calendarEntryPage #entryBody p .imageTitle,
.newsPage #entryBody p .imageTitle,
.editSubPage #entryBody p .imageTitle,
.antStatPage #entryBody p .imageTitle,
.detPage #entryBody p .imageTitle,
.documents #entryBody p .imageTitle,
.articlePage #newsBody p .imageTitle,
.calendarEntryPage #newsBody p .imageTitle,
.newsPage #newsBody p .imageTitle,
.editSubPage #newsBody p .imageTitle,
.antStatPage #newsBody p .imageTitle,
.detPage #newsBody p .imageTitle,
.documents #newsBody p .imageTitle,
.articlePage #listingBody p .imageTitle,
.calendarEntryPage #listingBody p .imageTitle,
.newsPage #listingBody p .imageTitle,
.editSubPage #listingBody p .imageTitle,
.antStatPage #listingBody p .imageTitle,
.detPage #listingBody p .imageTitle,
.documents #listingBody p .imageTitle,
.articlePage #editSubPage p .imageTitle,
.calendarEntryPage #editSubPage p .imageTitle,
.newsPage #editSubPage p .imageTitle,
.editSubPage #editSubPage p .imageTitle,
.antStatPage #editSubPage p .imageTitle,
.detPage #editSubPage p .imageTitle,
.documents #editSubPage p .imageTitle,
.articlePage #antStatBody p .imageTitle,
.calendarEntryPage #antStatBody p .imageTitle,
.newsPage #antStatBody p .imageTitle,
.editSubPage #antStatBody p .imageTitle,
.antStatPage #antStatBody p .imageTitle,
.detPage #antStatBody p .imageTitle,
.documents #antStatBody p .imageTitle,
.articlePage [id^='DetailedPage_'] p .imageTitle,
.calendarEntryPage [id^='DetailedPage_'] p .imageTitle,
.newsPage [id^='DetailedPage_'] p .imageTitle,
.editSubPage [id^='DetailedPage_'] p .imageTitle,
.antStatPage [id^='DetailedPage_'] p .imageTitle,
.detPage [id^='DetailedPage_'] p .imageTitle,
.documents [id^='DetailedPage_'] p .imageTitle {
  font-size: 14px;
}.articlePage #articleBody p ~ ul,
.calendarEntryPage #articleBody p ~ ul,
.newsPage #articleBody p ~ ul,
.editSubPage #articleBody p ~ ul,
.antStatPage #articleBody p ~ ul,
.detPage #articleBody p ~ ul,
.documents #articleBody p ~ ul,
.articlePage #entryBody p ~ ul,
.calendarEntryPage #entryBody p ~ ul,
.newsPage #entryBody p ~ ul,
.editSubPage #entryBody p ~ ul,
.antStatPage #entryBody p ~ ul,
.detPage #entryBody p ~ ul,
.documents #entryBody p ~ ul,
.articlePage #newsBody p ~ ul,
.calendarEntryPage #newsBody p ~ ul,
.newsPage #newsBody p ~ ul,
.editSubPage #newsBody p ~ ul,
.antStatPage #newsBody p ~ ul,
.detPage #newsBody p ~ ul,
.documents #newsBody p ~ ul,
.articlePage #listingBody p ~ ul,
.calendarEntryPage #listingBody p ~ ul,
.newsPage #listingBody p ~ ul,
.editSubPage #listingBody p ~ ul,
.antStatPage #listingBody p ~ ul,
.detPage #listingBody p ~ ul,
.documents #listingBody p ~ ul,
.articlePage #editSubPage p ~ ul,
.calendarEntryPage #editSubPage p ~ ul,
.newsPage #editSubPage p ~ ul,
.editSubPage #editSubPage p ~ ul,
.antStatPage #editSubPage p ~ ul,
.detPage #editSubPage p ~ ul,
.documents #editSubPage p ~ ul,
.articlePage #antStatBody p ~ ul,
.calendarEntryPage #antStatBody p ~ ul,
.newsPage #antStatBody p ~ ul,
.editSubPage #antStatBody p ~ ul,
.antStatPage #antStatBody p ~ ul,
.detPage #antStatBody p ~ ul,
.documents #antStatBody p ~ ul,
.articlePage [id^='DetailedPage_'] p ~ ul,
.calendarEntryPage [id^='DetailedPage_'] p ~ ul,
.newsPage [id^='DetailedPage_'] p ~ ul,
.editSubPage [id^='DetailedPage_'] p ~ ul,
.antStatPage [id^='DetailedPage_'] p ~ ul,
.detPage [id^='DetailedPage_'] p ~ ul,
.documents [id^='DetailedPage_'] p ~ ul,
.articlePage #articleBody p ~ ol,
.calendarEntryPage #articleBody p ~ ol,
.newsPage #articleBody p ~ ol,
.editSubPage #articleBody p ~ ol,
.antStatPage #articleBody p ~ ol,
.detPage #articleBody p ~ ol,
.documents #articleBody p ~ ol,
.articlePage #entryBody p ~ ol,
.calendarEntryPage #entryBody p ~ ol,
.newsPage #entryBody p ~ ol,
.editSubPage #entryBody p ~ ol,
.antStatPage #entryBody p ~ ol,
.detPage #entryBody p ~ ol,
.documents #entryBody p ~ ol,
.articlePage #newsBody p ~ ol,
.calendarEntryPage #newsBody p ~ ol,
.newsPage #newsBody p ~ ol,
.editSubPage #newsBody p ~ ol,
.antStatPage #newsBody p ~ ol,
.detPage #newsBody p ~ ol,
.documents #newsBody p ~ ol,
.articlePage #listingBody p ~ ol,
.calendarEntryPage #listingBody p ~ ol,
.newsPage #listingBody p ~ ol,
.editSubPage #listingBody p ~ ol,
.antStatPage #listingBody p ~ ol,
.detPage #listingBody p ~ ol,
.documents #listingBody p ~ ol,
.articlePage #editSubPage p ~ ol,
.calendarEntryPage #editSubPage p ~ ol,
.newsPage #editSubPage p ~ ol,
.editSubPage #editSubPage p ~ ol,
.antStatPage #editSubPage p ~ ol,
.detPage #editSubPage p ~ ol,
.documents #editSubPage p ~ ol,
.articlePage #antStatBody p ~ ol,
.calendarEntryPage #antStatBody p ~ ol,
.newsPage #antStatBody p ~ ol,
.editSubPage #antStatBody p ~ ol,
.antStatPage #antStatBody p ~ ol,
.detPage #antStatBody p ~ ol,
.documents #antStatBody p ~ ol,
.articlePage [id^='DetailedPage_'] p ~ ol,
.calendarEntryPage [id^='DetailedPage_'] p ~ ol,
.newsPage [id^='DetailedPage_'] p ~ ol,
.editSubPage [id^='DetailedPage_'] p ~ ol,
.antStatPage [id^='DetailedPage_'] p ~ ol,
.detPage [id^='DetailedPage_'] p ~ ol,
.documents [id^='DetailedPage_'] p ~ ol {
  padding: 0 20px 15px;
  margin-bottom: 9px;
}.articlePage p.last-updated,
.calendarEntryPage p.last-updated,
.newsPage p.last-updated,
.editSubPage p.last-updated,
.antStatPage p.last-updated,
.detPage p.last-updated,
.documents p.last-updated {
  padding-top: 30px;
}.share-page {
  margin: 30px 0;
}.share-page a {
  color: #006e96;
}.share-page a:hover {
  color: #00364a;
}/* Listing Page */.document-icon {
  padding-top: 10px;
}.document-icon [class*='icon-dokument-'] {
  width: 36px;
  height: 36px;
  position: relative;
}/*News listing page*/.newsListingPage .tag-button,
.newsListingBlock .tag-button,
.newsListingPageAsBlock .tag-button {
  margin-right: 5px;
  margin-bottom: 2px;
}.newsListingPage .new-news-item,
.newsListingBlock .new-news-item,
.newsListingPageAsBlock .new-news-item {
  color: #b00060;
  font-size: 14px;
}.newsListingPage .new-news-item__statustime--list,
.newsListingBlock .new-news-item__statustime--list,
.newsListingPageAsBlock .new-news-item__statustime--list {
  margin-bottom: 9px;
}.newsListingPage .new-news-item__statustime--block,
.newsListingBlock .new-news-item__statustime--block,
.newsListingPageAsBlock .new-news-item__statustime--block {
  font-size: 19px;
}.newsListingPageAsBlock .new-news-item {
  font-size: 12px;
}/*linkGroupListingPage*/.letter-selector {
  position: relative;
  border: 1px solid #c9c9c9;
  background-color: white;
  padding: 5px 20px;
  z-index: 10;
}.letter-selector span {
  color: #c9c9c9;
  padding: 0 4.5px;
}@media screen and (min-width: 992px) and (max-width: 1199px) {
  .letter-selector span {
    padding: 0 2.5px;
  }
}@media screen and (min-width: 768px) and (max-width: 991px) {
  .letter-selector span {
    padding: 0 3.8px;
  }
}@media screen and (max-width: 767px) {
  .letter-selector span {
    padding: 0 3.5px;
  }
}.letter-selector-fixed {
  position: fixed;
  top: 20px;
}a.anchor {
  display: block;
  height: 60px;
  /*same height as header*/
  margin-top: -62px;
  /*same height as header*/
  visibility: hidden;
}/*Calendar Page*/.calendarPage .article-info,
.calendarEntryPage .article-info {
  margin-bottom: 15px;
}.calendarPage .short-date,
.calendarEntryPage .short-date {
  font-family: BauWebPro, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}.calendarPage .short-date .day,
.calendarEntryPage .short-date .day {
  font-size: 24px;
}.calendarPage .short-date .month,
.calendarEntryPage .short-date .month {
  font-size: 14px;
  line-height: 1.2;
}.calendarPage .short-date .time,
.calendarEntryPage .short-date .time {
  font-size: 12px;
}.calendarPage .location,
.calendarEntryPage .location {
  display: block;
}.calendarPage .date {
  color: #3d3d3d;
  font-weight: bold;
}.calendarPage .navigation.row {
  margin-top: 15px;
}.calendarPage .navigation.row .btn-sm {
  margin-bottom: 13px;
}.calendarPage .share-block__link .icon-extern-lank-uhr {
  display: none;
}.calendarPage .calendar-event-wrapper,
.calendarEntryPage .calendar-event-wrapper {
  display: flex;
}.calendarPage .short-date-wrapper,
.calendarEntryPage .short-date-wrapper {
  margin-right: 2rem;
}/*Not-found-page*/@media screen and (min-width: 992px) {
  .not-found-page header {
    margin-top: 37.5px;
  }
}.not-found-page header#header img#logo {
  position: relative;
}.not-found-page .main-content {
  padding: 120px 0 60px;
}.not-found-page .main-content p {
  font-weight: bold;
}/* Naric country page */.country-box .country-info {
  position: relative;
  z-index: 2;
}.country-box .country-info .flag-icon {
  /* 4:3 proportions */
  width: 96px;
  height: 72px;
  margin-right: 20px;
}.country-box .country-info .country-name {
  padding-top: 20px;
  clear: right;
}.country-box .country-info .country-name h2 {
  color: #000000;
  margin-bottom: 0;
}.country-box .country-info .country-name .last-updated {
  color: #3d3d3d;
  margin-bottom: 0;
}.country-box .country-info .subscription-wrapper {
  float: left;
  clear: left;
}.country-box .map-image {
  max-height: 120px;
  position: absolute;
  top: 15px;
  right: 20px;
}/*Antagningsstatistik page*/#antStatBody .sok-container {
  margin-left: -10px;
  margin-right: -10px;
  background: #f6f2fa;
  margin-bottom: 9px;
}@media screen and (min-width: 768px) {
  #antStatBody .sok-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}@media screen and (min-width: 992px) {
  #antStatBody .sok-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}#antStatBody .image-teaser-block .content {
  padding: 15px 20px;
}#antStatBody .topRowAntStat {
  margin-left: 10px;
  margin-right: 10px;
}@media screen and (max-width: 767px) {
  #antStatBody .topRowAntStat .teaser-block .content {
    padding-bottom: 0;
  }
  #antStatBody .topRowAntStat .teaser-block .content h2 {
    margin-bottom: 0;
  }
}@media screen and (min-width: 992px) {
  #antStatBody .topRowAntStat .col-flex-block {
    display: flex;
    gap: 20px;
    align-items: stretch;
    overflow-x: hidden;
    margin-bottom: 20px;
  }
}@media screen and (max-width: 991px) {
  #antStatBody .topRowAntStat .col-flex-block {
    display: block;
  }
}#antStatBody .topRowAntStat .col-flex-block > div {
  overflow: hidden;
}@media screen and (min-width: 992px) {
  #antStatBody .topRowAntStat .col-flex-block > div {
    flex: 1 1 0%;
  }
}#antStatBody .topRowAntStat .col-flex-block > div .block {
  height: 100%;
}#antStatBody .toplist-block {
  height: 100%;
}@media screen and (max-width: 991px) {
  #antStatBody .col-height {
    display: flex;
    flex-wrap: wrap;
  }
}/*Resultatsida för Antagningsstatistik*/#resultatSida .apply__button {
  display: block;
  width: fit-content;
}#resultatSida .apply__button .apply__container {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 30px;
  color: black;
  font-weight: 600;
}#resultatSida .apply__button .apply__container.bottom-button {
  padding-top: 30px;
}#resultatSida .sok-container {
  margin-left: -10px;
  margin-right: -10px;
  background: #f6f2fa;
  margin-bottom: 9px;
}@media screen and (min-width: 768px) {
  #resultatSida .sok-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}@media screen and (min-width: 992px) {
  #resultatSida .sok-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}/*EditorialSubPage*/#editSubPage .apply__button {
  display: block;
  width: fit-content;
}#editSubPage .apply__button .apply__container {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 30px;
  color: black;
  font-weight: 600;
}#editSubPage .apply__button .apply__container.bottom-button {
  padding-top: 30px;
}#editSubPage .editsubpage-date {
  text-transform: capitalize;
}#editSubPage .editsubpage-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}#editSubPage .editsubpage-container-overline {
  color: #62269e;
  padding-right: 5px;
  text-transform: uppercase;
}#editSubPage .editsubpage-container-category {
  color: #b00060;
  text-transform: uppercase;
}#editSubPage .editsubpage-preamble {
  padding-bottom: 20px;
}/*Detailed Page*/.DetailedPage .detaljer .studietakt_25,
.DetailedPage .startdetaljer .studietakt_25 {
  background-image: url('/assets/icons/25.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietakt_50,
.DetailedPage .startdetaljer .studietakt_50 {
  background-image: url('/assets/icons/50.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietakt_75,
.DetailedPage .startdetaljer .studietakt_75 {
  background-image: url('/assets/icons/75.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietakt_100,
.DetailedPage .startdetaljer .studietakt_100 {
  background-image: url('/assets/icons/100.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietid_BLA,
.DetailedPage .startdetaljer .studietid_BLA {
  background-image: url('/assets/icons/blandad-undervisning-alt1.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietid_DAG,
.DetailedPage .startdetaljer .studietid_DAG {
  background-image: url('/assets/icons/dagtid.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietid_EFT,
.DetailedPage .startdetaljer .studietid_EFT {
  background-image: url('/assets/icons/eftermiddag.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietid_ING,
.DetailedPage .startdetaljer .studietid_ING {
  background-image: url('/assets/icons/0.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietid_KVÄ,
.DetailedPage .startdetaljer .studietid_KVÄ {
  background-image: url('/assets/icons/kvallstid.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .studietid_VSL,
.DetailedPage .startdetaljer .studietid_VSL {
  background-image: url('/assets/icons/veckoslut.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .undervisningsform_DST,
.DetailedPage .startdetaljer .undervisningsform_DST {
  background-image: url('/assets/icons/distans-alt1.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .undervisningsform_ING,
.DetailedPage .startdetaljer .undervisningsform_ING {
  background-image: url('/assets/icons/ingen-undervisning.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .undervisningsform_ITD,
.DetailedPage .startdetaljer .undervisningsform_ITD {
  background-image: url('/assets/icons/distans-alt2.svg');
  background-repeat: no-repeat;
}.DetailedPage .detaljer .undervisningsform_NML,
.DetailedPage .startdetaljer .undervisningsform_NML {
  background-image: url('/assets/icons/normal-undervisning-campus.svg');
  background-repeat: no-repeat;
}.DetailedPage .apply__button {
  display: block;
  width: fit-content;
}.DetailedPage .apply__button .apply__container {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 25px;
  color: black;
  font-weight: 600;
}.DetailedPage .apply__button .apply__container.bottom-button {
  padding-top: 30px;
}.DetailedPage .utbildningstyp {
  display: block;
  font-size: 14px;
  color: #62269e;
  text-transform: uppercase;
  padding-bottom: 15px;
}.DetailedPage h1 {
  margin-bottom: 20px;
}.DetailedPage .uniAndCode {
  display: flex;
  margin-bottom: 10px;
}.DetailedPage .uniAndCode span {
  font-variant-numeric: lining-nums;
  color: #666666;
  font-size: 24px;
}.DetailedPage .detaljer .studietid,
.DetailedPage .detaljer .studietakt,
.DetailedPage .detaljer .undervisningsform {
  margin-right: 10px;
  color: #666666;
}.DetailedPage .detaljer .studietid .icon,
.DetailedPage .detaljer .studietakt .icon,
.DetailedPage .detaljer .undervisningsform .icon {
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.15789474em;
  margin-right: 4px;
  fill: #666666;
}.DetailedPage h2 {
  margin-bottom: 20px;
}.DetailedPage .startdetaljer {
  margin-top: 10px;
}.DetailedPage .startdetaljer .ul_gray {
  background-color: #f2f2f2;
}.DetailedPage ul {
  list-style: none;
  background-color: #ffffff;
}.DetailedPage ul li .padd_1em {
  padding-left: 1em;
}.DetailedPage ul li button.moreButton {
  border: 1px solid #cccccc;
  background-color: #efe9f5;
  border-color: #62269e;
  color: #000000;
  padding: 0 8px;
  text-align: center;
  font-weight: bold;
}.DetailedPage ul li ul {
  margin: 0.5em 1em 0.5em 1em;
}.DetailedPage ul .ul_gray {
  background-color: #f2f2f2;
}.DetailedPage ul li span {
  display: inline-block;
  width: 18em;
  overflow: auto;
}.DetailedPage ul li span:first-of-type {
  font-weight: bold;
  display: inline-block;
  width: 14em;
  vertical-align: top;
}.DetailedPage div.detaljer,
.DetailedPage .startdetaljer {
  display: none;
  padding-bottom: 0.5em;
}.DetailedPage .excelbutton,
.DetailedPage .startMoreButton {
  display: inline-block;
  border: thin solid #cdcdcd;
  border-radius: 2px;
  padding: 10px;
  background: transparent;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}.DetailedPage .excelbutton:hover,
.DetailedPage .startMoreButton:hover {
  background-color: #62269e;
  border: thin solid #62269e;
  color: #ffffff;
}.DetailedPage .excelbutton:focus,
.DetailedPage .startMoreButton:focus {
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px;
  color: #000000;
}.DetailedPage .button-container {
  margin-bottom: 50px;
}@media screen and (max-width: 767px) {
  .DetailedPage .uniAndCode {
    flex-wrap: wrap;
  }
  .DetailedPage .startdetaljer .undervisningsform_NML {
    background-size: 24px 22px;
  }
  .DetailedPage ul li span {
    display: block;
    width: 100%;
  }
  .DetailedPage ul li span:first-of-type {
    width: 100%;
  }
  .DetailedPage ul li .padd_1em {
    width: 100%;
    padding-left: 0;
  }
  .DetailedPage .startMoreButton {
    margin-bottom: 10px;
  }
}/*NotFoundPage*/.notfoundpage a {
  text-decoration: underline;
}/*******************************************************
	
	ServiceDownMessegeBlock (interface)

*******************************************************/.ServiceDownMessegeBlock div.box {
  padding: 0;
  display: flex;
  align-items: stretch;
  margin-bottom: 28px;
}.ServiceDownMessegeBlock div.box div.box-icon {
  font-size: 42px;
  vertical-align: top;
  text-align: center;
  color: white;
  padding: 14px;
}.ServiceDownMessegeBlock div.box div.box-text {
  background-color: white;
}.ServiceDownMessegeBlock div.box div.box-text div {
  margin: 12px;
}.ServiceDownMessegeBlock div.box.error {
  border: solid 2px #e91449;
}.ServiceDownMessegeBlock div.box.error .box-icon {
  background-color: #e91449;
}.ServiceDownMessegeBlock div.box.warning {
  border: solid 2px #006e96;
}.ServiceDownMessegeBlock div.box.warning .box-icon {
  background-color: #006e96;
}/*******************************************************
	
	ICanThrowError (interface)

*******************************************************/.error-page__box {
  border: solid 1px #e91449;
  display: flex;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}.error-page__icon {
  background-color: #e91449;
  font-size: 36px;
  vertical-align: top;
  text-align: center;
  color: white;
  padding: 5px;
}.error-page__text {
  background-color: white;
  padding: 10px;
}.error-page__text div {
  margin: 12px;
}#list-result h2 {
  padding: 0 10px 0;
  margin-top: 40px;
}.program-page-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0 0 0;
  line-height: 3.125rem;
}@media screen and (max-width: 991px) {
  .program-page-card-container {
    margin: 2rem 1rem 0 1rem;
  }
}.program-page-card-container .card-col {
  width: 31%;
  margin: 0 1.25rem 2.5rem 1.25rem;
}@media screen and (max-width: 991px) {
  .program-page-card-container .card-col {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
}.program-page-card-container .program-page-card {
  flex-shrink: 0;
  display: block;
  border: 1px solid #CCC;
  text-decoration: none;
  width: 100%;
  color: black;
}.program-page-card-container .program-page-card h3 {
  margin-top: 0;
  font-size: 2.4rem;
}.program-page-card-container .program-page-card .show-application .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}.program-page-card-container .program-page-card .hide-application .card-bottom {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  width: 100%;
}.program-page-card-container .program-page-card .program-info {
  display: flex;
  min-height: 35rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
}@media screen and (max-width: 991px) {
  .program-page-card-container .program-page-card .program-info {
    padding: 2rem;
  }
}.program-page-card-container .program-page-card .program-info .bold {
  font-weight: bold;
}.program-page-card-container .program-page-card .program-info .card-top .category-row {
  margin-bottom: 0.5rem;
}.program-page-card-container .program-page-card .program-info .card-top .category-row .cat:not(:last-child):after {
  content: ', ';
  position: relative;
  right: 3px;
}.program-page-card-container .program-page-card .program-info .apply-status {
  display: flex;
  align-items: center;
}.program-page-card-container .program-page-card .program-info .dot {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.8rem;
}.program-page-card-container .program-page-card .program-info .dot_green {
  background-color: #2E7D32;
}.program-page-card-container .program-page-card .program-info .dot_red {
  background-color: #C62828;
}.program-page-card-container .program-page-card .program-info .dot_orange {
  background-color: #F1C231;
}.program-page-card-container .program-page-card:hover {
  background-color: #f2f2f2;
}.filterblock {
  float: none;
}#filterForm .input_freetext .btn {
  line-height: 24px;
}#filterForm .dropdown {
  background-color: #ffffff;
  margin-top: 24px;
}@media screen and (max-width: 767px) {
  #filterForm .dropdown {
    margin-top: 16px;
  }
}#filterForm .dropdown .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
}#filterForm .dropdown .dropdown-toggle .caret {
  margin-left: auto;
}#filterForm .dropdown.open .dropdown-toggle {
  background-color: #ffffff;
}#filterForm .dropdown.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}#filterForm .dropdown.open .dropdown-menu {
  padding: 16px;
}#filterForm .dropdown.open .dropdown-menu .btn {
  margin-top: 48px;
}@media screen and (max-width: 767px) {
  #filterForm .dropdown.open .dropdown-menu {
    width: 100%;
  }
  #filterForm .dropdown.open .dropdown-menu .btn {
    float: right;
  }
}#filterForm .dropdown.open .dropdown-menu ul.filter-container {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  display: flex;
  column-gap: 24px;
}@media screen and (max-width: 767px) {
  #filterForm .dropdown.open .dropdown-menu ul.filter-container {
    flex-direction: column;
  }
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column {
  padding: 0;
  width: auto;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks {
  padding: 10px 0 0;
  list-style: none;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li input[type=checkbox] + label {
  cursor: pointer;
  font-weight: normal;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li input[type=checkbox] + label .icon-check,
#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li input[type=checkbox] + label .icon-minus {
  display: none;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li input[type=checkbox]:focus + label {
  outline: 3px solid HighLight;
  outline-offset: 0.15rem;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li input[type=checkbox]:checked + label .icon-check {
  display: block;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li .container-choice {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li .container-choice:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 16px;
  width: 16px;
  border: 1px solid #333;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li .container-choice .icon-check,
#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li .container-choice .icon-minus {
  position: absolute;
  top: 7px;
  left: 7px;
  height: 10px;
  width: 10px;
}#filterForm .dropdown.open .dropdown-menu ul.filter-container li.category-column ul.category-checks li .container-choice:hover {
  background: #F2F2F2;
  outline: 3px solid #F2F2F2;
}#filterForm .selected-filters h3 {
  display: block;
}#filterForm .selected-filters .selected-filters-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}@media screen and (max-width: 767px) {
  #filterForm .selected-filters .selected-filters-buttons {
    gap: 8px;
  }
}#filterForm .selected-filters .selected-filters-buttons .remove-filter-button {
  display: flex;
  align-items: center;
  gap: 8px;
}#filterForm .selected-filters .selected-filters-buttons .remove-filter-button .icon-kryss {
  width: 19px;
  height: 19px;
}.language-selector.loader {
  margin-top: 20px;
}.search_results ul.ui-autocomplete.ui-widget-content.ui-menu {
  border: 2px solid #62269e;
  border-top: none;
}.search_results ul.ui-autocomplete.ui-widget-content.ui-menu a {
  color: #000000;
  text-decoration: none;
}.search_results ul.ui-autocomplete.ui-widget-content.ui-menu a:hover {
  color: #000000;
  text-decoration: underline;
}.search_results ul.ui-autocomplete.ui-widget-content.ui-menu li.show-all-li {
  padding: 0;
}.search_results ul.ui-autocomplete.ui-widget-content.ui-menu li .ui-state-active a {
  color: #000000;
}.search_results ul.ui-autocomplete.ui-widget-content.ui-menu li .ui-state-active .show-all-button {
  background-color: #d9d9d9;
}.search_results .show-all-button {
  border: none;
  padding: 15px 15px;
  width: 100%;
  display: block;
  text-align: start;
  background-color: #f2f2f2;
  background-image: url('/assets/icons/pil-hoger-ny.svg');
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
}.search_results .show-all-button:hover {
  background-color: #d9d9d9;
  text-decoration: underline;
}/* Dictionary page */.uhrdictionary-search-container .ui-autocomplete-input:focus {
  border: 2px solid #62269e;
  box-shadow: none;
}.uhrdictionary-search-container .header-info {
  background-color: rgba(98, 38, 158, 0.1);
  padding: 30px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .header-info {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}.uhrdictionary-search-container .header-info h1 {
  color: #62269e;
}@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .uhrdictionary-search-container .header-info .content {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 3.6em;
    max-width: 750px;
    margin-bottom: 0;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .uhrdictionary-search-container .header-info .content.truncate {
    max-height: none;
    display: block;
  }
}@media screen and (min-width: 992px) and (max-width: 1199px), screen and (min-width: 1200px) {
  .uhrdictionary-search-container .header-info .content {
    max-height: none;
  }
}@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .uhrdictionary-search-container .header-info .txtcol {
    display: block;
  }
}@media screen and (min-width: 992px) and (max-width: 1199px), screen and (min-width: 1200px) {
  .uhrdictionary-search-container .header-info .txtcol {
    display: none;
  }
}.uhrdictionary-search-container .header-info .txtcol .btn-link {
  color: #000000;
  text-decoration: underline;
  padding-left: 0px;
}.uhrdictionary-search-container .header-info .txtcol #show-less {
  display: none;
}.uhrdictionary-search-container .language-classification-selector {
  margin-top: 20px;
}.uhrdictionary-search-container .language-classification-selector .instruction-info {
  margin-bottom: 20px;
}.uhrdictionary-search-container .language-classification-selector .btn-group {
  margin-right: 23px;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .btn {
    text-align: left;
  }
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-backdrop {
    position: relative;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu {
  padding: 0;
  border: none;
  margin-bottom: 15px;
  width: max-content;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu {
    width: 100%;
    position: static;
    box-shadow: none;
    background-clip: unset;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification {
  width: auto;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification {
    width: 100%;
    position: static;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li {
  border-bottom: 1px solid #ccc;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li {
    width: 100%;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li.active a {
  background-color: #D8C9E7;
  color: black;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li a {
  padding: 12px 18px;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li a {
    padding: 12px 18px;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li a:hover {
  background-color: #ccc;
  color: black;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu.classification li a {
    white-space: normal;
    width: 100%;
    height: auto;
    word-wrap: break-word;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-menu-categories {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-toggle {
    width: 100%;
    padding-left: 18px;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-toggle .caret {
  transition: all ease-out 0.4s;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-toggle .caret {
    margin-top: 6px;
    float: right;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .dropdown-toggle[aria-expanded="true"] .caret {
  transform: rotate(180deg);
  transition: all ease-out 0.4s;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection {
  font-family: BauWebPro, Arial, sans-serif;
  font-variant-numeric: lining-nums;
  padding-bottom: 5px;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-weight: normal;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection ul li {
  flex-basis: 6.6%;
  padding-bottom: 10px;
}@media screen and (max-width: 767px) {
  .uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection ul li {
    flex-basis: 16.5%;
  }
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection ul li p {
  color: black;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection ul li a {
  text-decoration: underline;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection p.notexisting {
  margin-bottom: 0px;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection a:before {
  height: 19px;
}.uhrdictionary-search-container .language-classification-selector .btn-group .dropdown .letter-selection .active {
  color: #b00060;
  font-size: 20.9px;
  line-height: 24.7px;
}.uhrdictionary-search-container .radio-toolbar {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
  display: flex;
}.uhrdictionary-search-container .radio-toolbar legend {
  opacity: 0;
  position: fixed;
  width: 0;
}.uhrdictionary-search-container .radio-toolbar label {
  display: inline-block;
  font-size: 19px;
  background-color: #ffffff;
  padding: 10px 20px 10px 16px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}.uhrdictionary-search-container .radio-toolbar label.selected {
  background-color: rgba(98, 38, 158, 0.1);
  border-color: #62269e;
  color: #000000;
  cursor: pointer;
}.uhrdictionary-search-container .radio-toolbar label:focus {
  outline: none;
}.uhrdictionary-search-container .radio-toolbar label:focus-within {
  outline: 2px solid #000000;
  outline-offset: 3px;
  box-shadow: none;
}.uhrdictionary-search-container .radio-toolbar label:hover {
  background-color: lightgrey;
  cursor: pointer;
}.uhrdictionary-search-container .radio-toolbar label input[type="radio"] {
  margin: 0 4px 0 0;
}.uhrdictionary-search-container .radio-toolbar label input[type="radio"]:focus {
  outline-offset: 0;
}.uhrdictionary-main-content {
  margin-bottom: 45px;
}.uhrdictionary-main-content div.auto-lang-change {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9px;
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}.uhrdictionary-main-content div.auto-lang-change .icon.icon-information {
  width: 25px;
  height: 17px;
  fill: #000;
  position: relative;
  top: 4px;
}.uhrdictionary-main-content ul.word-list {
  padding: 0;
}.uhrdictionary-main-content ul.word-list li {
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}.uhrdictionary-main-content ul.word-list li:nth-child(odd) {
  background-color: #f2f2f2;
}.uhrdictionary-main-content ul.word-list .word-list-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 15px;
}.uhrdictionary-main-content ul.word-list .word-list-col .language {
  font-size: 14px;
  margin-bottom: 0;
}.uhrdictionary-main-content a {
  text-decoration: underline;
}.uhrdictionary-main-content .result-header {
  margin-bottom: 15px;
}.uhrdictionary-main-content .result-header h2 {
  vertical-align: middle;
  display: inline;
}.uhrdictionary-main-content .result-header .header-count {
  font-size: 24px;
  vertical-align: middle;
}.uhrdictionary-main-content .result-header .btn {
  float: right;
}.uhrdictionary-main-content .synonym {
  color: #3d3d3d;
  font-style: italic;
}.uhrdictionary-main-content .comma-separator {
  margin-left: -4px;
}.uhrdictionary-main-content dl {
  margin-top: 30px;
}.uhrdictionary-main-content dl ul {
  list-style: none;
  padding-left: 0;
}.uhrdictionary-main-content dl dd {
  margin-bottom: 15px;
}.uhrdictionary-main-content .uhrdictionary-word .word-header {
  background-color: #efe9f5;
  padding: 15px 15px;
  margin: 0px;
}@media screen and (max-width: 767px) {
  .uhrdictionary-main-content .uhrdictionary-word .word-header .secondary-language {
    margin-top: 15px;
  }
}.uhrdictionary-main-content .uhrdictionary-word .word-header .header {
  margin: 0 0 9px;
}.uhrdictionary-main-content .uhrdictionary-word .word-header p {
  font-size: 14px;
  margin-bottom: 0px;
}.uhrdictionary-main-content .feedback-btn {
  margin-bottom: 20px;
}.uhrdictionary-main-content .feedback-post-submit .btn-link {
  margin-bottom: 10px;
}.uhrdictionary-main-content .EPiServerForms .Form__Status__Message.Form__Success__Message {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}/* Accessability tweak to ensure the searchresults are read first. */.js #aria-wrapper.has-query {
  display: none;
}.program-page .program-logo {
  margin-bottom: 24px;
}.program-page .program-logo img {
  max-width: 100%;
}.program-page .right-column-blockcontent {
  display: block;
}.program-page .action-call {
  border: 1px solid #c9c9c9;
  padding: 20px;
  display: block;
  margin-bottom: 24px;
}.program-page .action-call__header {
  margin-top: 0;
  font-size: 19px;
}.program-page .action-call__message {
  display: block;
  font-weight: bold;
}.program-page .action-call__datetime {
  display: block;
}.program-page .action-call__text {
  display: block;
  word-break: break-word;
  margin-top: 5px;
}.program-page .action-call .block--nopadding {
  margin-top: 20px;
  margin-bottom: 0;
}.program-page .action-call .btn .icon {
  height: 22px;
  width: 22px;
  vertical-align: text-bottom;
  fill: #ffffff;
}.filter-menu .active a:focus {
  outline: 1px solid black;
}footer {
  direction: ltr;
  background-color: #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 150px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}@media screen and (min-width: 768px) {
  footer {
    margin-left: -20px;
    margin-right: -20px;
  }
}@media screen and (min-width: 992px) {
  footer {
    margin-left: -30px;
    margin-right: -30px;
  }
}@media screen and (min-width: 992px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}footer .row {
  position: relative;
  min-height: 86px;
}footer h2 {
  font-size: 19px;
  margin-bottom: 12px;
}footer p {
  margin-bottom: 5px;
  font-size: 14px;
}footer ul {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}footer li {
  margin-bottom: 10px;
}footer a {
  color: #000;
  text-decoration: underline;
}footer .footer-column {
  margin-bottom: 15px;
  text-align: center;
}@media screen and (min-width: 992px) {
  footer .footer-column {
    text-align: left;
  }
}footer .footer-visionwrapper {
  height: 100%;
  margin-left: -10px;
  min-height: 205px;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  color: #62269e;
  /*.syv & {
            color: @uhrcolor-lila; //Låter dessa vara kvar in case of färgbyte
        }

        .naric & {
            color: @uhrcolor-lila;
        }*/
}@media screen and (min-width: 992px) {
  footer .footer-visionwrapper {
    margin-top: 0;
  }
}.nya footer .footer-visionwrapper {
  color: #b00060;
}footer .footer-vision {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 18px;
  padding-top: 12px;
  font-family: BauWebPro, Arial, sans-serif;
}@media screen and (min-width: 992px) {
  footer .footer-vision {
    margin-left: -10px;
  }
}footer .footer-vision span {
  font-weight: bold;
}footer .footer-quotations {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}@media screen and (min-width: 992px) {
  footer .footer-quotations {
    margin-left: -10px;
  }
}footer .footer-logo {
  text-align: center;
  margin-top: 34px;
}@media screen and (min-width: 992px) {
  footer .footer-logo {
    margin-top: 0;
  }
}footer .footer-logo img {
  height: 50px;
  margin-top: 45px;
}@media screen and (min-width: 992px) {
  footer .footer-logo img {
    margin-top: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}.modal-content {
  border-radius: 0;
}.PageComments {
  position: relative;
  margin-top: 21px;
}.PageComments textarea {
  padding: 1rem 1.5rem;
}.PageComments .comment {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}.PageComments .comment-editrow {
  display: flex;
  column-gap: 2rem;
}.PageComments .comment-editrow .btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #333;
}.PageComments .comment-editrow .btn-default:hover {
  background-color: #f2f2f2;
  border-color: #333;
}.PageComments .comment-editrow:first-child {
  margin-bottom: 10px;
}.PageComments .comment-editrow:first-child textarea {
  vertical-align: bottom;
}.PageComments .comment-error {
  display: flex;
  align-items: center;
  height: 34px;
  background: #b00060;
  color: white;
}.PageComments .comment-error span {
  margin-left: 7px;
}.PageComments .feedback-comment {
  flex-grow: 1;
  display: flex;
  column-gap: 2rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}.PageComments .feedback-comment label {
  flex-basis: 100%;
  margin: 0 0 0.5rem;
}.PageComments .feedback-comment .comment-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}.PageComments .feedback-comment .comment-textarea {
  width: 100%;
  vertical-align: bottom;
}.PageComments .feedback-comment .comment-error {
  display: flex;
  align-items: center;
  height: 34px;
  background: #b00060;
  color: white;
}.PageComments .feedback-comment .comment-error span {
  margin-left: 7px;
}.PageComments .feedback-comment .comment-button {
  justify-content: flex-start;
  display: flex;
}.PageComments .comment-profileImage {
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 6rem;
}@media screen and (max-width: 767px) {
  .PageComments .comment-profileImage {
    display: none;
  }
}.PageComments .comment-content {
  flex-grow: 1;
}.PageComments .subcomments {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}.PageComments .commentCount {
  margin-bottom: 1.5rem;
}.PageComments .commentText {
  border: 1px solid #c9c9c9;
  padding: 1rem 1.5rem;
}.PageComments .commentText.commentCanEdit {
  padding-right: calc(3.5rem + 4rem + 1.5rem);
}.PageComments .commentLikeIcon {
  width: 17px;
  height: 17px;
}.PageComments .comment-actions {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  margin: 0.2rem 1.5rem 0 1.5rem;
}.PageComments .comment-likecount {
  color: #006e96;
  fill: #006e96;
}.PageComments .comment-timestamp {
  color: #666666;
}.PageComments .comment-list {
  position: relative;
}.PageComments .comment-list.hasComments:before {
  content: "";
  display: table;
  position: absolute;
  height: calc(100% - 12rem);
  width: 1px;
  background-color: #c9c9c9;
  left: 3rem;
  top: calc(4rem + -10px);
  z-index: -1;
}@media screen and (max-width: 767px) {
  .PageComments .comment-list.hasComments:before {
    display: none;
  }
}.PageComments .comment-list.hasComments:after {
  content: "";
  display: table;
  position: absolute;
  height: calc(100% - 12rem);
  width: 60px;
  background-color: white;
  left: calc(3rem - 60px);
  top: calc(4rem + -2px);
  z-index: -1;
}@media screen and (max-width: 767px) {
  .PageComments .comment-list.hasComments:after {
    display: none;
  }
}.PageComments .comment-list .isChildComment {
  position: relative;
}.PageComments .comment-list .isChildComment:before {
  content: "";
  display: table;
  position: absolute;
  width: calc(13%);
  height: 1px;
  background-color: #c9c9c9;
  left: -3.5rem;
  top: 3rem;
  z-index: -1;
}@media screen and (max-width: 767px) {
  .PageComments .comment-list .isChildComment:before {
    display: none;
  }
}.PageComments .comment-list .isLastComment:after {
  content: "";
  display: table;
  position: absolute;
  width: calc(13%);
  height: 7px;
  background-color: white;
  left: -3.5rem;
  top: calc(3rem + 1px);
  z-index: -1;
}@media screen and (max-width: 767px) {
  .PageComments .comment-list .isLastComment:after {
    display: none;
  }
}.PageComments .comment-editmenu {
  position: absolute;
  right: 0;
  height: 4rem;
  width: 4rem;
  top: 0;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1px 6px;
}.PageComments .comment-editmenu:hover {
  background-color: #f2f2f2;
}.PageComments .comment-editmenu .commentEditIcon {
  width: 60%;
  height: 60%;
}.PageComments .comment-editoptionlist {
  position: absolute;
  right: 3.5rem;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
  box-shadow: 0px 2px 4px 0px #cccccc;
}.PageComments .comment-editoptionlist .comment-editoption {
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  background-color: #ffffff;
  border: 1px solid #333;
  padding: 12px;
  font-weight: normal;
}.PageComments .comment-editoptionlist .comment-editoption:hover {
  background-color: #f2f2f2;
}.PageComments .comment-editoptionlist .comment-editoption:last-of-type {
  border-top: 0;
}.PageComments .comment-editoptionlist .commentEditOptionIcon {
  width: 20px;
  height: 20px;
}.PageLike {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4.5rem;
}.likeButton {
  display: flex;
  align-content: center;
}.likeButton.btn-default {
  background-color: #ffffff;
  color: #000000;
  border-color: #333;
}.likeButton.btn-default:hover {
  background-color: #f2f2f2;
  border-color: #333;
}.likeButton.btn-primary svg {
  fill: #ffffff;
}.likeButton svg {
  max-height: 17px;
  max-width: 17px;
  margin-top: 0.15em;
  margin-right: 0.25em;
}.comment-modal-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: baseline;
}.comment-modal-header button.close {
  opacity: 1;
}.PageListItem {
  border-bottom: 1px solid #c9c9c9;
}.PageListItem:last-of-type {
  border-bottom: none;
}.PageListItem svg.icon {
  width: 19px;
  height: 19px;
  position: relative;
  top: 0.4rem;
}.PageListItem--Large {
  padding: 0 !important;
}.PageListItem--Large > a {
  display: flex;
}.PageListItem--Large > a > img {
  width: 100%;
}.PageListItem--Large .news-info {
  padding: 15px 20px;
}.PageListItem > a {
  position: relative;
  display: block;
}.PageListItem > a .sticky {
  position: relative;
  left: -27px;
  background: #D8C9E7;
  padding: 4px 8px 4px 16px;
  font-size: 16px;
  font-family: Calibri, Gill Sans, sans-serif;
  line-height: 16px;
  width: -moz-fit-content;
  width: fit-content;
}.PageListItem.CalendarEntryPageListItem .date {
  font-style: normal;
}.pagination {
  display: block;
}.pagination.pagination-centered {
  justify-content: center;
}.pagination.pagination-centered .paginator {
  width: 100%;
}.pagination.pagination-centered .paginator ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}.pagination.pagination-centered .paginator ul li .pagenumber {
  border: solid thin #333;
  background-color: #ffffff;
  padding: 12px 15px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  line-height: 26px;
}.pagination.pagination-centered .paginator ul li .pagenumber.active {
  border: solid thin #D8C9E7;
  background-color: #D8C9E7;
  color: #000000;
}.pagination.pagination-centered .paginator ul li .pagenumber.next.mobile,
.pagination.pagination-centered .paginator ul li .pagenumber.previous.mobile {
  display: none;
}.pagination.pagination-centered .paginator ul li .pagenumber:focus,
.pagination.pagination-centered .paginator ul li .pagenumber :focus-visible {
  outline: 3px solid HighLight;
  outline-offset: 0.15rem;
}.pagination.pagination-centered .paginator ul li.mobile-free {
  display: inline;
}@media screen and (max-width: 767px) {
  .pagination.pagination-centered .paginator ul li .pagenumber.next,
  .pagination.pagination-centered .paginator ul li .pagenumber.previous {
    display: none;
    padding: 12px;
  }
  .pagination.pagination-centered .paginator ul li .pagenumber.next.mobile,
  .pagination.pagination-centered .paginator ul li .pagenumber.previous.mobile {
    display: inline-block;
  }
  .pagination.pagination-centered .paginator ul li .pagenumber.next.mobile .icon,
  .pagination.pagination-centered .paginator ul li .pagenumber.previous.mobile .icon {
    width: 13px;
    height: 13px;
    position: relative;
  }
  .pagination.pagination-centered .paginator ul li.mobile-free {
    display: inline-block;
    margin-right: 0;
  }
}.combobox-countries #input-group-combobox {
  position: relative;
}.combobox-countries #input-group-combobox .flag-img {
  position: absolute;
  left: 12px;
  top: 15px;
  z-index: 3;
}.combobox-countries #input-group-combobox img[style*='visibility: hidden'] + input {
  padding-left: 15px;
}.combobox-countries #input-group-combobox img:not([style*='visibility: hidden']) + input {
  padding-left: 38px;
}.combobox-countries #input-group-combobox input.form-control {
  font-family: BauWebPro, Arial, sans-serif;
  font-weight: normal;
}.combobox-countries #input-group-combobox input.form-control:focus {
  outline: none;
}.combobox-countries #input-group-combobox:focus-within {
  border: 2px solid #62269e;
}.combobox-countries .dropdown-toggle {
  border: 1px solid #000000;
  border-left: none;
  height: 46px;
}.combobox-countries .dropdown-toggle:focus,
.combobox-countries .dropdown-toggle:hover {
  outline: none;
  background-color: #ffffff;
}.combobox-countries .dropdown-toggle .up_down {
  padding-top: 3px;
}.combobox-countries .dropdown-toggle .up_down .icon.icon-triangel-pil-upp {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.15789474em;
  display: none;
}.combobox-countries .dropdown-toggle .up_down .icon.icon-triangel-pil-ned {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.15789474em;
}.combobox-countries .flag-img {
  width: 20px;
  margin-right: 10px;
}.combobox-countries .dropdown-menu {
  width: 100%;
  position: relative;
  max-height: 310px;
  overflow-y: auto;
}.combobox-countries .dropdown-menu li {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  font-family: BauWebPro, Arial, sans-serif;
  font-weight: normal;
  padding: 8px;
  margin: 0 5px 0 4px;
}.combobox-countries .dropdown-menu li.emptySearch {
  display: none;
  font-family: Calibri, Arial, sans-serif;
  border-bottom: none;
}.combobox-countries .dropdown-menu li:hover,
.combobox-countries .dropdown-menu li:hover > a {
  background-color: #e5e5e5;
}.combobox-countries .dropdown-menu li:focus-within,
.combobox-countries .dropdown-menu li:focus {
  background-color: #e5e5e5;
  outline-style: solid;
  outline-color: #000000;
  outline-offset: 2px;
}.combobox-countries .dropdown-menu li.active,
.combobox-countries .dropdown-menu li.active > a,
.combobox-countries .dropdown-menu li.active:focus,
.combobox-countries .dropdown-menu li.active > a:focus {
  background: #e5e5e5;
  outline-color: #000000;
  color: #000000;
}.combobox-countries .dropdown-menu li.highlight,
.combobox-countries .dropdown-menu li.highlight.active > a,
.combobox-countries .dropdown-menu li.highlight:hover > a,
.combobox-countries .dropdown-menu li.highlight > a:focus,
.combobox-countries .dropdown-menu li.highlight > a:hover {
  background: #62269e;
  color: #ffffff;
}.combobox-countries .dropdown-menu li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
}.combobox-countries .dropdown-menu li a:focus {
  outline: none;
  background-color: #e5e5e5;
}.combobox-countries .dropdown-menu li a .land {
  display: flex;
  align-content: start;
  padding-top: 3px;
}.combobox-countries .dropdown-menu li a .land .flag-img {
  width: 24px;
  height: 20px;
  margin-right: 8px;
}.combobox-countries .dropdown-menu li a .land .namn {
  text-align: left;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/*******************************************************
	
	Theme colors for Syv-portal

*******************************************************/
@media screen and (min-width: 992px) {
  #main-container.syv .logo-search-row {
    min-height: 86px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main-container.syv .logo-container h1 {
    height: 50px;
    margin-bottom: 8px;
  }
}
#main-container.syv .logo-container .logo {
  max-height: 50px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main-container.syv .logo-container .logo {
    position: relative;
  }
}
#main-container.syv .blocks-main-area .block h1,
#main-container.syv .blocks-main-area .block h2,
#main-container.syv .related-links-section .block h1,
#main-container.syv .related-links-section .block h2,
#main-container.syv .login-form-block h2,
#main-container.syv .login-form-block h3 {
  color: #62269e;
}
#main-container.syv #articleBody h1,
#main-container.syv #listingBody h1,
#main-container.syv #newslist-body h1,
#main-container.syv #newsBody h1 {
  color: #000000;
}
#main-container.syv .text-primary {
  color: #62269e;
}
#main-container.syv .text-info {
  color: #62269e;
}
#main-container.syv .ContentAreaMiddle * .header.text {
  color: #62269e;
}
#main-container.syv .ContentAreaRight * .link-list-block h2 {
  color: #000;
}
#main-container.syv .main-header-text {
  color: #62269e;
}
#main-container.syv .btn-primary,
#main-container.syv .btn-info {
  background-color: #62269e;
  color: #fff;
}
#main-container.syv .btn-primary:hover,
#main-container.syv .btn-info:hover,
#main-container.syv .btn-primary:focus,
#main-container.syv .btn-info:focus {
  background-color: #8151B1;
}
#main-container.syv .dropdown-menu > li.active a {
  background-color: #b00060;
  color: #000;
}
#main-container.syv table {
  /*
            All tables without thead will have the first row styled as a table head
        */
}
#main-container.syv table thead {
  /*
                Reset styling for first row if there is a thead
            */
}
#main-container.syv table thead tr td,
#main-container.syv table thead tr th {
  background-color: #62269e;
  color: #fff;
}
#main-container.syv table thead + tbody tr:first-child td {
  background-color: #f2f2f2;
  color: #000;
}
#main-container.syv table tr:first-child td,
#main-container.syv table tr:first-child th {
  background-color: #62269e;
  color: #fff;
}
