/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "ku-symbols";
  font-display: swap;
  src: url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/KU.eot");
  src: url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/KU.eot?#iefix") format('embedded-opentype'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/KU.woff2") format('woff2'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/KU.woff") format('woff'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/KU.ttf") format('truetype'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/KU.svg#ku_symbols") format('svg');
}
@font-face {
  font-family: 'Glyphicons Halflings';
  font-display: swap;
  src: url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.eot");
  src: url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.woff") format('woff'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro: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";
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.social-heading {
  margin-top: 0;
}
.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 5px!important;
}
.social-icons li + li {
  margin-left: 8px;
}
.social-icons .icon {
  width: 31px;
  height: 31px;
  font-size: 30px;
  background-color: #999;
  color: #fff;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .social-icons li {
    padding-top: 5px;
  }
}
.social-icons a {
  display: inline-block;
  text-decoration: none;
}
.social-icons a:hover {
  color: transparent;
}
.icon-facebook:before {
  content: "\66";
}
.icon-facebook:hover {
  background-color: #4267b2;
}
.icon-futurity:before {
  content: "\75";
}
.icon-futurity:hover {
  background-color: #b85c00;
}
.icon-instagram:before {
  content: "\69";
}
.icon-instagram:hover {
  background-color: #3e5a98;
}
.icon-twitter:before {
  content: "\74";
}
.icon-twitter:hover {
  background-color: #0b7bc1;
}
.icon-rss:before {
  content: "\72";
}
.icon-rss:hover {
  background-color: #f7941e;
}
.icon-linkedin:before {
  content: "\6c";
}
.icon-linkedin:hover {
  background-color: #0073b1;
}
.icon-coursera:before {
  content: "\63";
}
.icon-coursera:hover {
  background-color: #408bc9;
}
.icon-video:before {
  content: "\76";
}
.icon-video:hover {
  background-color: #439639;
}
.icon-conversation:before {
  content: "\6f";
}
.icon-conversation:hover {
  background-color: #d8352a;
}
.icon-vimeo:before {
  content: "\62";
}
.icon-vimeo:hover {
  background-color: #d12223;
}
.icon-youtube:before {
  content: "\79";
}
.icon-youtube:hover {
  background-color: #f00;
}
.icon-tablet:before {
  content: "\77";
}
.icon-desktop {
  font-weight: 700;
}
.icon-desktop:before {
  content: "\7a";
}
.icon-phone:before {
  content: "\70";
}
.icon-phone:hover {
  background-color: #901a1e;
}
.icon-menu_arrow:before {
  content: "\78";
}
.icon-arrow:before {
  content: "\61";
  text-transform: none;
}
.icon-arrow-back:before {
  content: "\61";
  transform: rotate(180deg) translate3d(0, 0, 0);
  display: inline-block;
}
.icon-quote:before {
  content: "\71";
}
.icon-ku-logo {
  font-size: 20px;
}
.icon-ku-logo:before {
  content: "\6b";
}
.icon-radio-button:before {
  content: "\6d";
}
.icon-radio-button-active:before {
  content: "\73";
}
.icon-exclamation:before {
  content: "\65";
}
.icon-padlock:before {
  content: "\64";
}
.icon-forbidden:before {
  color: #999;
}
.icon-forbidden:after {
  top: -3px;
  left: 47%;
  width: 1px;
  height: 111%;
  position: absolute;
  content: "";
  border-left: 3px solid #a61e23;
  transform: rotateZ(50deg);
  transform-origin: left center;
}open-sans-v23-latin-ext_latin
.icon-forbidden[data-forbidden="*"] {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: border-box;
}
@font-face {
  font-family: "Open Sans";
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-300.eot');
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-300.woff2') format('woff2'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-300.woff') format('woff'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-300.ttf') format('truetype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-300.svg#OpenSans') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-400.eot');
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-400.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-400.woff2') format('woff2'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-400.woff') format('woff'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-400.ttf') format('truetype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-400.svg#OpenSans') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-600.eot');
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-600.woff2') format('woff2'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-600.woff') format('woff'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-600.ttf') format('truetype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-600.svg#OpenSans') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-700.eot');
  src: url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-700.woff2') format('woff2'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-700.woff') format('woff'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-700.ttf') format('truetype'), url('/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/open-sans-v23-latin-ext_latin-700.svg#OpenSans') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.5;
  color: #252525;
  background-color: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  position: relative;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  body {
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
  }
}
:root {
  --scroll-bar: 10px;
  --scrollPercentage: 0;
  font-size: 16px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2c6694;
  text-decoration: underline;
}
a:hover {
  color: #2c6694;
  text-decoration: underline;
}
a:focus {
  color: #2c6694;
  text-decoration: none;
  outline: 1px dotted #000;
}
a:visited {
  color: #3d239c;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 2px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 10px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  float: left;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  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;
}
@media (max-width: 768px) {
  .btn,
  .form-control {
    height: auto!important;
  }
}
.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);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.3333333;
  color: inherit;
  letter-spacing: .7px;
}
.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: #757575;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
  font-weight: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 19px;
  margin-bottom: 10px;
}
.h1 .small,
.h2 .small,
.h3 .small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 75%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.h4 .small,
.h5 .small,
.h6 .small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 26px;
  margin-top: 23px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    margin-top: 20px;
  }
}
.h2,
h2 {
  font-size: 21px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 20px;
  }
}
.h3,
h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 17px;
  }
}
.h4,
h4 {
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 15px;
  }
}
.h5,
h5 {
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 13px;
  }
}
.h6,
h6 {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 13px;
  }
}
.gcitem > * ~ h1:first-of-type {
  margin-top: 20px;
}
p {
  margin: 8px 0 15px;
}
p:empty {
  display: none;
}
p:empty + p {
  margin-top: 0;
}
.small,
small {
  font-size: 92%;
}
.mark,
mark {
  background-color: #ffdec0;
  padding: .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: #757575;
}
.text-primary {
  color: #39808e;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2a5f6a;
}
.text-success {
  color: #454e32;
}
a.text-success:hover,
a.text-success:focus {
  color: #2a2f1e;
}
.text-info {
  color: #3f6265;
}
a.text-info:hover,
a.text-info:focus {
  color: #2b4446;
}
.text-warning {
  color: #6d501d;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #453212;
}
.text-danger {
  color: #7b161a;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #500e11;
}
.bg-primary {
  color: #fff;
  background-color: #39808e;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2a5f6a;
}
.bg-success {
  background-color: #e0eacc;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #cadba8;
}
.bg-info {
  background-color: #e2edee;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #c2d9db;
}
.bg-warning {
  background-color: #ffdec0;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffc38d;
}
.bg-danger {
  background-color: #e3c6c7;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #d2a4a5;
}
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 9.5px;
  padding-left: 17px;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  margin-top: 2px;
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-top: 2px;
  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: 19px;
}
dd,
dt {
  line-height: 1.5;
  margin-top: 4px;
}
dt {
  font-weight: 600;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dd,
  .dl-horizontal dt {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title] {
  text-decoration: none;
  border-bottom: 0;
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #757575;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  width: 100%;
  position: relative;
  margin: 23px 0;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  blockquote {
    float: right;
    width: 49%;
    margin: 0 0 7px 10px;
    padding: 0 0 9.5px 19px;
    font-size: 16.25px;
  }
}
blockquote:before {
  content: "\71";
}
blockquote::before {
  top: 10px;
  left: 0;
  font-size: 45px;
  color: inherit;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: .5;
  margin: 0 10px 10px 0;
}
blockquote p {
  margin-top: 5px;
  margin-bottom: 3px;
}
blockquote ol:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 90%;
  line-height: 1.5;
}
blockquote footer:before {
  content: '\2014 \00A0';
}
blockquote.full-width {
  width: 100%;
  padding: 0;
  margin: 23px 0;
  float: none;
}
.right-side blockquote {
  width: 100%!important;
  margin-left: 0;
  padding-left: 0;
}
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.5;
}
.deloverskrift {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .7px;
  margin: 20px 0 0;
  padding: 0 5px 8px 0;
  border-bottom: 1px solid #959595;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 95%;
  color: #901a1e;
  background-color: #eee;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 95%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px !important;
  margin: 0 0 9.5px;
  font-size: 13px;
  white-space: pre-wrap;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #252525;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}
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 {
  padding-left: 26px;
  padding-right: 26px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 746px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
.container-fluid {
  padding-left: 26px;
  padding-right: 26px;
}
.row {
  margin-left: -13px;
  margin-right: -13px;
}
.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: 13px;
  padding-right: 13px;
}
.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;
  border-collapse: collapse;
  font-size: 13px;
}
table.list tr th {
  border-top: 1px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #4a4949;
}
table.list tr td {
  padding: 8px 4px 8px 0;
  border-bottom: 1px solid #eee;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left;
  font-size: 92%;
  caption-side: bottom;
  border-bottom: 1px solid #ccc;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.table > tbody > tr > td,
.table > thead > tr > td,
.table > tfoot > tr > td,
.table > tbody > tr > th,
.table > thead > tr > th,
.table > tfoot > tr > th {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  font-size: 13px;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .table > tbody > tr.highlight {
    background-color: #e0e0e0 !important;
  }
}
.pct_10 {
  width: 10%;
}
.pct_15 {
  width: 15%;
}
.pct_20 {
  width: 20%;
}
.pct_25 {
  width: 25%;
}
.pct_30 {
  width: 30%;
}
.pct_35 {
  width: 35%;
}
.pct_40 {
  width: 40%;
}
.pct_45 {
  width: 45%;
}
.table-condensed > tbody > tr > td,
.table-condensed > thead > tr > td,
.table-condensed > tfoot > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > thead > tr > th,
.table-condensed > tfoot > tr > th {
  padding: 5px;
}
.table-condensed p {
  margin: 2px 0;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > tfoot > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-noborder > tbody > tr > td,
.table-noborder > thead > tr > td,
.table-noborder > tfoot > tr > td,
.table-noborder > tbody > tr > th,
.table-noborder > thead > tr > th,
.table-noborder > tfoot > tr > th {
  border: 0;
}
.table-cellspacing {
  border-spacing: 3px;
  border-collapse: separate;
}
.table-cellspacing > tr > td,
.table-cellspacing > tr > th {
  border: 0;
}
.table-with-img-col > tbody > tr > td:first-child {
  padding-left: 0;
}
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: #e0eacc;
}
.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: #d5e3ba;
}
.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: #e2edee;
}
.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: #d2e3e5;
}
.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: #ffdec0;
}
.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: #ffd1a6;
}
.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: #e3c6c7;
}
.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: #dbb5b6;
}
.table-responsive {
  padding-right: 1px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: .01%;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #252525;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
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: 1px dotted #000;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.5;
  color: #252525;
}
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 10px;
  line-height: 1.5;
  color: #252525;
  background-color: #fff;
  background-image: none;
  border: 1px solid #757575;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #757575;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
select.form-control {
  max-width: 100%;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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: 33px;
  }
  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: 27px;
  }
  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: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group .form-group {
  margin-bottom: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 19px;
  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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 32px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 27px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-sm {
  height: 27px;
  line-height: 27px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 27px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 27px;
  line-height: 27px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 27px;
  min-height: 31px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.3333333;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 34px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.5;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  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: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 27px;
  height: 27px;
  line-height: 27px;
}
.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: #454e32;
}
.has-success .form-control {
  border-color: #454e32;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2a2f1e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7c8c5a;
}
.has-success .input-group-addon {
  color: #454e32;
  border-color: #454e32;
  background-color: #e0eacc;
}
.has-success .form-control-feedback {
  color: #454e32;
}
.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: #6d501d;
}
.has-warning .form-control {
  border-color: #6d501d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #453212;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #be8b32;
}
.has-warning .input-group-addon {
  color: #6d501d;
  border-color: #6d501d;
  background-color: #ffdec0;
}
.has-warning .form-control-feedback {
  color: #6d501d;
}
.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: #7b161a;
}
.has-error .form-control {
  border-color: #7b161a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #500e11;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d2252c;
}
.has-error .input-group-addon {
  color: #7b161a;
  border-color: #7b161a;
  background-color: #e3c6c7;
}
.has-error .form-control-feedback {
  color: #7b161a;
}
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #757575;
}
@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;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -13px;
  margin-right: -13px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 13px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
body.Form .input-group-addon:last-child {
  font-weight: 400;
  padding: 6px 8px;
}
body.Form .input-group-addon:not(first-child):not(last-child) {
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #757575;
  border-left: 0;
}
body.Form .has-error .input-group-addon {
  border-color: #7b161a;
  border-width: 1px 1px 1px 0;
}
.mandatory {
  color: #7b161a;
}
.form-tooltip {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 10px;
  line-height: 1.5;
  color: #252525;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: auto;
  padding: 6px 8px;
  font-weight: 400;
  background-color: #eee;
  border: 1px solid #757575;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}
.form-tooltip:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-tooltip::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.form-tooltip:-ms-input-placeholder {
  color: #757575;
}
.form-tooltip::-webkit-input-placeholder {
  color: #757575;
}
.form-tooltip::-ms-expand {
  border: 0;
  background-color: transparent;
}
select.form-tooltip {
  max-width: 100%;
}
.form-tooltip[disabled],
.form-tooltip[readonly],
fieldset[disabled] .form-tooltip {
  background-color: #eee;
  opacity: 1;
}
.form-tooltip[disabled],
fieldset[disabled] .form-tooltip {
  cursor: not-allowed;
}
textarea.form-tooltip {
  height: auto;
}
.form-tooltip::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.form-control::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.remember_mandatory {
  margin-bottom: 15px;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  select.form-control:not([multiple]) {
    padding-right: 25px;
    background-image: url("data:image/svg+xml,\
            <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='10px' height='10px' viewBox='0 0 1000 1000' fill='rgb(51,51,51)'>\
                <path d='M900 400 l -800 0 l 400 400 z'/>\
            </svg>") !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) 50%;
       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: .7px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}
.btn.focus,
.btn.active.focus,
.btn:active.focus,
.btn:focus,
.btn.active:focus,
.btn:active:focus {
  outline: 1px dotted #000;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #252525;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none;
}
a .btn.disabled,
fieldset[disabled] a .btn {
  pointer-events: none;
}
.btn.go-back::before {
  font-family: 'Glyphicons Halflings';
  content: "\e079";
  margin-right: 2px;
}
.btn .icon {
  margin-left: 5px;
}
.btn-default {
  color: #252525;
  background-color: #f4f4f4;
  border-color: #757575;
}
.btn-default.focus,
.btn-default:focus {
  color: #252525;
  background-color: #dbdbdb;
  border-color: #353535;
}
.btn-default:hover {
  color: #252525;
  background-color: #dbdbdb;
  border-color: #565656;
}
a .btn-default:visited {
  color: #252525;
}
.btn-default.active,
.btn-default:active,
.btn-default .open > .dropdown-toggle {
  color: #252525;
  background-color: #dbdbdb;
  border-color: #565656;
}
.btn-default.active.focus,
.btn-default:active.focus,
.btn-default .open > .dropdown-toggle.focus,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default .open > .dropdown-toggle:focus,
.btn-default.active:hover,
.btn-default:active:hover,
.btn-default .open > .dropdown-toggle:hover {
  color: #252525;
  background-color: #c9c9c9;
  border-color: #353535;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover {
  background-color: #f4f4f4;
  border-color: #757575;
}
.btn-default .badge {
  color: #f4f4f4;
  background-color: #252525;
}
.btn-primary {
  color: #252525;
  background-color: #fbfbfb;
  border-color: #757575;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #252525;
  background-color: #e2e2e2;
  border-color: #353535;
}
.btn-primary:hover {
  color: #252525;
  background-color: #e2e2e2;
  border-color: #565656;
}
a .btn-primary:visited {
  color: #252525;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary .open > .dropdown-toggle {
  color: #252525;
  background-color: #e2e2e2;
  border-color: #565656;
}
.btn-primary.active.focus,
.btn-primary:active.focus,
.btn-primary .open > .dropdown-toggle.focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary .open > .dropdown-toggle:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary .open > .dropdown-toggle:hover {
  color: #252525;
  background-color: #d0d0d0;
  border-color: #353535;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover {
  background-color: #fbfbfb;
  border-color: #757575;
}
.btn-primary .badge {
  color: #fbfbfb;
  background-color: #252525;
}
.btn-success {
  color: #fff;
  background-color: #617e25;
  border-color: #526a1f;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #435719;
  border-color: #060802;
}
.btn-success:hover {
  color: #fff;
  background-color: #435719;
  border-color: #2d3b11;
}
a .btn-success:visited {
  color: #fff;
}
.btn-success.active,
.btn-success:active,
.btn-success .open > .dropdown-toggle {
  color: #fff;
  background-color: #435719;
  border-color: #2d3b11;
}
.btn-success.active.focus,
.btn-success:active.focus,
.btn-success .open > .dropdown-toggle.focus,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success .open > .dropdown-toggle:focus,
.btn-success.active:hover,
.btn-success:active:hover,
.btn-success .open > .dropdown-toggle:hover {
  color: #fff;
  background-color: #2d3b11;
  border-color: #060802;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover {
  background-color: #617e25;
  border-color: #526a1f;
}
.btn-success .badge {
  color: #617e25;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #577d7f;
  border-color: #4d6e70;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #425f61;
  border-color: #192424;
}
.btn-info:hover {
  color: #fff;
  background-color: #425f61;
  border-color: #344a4c;
}
a .btn-info:visited {
  color: #fff;
}
.btn-info.active,
.btn-info:active,
.btn-info .open > .dropdown-toggle {
  color: #fff;
  background-color: #425f61;
  border-color: #344a4c;
}
.btn-info.active.focus,
.btn-info:active.focus,
.btn-info .open > .dropdown-toggle.focus,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info .open > .dropdown-toggle:focus,
.btn-info.active:hover,
.btn-info:active:hover,
.btn-info .open > .dropdown-toggle:hover {
  color: #fff;
  background-color: #344a4c;
  border-color: #192424;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover {
  background-color: #577d7f;
  border-color: #4d6e70;
}
.btn-info .badge {
  color: #577d7f;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #bb5b02;
  border-color: #a24f02;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #894201;
  border-color: #241100;
}
.btn-warning:hover {
  color: #fff;
  background-color: #894201;
  border-color: #653101;
}
a .btn-warning:visited {
  color: #fff;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning .open > .dropdown-toggle {
  color: #fff;
  background-color: #894201;
  border-color: #653101;
}
.btn-warning.active.focus,
.btn-warning:active.focus,
.btn-warning .open > .dropdown-toggle.focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning .open > .dropdown-toggle:focus,
.btn-warning.active:hover,
.btn-warning:active:hover,
.btn-warning .open > .dropdown-toggle:hover {
  color: #fff;
  background-color: #653101;
  border-color: #241100;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover {
  background-color: #bb5b02;
  border-color: #a24f02;
}
.btn-warning .badge {
  color: #bb5b02;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #7b161a;
  border-color: #651215;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #500e11;
  border-color: #000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #500e11;
  border-color: #31090a;
}
a .btn-danger:visited {
  color: #fff;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger .open > .dropdown-toggle {
  color: #fff;
  background-color: #500e11;
  border-color: #31090a;
}
.btn-danger.active.focus,
.btn-danger:active.focus,
.btn-danger .open > .dropdown-toggle.focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger .open > .dropdown-toggle:focus,
.btn-danger.active:hover,
.btn-danger:active:hover,
.btn-danger .open > .dropdown-toggle:hover {
  color: #fff;
  background-color: #31090a;
  border-color: #000;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover {
  background-color: #7b161a;
  border-color: #651215;
}
.btn-danger .badge {
  color: #7b161a;
  background-color: #fff;
}
.btn-social {
  text-transform: uppercase;
  letter-spacing: .7px;
  font-weight: 700;
  position: relative;
  padding-right: 30px;
}
.btn-social::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  position: absolute!important;
}
.btn-social.facebook {
  color: #fff;
  background-color: #4267b2;
  border-color: #364e92;
}
.btn-social.facebook:focus {
  color: #fff;
  background-color: #34518d;
  border-color: #141c35;
}
.btn-social.facebook:hover {
  color: #fff;
  background-color: #34518d;
  border-color: #253665;
}
.btn-social.facebook::after {
  content: "\66";
  top: -2px;
  margin-left: 2px;
  font-size: 27px;
}
.btn-social.linkedin {
  color: #fff;
  background-color: #0073b1;
  border-color: #084461;
}
.btn-social.linkedin:focus {
  color: #fff;
  background-color: #00527e;
  border-color: #000;
}
.btn-social.linkedin:hover {
  color: #fff;
  background-color: #00527e;
  border-color: #031c28;
}
.btn-social.linkedin::after {
  content: "\6c";
  font-size: 24px;
  top: 2px;
  margin-left: 7px;
}
.btn-social.twitter {
  color: #fff;
  background-color: #0b7bc1;
  border-color: #0075a2;
}
.btn-social.twitter:focus {
  color: #fff;
  background-color: #085c91;
  border-color: #001922;
}
.btn-social.twitter:hover {
  color: #fff;
  background-color: #085c91;
  border-color: #004965;
}
.btn-social.twitter::after {
  content: "\74";
  font-size: 22px;
  top: 4px;
  margin-left: 5px;
}
.btn-social.instagram {
  color: #fff;
  background-color: #c13584;
  border-color: #ad3076;
  background: linear-gradient(45deg, #c13584, #e1306c, #fd1d1d);
}
.btn-social.instagram:focus {
  color: #fff;
  background-color: #992a69;
  border-color: #491432;
}
.btn-social.instagram:hover {
  color: #fff;
  background-color: #992a69;
  border-color: #7d2255;
}
.btn-social.instagram::after {
  content: "\69";
  font-size: 23px;
  top: 4px;
  margin-left: 5px;
}
.btn-social.youtube {
  color: #fff;
  background-color: #f00;
  border-color: #e60000;
}
.btn-social.youtube:focus {
  color: #fff;
  background-color: #c00;
  border-color: #600;
}
.btn-social.youtube:hover {
  color: #fff;
  background-color: #c00;
  border-color: #a80000;
}
.btn-social.youtube::after {
  content: "\79";
  font-size: 30px;
  top: 0;
  margin-left: 5px;
}
.btn-link {
  color: #2c6694;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #2c6694;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.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%;
}
.btn.toggleAccordions {
  position: relative;
  padding-right: 25px;
}
.btn.toggleAccordions:before {
  content: "\002b";
}
.btn.toggleAccordions:before {
  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;
  position: absolute;
  top: 48%;
  right: 5px;
  transform: translateY(-50%);
  color: #757575;
}
.btn.toggleAccordions.expanded:before {
  content: "\2212";
}
.fade {
  opacity: 0;
  transition: opacity .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;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.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: 12px;
  letter-spacing: normal;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 1.085em;
  font-weight: normal;
  line-height: 1.5;
  color: #252525;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #181818;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #39808e;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #757575;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  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: 12px;
  line-height: 1.5;
  color: #757575;
  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: 4px dashed;
  border-bottom: 4px 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.active,
.btn-group-vertical > .btn.active,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  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 > .input-group,
.btn-toolbar > .btn-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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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,
.btn-group-vertical > .btn-group {
  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-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn + .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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
@-moz-document url-prefix() {
  .input-group-btn .btn {
    height: 33px;
  }
}
.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: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
  height: 45px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
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 {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 2px;
  height: 27px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 27px;
  line-height: 27px;
}
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 .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #252525;
  text-align: center;
  background-color: #eee;
  border: 1px solid #757575;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 2px;
}
.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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .btn {
  margin-right: -2px;
}
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .btn {
  z-index: 2;
  margin-left: -2px;
}
.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 10px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #757575;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #757575;
  text-decoration: none;
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #757575;
  border-color: #2c6694;
}
.nav > li > a > img {
  max-width: none;
}
@media (min-width: 767px) {
  .ku-nav {
    display: block;
  }
  .ku-nav ul.nav > li + li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    height: 40%;
    width: 1px;
    background: #cfcfcf;
  }
  .ku-nav ul.nav > li:first-child > a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .nav-pills,
  .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav-pills > li,
.nav-tabs > li {
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 768px) {
  .nav-pills > li,
  .nav-tabs > li {
    margin-bottom: -2px;
  }
}
.nav-pills > li > a,
.nav-tabs > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #fff;
  background-color: #757575;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  position: relative;
}
.nav-pills > li > a:focus,
.nav-tabs > li > a:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .nav-pills > li > a:not([data-toggle="dropdown"]),
  .nav-tabs > li > a:not([data-toggle="dropdown"]) {
    padding-right: 30px;
  }
  .nav-pills > li > a:not([data-toggle="dropdown"]):before,
  .nav-tabs > li > a:not([data-toggle="dropdown"]):before {
    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;
    content: "\002b";
    font-size: 12px;
    color: inherit;
    position: absolute;
    top: 12px;
    right: 7px;
    width: 17px;
    overflow: hidden;
  }
}
.nav-pills > li.active > a,
.nav-tabs > li.active > a {
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: default;
  color: #252525;
}
@media (min-width: 768px) {
  .nav-pills > li.active > a,
  .nav-tabs > li.active > a {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nav-pills > li.active > a:not([data-toggle="dropdown"]):before,
  .nav-tabs > li.active > a:not([data-toggle="dropdown"]):before {
    content: "\2212";
    right: 7px;
  }
}
@media (min-width: 768px) {
  .nav-pills > li + li > a,
  .nav-tabs > li + li > a {
    margin-left: 1px;
  }
}
.nav-pills.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-pills.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-pills.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  text-align: center;
  margin-bottom: 5px;
}
.nav-pills.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-pills.nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-pills.nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-pills.nav-justified > li + li,
  .nav-tabs.nav-justified > li + li {
    border-left: 2px solid #fff;
  }
}
.nav-pills.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
}
.nav-stacked {
  display: block;
  border-bottom: 0;
}
.nav-stacked > li {
  float: none;
  margin-left: 0;
  margin-bottom: 0;
}
.nav-stacked > li + li {
  margin-top: 2px;
}
.nav-stacked > li a {
  border-bottom: 1px solid #ccc;
}
.nav-stacked > li.active > a {
  border-color: #ccc;
  cursor: default;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  border-radius: 0;
  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;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-justified > li + li {
    border-left: 2px solid #fff;
  }
}
.nav-tabs-justified > li > a {
  margin-right: 0;
}
.tab-content {
  border: 1px solid #ccc;
  border-radius: 0 0 2px 2px;
  padding: 10px;
}
.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;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .95;
  }
}
.ku-nav {
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ku-nav > .container {
    padding-left: 26px;
  }
}
.ku-nav .navbar-nav > li > .dropdown-menu {
  border-top: none;
  font-size: inherit;
}
@media (max-width: 768px) {
  .ku-nav ul.nav li.dropdown:after {
    font-family: 'Glyphicons Halflings';
    content: '\e080';
    z-index: 2;
    color: #757575;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 26px;
    left: auto;
  }
  .ku-nav ul.nav li.dropdown.open:after {
    content: '\e114';
  }
  .ku-nav ul.nav li.dropdown.open ul li a:hover {
    background-color: #f2f2f2;
  }
  .ku-nav ul.nav li.dropdown.open > a {
    background-color: #f2f2f2;
  }
}
@media (min-width: 768px) {
  .ku-nav ul.nav li.dropdown.active:hover > ul.dropdown-menu {
    display: block;
  }
  .ku-nav ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    opacity: .95;
    animation: fadeIn .4s;
  }
  .ku-nav ul.nav li.dropdown:after {
    display: none;
  }
}
.ku-nav ul.nav li > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 13px;
  padding-left: 13px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.container > .navbar-header,
.container-fluid > .navbar-header {
  margin-right: -13px;
  margin-left: -13px;
}
@media (min-width: 768px) {
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .container > .navbar-header,
  .container-fluid > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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: 10.5px 13px;
  font-size: 15px;
  line-height: 19px;
  height: 40px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -13px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 13px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #252525;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.25px -13px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  #navbar_menu {
    display: block;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
}
#topbar_menu {
  display: block;
  height: 100%;
  margin-right: 17px;
  font-size: 13px;
}
#topbar_menu.navbar-nav > li > a {
  padding: 0 7px;
  line-height: 28px;
  text-decoration: none;
}
#topbar_menu.navbar-nav > li > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .dropdown-menu.nyheder {
    top: 100%;
  }
  .dropdown-menu.nyheder > li {
    display: block;
    width: 100%;
    min-width: 350px;
    padding: 5px 10px 5px 7px;
  }
  .dropdown-menu.nyheder > li > a {
    line-height: 1.3;
    padding: 0;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    clear: none;
  }
  .dropdown-menu.nyheder > li > a:focus,
  .dropdown-menu.nyheder > li > a:hover {
    background-color: inherit;
  }
  .dropdown-menu.nyheder > li .small {
    margin-top: 5px;
  }
  .dropdown-menu.nyheder > li img {
    max-width: 115px;
    display: block;
    float: left;
    margin: 0 8px 0 0;
  }
  .dropdown-menu.nyheder > li + li {
    border-top: 1px dotted #ccc;
  }
  .dropdown-menu.nyheder > li.no-track {
    padding-left: 20px;
  }
  .dropdown-menu.nyheder > li:last-child {
    border-top: 0;
  }
}
.navbar-form {
  margin-left: -13px;
  margin-right: -13px;
  padding: 10px 13px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
@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;
    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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-sm {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -13px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #ccc;
}
.navbar-default .navbar-brand {
  color: #252525;
  text-decoration: none;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #0c0c0c;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #252525;
}
.navbar-default .navbar-nav > li > a {
  color: #252525;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #252525;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #252525;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #252525;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #757575!important;
  height: 40px;
  border-color: #ccc;
}
.navbar-inverse a:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}
@media (min-width: 768px) {
  .navbar-inverse {
    height: 28px;
  }
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  text-decoration: underline;
}
.navbar-inverse .navbar-nav > li > a[hreflang|=da]::after,
.navbar-inverse .navbar-nav > li > a[hreflang|=en]::after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 7px;
  right: -18px;
  position: absolute;
  display: inline-block;
  height: 13px;
  width: 19.5px;
}
.navbar-inverse .navbar-nav > li > a[hreflang|=en]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.54 13.09'%3E%3Cdefs%3E%3Cstyle%3E.cl%7Bfill:%23d1121d%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%23fff' d='M0 .09h19.5v13H0z'/%3E%3Cpath class='cl' d='M19.54 5.22h-8.77V0H8.82v5.22H.04v2.62h8.78v5.22h1.95V7.84h8.77'/%3E%3Cpath class='cl' d='M13 8.65h1.45L19.5 12v1m-13-8.68H5.05L0 1V0zm0 4.33H8L1.45 13H0zM13 4.32h-1.45L18.05 0h1.45z' transform='translate(.04 .05)'/%3E%3Cpath d='M0 8.67v2.89l4.31-2.89m15.19 0v2.89l-4.31-2.89zM0 4.34V1.46l4.33 2.88zm19.5 0V1.46l-4.31 2.88zM8.12 13V9l-5.93 4zm3.25 0V9l5.94 4zM8.12 0v4L2.19 0zm3.25 0v4l5.94-4z' transform='translate(.04 .05)' fill='%23242958'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-nav > li > a[hreflang|=da]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.51 13'%3E%3Cdefs%3E%3Cstyle%3E.cl%7Bfill:%23a81916%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%23fff' d='M.04.02h19.47V13H.04z'/%3E%3Cpath class='cl' d='M19.51 5.26V0H8.75v5.28h10.76zM19.51 13V7.74H8.75V13zM0 13h6V7.74H0zM6 0H0v5.23h6z' transform='translate(.01)'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #e2e2e2;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-inverse .navbar-toggle:hover {
  background-color: #222;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #e2e2e2;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ccc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #ccc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #e2e2e2;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #e2e2e2;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .navbar-inverse .navbar-nav > li + li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    height: 40%;
    width: 1px;
    background: #fff;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #e2e2e2;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #e2e2e2;
}
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.navbar-inverse .topbar-logo {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  height: 13px;
  width: 70%;
  top: 13px;
  left: 11px;
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 243.45 10.2"%3E%3Cpath fill="%23fff" d="M1.35 2.8c0-1.4-.1-1.4-.9-1.6l-.3-.1a.28.28 0 010-.5c.7 0 1.3.1 2 .1a13.4 13.4 0 002-.1.28.28 0 010 .5l-.4.1c-.8.1-.9.2-.9 1.6v1.1c0 .4 0 .6.1.7s.4 0 .5-.1A29.07 29.07 0 005.95 2c.4-.5.5-.8.2-.8l-.5-.1c-.2-.1-.2-.5 0-.5.6 0 1.1.1 1.8.1a10.28 10.28 0 001.7-.1.28.28 0 010 .5 7.37 7.37 0 00-1.4.4A7.86 7.86 0 005.95 3l-.9.9c-.4.4-.4.4-.1.8l2.5 3c.7.9 1 1.1 1.9 1.2h.3c.2.1.1.4 0 .5-.6 0-1.1-.1-2-.1a13.4 13.4 0 00-2 .08.28.28 0 010-.5h.3c.5-.1.5-.2.2-.5l-1.8-2.3c-.2-.2-.8-1-1.1-1s-.3.2-.3.8v1.4c0 1.4.1 1.5.9 1.6h.3a.45.45 0 010 .5c-.8 0-1.4-.1-2-.1a12.1 12.1 0 00-1.9.1.35.35 0 01-.1-.5l.2-.1c.8-.2.9-.2.9-1.6l.1-4.4zm18.2-1.5a4.33 4.33 0 011.8 3.7 4.62 4.62 0 01-4.9 4.7 4.87 4.87 0 01-2.5-.6l-.8 1.1a.46.46 0 01-.5-.4l.7-1a4.15 4.15 0 01-1.8-3.6 4.62 4.62 0 014.9-4.7 6.18 6.18 0 012.5.5l.7-1a.46.46 0 01.5.4zm-1.2.5a2.79 2.79 0 00-2-.8c-1.4 0-3.1 1-3.1 3.8a4.89 4.89 0 00.8 2.9zm-3.8 6.4a2.86 2.86 0 002.1.8c1.5 0 3-1 3-3.8a4.7 4.7 0 00-.8-2.9zM26.25 3c0-1.3 0-1.6-.6-1.7l-.6-.1a.28.28 0 010-.5c1-.1 2.2-.1 3.3-.1a6.36 6.36 0 012.5.3 1.86 1.86 0 011.3 1.8c0 .9-.6 1.4-1.6 1.8-.1.1.1.2.5.3a2.29 2.29 0 011.8 2.2 2.13 2.13 0 01-1.3 2.1 6.18 6.18 0 01-2.7.5c-.4 0-1.1-.1-1.8-.1a16.23 16.23 0 00-2.1.1.28.28 0 010-.5l.4-.1c.9-.1.9-.2.9-1.6zm1.5 1.1c0 .3 0 .3.7.3 1.3 0 2.1-.3 2.1-1.6a1.68 1.68 0 00-1.9-1.7c-.8 0-.9.2-.9.5v2.5zm0 3.2c0 1.2.3 1.6 1.5 1.6a1.7 1.7 0 001.9-1.8c0-1.6-1.2-2.1-2.5-2.1-.9 0-.9.1-.9.3zm10.1-4.5c0-1.4-.1-1.4-.8-1.6l-.3-.1a.45.45 0 010-.5c.6 0 1.2.1 1.9.1h2.8a8.2 8.2 0 001.9-.1c0 .2.1 1.2.2 2a.28.28 0 01-.5 0 1.88 1.88 0 00-.4-1c-.3-.5-1.2-.5-1.7-.5h-.9c-.7 0-.7 0-.7.6v2.2c0 .4 0 .4.4.4h.9c1.1 0 1.2-.2 1.3-.8l.1-.4a.45.45 0 01.5 0v2.8a.28.28 0 01-.5 0h-.1c-.2-.6-.3-.8-1.3-.8h-.9c-.4 0-.4.1-.4.5V7c0 .6 0 1.2.2 1.4s.5.3 1.7.3 2-.1 2.6-1.7c.1-.1.5-.1.5.1a8.51 8.51 0 01-.6 2.2c-1.3 0-2.3-.1-3.4-.1h-1.8a18.55 18.55 0 00-2.2.1.28.28 0 010-.5l.5-.1c.9-.1.9-.2.9-1.6.1.1.1-4.3.1-4.3zm17.8.9c0-2-.1-2.5-.9-2.6l-.6-.1a.45.45 0 010-.5c.7 0 1.2.1 1.8.1a10.28 10.28 0 001.7-.1.28.28 0 010 .5l-.6.1c-.5.1-.7.6-.7 2.6v3.4a17 17 0 00.1 2.3.52.52 0 01-.4.2 19.56 19.56 0 00-1.9-2l-3-3.2-1.5-1.5c-.1 0-.1.2-.1.8v2.6c0 2 .1 2.5.9 2.6h.6c.2.1.1.4 0 .5-.7 0-1.2-.1-1.8-.1a10.28 10.28 0 00-1.7.1.28.28 0 010-.5l.6-.1c.5-.1.7-.6.7-2.6V2.7c0-.7 0-.9-.4-1.2-.2-.1-.5-.2-.7-.3l-.3-.1a.45.45 0 010-.5 12.27 12.27 0 001.7.1 2 2 0 00.8-.1 10.39 10.39 0 002 2.5l1.9 1.9c.4.4 1.6 1.7 1.8 1.9.1 0 .1-.3.1-.8l-.1-2.4zm12.5.8c.6 0 .7 0 .7-.5V2.8c0-1.4-.1-1.5-.9-1.6l-.4-.1a.45.45 0 010-.5c.8 0 1.4.1 2 .1a14.08 14.08 0 002-.1.28.28 0 010 .5l-.4.1c-.9.1-.9.2-.9 1.6v4.5c0 1.4.1 1.5.9 1.6h.6a.45.45 0 010 .5c-.8 0-1.5-.1-2.1-.1a14.08 14.08 0 00-2 .1.28.28 0 010-.5l.3-.1c.9-.1.9-.2.9-1.6V5.7c0-.5 0-.5-.7-.5h-3.5c-.7 0-.7 0-.7.5v1.6c0 1.4.1 1.5.9 1.6h.5a.45.45 0 010 .5c-.9 0-1.6-.1-2.2-.1a12.1 12.1 0 00-1.9.1.28.28 0 010-.5l.2-.1c.8-.2.9-.2.9-1.6V2.8c0-1.4-.1-1.5-.9-1.6l-.5-.1a.45.45 0 010-.5c.9 0 1.5.1 2.1.1a14.08 14.08 0 002-.1.28.28 0 010 .5l-.3.1c-.8.2-.9.2-.9 1.6V4c0 .5.1.5.7.5zm9.6 1.7c-.5 0-.5 0-.7.5l-.5 1.3c-.2.6-.2.7.2.8l.6.1c.2.1.1.5-.1.5-.5 0-1-.1-1.6-.1a5.72 5.72 0 00-1.4.1.28.28 0 010-.5l.5-.1c.6-.1.8-.4 1.2-1.3l1.9-4.6a5.78 5.78 0 00.5-1.7 1.27 1.27 0 00.8-.8c.2-.1.3 0 .3.1s.4 1.2.9 2.5l1.8 4.8a1.27 1.27 0 001.1 1.1h.4c.2.1.1.5-.1.5-.5 0-1-.1-1.7-.1a9.72 9.72 0 00-1.8.1.35.35 0 01.1-.5l.4-.1c.5-.1.5-.2.3-.8l-.5-1.3c-.2-.5-.2-.5-.7-.5zm1.6-.6c.5 0 .6 0 .4-.6l-.6-1.7c-.2-.5-.2-.6-.3-.7-.1.1-.1.3-.3.7l-.7 1.8c-.2.5-.2.6.3.6h1.2zm6.8-2.8c-.6-1.3-.7-1.4-1.2-1.5l-.7-.2a.45.45 0 010-.5c.5 0 1.2.1 1.8.1a11.48 11.48 0 001.9-.1.28.28 0 010 .5l-.4.1c-.5.1-.5.3-.1 1.3l1 2.2c.5 1.1.8 1.9 1.1 2.5.4-.8.7-1.7 1.1-2.5s1-2.3 1.2-2.9c.1-.4.1-.6-.5-.7l-.3-.1c-.2-.1-.1-.4 0-.5.6 0 1.1.1 1.6.1a5.31 5.31 0 001.4-.1.35.35 0 01.1.5l-.6.1c-.6.1-.7.3-1.4 1.7l-1.2 3.3a31.23 31.23 0 00-1.4 3.4c-.1.1-.1.1-.2.1s-.2 0-.2-.1a12.2 12.2 0 00-.7-1.7zm18.9.9c0-2-.1-2.5-.9-2.6l-.6-.1a.45.45 0 010-.5c.7 0 1.2.1 1.8.1a10.28 10.28 0 001.7-.1.28.28 0 010 .5l-.6.1c-.5.1-.7.6-.7 2.6v3.4a17 17 0 00.1 2.3.52.52 0 01-.4.2 19.56 19.56 0 00-1.9-2l-3-3.2-1.5-1.5c-.1-.1-.1.1-.1.7v2.6c0 2 .1 2.5.9 2.6l.6.1c.2.1.1.4 0 .5-.7 0-1.2-.1-1.8-.1a10.28 10.28 0 00-1.7.1.28.28 0 010-.5l.6-.1c.5-.1.7-.6.7-2.6V2.7c0-.7 0-.9-.4-1.2-.2-.1-.5-.2-.7-.3l-.3-.1a.45.45 0 010-.5 12.27 12.27 0 001.7.1 2 2 0 00.8-.1 10.39 10.39 0 002 2.5l1.9 1.9c.4.4 1.6 1.7 1.8 1.9.1 0 .1-.3.1-.8l-.1-2.4zm7.6 1.6a2.8 2.8 0 01-1.8-2.4c0-1.5 1.1-2.5 3.1-2.5a12.5 12.5 0 011.9.3 4.6 4.6 0 01.3 2 .28.28 0 01-.5 0 2 2 0 00-1.9-1.7c-1.2 0-1.6.7-1.6 1.4s.5 1.2 1.3 1.6l1.2.6a2.91 2.91 0 011.6 2.5c0 1.6-1.3 2.5-3.3 2.5a4.27 4.27 0 01-2.3-.6 4.17 4.17 0 01-.4-2.1.28.28 0 01.5 0 2.8 2.8 0 002.4 2.1c1 0 1.7-.5 1.7-1.4 0-.6-.3-1.3-1.4-1.9zm15.4-2.5c0-1.4-.1-1.4-.9-1.6l-.3-.1a.45.45 0 010-.5c.7 0 1.3.1 1.9.1a14.08 14.08 0 002-.1.28.28 0 010 .5l-.4.1c-.9.1-.9.2-.9 1.6v2.8c0 2 .7 3.4 2.6 3.4s2.6-1.4 2.6-3.3v-2c0-2-.1-2.5-1-2.6l-.4-.1a.45.45 0 010-.5c.6 0 1.1.1 1.7.1a10.28 10.28 0 001.7-.1.28.28 0 010 .5l-.6.1c-.5.1-.7.6-.7 2.6v2c0 2.6-1.2 3.9-3.7 3.9a4.25 4.25 0 01-2.8-.8 3.77 3.77 0 01-.9-2.8V2.8zm20.1.9c0-2-.1-2.5-.9-2.6l-.6-.1a.45.45 0 010-.5c.7 0 1.2.1 1.8.1a10.28 10.28 0 001.7-.1.28.28 0 010 .5l-.6.1c-.5.1-.7.6-.7 2.6v3.4a17 17 0 00.1 2.3.52.52 0 01-.4.2 19.56 19.56 0 00-1.9-2l-3-3.22-1.5-1.5c-.1 0-.1.2-.1.8v2.6c0 2 .1 2.5.9 2.6l.6.1c.2.1.1.4 0 .5-.7 0-1.2-.1-1.8-.1a10.28 10.28 0 00-1.7.1.28.28 0 010-.5l.6-.1c.5-.1.7-.6.7-2.6v-3.6c0-.7 0-.9-.4-1.2-.2-.1-.5-.2-.7-.3l-.3-.1a.45.45 0 010-.5 12.27 12.27 0 001.7.1 2 2 0 00.8-.1 10.39 10.39 0 002 2.5l1.9 1.9c.4.4 1.6 1.7 1.8 1.9.1 0 .1-.3.1-.8l-.1-2.4zm6.7-.9c0-1.4-.1-1.5-.9-1.6l-.4-.1a.45.45 0 010-.5c.8 0 1.4.1 2 .1a14.08 14.08 0 002-.1.28.28 0 010 .5l-.4.1c-.9.1-.9.2-.9 1.6v4.5c0 1.4.1 1.5.9 1.6l.4.1a.45.45 0 010 .5c-.8 0-1.4-.1-2-.1a14.08 14.08 0 00-2 .1.28.28 0 010-.5l.4-.1c.9-.1.9-.2.9-1.6zm7.3 0c-.6-1.3-.7-1.4-1.2-1.5l-.7-.2a.45.45 0 010-.5c.5 0 1.2.1 1.8.1a11.48 11.48 0 001.9-.1.28.28 0 010 .5l-.4.1c-.5.1-.5.3-.1 1.3l1 2.2c.5 1.1.8 1.9 1.1 2.5.4-.8.7-1.7 1.1-2.5s1-2.3 1.2-2.9c.1-.4.1-.6-.5-.7l-.3-.1c-.2-.1-.1-.4 0-.5.6 0 1.1.1 1.6.1a5.31 5.31 0 001.4-.1.35.35 0 01.1.5l-.6.1c-.6.1-.7.3-1.4 1.7l-1.2 3.3a31.23 31.23 0 00-1.4 3.4c-.1.1-.1.1-.2.1s-.2 0-.2-.1a12.2 12.2 0 00-.7-1.7zm12 0c0-1.4-.1-1.4-.8-1.6l-.4-.1a.45.45 0 010-.5c.6 0 1.2.1 1.9.1h2.8a8.2 8.2 0 001.9-.1c0 .2.1 1.2.2 2a.28.28 0 01-.5 0 1.88 1.88 0 00-.4-1c-.3-.5-1.2-.5-1.7-.5h-.9c-.7 0-.7 0-.7.6v2.2c0 .4 0 .4.4.4h.9c1.1 0 1.2-.2 1.3-.8l.1-.4a.45.45 0 01.5 0v2.8a.28.28 0 01-.5 0c-.2-.6-.3-.8-1.3-.8h-.9c-.4 0-.4.1-.4.5V7c0 .6 0 1.2.2 1.4s.5.3 1.7.3 2-.1 2.6-1.7c.1-.1.5-.1.5.1a8.51 8.51 0 01-.6 2.2c-1.3 0-2.3-.1-3.4-.1h-1.8a18.55 18.55 0 00-2.2.1.28.28 0 010-.5l.5-.1c.9-.1.9-.2.9-1.6l.1-4.3zm10.9.2c0-1.3 0-1.6-.5-1.7l-.6-.1c-.2 0-.2-.4 0-.5 1.1-.1 2.2-.1 3.3-.1 1.9 0 3.9.3 3.9 2.4a2.16 2.16 0 01-1.8 2.1.19.19 0 000 .3 12.44 12.44 0 002.5 3.2 1.67 1.67 0 001.1.4c.1.1.1.3 0 .3a2 2 0 01-.8.1 3.23 3.23 0 01-2.8-1.5c-.5-.6-1-1.5-1.5-2.2a1.14 1.14 0 00-.8-.3c-.5 0-.6 0-.6.3v1.4c0 1.4.1 1.5.9 1.6l.6.2a.45.45 0 010 .5c-.8 0-1.5-.1-2.1-.1a14.08 14.08 0 00-2 .1.28.28 0 010-.5l.3-.1c.9-.2.9-.2.9-1.6V3zm1.5 1.5c0 .5 0 .5 1 .5 1.3 0 2-.5 2-1.9a1.9 1.9 0 00-2.1-1.9c-.7 0-.9 0-.9.6v2.7zm11.2.8a2.8 2.8 0 01-1.8-2.4c0-1.5 1.1-2.5 3.1-2.5a12.5 12.5 0 011.9.3 4.6 4.6 0 01.3 2 .28.28 0 01-.5 0 2 2 0 00-1.9-1.7c-1.2 0-1.6.7-1.6 1.4s.5 1.2 1.3 1.6l1.2.6a2.91 2.91 0 011.6 2.5c0 1.6-1.3 2.5-3.3 2.5a4.27 4.27 0 01-2.3-.6 4.17 4.17 0 01-.4-2.1.28.28 0 01.5 0 2.8 2.8 0 002.4 2.1c1 0 1.7-.5 1.7-1.4 0-.6-.3-1.3-1.4-1.9zm8.5-2.5c0-1.4-.1-1.5-.9-1.6l-.4-.1a.45.45 0 010-.5c.8 0 1.4.1 2 .1a14.08 14.08 0 002-.1.28.28 0 010 .5l-.4.1c-.9.1-.9.2-.9 1.6v4.5c0 1.4.1 1.5.9 1.6l.4.1a.45.45 0 010 .5c-.8 0-1.4-.1-2-.1a14.08 14.08 0 00-2 .1.28.28 0 010-.5l.4-.1c.9-.1.9-.2.9-1.6V2.8zm9.6-1c0-.5 0-.5-.4-.5h-.6c-1.2 0-1.7.1-2.2 1.5-.2.1-.4.1-.5-.1.2-.9.4-1.9.5-2.4a.3.3 0 01.4 0c0 .4.3.4 1.1.4h5.6c.7 0 .9 0 1-.4.1-.1.3 0 .4.1a8.22 8.22 0 00-.2 2.3.28.28 0 01-.5 0c-.1-1.3-.7-1.5-1.9-1.5h-.7c-.4 0-.4 0-.4.5v5.5c0 1.4.1 1.5.9 1.6l.5.1a.45.45 0 010 .5c-.8 0-1.6-.1-2.2-.1a17.73 17.73 0 00-2.2.1.28.28 0 010-.5l.5-.1c.9-.1.9-.2.9-1.6V1.8zm9.5 1c0-1.4-.1-1.4-.8-1.6l-.3-.1a.45.45 0 010-.5c.6 0 1.2.1 1.9.1h2.8a8.2 8.2 0 001.9-.1c0 .2.1 1.2.2 2a.28.28 0 01-.5 0 1.88 1.88 0 00-.4-1c-.3-.5-1.2-.5-1.7-.5h-.9c-.7 0-.7 0-.7.6v2.2c0 .4 0 .4.4.4h.9c1.1 0 1.2-.2 1.3-.8l.1-.4a.45.45 0 01.5 0v2.8a.28.28 0 01-.5 0c-.2-.6-.3-.8-1.3-.8h-.9c-.4 0-.4.1-.4.5V7c0 .6 0 1.2.2 1.4s.5.3 1.7.3 2-.1 2.6-1.7c.1-.1.5-.1.5.1a8.51 8.51 0 01-.6 2.2c-1.3 0-2.3-.1-3.4-.1h-1.8a18.55 18.55 0 00-2.2.1.28.28 0 010-.5l.5-.1c.9-.1.9-.2.9-1.6V2.8zm12.8-1c0-.5 0-.5-.4-.5h-.6c-1.2 0-1.7.1-2.2 1.5-.2.1-.4.1-.5-.1.2-.9.4-1.9.5-2.4a.3.3 0 01.4 0c0 .4.3.4 1.1.4h5.6c.7 0 .9 0 1-.4.1-.1.3 0 .4.1a8.22 8.22 0 00-.2 2.3.28.28 0 01-.5 0c-.1-1.3-.7-1.5-1.9-1.5h-.7c-.4 0-.4 0-.4.5v5.5c0 1.4.1 1.5.9 1.6l.5.1a.45.45 0 010 .5c-.8 0-1.6-.1-2.2-.1a17.73 17.73 0 00-2.2.1.28.28 0 010-.5l.5-.1c.9-.1.9-.2.9-1.6V1.8z"/%3E%3C/svg%3E');
}
html:lang(en-us) .navbar-inverse .topbar-logo {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264.93 9.4"%3E%3Cpath fill="%23fff" d="M1.31 2.54c0-1.38-.1-1.42-.94-1.64H.09C-.05.78-.03.44.13.38c.68 0 1.3.06 1.94.06s1.26 0 2-.06c.16.06.18.4 0 .5l-.3.02c-.86.14-.94.22-.94 1.6v2.86c0 2 .66 3.36 2.6 3.36s2.59-1.36 2.59-3.35V3.51c0-2-.12-2.46-1-2.58L6.62.9a.34.34 0 010-.5c.64 0 1.1.06 1.68.06s1 0 1.66-.06a.33.33 0 010 .5h-.54c-.52.06-.68.6-.68 2.58v2c0 2.56-1.18 3.9-3.72 3.9a4 4 0 01-2.84-.84 3.82 3.82 0 01-.87-2.81V2.54zm20.06.98c0-2-.12-2.52-.86-2.58L19.87.9a.34.34 0 010-.5c.74 0 1.2.06 1.78.06s1 0 1.66-.06a.33.33 0 010 .5l-.6.06c-.52.06-.68.6-.68 2.58V6.9c0 .4 0 2 .06 2.32a.39.39 0 01-.42.18c-.22-.28-.62-.7-1.86-2l-3-3.24c-.76-.8-1.28-1.32-1.54-1.54-.08 0-.08.22-.08.84v2.58c0 2 .12 2.52.86 2.58l.64.06a.32.32 0 010 .5c-.74 0-1.2-.06-1.78-.06s-1 0-1.66.06a.33.33 0 010-.5l.6-.06c.52-.06.68-.6.68-2.58V2.46c0-.66 0-.94-.42-1.24a2.36 2.36 0 00-.78-.32h-.3a.32.32 0 010-.5c.76.06 1.3.06 1.72.06a5 5 0 00.8-.06 11.79 11.79 0 002 2.46l1.88 1.94c.44.44 1.6 1.7 1.82 1.86.12 0 .12-.32.12-.8V3.52zm6.7-.98c0-1.38-.08-1.46-.94-1.6L26.71.9c-.14-.1-.12-.44 0-.5.78 0 1.4.06 2 .06s1.26 0 2-.06c.16.06.18.4 0 .5h-.18c-.86.14-.94.22-.94 1.6v4.52c0 1.38.08 1.46.94 1.6l.38.06c.14.1.12.44 0 .5-.76 0-1.42-.06-2-.06s-1.26 0-2 .06c-.16-.06-.18-.4 0-.5l.38-.06c.86-.14.94-.22.94-1.6zm7.32.04c-.6-1.32-.68-1.42-1.16-1.54L33.57.9a.35.35 0 010-.5c.52 0 1.18.06 1.8.06s1.3 0 1.94-.06a.31.31 0 010 .5h-.4c-.52.08-.52.34-.08 1.32l1 2.22c.5 1.14.84 1.88 1.14 2.54.4-.84.74-1.68 1.12-2.52s1-2.3 1.18-2.88c.14-.42.12-.56-.48-.68h-.34a.31.31 0 010-.5c.58 0 1.1.06 1.64.06a12.2 12.2 0 001.46-.08.32.32 0 01.1.5l-.56.12c-.6.12-.72.3-1.36 1.66L40.21 5.9c-.6 1.28-1.18 2.74-1.42 3.4a.31.31 0 01-.24.08.39.39 0 01-.24-.08c-.18-.52-.4-1.16-.66-1.72zm11.96-.04c0-1.38-.08-1.44-.84-1.6L46.23.9a.34.34 0 010-.5q.87.06 1.86.06h2.84a16.91 16.91 0 001.9-.08c0 .24.12 1.18.22 2a.36.36 0 01-.52 0 2.81 2.81 0 00-.36-1C51.85.9 50.95.9 50.47.9h-.88c-.7 0-.72 0-.72.64V3.9c0 .36 0 .4.38.4h.94c1.06 0 1.16-.16 1.32-.76l.1-.38a.34.34 0 01.5 0V6a.34.34 0 01-.5 0l-.1-.38c-.16-.6-.26-.76-1.32-.76h-.94c-.38 0-.38.06-.38.46v1.49a2.94 2.94 0 00.22 1.44c.18.2.54.28 1.68.28s2-.06 2.6-1.66a.34.34 0 01.52.08 7.38 7.38 0 01-.6 2.22c-1.26 0-2.32-.06-3.4-.06h-1.76c-.64 0-1.26 0-2.22.06-.16-.06-.18-.4 0-.5l.54-.06c.86-.1.94-.22.94-1.6V2.54zm10.96.24c0-1.3 0-1.64-.48-1.7L57.27 1c-.16 0-.2-.44 0-.5 1.1-.08 2.22-.12 3.32-.12 1.86 0 3.88.3 3.88 2.4a2.31 2.31 0 01-1.76 2.12.24.24 0 000 .3 12.11 12.11 0 002.54 3.2 1.8 1.8 0 001.06.42.24.24 0 010 .32 2.8 2.8 0 01-.84.1 3.16 3.16 0 01-2.8-1.5c-.5-.64-1-1.52-1.46-2.16a.93.93 0 00-.8-.32c-.52 0-.56 0-.56.32v1.44c0 1.38.08 1.48.94 1.6l.46.06c.14.1.12.44 0 .5-.84 0-1.5-.06-2.12-.06s-1.26 0-2 .06a.29.29 0 010-.5l.3-.06c.86-.18.94-.22.94-1.6V2.78zm1.52 1.46c0 .5 0 .5 1 .5 1.3 0 2-.52 2-1.9A1.88 1.88 0 0060.71.96c-.74 0-.88 0-.88.56v2.72zm11.12.8a2.82 2.82 0 01-1.78-2.4c0-1.46 1.12-2.48 3.14-2.48a9.75 9.75 0 011.86.3 5.07 5.07 0 01.28 2c-.06.16-.42.18-.52 0A2 2 0 0072.07.74c-1.18 0-1.62.68-1.62 1.36s.54 1.16 1.34 1.58l1.24.64a2.85 2.85 0 011.62 2.58c0 1.56-1.28 2.54-3.26 2.54a4.11 4.11 0 01-2.3-.62 4.21 4.21 0 01-.38-2.1.31.31 0 01.52 0 2.81 2.81 0 002.38 2.14c1 0 1.68-.52 1.68-1.44 0-.64-.26-1.3-1.4-1.88zm8.56-2.5c0-1.38-.08-1.46-.94-1.6L78.19.9c-.14-.1-.12-.44 0-.5.78 0 1.4.06 2 .06s1.26 0 2-.06c.16.06.18.4 0 .5h-.22c-.86.14-.94.22-.94 1.6v4.52c0 1.38.08 1.46.94 1.6l.38.06c.14.1.12.44 0 .5-.76 0-1.42-.06-2-.06s-1.26 0-2 .06c-.16-.06-.18-.4 0-.5l.38-.06c.86-.14.94-.22.94-1.6zm9.58-1c0-.52 0-.52-.42-.52h-.62c-1.22 0-1.74.12-2.22 1.5a.34.34 0 01-.5-.1c.22-.86.44-1.86.54-2.36a.3.3 0 01.36 0c0 .4.3.38 1.1.38h5.56c.74 0 .88 0 1-.38a.27.27 0 01.36.06 8.37 8.37 0 00-.2 2.34.32.32 0 01-.5 0C93.41 1.16 92.89 1 91.69 1h-.68c-.38 0-.44 0-.44.52v5.5c0 1.38.08 1.5.94 1.6l.54.06c.14.1.12.44 0 .5-.82 0-1.58-.06-2.2-.06s-1.36 0-2.2.06c-.16-.06-.18-.4 0-.5l.54-.06c.86-.1.94-.22.94-1.6V1.54zm11.28 4.92a2.79 2.79 0 00-.56-1.7l-1.46-2.7c-.42-.8-.62-1-1.14-1.08l-.5-.08a.33.33 0 010-.52c.66 0 1.12.06 1.84.06s1.06 0 1.7-.06a.3.3 0 010 .5l-.28.06c-.44.1-.5.22-.18.84l.74 1.42c.32.6.6 1.14.9 1.66.32-.54.62-1 1-1.66l.8-1.46c.3-.56.34-.74-.14-.8l-.38-.04a.29.29 0 010-.5c.6 0 1.06.06 1.52.06s.86 0 1.42-.06a.32.32 0 010 .5l-.48.1c-.62.12-.72.24-1.34 1.24l-1.24 2c-.72 1.14-.76 1.34-.76 1.92v1.06c0 1.18.08 1.3.94 1.4l.5.06c.14.1.12.44 0 .5-.88 0-1.54-.06-2.16-.06s-1.26 0-2.16.06c-.16-.06-.18-.4 0-.5l.5-.06c.86-.1.94-.22.94-1.4v-.76zm24.68-1.72a4.61 4.61 0 01-4.86 4.66c-3.1 0-4.94-2-4.94-4.54a4.68 4.68 0 014.94-4.7c3.22 0 4.86 2.14 4.86 4.58zm-8-.2c0 2.06.94 4.28 3.26 4.28 1.52 0 3-1 3-3.78 0-2.14-1-4.3-3.22-4.3-1.48 0-3.06.98-3.06 3.8zm12.86-2c0-1.38-.1-1.42-.84-1.6l-.24-.04c-.14-.1-.12-.44 0-.5.54 0 1.16.06 1.8.06h2.78c.88 0 1.64 0 1.92-.06 0 .24 0 1.18.1 2a.31.31 0 01-.52 0 2.81 2.81 0 00-.36-1c-.34-.5-1.22-.48-1.7-.48h-.78c-.62 0-.68 0-.68.7v2.42c0 .36 0 .4.38.4h1.08c1.06 0 1.16-.16 1.32-.76l.1-.38a.34.34 0 01.5 0v2.84a.34.34 0 01-.5 0l-.1-.38c-.16-.6-.26-.76-1.32-.76h-1.04c-.38 0-.38.06-.38.46v1.55c0 1.38.08 1.52.94 1.6l.62.06c.14.1.12.44 0 .5-1 0-1.66-.06-2.28-.06s-1.26 0-2 .06c-.16-.06-.18-.4 0-.5l.38-.06c.86-.14.94-.22.94-1.6V2.54zm24.18-2a17.9 17.9 0 00.18 2.2.34.34 0 01-.52 0 2.54 2.54 0 00-2.78-2c-1.72 0-3.42 1.16-3.42 3.88s1.72 4.2 3.6 4.2a3.13 3.13 0 002.88-2 .31.31 0 01.52 0 5.87 5.87 0 01-.66 2.16 10.71 10.71 0 01-2.7.42 6.12 6.12 0 01-3.48-.92 4.24 4.24 0 01-1.93-3.58 4.4 4.4 0 011.68-3.6 6.36 6.36 0 013.9-1.16 14.88 14.88 0 012.73.4zm13.38 4.2a4.61 4.61 0 01-4.86 4.66c-3.1 0-4.94-2-4.94-4.54a4.68 4.68 0 014.94-4.71c3.22.01 4.86 2.15 4.86 4.59zm-8-.2c0 2.06.94 4.28 3.26 4.28 1.52 0 3-1 3-3.78 0-2.14-1-4.3-3.22-4.3-1.48 0-3.06.98-3.06 3.8zm12.86-1.76c0-1.3 0-1.6-.48-1.68l-.6-.1c-.18-.06-.16-.44 0-.5 1.12-.08 2.14-.12 3.2-.12a6.93 6.93 0 012.4.34 2.41 2.41 0 011.62 2.34 2.32 2.32 0 01-1.66 2.28 4.94 4.94 0 01-1.82.3.27.27 0 010-.36A2.1 2.1 0 00176.85 3a1.92 1.92 0 00-2.18-2c-.82 0-.82.12-.82.68v5.34c0 1.38.08 1.48.94 1.6l.46.06a.33.33 0 010 .5c-.84 0-1.5-.06-2.12-.06s-1.26 0-2 .06c-.16-.06-.18-.4 0-.5l.3-.06c.86-.18.94-.22.94-1.6V2.78zm10.56-.24c0-1.38-.08-1.44-.84-1.6l-.28-.04a.33.33 0 010-.5c.58 0 1.2.06 1.86.06h2.84a16.82 16.82 0 001.86-.06c0 .24.12 1.18.22 2a.36.36 0 01-.52 0 2.81 2.81 0 00-.36-1c-.32-.48-1.22-.48-1.7-.48h-.88c-.7 0-.72 0-.72.64V3.9c0 .36 0 .4.38.4h.96c1.06 0 1.16-.16 1.32-.76l.1-.38a.34.34 0 01.5 0V6a.34.34 0 01-.5 0l-.1-.38c-.16-.6-.26-.76-1.32-.76h-.94c-.38 0-.38.06-.38.46v1.49a2.94 2.94 0 00.22 1.44c.18.2.54.28 1.68.28s2-.06 2.6-1.66a.34.34 0 01.52.08 7.41 7.41 0 01-.6 2.22c-1.26 0-2.32-.06-3.4-.06h-1.7c-.64 0-1.26 0-2.22.06-.16-.06-.18-.4 0-.5l.54-.06c.86-.1.94-.22.94-1.6V2.53zm17.82.98c0-2-.12-2.52-.86-2.58l-.62-.04a.34.34 0 010-.5c.74 0 1.2.06 1.78.06s1 0 1.66-.06a.33.33 0 010 .5l-.6.06c-.52.06-.68.6-.68 2.58V6.9c0 .4 0 2 .06 2.32a.39.39 0 01-.42.18c-.22-.28-.62-.7-1.86-2l-3-3.24c-.76-.8-1.28-1.32-1.54-1.54-.08 0-.08.22-.08.84v2.58c0 2 .12 2.52.86 2.58l.64.06a.32.32 0 010 .5c-.74 0-1.2-.06-1.78-.06s-1 0-1.66.06a.34.34 0 010-.5l.6-.06c.52-.06.68-.6.68-2.58V2.46c0-.66 0-.94-.42-1.24a2.34 2.34 0 00-.76-.32l-.3-.06a.32.32 0 010-.5c.76.06 1.3.06 1.72.06a5 5 0 00.8-.06 11.8 11.8 0 002 2.46l1.88 1.94c.44.44 1.6 1.7 1.82 1.86.12 0 .12-.32.12-.8V3.52zm12.48.76c.64 0 .72 0 .72-.52V2.54c0-1.38-.08-1.46-.94-1.6l-.38-.04c-.14-.1-.12-.44 0-.5.78 0 1.4.06 2 .06s1.26 0 2-.06c.16.06.18.4 0 .5l-.38.06c-.86.14-.94.22-.94 1.6v4.46c0 1.38.08 1.48.94 1.6l.46.06c.14.1.12.44 0 .5-.84 0-1.5-.06-2.12-.06s-1.26 0-2 .06c-.16-.06-.18-.4 0-.5l.38-.06c.86-.14.94-.22.94-1.6V5.44c0-.5 0-.52-.72-.52h-3.44c-.68 0-.72 0-.72.52v1.58c0 1.38.08 1.5.94 1.6l.54.06c.14.1.12.44 0 .5-.92 0-1.58-.06-2.2-.06s-1.26 0-1.88.06c-.16-.06-.18-.4 0-.5l.22-.06c.84-.22.94-.22.94-1.6V2.54c0-1.38-.08-1.48-.94-1.6l-.58-.04c-.14-.1-.12-.44 0-.5.86 0 1.48.06 2.12.06s1.26 0 2-.06a.33.33 0 010 .5l-.3.06c-.84.16-.94.22-.94 1.6v1.2c0 .52.08.52.72.52zm9.6 1.74c-.46 0-.52 0-.68.48l-.46 1.28c-.22.64-.16.72.22.8l.54.1c.16.1.14.46-.06.5-.5 0-1-.06-1.58-.06s-1 0-1.4.06a.32.32 0 010-.5l.46-.1c.62-.14.84-.36 1.24-1.32l1.92-4.6a6.4 6.4 0 00.52-1.68 1.79 1.79 0 00.84-.76c.16-.06.28 0 .32.1s.4 1.24.86 2.46l1.8 4.78c.24.66.42.92 1.14 1.06l.32.06a.29.29 0 01-.06.5c-.52 0-1-.06-1.66-.06s-1.3 0-1.8.06a.29.29 0 010-.5l.4-.06c.52-.08.5-.2.26-.82l-.48-1.3c-.16-.46-.22-.48-.68-.48h-1.9zm1.58-.64c.52 0 .58 0 .36-.62l-.62-1.7a3.61 3.61 0 00-.3-.72 4.09 4.09 0 00-.32.68l-.78 1.78c-.22.54-.18.58.26.58zm13.62 1.94c0-.92 0-1-.92-1.2l-.64-.12a.33.33 0 010-.5c.8 0 1.68.06 2.26.06s1.22 0 1.7-.06a.36.36 0 01.06.5l-.36.08c-.52.12-.6.24-.6 1.1v.56c0 .48 0 .78.32.92a.18.18 0 010 .28 12.06 12.06 0 00-1.2.22 10.73 10.73 0 01-2 .24 5.8 5.8 0 01-4.3-1.5 4.37 4.37 0 01-1.24-3 4.46 4.46 0 011.26-3.14 5.82 5.82 0 014.38-1.6 12.54 12.54 0 012.68.4c0 .4.06 1.2.18 2.26a.32.32 0 01-.52 0 2.62 2.62 0 00-2.84-2.1c-2.1 0-3.4 1.62-3.4 4a3.79 3.79 0 003.94 4.12c1.06 0 1.2-.2 1.2-1v-.5zm7-4.78c0-1.38-.08-1.44-.84-1.6l-.28-.04a.34.34 0 010-.5q.87.06 1.86.06h2.84a16.83 16.83 0 001.86-.06c0 .24.12 1.18.22 2a.36.36 0 01-.52 0 2.79 2.79 0 00-.36-1c-.32-.48-1.22-.48-1.7-.48h-.88c-.7 0-.72 0-.72.64V3.9c0 .36 0 .4.38.4h.94c1.06 0 1.16-.16 1.32-.76l.1-.38a.34.34 0 01.5 0V6a.34.34 0 01-.5 0l-.1-.38c-.16-.6-.26-.76-1.32-.76h-.94c-.38 0-.38.06-.38.46v1.49a2.93 2.93 0 00.24 1.44c.18.2.54.28 1.68.28s2-.06 2.6-1.66a.34.34 0 01.52.08 7.43 7.43 0 01-.6 2.22c-1.26 0-2.32-.06-3.4-.06h-1.76c-.64 0-1.26 0-2.22.06-.16-.06-.18-.4 0-.5l.54-.06c.86-.1.94-.22.94-1.6V2.54zm17.84.98c0-2-.12-2.52-.86-2.58l-.64-.04a.33.33 0 010-.5c.74 0 1.2.06 1.78.06s1 0 1.66-.06a.34.34 0 010 .5l-.6.06c-.52.06-.68.6-.68 2.58V6.9c0 .4 0 2 .06 2.32a.39.39 0 01-.42.18c-.22-.28-.62-.7-1.86-2l-3-3.24c-.76-.8-1.28-1.32-1.54-1.54-.08 0-.08.22-.08.84v2.58c0 2 .12 2.52.86 2.58l.64.06a.32.32 0 010 .5c-.74 0-1.2-.06-1.78-.06s-1 0-1.66.06a.33.33 0 010-.5l.6-.06c.52-.06.68-.6.68-2.58V2.46c0-.66 0-.94-.42-1.24a2.37 2.37 0 00-.74-.28l-.3-.06a.32.32 0 010-.5c.76.06 1.3.06 1.72.06a5 5 0 00.8-.06 11.84 11.84 0 002 2.46l1.88 1.94c.44.44 1.6 1.7 1.82 1.86.12 0 .12-.32.12-.8V3.52z"/%3E%3C/svg%3E');
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-inverse .topbar-logo {
    left: 26px;
    top: 8px;
    width: 37%;
  }
}
@media (min-width: 992px) {
  .navbar-inverse .topbar-logo {
    top: 0;
    left: 26px;
    height: 100%;
    width: 28%;
  }
}
@media (min-width: 768px) {
  @supports (-ms-ime-align: auto) {
    html:lang(en-us) .topbar-logo {
      width: 41%;
      background-size: 300px 28px;
    }
  }
}
.search-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.global-search {
  width: 100%;
  padding-left: 0;
  margin-bottom: 22px;
}
.global-search .btn-global-search {
  width: 1%!important;
}
.global-search .btn-global-search .btn {
  font-weight: 400;
  text-transform: capitalize;
  background-image: linear-gradient(to bottom, #eee 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
}
.global-search .btn-global-search .btn.global-search-options-toggle {
  margin-left: -2px !important;
}
.global-search .btn-global-search .dropdown-toggle {
  width: 90px;
  position: relative;
  text-align: left;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.global-search .btn-global-search .dropdown-toggle::after {
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  color: #666;
  display: inline-block;
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.global-search .global-search-options-filter {
  margin-top: 0;
  border-top: 0;
  right: 1px;
}
.global-search .global-search-options-filter li {
  padding: 3px 10px;
  font-size: 13px;
}
.global-search .global-search-options-filter li.selected,
.global-search .global-search-options-filter li:active,
.global-search .global-search-options-filter li:hover {
  background-color: #efefef;
  cursor: pointer;
}
.breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 29px;
    margin-bottom: 7px;
    display: block;
  }
}
.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    padding: 0 15px 15px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    font-size: .85em;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    content: ">\00a0";
    padding: 0 2px 0 3px;
    color: #252525;
  }
  .breadcrumb > .active {
    color: #737682;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0 19px;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 10px;
  line-height: 1.5;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #666;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #757575;
  border-color: #757575;
  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: #757575;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.5;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.3333333;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  color: #252525;
  text-decoration: none;
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #757575;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
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: #757575;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5b5b5b;
}
.label-primary {
  background-color: #39808e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2a5f6a;
}
.label-success {
  background-color: #617e25;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #435719;
}
.label-info {
  background-color: #577d7f;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #425f61;
}
.label-warning {
  background-color: #bb5b02;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #894201;
}
.label-danger {
  background-color: #7b161a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #500e11;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #757575;
  border-radius: 10px;
}
.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: #252525;
  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;
}
.thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 19px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a .thumbnail:hover,
a.thumbnail.active,
a.thumbnail:focus {
  border-color: #2c6694;
}
.thumbnail .caption {
  padding: 9px;
  color: #252525;
}
.figure,
figure {
  display: table;
  table-layout: fixed;
  max-width: 100%;
}
.figure.image,
figure.image {
  min-width: 1px;
  margin: 5px 0 15px;
}
.figure.image-default,
figure.image-default {
  clear: both;
}
.figure.align-left,
figure.align-left,
.figure.pull-left,
figure.pull-left {
  margin-right: 15px;
  float: left;
}
.figure.align-right,
figure.align-right,
.figure.pull-right,
figure.pull-right {
  margin-left: 15px;
  float: right;
}
.figure img,
figure img {
  float: none;
  max-width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE 11 */
  .figure.image img,
  figure.image img {
    width: 100%!important;
  }
}
img.img-left {
  float: left;
  margin: 5px 20px 10px 0;
}
img.img-right {
  float: right;
  margin: 5px 0 10px 20px;
}
img.img-default {
  margin: 5px 0;
  float: none;
}
.figure-img,
figure img {
  line-height: 1;
}
.figure-caption,
figcaption {
  font-size: .92em;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 10px 10px 0;
  display: table-caption;
  caption-side: bottom;
}
.alert {
  padding: 10px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4:first-child {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > ul,
.alert > p {
  margin-bottom: 0;
}
.alert > p:first-child {
  margin-top: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert > p + p:last-child {
  margin-bottom: 0;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #e0eacc;
  border-color: #b9c89b;
  color: #454e32;
}
.alert-success hr {
  border-top-color: #adbf8b;
}
.alert-success a,
.alert-success .alert-link {
  color: #2a2f1e;
}
.alert-info {
  background-color: #e2edee;
  border-color: #bcd9dc;
  color: #3f6265;
}
.alert-info hr {
  border-top-color: #abcfd3;
}
.alert-info a,
.alert-info .alert-link {
  color: #2b4446;
}
.alert-warning {
  background-color: #ffdec0;
  border-color: #dbbea3;
  color: #6d501d;
}
.alert-warning hr {
  border-top-color: #d4b191;
}
.alert-warning a,
.alert-warning .alert-link {
  color: #453212;
}
.alert-danger {
  background-color: #e3c6c7;
  border-color: #c7a2a4;
  color: #7b161a;
}
.alert-danger hr {
  border-top-color: #bd9294;
}
.alert-danger a,
.alert-danger .alert-link {
  color: #500e11;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #39808e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .2s ease;
}
.progress-bar-success {
  background-color: #617e25;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #577d7f;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #bb5b02;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #7b161a;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress {
  position: relative;
}
.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 > .pull-right,
.media-right {
  padding-left: 10px;
}
.media > .pull-left,
.media-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  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: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
  text-decoration: none;
}
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: #eee;
  color: #757575;
  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: #757575;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #39808e;
  border-color: #39808e;
}
.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: #b3d9e0;
}
.list-group-item-success {
  color: #454e32;
  background-color: #e0eacc;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #454e32;
}
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: #454e32;
  background-color: #d5e3ba;
}
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: #454e32;
  border-color: #454e32;
}
.list-group-item-info {
  color: #3f6265;
  background-color: #e2edee;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #3f6265;
}
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: #3f6265;
  background-color: #d2e3e5;
}
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: #3f6265;
  border-color: #3f6265;
}
.list-group-item-warning {
  color: #6d501d;
  background-color: #ffdec0;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #6d501d;
}
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: #6d501d;
  background-color: #ffd1a6;
}
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: #6d501d;
  border-color: #6d501d;
}
.list-group-item-danger {
  color: #7b161a;
  background-color: #e3c6c7;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #7b161a;
}
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: #7b161a;
  background-color: #dbb5b6;
}
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: #7b161a;
  border-color: #7b161a;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  background-color: #fff;
}
.panel-body {
  padding: 10px;
}
.panel-body > ul:first-child,
.panel-body form:first-child {
  margin-top: 10px;
}
.panel-body ul:not([class]) li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.panel-body .newsDate {
  margin-top: 5px;
}
.panel-heading {
  padding: 6px 10px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .25px;
  color: inherit;
}
.panel-title > .small,
.panel-title > a,
.panel-title > small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > br {
  display: block;
}
.panel-footer {
  padding: 6px 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.panel > .panel-collapse > .list-group,
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .panel-collapse > .list-group .list-group-item,
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.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-group {
  margin-bottom: 5px;
}
.panel-group + .panel-group {
  margin-top: 19px;
}
.panel-group + p:empty + .panel-group {
  margin-top: 4px;
}
.panel-group .panel:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-group .panel:first-child > .panel-heading {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.panel-group .panel:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel-group .panel:last-child > .panel-heading {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.panel-group .panel-heading {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #d5d5d5;
}
.panel-group .panel-heading:hover {
  background-color: #ededed;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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 > .panel-heading {
  overflow: hidden;
  font-weight: 600;
  padding: 0;
}
.panel-default > .panel-heading > .panel-title {
  line-height: 1.3333;
  letter-spacing: .6px;
  color: #252525;
  min-height: 16px;
  font-weight: 600;
  padding: 0 0 5px;
}
.panel-default > .panel-heading.hidden {
  display: none;
}
.panel-default > .panel-heading.hidden + .panel-body {
  border-top: 0;
}
.panel-default > .panel-body {
  padding: 1px 0 0;
  border-top: 1px solid #959595;
}
.main-content .single-column .panel-default > .panel-heading > .panel-title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .7px;
  margin: 20px 0 0;
  padding: 0 5px 8px 0;
  border-bottom: 1px solid #959595;
}
.main-content .single-column .panel-default > .panel-body {
  border-top: 0;
}
.panel-primary {
  border-color: #39808e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #39808e;
  border-color: #39808e;
}
.panel-primary > .panel-heading + .panel-body {
  padding: 10px 0 0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #39808e;
}
.panel-primary > .panel-heading .badge {
  color: #39808e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #39808e;
}
.panel-success {
  border-color: #b9c89b;
}
.panel-success > .panel-heading {
  color: #454e32;
  background-color: #e0eacc;
  border-color: #b9c89b;
}
.panel-success > .panel-heading + .panel-body {
  padding: 10px 0 0;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b9c89b;
}
.panel-success > .panel-heading .badge {
  color: #e0eacc;
  background-color: #454e32;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b9c89b;
}
.panel-info {
  border-color: #bcd9dc;
}
.panel-info > .panel-heading {
  color: #3f6265;
  background-color: #e2edee;
  border-color: #bcd9dc;
}
.panel-info > .panel-heading + .panel-body {
  padding: 10px 0 0;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bcd9dc;
}
.panel-info > .panel-heading .badge {
  color: #e2edee;
  background-color: #3f6265;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bcd9dc;
}
.panel-warning {
  border-color: #dbbea3;
}
.panel-warning > .panel-heading {
  color: #6d501d;
  background-color: #ffdec0;
  border-color: #dbbea3;
}
.panel-warning > .panel-heading + .panel-body {
  padding: 10px 0 0;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbbea3;
}
.panel-warning > .panel-heading .badge {
  color: #ffdec0;
  background-color: #6d501d;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbbea3;
}
.panel-danger {
  border-color: #c7a2a4;
}
.panel-danger > .panel-heading {
  color: #7b161a;
  background-color: #e3c6c7;
  border-color: #c7a2a4;
}
.panel-danger > .panel-heading + .panel-body {
  padding: 10px 0 0;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c7a2a4;
}
.panel-danger > .panel-heading .badge {
  color: #e3c6c7;
  background-color: #7b161a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c7a2a4;
}
.panel-accordion {
  border: 1px solid #949494;
}
.panel-accordion > .panel-heading {
  background-color: #f8f8f8;
  padding: 0;
  position: relative;
  border: 0;
}
.panel-accordion > .panel-heading:focus-within {
  outline: 1px solid #2c6694;
}
.panel-accordion > .panel-heading .panel-title {
  font-size: 16px;
  line-height: 20px;
}
.panel-accordion > .panel-heading .panel-title a {
  display: block;
  padding: 8px 30px 10px 10px;
  text-decoration: none;
}
.panel-accordion > .panel-heading .panel-title a:before {
  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;
  content: "\002b";
  font-size: 12px;
  color: #757575;
  position: absolute;
  top: 12px;
  right: 7px;
  width: 20px;
  overflow: hidden;
}
.panel-accordion > .panel-heading .panel-title a:not(.collapsed):before {
  content: "\2212";
  right: 8px;
}
.panel-accordion > .panel-heading + .panel-collapse {
  border-top: 0;
}
.panel-accordion > .panel-heading + .panel-collapse .panel-body {
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: 0;
}
.panel-accordion > .panel-heading + .panel-collapse .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-accordion > .panel-heading.open {
  background-color: #fff;
}
.panel-accordion > .panel-heading.open .panel-title a:before {
  content: "\2212";
  right: 8px;
}
.panel-accordion .panel-body {
  padding: 10px;
}
.panel-accordion .panel-body h3 {
  font-size: 15px;
}
.panel-accordion .panel-body h4 {
  font-size: 14px;
}
.panel-accordion .panel-collapse {
  border-top: 1px solid #f1f1f1;
}
.panel-accordion + .panel-accordion,
.panel-accordion ~ .panel-accordion {
  margin-top: 4px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive + .embed-responsive {
  margin-top: 23px;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.well + .well {
  margin-top: 20px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well h1:first-of-type,
.well h2:first-of-type,
.well h3:first-of-type {
  margin-top: 0;
}
[itemprop="video"] + .well {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.well-lg {
  padding: 24px;
}
.well-sm {
  padding: 9px;
}
.close {
  float: right;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}
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 {
  transform: translate(0, -25%);
  transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
  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, .2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(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;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 0 auto;
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  .modal-dialog-centered .modal-content {
    width: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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: 13px;
  opacity: 0;
}
.tooltip.in {
  opacity: .9;
}
.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: #666;
  border-radius: 2px;
}
.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: #666;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #666;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #666;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #666;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(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: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 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: #999;
  border-top-color: rgba(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: #999;
  border-right-color: rgba(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: #999;
  border-bottom-color: rgba(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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.textelipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.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,
img.img-default:before,
img.img-default:after,
.panel-body:before,
.panel-body:after,
.panel-group:before,
.panel-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
#content:before,
#content:after,
.gcitem:before,
.gcitem:after,
.divider:before,
.divider:after,
.spacer:before,
.spacer:after,
.cookiefilter:before,
.cookiefilter:after,
.ku-branding .ku-branding-line:before,
.ku-branding .ku-branding-line: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,
img.img-default:after,
.panel-body:after,
.panel-group:after,
.modal-header:after,
.modal-footer:after,
#content:after,
.gcitem:after,
.divider:after,
.spacer:after,
.cookiefilter:after,
.ku-branding .ku-branding-line:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.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;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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 (max-width: 767px) {
  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: flex !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: 768px) and (max-width: 991px) {
  .visible-sm-flex {
    display: -ms-flexbox !important;
    display: flex !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: 992px) and (max-width: 1199px) {
  .visible-md-flex {
    display: -ms-flexbox !important;
    display: flex !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 (min-width: 1200px) {
  .visible-lg-flex {
    display: -ms-flexbox !important;
    display: flex !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;
  }
}
#pagewrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  min-height: 100%;
}
#content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  background-color: #fff;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #content {
    width: 746px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #content {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  #content {
    width: 1070px;
  }
}
footer,
header,
nav {
  -ms-flex: none;
      flex: none;
}
@media (max-width: 767px) {
  .main-content {
    width: 100%;
  }
}
.main-content .row {
  margin-bottom: 23px;
}
.main-content .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-content [class*="col-"] {
    margin-bottom: 23px;
  }
  .main-content [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #content .container {
    padding-left: 13px;
    padding-right: 13px;
  }
  #content .row {
    margin-left: -13px;
    margin-right: -13px;
  }
  #content [class*="col-"] {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.main-area {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}
.main-area:focus {
  outline: 0;
  user-focus: none;
}
.main-area img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-area .row.double-column .col-sm-6 + .col-sm-6 {
    margin-top: 0;
  }
}
#gridsidebar .row {
  margin-bottom: 23px;
}
#gridsidebar .row [class*="col-"] {
  margin-bottom: 23px;
}
#gridsidebar .row [class*="col-"]:last-child {
  margin-bottom: 0;
}
#gridsidebar .row .gccolumn .gcitem {
  margin-top: 0;
}
#gridsidebar .row:last-child [class*="col-"] {
  margin-bottom: 0;
}
.gcitem {
  position: relative;
  margin-bottom: 23px;
}
.gcitem.picture .title {
  display: none;
}
.gcitem:last-child {
  margin-bottom: 0;
}
.gccolumn .gcitem:last-child {
  margin-bottom: 0;
}
.gccolumn .row:last-child {
  margin-bottom: 0;
}
.flexiblebox-as-rightbox,
.rightBoxPicture,
.rightbox-calendar-widget,
.rightbox-normal {
  margin-bottom: 23px;
}
.right-side {
  float: right;
  /*
  margin-top: 23px;
  */
}
/*
@media (min-width: 992px) {
  .right-side {
    margin-top: 65px;
  }
}*/
.rightbox .rightbox-normal:first-child {
  margin-top: 0;
}
.rightbox .rightbox-normal:last-child {
  margin-bottom: 0;
}
.rightbox .flexiblebox-as-rightbox:last-child,
.rightbox .panel:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gccolumn[class^="col-"][class$="-12"] {
    margin-bottom: 23px;
  }
}
.row.full-page-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
}
@supports (color: var(--scroll-bar)) {
  .has-scrollbar .full-page-width {
    width: calc(100vw - var(--scroll-bar));
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2));
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2));
  }
}
.rightBoxPicture .panel-head {
  display: none;
}
.rightBoxPicture .panel-body {
  border-top: 0;
}
.gcitem > figure:first-child {
  margin-top: 0;
}
.divider {
  margin: 10px 0;
}
.spacer {
  height: 20px;
  clear: both;
}
[tabindex] {
  outline: 0;
  user-focus: none;
}
.page-icons {
  display: none;
}
@media (min-width: 768px) {
  .page-icons {
    display: block;
    float: right;
  }
  .ical a {
    color: #757575;
    font-size: 1.2em;
  }
  .row-equal-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.jump {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  margin: 0;
}
.jump li {
  list-style: none;
  display: block;
}
.jump li a {
  background-color: #252525;
  color: #fff;
  display: block;
  position: absolute;
  top: -1000px;
  left: 0;
  width: 0;
  height: 0;
}
.jump li a:active,
.jump li a:focus {
  color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  height: auto;
  width: auto;
  outline: 1px solid #2c6694;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}
.relative {
  position: relative;
}
.ie9 img[src$=".svg"] {
  width: 100%;
}
.scrolltop {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 40px;
  height: 40px;
  color: #fff;
  z-index: 1020;
  overflow: hidden;
  cursor: pointer;
}
.scrolltop .glyphicon-menu-up {
  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;
  background: #a1a1a1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  top: 0;
  background-color: #a1a1a1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.scrolltop .glyphicon-menu-up:before {
  font-size: 18px;
}
.scrolltop:focus {
  outline: 1px solid #2c6694;
  outline-offset: 1px;
  border: 1px solid #fff;
}
@keyframes ku-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ku-loading {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-bottom;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-top: 3px solid #901a1e;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: ku-loading .75s infinite linear;
}
.jump-to {
  visibility: hidden;
  display: block;
  position: relative;
  color: #666;
}
.jump-to:before {
  content: "\e178";
}
.jump-to::before {
  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;
  transform: rotate(90deg);
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 12px;
  color: inherit;
  padding: 6px;
  border: 1px solid #666;
  border-radius: 50%;
  visibility: visible;
}
.jump-to:active,
.jump-to:focus,
.jump-to:hover {
  color: inherit;
}
iframe {
  border: 0;
}
.cookiefilter {
  position: relative;
  min-height: 150px;
  background-color: #f5f5f5;
  color: #252525;
  border: 1px solid #e3e3e3;
  padding: 15px;
  margin-bottom: 13px;
  border-radius: 2px;
}
.cookiefilter:before {
  content: "\65";
}
.cookiefilter::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  position: absolute;
  font-size: 156px;
  opacity: .075;
  top: 5px;
  right: 0;
}
.cookiefilter-header {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333;
}
.right-side .cookiefilter {
  height: 100%;
  width: 100%;
  padding: 10px;
}
.right-side .cookiefilter::before {
  font-size: 80px;
  top: 0;
}
.right-side .cookiefilter p {
  margin: 6px 0 9px;
}
.right-side .cookiefilter-header {
  font-size: 14px;
  line-height: 18px;
}
.right-side .cookiefilter-header + p:first-of-type {
  display: none;
}
.ku-branding {
  background-color: #fff;
  position: relative;
}
.ku-branding .ku-branding-logo {
  height: 83px;
  width: 61px;
  z-index: 10;
  position: relative;
  left: 3px;
  bottom: -6px;
}
.ku-branding .ku-branding-logo .img-responsive {
  width: 100% \9;
}
@media (max-width: 768px) {
  .ku-branding .ku-branding-logo {
    width: 50px;
    bottom: -20px;
    left: 0;
  }
}
.ku-branding .ku-branding-logo > a {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ku-branding .ku-branding-logo > a {
    display: inline;
  }
}
.ku-branding .ku-branding-text {
  max-height: 63px;
  position: absolute;
  left: 80px;
  bottom: 13px;
  letter-spacing: .936px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .ku-branding .ku-branding-text {
    left: 100px;
    bottom: 18px;
  }
}
.ku-branding .ku-branding-text a {
  display: block;
  text-decoration: none;
}
.ku-branding .ku-branding-text .ku-branding-text-major {
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .ku-branding .ku-branding-text .ku-branding-text-major {
    font-size: 20px;
  }
}
.ku-branding .ku-branding-text .ku-branding-text-sub {
  font-size: 13px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .ku-branding .ku-branding-text .ku-branding-text-sub {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .ku-branding .ku-branding-text .ku-branding-text-sub {
    font-size: 15px;
  }
}
.ku-branding .ku-branding-text a {
  color: inherit;
}
.ku-branding .ku-branding-line {
  position: relative;
}
@media (min-width: 768px) {
  .ku-branding .ku-branding-line {
    margin-top: 3px;
  }
}
.ku-branding::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #901a1e;
}
@media all and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ku-branding .ku-branding-logo {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .ku-nav,
  .search-area {
    display: none;
  }
}
.ku-leftmenu {
  padding-top: 30px;
  line-height: 1.3333333;
}
.ku-leftmenu .ku-navbar-header {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 14px;
  padding-left: 15px;
  position: relative;
}
.ku-leftmenu .ku-navbar-header::before {
  height: 10px;
  width: 10px;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  background-color: #901a1e;
  border-radius: 2px;
}
.ku-leftmenu .ku-navbar-header h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  letter-spacing: inherit;
}
.ku-leftmenu .ku-navbar-header a {
  color: inherit;
  text-decoration: none;
}
.ku-leftmenu .ku-navbar-header a:hover {
  text-decoration: none;
  color: #901a1e;
}
.ku-leftmenu ul li {
  position: relative;
  display: block;
}
.ku-leftmenu ul li.active > a,
.ku-leftmenu ul li.active a.active {
  font-weight: bold;
  color: #901a1e;
}
.ku-leftmenu ul li a {
  color: #252525;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 5px 3px 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ku-leftmenu ul li a:active,
.ku-leftmenu ul li a:focus,
.ku-leftmenu ul li a:hover {
  color: #901a1e;
  text-decoration: none;
}
.ku-leftmenu ul li a::before {
  position: absolute;
  left: 0;
  top: 3px;
}
.ku-leftmenu ul > li[class^="active"] > a::before {
  background-color: #901a1e;
  color: #fff !important;
}
.ku-leftmenu ul > li > a::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 11px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}
.ku-leftmenu ul > li > a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  position: absolute;
  top: 9px;
  left: 1px;
  font-size: 9px;
  width: 9px;
  display: inline-block;
  padding: 0 0 0 2px;
  content: "\78";
  color: #901a1e;
}
.ku-leftmenu ul > li > a:hover::before {
  z-index: 1;
  color: #fff;
}
.ku-leftmenu ul > li > a:hover::after {
  background-color: #901a1e;
}
.ku-leftmenu ul > li ul {
  list-style-type: none;
  padding-left: 20px;
}
.ku-leftmenu ul > li ul li a {
  padding: 2px 5px 2px 10px;
  display: block;
}
.ku-leftmenu ul > li ul li a::before {
  content: "";
  height: 5px;
  width: 5px;
  top: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #901a1e;
}
.ku-leftmenu ul > li ul li a::after {
  display: none;
}
.ku-leftmenu ul > li ul li a:hover::before {
  text-decoration: none;
  width: 5px;
}
.ku-leftmenu ul > li ul li ul {
  padding-left: 15px;
}
.ku-leftmenu ul > li ul li ul li > a::before {
  height: 4px;
  width: 4px;
  top: 8px;
}
.ku-leftmenu ul > li ul li ul li > a:hover::before {
  width: 4px;
}
.ku-leftmenu ul > li ul li ul li ul li > a {
  padding-left: 9px;
}
.ku-leftmenu ul > li ul li ul li ul li > a::before {
  height: 3px;
  width: 3px;
  top: 9px;
}
.ku-leftmenu ul > li ul li ul li ul li > a:hover::before {
  width: 3px;
}
#leftmenu ~ ul {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-left: 0;
}
#leftmenu ~ ul li:first-child {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .ku-leftmenu {
    display: none;
  }
  .leftmenu-toggle {
    position: fixed;
    top: 5px;
    right: 0;
    z-index: 1040;
    margin-right: 10px;
    padding: 6px 8px;
    background-color: #757575;
  }
  .leftmenu-toggle:hover {
    background-color: #222;
  }
  .leftmenu-toggle:active,
  .leftmenu-toggle:focus {
    background-color: #757575;
  }
}
/* Media queries */
@media (min-width: 768px) {
  #mobileleftmenu,
  .mm-wrapper__blocker {
    display: none!important;
  }
  .mm-page {
    height: 100%;
  }
}
/* KU theme colors for jQuery MMenu */
#mobileleftmenu {
  color: #252525;
}
#mobileleftmenu .mm-listitem_vertical .mm-btn:focus {
  outline: 1px solid #2c6694;
  outline-offset: -1px;
}
#mobileleftmenu li.navbar_mmenu {
  background-color: #fff;
  color: #252525;
}
#mobileleftmenu li.local1_mmenu {
  background: #901a1e;
  color: #fff;
  border-top: 1px solid #7a1619;
}
#mobileleftmenu li.local1_mmenu.mm-listitem_selected > a:not(.mm-btn_next) {
  font-weight: 700;
  background: #761519;
}
#mobileleftmenu li.local1_mmenu:not(.mm-listitem_opened) > .mm-listitem__text:focus {
  font-weight: 700;
  background: #761519;
}
#mobileleftmenu li.local1_mmenu > .mm-panel {
  background-color: #dbdbdb;
  color: #252525;
}
#mobileleftmenu li.local1_mmenu::after {
  border: none;
}
#mobileleftmenu li.local1_mmenu:first-of-type {
  border-top: 0;
}
#mobileleftmenu li .mm-listitem__text:focus {
  outline: 1px solid #2c6694;
  outline-offset: -1px;
}
#mobileleftmenu .mm-navbar:first-of-type {
  padding: 0;
}
#mobileleftmenu .mm-navbar__title {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #901a1e;
  color: #fff;
  font-weight: 600;
  letter-spacing: .7px;
  font-size: 17px;
  border-bottom: solid 1px #ae1f24;
}
#mobileleftmenu .mm-navbars-top {
  border: 0;
}
#mobileleftmenu .navbar-form {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
#mobileleftmenu .mm-panels {
  top: 40px;
}
#mobileleftmenu .mm-listview li .mm-btn_next::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  position: absolute;
  content: "\61";
  color: #252525;
  border: 0;
  transform: rotate(0);
  right: 20px;
}
#mobileleftmenu .mm-listview li.mm-listitem_opened > .mm-btn_next::after {
  transform: rotate(90deg);
}
#mobileleftmenu .mm-listview li.mm-listitem_opened .mm-listview > .mm-btn_next::after {
  transform: rotate(0);
}
#mobileleftmenu .mm-listview li.mm-listitem_opened .mm-listview .mm-listitem_opened > .mm-btn_next::after {
  transform: rotate(90deg);
}
#mobileleftmenu .mm-listview > .local1_mmenu > .mm-btn_next::after {
  color: #fff;
}
#mobileleftmenu .search-placeholder {
  padding: 5px 15px 5px 5px;
  background-color: #eee;
}
#mobileleftmenu .search-placeholder .dropdown-menu {
  margin-top: 0;
  top: 100%;
  border-top: 0;
  right: 15px;
  color: #252525;
  font-size: 15px;
}
#mobileleftmenu .search-placeholder .dropdown-menu li {
  padding: 2px 15px;
}
#mobileleftmenu .search-placeholder .dropdown-menu li + li {
  margin-top: 2px;
}
#mobileleftmenu .search-placeholder .global-search-submit {
  margin-left: -2px;
}
#mobileleftmenu .mm-menu .mm-navbar > *,
#mobileleftmenu .mm-menu .mm-navbar a {
  color: inherit;
}
#mobileleftmenu .navbar_mmenu.mm-listitem_opened > a:not(.mm-btn_next) {
  font-weight: 700;
}
#mobileleftmenu ul.nyheder li > a {
  padding: 10px 12px 10px 20px;
}
#mobileleftmenu ul.nyheder img {
  display: none;
}
#mobileleftmenu ul.nyheder .mm-btn_next {
  display: none;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -19px !important;
}
.mm-menu_position-front.mm-menu_opened {
  z-index: 10!important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.modal-open .mm-slideout {
    z-index: auto;
  }
}
.local-footer {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: .85em;
  line-height: 1.43em;
  color: #757575;
}
@media (max-width: 767px) {
  .local-footer {
    padding: 0 13px;
  }
}
.local-footer > .row {
  margin-bottom: 10px;
}
.local-footer .footer-data {
  text-align: right;
}
@media (max-width: 767px) {
  .local-footer .footer-data {
    text-align: left;
  }
}
#globalfooter {
  position: relative;
  background: #646464;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#globalfooter .footercontent {
  padding: 26px 0 20px;
  position: relative;
}
#globalfooter .footercontent > .footercolumn {
  z-index: 2;
}
@media (min-width: 768px) {
  #globalfooter .footercontent > .footercolumn:nth-child(3) {
    padding-right: 26px;
  }
}
#globalfooter .footercontent > .footercolumn:last-child {
  padding-right: 0;
}
#globalfooter .footercontent > .footercolumn:first-child:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  top: -5px;
  right: 60px;
  left: auto;
  bottom: 0;
  width: 430px;
  height: 430px;
  opacity: .1;
  background: url("/typo3conf/ext/ku_global_layout/Resources/Public/Icons/footersegl.svg") no-repeat;
  background-size: cover;
}
#globalfooter .footercontent > .footercolumn:last-child {
  margin-right: 0;
}
#globalfooter .footercontent > .footercolumn .footer-heading {
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
#globalfooter .footercontent > .footercolumn .footer-heading a,
#globalfooter .footercontent > .footercolumn .footer-heading a:visited {
  color: #fff;
}
#globalfooter .footercontent > .footercolumn .footer-heading a:active,
#globalfooter .footercontent > .footercolumn .footer-heading a:focus,
#globalfooter .footercontent > .footercolumn .footer-heading a:hover {
  color: #fff;
}
#globalfooter .footercontent > .footercolumn .footer-heading:not(:first-child) {
  margin-top: 20px;
}
#globalfooter .footercontent > .footercolumn .footer-heading[data-heading='open'] {
  margin-top: 20px;
}
#globalfooter ul.footerlinks {
  list-style: none;
  padding-left: 0;
  margin: 2px 0 0;
  display: block;
}
#globalfooter ul.footerlinks li {
  padding: 0;
  line-height: 1.53em;
  font-size: 13px;
  font-weight: normal;
}
#globalfooter ul.footerlinks li a {
  color: #fff;
  text-decoration: none;
}
#globalfooter ul.footerlinks li a:hover {
  text-decoration: underline;
  color: #fff;
}
#globalfooter ul.footerlinks li a:focus {
  outline: 1px dotted #fff;
  color: #fff;
}
#globalfooter ul.footerlinks li .icon-padlock:before {
  font-size: 15px;
  margin-left: 4px;
}
.social-items {
  width: 86%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .social-items {
    width: 100%;
  }
}
.social-items .social-item {
  display: inline-block;
  margin: 13px 4px 0 0;
  background-color: #555;
  border-radius: 50%;
}
.social-items .social-item .social-icon {
  width: 28px;
  height: 28px;
  font-size: 26px;
  border-radius: inherit;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.social-items .social-item .social-icon:active {
  background-color: #555;
}
.social-items .social-item .social-icon:focus {
  background-color: #555;
  outline: 1px dotted #fff;
}
.social-items .social-item .social-icon > span {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: inherit;
}
.social-items .social-item .social-icon > span:before {
  position: relative;
  top: 3px;
}
.social-items .footer-heading {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #globalfooter {
    background: #757575;
  }
  #globalfooter .container {
    padding-right: 0;
    padding-left: 0;
  }
  #globalfooter .padlock {
    display: inline-block !important;
    padding-right: 0!important;
  }
  #globalfooter .padlock:after {
    display: none;
  }
  #globalfooter .footercontent {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  #globalfooter .footercontent:after {
    display: none;
  }
  #globalfooter .footercontent .footercolumn {
    width: 100%;
    float: none;
    padding: 0;
  }
  #globalfooter .footercontent .footercolumn:first-child:before {
    display: none;
  }
  #globalfooter .footercontent .footercolumn .footer-heading {
    cursor: pointer;
    position: relative;
    padding: 13px 13px 12px;
    margin-top: 0 !important;
  }
  #globalfooter .footercontent .footercolumn .footer-heading[data-heading='open'] {
    cursor: default;
    padding-bottom: 8px;
    padding-left: 0;
    margin-bottom: 0;
  }
  #globalfooter .footercontent .footercolumn .footer-heading[data-heading='open']:after,
  #globalfooter .footercontent .footercolumn .footer-heading[data-heading='open']:before {
    display: none;
  }
  #globalfooter .footercontent .footercolumn .footer-heading[data-heading='toggle'] + ul.footerlinks {
    display: none;
    margin: 0;
    background-color: #fff;
  }
  #globalfooter .footercontent .footercolumn .footer-heading:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    content: '';
    background: #fff;
    height: 1px;
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  #globalfooter .footercontent .footercolumn .footer-heading:after {
    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;
    content: "\002b";
    line-height: 0!important;
    text-transform: none;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
  }
  #globalfooter .footercontent .footercolumn .footer-heading.open:after {
    content: "\2212";
  }
  #globalfooter .footercontent .footercolumn .footer-heading:active,
  #globalfooter .footercontent .footercolumn .footer-heading:focus {
    outline: 1px dotted #fff;
    outline-offset: -3px;
  }
  #globalfooter .footercontent .footercolumn ul.footerlinks li {
    color: #4a4949;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    position: relative;
  }
  #globalfooter .footercontent .footercolumn ul.footerlinks li a {
    color: #606060;
    padding: 10px 13px;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  #globalfooter .footercontent .footercolumn ul.footerlinks li a:active,
  #globalfooter .footercontent .footercolumn ul.footerlinks li a:focus {
    background-color: #cdcdcd;
  }
  #globalfooter .footercontent .footercolumn ul.footerlinks li a:hover {
    color: initial;
  }
  #globalfooter .footercontent .footercolumn ul.footerlinks li:last-child a {
    border-bottom: 0;
  }
  #globalfooter .social-items {
    padding: 0 13px 23px;
    width: 100%;
  }
  #globalfooter .social-items .social-item {
    margin: 13px 16px 0 0;
  }
  #globalfooter .social-items .social-item .social-icon {
    font-size: 32px;
    width: 35px;
    height: 35px;
    background-color: #666;
  }
}
.advanced-list {
  list-style: none;
  padding-left: 0;
}
.advanced-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  min-height: 100px;
  background-color: #f5f5f5;
  border-radius: 2px;
  zoom: 1;
}
.advanced-list li .list-img {
  display: block;
  height: 185px;
  -ms-flex: 0 0 185px;
      flex: 0 0 185px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-order: 1;
  order: 1;
}
.advanced-list li .list-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-order: 2;
  order: 2;
  padding: 15px;
  line-height: 1.5;
}
.advanced-list li .list-content .list-header {
  margin-top: 0;
  margin-bottom: 5px;
}
.advanced-list li .advanced-link {
  color: #252525;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.advanced-list li .advanced-link:hover {
  background-color: #e6e6e6;
}
.advanced-list li .advanced-link:hover .list-img {
  -webkit-filter: brightness(90%) blur(0);
          filter: brightness(90%) blur(0);
}
.advanced-list li .advanced-link:active {
  background-color: #e6e6e6;
}
.advanced-list li + li {
  margin-top: 5px;
}
.advanced-list p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .advanced-list li {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .advanced-list li .advanced-link {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .advanced-list li .list-img {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 235px;
        flex: 0 0 235px;
    height: auto;
  }
  .advanced-list li .list-content {
    -ms-flex-order: 1;
    order: 1;
  }
  .advanced-list.img-left .list-img {
    -ms-flex-order: 1;
    order: 1;
  }
  .advanced-list.img-left .list-content {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
        flex: 1;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .advanced-list li .list-img {
    min-height: 100px;
  }
}
.item-list {
  padding-left: 0;
  margin-bottom: 7px;
  list-style: none;
}
.item-list .item {
  padding: 15px 0;
}
.item-list .item:first-child {
  padding-top: 3px;
}
.item-list .item + .item {
  border-top: 1px solid #ccc;
}
.item-list .item:last-child {
  border-bottom: 1px solid #ccc;
}
.item-list .item-heading {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .6px;
  font-weight: 600;
  margin: 7px 0;
}
.item-list .item-date {
  font-weight: 600;
  line-height: 15px;
  color: #757575;
  margin-bottom: 7px;
}
.item-list .item-body > .item-heading:first-child {
  margin-top: 0;
}
.item-list .item-trunc > div {
  display: inline;
}
.item-list .item-left,
.item-list .item-right {
  display: none;
}
.item-list .item-left img,
.item-list .item-right img {
  padding: 2px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  display: block;
  max-width: 100%;
  height: auto;
  width: 55px;
}
.item-list.with-img .item-left,
.item-list.with-img .item-right {
  width: 74px;
}
.item-list.with-img .item > .item-body:first-child {
  padding-left: 74px;
}
.right-side .item-list .item > .item-body:first-child {
  padding-left: 0!important;
}
.media-list .media-left,
.media-list .media-right {
  min-width: 74px;
}
.media-list .media-left a,
.media-list .media-right a {
  display: block;
}
.media-list .media-left {
  padding-right: 13px;
}
.media-list .media {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.media-list .media:first-child {
  padding-top: 3px;
}
.media-list .media.media-event {
  padding-bottom: 15px;
}
.media-list .media + .media {
  border-top: 1px solid #ccc;
}
.media-list .media + .media:last-child {
  border-bottom: 1px solid #ccc;
}
.media-list .media .media-heading {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .6px;
  font-weight: 600;
  margin-bottom: 7px;
}
.media-list .media .media-heading a {
  font-size: inherit;
  color: inherit;
  display: block;
  text-decoration: none;
}
.media-list .media .media-object {
  padding: 2px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  display: block;
  max-width: 100%;
  height: auto;
  width: 55px;
  box-sizing: content-box;
}
.media-list .media p {
  margin-top: 0;
  margin-bottom: 7px;
}
.media-list .media .eventteaser {
  margin: 0;
}
.media-list.smal .media > .media-left + .media-body:first-child,
.media-list.smal .media .media-right + .media-body:first-child {
  padding-left: 74px;
}
@media (min-width: 768px) {
  .nyhedsliste.smal .media .media-heading {
    display: inline-block;
    max-width: 68%;
  }
}
.nyhedsliste.smal .media .nyhedsliste_dato {
  color: #757575;
  font-weight: 600;
}
@media (min-width: 768px) {
  .nyhedsliste.smal .media .nyhedsliste_dato {
    margin-left: 7px;
    float: right;
  }
}
.nyhedsliste.smal .media .nyhedsliste_dato > span:first-child {
  float: left;
}
.nyhedsliste.smal .media .nyhedsliste_indhold {
  clear: both;
}
@media (max-width: 767px) {
  .result_relavans {
    float: right;
  }
}
.nyhedsliste-rightbox .media .news-date2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #757575;
}
.nyhedsliste-rightbox .media .news-teaser {
  margin-top: 0;
  margin-bottom: 0;
}
#calendarlist {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
#calendarlist.smal .media-body:first-child {
  padding-left: 74px;
}
#calendarlist .eventdate {
  margin-bottom: 5px;
}
#calendarlist .readmore {
  margin-bottom: 0;
}
.right-side .media-list .media-event .media-body > .media-right {
  float: right;
}
.right-side .media-list .media-event .media-body > .media-right .media-object {
  margin-bottom: 5px;
}
.media-event .media-heading {
  margin-bottom: 0!important;
}
.media-event .eventteaser {
  margin-top: 5px!important;
}
#minicalendar .panel-body {
  padding: 6px 0 0;
  border-top: 0;
}
.minicalendar .panel-body {
  padding-top: 10px;
  border-top: 0;
  padding-top: 0!important;
}
.eventdate {
  margin-top: 0;
  font-size: 1em;
  font-weight: 600;
  color: #757575;
}
nav[aria-label="Pager"] + .nyhedsliste {
  border-top: 1px solid #ccc;
}
nav[aria-label="Pager"] + .nyhedsliste > .media:first-child {
  padding-top: 15px;
}
.readAll {
  margin-top: 14px;
  margin-bottom: 0;
  border: 1px solid #252525;
  padding: 6px 9px;
  border-radius: 2px;
  display: inline-block;
}
.readAll:hover {
  background-color: #f5f5f5;
}
.readAll a {
  color: #252525 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.readAll a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: "\61";
  margin-left: 6px;
  top: -1px;
  font-size: 86%;
}
.search-news {
  padding: 5px 15px;
}
.search-news form {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 991px) {
  .search-news .search-news-query {
    height: 100%;
    width: auto;
  }
}
.search-news .btn {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media only screen and (min-width: 991px) {
  .search-news .btn {
    height: 100%;
    padding-top: 4px;
  }
}
.manchet {
  font-weight: 600;
  margin: 10px 0;
}
.manchet span {
  color: #757575;
  letter-spacing: .7px;
  font-weight: 700;
  font-size: 1em;
  padding-right: 5px;
  text-transform: uppercase;
}
.manchet p {
  display: inline;
  letter-spacing: .3px;
}
.nyhedsdato {
  margin-bottom: 5px;
}
.custom-search-results .nyhedsliste_dato {
  color: #252525 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.custom-search-results .media > .media-body:first-child {
  padding-left: 74px;
}
#gridsidebar .single-column .column1 .media-list .media .media-left,
.one-one-two-column .column1 .media-list .media .media-left,
.one-one-two-column .column2 .media-list .media .media-left,
.one-three-column .column1 .media-list .media .media-left,
.one-two-column .column1 .media-list .media .media-left,
.quad-column [class*=column] .media-list .media .media-left,
.right-side .media-list .media .media-left,
.three-one-column .column2 .media-list .media .media-left,
.triple-column [class*=column] .media-list .media .media-left,
.two-one-column .column2 .media-list .media .media-left,
.two-one-one-column .column2 .media-list .media .media-left,
.two-one-one-column .column3 .media-list .media .media-left {
  display: none;
}
#gridsidebar .single-column .column1 .media-list .media .media-body,
.one-one-two-column .column1 .media-list .media .media-body,
.one-one-two-column .column2 .media-list .media .media-body,
.one-three-column .column1 .media-list .media .media-body,
.one-two-column .column1 .media-list .media .media-body,
.quad-column [class*=column] .media-list .media .media-body,
.right-side .media-list .media .media-body,
.three-one-column .column2 .media-list .media .media-body,
.triple-column [class*=column] .media-list .media .media-body,
.two-one-column .column2 .media-list .media .media-body,
.two-one-one-column .column2 .media-list .media .media-body,
.two-one-one-column .column3 .media-list .media .media-body {
  padding-left: 0!important;
}
#gridsidebar .single-column .column1 .media-list .media .media-body > .media-right,
.one-one-two-column .column1 .media-list .media .media-body > .media-right,
.one-one-two-column .column2 .media-list .media .media-body > .media-right,
.one-three-column .column1 .media-list .media .media-body > .media-right,
.one-two-column .column1 .media-list .media .media-body > .media-right,
.quad-column [class*=column] .media-list .media .media-body > .media-right,
.right-side .media-list .media .media-body > .media-right,
.three-one-column .column2 .media-list .media .media-body > .media-right,
.triple-column [class*=column] .media-list .media .media-body > .media-right,
.two-one-column .column2 .media-list .media .media-body > .media-right,
.two-one-one-column .column2 .media-list .media .media-body > .media-right,
.two-one-one-column .column3 .media-list .media .media-body > .media-right,
#gridsidebar .single-column .column1 .media-list .media .media-body + .media-right,
.one-one-two-column .column1 .media-list .media .media-body + .media-right,
.one-one-two-column .column2 .media-list .media .media-body + .media-right,
.one-three-column .column1 .media-list .media .media-body + .media-right,
.one-two-column .column1 .media-list .media .media-body + .media-right,
.quad-column [class*=column] .media-list .media .media-body + .media-right,
.right-side .media-list .media .media-body + .media-right,
.three-one-column .column2 .media-list .media .media-body + .media-right,
.triple-column [class*=column] .media-list .media .media-body + .media-right,
.two-one-column .column2 .media-list .media .media-body + .media-right,
.two-one-one-column .column2 .media-list .media .media-body + .media-right,
.two-one-one-column .column3 .media-list .media .media-body + .media-right {
  float: right;
}
#gridsidebar .single-column .column1 .item-list .item-body:first-child,
.one-one-two-column .column1 .item-list .item-body:first-child,
.one-one-two-column .column2 .item-list .item-body:first-child,
.one-three-column .column1 .item-list .item-body:first-child,
.one-two-column .column1 .item-list .item-body:first-child,
.quad-column [class*=column] .item-list .item-body:first-child,
.right-side .item-list .item-body:first-child,
.three-one-column .column2 .item-list .item-body:first-child,
.triple-column [class*=column] .item-list .item-body:first-child,
.two-one-column .column2 .item-list .item-body:first-child,
.two-one-one-column .column2 .item-list .item-body:first-child,
.two-one-one-column .column3 .item-list .item-body:first-child {
  padding-left: 0;
}
#gridsidebar .single-column .column1 .item-list.with-img .item-left,
.one-one-two-column .column1 .item-list.with-img .item-left,
.one-one-two-column .column2 .item-list.with-img .item-left,
.one-three-column .column1 .item-list.with-img .item-left,
.one-two-column .column1 .item-list.with-img .item-left,
.quad-column [class*=column] .item-list.with-img .item-left,
.right-side .item-list.with-img .item-left,
.three-one-column .column2 .item-list.with-img .item-left,
.triple-column [class*=column] .item-list.with-img .item-left,
.two-one-column .column2 .item-list.with-img .item-left,
.two-one-one-column .column2 .item-list.with-img .item-left,
.two-one-one-column .column3 .item-list.with-img .item-left {
  display: block;
  float: right;
  text-align: right;
}
#gridsidebar .single-column .column1 .item-list.with-img .item-left img,
.one-one-two-column .column1 .item-list.with-img .item-left img,
.one-one-two-column .column2 .item-list.with-img .item-left img,
.one-three-column .column1 .item-list.with-img .item-left img,
.one-two-column .column1 .item-list.with-img .item-left img,
.quad-column [class*=column] .item-list.with-img .item-left img,
.right-side .item-list.with-img .item-left img,
.three-one-column .column2 .item-list.with-img .item-left img,
.triple-column [class*=column] .item-list.with-img .item-left img,
.two-one-column .column2 .item-list.with-img .item-left img,
.two-one-one-column .column2 .item-list.with-img .item-left img,
.two-one-one-column .column3 .item-list.with-img .item-left img {
  float: right;
}
.calendarbox .media-body + .media-right {
  display: none;
}
.calendarbox .media-event > .media-body:first-child {
  padding-left: 0!important;
}
.double-column [class*=column] .media-list .media .media-body > .media-right,
.gridcontent:not(#gridsidebar) .single-column .column1 .media-list .media .media-body > .media-right,
.one-one-two-column .column3 .media-list .media .media-body > .media-right,
.one-three-column .column2 .media-list .media .media-body > .media-right,
.one-two-column .column2 .media-list .media .media-body > .media-right,
.three-one-column .column1 .media-list .media .media-body > .media-right,
.two-one-column .column1 .media-list .media .media-body > .media-right,
.two-one-one-column .column1 .media-list .media .media-body > .media-right,
.double-column [class*=column] .media-list .media .media-body + .media-right,
.gridcontent:not(#gridsidebar) .single-column .column1 .media-list .media .media-body + .media-right,
.one-one-two-column .column3 .media-list .media .media-body + .media-right,
.one-three-column .column2 .media-list .media .media-body + .media-right,
.one-two-column .column2 .media-list .media .media-body + .media-right,
.three-one-column .column1 .media-list .media .media-body + .media-right,
.two-one-column .column1 .media-list .media .media-body + .media-right,
.two-one-one-column .column1 .media-list .media .media-body + .media-right {
  display: none;
}
.double-column [class*=column] .media-list .media + .media-left .news-teaser,
.gridcontent:not(#gridsidebar) .single-column .column1 .media-list .media + .media-left .news-teaser,
.one-one-two-column .column3 .media-list .media + .media-left .news-teaser,
.one-three-column .column2 .media-list .media + .media-left .news-teaser,
.one-two-column .column2 .media-list .media + .media-left .news-teaser,
.three-one-column .column1 .media-list .media + .media-left .news-teaser,
.two-one-column .column1 .media-list .media + .media-left .news-teaser,
.two-one-one-column .column1 .media-list .media + .media-left .news-teaser {
  margin-left: 74px;
}
.double-column [class*=column] .media-list.smal .media-body:first-child,
.gridcontent:not(#gridsidebar) .single-column .column1 .media-list.smal .media-body:first-child,
.one-one-two-column .column3 .media-list.smal .media-body:first-child,
.one-three-column .column2 .media-list.smal .media-body:first-child,
.one-two-column .column2 .media-list.smal .media-body:first-child,
.three-one-column .column1 .media-list.smal .media-body:first-child,
.two-one-column .column1 .media-list.smal .media-body:first-child,
.two-one-one-column .column1 .media-list.smal .media-body:first-child {
  padding-left: 74px;
}
.double-column [class*=column] .item-list.with-img .item,
.gridcontent:not(#gridsidebar) .single-column .column1 .item-list.with-img .item,
.one-one-two-column .column3 .item-list.with-img .item,
.one-three-column .column2 .item-list.with-img .item,
.one-two-column .column2 .item-list.with-img .item,
.three-one-column .column1 .item-list.with-img .item,
.two-one-column .column1 .item-list.with-img .item,
.two-one-one-column .column1 .item-list.with-img .item,
.double-column [class*=column] .item-list.with-img .legacy-tile-link,
.gridcontent:not(#gridsidebar) .single-column .column1 .item-list.with-img .legacy-tile-link,
.one-one-two-column .column3 .item-list.with-img .legacy-tile-link,
.one-three-column .column2 .item-list.with-img .legacy-tile-link,
.one-two-column .column2 .item-list.with-img .legacy-tile-link,
.three-one-column .column1 .item-list.with-img .legacy-tile-link,
.two-one-column .column1 .item-list.with-img .legacy-tile-link,
.two-one-one-column .column1 .item-list.with-img .legacy-tile-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.double-column [class*=column] .item-list.with-img .item-left,
.gridcontent:not(#gridsidebar) .single-column .column1 .item-list.with-img .item-left,
.one-one-two-column .column3 .item-list.with-img .item-left,
.one-three-column .column2 .item-list.with-img .item-left,
.one-two-column .column2 .item-list.with-img .item-left,
.three-one-column .column1 .item-list.with-img .item-left,
.two-one-column .column1 .item-list.with-img .item-left,
.two-one-one-column .column1 .item-list.with-img .item-left {
  display: block;
  width: 74px;
}
.double-column [class*=column] .item-list.with-img .item-right,
.gridcontent:not(#gridsidebar) .single-column .column1 .item-list.with-img .item-right,
.one-one-two-column .column3 .item-list.with-img .item-right,
.one-three-column .column2 .item-list.with-img .item-right,
.one-two-column .column2 .item-list.with-img .item-right,
.three-one-column .column1 .item-list.with-img .item-right,
.two-one-column .column1 .item-list.with-img .item-right,
.two-one-one-column .column1 .item-list.with-img .item-right {
  display: none;
}
.double-column [class*=column] .item-list.with-img .item-body,
.gridcontent:not(#gridsidebar) .single-column .column1 .item-list.with-img .item-body,
.one-one-two-column .column3 .item-list.with-img .item-body,
.one-three-column .column2 .item-list.with-img .item-body,
.one-two-column .column2 .item-list.with-img .item-body,
.three-one-column .column1 .item-list.with-img .item-body,
.two-one-column .column1 .item-list.with-img .item-body,
.two-one-one-column .column1 .item-list.with-img .item-body {
  -ms-flex: 1;
      flex: 1;
}
.GridStandard .double-column [class*=column] .media-list .media .media-left {
  display: none;
}
.GridStandard .double-column [class*=column] .media-list .media .media-body {
  padding-left: 0!important;
}
.GridStandard .double-column [class*=column] .media-list .media .media-body > .media-right,
.GridStandard .double-column [class*=column] .media-list .media .media-body + .media-right {
  float: right;
}
.GridStandard .double-column [class*=column] .media-right {
  display: block!important;
}
.GridStandard .double-column [class*=column] .news-teaser {
  margin-left: 0!important;
}
.GridStandard .double-column [class*=column] .item-list .item-body:first-child {
  padding-left: 0;
}
.GridStandard .double-column [class*=column] .item-list.with-img .item-left {
  display: block;
  float: right;
  text-align: right;
}
.GridStandard .double-column [class*=column] .item-list.with-img .item {
  display: block;
  -ms-flex-align: unset;
  align-items: unset;
}
.calendarTime {
  color: #757575;
  margin-top: 10px;
}
.legacy-tile-link {
  color: inherit!important;
  display: block;
  position: relative;
  text-decoration: none;
}
.legacy-tile-link:hover {
  color: inherit;
  text-decoration: none;
}
.legacy-tile-link:hover .item-heading,
.legacy-tile-link:hover .media-heading {
  text-decoration: underline;
}
.legacy-tile-link:visited {
  color: inherit;
}
.tiles-plugin {
  padding-top: 15px;
}
.tiles-plugin.tiles-x .tilebox {
  height: 289px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .tiles-plugin.tiles-x .tilebox:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .tiles-plugin.tiles-x .tilebox {
    width: 235px;
  }
}
.tile-img img {
  object-fit: cover;
  float: none;
  -ms-flex: none;
      flex: none;
  display: block;
  max-width: 100%;
  height: auto;
}
.tile-link {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: initial!important;
  text-decoration: none!important;
  width: 100%;
  height: 100%;
  min-height: 1px;
}
.tile-link:hover,
.tile-link:visited {
  text-decoration: none;
  color: inherit;
}
.tile-link:focus {
  outline: 1px solid #2c6694;
  outline-offset: -1px;
}
.tile-link:focus .tile-body:after {
  width: calc(100% - 2px) !important;
  left: 1px!important;
  bottom: 1px!important;
}
.tile-header {
  font-size: 17.42px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.tile-cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tile-cat .date {
  font-weight: 700;
  color: #757575;
  text-align: right;
  padding-left: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.tile-cat .header-small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 5px;
}
.tile-cat .header-small:empty + .date {
  padding-left: 0;
}
.tiles-x .tilebox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-height: 1px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  transition: box-shadow .2s ease-out;
}
.tiles-x .tilebox:hover {
  box-shadow: 0 8px 10px 0 rgba(60, 60, 60, .1), 0 2px 6px 0 rgba(64, 64, 64, .19);
}
.tiles-x .tilebox:hover .tile-img img {
  backface-visibility: hidden;
  transform: scale3d(1.02, 1.02, 1.02) translateZ(0);
}
.tiles-x .tilebox .tile-link {
  -ms-flex-direction: column;
      flex-direction: column;
}
.tiles-x .tile-body {
  display: none;
}
.tiles-x .tile-body > p {
  margin-top: 0;
}
.tiles-x .tile-body > p:last-child {
  margin-bottom: 0;
}
.tiles-x .tile-cat {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tiles-x .header-small:empty {
  visibility: hidden;
}
.tiles-x .date:not(:empty) {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
}
.tiles-x .tile-img {
  overflow: hidden;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .tiles-x .tile-img {
    max-height: 250px;
  }
}
.tiles-x .tile-img img {
  width: 100%;
  transition: transform .2s ease-out;
}
.tiles-x .tile-content {
  padding: 10px;
  position: relative;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tiles-y .tile-link {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .tiles-y .tile-link {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.tiles-y .tile-link:hover .tile-header {
  text-decoration: underline;
}
.tiles-y .tilebox {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid #ccc;
}
.tiles-y .tile-content {
  width: 100%;
  min-width: 0;
}
.tiles-y .header-small {
  -ms-flex-preferred-size: 72%;
  flex-basis: 72%;
}
.tiles-y .header-small:empty {
  display: none;
}
.tiles-y .tile-img {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .tiles-y .tile-body {
    display: none;
  }
}
.tile-body strong {
  font-weight: 400;
}
.eventbox .tiles-x .tile-img {
  position: relative;
  overflow: visible;
  max-height: 50%;
}
.date-ribbon {
  position: absolute;
  bottom: -10px;
  right: 11px;
  background-color: #c73028;
  color: #fcfcfc;
  padding: 6px 8px;
  font-weight: 700;
  display: inline-block;
  border-radius: 2px;
}
@media all and (min-width: 768px) {
  .tiles-y .tilebox {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .tiles-y .tile-img {
    margin-left: 5px;
    -ms-flex: 0 0 185px;
        flex: 0 0 185px;
    margin-bottom: 0;
  }
  .tiles-y .tile-img img {
    width: 165px;
    float: right;
  }
}
@media all and (min-width: 992px) {
  .single-column .tiles-x:not(.tiles-plugin) .tile-header {
    font-size: 26px;
  }
  .single-column .tiles-x:not(.tiles-plugin) .tile-cat {
    display: none;
  }
  .single-column .tiles-x:not(.tiles-plugin) .tile-body {
    display: block;
    font-size: 16px;
  }
}
.one-two-column .column1 .tiles-y .tile-link,
.quad-column .tiles-y .tile-link,
.right-side .tiles-y .tile-link,
.triple-column .tiles-y .tile-link,
.two-one-column .column2 .tiles-y .tile-link,
body:not(.FullWidthFrontpage) .double-column .tiles-y .tile-link,
.one-two-column .column1 .tiles-y .tilebox,
.quad-column .tiles-y .tilebox,
.right-side .tiles-y .tilebox,
.triple-column .tiles-y .tilebox,
.two-one-column .column2 .tiles-y .tilebox,
body:not(.FullWidthFrontpage) .double-column .tiles-y .tilebox {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 0 10px;
}
.one-two-column .column1 .tiles-y .tile-content,
.quad-column .tiles-y .tile-content,
.right-side .tiles-y .tile-content,
.triple-column .tiles-y .tile-content,
.two-one-column .column2 .tiles-y .tile-content,
body:not(.FullWidthFrontpage) .double-column .tiles-y .tile-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-top: 10px;
}
.one-two-column .column1 .tiles-y .tile-img,
.quad-column .tiles-y .tile-img,
.right-side .tiles-y .tile-img,
.triple-column .tiles-y .tile-img,
.two-one-column .column2 .tiles-y .tile-img,
body:not(.FullWidthFrontpage) .double-column .tiles-y .tile-img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 0;
}
.one-two-column .column1 .tiles-y .tile-img img,
.quad-column .tiles-y .tile-img img,
.right-side .tiles-y .tile-img img,
.triple-column .tiles-y .tile-img img,
.two-one-column .column2 .tiles-y .tile-img img,
body:not(.FullWidthFrontpage) .double-column .tiles-y .tile-img img {
  width: 100%;
  float: none;
}
.GridForside .two-one-column .column1 .tiles-y .tilebox {
  display: block;
}
.GridForside .two-one-column .column1 .tiles-y .tilebox .tile-img {
  float: right;
  margin-bottom: 7px;
}
@media all and (min-width: 992px) {
  .FullWidthFrontpage .triple-column .tiles-x:not(.tiles-plugin) .tilebox,
  .double-column .tiles-x:not(.tiles-plugin) .tilebox {
    height: 367px;
  }
  .FullWidthFrontpage .triple-column .tiles-x:not(.tiles-plugin) .tilebox .tile-header,
  .double-column .tiles-x:not(.tiles-plugin) .tilebox .tile-header {
    -webkit-line-clamp: 2;
  }
  .FullWidthFrontpage .triple-column .tiles-x:not(.tiles-plugin) .tilebox .tile-body,
  .double-column .tiles-x:not(.tiles-plugin) .tilebox .tile-body {
    display: block;
    -ms-flex: 1;
        flex: 1;
  }
  .FullWidthFrontpage .triple-column .tiles-x:not(.tiles-plugin) .tilebox .tile-body > .tile-teaser,
  .double-column .tiles-x:not(.tiles-plugin) .tilebox .tile-body > .tile-teaser {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .FullWidthFrontpage .triple-column .tiles-x:not(.tiles-plugin) .tilebox .tile-body:after,
  .double-column .tiles-x:not(.tiles-plugin) .tilebox .tile-body:after {
    content: '';
    pointer-events: none;
    background: linear-gradient(to top, #fff 43%, rgba(255, 255, 255, 0));
    display: block;
    height: 35px;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
  }
  .FullWidthFrontpage .double-column .tiles-x:not(.tiles-plugin) .tile-img {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%;
  }
  .FullWidthFrontpage .double-column .tiles-x:not(.tiles-plugin) .tile-content {
    -ms-flex: 1 1 45%;
        flex: 1 1 45%;
  }
}
@media (max-width: 991px) {
  .FullWidthFrontpage .triple-column .tiles-x:not(.tiles-plugin) .tile-body,
  .double-column .tiles-x:not(.tiles-plugin) .tile-body,
  .single-column .tiles-x:not(.tiles-plugin) .tile-body {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .eventbox,
  .newsbox {
    padding-bottom: 8px;
  }
  .eventbox .tiles-x .tilebox,
  .newsbox .tiles-x .tilebox {
    height: 289px;
  }
  .single-column .eventbox .tiles-x .tilebox,
  .single-column .newsbox .tiles-x .tilebox {
    height: auto;
  }
  .topnews > .deloverskrift {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tiles-x .tilebox {
    height: 289px;
  }
  .tiles-y .tilebox {
    height: 289px;
  }
  .tiles-y .tilebox.no-img {
    height: auto;
  }
  .tiles-y .tile-img {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    overflow: hidden;
  }
  .tiles-y .tile-content {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .FullWidthFrontpage .triple-column .tiles-y:not(.tiles-plugin),
  .double-column .tiles-y:not(.tiles-plugin),
  .single-column .tiles-y:not(.tiles-plugin) {
    height: 367px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tiles-x:not(.tiles-plugin) .tilebox {
    height: 367px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .single-column .tiles-x:not(.tiles-plugin) .tile-img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .single-column .tiles-x:not(.tiles-plugin) .tile-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}
@media all and (max-width: 767px) {
  @supports (-ms-ime-align: auto) {
    .tiles-y .tile-link,
    .tiles-y .tilebox {
      -ms-flex-direction: column;
          flex-direction: column;
    }
    .tiles-y .tile-img {
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
      overflow: hidden;
    }
    .tiles-y .tile-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
    }
  }
}
@media all and (min-width: 768px) {
  @supports (-ms-ime-align: auto) {
    .single-column .tiles-x:not(.tiles-plugin) .tile-content {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
    }
  }
}
.entries {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 1px;
  border-top: 1px solid #959595;
}
.entries:before,
.entries:after {
  content: " ";
  display: table;
}
.entries:after {
  clear: both;
}
.entries:before,
.entries:after {
  content: " ";
  display: table;
}
.entries:after {
  clear: both;
}
@media all and (min-width: 992px) {
  .entries {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}
.entries .entry {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
  text-align: left;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-top: 5px;
  padding: 10px 15px;
  width: 100%;
  background-image: linear-gradient(to bottom, #f3f3f1 0%, #edece9 100%);
  background-repeat: repeat-x;
}
@media all and (min-width: 992px) {
  .entries .entry {
    width: auto;
    margin-top: 0;
    text-align: center;
  }
}
.entries .entry > a {
  display: block;
  font-size: 15px;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .06em;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  white-space: nowrap;
}
@media all and (min-width: 992px) {
  .entries .entry > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.entries .entry > a:before {
  content: "\61";
  text-transform: none;
}
.entries .entry > a:hover {
  text-decoration: underline;
}
.entries .entry > a:hover::before {
  text-decoration: none;
}
.entries .entry > a:visited {
  color: #666;
}
.entries .entry > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
  left: 0;
  top: 50%;
  display: inline-block;
  color: #901a1e;
  text-decoration: none;
}
.entries .entry.with-form {
  padding: 6px 25px 7px;
  -ms-flex-preferred-size: content;
  flex-basis: content;
}
@media all and (min-width: 992px) {
  .entries .entry.with-form {
    max-width: 33%;
  }
}
@media all and (min-width: 992px) {
  .entries .entry + .entry:after {
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #959595;
  }
}
/* Slider */
.gallery-nav,
.slide-gallery,
.slideshow {
  visibility: hidden;
  position: relative;
}
.gallery-nav:not(.slick-initialized),
.slide-gallery:not(.slick-initialized),
.slideshow:not(.slick-initialized) {
  height: 289px;
}
.gallery-nav:not(.slick-initialized) .slide-link,
.slide-gallery:not(.slick-initialized) .slide-link,
.slideshow:not(.slick-initialized) .slide-link {
  position: absolute;
}
.gallery-nav.slick-initialized,
.slide-gallery.slick-initialized,
.slideshow.slick-initialized {
  visibility: visible;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
  -webkit-tap-highlight-color: transparent;
  visibility: hidden;
  clear: both;
}
@media (min-width: 768px) {
  .slick-slider {
    height: 289px;
  }
}
.slick-slider.slick-initialized {
  visibility: visible;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list.dragging {
  cursor: grabbing;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}
.slick-track::after,
.slick-track::before {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
  position: relative;
  display: none;
}
.slick-slide > * {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.slick-slide img {
  display: block;
  -ms-flex: none;
      flex: none;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slick-slide img {
    height: 100%;
    max-width: none;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-slide .slick-list {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  vertical-align: text-bottom;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-top: 3px solid #901a1e;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: ku-loading .75s infinite linear;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE 11 */
  .slick-slide img {
    min-height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  @supports (-ms-ime-align: auto) {
    /* IE Edge */
    .slick-slide img {
      min-height: 100%;
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) translate3d(0px, 0px, 0px);
      backface-visibility: hidden;
      -ms-interpolation-mode: bicubic;
      height: auto;
      max-width: 100%;
    }
  }
}
.slider-count {
  text-align: center;
  margin: 5px 0;
}
.slide-link {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-decoration: none!important;
  position: relative;
  color: #252525;
}
.slide-link:focus {
  outline: 2px solid #2c6694;
  outline-offset: -2px;
}
.slide-link:hover img {
  -webkit-filter: brightness(90%) blur(0);
          filter: brightness(90%) blur(0);
}
.slick-slide[aria-hidden="true"]:focus-within {
  pointer-events: none;
  outline: none;
}
.slick-slide[aria-hidden="true"] .slide-link:focus,
.slick-slide[aria-hidden="true"] .slide-link:focus-visible {
  pointer-events: none;
  outline: none!important;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}
.slick-arrow:focus::before,
.slick-arrow:hover::before {
  opacity: 1;
}
.slick-arrow:focus {
  outline: 1px dotted #000;
  outline-offset: -1px;
}
.slick-arrow::before {
  font-size: 32px;
  opacity: .6;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ku-symbols";
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\61";
  transform: rotate(180deg) translate3d(0, 0, 0);
  display: inline-block;
}
.slick-arrow.slick-prev::before {
  display: inline-block;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  content: "\61";
}
.slick-pause {
  z-index: 2;
  font-size: 22px;
  line-height: 0;
  position: absolute;
  bottom: 8px;
  right: 1%;
  padding: 6px;
  cursor: pointer;
  color: #fff;
  outline: none;
  background: rgba(170, 170, 170, .8);
  border: 1px solid #757575;
  border-radius: 50%;
}
.slick-pause:focus {
  outline: 1px dotted #000;
}
.slick-pause .glyphicon {
  top: -1px;
  right: -1px;
}
@media (min-width: 768px) {
  .slick-slider:hover .slick-arrow {
    visibility: visible;
  }
}
.slick-slider:hover .slick-prev.slick-disabled::before {
  opacity: .25;
}
.slick-slider:hover .slick-next.slick-disabled::before {
  opacity: .25;
}
.slick-dots {
  position: absolute;
  bottom: 2px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, .3);
  border-radius: 50%;
}
.slick-dots li button:focus {
  outline: 1px solid #2c6694;
  outline-offset: 2px;
}
.slick-dots .slick-active button {
  background: rgba(0, 0, 0, .6);
}
.slick-slide .caption {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  letter-spacing: .7px;
  text-decoration: none;
  line-height: 1.5;
  padding: 10px;
  font-size: 14px;
  color: #252525;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .slick-slide .caption {
    padding-right: 10%;
    min-height: 66px;
  }
}
.slick-slide .caption h1,
.slick-slide .caption h3 {
  margin-top: 0;
}
.slick-slide .caption h2 {
  margin-top: 0;
  margin-bottom: 5px;
  color: inherit;
  font-size: 20px;
  line-height: 1.2;
}
.slick-slide .caption p {
  margin: 0 0 6px;
}
.slick-slide .caption[class*="box-red1"] {
  background: #901a1e;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-red1"] {
    background: rgba(144, 26, 30, .83);
  }
}
.slick-slide .caption[class*="box-red1"].full-bg {
  background: #901a1e;
}
.slick-slide .caption[class*="box-red2"] {
  background: #c73028;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-red2"] {
    background: rgba(199, 48, 40, .83);
  }
}
.slick-slide .caption[class*="box-red2"].full-bg {
  background: #c73028;
}
.slick-slide .caption[class*="box-red3"] {
  background: #db3b0a;
  color: #fff;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-red3"] {
    background: rgba(219, 59, 10, .83);
  }
}
.slick-slide .caption[class*="box-red3"].full-bg {
  background: #db3b0a;
}
.slick-slide .caption[class*="box-blue1"] {
  background: #122947;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-blue1"] {
    background: rgba(18, 41, 71, .83);
  }
}
.slick-slide .caption[class*="box-blue1"].full-bg {
  background: #122947;
}
.slick-slide .caption[class*="box-blue2"] {
  background: #425570;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-blue2"] {
    background: rgba(66, 85, 112, .83);
  }
}
.slick-slide .caption[class*="box-blue2"].full-bg {
  background: #425570;
}
.slick-slide .caption[class*="box-blue3"] {
  background: #bac7d9;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-blue3"] {
    background: rgba(186, 199, 217, .83);
  }
}
.slick-slide .caption[class*="box-blue3"].full-bg {
  background: #bac7d9;
}
.slick-slide .caption[class*="box-teal1"] {
  background: #0a5963;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-teal1"] {
    background: rgba(10, 89, 99, .83);
  }
}
.slick-slide .caption[class*="box-teal1"].full-bg {
  background: #0a5963;
}
.slick-slide .caption[class*="box-teal2"] {
  background: #197f8e;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-teal2"] {
    background: rgba(25, 127, 142, .83);
  }
}
.slick-slide .caption[class*="box-teal2"].full-bg {
  background: #197f8e;
}
.slick-slide .caption[class*="box-teal3"] {
  background: #b7d7de;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-teal3"] {
    background: rgba(183, 215, 222, .83);
  }
}
.slick-slide .caption[class*="box-teal3"].full-bg {
  background: #b7d7de;
}
.slick-slide .caption[class*="box-green1"] {
  background: #39641c;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-green1"] {
    background: rgba(57, 100, 28, .83);
  }
}
.slick-slide .caption[class*="box-green1"].full-bg {
  background: #39641c;
}
.slick-slide .caption[class*="box-green2"] {
  background: #4b8325;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-green2"] {
    background: rgba(75, 131, 37, .83);
  }
}
.slick-slide .caption[class*="box-green2"].full-bg {
  background: #4b8325;
}
.slick-slide .caption[class*="box-green3"] {
  background: #becaa8;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-green3"] {
    background: rgba(190, 202, 168, .83);
  }
}
.slick-slide .caption[class*="box-green3"].full-bg {
  background: #becaa8;
}
.slick-slide .caption[class*="box-grey1"] {
  background: #3d3d3d;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-grey1"] {
    background: rgba(61, 61, 61, .83);
  }
}
.slick-slide .caption[class*="box-grey1"].full-bg {
  background: #3d3d3d;
}
.slick-slide .caption[class*="box-grey2"] {
  background: #666;
  color: #fcfcfc;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-grey2"] {
    background: rgba(102, 102, 102, .83);
  }
}
.slick-slide .caption[class*="box-grey2"].full-bg {
  background: #666;
}
.slick-slide .caption[class*="box-grey3"] {
  background: #e1dfdf;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-grey3"] {
    background: rgba(225, 223, 223, .83);
  }
}
.slick-slide .caption[class*="box-grey3"].full-bg {
  background: #e1dfdf;
}
.slick-slide .caption[class*="box-light1"] {
  background: #fff;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-light1"] {
    background: rgba(255, 255, 255, .9);
  }
}
.slick-slide .caption[class*="box-light1"].full-bg {
  background: #fff;
}
.slick-slide .caption[class*="box-light2"] {
  background: #fefaf2;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-light2"] {
    background: rgba(254, 250, 242, .9);
  }
}
.slick-slide .caption[class*="box-light2"].full-bg {
  background: #fefaf2;
}
.slick-slide .caption[class*="box-light3"] {
  background: #ffbd38;
  color: #262626;
}
@media (min-width: 768px) {
  .slick-slide .caption[class*="box-light3"] {
    background: rgba(255, 189, 56, .83);
  }
}
.slick-slide .caption[class*="box-light3"].full-bg {
  background: #ffbd38;
}
.slick-slide .caption.full-bg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
}
.slick-slide:hover .caption {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slick-slide .caption {
    position: absolute!important;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .slick-slide .caption {
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .9);
    border: 0;
  }
  .slick-slide .caption h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .slick-slide .caption.textblock-left {
    right: auto;
    left: 0;
    padding: 15px;
    width: 45%;
    height: 100%;
    padding: 16px 20px 20px 35px;
  }
  .slick-slide .caption.textblock-right {
    right: 0;
    left: auto;
    padding: 16px 39px 20px 20px;
    width: 45%;
    height: 100%;
  }
  .slick-slide .caption.textlabel-left {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 45%;
    min-height: 50%;
    padding: 16px 20px 20px 40px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
  .slick-slide .caption.textlabel-right {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    width: 45%;
    min-height: 50%;
    padding: 16px 35px 20px 20px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  .slick-slide .caption.full-bg {
    padding: 30px 45px;
  }
}
:root {
  --swiper-theme-color: #3d3d3d;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide:focus,
.swiper-slide:active {
  outline: 1px solid #2c6694;
  outline-offset: -1px;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
@media (max-width: 991px) {
  .swiper-slide .tiles-x .tilebox {
    border-top: 1px solid #ddd;
    height: 289px;
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
:root {
  --swiper-navigation-size: 32px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.slider-controls {
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  opacity: .3;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .25;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  font-family: "ku-symbols";
  content: "\61";
  font-size: var(--swiper-navigation-size, 32px);
  text-transform: none !important;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 1px dotted #000;
}
.swiper-button-next:focus:before,
.swiper-button-prev:focus:before,
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  opacity: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -5%;
  right: auto;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: "\61";
  transform: rotate(180deg) translate3d(0, 0, 0);
  display: inline-block;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -5%;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}
button .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-bullet:focus {
  outline: 1px solid #2c6694;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-lock {
  display: none;
}
/*  https://bootstrap-datepicker.readthedocs.io/en/stable/index.html
* Bootstrap datepicker
*/
.datepicker {
  border-radius: 2px;
  direction: ltr;
}
.datepicker-inline {
  width: 100%;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown table tr td,
.datepicker-dropdown table tr th {
  padding: 5px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, .2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, .15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker-dropdown .day:hover {
  cursor: pointer;
  font-weight: 700;
}
.datepicker .calStepLink {
  color: #252525;
}
.datepicker table {
  width: 100%;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.datepicker table tr th {
  height: 28px;
  border: none;
  text-align: center;
  font-weight: 600;
}
.datepicker table tr td {
  text-align: center;
  border: none;
  height: 28px;
}
.datepicker table thead tr:nth-child(2) {
  font-size: 17px;
  line-height: 1.34;
  color: #252525;
  font-weight: 600;
  letter-spacing: .25px;
  min-height: 16px;
  padding: 6px 0;
  border-bottom: 1px solid #959595;
}
.datepicker table thead tr:nth-child(3) {
  background-color: #e1e1e1;
}
.datepicker table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}
.datepicker table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #e1e1e1;
}
.datepicker table > tfoot > tr > th {
  cursor: pointer;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker .calendar_days {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
.datepicker .new span,
.datepicker .old span {
  color: #999;
}
.datepicker .day.occup_monthday span {
  background: #577d7f;
}
.datepicker .day.occup_monthday span a {
  color: #fff;
  display: block;
}
.datepicker .day.occup_monthday span a:hover {
  text-decoration: none;
  font-weight: 600;
}
.datepicker .day.occup_monthday:hover span {
  background: #4d6e70;
  color: #fff;
}
.datepicker .old:hover span {
  cursor: default;
}
.datepicker .disabled span,
.datepicker .disabled:hover span {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker .highlighted span {
  color: #000;
  background-color: #e2edee;
  border-color: #a2c5c8;
  border-radius: 0;
}
.datepicker .highlighted span.focus,
.datepicker .highlighted span:focus {
  color: #000;
  background-color: #c2d9db;
  border-color: #578f94;
}
.datepicker .highlighted span:hover {
  color: #000;
  background-color: #c2d9db;
  border-color: #7badb2;
}
a .datepicker .highlighted span:visited {
  color: #000;
}
.datepicker .highlighted span.active,
.datepicker .highlighted span:active,
.datepicker .highlighted span .open > .dropdown-toggle {
  color: #000;
  background-color: #c2d9db;
  border-color: #7badb2;
}
.datepicker .highlighted span.active.focus,
.datepicker .highlighted span:active.focus,
.datepicker .highlighted span .open > .dropdown-toggle.focus,
.datepicker .highlighted span.active:focus,
.datepicker .highlighted span:active:focus,
.datepicker .highlighted span .open > .dropdown-toggle:focus,
.datepicker .highlighted span.active:hover,
.datepicker .highlighted span:active:hover,
.datepicker .highlighted span .open > .dropdown-toggle:hover {
  color: #000;
  background-color: #abcbce;
  border-color: #578f94;
}
.datepicker .highlighted span.active,
.datepicker .highlighted span:active,
.open > .dropdown-toggle.datepicker .highlighted span {
  background-image: none;
}
.datepicker .highlighted span.disabled.focus,
.datepicker .highlighted span[disabled].focus,
fieldset[disabled] .datepicker .highlighted span.focus,
.datepicker .highlighted span.disabled:focus,
.datepicker .highlighted span[disabled]:focus,
fieldset[disabled] .datepicker .highlighted span:focus,
.datepicker .highlighted span.disabled:hover,
.datepicker .highlighted span[disabled]:hover,
fieldset[disabled] .datepicker .highlighted span:hover {
  background-color: #e2edee;
  border-color: #a2c5c8;
}
.datepicker .highlighted span .badge {
  color: #e2edee;
  background-color: #000;
}
.datepicker .highlighted span.focused {
  background: #c2d9db;
}
.datepicker .highlighted span.disabled,
.datepicker .highlighted span.disabled:active {
  background: #e2edee;
  color: #999;
}
.datepicker .today span {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker .today span.focus,
.datepicker .today span:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker .today span:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
a .datepicker .today span:visited {
  color: #000;
}
.datepicker .today span.active,
.datepicker .today span:active,
.datepicker .today span .open > .dropdown-toggle {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker .today span.active.focus,
.datepicker .today span:active.focus,
.datepicker .today span .open > .dropdown-toggle.focus,
.datepicker .today span.active:focus,
.datepicker .today span:active:focus,
.datepicker .today span .open > .dropdown-toggle:focus,
.datepicker .today span.active:hover,
.datepicker .today span:active:hover,
.datepicker .today span .open > .dropdown-toggle:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker .today span.active,
.datepicker .today span:active,
.open > .dropdown-toggle.datepicker .today span {
  background-image: none;
}
.datepicker .today span.disabled.focus,
.datepicker .today span[disabled].focus,
fieldset[disabled] .datepicker .today span.focus,
.datepicker .today span.disabled:focus,
.datepicker .today span[disabled]:focus,
fieldset[disabled] .datepicker .today span:focus,
.datepicker .today span.disabled:hover,
.datepicker .today span[disabled]:hover,
fieldset[disabled] .datepicker .today span:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker .today span .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker .today span.focused {
  background: #ffc966;
}
.datepicker .today span.disabled,
.datepicker .today span.disabled:active {
  background: #ffdb99;
  color: #999;
}
.datepicker .range span {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker .range span.focus,
.datepicker .range span:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7b7b7b;
}
.datepicker .range span:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
a .datepicker .range span:visited {
  color: #000;
}
.datepicker .range span.active,
.datepicker .range span:active,
.datepicker .range span .open > .dropdown-toggle {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
.datepicker .range span.active.focus,
.datepicker .range span:active.focus,
.datepicker .range span .open > .dropdown-toggle.focus,
.datepicker .range span.active:focus,
.datepicker .range span:active:focus,
.datepicker .range span .open > .dropdown-toggle:focus,
.datepicker .range span.active:hover,
.datepicker .range span:active:hover,
.datepicker .range span .open > .dropdown-toggle:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7b7b7b;
}
.datepicker .range span.active,
.datepicker .range span:active,
.open > .dropdown-toggle.datepicker .range span {
  background-image: none;
}
.datepicker .range span.disabled.focus,
.datepicker .range span[disabled].focus,
fieldset[disabled] .datepicker .range span.focus,
.datepicker .range span.disabled:focus,
.datepicker .range span[disabled]:focus,
fieldset[disabled] .datepicker .range span:focus,
.datepicker .range span.disabled:hover,
.datepicker .range span[disabled]:hover,
fieldset[disabled] .datepicker .range span:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker .range span .badge {
  color: #eee;
  background-color: #000;
}
.datepicker .range span.focused {
  background: #d5d5d5;
}
.datepicker .range span.disabled,
.datepicker .range span.disabled:active {
  background: #eee;
  color: #999;
}
.datepicker .range.highlighted {
  color: #000;
  background-color: #e8eeee;
  border-color: #adc1c3;
}
.datepicker .range.highlighted.focus,
.datepicker .range.highlighted:focus {
  color: #000;
  background-color: #cbd7d8;
  border-color: #66878a;
}
.datepicker .range.highlighted:hover {
  color: #000;
  background-color: #cbd7d8;
  border-color: #8aa6a9;
}
a .datepicker .range.highlighted:visited {
  color: #000;
}
.datepicker .range.highlighted.active,
.datepicker .range.highlighted:active,
.datepicker .range.highlighted .open > .dropdown-toggle {
  color: #000;
  background-color: #cbd7d8;
  border-color: #8aa6a9;
}
.datepicker .range.highlighted.active.focus,
.datepicker .range.highlighted:active.focus,
.datepicker .range.highlighted .open > .dropdown-toggle.focus,
.datepicker .range.highlighted.active:focus,
.datepicker .range.highlighted:active:focus,
.datepicker .range.highlighted .open > .dropdown-toggle:focus,
.datepicker .range.highlighted.active:hover,
.datepicker .range.highlighted:active:hover,
.datepicker .range.highlighted .open > .dropdown-toggle:hover {
  color: #000;
  background-color: #b6c8c9;
  border-color: #66878a;
}
.datepicker .range.highlighted.active,
.datepicker .range.highlighted:active,
.open > .dropdown-toggle.datepicker .range.highlighted {
  background-image: none;
}
.datepicker .range.highlighted.disabled.focus,
.datepicker .range.highlighted[disabled].focus,
fieldset[disabled] .datepicker .range.highlighted.focus,
.datepicker .range.highlighted.disabled:focus,
.datepicker .range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker .range.highlighted:focus,
.datepicker .range.highlighted.disabled:hover,
.datepicker .range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker .range.highlighted:hover {
  background-color: #e8eeee;
  border-color: #adc1c3;
}
.datepicker .range.highlighted .badge {
  color: #e8eeee;
  background-color: #000;
}
.datepicker .range.highlighted.focused {
  background: #cbd7d8;
}
.datepicker .range.highlighted.disabled,
.datepicker .range.highlighted.disabled:active {
  background: #e8eeee;
  color: #999;
}
.datepicker .range.today span {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker .range.today span.focus,
.datepicker .range.today span:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #805608;
}
.datepicker .range.today span:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #be7f0c;
}
a .datepicker .range.today span:visited {
  color: #000;
}
.datepicker .range.today span.active,
.datepicker .range.today span:active,
.datepicker .range.today span .open > .dropdown-toggle {
  color: #000;
  background-color: #f4b747;
  border-color: #be7f0c;
}
.datepicker .range.today span.active.focus,
.datepicker .range.today span:active.focus,
.datepicker .range.today span .open > .dropdown-toggle.focus,
.datepicker .range.today span.active:focus,
.datepicker .range.today span:active:focus,
.datepicker .range.today span .open > .dropdown-toggle:focus,
.datepicker .range.today span.active:hover,
.datepicker .range.today span:active:hover,
.datepicker .range.today span .open > .dropdown-toggle:hover {
  color: #000;
  background-color: #f1a925;
  border-color: #805608;
}
.datepicker .range.today span.active,
.datepicker .range.today span:active,
.open > .dropdown-toggle.datepicker .range.today span {
  background-image: none;
}
.datepicker .range.today span.disabled.focus,
.datepicker .range.today span[disabled].focus,
fieldset[disabled] .datepicker .range.today span.focus,
.datepicker .range.today span.disabled:focus,
.datepicker .range.today span[disabled]:focus,
fieldset[disabled] .datepicker .range.today span:focus,
.datepicker .range.today span.disabled:hover,
.datepicker .range.today span[disabled]:hover,
fieldset[disabled] .datepicker .range.today span:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker .range.today span .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker .range.today span.disabled,
.datepicker .range.today span.disabled:active {
  background: #f7ca77;
  color: #999;
}
.datepicker .selected span,
.datepicker .selected.highlighted span {
  color: #fff;
  background-color: #757575;
  border-color: #ccc;
}
.datepicker .selected span.focus,
.datepicker .selected.highlighted span.focus,
.datepicker .selected span:focus,
.datepicker .selected.highlighted span:focus {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #8c8c8c;
}
.datepicker .selected span:hover,
.datepicker .selected.highlighted span:hover {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #adadad;
}
a .datepicker .selected span:visited,
a .datepicker .selected.highlighted span:visited {
  color: #fff;
}
.datepicker .selected span.active,
.datepicker .selected.highlighted span.active,
.datepicker .selected span:active,
.datepicker .selected.highlighted span:active,
.datepicker .selected span .open > .dropdown-toggle,
.datepicker .selected.highlighted span .open > .dropdown-toggle {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #adadad;
}
.datepicker .selected span.active.focus,
.datepicker .selected.highlighted span.active.focus,
.datepicker .selected span:active.focus,
.datepicker .selected.highlighted span:active.focus,
.datepicker .selected span .open > .dropdown-toggle.focus,
.datepicker .selected.highlighted span .open > .dropdown-toggle.focus,
.datepicker .selected span.active:focus,
.datepicker .selected.highlighted span.active:focus,
.datepicker .selected span:active:focus,
.datepicker .selected.highlighted span:active:focus,
.datepicker .selected span .open > .dropdown-toggle:focus,
.datepicker .selected.highlighted span .open > .dropdown-toggle:focus,
.datepicker .selected span.active:hover,
.datepicker .selected.highlighted span.active:hover,
.datepicker .selected span:active:hover,
.datepicker .selected.highlighted span:active:hover,
.datepicker .selected span .open > .dropdown-toggle:hover,
.datepicker .selected.highlighted span .open > .dropdown-toggle:hover {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #8c8c8c;
}
.datepicker .selected span.active,
.datepicker .selected.highlighted span.active,
.datepicker .selected span:active,
.datepicker .selected.highlighted span:active,
.open > .dropdown-toggle.datepicker .selected span,
.open > .dropdown-toggle.datepicker .selected.highlighted span {
  background-image: none;
}
.datepicker .selected span.disabled.focus,
.datepicker .selected.highlighted span.disabled.focus,
.datepicker .selected span[disabled].focus,
.datepicker .selected.highlighted span[disabled].focus,
fieldset[disabled] .datepicker .selected span.focus,
fieldset[disabled] .datepicker .selected.highlighted span.focus,
.datepicker .selected span.disabled:focus,
.datepicker .selected.highlighted span.disabled:focus,
.datepicker .selected span[disabled]:focus,
.datepicker .selected.highlighted span[disabled]:focus,
fieldset[disabled] .datepicker .selected span:focus,
fieldset[disabled] .datepicker .selected.highlighted span:focus,
.datepicker .selected span.disabled:hover,
.datepicker .selected.highlighted span.disabled:hover,
.datepicker .selected span[disabled]:hover,
.datepicker .selected.highlighted span[disabled]:hover,
fieldset[disabled] .datepicker .selected span:hover,
fieldset[disabled] .datepicker .selected.highlighted span:hover {
  background-color: #757575;
  border-color: #ccc;
}
.datepicker .selected span .badge,
.datepicker .selected.highlighted span .badge {
  color: #757575;
  background-color: #fff;
}
.datepicker .active span,
.datepicker .active.highlighted span {
  color: #fff;
  background-color: #577d7f;
}
.datepicker .active span:hover,
.datepicker .active.highlighted span:hover {
  color: #fff;
  background-color: #4d6e70;
  cursor: pointer;
}
.datepicker .active span a,
.datepicker .active.highlighted span a {
  color: inherit;
  display: block;
}
.datepicker .active span a:hover,
.datepicker .active.highlighted span a:hover {
  text-decoration: none;
}
.datepicker span {
  border-radius: 50%;
  line-height: 26px;
  display: block;
  width: 26px;
  height: 26px;
  margin: 2px auto;
}
.datepicker span a {
  color: #252525;
  text-decoration: none;
}
.datepicker span.disabled,
.datepicker span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker span.active,
.datepicker span.active.disabled,
.datepicker span.active.disabled:hover,
.datepicker span.active:hover {
  color: #fff;
  background-color: #577d7f;
}
.datepicker span.new,
.datepicker span.old {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 70%;
  padding-top: 6px;
  padding-bottom: 7px;
}
.datepicker .next,
.datepicker .prev {
  font-weight: normal;
  cursor: pointer;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  color: #757575;
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.5;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker-days .table-striped .day.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker-days .table-striped .day.today.focus,
.datepicker-days .table-striped .day.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker-days .table-striped .day.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
a .datepicker-days .table-striped .day.today:visited {
  color: #000;
}
.datepicker-days .table-striped .day.today.active,
.datepicker-days .table-striped .day.today:active,
.datepicker-days .table-striped .day.today .open > .dropdown-toggle {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker-days .table-striped .day.today.active.focus,
.datepicker-days .table-striped .day.today:active.focus,
.datepicker-days .table-striped .day.today .open > .dropdown-toggle.focus,
.datepicker-days .table-striped .day.today.active:focus,
.datepicker-days .table-striped .day.today:active:focus,
.datepicker-days .table-striped .day.today .open > .dropdown-toggle:focus,
.datepicker-days .table-striped .day.today.active:hover,
.datepicker-days .table-striped .day.today:active:hover,
.datepicker-days .table-striped .day.today .open > .dropdown-toggle:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker-days .table-striped .day.today.active,
.datepicker-days .table-striped .day.today:active,
.open > .dropdown-toggle.datepicker-days .table-striped .day.today {
  background-image: none;
}
.datepicker-days .table-striped .day.today.disabled.focus,
.datepicker-days .table-striped .day.today[disabled].focus,
fieldset[disabled] .datepicker-days .table-striped .day.today.focus,
.datepicker-days .table-striped .day.today.disabled:focus,
.datepicker-days .table-striped .day.today[disabled]:focus,
fieldset[disabled] .datepicker-days .table-striped .day.today:focus,
.datepicker-days .table-striped .day.today.disabled:hover,
.datepicker-days .table-striped .day.today[disabled]:hover,
fieldset[disabled] .datepicker-days .table-striped .day.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker-days .table-striped .day.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker-days .table-striped .day.active {
  font-weight: 700;
  background-color: #ccc;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  font-display: swap;
  src: url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.eot");
  src: url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.woff") format('woff'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("/typo3conf/ext/ku_global_layout/Resources/Public/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}
.ccc {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  color: #fff;
  background-color: rgba(80, 80, 80, .96);
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
  z-index: 1051;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  transition: all .4s ease;
}
.ccc a {
  color: #fff;
}
.ccc a:focus {
  outline: 1px solid #fff;
  outline-offset: 2px;
}
.ccc-ani-enter,
.ccc-ani-leave-to {
  transform: translate3d(0, 100%, 0);
}
.ccc-popup {
  height: 100%;
  padding-bottom: 23px;
  background-color: transparent;
}
@media (min-width: 991px) {
  .ccc-popup {
    padding: 23px 130px 52px 130px;
  }
}
#ccc-title {
  font-size: 21px;
  line-height: 1.3333333;
  margin: 13px 0;
}
@media (min-width: 991px) {
  #ccc-title {
    font-size: 24px;
  }
}
#ccc-desc {
  font-size: 14px;
}
@media (min-width: 991px) {
  #ccc-desc {
    font-size: 16px;
    letter-spacing: .7px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #ccc-desc {
    position: relative;
    margin-bottom: 15px;
  }
  #ccc-desc::after {
    content: '';
    background: linear-gradient(to top, #575757, rgba(80, 80, 80, 0));
    height: 35px;
    position: absolute;
    width: calc(100% - var(--scroll-bar, 10px));
    bottom: 0;
    pointer-events: none;
  }
  .ccc-intro-inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 265px;
    padding: 0 10px 45px 0;
  }
  .ccc-intro-inner > p:first-child {
    margin-top: 0;
  }
}
.ccc-list {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 23px;
}
.ccc-list > li {
  border: 1px solid #888;
  padding: 0 13px;
  border-radius: 2px;
}
@media (min-width: 991px) {
  .ccc-list > li {
    padding: 0 13px;
  }
}
.ccc-list > li + li {
  margin-top: 23px;
}
.ccc-select-title {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 17px;
  margin-top: 0;
  display: inline-block;
}
@media (min-width: 991px) {
  .ccc-select-title {
    font-size: 20px;
  }
}
.ccc-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  letter-spacing: .7px;
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 991px) {
  .ccc-select {
    font-size: 16px;
  }
}
.ccc-select::after {
  content: "\e259";
  position: relative;
  top: 2px;
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #f1f1f1;
}
@media (min-width: 991px) {
  .ccc-select::after {
    font-size: 26px;
  }
}
.ccc-select:focus {
  outline: 1px solid #fff;
}
.ccc-select.open::after {
  content: "\e260";
}
.ccc-select-description {
  -ms-flex-item-align: end;
  align-self: flex-end;
  float: right;
  margin: 5px 15px 0 0;
}
@media (max-width: 767px) {
  .ccc-select-description {
    margin-bottom: 13px;
    font-size: 12px;
    margin: 0 10px 2px 0;
  }
}
.ccc-list-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 10px;
}
@media (max-width: 767px) {
  .ccc-list-actions {
    margin-bottom: 8px;
  }
}
.ccc-large-checkbox {
  margin: 0;
  padding: 0;
}
.ccc-large-checkbox > input[type='checkbox'] {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.ccc-large-checkbox > input[type='checkbox'] + label {
  display: block;
  position: relative;
  padding: 7px 0 0;
  margin-right: 5px;
}
.ccc-large-checkbox > input[type='checkbox'] + label::before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #999;
}
.ccc-large-checkbox > input[type='checkbox']:checked + label::before {
  background: #005cc8;
}
.ccc-large-checkbox > input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 6px;
  width: 13px;
  transform: rotate(-45deg);
}
.ccc-large-checkbox > input[type='checkbox']:focus + label::before {
  outline: 1px solid #fff;
  outline-offset: 2px;
}
.ccc-table-wrapper {
  display: none;
  height: 218px;
  position: relative;
  overflow-y: scroll;
  transition: height .4s ease;
  -webkit-overflow-scrolling: touch;
}
.ccc-table-wrapper:focus {
  outline: 1px solid #fff;
  outline-offset: 2px;
}
.ccc-table {
  table-layout: fixed;
  color: #252525;
  background-color: #fff;
}
.ccc-table > tbody > tr > td {
  word-break: break-all;
}
.ccc-table-ani-enter,
.ccc-table-ani-leave-to {
  height: 0;
}
@media (max-width: 767px) {
  .ccc-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .ccc-buttons {
    margin-top: 45px;
  }
}
.ccc-buttons button {
  text-transform: none;
  font-size: 16px;
  padding: 10px;
}
@media (max-width: 767px) {
  .ccc-buttons button {
    -ms-flex: 1;
        flex: 1;
  }
}
.ccc-buttons button:focus {
  outline: 1px solid #2c6694;
  outline-offset: -4px;
}
.ccc-buttons button:first-child {
  margin-right: 20px;
}
@media (min-width: 991px) {
  .ccc-buttons button {
    font-size: 18px;
    padding: 10px 25px;
  }
  .ccc-buttons button:first-child {
    margin-right: 52px;
  }
}
@media (max-width: 767px) {
  .ccc-buttons button:first-child {
    margin-right: 30px;
  }
}
.social-embed {
  background-color: #fff;
  padding-bottom: 5px;
}
.social-embed:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  position: relative;
  font-size: 32px;
  line-height: 0;
}
.social-embed a {
  text-decoration: none;
}
.social-embed a:hover {
  text-decoration: underline;
}
.social-embed h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  display: inline-block;
  padding: 0;
  margin: 0;
  letter-spacing: .6px;
}
.social-embed.twitter {
  border-bottom: 1px solid #0b7bc1;
}
.social-embed.twitter:before {
  content: "\74";
  color: #0b7bc1;
  top: 5px;
}
.social-embed.twitter h2 {
  color: #0b7bc1;
}
.social-embed.facebook {
  border-bottom: 1px solid #4267b2;
}
.social-embed.facebook:before {
  content: "\66";
  color: #4267b2;
}
.social-embed.facebook h2 {
  color: #4267b2;
}
.social-embed.futurity {
  border-bottom: 1px solid #b85c00;
}
.social-embed.futurity:before {
  content: "\75";
  color: #b85c00;
}
.social-embed.futurity h2 {
  color: #b85c00;
}
.social-embed.conversation {
  border-bottom: 1px solid #d8352a;
}
.social-embed.conversation:before {
  content: "\6f";
  color: #d8352a;
  top: 5px;
}
.social-embed.conversation h2 {
  color: #d8352a;
}
.gcitem.nyhed .nyhed-illustration + .nyhedswrap .nyhed-tema {
  line-height: normal;
  margin: 4px 0 2px;
}
.gcitem.nyhed .nyhed-illustration + .nyhedswrap .nyhed-tema + h2 {
  margin-top: 2px;
}
.gcitem.nyhed .nyhed-illustration + .nyhedswrap .nyhed-tema + h2 a {
  color: #252525;
  text-decoration: none;
}
.gcitem.nyhed .nyhed-illustration + .nyhedswrap .nyhed-teaser {
  margin: 0 0 20px;
}
ul.stripped {
  list-style-type: none;
  padding-left: 0;
}
ul.stripped li {
  background-repeat: no-repeat;
}
ul.stripped h2 {
  font-size: 1em;
}
.udd_table {
  border-collapse: collapse;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0 0 1px 0;
  line-height: 1.5;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.udd_table p {
  margin: 0;
}
.udd_table .udd_table_td_noborder {
  border-right: 0;
  height: 20px;
  padding: 0;
}
.udd_table td {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px 1px 0 0;
  margin: 0;
  padding: 10px 6px;
  vertical-align: top;
}
.udd_table td.udd_table_td_bgcolor {
  padding: 0;
  text-align: center;
  background-color: #f3f3f3;
  width: 10%;
  border-left: 1px solid #d7d7d7;
  vertical-align: middle;
}
.udd_table .udd_table_td_fixedwidth2 {
  width: 45%;
}
.udd_table .udd_table_td_fixedwidth4 {
  width: 22.5%;
}
.udd_table .udd_table_tr_bottom {
  border-bottom: 1px solid #d7d7d7;
}
.standard_table {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  table-layout: fixed;
}
.standard_table td {
  padding: 10px 8px 10px 12px;
  vertical-align: top;
}
.fritekst_top_img {
  margin-bottom: 10px;
}
.img-with-caption {
  float: right;
  margin: 5px 0 10px 20px;
}
.img-with-caption-left {
  float: left;
  margin: 5px 20px 10px 0;
  max-width: 100%;
}
div[class^="img-with-caption"] p {
  padding: 10px 0;
  margin: 0;
  font-size: .92em;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}
p[align="right"] {
  font-size: 80%;
  line-height: 1.5;
  color: #757575;
  text-align: left;
}
p[align="right"]:before {
  content: '\2014 \00A0';
}
.panel-accordion > .panel-heading .panel-title a > strong {
  font-weight: inherit!important;
}
/* KU custom elements */
.gridnyhed {
  height: 389px;
  background-color: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
@media (min-width: 992px) {
  .gridnyhed {
    height: 289px;
  }
}
.gridnyhed .nyhed-illustration {
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
  overflow: hidden;
}
.gridnyhed .nyhed-illustration a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: inherit;
      flex: inherit;
  height: 100%;
}
.gridnyhed .nyhed-illustration a img {
  -ms-flex: none;
      flex: none;
  object-fit: cover;
  -webkit-filter: brightness(100%) blur(0);
          filter: brightness(100%) blur(0);
  transition: .2s -webkit-filter ease-out, .2s filter ease-out;
}
@media (min-width: 992px) {
  .gridnyhed .nyhed-illustration {
    -ms-flex: 0 1 160px;
        flex: 0 1 160px;
  }
}
.gridnyhed h2 {
  font-size: 17px;
  line-height: 120%;
  letter-spacing: .85px;
  font-weight: 700;
}
.gridnyhed h2 a {
  color: #4a4949;
  display: inline;
}
.gridnyhed .nyhedswrap {
  padding: 10px;
}
.gridnyhed .nyhed-teaser {
  display: block;
}
.gridnyhed .nyhed-tema {
  margin: 4px 0 2px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .36px;
}
.gridnyhed .nyhed-tema span {
  display: none;
}
@media (min-width: 992px) {
  .gridnyhed .nyhed-teaser {
    display: none;
  }
}
.gridnyhed:hover img {
  -webkit-filter: brightness(90%) blur(0);
          filter: brightness(90%) blur(0);
}
.find-box {
  height: 130px;
  position: relative;
  overflow: hidden;
}
.find-box [class$="-bg"] {
  width: 100%;
  height: 130px;
  margin-bottom: 0 !important;
  background: url("https://bootstrap.secure.ku.dk/img/find_en_forsker.png") no-repeat 80% 25px;
  background-size: 140px;
}
.find-box [class$="-bg"] .search-text {
  margin: 20px 5px 20px 15px;
  font-weight: 600;
  font-size: 18px;
}
.find-box [class$="-bg"] .search-text .text-normal {
  font-weight: 300;
}
.find-box form {
  width: 94%;
  margin: 0 auto;
}
.find-box form .input-group {
  border: 1px solid #757575;
  border-radius: 2px;
}
.find-box form .input-group input[type="text"] {
  opacity: .9;
  border: 0;
  border-right: 1px solid #757575;
}
.find-box form .input-group input[type="text"]::-moz-placeholder {
  color: #252525;
  opacity: 1;
}
.find-box form .input-group input[type="text"]:-ms-input-placeholder {
  color: #252525;
}
.find-box form .input-group input[type="text"]::-webkit-input-placeholder {
  color: #252525;
}
.find-box form .input-group input[type="text"]:placeholder-shown {
  text-overflow: ellipsis;
}
.find-box form .input-group .input-group-btn .btn {
  color: #901a1e;
  font-weight: 700;
  border-left: 1px solid #757575;
}
.find-researcher {
  background-image: linear-gradient(to right, #eee 0%, #ccc 100%);
  background-repeat: repeat-x;
}
.find-kunet {
  background-image: linear-gradient(to right, #a80505 0%, #7e0202 100%);
  background-repeat: repeat-x;
}
.find-kunet .search-text {
  color: #efefef;
}
.linkslist {
  margin: 10px 0;
  position: relative;
  background-color: #fff;
}
.linkslist .menu-trigger {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #949494;
}
.linkslist input[type="checkbox"] {
  display: none;
}
.linkslist input[type="checkbox"] + label::after {
  font-size: 10px;
  font-weight: normal;
  margin-right: 5px;
  right: 7px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(90deg) translate3d(0, 0, 0);
  text-decoration: none;
  display: inline-block;
  font-family: "ku-symbols";
  text-transform: none;
  content: "\61";
}
.linkslist input[type="checkbox"]:checked + label::after {
  transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
}
.linkslist input[type="checkbox"] ~ ul.menu-list {
  position: absolute;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  height: 0;
  transform: scaleY(0);
  transition: transform .2s ease-out;
}
.linkslist input[type="checkbox"]:checked ~ ul.menu-list {
  margin-top: -1px;
  top: 100%;
  left: 0;
  z-index: 180;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  height: auto;
  transform-origin: top;
  transition: transform .2s ease-out;
  transform: scaleY(1);
}
.linkslist input[type="checkbox"]:checked ~ ul.menu-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.linkslist input[type="checkbox"]:checked ~ ul.menu-list li a:hover {
  text-decoration: underline;
}
#warning-banner {
  background-color: #db3b0a;
  color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #warning-banner-inner {
    padding: 5px 40px 5px 0;
  }
  #warning-banner-inner > .container {
    padding-left: 13px;
    padding-right: 13px;
  }
}
#warning-banner-inner h1 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 40px;
  margin-top: 0;
  font-weight: 400;
}
#warning-banner-inner h3 {
  margin-top: 0;
}
#warning-banner-inner h2 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 10px;
}
#warning-banner-inner a,
#warning-banner-inner a:visited {
  color: inherit;
}
#warning-banner-inner p:first-child {
  margin-top: 5px;
}
#warning-banner-inner p:last-child {
  margin-bottom: 5px;
}
.icon-corona {
  height: 21px;
  width: 21px;
  vertical-align: bottom;
}
.factbox {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px;
  width: 45%;
  border-radius: 2px;
  float: right;
  margin: 4px 0 10px 20px;
}
.factbox h3 {
  margin: 0 0 10px;
}
.factbox .fact-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}
.factbox .fact-title strong {
  font-weight: inherit;
}
.factbox-left {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .factbox {
    margin: 10px 0;
    width: 100%;
    font-size: 13px;
    line-height: unset;
    float: none;
  }
}
.gccolumn .factbox,
.rightbox-normal .factbox {
  width: 100%!important;
  margin: 0;
  float: none;
}
form.gdpr-accept label[for="email"] {
  margin-bottom: 5px;
}
form.gdpr-accept .gdpr-label {
  font-weight: 400;
  line-height: 1.3;
  font-size: 12px;
  margin: 10px 0 15px;
}
form.gdpr-accept .gdpr-label input[type=checkbox] {
  margin-right: 6px;
}
form.gdpr-accept .btn + .btn {
  margin-left: 10px;
}
.image-presentation .slide-link:hover img {
  -webkit-filter: none;
          filter: none;
}
.image-presentation .slick-slide {
  display: block;
  float: none;
  clear: both;
}
.image-presentation .slick-slide img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .image-presentation {
    height: 289px;
  }
  .image-presentation .slick-slide img {
    max-width: none;
    height: 100%;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image-presentation .slick-slide img {
    height: auto;
  }
}
@media all and (min-width: 992px) {
  @supports (-ms-ime-align: auto) {
    .image-presentation .slick-slide img {
      height: auto;
    }
  }
}
.custom-search {
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  padding: 15px 26px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .custom-search {
    min-width: 330px;
    max-width: -webkit-fit-content;
    max-width:    -moz-fit-content;
    max-width:         fit-content;
  }
}
.custom-search .media {
  border-bottom: 1px solid #ccc;
}
.custom-search .input-group .input-group-addon {
  cursor: pointer;
}
.quote-box {
  background-color: #fff;
  border: 1px solid #8d8d8d;
  line-height: 1.33333;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 13px;
  border-radius: 2px;
  position: relative;
}
@media (min-width: 768px) {
  .quote-box {
    height: 133px;
  }
}
.quote-box blockquote {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  float: none;
}
.quote-box blockquote:before {
  display: none;
}
.quote-box blockquote p {
  margin-top: 0;
}
.quote-box blockquote footer {
  margin-top: 5px;
  font-size: 95%;
  line-height: 1.3333;
  font-weight: 400;
}
.quote-box blockquote cite {
  display: block;
}
.quote-box::before {
  font-size: 90px;
  color: rgba(0, 0, 0, .06);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ku-symbols" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: "\71";
  transform: rotateY(180deg);
  position: absolute;
  right: 16px;
  bottom: -25px;
}
.gdpr-label,
.radiolabel {
  font-weight: 400;
}
#symplifysignupform .gdpr-accept {
  position: relative;
  margin-left: 0;
}
#symplifysignupform .form-group legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  border-bottom: 0;
  font-weight: 600;
  font-size: inherit;
}
#symplifysignupform .gdpr-label > p {
  display: inline;
}
.error {
  padding: 10px;
  margin-bottom: 19px;
  color: #7b161a;
  background-color: #e3c6c7;
  border: 1px solid #c7a2a4;
  border-radius: 2px;
}
.sitemap li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .sitemap li {
    margin-top: 3px;
  }
}
.sitemap li ul {
  margin-left: 15px;
}
.feed ul {
  margin-top: 0;
}
.feed ul li {
  padding: 10px 0;
}
.scroll-indicator {
  width: 100%;
  height: 1px;
  margin: 0;
  background-color: #e9ecef;
  opacity: 0;
}
.scroll-indicator.in-view {
  position: fixed;
  top: 0;
  z-index: 11;
  opacity: 1;
  height: 10px;
}
.scroll-indicator .progress-bar {
  background-color: #901a1e;
  width: var(--scrollPercentage);
}
.mce-window iframe {
  position: relative;
}
.mce-content-body#content {
  display: block;
  -ms-flex: none;
      flex: none;
  text-align: left;
  margin: 0;
  padding: 5px;
  width: 100%;
  max-width: none;
  background-color: #fff;
}
.mce-content-body#content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mce-content-body#content .exp-box .collapse[aria-expanded=false] {
  height: auto!important;
}
.mce-content-body#content .exp-box-wrap[aria-expanded=false]::after {
  background: 0;
}
.mce-content-body#content .hidden-lg,
.mce-content-body#content .hidden-md,
.mce-content-body#content .hidden-sm {
  display: block!important;
}
.mce-content-body p:empty {
  display: none;
}
.mce-content-body p:empty + p {
  margin-top: 0;
}
.mce-content-body table {
  border: 1px dotted #ddd;
}
.mce-content-body table > tfoot > tr > th,
.mce-content-body table > thead > tr > th,
.mce-content-body table > tbody > tr > th,
.mce-content-body table > tfoot > tr > td,
.mce-content-body table > thead > tr > td,
.mce-content-body table > tbody > tr > td {
  border: 1px dotted #ddd;
}
.mce-content-body .slide-wrapper,
.mce-content-body .slideshow {
  visibility: visible;
  height: 289px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}
.mce-content-body .slide-wrapper::before,
.mce-content-body .slideshow::before {
  content: "Slideshow...";
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  position: absolute;
  z-index: 10;
}
.mce-content-body .slide-link {
  position: absolute;
  top: 0;
  left: 0;
}
.mce-content-body .slide-wrapper .gallery-nav {
  display: none;
}
.mce-content-body .slide-wrapper .slide-link {
  position: relative;
}
.mce-content-body .slide-wrapper .slide-link:not(:first-child) {
  display: none;
}
#gridcontent-dialog-edit-flexiblebox .image-alignment-picker .radio:first-child .control-label {
  padding-left: 0;
  font-weight: 600;
}
.editor-accordions {
  background-color: #fbfbf7;
  padding: 0 15px;
}
.accordion-hidden {
  display: none;
}
.accordion-hidden + .panel-group {
  margin-top: 4px;
}
.collapsible-hidden {
  display: none;
}
.mce-container-body [aria-label~="accordion"],
.mce-container-body [aria-label~="semi-collapsible"],
.mce-container-body [aria-label~="fold ud-boks"] {
  display: inline-block;
}
.mce-content-body .exp-box + .collapsible-hidden {
  display: block;
  margin: 5px 0;
}
.mce-content-body .panel-accordion + .accordion-hidden {
  display: block;
  margin: 5px 0;
}
.mce-content-body .panel-accordion + .accordion-hidden::before {
  content: 'Klik her, og derefter p\00e5 \00a0 ikonet i v\00e6rkt\00f8jslinjen for at tilf\00f8je et nyt accordion:';
  color: #757575;
  vertical-align: middle;
}
html:lang(en-us) .mce-content-body .panel-accordion + .accordion-hidden::before {
  content: 'Place cursor here and click the icon in the toolbar to add a new accordion:';
}
.mce-content-body .panel-accordion + .accordion-hidden::after {
  font-family: "Glyphicons Halflings";
  content: "\e236";
  vertical-align: middle;
}
.mce-content-body .collapse:not(.panel-collapse) {
  display: block;
}
.editor-collapsible {
  padding: 0 15px;
}
.editor-collapsible .mce-panel {
  width: 100% !important;
  left: 0!important;
}
.exp-box {
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .exp-box-left {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .exp-box-left ~ .collapsible-hidden + *:not(.collapsible-hidden) {
    overflow-x: hidden;
  }
  .exp-box-right {
    width: 45%;
    float: right;
    margin-left: 20px;
  }
  .exp-box-right + .collapsible-hidden:last-child + * {
    overflow-x: hidden;
  }
}
.exp-box .collapse[aria-expanded="false"] {
  display: block;
  position: relative;
  height: 110px !important;
  overflow: hidden;
}
.exp-box .collapsing[aria-expanded="false"] {
  height: 110px !important;
}
.gccolumn .exp-box,
.rightbox-normal .exp-box {
  width: 100%!important;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.btn-expand {
  color: #fff;
  background-color: #c73028;
  border-color: #b22b24;
  bottom: -16px;
  position: relative;
}
.btn-expand:focus {
  color: #fff;
  background-color: #9d261f;
  border-color: #48110e;
}
.btn-expand:hover {
  color: #fff;
  background-color: #9d261f;
  border-color: #7f1f19;
}
.btn-expand::after {
  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;
  content: "\002b";
  font-size: 14px;
  left: 1px;
}
.btn-expand[aria-expanded="true"]::after {
  content: "\2212";
  left: 0;
}
.exp-box-inner {
  padding: 15px;
}
.exp-box-wrap[aria-expanded="true"] .exp-box-inner {
  padding-bottom: 0;
}
.bootstrap-collapsible-title {
  margin-top: 0;
}
.bootstrap-collapsible-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.bootstrap-collapsible-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.exp-box-wrap[aria-expanded="false"]::after {
  content: '';
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, .85) 100%);
  height: 55%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.login-container {
  max-width: 450px;
  margin: 10px auto 0;
  margin: 0 auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .login-container {
    margin-top: 50px;
  }
}
.login-container .with-icons .glyphicon {
  font-size: 11px;
  top: 0;
  padding-right: 9px;
}
.login-container .with-icons > span {
  color: #999;
}
.login-container .login-header {
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 17px;
}
@media (max-width: 991px) {
  .login-container [class*="col-"] + [class*="col-"] {
    margin-top: 5px;
  }
}
.remember-me input[type=checkbox] {
  margin-top: 1px;
}
.usabilla {
  max-width: 469px;
  margin: 0 10px 10px;
  border-top: 1px solid #ccc;
  padding-top: 14px;
  clear: both;
}
.usabilla-desktop {
  border-top: 1px solid #ccc;
  padding-top: 14px;
  margin-top: 23px;
}
.global-search-results {
  margin-bottom: 10px;
}
.global-search-results .tilebox {
  padding-bottom: 5px;
  border-bottom: 0;
}
.global-search-results .tilebox:first-child {
  border-top: 1px solid #ccc;
}
.global-search-results .tile-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.global-search-results .tile-cat {
  -ms-flex-order: 2;
  order: 2;
}
.global-search-results .tile-header {
  -ms-flex-order: 1;
  order: 1;
  font-size: 14px;
  color: #165aad;
  letter-spacing: initial;
  margin-bottom: 5px;
}
.global-search-results .tile-header > strong {
  font-weight: bold;
}
.global-search-results .header-small {
  color: #00802b;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-overflow: initial;
  white-space: initial;
  text-transform: lowercase;
  font-weight: 400;
  line-height: 1.3333333;
}
.global-search-results .tile-body {
  -ms-flex-order: 3;
  order: 3;
  color: #252525;
  display: block!important;
}
@media (min-width: 768px) {
  .global-search-result-page .search-submit {
    line-height: 1.47;
  }
}
.global-search-result-page .alert {
  margin-top: 13px;
}
[class*="box-red1"] {
  background: #901a1e;
  color: #fcfcfc;
}
[class*="box-red1"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-red2"] {
  background: #c73028;
  color: #fcfcfc;
}
[class*="box-red2"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-red3"] {
  background: #db3b0a;
  color: #fff;
}
[class*="box-red3"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-blue1"] {
  background: #122947;
  color: #fcfcfc;
}
[class*="box-blue1"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-blue2"] {
  background: #425570;
  color: #fcfcfc;
}
[class*="box-blue2"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-blue3"] {
  background: #bac7d9;
  color: #262626;
}
[class*="box-blue3"] a:focus {
  outline: 1px dotted #262626;
}
[class*="box-teal1"] {
  background: #0a5963;
  color: #fcfcfc;
}
[class*="box-teal1"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-teal2"] {
  background: #197f8e;
  color: #fcfcfc;
}
[class*="box-teal2"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-teal3"] {
  background: #b7d7de;
  color: #262626;
}
[class*="box-teal3"] a:focus {
  outline: 1px dotted #262626;
}
[class*="box-green1"] {
  background: #39641c;
  color: #fcfcfc;
}
[class*="box-green1"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-green2"] {
  background: #4b8325;
  color: #fff;
}
[class*="box-green2"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-green3"] {
  background: #becaa8;
  color: #262626;
}
[class*="box-green3"] a:focus {
  outline: 1px dotted #262626;
}
[class*="box-grey1"] {
  background: #3d3d3d;
  color: #fcfcfc;
}
[class*="box-grey1"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-grey2"] {
  background: #666;
  color: #fcfcfc;
}
[class*="box-grey2"] a:focus {
  outline: 1px dotted #fcfcfc;
}
[class*="box-grey3"] {
  background: #e1dfdf;
  color: #262626;
}
[class*="box-grey3"] a:focus {
  outline: 1px dotted #262626;
}
[class*="box-light1"] {
  background: #fff;
  color: #262626;
}
[class*="box-light1"] a:focus {
  outline: 1px dotted #262626;
}
[class*="box-light2"] {
  background: #fefaf2;
  color: #262626;
}
[class*="box-light2"] a:focus {
  outline: 1px dotted #262626;
}
[class*="box-light3"] {
  background: #ffbd38;
  color: #262626;
}
[class*="box-light3"] a:focus {
  outline: 1px dotted #fcfcfc;
}
