/* input(11654,32): run-time error CSS1019: Unexpected token, found ' '
input(11654,32): run-time error CSS1019: Unexpected token, found ' '
input(11654,32): run-time error CSS1042: Expected function, found ' '
input(11654,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(11655,34): run-time error CSS1019: Unexpected token, found ' '
input(11655,34): run-time error CSS1019: Unexpected token, found ' '
input(11655,34): run-time error CSS1042: Expected function, found ' '
input(11655,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(11659,32): run-time error CSS1019: Unexpected token, found ' '
input(11659,32): run-time error CSS1019: Unexpected token, found ' '
input(11659,32): run-time error CSS1042: Expected function, found ' '
input(11659,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(11660,34): run-time error CSS1019: Unexpected token, found ' '
input(11660,34): run-time error CSS1019: Unexpected token, found ' '
input(11660,34): run-time error CSS1042: Expected function, found ' '
input(11660,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(11664,32): run-time error CSS1019: Unexpected token, found ' '
input(11664,32): run-time error CSS1019: Unexpected token, found ' '
input(11664,32): run-time error CSS1042: Expected function, found ' '
input(11664,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(11665,34): run-time error CSS1019: Unexpected token, found ' '
input(11665,34): run-time error CSS1019: Unexpected token, found ' '
input(11665,34): run-time error CSS1042: Expected function, found ' '
input(11665,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
      color: inherit;
}

/**
 * 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 */
}
@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/Static/Styles/Fonts/glyphicons-halflings-regular.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  src: url("/Static/Styles/Fonts/glyphicons-halflings-regular.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&#iefix") format("embedded-opentype"), url("/Static/Styles/Fonts/glyphicons-halflings-regular.woff2?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("woff2"), url("/Static/Styles/Fonts/glyphicons-halflings-regular.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("woff"), url("/Static/Styles/Fonts/glyphicons-halflings-regular.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("truetype"), url("/Static/Styles/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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.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-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #ddd;*/
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.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: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  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-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.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;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.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-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #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: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.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: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.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: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

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: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}

.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
  background-repeat: repeat-x;
}

.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*# sourceMappingURL=bootstrap-theme.css.map */
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* START - Manually supplied bootstrap values to get the scss to compile  */
.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* END - Manually supplied bootstrap values to get the scss to compile  */
.bootstrap-datetimepicker-widget {
  list-style: none;
  min-width: 240px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 0;
  /*width: 19em;*/
  border-radius: 0px;
  background: #0F1A41;
  border: 1px solid #0F1A41;
  font-size: 12px;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .datepicker, .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .timepicker {
  width: 50%;
  float: left;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #0F1A41;
  border-bottom-color: rgba(15, 26, 65, 0.9);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #0F1A41;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0F1A41;
  border-top-color: rgba(15, 26, 65, 0.9);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
  background: #fff;
}
.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle:hover {
  background: #0F1A41;
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  /*width: 20px;*/
  /*&.picker-switch {
      width: 145px;
  }*/
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead {
  background: #0F1A41;
  color: #fff;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  /*background: $bs-datetimepicker-btn-hover-alt-bg;*/
  background: #1e284c;
}
.bootstrap-datetimepicker-widget table tbody {
  background: #fff;
}
.bootstrap-datetimepicker-widget table td {
  height: 67px;
  line-height: 67px;
  width: 54px;
  /*&.today {
      position: relative;

      &:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: $bs-datetimepicker-active-bg;
          border-top-color: $bs-datetimepicker-secondary-border-color-rgba;
          position: absolute;
          bottom: 4px;
          right: 4px;
      }
  }*/
  /*&.active.today:before {
      border-bottom-color: #fff;
  }*/
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 19px;
  line-height: 19px;
  /*width: 20px;*/
  border: 1px solid #f8f8f8;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #0F1A41;
  color: #FFFFFF;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.old:hover, .bootstrap-datetimepicker-widget table td.new:hover {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #009BDE;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: #FFFFFF;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  /*margin: 2px 1.5px;*/
  cursor: pointer;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #0F1A41;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #009BDE;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .custom-timepicker {
  padding: 12px 10px;
}
.bootstrap-datetimepicker-widget .custom-timepicker.active {
  background: #009BDE;
}
.bootstrap-datetimepicker-widget .custom-timepicker .custom-timepicker-legend {
  width: 40%;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0 3px;
}
.bootstrap-datetimepicker-widget .custom-timepicker .custom-timepicker-dropdown {
  width: 60%;
  font-size: 20px;
  padding: 5px 10px;
  height: 40px;
}
.bootstrap-datetimepicker-widget .custom-timepicker .custom-timepicker-dropdown:disabled {
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .custom-timepicker .custom-timepicker-dropdown:hover {
  background-color: #DDE9F6;
}
.bootstrap-datetimepicker-widget .custom-timepicker .custom-timepicker-dropdown:focus {
  background-color: #FFFFFF;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=%230F1A41&bgTextureHeader=flat&borderColorHeader=%23dddddd&fcHeader=%23FFFFFF&iconColorHeader=%23FFC800&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23007fff&bgTextureActive=flat&borderColorActive=%23003eff&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffa90&bgTextureHighlight=flat&borderColorHighlight=%23dad55e&fcHighlight=%23777620&iconColorHighlight=%23777620&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #0F1A41;
	color: #FFFFFF;
	font-weight: bold;
}
.ui-widget-header a {
	color: #FFFFFF;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_444444_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-widget-header .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_FFC800_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-default .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_777777_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_555555_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-active .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_ffffff_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_777620_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_cc0000_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

/*! jQuery UI - v1.11.4 - 2016-06-02
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=%230F1A41&bgTextureHeader=flat&borderColorHeader=%23dddddd&fcHeader=%23FFFFFF&iconColorHeader=%23FFC800&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23007fff&bgTextureActive=flat&borderColorActive=%23003eff&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffa90&bgTextureHighlight=flat&borderColorHighlight=%23dad55e&fcHighlight=%23777620&iconColorHighlight=%23777620&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #0F1A41;
	color: #FFFFFF;
	font-weight: bold;
}
.ui-widget-header a {
	color: #FFFFFF;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_444444_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-widget-header .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_FFC800_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-default .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_777777_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_555555_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-active .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_ffffff_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-highlight .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_777620_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/Static/Styles/Core/images/ui-icons_cc0000_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/Static/Styles/Core/images/fancybox_buttons.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
.mobileFrame {
  max-width: 480px;
  border: 2px solid #DDDDDD;
  border-radius: 5px;
  padding-top: 15px;
  overflow: hidden;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.sa-button {
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  background-color: #EBEBEB;
  color: #0F1A41;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  min-height: 45px;
  font-size: 18px;
  word-break: break-word;
}
@media (min-width: 1200px) {
  .sa-button {
    min-height: 55px;
    padding: 17px 30px;
  }
}
.sa-button a {
  color: #0F1A41;
}
.sa-button:hover, .sa-button:focus, .sa-button:active {
  background-color: #5B666E;
  color: #FFFFFF;
  text-decoration: none;
}
.sa-button:hover a, .sa-button:focus a, .sa-button:active a {
  color: #FFFFFF;
}
.sa-button.sa-button-yellow {
  background-color: #FFC800;
  color: #0F1A41;
}
.sa-button.sa-button-yellow:hover, .sa-button.sa-button-yellow:focus, .sa-button.sa-button-yellow:active {
  color: #0F1A41;
}
.sa-button.sa-button-yellow:hover a, .sa-button.sa-button-yellow:focus a, .sa-button.sa-button-yellow:active a {
  color: #0F1A41;
}
.sa-button.sa-button-yellow:hover:before, .sa-button.sa-button-yellow:focus:before, .sa-button.sa-button-yellow:active:before {
  background-color: #5B666E;
}
.sa-button.sa-button-orange {
  background-color: #ED7530;
  color: #FFFFFF;
}
.sa-button.sa-button-orange:hover, .sa-button.sa-button-orange:focus, .sa-button.sa-button-orange:active {
  color: #0F1A41;
}
.sa-button.sa-button-orange:hover a, .sa-button.sa-button-orange:focus a, .sa-button.sa-button-orange:active a {
  color: #0F1A41;
}
.sa-button.sa-button-orange:hover:before, .sa-button.sa-button-orange:focus:before, .sa-button.sa-button-orange:active:before {
  background-color: #5B666E;
}
.sa-button.sa-button-green {
  background-color: #659800;
  color: #FFFFFF;
}
.sa-button.sa-button-green:hover, .sa-button.sa-button-green:focus, .sa-button.sa-button-green:active {
  color: #0F1A41;
}
.sa-button.sa-button-green:hover a, .sa-button.sa-button-green:focus a, .sa-button.sa-button-green:active a {
  color: #FFFFFF;
}
.sa-button.sa-button-green:hover:before, .sa-button.sa-button-green:focus:before, .sa-button.sa-button-green:active:before {
  background-color: #5B666E;
}
.sa-button.sa-button-red {
  background-color: #860022;
  color: #FFFFFF;
}
.sa-button.sa-button-red:hover {
  color: #0F1A41;
}
.sa-button.sa-button-red:hover a {
  color: #FFFFFF;
}
.sa-button.sa-button-red:hover:before {
  background-color: #0F1A41;
}
.sa-button.sa-button-ghost {
  background-color: transparent;
  border: 2px solid #5B666E;
}
.sa-button.sa-button-ghost:hover, .sa-button.sa-button-ghost:focus, .sa-button.sa-button-ghost:active {
  color: #0F1A41;
  background-color: rgba(0, 0, 0, 0.1);
}
.sa-button.sa-button-ghost-blue {
  background-color: transparent;
  border: 2px solid #0F1A41;
}
.sa-button.sa-button-ghost-blue:hover, .sa-button.sa-button-ghost-blue:focus, .sa-button.sa-button-ghost-blue:active {
  color: #0F1A41;
  background-color: rgba(0, 0, 0, 0.1);
}
.sa-button.sa-button-ghost-green {
  background-color: transparent;
  border: 2px solid #659800;
  color: #659800;
}
.sa-button.sa-button-ghost-green:hover, .sa-button.sa-button-ghost-green:focus, .sa-button.sa-button-ghost-green:active {
  color: #659800;
  background-color: rgba(0, 0, 0, 0.1);
}
.sa-button.sa-button-ghost-orange {
  background-color: transparent;
  border: 2px solid #ED7530;
  color: #5B666E;
}
.sa-button.sa-button-ghost-orange:hover, .sa-button.sa-button-ghost-orange:focus, .sa-button.sa-button-ghost-orange:active {
  color: #5B666E;
  background-color: rgba(0, 0, 0, 0.1);
}
.sa-button.sa-button-blue {
  background-color: #0F1A41;
  color: #FFFFFF;
}
.sa-button.sa-button-blue:hover, .sa-button.sa-button-blue:focus, .sa-button.sa-button-blue:active {
  background-color: #0A7CAC;
  color: #FFFFFF;
}
.sa-button.sa-button-blue:hover a, .sa-button.sa-button-blue:focus a, .sa-button.sa-button-blue:active a {
  color: #FFFFFF;
}
.sa-button.sa-button-blue:hover:before, .sa-button.sa-button-blue:focus:before, .sa-button.sa-button-blue:active:before {
  background-color: #0A7CAC;
}

/*! jQuery UI - v1.11.4 - 2016-06-02
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
label {
  color: #000000;
}

button {
  background: none;
  border: none;
  /* Removed this in order to get the outline back when element is focused (to help people navigating with keyboard)
     We should get a proper design on how this should behave etc */
  /* outline: none; */
}

input:disabled, select:disabled, button:disabled {
  opacity: 0.4 !important;
}
input:disabled + .input-group-addon, select:disabled + .input-group-addon, button:disabled + .input-group-addon {
  opacity: 0.4 !important;
}

form .treat-error-as-warning + .error {
  color: #5B666E;
}

form .error {
  color: #D52B1E;
}

@media (max-width: 767px) {
  .sa-button {
    padding: 11px 15px !important;
    cursor: pointer;
  }
}
::-ms-clear {
  display: none !important;
}

select {
  cursor: pointer;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /*Removes default style Firefox*/
  background-image: url("/Static/img/arrows.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") !important;
  background-position: calc(100% - 15px) center;
  background-size: 14px;
  padding-right: 40px !important;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
select option {
  background: #FFFFFF;
  color: #000000;
}
select option:hover {
  background: #DDE9F5;
}
select option:checked {
  color: #000000;
  background-color: #DDE9F6;
}
select option:disabled {
  color: #A3A9AD;
}
select[multiple] {
  background-image: none !important;
  height: auto !important;
  min-height: 55px;
  outline: 0px;
  -webkit-box-shadow: 0 0px 0px transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  padding: 0px !important;
}
select[multiple]:focus {
  box-shadow: 0 3px 0 0 #000000 !important;
  -webkit-box-shadow: 0 3px 0 0 #000000 !important;
  -moz-box-shadow: 0 3px 0 0 #000000 !important;
}
select[multiple] option {
  padding-left: 10px;
}
select[multiple] option:checked {
  background-color: #c8c8c8 !important;
  color: #0F1A41 !important;
}

input, select {
  outline: 0px;
}

input:not([readonly]):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=reset]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
  -moz-box-shadow: inset 0 -3px 0 0 #000000;
}

/* text-overflow for input */
input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

input:focus::-webkit-input-placeholder {
  text-overflow: ellipsis !important;
}

input:focus::-moz-placeholder {
  text-overflow: ellipsis !important;
}

input:focus:-moz-placeholder {
  text-overflow: ellipsis !important;
}

input:focus:-ms-input-placeholder {
  text-overflow: ellipsis !important;
}

input:focus, select:focus, button:focus {
  background-color: #DDE9F6;
}

input[type=checkbox].input-small {
  width: 28px;
  height: 28px;
}

input.hasDatepicker + i {
  color: #5B666E;
}

input.hasDatepicker:focus + i {
  color: #000000;
}

/* NOTE: att använda .standardwhite här är osäkert. Lätt hänt att det pajar om man har nästlade tema-klasser. Se över. */
.standardwhite .form-control[readonly], .bookflightblock .bookFlightBlock .form-control[readonly] {
  background: #EBEBEB;
}
.standardwhite .form-control[readonly]:focus, .bookflightblock .bookFlightBlock .form-control[readonly]:focus {
  background-color: #DDE9F5;
}
.standardwhite .form-control[readonly]:focus::-webkit-input-placeholder, .bookflightblock .bookFlightBlock .form-control[readonly]:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control[readonly]:focus:-moz-placeholder, .bookflightblock .bookFlightBlock .form-control[readonly]:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control[readonly]:focus::-moz-placeholder, .bookflightblock .bookFlightBlock .form-control[readonly]:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control[readonly]:focus:-ms-input-placeholder, .bookflightblock .bookFlightBlock .form-control[readonly]:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control, .bookflightblock .bookFlightBlock .form-control {
  background-color: #EBEBEB;
}
.standardwhite .form-control-webkit-input-placeholder, .bookflightblock .bookFlightBlock .form-control-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.standardwhite .form-control:-moz-placeholder, .bookflightblock .bookFlightBlock .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.standardwhite .form-control::-moz-placeholder, .bookflightblock .bookFlightBlock .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.standardwhite .form-control:-ms-input-placeholder, .bookflightblock .bookFlightBlock .form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
@media (min-width: 1200px) {
  .standardwhite .form-control, .bookflightblock .bookFlightBlock .form-control {
    height: 55px;
    font-size: 20px;
  }
}
.standardwhite .form-control:hover, .bookflightblock .bookFlightBlock .form-control:hover {
  /*background-color: $hovereffect;*/
  border: none;
}
.standardwhite .form-control:focus, .bookflightblock .bookFlightBlock .form-control:focus {
  background-color: #DDE9F5;
}
.standardwhite .form-control:focus::-webkit-input-placeholder, .bookflightblock .bookFlightBlock .form-control:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:focus:-moz-placeholder, .bookflightblock .bookFlightBlock .form-control:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:focus::-moz-placeholder, .bookflightblock .bookFlightBlock .form-control:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:focus:-ms-input-placeholder, .bookflightblock .bookFlightBlock .form-control:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:focus[aria-invalid=true], .bookflightblock .bookFlightBlock .form-control:focus[aria-invalid=true] {
  background-color: #DDE9F5;
}
.standardwhite .form-control:not([type=checkbox]):focus, .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
  -moz-box-shadow: inset 0 -3px 0 0 #000000;
}
.standardwhite .form-control:not([type=checkbox]):focus::-webkit-input-placeholder, .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:not([type=checkbox]):focus:-moz-placeholder, .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:not([type=checkbox]):focus::-moz-placeholder, .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control:not([type=checkbox]):focus:-ms-input-placeholder, .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.standardwhite .form-control[aria-invalid=false][aria-describedby], .bookflightblock .bookFlightBlock .form-control[aria-invalid=false][aria-describedby] {
  background-color: #EBEBEB;
  box-shadow: none;
}
.standardwhite .radiomark, .bookflightblock .bookFlightBlock .radiomark {
  border-color: #D1D4D6 !important;
}
.standardwhite .checkbox .check-container .checkmark, .bookflightblock .bookFlightBlock .checkbox .check-container .checkmark {
  background-color: #EBEBEB;
}
.standardwhite .checkbox .check-container input:checked ~ .checkmark.darkblue, .bookflightblock .bookFlightBlock .checkbox .check-container input:checked ~ .checkmark.darkblue {
  background-color: #0F1A41;
}
.standardwhite .checkbox .check-container input:checked ~ .checkmark.green, .bookflightblock .bookFlightBlock .checkbox .check-container input:checked ~ .checkmark.green {
  background-color: #83BA23;
}

.form-control[readonly] {
  background: #FFFFFF;
}
.form-control[readonly]:focus {
  background-color: #FFFFFF;
}
.form-control[readonly]:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control[readonly]:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control[readonly]:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control[readonly]:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}

.form-control {
  border-radius: 0;
  border: none;
  font-size: 16px;
  height: 45px;
  font-size: 16px;
  color: #000000;
  text-overflow: ellipsis;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #FFFFFF;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  padding: 10px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
@media (min-width: 1200px) {
  .form-control {
    height: 55px;
    font-size: 20px;
  }
}
.form-control:hover {
  /*background-color: $hovereffect;*/
  border: none;
}
.form-control:focus {
  background-color: #FFFFFF;
}
.form-control:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:focus[aria-invalid=true] {
  background-color: #FFFFFF;
}
.form-control:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
  -moz-box-shadow: inset 0 -3px 0 0 #000000;
}
.form-control:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:not([type=checkbox]):focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:not([type=checkbox]):focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control:not([type=checkbox]):focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.form-control[aria-invalid=true]:not(.treat-error-as-warning) {
  background-color: #F5E1E2 !important;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.form-control[aria-describedby]:not(.treat-error-as-warning) {
  background-color: #F5E1E2;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.form-control[aria-invalid=false][aria-describedby] {
  background-color: #FFFFFF;
  box-shadow: none;
}

.terminal .parkingTerminal {
  font-size: 16px;
}

.input-group-divider {
  width: 1px;
  height: 35px;
  display: inline;
  border-left: 1px solid #c7c7c7;
  position: absolute;
  z-index: 1;
  margin-top: 10px;
  margin-left: -1px;
}
@media (max-width: 991px) {
  .input-group-divider {
    height: 27px;
  }
}

.input-group-addon {
  border-radius: 0;
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 0px;
  height: 55px;
  width: 30px;
  border: none !important;
  background-color: transparent;
}
.input-group-addon.date-icon {
  background: url("/Static/img/date-icon.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") center center no-repeat;
  background-size: 18px;
  pointer-events: none;
}
.input-group-addon.clock-icon {
  background: url("/Static/img/clock-icon.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") center center no-repeat;
  background-size: 21px;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .input-group-addon {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .input-group-addon {
    height: 45px;
  }
}
.input-group-addon:last-child {
  border-left: 1px solid #CCC;
}

.custom-timepicker-dropdown {
  background-color: #FFFFFF;
}
.custom-timepicker-dropdown:disabled {
  background-color: #FFFFFF;
  opacity: 1 !important;
}

.date-input-container {
  position: relative;
}
.date-input-container .vector-calendar {
  position: absolute;
  pointer-events: none; /* allow click-through in order to trigger input focus */
  top: 15px;
  right: 14px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .date-input-container .vector-calendar {
    top: 20px;
    right: 18px;
    font-size: 18px;
  }
}
.date-input-container .col-sm-6 {
  padding: 0;
}
.date-input-container .col-sm-6 input {
  font-size: 16px;
}
.date-input-container .col-sm-6 .input-group-addon.date-icon {
  background-size: 18px;
}

.timepicker-container .bootstrap-datetimepicker-widget {
  right: 0 !important;
  left: auto !important;
}
.timepicker-container .bootstrap-datetimepicker-widget.dropdown-menu.top:after, .timepicker-container .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  right: 7px;
  left: auto;
}

/* Bootstrap overrides */
.bootstrap-datetimepicker-widget {
  z-index: 100;
  width: 100%;
}
.bootstrap-datetimepicker-widget .custom-timepicker.active {
  background: #659800;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  box-shadow: 0px 4px 20px rgba(120, 120, 120, 0.9); /* Invert shadow to light up instead, in order to contrast with the background */
  background: #659800;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  border-bottom: 0px solid #0F1A41 !important;
  border-bottom-color: none !important;
  top: 0px;
  left: 0px;
}
.bootstrap-datetimepicker-widget table thead {
  background: #659800;
}
.bootstrap-datetimepicker-widget table thead tr {
  text-align: center;
  text-transform: capitalize;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.bootstrap-datetimepicker-widget table thead tr .dow {
  font-size: 11px;
  font-weight: normal;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch {
  font-size: 14px;
  font-weight: normal;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background-color: #7AB800;
  cursor: default;
}
.bootstrap-datetimepicker-widget table td span.timepicker-hour:hover {
  background-color: #FFFFFF;
  cursor: default;
}
.bootstrap-datetimepicker-widget table td.active {
  color: #FFFFFF;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #CED1D2;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #CED1D2;
}
.bootstrap-datetimepicker-widget table td.old:hover, .bootstrap-datetimepicker-widget table td.new:hover {
  color: #FFFFFF;
}

.date {
  margin-right: 0px;
  width: 100%;
}

.has-error .form-control {
  box-shadow: inset 0 0px 0px transparent; /* override av Bootstrap*/
}
.has-error input:not(.treat-error-as-warning), .has-error select {
  background-color: #F5E1E2 !important;
  box-shadow: inset 0 -3px 0 0 #D52B1E !important;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E !important;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E !important;
}

/* Check box */
.checkbox .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left !important;
  font-weight: normal;
  /* On mouse-over, add a grey background color */
  /* Hide the browser's default checkbox */
  /* Style the checkmark/indicator */
}
.checkbox .check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0px;
  height: 0px;
  /* When the checkbox is disabled */
  /* When the checkbox is checked, add a blue or green background */
  /* Show the checkmark when checked */
}
.checkbox .check-container input:disabled ~ .checkmark {
  opacity: 0.4;
  cursor: not-allowed;
}
.checkbox .check-container input:checked ~ .checkmark.darkblue {
  background-color: #0F1A41;
}
.checkbox .check-container input:checked ~ .checkmark.green {
  background-color: #83BA23;
}
.checkbox .check-container input:checked ~ .checkmark.standardgreen {
  background-color: #659800;
}
.checkbox .check-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .check-container .checkmark {
  /* Create a custom checkbox */
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.checkbox .check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Radio Button */
.radiobutton {
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue or green background */
  /* Create the radiomark/indicator (hidden when not checked) */
  /* Show the radiomark when checked */
  /* Style the radiomark/indicator */
}
.radiobutton .radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left !important;
  font-weight: normal;
  /* Hide the browser's default checkbox */
}
.radiobutton .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0px;
  height: 0px;
}
@media (max-width: 767px) {
  .radiobutton .radio-container {
    padding-left: 25px;
  }
}
.radiobutton .radiomark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50px;
  border-color: #FFFFFF;
}
.radiobutton .radio-container input:checked ~ .radiomark {
  border: none;
}
.radiobutton .radio-container input:checked ~ .radiomark.darkblue {
  background-color: transparent;
  background-image: url("/Static/img/radio-blue.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.radiobutton .radio-container input:checked ~ .radiomark.green {
  background-color: transparent;
  background-image: url("/Static/img/radio-green.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.radiobutton .radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobutton .radio-container input:checked ~ .radiomark:after {
  display: block;
}
/* START --------------------  Input Range Slider */
.rangeslider,
.rangeslider__fill {
  display: block;
}

.rangeslider {
  position: relative;
}

.rangeslider--horizontal {
  height: 5px;
  width: 100%;
}
@media (max-width: 767px) {
  .rangeslider--horizontal {
    height: 30px;
  }
}

.rangetrack {
  background: #e6e6e6;
  height: 5px;
}
@media (max-width: 767px) {
  .rangetrack {
    height: 8px;
    top: 11px;
    position: absolute;
    width: 100%;
  }
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #83BA23;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 5px;
}
@media (max-width: 767px) {
  .rangeslider--horizontal .rangeslider__fill {
    top: 11px;
    height: 8px;
  }
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__bubble {
  position: absolute;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 25px;
  top: -39px;
  margin-left: -6px;
  display: none;
  height: 32px;
  width: 26px;
  background: url("/Static/img/value-bg.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") top center no-repeat;
  background-size: 26px;
  text-align: center;
  touch-action: pan-x;
}
@media (max-width: 767px) {
  .rangeslider__bubble {
    top: -32px;
    margin-left: 0px;
  }
}

.rangeslider__handle {
  background-image: url("/Static/img/range-slider-circle.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 0px;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  touch-action: pan-x;
}
@media (max-width: 767px) {
  .rangeslider__handle {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 5px;
  }
}

.rangeslider__handle2 {
  background-image: url("/Static/img/range-slider-circle.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0px;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -7.7px;
  margin-left: -3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  touch-action: pan-x;
}
@media (max-width: 767px) {
  .rangeslider__handle2 {
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 0px;
  }
}

.bubble-show {
  display: block;
}

.rangeslider:focus .rangeslider__bubble, .rangeslider:hover .rangeslider__bubble {
  display: block;
}
.rangeslider:focus .rangeslider__handle2, .rangeslider:hover .rangeslider__handle2 {
  display: block;
}

.rangeslider--horizontal .rangeslider__handle {
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.EPiServerForms .Form__Status .Form__Success__Message {
  color: #545454 !important;
}

.grecaptcha-badge {
  z-index: 10;
  position: relative;
}

/* Form control compact */
.control-label-compact {
  font-size: 1.8rem;
}

.form-control-compact {
  background-image: url("/Static/img/point.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") !important;
  color: #0A7CAC;
  font-size: 1.8rem;
  padding: 0 2rem 0 1rem !important;
  background-position: top 53% right;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-align: right;
}
.form-control-compact:focus {
  box-shadow: 0 0 0 #FFFFFF !important;
  -webkit-box-shadow: inset 0 0 0 0 #FFFFFF !important;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }

@-o-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }

@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100; } }

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0); } }

@-o-keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0); } }

@-ms-keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes image-fullwidth-slide-right {
  0% {
    margin-right: 62px; }
  50% {
    margin-right: 0px; }
  100% {
    margin-right: 62px; } }


@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
html {
  overflow-y: scroll;
}
html.FrontPage {
  overflow-y: hidden;
}
html.hasScrollableOverlay {
  overflow-y: hidden;
}

body.appcontext {
  background-color: #DDE9F6; /* Moved from sole "html"-selector to "body.appcontext" to no interfere */
}

#Body:not(.colorTheme) {
  background-color: #FFFFFF; /* Behövs en bakgrundsfärg på #Body då denna slidas i mobilmenyn */
}

a {
  -webkit-tap-highlight-color: rgba(116, 146, 179, 0.5);
  text-decoration: underline;
}

/* Convenience classes  - not to be abused (i.e. overly used) */
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.no-left-gutter {
  padding-left: 0;
}

.no-underline:hover {
  text-decoration: none;
}

.no-left-padding {
  padding-left: 0px;
}

.no-right-padding {
  padding-right: 0px;
}

div.scalable {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

img.scalable {
  object-fit: cover;
}

/* click-through fix for children to ".gtm-" tagged elements. Adapted from https://stackoverflow.com/a/13352103/2768430 and https://stackoverflow.com/a/4839672/2768430
   Reason is (possibly?) that GTM shouldn't log clicks multiple times. Since some puff blocks are wrapped in a, and others are not but contain a, we have to allow pointer events of those containing a that are NOT at the same time wrapped in a. */
a [class^=gtm-] *, a [class*=" gtm-"] *, a[class^=gtm-] *, a[class*=" gtm-"] * {
  pointer-events: none;
}

/* printing styling */
@media print {
  a[href]:after {
    content: none !important;
  }
}
.scroll-fadein .fadein-target, .scroll-fadein.fadein-target {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 1.5s ease, transform 1.2s ease;
}
@media (max-width: 767px) {
  .scroll-fadein .imageAndTextBlock.image-fullwidth .fadein-target {
    transform: translateX(150px);
  }
}

/* Text-size relative to screen width */
.relative-text-xl {
  font-size: clamp(25px, 40px + 5vw, 120px);
  line-height: clamp(25px, 40px + 5vw, 120px);
}

.relative-text-l {
  font-size: clamp(25px, 20px + 5vw, 100px);
  line-height: clamp(25px, 20px + 5vw, 100px);
}

.relative-text-m {
  font-size: clamp(25px, 15px + 3vw, 80px);
  line-height: clamp(25px, 15px + 3vw, 80px);
}

#MainContentNavigator:not(:focus) {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  padding: 0;
}

/* BeQuoted Standard CSS ==> */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.event {
  margin-bottom: 15px;
}

.date {
  float: left;
  margin-right: 5px;
}

.event4 .date {
  font-weight: bold;
}

.event4 .head {
  font-weight: bold;
}

.event4 .head {
  font-weight: bold;
}

.event4 .introduction {
  font-style: italic;
  margin-left: 80px;
}

.infobox {
  margin-bottom: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4b4b4b;
}

.infobox a:link {
  color: #0F1A41;
  text-decoration: none;
  font-size: 11px;
}

.infobox a:hover {
  color: #0F1A41;
  text-decoration: underline;
}

.infobox a:visited {
  color: #0F1A41;
  text-decoration: none;
  font-size: 11px;
}

.infobox a:visited:hover {
  color: #0F1A41;
  text-decoration: underline;
  font-size: 11px;
}

.errorbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #FF0000;
  padding: 15px;
  margin: 15px;
}

.infoboxdate {
  clear: left;
}

.infoboxicon {
  float: left;
}

.infoboxcompany {
  float: left;
}

.infoboxcompanyrightbreaker {
  float: left;
  margin-left: 0px;
  margin-right: 3px;
}

.infoboxcompany a:link, .infoboxcompany a:link:visited, .infoboxcompany a:hover, .infoboxcompany a:hover:visited, .infoboxcompanybreaker {
  color: #222222;
}

/*.pdficon {
    background-image: url('http://www.bequoted.com/webtools/_images/pdf_icon.gif');
    width: 18px;
    height: 16px;
    margin-left: 5px;
}

.webicon {
    background-image: url('http://www.bequoted.com/webtools/_images/www_icon.gif');
    width: 17px;
    height: 16px;
    margin-left: 5px;
}

.pdficon {
    background-image: url('http://www.bequoted.com/webtools/_images/pdf_icon.gif');
    width: 18px;
    height: 16px;
    margin-left: 5px;
}

.docicon {
    background-image: url('http://www.bequoted.com/webtools/_images/doc_icon.gif');
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.ppticon {
    background-image: url('http://www.bequoted.com/webtools/_images/doc_icon.gif');
    width: 17px;
    height: 16px;
    margin-left: 5px;
}

.headbox {
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4b4b4b;
}*/
.pagingbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  margin-top: 15px;
}
.pagingbox a:link {
  color: #337ab7;
  text-decoration: none;
  font-size: 11px;
}
.pagingbox a:hover {
  color: #0F1A41;
  text-decoration: underline;
}
.pagingbox .paging_item {
  position: relative;
  float: left;
  /*padding: 6px 12px;*/
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
}
.pagingbox .paging_item a, .pagingbox .paging_item.current, .pagingbox .paging_item .spacer {
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #fff;
  display: inline-block;
}
.pagingbox .paging_item a:hover, .pagingbox .paging_item.current:hover, .pagingbox .paging_item .spacer:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagingbox .paging_item.current, .pagingbox .paging_item.current:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #FFFFFF;
}
.pagingbox .paging_item:first-child {
  margin-left: 0;
}
.pagingbox a:visited {
  color: #337ab7;
  text-decoration: none;
  font-size: 11px;
}
.pagingbox a:visited:hover {
  color: #337ab7;
  text-decoration: underline;
  font-size: 11px;
}

/*.activepage {
    font-weight: bold;
    text-decoration: underline;
}

.first {
    float: left;
    margin-right: 5px;
}

.firstinactive {
    float: left;
    margin-right: 5px;
    color: #d7d7d7;
}

.previous {
    float: left;
    margin-right: 5px;
}

.previousinactive {
    float: left;
    margin-right: 5px;
    color: #d7d7d7;
}

.next {
    float: left;
    margin-right: 5px;
}

.nextinactive {
    float: left;
    margin-right: 5px;
    color: #d7d7d7;
}

.last {
    float: left;
    margin-right: 5px;
}

.lastinactive {
    float: left;
    margin-right: 5px;
    color: #d7d7d7;
}*/
/*.input .textfield {
    width: 310px;
}

.add input.button {
    font-size: 9px;
    float: left;
}

.update input.button {
    font-size: 9px;
    float: left;
    margin-left: 5px;
}

.delete input.button {
    font-size: 9px;
    clear: right;
}*/
/* <== BeQuoted Standard CSS */
/* Swedaviazation ==> */
.infobox a:link, .infobox a:hover, .infobox a:visited, .infobox a:visited:hover,
.pagingbox a:link, .pagingbox a:hover, .pagingbox a:visited, .pagingbox a:visited:hover {
  color: #337ab7;
  font-size: 13px;
}

.infobox a:link, .infobox a:visited,
.pagingbox a:link, .pagingbox a:visited {
  text-decoration: none;
  font-size: 13px;
}

.infobox a:hover, .infobox a:visited:hover,
.pagingbox a:hover, .pagingbox a:visited:hover {
  text-decoration: underline;
  font-size: 13px;
}

.pagingbox {
  font-size: 13px;
}

.activepage {
  text-decoration: none;
}

.infobox {
  color: #222;
  font-size: 13px;
}

.event .eventInfo .head {
  font-weight: bold;
}

.event .introduction {
  color: #777;
  font-size: 11px;
}

.event:last-child {
  margin-bottom: 0;
}

.infobox {
  clear: both;
  overflow: hidden;
  margin-bottom: 12px;
}
.infobox:last-child {
  margin-bottom: 0;
}
.infobox .infoboxdate {
  float: left;
  margin-right: 6px;
}
.infobox .infoboxhead a {
  font-size: 13px;
  font-weight: bold;
}
.infobox .report_heading {
  font-size: 22px;
}
.infobox .report_file a {
  color: #337ab7;
}

/*.mailInput {
    margin-bottom: 6px;
}*/
/*.add, .update, .delete {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
    -webkit-background-clip: padding !important;
    -moz-background-clip: padding !important;
    -o-background-clip: padding !important;
    background-clip: padding-box !important;
}

.add input.button, .update input.button, .delete input.button {
    font-size: 14px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2C7CA4;
    color: white;
    padding: 8px 16px;
    border: none;
    width: auto;
    margin: 0 6px 0 0;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
    -webkit-background-clip: padding !important;
    -moz-background-clip: padding !important;
    -o-background-clip: padding !important;
    background-clip: padding-box !important;
    background: url(/UI/Images/fallback/sprite-buttons.png) no-repeat left -107px;
    background: -moz-linear-gradient(#69C1DC,#438DBE);
    background: -ms-linear-gradient(#69C1DC,#438DBE);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#69C1DC),color-stop(100%,#438DBE));
    background: -webkit-linear-gradient(#69C1DC,#438DBE);
    background: -o-linear-gradient(#69C1DC,#438DBE);
    background: linear-gradient(#69C1DC,#438DBE);
    background: url(/UI/Images/fallback/sprite-buttons.png) no-repeat left -107px;
}*/

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#MainContent .currentcolortheme, #header .currentcolortheme {
  background-color: transparent;
}

.colorTheme.traficalblue.theme-bg {
  background-color: #0F1A41;
}
.colorTheme.traficalblue.theme-text {
  color: #0F1A41;
}
.colorTheme.traficalblue.currentcolortheme {
  color: #0F1A41;
}
.colorTheme.traficalblue > * > .currentcolortheme {
  color: #0F1A41;
}
.colorTheme.traficalblue > p > * > .currentcolortheme {
  color: #0F1A41;
}
.colorTheme.traficalblue.theme-border {
  border-color: #0F1A41;
}
.colorTheme.traficalblue.theme-fill {
  fill: #0F1A41;
}
.colorTheme.traficalblue.theme-button {
  background-color: #0F1A41;
}
.colorTheme.traficalblue > .USPBlockInner > .theme-text {
  color: #0F1A41;
}
.colorTheme.traficalblue > .checkbox-wrapper {
  color: #0F1A41;
}
.colorTheme.traficalblue.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.traficalblue.theme-button {
  color: #FFFFFF;
}
.colorTheme.traficalblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.traficalblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.traficalblue > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #0F1A41;
}

.colorTheme.serviceblue.theme-bg {
  background-color: #7492B3;
}
.colorTheme.serviceblue.theme-text {
  color: #7492B3;
}
.colorTheme.serviceblue.currentcolortheme {
  color: #7492B3;
}
.colorTheme.serviceblue > * > .currentcolortheme {
  color: #7492B3;
}
.colorTheme.serviceblue > p > * > .currentcolortheme {
  color: #7492B3;
}
.colorTheme.serviceblue.theme-border {
  border-color: #7492B3;
}
.colorTheme.serviceblue.theme-fill {
  fill: #7492B3;
}
.colorTheme.serviceblue.theme-button {
  background-color: #7492B3;
}
.colorTheme.serviceblue > .USPBlockInner > .theme-text {
  color: #7492B3;
}
.colorTheme.serviceblue > .checkbox-wrapper {
  color: #7492B3;
}
.colorTheme.serviceblue.theme-button {
  color: #0F1A41;
}
#header .colorTheme.serviceblue.theme-button {
  color: #0F1A41;
}
.colorTheme.serviceblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.serviceblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.serviceblue > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #7492B3;
}

.colorTheme.lightblue2.theme-bg {
  background-color: #B7CADD;
}
.colorTheme.lightblue2.theme-text {
  color: #B7CADD;
}
.colorTheme.lightblue2.currentcolortheme {
  color: #B7CADD;
}
.colorTheme.lightblue2 > * > .currentcolortheme {
  color: #B7CADD;
}
.colorTheme.lightblue2 > p > * > .currentcolortheme {
  color: #B7CADD;
}
.colorTheme.lightblue2.theme-border {
  border-color: #B7CADD;
}
.colorTheme.lightblue2.theme-fill {
  fill: #B7CADD;
}
.colorTheme.lightblue2.theme-button {
  background-color: #B7CADD;
}
.colorTheme.lightblue2 > .USPBlockInner > .theme-text {
  color: #B7CADD;
}
.colorTheme.lightblue2 > .checkbox-wrapper {
  color: #B7CADD;
}
.colorTheme.lightblue2.theme-button {
  color: #0F1A41;
}
#header .colorTheme.lightblue2.theme-button {
  color: #0F1A41;
}
.colorTheme.lightblue2.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.lightblue2.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.lightblue2 > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #B7CADD;
}

.colorTheme.lightblue3.theme-bg {
  background-color: #DDE9F6;
}
.colorTheme.lightblue3.theme-text {
  color: #DDE9F6;
}
.colorTheme.lightblue3.currentcolortheme {
  color: #DDE9F6;
}
.colorTheme.lightblue3 > * > .currentcolortheme {
  color: #DDE9F6;
}
.colorTheme.lightblue3 > p > * > .currentcolortheme {
  color: #DDE9F6;
}
.colorTheme.lightblue3.theme-border {
  border-color: #DDE9F6;
}
.colorTheme.lightblue3.theme-fill {
  fill: #DDE9F6;
}
.colorTheme.lightblue3.theme-button {
  background-color: #DDE9F6;
}
.colorTheme.lightblue3 > .USPBlockInner > .theme-text {
  color: #DDE9F6;
}
.colorTheme.lightblue3 > .checkbox-wrapper {
  color: #DDE9F6;
}
.colorTheme.lightblue3.theme-button {
  color: #0F1A41;
}
#header .colorTheme.lightblue3.theme-button {
  color: #0F1A41;
}
.colorTheme.lightblue3.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.lightblue3.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.lightblue3 > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #DDE9F6;
}

.colorTheme.darkgrey.theme-bg {
  background-color: #5B666E;
}
.colorTheme.darkgrey.theme-text {
  color: #5B666E;
}
.colorTheme.darkgrey.currentcolortheme {
  color: #5B666E;
}
.colorTheme.darkgrey > * > .currentcolortheme {
  color: #5B666E;
}
.colorTheme.darkgrey > p > * > .currentcolortheme {
  color: #5B666E;
}
.colorTheme.darkgrey.theme-border {
  border-color: #5B666E;
}
.colorTheme.darkgrey.theme-fill {
  fill: #5B666E;
}
.colorTheme.darkgrey.theme-button {
  background-color: #5B666E;
}
.colorTheme.darkgrey > .USPBlockInner > .theme-text {
  color: #5B666E;
}
.colorTheme.darkgrey > .checkbox-wrapper {
  color: #5B666E;
}
.colorTheme.darkgrey.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.darkgrey.theme-button {
  color: #FFFFFF;
}
.colorTheme.darkgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.darkgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.darkgrey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #5B666E;
}

.colorTheme.grey.theme-bg {
  background-color: #878F94;
}
.colorTheme.grey.theme-text {
  color: #878F94;
}
.colorTheme.grey.currentcolortheme {
  color: #878F94;
}
.colorTheme.grey > * > .currentcolortheme {
  color: #878F94;
}
.colorTheme.grey > p > * > .currentcolortheme {
  color: #878F94;
}
.colorTheme.grey.theme-border {
  border-color: #878F94;
}
.colorTheme.grey.theme-fill {
  fill: #878F94;
}
.colorTheme.grey.theme-button {
  background-color: #878F94;
}
.colorTheme.grey > .USPBlockInner > .theme-text {
  color: #878F94;
}
.colorTheme.grey > .checkbox-wrapper {
  color: #878F94;
}
.colorTheme.grey.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.grey.theme-button {
  color: #FFFFFF;
}
.colorTheme.grey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.grey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.grey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #878F94;
}

.colorTheme.middlegrey.theme-bg {
  background-color: #A3A9AD;
}
.colorTheme.middlegrey.theme-text {
  color: #A3A9AD;
}
.colorTheme.middlegrey.currentcolortheme {
  color: #A3A9AD;
}
.colorTheme.middlegrey > * > .currentcolortheme {
  color: #A3A9AD;
}
.colorTheme.middlegrey > p > * > .currentcolortheme {
  color: #A3A9AD;
}
.colorTheme.middlegrey.theme-border {
  border-color: #A3A9AD;
}
.colorTheme.middlegrey.theme-fill {
  fill: #A3A9AD;
}
.colorTheme.middlegrey.theme-button {
  background-color: #A3A9AD;
}
.colorTheme.middlegrey > .USPBlockInner > .theme-text {
  color: #A3A9AD;
}
.colorTheme.middlegrey > .checkbox-wrapper {
  color: #A3A9AD;
}
.colorTheme.middlegrey.theme-button {
  color: #0F1A41;
}
#header .colorTheme.middlegrey.theme-button {
  color: #0F1A41;
}
.colorTheme.middlegrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.middlegrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.middlegrey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #A3A9AD;
}

.colorTheme.lightgrey.theme-bg {
  background-color: #EBEBEB;
}
.colorTheme.lightgrey.theme-text {
  color: #EBEBEB;
}
.colorTheme.lightgrey.currentcolortheme {
  color: #EBEBEB;
}
.colorTheme.lightgrey > * > .currentcolortheme {
  color: #EBEBEB;
}
.colorTheme.lightgrey > p > * > .currentcolortheme {
  color: #EBEBEB;
}
.colorTheme.lightgrey.theme-border {
  border-color: #EBEBEB;
}
.colorTheme.lightgrey.theme-fill {
  fill: #EBEBEB;
}
.colorTheme.lightgrey.theme-button {
  background-color: #EBEBEB;
}
.colorTheme.lightgrey > .USPBlockInner > .theme-text {
  color: #EBEBEB;
}
.colorTheme.lightgrey > .checkbox-wrapper {
  color: #EBEBEB;
}
.colorTheme.lightgrey.theme-button {
  color: #0F1A41;
}
#header .colorTheme.lightgrey.theme-button {
  color: #0F1A41;
}
.colorTheme.lightgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.lightgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.lightgrey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #EBEBEB;
}

.colorTheme.standardwhite.theme-bg {
  background-color: #FFFFFF;
}
.colorTheme.standardwhite.theme-text {
  color: #FFFFFF;
}
.colorTheme.standardwhite.currentcolortheme {
  color: #FFFFFF;
}
.colorTheme.standardwhite > * > .currentcolortheme {
  color: #FFFFFF;
}
.colorTheme.standardwhite > p > * > .currentcolortheme {
  color: #FFFFFF;
}
.colorTheme.standardwhite.theme-border {
  border-color: #FFFFFF;
}
.colorTheme.standardwhite.theme-fill {
  fill: #FFFFFF;
}
.colorTheme.standardwhite.theme-button {
  background-color: #FFFFFF;
}
.colorTheme.standardwhite > .USPBlockInner > .theme-text {
  color: #FFFFFF;
}
.colorTheme.standardwhite > .checkbox-wrapper {
  color: #FFFFFF;
}
.colorTheme.standardwhite.theme-button {
  color: #0F1A41;
}
#header .colorTheme.standardwhite.theme-button {
  color: #0F1A41;
}
.colorTheme.standardwhite.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.standardwhite.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.standardwhite > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #FFFFFF;
}

.colorTheme.standardblack.theme-bg {
  background-color: #000000;
}
.colorTheme.standardblack.theme-text {
  color: #000000;
}
.colorTheme.standardblack.currentcolortheme {
  color: #000000;
}
.colorTheme.standardblack > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.standardblack > p > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.standardblack.theme-border {
  border-color: #000000;
}
.colorTheme.standardblack.theme-fill {
  fill: #000000;
}
.colorTheme.standardblack.theme-button {
  background-color: #000000;
}
.colorTheme.standardblack > .USPBlockInner > .theme-text {
  color: #000000;
}
.colorTheme.standardblack > .checkbox-wrapper {
  color: #000000;
}
.colorTheme.standardblack.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.standardblack.theme-button {
  color: #FFFFFF;
}
.colorTheme.standardblack.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.standardblack.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.standardblack > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #000000;
}

.colorTheme.clearblue.theme-bg {
  background-color: #009BDE;
}
.colorTheme.clearblue.theme-text {
  color: #009BDE;
}
.colorTheme.clearblue.currentcolortheme {
  color: #009BDE;
}
.colorTheme.clearblue > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.clearblue > p > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.clearblue.theme-border {
  border-color: #009BDE;
}
.colorTheme.clearblue.theme-fill {
  fill: #009BDE;
}
.colorTheme.clearblue.theme-button {
  background-color: #009BDE;
}
.colorTheme.clearblue > .USPBlockInner > .theme-text {
  color: #009BDE;
}
.colorTheme.clearblue > .checkbox-wrapper {
  color: #009BDE;
}
.colorTheme.clearblue.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.clearblue.theme-button {
  color: #FFFFFF;
}
.colorTheme.clearblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.clearblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.clearblue > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #009BDE;
}

.colorTheme.standardgreen.theme-bg {
  background-color: #7AB800;
}
.colorTheme.standardgreen.theme-text {
  color: #7AB800;
}
.colorTheme.standardgreen.currentcolortheme {
  color: #7AB800;
}
.colorTheme.standardgreen > * > .currentcolortheme {
  color: #7AB800;
}
.colorTheme.standardgreen > p > * > .currentcolortheme {
  color: #7AB800;
}
.colorTheme.standardgreen.theme-border {
  border-color: #7AB800;
}
.colorTheme.standardgreen.theme-fill {
  fill: #7AB800;
}
.colorTheme.standardgreen.theme-button {
  background-color: #7AB800;
}
.colorTheme.standardgreen > .USPBlockInner > .theme-text {
  color: #7AB800;
}
.colorTheme.standardgreen > .checkbox-wrapper {
  color: #7AB800;
}
.colorTheme.standardgreen.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.standardgreen.theme-button {
  color: #FFFFFF;
}
.colorTheme.standardgreen.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.standardgreen.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.standardgreen > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #7AB800;
}

.colorTheme.green.theme-bg {
  background-color: #659800;
}
.colorTheme.green.theme-text {
  color: #659800;
}
.colorTheme.green.currentcolortheme {
  color: #659800;
}
.colorTheme.green > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.green > p > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.green.theme-border {
  border-color: #659800;
}
.colorTheme.green.theme-fill {
  fill: #659800;
}
.colorTheme.green.theme-button {
  background-color: #659800;
}
.colorTheme.green > .USPBlockInner > .theme-text {
  color: #659800;
}
.colorTheme.green > .checkbox-wrapper {
  color: #659800;
}
.colorTheme.green.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.green.theme-button {
  color: #FFFFFF;
}
.colorTheme.green.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.green.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.green > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #659800;
}

.colorTheme.orange.theme-bg {
  background-color: #ED7530;
}
.colorTheme.orange.theme-text {
  color: #ED7530;
}
.colorTheme.orange.currentcolortheme {
  color: #ED7530;
}
.colorTheme.orange > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.orange > p > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.orange.theme-border {
  border-color: #ED7530;
}
.colorTheme.orange.theme-fill {
  fill: #ED7530;
}
.colorTheme.orange.theme-button {
  background-color: #ED7530;
}
.colorTheme.orange > .USPBlockInner > .theme-text {
  color: #ED7530;
}
.colorTheme.orange > .checkbox-wrapper {
  color: #ED7530;
}
.colorTheme.orange.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.orange.theme-button {
  color: #FFFFFF;
}
.colorTheme.orange.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.orange.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.orange > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #ED7530;
}

.colorTheme.yellow.theme-bg {
  background-color: #FFC800;
}
.colorTheme.yellow.theme-text {
  color: #FFC800;
}
.colorTheme.yellow.currentcolortheme {
  color: #FFC800;
}
.colorTheme.yellow > * > .currentcolortheme {
  color: #FFC800;
}
.colorTheme.yellow > p > * > .currentcolortheme {
  color: #FFC800;
}
.colorTheme.yellow.theme-border {
  border-color: #FFC800;
}
.colorTheme.yellow.theme-fill {
  fill: #FFC800;
}
.colorTheme.yellow.theme-button {
  background-color: #FFC800;
}
.colorTheme.yellow > .USPBlockInner > .theme-text {
  color: #FFC800;
}
.colorTheme.yellow > .checkbox-wrapper {
  color: #FFC800;
}
.colorTheme.yellow.theme-button {
  color: #0F1A41;
}
#header .colorTheme.yellow.theme-button {
  color: #0F1A41;
}
.colorTheme.yellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.yellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.yellow > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #FFC800;
}

.colorTheme.darkred.theme-bg {
  background-color: #860022;
}
.colorTheme.darkred.theme-text {
  color: #860022;
}
.colorTheme.darkred.currentcolortheme {
  color: #860022;
}
.colorTheme.darkred > * > .currentcolortheme {
  color: #860022;
}
.colorTheme.darkred > p > * > .currentcolortheme {
  color: #860022;
}
.colorTheme.darkred.theme-border {
  border-color: #860022;
}
.colorTheme.darkred.theme-fill {
  fill: #860022;
}
.colorTheme.darkred.theme-button {
  background-color: #860022;
}
.colorTheme.darkred > .USPBlockInner > .theme-text {
  color: #860022;
}
.colorTheme.darkred > .checkbox-wrapper {
  color: #860022;
}
.colorTheme.darkred.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.darkred.theme-button {
  color: #FFFFFF;
}
.colorTheme.darkred.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.darkred.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.darkred > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #860022;
}

.colorTheme.red.theme-bg {
  background-color: #d0011b;
}
.colorTheme.red.theme-text {
  color: #d0011b;
}
.colorTheme.red.currentcolortheme {
  color: #d0011b;
}
.colorTheme.red > * > .currentcolortheme {
  color: #d0011b;
}
.colorTheme.red > p > * > .currentcolortheme {
  color: #d0011b;
}
.colorTheme.red.theme-border {
  border-color: #d0011b;
}
.colorTheme.red.theme-fill {
  fill: #d0011b;
}
.colorTheme.red.theme-button {
  background-color: #d0011b;
}
.colorTheme.red > .USPBlockInner > .theme-text {
  color: #d0011b;
}
.colorTheme.red > .checkbox-wrapper {
  color: #d0011b;
}
.colorTheme.red.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.red.theme-button {
  color: #FFFFFF;
}
.colorTheme.red.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.red.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.red > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #d0011b;
}

.colorTheme.petrol.theme-bg {
  background-color: #2D6E78;
}
.colorTheme.petrol.theme-text {
  color: #2D6E78;
}
.colorTheme.petrol.currentcolortheme {
  color: #2D6E78;
}
.colorTheme.petrol > * > .currentcolortheme {
  color: #2D6E78;
}
.colorTheme.petrol > p > * > .currentcolortheme {
  color: #2D6E78;
}
.colorTheme.petrol.theme-border {
  border-color: #2D6E78;
}
.colorTheme.petrol.theme-fill {
  fill: #2D6E78;
}
.colorTheme.petrol.theme-button {
  background-color: #2D6E78;
}
.colorTheme.petrol > .USPBlockInner > .theme-text {
  color: #2D6E78;
}
.colorTheme.petrol > .checkbox-wrapper {
  color: #2D6E78;
}
.colorTheme.petrol.theme-button {
  color: rgba(255, 255, 255, 0.9);
}
#header .colorTheme.petrol.theme-button {
  color: rgba(255, 255, 255, 0.9);
}
.colorTheme.petrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.petrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.petrol > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #2D6E78;
}

.colorTheme.pink.theme-bg {
  background-color: #f6e1e1;
}
.colorTheme.pink.theme-text {
  color: #f6e1e1;
}
.colorTheme.pink.currentcolortheme {
  color: #f6e1e1;
}
.colorTheme.pink > * > .currentcolortheme {
  color: #f6e1e1;
}
.colorTheme.pink > p > * > .currentcolortheme {
  color: #f6e1e1;
}
.colorTheme.pink.theme-border {
  border-color: #f6e1e1;
}
.colorTheme.pink.theme-fill {
  fill: #f6e1e1;
}
.colorTheme.pink.theme-button {
  background-color: #f6e1e1;
}
.colorTheme.pink > .USPBlockInner > .theme-text {
  color: #f6e1e1;
}
.colorTheme.pink > .checkbox-wrapper {
  color: #f6e1e1;
}
.colorTheme.pink.theme-button {
  color: #0F1A41;
}
#header .colorTheme.pink.theme-button {
  color: #0F1A41;
}
.colorTheme.pink.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.pink.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.pink > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #f6e1e1;
}

.colorTheme.pastelpetrol.theme-bg {
  background-color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-text {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol.currentcolortheme {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol > * > .currentcolortheme {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol > p > * > .currentcolortheme {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-border {
  border-color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-fill {
  fill: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-button {
  background-color: #DEF0EE;
}
.colorTheme.pastelpetrol > .USPBlockInner > .theme-text {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol > .checkbox-wrapper {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-button {
  color: #0F1A41;
}
#header .colorTheme.pastelpetrol.theme-button {
  color: #0F1A41;
}
.colorTheme.pastelpetrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.pastelpetrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.pastelpetrol > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #DEF0EE;
}

.colorTheme.pastelyellow.theme-bg {
  background-color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-text {
  color: #FBF9CC;
}
.colorTheme.pastelyellow.currentcolortheme {
  color: #FBF9CC;
}
.colorTheme.pastelyellow > * > .currentcolortheme {
  color: #FBF9CC;
}
.colorTheme.pastelyellow > p > * > .currentcolortheme {
  color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-border {
  border-color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-fill {
  fill: #FBF9CC;
}
.colorTheme.pastelyellow.theme-button {
  background-color: #FBF9CC;
}
.colorTheme.pastelyellow > .USPBlockInner > .theme-text {
  color: #FBF9CC;
}
.colorTheme.pastelyellow > .checkbox-wrapper {
  color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-button {
  color: #0F1A41;
}
#header .colorTheme.pastelyellow.theme-button {
  color: #0F1A41;
}
.colorTheme.pastelyellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.pastelyellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.pastelyellow > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #FBF9CC;
}

.colorTheme.beige.theme-bg {
  background-color: #f5f0ea;
}
.colorTheme.beige.theme-text {
  color: #f5f0ea;
}
.colorTheme.beige.currentcolortheme {
  color: #f5f0ea;
}
.colorTheme.beige > * > .currentcolortheme {
  color: #f5f0ea;
}
.colorTheme.beige > p > * > .currentcolortheme {
  color: #f5f0ea;
}
.colorTheme.beige.theme-border {
  border-color: #f5f0ea;
}
.colorTheme.beige.theme-fill {
  fill: #f5f0ea;
}
.colorTheme.beige.theme-button {
  background-color: #f5f0ea;
}
.colorTheme.beige > .USPBlockInner > .theme-text {
  color: #f5f0ea;
}
.colorTheme.beige > .checkbox-wrapper {
  color: #f5f0ea;
}
.colorTheme.beige.theme-button {
  color: #0F1A41;
}
#header .colorTheme.beige.theme-button {
  color: #0F1A41;
}
.colorTheme.beige.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.beige.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.beige > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #f5f0ea;
}

.colorTheme.premium.theme-bg {
  background-color: #000000;
}
.colorTheme.premium.theme-text {
  color: #000000;
}
.colorTheme.premium.currentcolortheme {
  color: #000000;
}
.colorTheme.premium > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.premium > p > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.premium.theme-border {
  border-color: #000000;
}
.colorTheme.premium.theme-fill {
  fill: #000000;
}
.colorTheme.premium.theme-button {
  background-color: #000000;
}
.colorTheme.premium > .USPBlockInner > .theme-text {
  color: #000000;
}
.colorTheme.premium > .checkbox-wrapper {
  color: #000000;
}
.colorTheme.premium.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.premium.theme-button {
  color: #FFFFFF;
}
.colorTheme.premium.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.premium.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.colorTheme.indoor.theme-bg {
  background-color: #ED7530;
}
.colorTheme.indoor.theme-text {
  color: #ED7530;
}
.colorTheme.indoor.currentcolortheme {
  color: #ED7530;
}
.colorTheme.indoor > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.indoor > p > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.indoor.theme-border {
  border-color: #ED7530;
}
.colorTheme.indoor.theme-fill {
  fill: #ED7530;
}
.colorTheme.indoor.theme-button {
  background-color: #ED7530;
}
.colorTheme.indoor > .USPBlockInner > .theme-text {
  color: #ED7530;
}
.colorTheme.indoor > .checkbox-wrapper {
  color: #ED7530;
}
.colorTheme.indoor.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.indoor.theme-button {
  color: #FFFFFF;
}
.colorTheme.indoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.indoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.colorTheme.outdoor.theme-bg {
  background-color: #009BDE;
}
.colorTheme.outdoor.theme-text {
  color: #009BDE;
}
.colorTheme.outdoor.currentcolortheme {
  color: #009BDE;
}
.colorTheme.outdoor > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.outdoor > p > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.outdoor.theme-border {
  border-color: #009BDE;
}
.colorTheme.outdoor.theme-fill {
  fill: #009BDE;
}
.colorTheme.outdoor.theme-button {
  background-color: #009BDE;
}
.colorTheme.outdoor > .USPBlockInner > .theme-text {
  color: #009BDE;
}
.colorTheme.outdoor > .checkbox-wrapper {
  color: #009BDE;
}
.colorTheme.outdoor.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.outdoor.theme-button {
  color: #FFFFFF;
}
.colorTheme.outdoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.outdoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.colorTheme.longterm.theme-bg {
  background-color: #659800;
}
.colorTheme.longterm.theme-text {
  color: #659800;
}
.colorTheme.longterm.currentcolortheme {
  color: #659800;
}
.colorTheme.longterm > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.longterm > p > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.longterm.theme-border {
  border-color: #659800;
}
.colorTheme.longterm.theme-fill {
  fill: #659800;
}
.colorTheme.longterm.theme-button {
  background-color: #659800;
}
.colorTheme.longterm > .USPBlockInner > .theme-text {
  color: #659800;
}
.colorTheme.longterm > .checkbox-wrapper {
  color: #659800;
}
.colorTheme.longterm.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.longterm.theme-button {
  color: #FFFFFF;
}
.colorTheme.longterm.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.longterm.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.mce-content-body .currentcolortheme {
  background-color: yellow;
}


#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	/*-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Static/Styles/Core/images/fancybox_sprite.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Static/Styles/Core/images/fancybox_loading.gif?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../Static/Styles/Core/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Static/Styles/Core/images/fancybox_overlay.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/Static/Styles/Core/images/fancybox_sprite@2x.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/Static/Styles/Core/images/fancybox_loading@2x.gif?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* JQUERY UI overrides */
/* (alert-rutan som dyker upp då formulär postas) Hela rutan */
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
  border-radius: 0px;
  background-color: #FFFFFF;
  border: 0px;
  padding: 0px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  /* Background */
  /* background*/
  /* Baren högst upp*/
  /* Kryssknappen */
  /* OK-knappen */
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .Form__ConfirmationDialog.ui-dialog-content.ui-widget-content {
  background-color: #FFFFFF;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  background-color: #FFFFFF;
  border: 0px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  border-radius: 0px;
  border-bottom: 3px solid;
  border-color: black;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  background: white;
  color: black;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
  visibility: hidden;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  border-radius: 0px;
  color: black;
  background: white;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  background-color: #DDE9F6;
  border: 0px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  border-radius: 0px;
  color: black;
  background: white;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  background-color: #DDE9F6;
  border: 0px;
}

/* Ui overlay */
.ui-widget-overlay.ui-front {
  background: black;
}

/* autocomplete styling */
.ui-autocomplete-white.ui-autocomplete {
  background-color: #ffffff;
}

.ui-autocomplete {
  background-color: #DDE9F6;
}
.ui-autocomplete .ui-state-focus {
  background: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  margin: 0 !important;
  color: black !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ui-autocomplete {
    width: auto !important;
    max-width: 300px;
  }
  .ui-menu .ui-menu-item {
    white-space: unset !important;
    word-break: normal;
    font-size: 14px;
  }
}
/* BOOTSTRAP overrides */
.carousel-indicators.dark li {
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-indicators.dark li.active {
  background: #000000;
}
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  box-shadow: none;
  margin: 0 3px;
}
.carousel-indicators li.active {
  background: #FFFFFF;
  cursor: default;
  margin: 0 3px;
}

.modal-open {
  padding-right: 0px !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.41);
}

.modal-dialog {
  margin: 100px auto;
}

.glyphicon-menu-down {
  cursor: pointer;
}

/* ANGULAR overrides */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url("/Static/Styles/Fonts/summernote.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&0d0d5fac99cc8774d89eb08b1a8323c4");
    src: url("/Static/Styles/Fonts/summernote.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&#iefix") format("embedded-opentype"),url("/Static/Styles/Fonts/summernote.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&0d0d5fac99cc8774d89eb08b1a8323c4") format("woff"),url("/Static/Styles/Fonts/summernote.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&0d0d5fac99cc8774d89eb08b1a8323c4") format("truetype")
}

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit
}

.note-icon-align-center:before {
    content: "\f101"
}

.note-icon-align-indent:before {
    content: "\f102"
}

.note-icon-align-justify:before {
    content: "\f103"
}

.note-icon-align-left:before {
    content: "\f104"
}

.note-icon-align-outdent:before {
    content: "\f105"
}

.note-icon-align-right:before {
    content: "\f106"
}

.note-icon-align:before {
    content: "\f107"
}

.note-icon-arrow-circle-down:before {
    content: "\f108"
}

.note-icon-arrow-circle-left:before {
    content: "\f109"
}

.note-icon-arrow-circle-right:before {
    content: "\f10a"
}

.note-icon-arrow-circle-up:before {
    content: "\f10b"
}

.note-icon-arrows-alt:before {
    content: "\f10c"
}

.note-icon-arrows-h:before {
    content: "\f10d"
}

.note-icon-arrows-v:before {
    content: "\f10e"
}

.note-icon-bold:before {
    content: "\f10f"
}

.note-icon-caret:before {
    content: "\f110"
}

.note-icon-chain-broken:before {
    content: "\f111"
}

.note-icon-circle:before {
    content: "\f112"
}

.note-icon-close:before {
    content: "\f113"
}

.note-icon-code:before {
    content: "\f114"
}

.note-icon-col-after:before {
    content: "\f115"
}

.note-icon-col-before:before {
    content: "\f116"
}

.note-icon-col-remove:before {
    content: "\f117"
}

.note-icon-eraser:before {
    content: "\f118"
}

.note-icon-font:before {
    content: "\f119"
}

.note-icon-frame:before {
    content: "\f11a"
}

.note-icon-italic:before {
    content: "\f11b"
}

.note-icon-link:before {
    content: "\f11c"
}

.note-icon-magic:before {
    content: "\f11d"
}

.note-icon-menu-check:before {
    content: "\f11e"
}

.note-icon-minus:before {
    content: "\f11f"
}

.note-icon-orderedlist:before {
    content: "\f120"
}

.note-icon-pencil:before {
    content: "\f121"
}

.note-icon-picture:before {
    content: "\f122"
}

.note-icon-question:before {
    content: "\f123"
}

.note-icon-redo:before {
    content: "\f124"
}

.note-icon-row-above:before {
    content: "\f125"
}

.note-icon-row-below:before {
    content: "\f126"
}

.note-icon-row-remove:before {
    content: "\f127"
}

.note-icon-special-character:before {
    content: "\f128"
}

.note-icon-square:before {
    content: "\f129"
}

.note-icon-strikethrough:before {
    content: "\f12a"
}

.note-icon-subscript:before {
    content: "\f12b"
}

.note-icon-summernote:before {
    content: "\f12c"
}

.note-icon-superscript:before {
    content: "\f12d"
}

.note-icon-table:before {
    content: "\f12e"
}

.note-icon-text-height:before {
    content: "\f12f"
}

.note-icon-trash:before {
    content: "\f130"
}

.note-icon-underline:before {
    content: "\f131"
}

.note-icon-undo:before {
    content: "\f132"
}

.note-icon-unorderedlist:before {
    content: "\f133"
}

.note-icon-video:before {
    content: "\f134"
}

.note-editor {
    position: relative
}

    .note-editor .note-dropzone {
        position: absolute;
        z-index: 100;
        display: none;
        color: #87cefa;
        background-color: white;
        opacity: .95
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            vertical-align: middle
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf
        }

    .note-editor.dragover .note-dropzone {
        display: table
    }

    .note-editor .note-editing-area {
        position: relative
    }

        .note-editor .note-editing-area .note-editable {
            outline: 0
        }

            .note-editor .note-editing-area .note-editable sup {
                vertical-align: super
            }

            .note-editor .note-editing-area .note-editable sub {
                vertical-align: sub
            }

        .note-editor .note-editing-area img.note-float-left {
            margin-right: 10px
        }

        .note-editor .note-editing-area img.note-float-right {
            margin-left: 10px
        }

    .note-editor.note-frame {
        border: 1px solid #a9a9a9
    }

        .note-editor.note-frame.codeview .note-editing-area .note-editable {
            display: none
        }

        .note-editor.note-frame.codeview .note-editing-area .note-codable {
            display: block
        }

        .note-editor.note-frame .note-editing-area {
            overflow: hidden
        }

            .note-editor.note-frame .note-editing-area .note-editable {
                padding: 10px;
                overflow: auto;
                color: #000;
                background-color: #fff
            }

                .note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
                    background-color: #e5e5e5
                }

            .note-editor.note-frame .note-editing-area .note-codable {
                display: none;
                width: 100%;
                padding: 10px;
                margin-bottom: 0;
                font-family: Menlo,Monaco,monospace,sans-serif;
                font-size: 14px;
                color: #ccc;
                background-color: #222;
                border: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                box-shadow: none;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                resize: none
            }

        .note-editor.note-frame.fullscreen {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            width: 100% !important
        }

            .note-editor.note-frame.fullscreen .note-editable {
                background-color: white
            }

            .note-editor.note-frame.fullscreen .note-resizebar {
                display: none
            }

        .note-editor.note-frame .note-statusbar {
            background-color: #f5f5f5;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px
        }

            .note-editor.note-frame .note-statusbar .note-resizebar {
                width: 100%;
                height: 8px;
                padding-top: 1px;
                cursor: ns-resize
            }

                .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
                    width: 20px;
                    margin: 1px auto;
                    border-top: 1px solid #a9a9a9
                }

        .note-editor.note-frame .note-placeholder {
            padding: 10px
        }

.note-popover.popover {
    max-width: none
}

    .note-popover.popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle
    }

    .note-popover.popover .arrow {
        left: 20px !important
    }

.note-popover .popover-content, .panel-heading.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0
}

    .note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 0
    }

    .note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
        min-width: 0;
        padding: 5px
    }

        .note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
            font-size: 18px
        }

            .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
                position: absolute !important;
                z-index: 3;
                width: 10em;
                height: 10em;
                cursor: pointer
            }

            .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
                position: relative !important;
                z-index: 1;
                width: 5em;
                height: 5em;
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
            }

            .note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
                position: absolute !important;
                z-index: 2;
                width: 1em;
                height: 1em;
                background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat
            }

    .note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
        margin: 0
    }

    .note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
        width: 20px;
        padding-left: 5px
    }

    .note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
        min-width: 337px
    }

        .note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
            display: inline-block;
            width: 160px;
            margin: 0
        }

            .note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
                margin: 0 5px
            }

            .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
                margin: 2px 7px;
                font-size: 12px;
                text-align: center;
                border-bottom: 1px solid #eee
            }

            .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset {
                width: 100%;
                padding: 0 3px;
                margin: 3px;
                font-size: 11px;
                cursor: pointer;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px
            }

            .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
                height: 20px
            }

            .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
                background: #eee
            }

    .note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
        min-width: 216px;
        padding: 5px
    }

        .note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
            margin-right: 5px
        }

    .note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
        min-width: 90px
    }

        .note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
            right: 0;
            left: auto
        }

            .note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
                right: 9px;
                left: auto !important
            }

            .note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
                right: 10px;
                left: auto !important
            }

        .note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
            color: deepskyblue;
            visibility: hidden
        }

        .note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
            visibility: visible
        }

    .note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
        font-size: 10px
    }

    .note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
        line-height: 1
    }

        .note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
            width: 20px;
            height: 20px;
            padding: 0;
            margin: 0;
            border: 1px solid #fff
        }

            .note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
                border: 1px solid #000
            }

.note-dialog > div {
    display: none
}

.note-dialog .form-group {
    margin-right: 0;
    margin-left: 0
}

.note-dialog .note-modal-form {
    margin: 0
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black
}

    .note-handle .note-control-selection > div {
        position: absolute
    }

    .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: black;
        -webkit-opacity: .3;
        -khtml-opacity: .3;
        -moz-opacity: .3;
        opacity: .3;
        -ms-filter: alpha(opacity=30);
        filter: alpha(opacity=30)
    }

    .note-handle .note-control-selection .note-control-handle {
        width: 7px;
        height: 7px;
        border: 1px solid black
    }

    .note-handle .note-control-selection .note-control-holder {
        width: 7px;
        height: 7px;
        border: 1px solid black
    }

    .note-handle .note-control-selection .note-control-sizing {
        width: 7px;
        height: 7px;
        background-color: white;
        border: 1px solid black
    }

    .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: 0;
        border-bottom: 0
    }

    .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: 0;
        border-left: none
    }

    .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: 0;
        border-right: 0
    }

    .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize
    }

        .note-handle .note-control-selection .note-control-se.note-control-holder {
            cursor: default;
            border-top: 0;
            border-left: none
        }

    .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        font-size: 12px;
        color: white;
        background-color: black;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-opacity: .7;
        -khtml-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
        -ms-filter: alpha(opacity=70);
        filter: alpha(opacity=70)
    }

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

    .note-hint-popover .popover-content {
        max-height: 150px;
        padding: 3px;
        overflow: auto
    }

        .note-hint-popover .popover-content .note-hint-group .note-hint-item {
            display: block !important;
            padding: 3px
        }

            .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
                display: block;
                clear: both;
                font-weight: 400;
                line-height: 1.4;
                color: white;
                text-decoration: none;
                white-space: nowrap;
                cursor: pointer;
                background-color: #428bca;
                outline: 0
            }

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("/Static/Styles/Fonts/HelveticaNeueRoman.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&#iefix") format("embedded-opentype"), url("/Static/Styles/Fonts/HelveticaNeueRoman.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("woff"), url("/Static/Styles/Fonts/HelveticaNeueRoman.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("truetype"), url("/Static/Styles/Fonts/HelveticaNeueRoman.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("/Static/Styles/Fonts/HelveticaNeueMedium.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&#iefix") format("embedded-opentype"), url("/Static/Styles/Fonts/HelveticaNeueMedium.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("woff"), url("/Static/Styles/Fonts/HelveticaNeueMedium.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("truetype"), url("/Static/Styles/Fonts/HelveticaNeueMedium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "NewRailAlphabet-Medium";
  src: url("/Static/Styles/Fonts/NewRailAlphabet/NewRailAlphabet-Medium.otf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("opentype");
}
@font-face {
  font-family: "Huggable";
  src: url("/Static/Styles/Fonts/fontdinerdotcomhuggable-webfont.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("woff"), url("/Static/Styles/Fonts/FontdinerdotcomHuggable.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("truetype"); /* Safari, Android, iOS */
}
body {
  color: #545454;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 1.6rem;
  line-height: 2.1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
}
h1.white, h2.white, h3.white, h4.white,
.h1.white, .h2.white, .h3.white, .h4.white {
  color: #FFFFFF;
}

a h2, a h3, a h4,
a .h2, a .h3, a .h4 {
  color: #337ab7;
  text-decoration: none;
}

h1, .h1 {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 0;
}

h2, .h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  margin-top: 0;
}

h3, .h3 {
  font-size: 2.8rem;
  line-height: 3rem;
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.superSize, .superSize h1 {
  font-size: 6.6rem;
  line-height: 6.8rem;
}

.superDuperSize, .superDuperSize h1 {
  font-size: 8rem;
  line-height: 8rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  /* superSize och hX är i osync i landscapeTablet, hX följer tablet men superSize följer desktop */
  .superSize, .superSize h1 {
    font-size: 6.6rem;
    line-height: 6.8rem;
  }
  .superDuperSize, superDuperSize h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 32px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 26px;
  }
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  /* Lite oklart här, kampanjteasern visar 50/52 medans Framtidens flygplats visar 48/50 */
  .superSize, .superSize h1 {
    font-size: 5rem;
    line-height: 5.2rem;
  }
  .superDuperSize, .superDuperSize h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4, .h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .superSize, .superSize h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .superDuperSize h1, .superDuperSize h1 {
    font-size: 4.8rem;
    line-height: 5rem;
  }
}
.mobileFrame h1, .mobileFrame .h1 {
  font-size: 28px;
  line-height: 30px;
}
.mobileFrame h2, .mobileFrame .h2 {
  font-size: 24px;
  line-height: 26px;
}
.mobileFrame h3, .mobileFrame .h3 {
  font-size: 20px;
  line-height: 22px;
}
.mobileFrame h4, .mobileFrame .h4 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.mobileFrame .superSize, .mobileFrame .superSize h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
.mobileFrame .superDuperSize h1, .mobileFrame .superDuperSize h1 {
  font-size: 4.8rem;
  line-height: 5rem;
}

h1.huggable, h2.huggable, h3.huggable, h4.huggable,
.h1.huggable, .h2.huggable, .h3.huggable, .h4.huggable {
  font-family: "Huggable";
}

.huggable h1, .huggable h2, .huggable h3, .huggable h4,
.huggable .h1, .huggable .h2, .huggable .h3, .huggable .h4 {
  font-family: "Huggable";
}

.mainBody h2, .mainBody h3, .mainBody h4, .mainBody .h2, .mainBody .h3, .mainBody .h4 {
  margin-top: 0px;
}

strong, b {
  font-weight: normal;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

label {
  font-weight: normal;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

.preamble {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preamble {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preamble {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .preamble {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .preamble {
    font-size: 19px;
    line-height: 22px;
  }
}

.text-decoration-none {
  text-decoration: none;
}

/* TinyMce Settings */
.copyBlockHeader {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 40px;
  line-height: 38px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .copyBlockHeader {
    font-size: 66px;
    line-height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyBlockHeader {
    font-size: 50px;
    line-height: 52px;
  }
}

.offerTeaserHeader {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .offerTeaserHeader {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offerTeaserHeader {
    font-size: 24px;
    line-height: 26px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parking-spinner {
  height: 186px;
  width: 170px;
  display: block;
  padding-top: 15px;
  color: #0F1A41;
  font-size: 12px;
  font-family: "Helvetica Neue Medium";
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.parking-spinner:before {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  margin-bottom: 52px;
  background: url("/Static/img/parking/spinner/car.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") no-repeat center center;
}
.parking-spinner:after {
  content: "";
  display: block;
  width: 100%;
  height: 52px;
  background: url("/Static/img/parking/spinner/Ellipsis.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") no-repeat center center;
  position: absolute;
  top: 67px;
}

@-webkit-keyframes turnz {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes turnz {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.swedavia-spinner {
  height: 186px;
  width: 170px;
  display: block;
  margin-top: 60px;
  color: #B7CADD;
  margin: 0 auto;
}
.swedavia-spinner .vector-ring {
  position: absolute;
  font-size: 170px;
  -webkit-animation: turnz 1s infinite steps(8);
  animation: turnz 1s infinite steps(8);
}
.swedavia-spinner .vector-flight {
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  top: 55px;
  left: 58px;
  font-size: 60px;
}
.swedavia-spinner span {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
}

/* CSS specific to edit mode, such as help content displayed to the editor */

.alert-info 
{
    border-color: #B8C0C5;
    color: black;
    font-family: Verdana;
    font-size: 1em;
    font-style: italic;
    background-color: #B8C0C5;
    box-shadow: 3px 3px 5px #CCC;
    text-align: center;
    }

.alert-error p {
    text-align: left;
}

.alert-error .heading {
    font-weight: bold;
    color: #ff0000;    
}

.alert-error .details {
    font-size: 0.8em;
    max-height: 100px;
    overflow: scroll;   
}

.header.dim {
    margin: 2% 0;
    opacity: 0.3;
}

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: visible;
}

    .slideout-open .slideout-menu {
        display: block;
    }

/*! jQuery UI - v1.11.4 - 2016-06-02
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#0F1A41;color:#FFF;font-weight:bold}.ui-widget-header a{color:#FFF}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_444444_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-widget-header .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_FFC800_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-default .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_777777_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_555555_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-active .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_ffffff_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-highlight .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_777620_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_cc0000_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*! jQuery UI - v1.11.4 - 2016-06-02
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=%230F1A41&bgTextureHeader=flat&borderColorHeader=%23dddddd&fcHeader=%23FFFFFF&iconColorHeader=%23FFC800&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23444444&bgColorDefault=%23f6f6f6&bgTextureDefault=flat&borderColorDefault=%23c5c5c5&fcDefault=%23454545&iconColorDefault=%23777777&bgColorHover=%23ededed&bgTextureHover=flat&borderColorHover=%23cccccc&fcHover=%232b2b2b&iconColorHover=%23555555&bgColorActive=%23007fff&bgTextureActive=flat&borderColorActive=%23003eff&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffa90&bgTextureHighlight=flat&borderColorHighlight=%23dad55e&fcHighlight=%23777620&iconColorHighlight=%23777620&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#0F1A41;color:#FFF;font-weight:bold}.ui-widget-header a{color:#FFF}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_444444_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-widget-header .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_FFC800_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-default .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_777777_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_555555_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-active .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_ffffff_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-highlight .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_777620_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/Static/Styles/Core/images/ui-icons_cc0000_256x240.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/*
 * Common structural css
*/
.clearfix:before, .margin-block:before, .clearfix:after, .margin-block:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after, .margin-block:after {
  clear: both;
}

#Body {
  height: 100%;
  width: 100%;
}

#MainContent {
  /*position: relative;*/ /* removed, was causing header and importantanonucements being placed ontop of modal-dialogs  */
  z-index: 2;
  -webkit-backface-visibility: hidden;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  #MainContent {
    padding-bottom: 20px;
  }
}
#MainContent.isFrontPage {
  padding-bottom: 0;
  overflow: hidden;
}
#MainContent.hasNoShareLinks:not(.hidePadding):not(.isFrontPage) {
  padding-top: 45px;
}
body.appcontext #MainContent {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  #MainContent .puffcontainerblock, #MainContent .offercontainerblock, #MainContent .contentareablock, #MainContent .statisticblockcontainerblock {
    padding-bottom: 14px;
    padding-top: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #MainContent .puffcontainerblock, #MainContent .offercontainerblock, #MainContent .contentareablock, #MainContent .statisticblockcontainerblock {
    padding-bottom: 3px;
    padding-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock, #MainContent .offercontainerblock, #MainContent .contentareablock, #MainContent .statisticblockcontainerblock {
    padding-bottom: 3px;
    padding-top: 33px;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock, #MainContent .offercontainerblock, #MainContent .contentareablock, #MainContent .statisticblockcontainerblock {
    padding-bottom: 0px;
    padding-top: 22px;
  }
}
@media (max-width: 480px) {
  #MainContent .puffcontainerblock, #MainContent .offercontainerblock, #MainContent .contentareablock, #MainContent .statisticblockcontainerblock {
    padding-bottom: 0px;
    padding-top: 22px;
  }
}
#MainContent .social-media-link {
  display: inline-block;
  margin-right: 10px;
}
#MainContent .social-media-link svg path {
  fill: #0F1A41;
}
#MainContent .PuffBlockContainerBlock {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1200px) {
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-bottom: 44px;
    padding-top: 44px;
  }
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) + .margin-block {
    margin-top: 46px;
  }
  #MainContent .margin-block + .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-top: 88px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-bottom: 33px;
    padding-top: 33px;
  }
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) + .margin-block {
    margin-top: 57px;
  }
  #MainContent .margin-block + .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-top: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-bottom: 33px;
    padding-top: 33px;
  }
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) + .margin-block {
    margin-top: 27px;
  }
  #MainContent .margin-block + .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-bottom: 22px;
    padding-top: 22px;
  }
  #MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) + .margin-block {
    margin-top: 38px;
  }
  #MainContent .margin-block + .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock) {
    padding-top: 44px;
  }
}
#MainContent .block:not(.joblistpagehero):not(.contactblock):not(.statisticblockcontainerblock):not(.chartelementbarblock):not(.chartelementpieblock):not(.chartelementlineblock):not(.redirectqueryparamsblock):not(.offerteaserblock):not(.offerblocknoimage):not(.puffblock):not(.touristattractionblock):not(.parkingofferscontainerblock):not(.scriptblock):not(.puffcontainerblock):not(.offerblock):not(.automatedofferblock):not(.offercontainerblock):not(.contentareablock):not(.campaignblock):not(.formcontainerblock):not(.parkingofferblock):not(.parkingoffersblock):not(.faqblock):not(.faqcontainerblock):not(.faqsectionblock):not(.extendedfooterblock):not(.parkingextendedfooterblock):not(.boxedlinkblock):not(.copyblock):not(.filter_block):not(.retailpuffblock):not(.filteredpresslistningblock):not(.filtercontainerblock):not(.parkingwrapperblock).nomargintop {
  padding-top: 0px;
}

.mainContentTopContainer {
  padding-top: 10px;
}
#StorytellingPage .mainContentTopContainer {
  padding-bottom: 10px;
}

.body-is-visible {
  padding-bottom: 10px;
}

.margin-block {
  margin-top: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-block {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .margin-block {
    margin-top: 60px;
  }
}
.margin-block.no-margin-top {
  margin-top: 0 !important;
}
.uncontainerized-margin-block .margin-block {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uncontainerized-margin-block .margin-block {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uncontainerized-margin-block .margin-block {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .uncontainerized-margin-block .margin-block {
    width: 100%;
  }
}

.uncontainerized-margin-block.row {
  margin-left: 0;
  margin-right: 0;
}

.contentarea-overflow-hider {
  overflow: hidden;
}

/*
        .fluid-width allows content to break out of a .container.
        To avoid a scrollbar .contentarea-overflow-hider should be applied to a div before .container
    */
.fluid-width {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  right: 50%;
  margin-right: -50vw;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.offerContainerBlock {
  width: 100%;
  display: inline-block;
}
.offerContainerBlock .second-row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .offerContainerBlock.horizontal-scroll .offerBlockContainer.container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .offerContainerBlock.horizontal-scroll .offerBlockContainer .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .offerContainerBlock.horizontal-scroll .offerBlockContainer .scrollable-area {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .offerContainerBlock.horizontal-scroll .offerBlockContainer .block {
    width: 80vw;
    display: inline-block !important;
    white-space: normal;
    vertical-align: top;
  }
  .offerContainerBlock.horizontal-scroll .offerBlockContainer .block .offerBlock-innerItem {
    margin-bottom: 20px;
  }
  .offerContainerBlock.horizontal-scroll .offerBlockContainer .apa {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .offerContainerBlock .container h2:first-of-type {
    padding-left: 0;
  }
}
.offerContainerBlock a.h4 {
  color: #337ab7;
  font-size: 18px;
  line-height: 26px;
}
.offerContainerBlock .offerBlockContainer {
  padding-top: 15px;
}
.offerContainerBlock .offerBlockContainer.hide-offers.hide-all-but-1 .block:not(:nth-of-type(-n+1)) {
  display: none;
}
.offerContainerBlock .offerBlockContainer.hide-offers.hide-all-but-2 .block:not(:nth-of-type(-n+2)) {
  display: none;
}
.offerContainerBlock .offerBlockContainer.hide-offers.hide-all-but-4 .block:not(:nth-of-type(-n+4)) {
  display: none;
}
.offerContainerBlock .offerBlockContainer.hide-offers.hide-all-but-8 .block:not(:nth-of-type(-n+8)) {
  display: none;
}
.offerContainerBlock .offerBlockContainer .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .offerContainerBlock .offerBlockContainer .row {
    display: block;
  }
}
@media (max-width: 767px) {
  .offerContainerBlock .offerBlockContainer .block.unfocused {
    opacity: 0.5;
  }
  .offerContainerBlock .offerBlockContainer .block {
    transition: opacity 0.15s linear;
  }
}
@media (max-width: 767px) {
  .offerContainerBlock .sa-button {
    width: 100%;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .tabblock .faqContainerBlock > container {
    padding: 10px 15px;
  }
}
.tabblock .faqContainerBlock .anchorLinksContainer {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .tabblock .faqContainerBlock .explanationBoxes {
    padding: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .tabblock .faqBlocksContainer {
    padding-top: 25px;
  }
}

.faqContainerBlock > container {
  padding: 25px 15px;
}
@media (max-width: 767px) {
  .faqContainerBlock > container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .faqContainerBlock > container .howItWorks {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .faqContainerBlock .faqHeading {
    font-size: 20px;
  }
}
.faqContainerBlock .faqSectionBlock .faqHeading {
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .faqContainerBlock .faqSectionBlock .faqHeading {
    margin: 10px 0 20px;
  }
}
.faqContainerBlock .faqBlocksHolder .faqblock:first-child {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .faqContainerBlock .faqBlocksHolder .faqblock:first-child {
    margin-top: 25px;
  }
}
.faqContainerBlock .faqBlocksHolder .faqSectionBlock .faqblock {
  margin-top: 0;
}
.faqContainerBlock .faqQuestion {
  font-size: 18px;
  color: #0F1A41;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .faqContainerBlock .faqQuestion {
    font-size: 16px;
  }
}
.faqContainerBlock .headingNumber {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #7492B3;
  font-size: 72px;
  line-height: 72px;
  display: block;
  padding-bottom: 15px;
}
.faqContainerBlock .heading {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 24px;
  color: #4a4a4a;
  line-height: 24px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .faqContainerBlock .heading {
    font-size: 16px;
    line-height: 21px;
  }
}
.faqContainerBlock .fixMargins {
  margin-top: 20px;
  margin-bottom: -10px;
  overflow: hidden;
}
.faqContainerBlock .explanationBoxes {
  padding: 0 0 50px 0;
  float: left;
}
@media (max-width: 991px) {
  .faqContainerBlock .explanationBoxes {
    padding: 0 0 20px 0;
  }
}
.faqContainerBlock .bodyText {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 22px;
}
.faqContainerBlock .line {
  border-top-color: #979797;
}
.faqContainerBlock .line.opacity {
  opacity: 0.2;
}
.faqContainerBlock .glyphicon {
  font-size: 20px;
}
.faqContainerBlock .glyphicon-menu-down, .faqContainerBlock .glyphicon-menu-up {
  color: #7AB800;
}
.faqContainerBlock .collapseBtn .glyphicon-menu-down {
  display: block;
}
.faqContainerBlock .collapseBtn .glyphicon-menu-up {
  display: none;
}
.faqContainerBlock .collapseBtn.expanded .glyphicon-menu-down {
  display: none;
}
.faqContainerBlock .collapseBtn.expanded .glyphicon-menu-up {
  display: block;
}
.faqContainerBlock .inline {
  display: inline-block;
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parking-paymentView-container {
  background-color: #DDE9F6;
}
.parking-paymentView-container .form-control {
  background-color: #fff;
}
.parking-paymentView-container .form-control[disabled] {
  opacity: 0.5;
  /*Skulle helst undvika !important, men behöver overrida en input:disabled-regel i core.scss med !important*/
  color: #000 !important; /* core.scss override */
  background-color: #fff !important; /* core.scss override */
}
.parking-paymentView-container .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #659800 !important; /* core.scss override */
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-border {
  width: calc(100% - 30px);
  margin: 15px;
  border-bottom: 1px solid;
  border-color: #DDDDDD;
}
@media (max-width: 767px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-border {
    margin: 5px 15px;
  }
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-border.visible-xs {
    display: inline-block !important;
  }
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 10px solid;
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-selected-heading h4 {
  margin: 0px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-selected-heading h5 {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 16px;
  color: #0F1A41;
  margin: 3px 0px 0px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-transfertime {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  float: left;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-transferMethod {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  display: inline-block;
  float: left;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-travelIcon {
  margin-top: 5px;
  margin-left: 8px;
  float: left;
  position: relative;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-travelIcon:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-travelIcon.walk img {
  width: 22px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-travelIcon.bus img {
  width: 27px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-travelIcon img {
  height: 40px;
  position: relative;
  float: left;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 14px;
  font-size: 14px;
  display: inline-block;
  float: right;
  text-align: right;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo p {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo {
    float: left;
    width: 100%;
  }
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo .parking-paymentView-priceInfo-priceText {
  color: #000000;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo .parking-paymentView-priceInfo-comparePrice {
  font-size: 11px;
  color: #878F94;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo .parking-paymentView-priceInfo-priceText2 {
  color: #000000;
  margin-top: 6px;
  font-size: 16px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-priceInfo .parking-paymentView-priceInfo-price {
  font-size: 30px;
  line-height: 30px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo {
  display: inline-block;
  width: 100%;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo p {
  color: #000000;
  margin-bottom: 8px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 14px;
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo p.parking-paymentView-date {
  font-size: 19px;
  /* font-weight: bold; */
}
.parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo .dates-arrow {
  position: absolute;
  top: 0px;
  padding-top: 15px;
  right: 0px;
}
@media (max-width: 767px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo .dates-arrow {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo .dates-arrow {
    right: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo .dates-arrow {
    right: 55px;
  }
}
@media (min-width: 1200px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parking-paymentView-selected-offer .parking-paymentView-dateInfo .dates-arrow {
    right: 90px;
  }
}
.parking-paymentView-container .parking-paymentView-choice-container .parkingCard-TravelIcon {
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .parking-paymentView-container .parking-paymentView-choice-container .parkingCard-TravelIcon {
    margin-top: 7px;
  }
}
.parking-paymentView-container .parking-paymentView-choice-container.indoor .parking-paymentView-selected-offer {
  border-color: #ED7530;
}
.parking-paymentView-container .parking-paymentView-choice-container.indoor .parking-paymentView-transfertime, .parking-paymentView-container .parking-paymentView-choice-container.indoor .parking-paymentView-transferMethod, .parking-paymentView-container .parking-paymentView-choice-container.indoor .parking-paymentView-priceInfo .parking-paymentView-priceInfo-price {
  color: #ED7530;
}
.parking-paymentView-container .parking-paymentView-choice-container.indoor .parking-paymentView-travelIcon:before {
  background-color: #ED7530;
}
.parking-paymentView-container .parking-paymentView-choice-container.indoor .icon {
  fill: #ED7530;
}
.parking-paymentView-container .parking-paymentView-choice-container.outdoor .parking-paymentView-selected-offer {
  border-color: #009BDE;
}
.parking-paymentView-container .parking-paymentView-choice-container.outdoor .parking-paymentView-transfertime, .parking-paymentView-container .parking-paymentView-choice-container.outdoor .parking-paymentView-transferMethod, .parking-paymentView-container .parking-paymentView-choice-container.outdoor .parking-paymentView-priceInfo .parking-paymentView-priceInfo-price {
  color: #009BDE;
}
.parking-paymentView-container .parking-paymentView-choice-container.outdoor .parking-paymentView-travelIcon:before {
  background-color: #009BDE;
}
.parking-paymentView-container .parking-paymentView-choice-container.outdoor .icon {
  fill: #009BDE;
}
.parking-paymentView-container .parking-paymentView-choice-container.premium .parking-paymentView-selected-offer {
  border-color: #000000;
}
.parking-paymentView-container .parking-paymentView-choice-container.premium .parking-paymentView-transfertime, .parking-paymentView-container .parking-paymentView-choice-container.premium .parking-paymentView-transferMethod, .parking-paymentView-container .parking-paymentView-choice-container.premium .parking-paymentView-priceInfo .parking-paymentView-priceInfo-price {
  color: #000000;
}
.parking-paymentView-container .parking-paymentView-choice-container.premium .parking-paymentView-travelIcon:before {
  background-color: #000000;
}
.parking-paymentView-container .parking-paymentView-choice-container.premium .icon {
  fill: #000000;
}
.parking-paymentView-container .parking-paymentView-choice-container.longterm .parking-paymentView-selected-offer {
  border-color: #659800;
}
.parking-paymentView-container .parking-paymentView-choice-container.longterm .parking-paymentView-transfertime, .parking-paymentView-container .parking-paymentView-choice-container.longterm .parking-paymentView-transferMethod, .parking-paymentView-container .parking-paymentView-choice-container.longterm .parking-paymentView-priceInfo .parking-paymentView-priceInfo-price {
  color: #659800;
}
.parking-paymentView-container .parking-paymentView-choice-container.longterm .parking-paymentView-travelIcon:before {
  background-color: #659800;
}
.parking-paymentView-container .parking-paymentView-choice-container.longterm .icon {
  fill: #659800;
}
.parking-paymentView-container .parking-paymentView-cancel {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 3px;
}
.parking-paymentView-container .parking-paymentView-cancel span {
  font-size: 14px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  text-decoration: underline;
  cursor: pointer;
  color: #000000;
  float: right;
}
.parking-paymentView-container .parking-paymentView-form-container {
  padding-top: 20px;
  border-top: 1px solid;
  border-color: #979797;
}
.parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-firstRow {
  padding-bottom: 20px;
}
.parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  padding-bottom: 150px;
}
.parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow input {
  margin-right: 10px;
}
.parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow .parking-paymentView-checkbox-container {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow .parking-paymentView-checkbox-container {
    padding-bottom: 20px;
  }
}
.parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow .parking-paymentView-checkbox-container .parking-paymentView-acceptTermsText {
  padding-top: 7px;
  display: block;
  width: calc(100% - 42px);
  display: inline-block;
  font-size: 13px;
}
.parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow .parking-paymentView-checkbox-container .error {
  float: left;
  clear: both;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.wrapperBlock {
  margin-left: 15px;
  margin-right: 15px;
}
.wrapperBlock.border-top > .innerWrapper > .container > .row > .border-top {
  position: relative;
  top: -28px;
}
.wrapperBlock.border-top > .innerWrapper > .container > .row > .border-top > div {
  border-top: solid 2px #5B666E;
}
.wrapperBlock.border-top > .innerWrapper.no-padding-top > .container > .row > .border-top {
  top: 0px;
}
.wrapperBlock.border-bottom {
  border-bottom: solid 2px #5B666E;
}
.wrapperBlock > .innerWrapper {
  /* Goal: Padding all around is 30px. 15px is applied sideways since any content will add 15px "col-padding".
      Negative side-margins account for both extra padding and "col-padding".
      Margins may be overridden by .fluid-width class
  */
  padding: 30px 15px;
}
.wrapperBlock > .innerWrapper.fixed-width {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .wrapperBlock > .innerWrapper.fluid-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapperBlock > .innerWrapper.no-padding-top {
  padding-top: 0;
}
.wrapperBlock > .innerWrapper.no-padding-bottom {
  padding-bottom: 0;
}
.wrapperBlock > .innerWrapper.extra-padding-bottom {
  padding-bottom: 105px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapperBlock > .innerWrapper.extra-padding-bottom {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .wrapperBlock > .innerWrapper.extra-padding-bottom {
    padding-bottom: 75px;
  }
}

#StandardPage2021 .uncontainerized-margin-block .wrapperblock.margin-block {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #StandardPage2021 .uncontainerized-margin-block .wrapperblock.margin-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage2021 .uncontainerized-margin-block .wrapperblock.margin-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #StandardPage2021 .uncontainerized-margin-block .wrapperblock.margin-block {
    width: 100%;
  }
}
#StandardPage2021 .wrapperBlock {
  margin-left: 0px;
  margin-right: 0px;
}
#StandardPage2021 .wrapperBlock.border-top > .inner-wrapper > .container > .row > .border-top {
  top: -30px;
}
#StandardPage2021 .wrapperBlock.border-top > .inner-wrapper.no-padding-top > .container > .row > .border-top {
  top: 0px;
}
#StandardPage2021 .wrapperBlock.border-top .row .border-top > div {
  border-top-width: 1px;
}
#StandardPage2021 .wrapperBlock.border-bottom {
  border-top-width: 1px;
}
#StandardPage2021 .wrapperBlock > .innerWrapper.fixed-width {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #StandardPage2021 .wrapperBlock > .innerWrapper.fixed-width {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage2021 .wrapperBlock > .innerWrapper.fixed-width {
    width: 750px;
  }
}
@media (max-width: 767px) {
  #StandardPage2021 .wrapperBlock > .innerWrapper.fixed-width {
    width: 100%; /* using 100vw would result in sidescroll if vertical scrollbar present */
  }
}
#StandardPage2021 .wrapperBlock > .innerWrapper.fixed-width > .container {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #StandardPage2021 .wrapperBlock > .innerWrapper.fixed-width > .container {
    padding-right: 0px;
  }
}
#StandardPage2021 .wrapperBlock > .innerWrapper.fluid-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  right: auto;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.quoteBlock .quoteBlock-topContentContainer {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-color: #DDDDDD;
}
.quoteBlock .quoteBlock-topContentContainer .quoteBlock-miniatureArea {
  margin-top: 20px;
  margin-bottom: 15px;
}
.quoteBlock .quoteBlock-topContentContainer .quoteBlock-miniatureArea .quoteBlock-miniatureImage {
  margin-right: 15px;
  width: 90px;
}
.quoteBlock .quoteBlock-topContentContainer .quoteBlock-miniatureArea .quoteBlock-miniatureImage img {
  width: 90px;
  margin: 0px;
}
.quoteBlock .quoteBlock-topContentContainer .quoteBlock-miniatureArea .quoteBlock-miniatureText {
  display: inline-block;
}
.quoteBlock .quoteBlock-topContentContainer .quoteBlock-miniatureArea .quoteBlock-miniatureText p {
  margin-bottom: 2px;
}
.quoteBlock .quoteBlock-mainBody {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .quoteBlock .quoteBlock-mainBody {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quoteBlock .quoteBlock-mainBody {
    padding-bottom: 0px;
  }
}
.quoteBlock .quoteBlock-quote {
  color: #0F1A41;
}
.quoteBlock .quoteBlock-ImgContainer img {
  margin-bottom: 5px;
}
.quoteBlock .quoteBlock-ImgContainer .clickableimage {
  cursor: pointer;
}
.quoteBlock .quoteBlock-imageText {
  font-style: italic;
  margin-bottom: 30px;
}

.quoteblock.half .quoteBlock .container, .quoteblock.threequarters .quoteBlock .container, .quoteblock.twothirds .quoteBlock .container, .quoteblock.third .quoteBlock .container, .quoteblock.quarter .quoteBlock .container, .quoteblock.nomargintop .quoteBlock .container {
  width: 100% !important;
}
.quoteblock.automatic {
  float: left;
  width: 100%;
}

.row.uncontainerized-margin-block {
  margin-right: 0px;
  margin-left: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.caseBlock {
  padding: 30px 0px 50px 0px;
}
@media (max-width: 767px) {
  .caseBlock {
    padding: 20px 0px 50px 0px;
  }
}
.caseBlock .teaserText {
  color: #0F1A41;
  margin-top: 5px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .caseBlock .teaserText {
    padding-right: 0px;
  }
}
.caseBlock .range {
  padding: 30px 0px 50px 0px;
}
.caseBlock .range .textblock {
  padding-top: 0px !important;
}
@media (min-width: 992px) {
  .caseBlock .range .textblock {
    width: 41.66666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .caseBlock .range .textblock {
    width: 41.66666667%;
  }
}
@media (max-width: 767px) {
  .caseBlock .range .textblock {
    width: 50%;
  }
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.imageAndTextBlock {
  display: flex;
  flex-wrap: wrap;
}
.imageAndTextBlock > .buttoncontainer > a.sa-button {
  width: calc(100% - 45px);
}
@media (max-width: 991px) {
  .imageAndTextBlock > .buttoncontainer > a.sa-button {
    width: calc(100% - 55px);
  }
}
.imageAndTextBlock .iconContainer {
  opacity: 0.7;
  display: inline;
  height: 100%;
  width: 45px;
  min-height: 45px;
  max-height: 45px;
  float: left;
  background-color: grey;
  /*.downloadIcon {
      content: '';
      background: url('/Static/img/arrow-down.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU');
      position:absolute;
      margin:auto;
      padding: auto;
      width: 25px;
      height: 25px;
  }*/
}
@media (min-width: 1200px) {
  .imageAndTextBlock .iconContainer {
    min-height: 55px;
    max-height: 55px;
    width: 55px;
  }
}
.imageAndTextBlock .iconContainer svg {
  margin: auto;
  padding: 17px 0;
  min-height: 45px;
  max-height: 45px;
  fill: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imageAndTextBlock .iconContainer svg {
    padding: 13px 0;
  }
}
@media (max-width: 991px) {
  .imageAndTextBlock .iconContainer svg {
    padding: 13px 0;
  }
}
@media (min-width: 1200px) {
  .imageAndTextBlock .iconContainer svg {
    max-height: 55px;
    min-height: 45px;
  }
}
.imageAndTextBlock .text .buttoncontainer {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .imageAndTextBlock.center-vertical {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .imageAndTextBlock.image-first .image {
    order: -1;
  }
  .imageAndTextBlock.image-first .image:last-child {
    margin-top: 0;
  }
  .imageAndTextBlock.image-first .text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .imageAndTextBlock .text:last-child, .imageAndTextBlock .image:last-child {
    margin-top: 30px;
  }
}
.imageAndTextBlock .text > p:not([class]), .imageAndTextBlock .text > p[class=""] {
  /* Requirements: "'Regular' text should have a width of 4 cols'. 
      This is more loosely interpreted as text shouldn't be "too long". A strict "4 cols"-rule would work bad when 
      text in the first place has less than 6 cols of space.
  */
  max-width: 360px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .imageAndTextBlock .text > p:not([class]), .imageAndTextBlock .text > p[class=""] {
    max-width: 323px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imageAndTextBlock .text > p:not([class]), .imageAndTextBlock .text > p[class=""] {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .imageAndTextBlock .text > p:not([class]), .imageAndTextBlock .text > p[class=""] {
    width: 360px; /* max width if wide */
    max-width: 80%; /* max width if more narrow */
  }
}
@media (max-width: 767px) {
  .imageAndTextBlock.image-fullwidth-scrollable {
    /* Add "scroll for more" effect */
    padding-bottom: 50px;
    position: relative;
    /* Make image scrollable */
  }
  .imageAndTextBlock.image-fullwidth-scrollable:before, .imageAndTextBlock.image-fullwidth-scrollable:after {
    position: absolute;
    top: 100%;
    margin-top: -30px;
    right: 15px;
  }
  .imageAndTextBlock.image-fullwidth-scrollable:not(.contenttype-video):before {
    font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
    color: #0F1A41;
    font-size: 1.4rem;
    line-height: 1.14;
    width: 100px;
    padding-top: 5px;
    border-top: 2px solid #0F1A41;
  }
  [lang=sv] .imageAndTextBlock.image-fullwidth-scrollable:not(.contenttype-video):before {
    content: "Scrolla för mer";
  }
  [lang=en] .imageAndTextBlock.image-fullwidth-scrollable:not(.contenttype-video):before {
    content: "Scroll for more";
  }
  .imageAndTextBlock.image-fullwidth-scrollable:not(.contenttype-video):after {
    content: " ";
    width: 38px;
    margin-right: 62px;
    border-top: 2px solid #7AB800;
    animation: image-fullwidth-slide-right 4s ease-in-out infinite both;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .imageAndTextBlock.image-fullwidth-scrollable .image:not(.contenttype-video) {
    overflow-x: scroll;
    padding-left: 0;
    padding-right: 0;
  }
  .imageAndTextBlock.image-fullwidth-scrollable .image:not(.contenttype-video) img {
    max-width: none;
    padding: 0 15px;
  }
}
.imageAndTextBlock.image-fullwidth-scrollable.contenttype-video {
  padding-bottom: inherit !important;
}

.wrapperBlock > .no-padding-top .imageandtextblock.no-margin-top .text .h1:first-child, .wrapperBlock > .no-padding-top .imageandtextblock.no-margin-top .text .h2:first-child {
  /* Under very special conditions, add some extra margin to avoid ÅÄÖ being partly rendered above wrapper.  */
  margin-top: 5px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.columnblock[class*=" col-"] > .columnBlock {
  /* When contentarea-wrapper element has a column-class we simulate a "row"-class */
  margin-left: -15px;
  margin-right: -15px;
}

.columnBlock .columnBlock-header {
  display: flex;
  justify-content: space-between; /* Stay at edges */
  align-items: flex-end; /* "float to bottom" */
}
.columnBlock .columnBlock-header-leftalign {
  justify-content: inherit;
}
.columnBlock .columnBlock-heading {
  display: flex;
  align-items: flex-end; /* "float to bottom" */
  margin-bottom: 0;
  min-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columnBlock .columnBlock-heading {
    min-height: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columnBlock .columnBlock-heading {
    min-height: 85px;
  }
}
@media (max-width: 767px) {
  .columnBlock .columnBlock-heading {
    min-height: 68px;
  }
}
.columnBlock .columnBlock-badge {
  margin-left: auto;
  max-height: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columnBlock .columnBlock-badge {
    max-height: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columnBlock .columnBlock-badge {
    max-height: 85px;
  }
}
@media (max-width: 767px) {
  .columnBlock .columnBlock-badge {
    max-height: 68px;
  }
}
.columnBlock .columnBlock-columns {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 767px) {
  .columnBlock .columnBlock-columns {
    display: block; /* display: flex fungerar inte med xs size */
  }
}
.columnBlock .columnBlock-column {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .columnBlock .columnBlock-column:not(:last-child) .columnBlock-innerWrapper {
    border-bottom-width: 0px;
  }
}
.columnBlock .columnBlock-innerWrapper {
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-bottom-width: 1px;
  padding-top: 15px;
  padding-bottom: 10px;
  height: 100%;
}
@media (min-width: 1200px) {
  .columnBlock .columnBlock-innerWrapper > * {
    max-width: 652.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columnBlock .columnBlock-innerWrapper > * {
    max-width: 535.8333333333px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv.airlineLogo {
    padding-right: 0px;
  }
}
.airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv.airlineLogo img {
  max-height: 50px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv.airlineLogo img {
    max-width: 100%;
  }
  .airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv.airlineLogo img[src$=".svg"] {
    height: 50px;
  }
}
.airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv .contentText .airLineName {
  font-size: 18px;
}
.airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv .contentText.tel-num {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 18px;
  opacity: 1;
  transition: opacity 2s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv .contentText.tel-num {
    font-size: 14px;
  }
}
.airlineListBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv .contentText.terminal {
  opacity: 1;
  transition: opacity 2s;
}
.airlineListBlock .expandableBody .expandableBody-content {
  text-align: left;
  font-size: 16px;
  line-height: 33px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .airlineListBlock .expandableBody .expandableBody-content {
    font-size: 14px;
  }
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .airlineListBlock .expandableBody .expandableBody-content .expandedItem {
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem.terminals span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .airlineListBlock .expandableBody .expandableBody-content .expandedItem.terminals span {
    font-size: 16px;
  }
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem.terminals span:not(:last-child):after {
  content: ", ";
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem .title {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .airlineListBlock .expandableBody .expandableBody-content .expandedItem .title {
    padding-bottom: 0px;
    font-size: 16px;
  }
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem .CheckInIcon {
  width: 24px;
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem .checkInTitle {
  font-size: 16px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem .checkInText {
  font-size: 13px;
  line-height: 13px;
  margin-left: 30px;
}
.airlineListBlock .expandableBody .expandableBody-content .expandedItem .checkInText .checkInTextHeader {
  display: block;
}
@media (max-width: 991px) {
  .airlineListBlock .expandableBody .expandableBody-content .hideTerminals .terminals {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .airlineListBlock .expandableBody .expandableBody-content .hideTerminals .col-sm-6 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .airlineListBlock .expandableBody .expandableBody-content .showHideSource .expandedItem:nth-child(3n+3) {
    clear: left;
  }
  .airlineListBlock .expandableBody .expandableBody-content .showHideSource .hideTerminals .expandedItem:nth-child(3n+3) {
    clear: none;
  }
}
.airlineListBlock .expandableBody.expanded .expandableBody-header .compressedItemRow .contentDiv .contentText.tel-num, .airlineListBlock .expandableBody.expanded .expandableBody-header .compressedItemRow .contentDiv .contentText.terminal {
  opacity: 0;
  transition: opacity 0.7s;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.contactcontainerblock.block {
  display: inline-block;
  width: 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/*
    Global classes
*/
/*
    Styling for flip-card to work
*/
@media (min-width: 1200px) {
  .parkingCardContainer .parkingCardNgRepeatContainer:nth-child(4n+1), .parkingCardContainerBlock .parkingCardNgRepeatContainer:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingCardContainer .parkingCardNgRepeatContainer:nth-child(2n+1), .parkingCardContainerBlock .parkingCardNgRepeatContainer:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingCardContainer .parkingCardNgRepeatContainer:nth-child(2n+1), .parkingCardContainerBlock .parkingCardNgRepeatContainer:nth-child(2n+1) {
    clear: both;
  }
}
.parkingNewBlock .parkingCardContainerBlock {
  background-color: #DDE9F6;
}

.parkingcardcontainerblock:last-child {
  padding-bottom: 88px !important; /* Sorry! */
}

.parking-offer.has-discount .hidden-discount {
  display: none;
}
.parking-offer.has-discount .theme-text.discount-theme {
  color: #d0011b !important;
}
.parking-offer:not(.has-discount) .visible-discount {
  display: none;
}

.parkingMapContainer,
.parkingCardContainerBlock {
  color: #000000;
}
.parkingMapContainer .parking-cardContainer-showAllBtn.sa-button,
.parkingCardContainerBlock .parking-cardContainer-showAllBtn.sa-button {
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #0F1A41;
  border-color: #0F1A41;
}
.parkingMapContainer .parking-cardContainer-showAllBtn.sa-button.sa-button-green,
.parkingCardContainerBlock .parking-cardContainer-showAllBtn.sa-button.sa-button-green {
  color: #FFFFFF;
}
.parkingMapContainer .parking-cardContainer-showAllBtn.sa-button.sa-button-green:hover,
.parkingCardContainerBlock .parking-cardContainer-showAllBtn.sa-button.sa-button-green:hover {
  color: #0F1A41;
}
.parkingMapContainer .parking-cardContainer-showAllBtn.sa-button.sa-button-green:focus,
.parkingCardContainerBlock .parking-cardContainer-showAllBtn.sa-button.sa-button-green:focus {
  outline: none;
}
.parkingMapContainer .parkingCardContainer-heading-container,
.parkingCardContainerBlock .parkingCardContainer-heading-container {
  margin-bottom: 30px;
}
.parkingMapContainer .parkingCardContainer-heading-container img,
.parkingCardContainerBlock .parkingCardContainer-heading-container img {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.parkingMapContainer .parkingCardContainer-heading-container .parking-type-icon,
.parkingCardContainerBlock .parkingCardContainer-heading-container .parking-type-icon {
  background-color: #0F1A41;
}
.parkingMapContainer .parkingCardContainer-heading-container .parkingCardContainer-heading .parkingCard-container-heading,
.parkingCardContainerBlock .parkingCardContainer-heading-container .parkingCardContainer-heading .parkingCard-container-heading {
  font-size: 22px;
  line-height: 22px;
  margin: 0px;
  margin-top: 3px;
}
.parkingMapContainer .parkingCardContainer-heading-container .parkingCardContainer-heading .parkingCard-container-subHeading,
.parkingCardContainerBlock .parkingCardContainer-heading-container .parkingCardContainer-heading .parkingCard-container-subHeading {
  font-size: 18px;
  line-height: 18px;
  margin: 0px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .parkingMapContainer .parkingCardContainer-heading-container .parkingCardContainer-heading,
  .parkingCardContainerBlock .parkingCardContainer-heading-container .parkingCardContainer-heading {
    margin-bottom: 20px;
  }
}
.parkingMapContainer .parkingCardContainer-heading-container .parkingCard-container-preamble,
.parkingCardContainerBlock .parkingCardContainer-heading-container .parkingCard-container-preamble {
  font-size: 14px;
}
.parkingMapContainer .parkingCardContainer-heading-container .showMap,
.parkingCardContainerBlock .parkingCardContainer-heading-container .showMap {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  font-size: 14px;
  padding-bottom: 4px;
}
.parkingMapContainer .parkingCardContainer-heading-container .showMap:hover,
.parkingCardContainerBlock .parkingCardContainer-heading-container .showMap:hover {
  cursor: pointer;
}
.parkingMapContainer .discount-seal,
.parkingCardContainerBlock .discount-seal {
  position: absolute;
  right: 15px;
  top: -27px;
  background: #d0011b;
  border-radius: 27px;
  width: 55px;
  height: 55px;
  display: flex;
  color: white;
  font-family: "Helvetica Neue Regular";
}
.parkingMapContainer .discount-seal div,
.parkingCardContainerBlock .discount-seal div {
  text-align: center;
  margin: 17px auto auto auto;
}
.parkingMapContainer .discount-seal div .discount-value,
.parkingCardContainerBlock .discount-seal div .discount-value {
  font-size: 20px;
}
.parkingMapContainer .discount-seal div .discount-text,
.parkingCardContainerBlock .discount-seal div .discount-text {
  font-size: 13px;
}

/*Colors etc*/
.parkingCard-topArea-Container {
  padding: 0px 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 12px solid;
  background-color: #FFFFFF;
}

.parkingCard-bottomArea-Container {
  padding: 10px;
  background-color: #0F1A41;
  color: #0F1A41;
  margin-top: -1px;
  margin-bottom: 2px;
}

.parkingCard {
  margin-bottom: 30px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  position: relative;
  padding: 1px 2px 1px 1px;
}
.parkingCard .flipcard--front, .parkingCard .flipcard--back {
  padding-bottom: 2px;
}
.parkingCard .sa-button {
  width: 100%;
  font-size: 16px !important;
  min-height: 52px;
  padding: 17px 0px !important;
  /*margin-top:11px;*/
}
.parkingCard h3 {
  font-size: 24px;
  line-height: 26px;
  margin: 15px 0 5px;
}
@media (max-width: 767px) {
  .parkingCard h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.parkingCard h4 {
  margin-top: 0px;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .parkingCard h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.parkingCard .parkingCard-Header-Container {
  min-height: 80px;
}
.parkingCard .parkingCard-SubHeading {
  color: #5B666E;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.parkingCard .nohideinfo {
  animation-duration: 1s;
  animation-name: slidein;
  clear: both;
  display: block;
}
.parkingCard .hideinfo {
  display: none;
  overflow: hidden;
}
.parkingCard .padding-none {
  padding: 0px !important;
}
.parkingCard .heightauto {
  height: 41px !important;
}

/*
    First card styling
*/
.parkingCard-page1 .parkingCard-topArea-Container {
  display: inline-block;
  width: 100%;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer {
    padding-bottom: 10px;
  }
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer.noPadding {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer.noPadding {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-MinToTerminal {
  /*display: inline-block;*/
  font-size: 40px;
  line-height: 30px;
  float: left;
  padding-right: 5px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-MetersToTerminal {
  /*display: inline-block;*/
  font-size: 40px;
  line-height: 30px;
  float: left;
  padding-right: 5px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-Terminal {
  padding-top: 6px;
  /*display: inline-block;*/
  float: left;
  padding-right: 10px;
  font-size: 11px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 14px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-Terminal {
    padding-top: 6px;
  }
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-TravelIcon {
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-TravelIcon {
    margin-top: 0px;
  }
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .sa-button {
  width: 100%;
  /*margin-top:11px;*/
}
@media (min-width: 1200px) {
  .parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .sa-button {
    font-size: 16px !important;
  }
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-preBookPrice-firstCard {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  border-top: 1.5px solid;
  border-top-color: #979797;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  min-height: 60px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-preBookPrice-firstCard.showEmptyPriceArea {
  min-height: 61px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-preBookPrice-firstCard .parkingCard-preBookText {
  margin-bottom: 0px;
  color: #000000;
  font-size: 14px;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-preBookPrice-firstCard .parkingCard-preBookText {
    font-size: 14px;
  }
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-firstRowContainer .parkingCard-preBookPrice-firstCard .parkingCard-viewPrice-price {
  font-size: 26px;
  line-height: 27px;
  margin-bottom: 3px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-secondRowContainer {
  width: 100%;
  padding-bottom: 13px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-secondRowContainer.btn-replacementText {
  padding: 5px 0px;
  min-height: 45px;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  border-color: #c8c8c8;
  font-size: 14px;
  color: #0F1A41;
  line-height: 16px;
  margin-bottom: 15px;
}
.parkingCard-page1 .parkingCard-topArea-Container .parkingCard-thirdRowContainer {
  font-size: 14px;
  color: #0F1A41;
  padding-bottom: 8px;
}
.parkingCard-page1 .parkingCard-bottomArea-Container {
  position: relative;
  background-color: #0F1A41;
  padding: 10px;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-bottomArea-Container {
    padding-bottom: 15px;
  }
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-IconsContainer {
  margin: 0 -3px;
  padding-top: 15px;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-IconsContainer .parkingCard-Icon {
  display: inline-block;
  width: 20%;
  padding-left: 4px;
  padding-right: 5px;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-IconsContainer .parkingCard-Icon img {
  background: #0F1A41;
  width: 100%;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-IconsText {
  padding-top: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #0F1A41;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-IconsText p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-IconsText {
    font-family: "Helvetica Neue Regular";
  }
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-ShowInfoContainer {
  font-size: 14px;
  cursor: pointer;
  float: right;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-ShowInfoContainer .glyphicon-menu-down {
  top: 3px;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-ShowInfoContainer .glyphicon-menu-up {
  top: 5px;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-ShowOnMapContainer {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: $traficalblue;
  padding: 15px;*/
  cursor: pointer;
  font-size: 14px;
  /*@include mobile {
      display: none;
  }*/
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-ShowOnMapContainer img {
  float: left;
  height: 18px;
  width: 14px;
}
.parkingCard-page1 .parkingCard-bottomArea-Container .parkingCard-ShowOnMapContainer .parkingCard-shopOnMapText {
  float: left;
  padding-left: 5px;
}

/*
    Second card styling
*/
.parkingCard-page2 {
  position: relative;
}
.parkingCard-page2 .parkingCard-topArea-Container {
  padding-bottom: 55px;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .checkbox-text {
  display: flex;
  width: 100%;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .checkbox-text p:last-child {
  margin-bottom: 0;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form.personal-data-step {
  padding-top: 15px;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form.row .col-sm-12 {
  margin-bottom: 15px;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form p {
  margin-bottom: 5px;
  font-family: "Helvetica Neue Medium";
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .parkingCard-date input {
  background-color: #fff7f1;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .viewPrice-button {
  margin-top: 25px;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .parkingCard-viewPrice-price {
  font-size: 40px;
  line-height: 40px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .parkingCard-showPrice-container p:first-child {
  margin: 5px 0 0;
}
.parkingCard-page2 .parkingCard-topArea-Container .parkingCard-form .parkingCard-showPrice-container .regular-price {
  margin-top: 5px;
  font-size: 14px;
  font-family: "Helvetica Neue Regular";
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step.row .col-sm-12 {
  margin-bottom: 10px;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .date-label {
  font-family: "Helvetica Neue Regular";
  margin-bottom: 1px;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .selected-date-text {
  font-size: 18px;
  font-family: "Helvetica Neue Medium";
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .changeWrapper {
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  text-align: right;
  padding: 4px 0 5px;
  margin: 1px 0 -15px;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .changeWrapper a {
  font-family: "Helvetica Neue Regular";
  font-size: 14px;
  color: #0F1A41;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .prebook-price-label {
  margin-top: 2px;
  font-size: 14px;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .credentials-text {
  color: #0F1A41;
  max-width: 210px;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .credential-label {
  font-size: 14px;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step input {
  background: #EBEBEB;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step input[type=checkbox] {
  float: left;
}
.parkingCard-page2 .parkingCard-topArea-Container.final-step .accept-terms-text {
  float: left;
  padding-right: 55px;
  padding-left: 15px;
  margin-right: -55px;
  width: 100%;
  font-family: "Helvetica Neue Regular";
  font-size: 13px;
  line-height: 16px;
  padding-top: 2px;
}
.parkingCard-page2 .parkingCard-bottomArea-Container {
  position: absolute;
  bottom: 0px;
  height: 55px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
.parkingCard-page2 .parkingCard-bottomArea-Container span {
  float: left;
}
.parkingCard-page2 .parkingCard-bottomArea-Container .glyphicon {
  font-size: 35px;
  padding-top: 10px;
}
.parkingCard-page2 .parkingCard-bottomArea-Container .glyphicon:hover {
  cursor: pointer;
}
.parkingCard-page2 .parkingCard-bottomArea-Container .cancel-icon {
  width: 25px;
  height: 100%;
  background: url("/Static/img/parking/parkingicons/Close.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") center center no-repeat;
}
.parkingCard-page2 .parkingCard-bottomArea-Container .parkingCard-cancel {
  padding-top: 8px;
  padding-left: 9px;
}
.parkingCard-page2 .spinner-overlay {
  position: absolute;
  top: 12px;
  bottom: 3px;
  left: 1px;
  right: 1px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  z-index: 10;
}
.parkingCard-page2 .spinner-overlay .parking-spinner {
  margin: auto;
}

.parkingCard.red .parkingCard-topArea-Container {
  border-color: #860022;
}
.parkingCard.red .sa-button-themed {
  background-color: #860022;
  color: #fff;
}
.parkingCard.red .sa-button-themed:hover {
  background-color: #e8e8e8;
  color: #000000;
}
.parkingCard.red .parkingCard-TravelIcon .color-fill {
  fill: #860022;
}
.parkingCard.red input:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #860022;
}
.parkingCard.red .pick-dates-step input {
  background-color: rgba(134, 0, 34, 0.1);
}
.parkingCard.red .parkingCard-MinToTerminal {
  color: #860022;
}
.parkingCard.red .parkingCard-MetersToTerminal {
  color: #860022;
}
.parkingCard.red .parkingCard-Terminal {
  color: #860022;
}
.parkingCard.red .parkingCard-viewPrice-price {
  color: #860022;
}
.parkingCard.red .final-step .pick-dates-step {
  background-color: rgba(134, 0, 34, 0.1);
}
.parkingCard.red .parkingCard-bottomArea-Container {
  background: #f6e1e1;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #860022;
}
.parkingCard.premium .parkingCard-topArea-Container {
  border-color: #000000;
}
.parkingCard.premium .sa-button-themed {
  background-color: #000000;
  color: #FFFFFF;
}
.parkingCard.premium .sa-button-themed:hover {
  background-color: #e8e8e8;
  color: #000000;
}
.parkingCard.premium .parkingCard-TravelIcon .color-fill {
  fill: #000000;
}
.parkingCard.premium input:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
}
.parkingCard.premium .pick-dates-step input {
  background-color: rgba(0, 0, 0, 0.1);
}
.parkingCard.premium .parkingCard-MinToTerminal {
  color: #000000;
}
.parkingCard.premium .parkingCard-MetersToTerminal {
  color: #000000;
}
.parkingCard.premium .parkingCard-Terminal {
  color: #000000;
}
.parkingCard.premium .parkingCard-viewPrice-price {
  color: #000000;
}
.parkingCard.premium .final-step .pick-dates-step {
  background-color: rgba(0, 0, 0, 0.1);
}
.parkingCard.premium .parkingCard-bottomArea-Container {
  background: #e5e5e5;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #000000;
}
.parkingCard.indoor .parkingCard-topArea-Container {
  border-color: #ED7530;
}
.parkingCard.indoor .sa-button-themed:not(.soldout) {
  background-color: #ED7530;
  color: #FFFFFF;
}
.parkingCard.indoor .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.parkingCard.indoor .parkingCard-TravelIcon .color-fill {
  fill: #ED7530;
}
.parkingCard.indoor input:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #ED7530;
}
.parkingCard.indoor .pick-dates-step input {
  background-color: rgba(237, 117, 48, 0.1);
}
.parkingCard.indoor .parkingCard-MinToTerminal {
  color: #ED7530;
}
.parkingCard.indoor .parkingCard-MetersToTerminal {
  color: #ED7530;
}
.parkingCard.indoor .parkingCard-Terminal {
  color: #ED7530;
}
.parkingCard.indoor .parkingCard-viewPrice-price {
  color: #ED7530;
}
.parkingCard.indoor .final-step .pick-dates-step {
  background-color: rgba(237, 117, 48, 0.1);
}
.parkingCard.indoor .parkingCard-bottomArea-Container {
  background: #fdf1ea;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: none;
  border-color: #ED7530;
}
.parkingCard.longterm .parkingCard-topArea-Container {
  border-color: #659800;
}
.parkingCard.longterm .sa-button-themed:not(.soldout) {
  background-color: #659800;
  color: #FFFFFF;
}
.parkingCard.longterm .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.parkingCard.longterm .parkingCard-TravelIcon .color-fill {
  fill: #659800;
}
.parkingCard.longterm input:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #659800;
}
.parkingCard.longterm .pick-dates-step input {
  background-color: rgba(101, 152, 0, 0.1);
}
.parkingCard.longterm .parkingCard-MinToTerminal {
  color: #659800;
}
.parkingCard.longterm .parkingCard-MetersToTerminal {
  color: #659800;
}
.parkingCard.longterm .parkingCard-Terminal {
  color: #659800;
}
.parkingCard.longterm .parkingCard-viewPrice-price {
  color: #659800;
}
.parkingCard.longterm .final-step .pick-dates-step {
  background-color: rgba(101, 152, 0, 0.1);
}
.parkingCard.longterm .parkingCard-bottomArea-Container {
  background: #eff4e8;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #659800;
}
.parkingCard.outdoor .parkingCard-topArea-Container {
  border-color: #009BDE;
}
.parkingCard.outdoor .sa-button-themed:not(.soldout) {
  background-color: #009BDE;
  color: #FFFFFF;
}
.parkingCard.outdoor .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.parkingCard.outdoor .parkingCard-TravelIcon .color-fill {
  fill: #009BDE;
}
.parkingCard.outdoor input:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #009BDE;
}
.parkingCard.outdoor .pick-dates-step input {
  background-color: rgba(0, 155, 222, 0.1);
}
.parkingCard.outdoor .parkingCard-MinToTerminal {
  color: #009BDE;
}
.parkingCard.outdoor .parkingCard-MetersToTerminal {
  color: #009BDE;
}
.parkingCard.outdoor .parkingCard-Terminal {
  color: #009BDE;
}
.parkingCard.outdoor .parkingCard-viewPrice-price {
  color: #009BDE;
}
.parkingCard.outdoor .final-step .pick-dates-step {
  background-color: rgba(0, 155, 222, 0.1);
}
.parkingCard.outdoor .parkingCard-bottomArea-Container {
  background: #eef4fa !important;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #009BDE;
}
.parkingCard.soldout .sa-button-themed {
  background-color: #FFFFFF !important;
  color: #fff;
  border: 1.5px solid;
  border-color: #d0011b;
  border-left: 0px;
  border-right: 0px;
  cursor: default;
  color: #d0011b;
  text-decoration: none;
}
.parkingCard.soldout .parkingCard-viewPrice-price.soldout {
  color: #d0011b !important;
}
@keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.dynamicPuffBlock a .h4 {
  color: #0F1A41;
}
.dynamicPuffBlock a .h4:not(.colorTheme) .currentcolortheme {
  color: #337ab7; /* If no explicit colortheme is set, then text marked as currentcolortheme should be linkblue (if block is linked) */
}
.dynamicPuffBlock a:hover {
  text-decoration: none;
}
.dynamicPuffBlock a:hover img {
  filter: brightness(90%); /* Not IE support... https://caniuse.com/#feat=css-filters */
}
.dynamicPuffBlock a:hover .h4 {
  color: #337ab7;
}
.dynamicPuffBlock a:hover .colorTheme .currentcolortheme {
  color: #337ab7;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.quickNavigationBlock .quickNavigationBlockTitle {
  margin-top: 67px;
}
@media (max-width: 767px) {
  .quickNavigationBlock .quickNavigationBlockTitle {
    margin-top: 26px;
  }
}
.quickNavigationBlock .quickNavigationBlockSubtitle {
  color: #0F1A41;
  font-size: 16px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.quickNavigationBlock .image-container {
  width: 100%;
  position: relative;
}
.quickNavigationBlock .image-container .image-text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .quickNavigationBlock .image-container .image-text-container {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .quickNavigationBlock .image-container .scalable {
    padding-top: 34.7222222222%; /* Desktop */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quickNavigationBlock .image-container .scalable {
    padding-top: 73.5887096774%; /* Tablet */
  }
}
@media (max-width: 767px) {
  .quickNavigationBlock .image-container .scalable {
    padding-top: 73.5677083333%; /* Mobile */
  }
}
.quickNavigationBlock .quickNavigationLinks {
  margin-top: 20px;
}
.quickNavigationBlock .quickNavigationLinks a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .quickNavigationBlock .quickNavigationLinks {
    margin-top: 16px;
  }
}
.quickNavigationBlock .quickNavigationLinks .quickNavigationLinksBlock {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .quickNavigationBlock .quickNavigationLinks .quickNavigationLinksBlock {
    margin-top: 16px;
  }
}
.quickNavigationBlock .quickNavigationLinks .pictoList {
  position: relative;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (min-width: 1200px) {
  .quickNavigationBlock .quickNavigationLinks .pictoList {
    margin-bottom: 20px;
  }
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem {
  page-break-inside: avoid;
  position: relative;
  min-height: 45px;
  display: block;
  padding-left: 40px;
  line-height: 15px;
  font-size: 16px;
  color: #0F1A41;
  border-top: 1px solid #0F1A41;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 60px;
  transition: padding-left linear 0.08s;
}
@media (max-width: 767px) {
  .quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem {
    margin-bottom: 4px;
  }
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem:hover, .quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem:focus {
  padding-left: 42px;
  text-decoration: none;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem:hover img, .quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem:focus img {
  transform: scale(1.05);
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem:active, .quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem:focus {
  background: #EBEBEB;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem p {
  margin-bottom: 0px;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem .pictoHeading.solo {
  line-height: 29px;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem .pictoSubHeading {
  font-size: 14px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  color: #545454;
  padding-top: 2px;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .pictoLinkItem img {
  position: absolute;
  left: 0px;
  top: 10px;
  max-width: initial !important;
  display: initial !important;
  height: initial !important;
  transition: transform linear 0.08s;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .queueTimes {
  color: #0F1A41;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .quickNavigationBlock .quickNavigationLinks .pictoList .queueTimes {
    padding-right: 40px;
  }
}
.quickNavigationBlock .quickNavigationLinks .pictoList .queueTimes .queueInfo {
  border-bottom: 1px solid #EBEBEB;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .queueTimes .queueInfo .location {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.quickNavigationBlock .quickNavigationLinks .pictoList .queueTimes .queueInfo .interval {
  float: right;
}
.quickNavigationBlock .topContainer .h1 {
  margin-top: 10px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.markerGroupBlock .collapseHeader {
  color: #0F1A41;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .markerGroupBlock .collapseHeader {
    font-size: 16px;
    line-height: 16px;
  }
}
.markerGroupBlock .collapseHeader .display-cell {
  display: table-cell;
  vertical-align: middle;
  height: 67px;
}
.markerGroupBlock .collapseHeader .display-cell.align-right {
  width: 200px;
  text-align: right;
}
.markerGroupBlock .collapseHeader .numberStickers {
  border-style: solid;
  border-width: 3px;
  border-radius: 50px;
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 26px;
}
.markerGroupBlock .collapseHeader .typeOfReklam {
  color: #545454;
}
.markerGroupBlock .collapseHeader .glyphicon.glyphicon-menu-down, .markerGroupBlock .collapseHeader .glyphicon.glyphicon-menu-up {
  font-size: 22px;
  color: #0F1A41;
}
.markerGroupBlock .collapseBody .rowContainer {
  margin-bottom: 30px;
}
.markerGroupBlock .collapseBody .rowContainer .carousel.slide {
  margin-bottom: 50px;
}
.markerGroupBlock .collapseBody .rowContainer .carousel.slide .carousel-indicators {
  bottom: -40px;
}
.markerGroupBlock .collapseBody .rowContainer .carousel.slide .carousel-indicators li {
  background: rgba(0, 0, 0, 0.1);
}
.markerGroupBlock .collapseBody .rowContainer .carousel.slide .carousel-indicators li.active {
  background: #0F1A41;
}
.markerGroupBlock .collapseBody .rowContainer .carousel.slide .carousel-control.right, .markerGroupBlock .collapseBody .rowContainer .carousel.slide .carousel-control.left {
  display: none;
}
.markerGroupBlock hr {
  margin: 0px !important;
}
.markerGroupBlock .collapseBtn {
  display: block;
}
.markerGroupBlock .collapseBtn .glyphicon-menu-down {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}
.markerGroupBlock .collapseBtn.expanded .glyphicon-menu-down {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}

@charset "UTF-8";
/* 
    For new blocks created, import blockstyles in this file.
    This insures the correct import order, for styles and thus not being dependent on the "random" or uncontrolled import when using "Static/Styles/Blocks/*.css" in custom webcompiler.
*/
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .carouselBlock {
    display: flex;
    overflow: auto;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.eot?#iefix") format("embedded-opentype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.woff") format("woff"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.ttf") format("truetype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.woff") format("woff"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "NewRailAlphabet-Medium";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/NewRailAlphabet/NewRailAlphabet-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Huggable";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/fontdinerdotcomhuggable-webfont.woff") format("woff"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/FontdinerdotcomHuggable.ttf") format("truetype"); /* Safari, Android, iOS */
}
body {
  color: #545454;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 1.6rem;
  line-height: 2.1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
}
h1.white, h2.white, h3.white, h4.white,
.h1.white, .h2.white, .h3.white, .h4.white {
  color: #FFFFFF;
}

a h2, a h3, a h4,
a .h2, a .h3, a .h4 {
  color: #337ab7;
  text-decoration: none;
}

h1, .h1 {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 0;
}

h2, .h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  margin-top: 0;
}

h3, .h3 {
  font-size: 2.8rem;
  line-height: 3rem;
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.superSize, .superSize h1 {
  font-size: 6.6rem;
  line-height: 6.8rem;
}

.superDuperSize, .superDuperSize h1 {
  font-size: 8rem;
  line-height: 8rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  /* superSize och hX är i osync i landscapeTablet, hX följer tablet men superSize följer desktop */
  .superSize, .superSize h1 {
    font-size: 6.6rem;
    line-height: 6.8rem;
  }
  .superDuperSize, superDuperSize h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 32px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 26px;
  }
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  /* Lite oklart här, kampanjteasern visar 50/52 medans Framtidens flygplats visar 48/50 */
  .superSize, .superSize h1 {
    font-size: 5rem;
    line-height: 5.2rem;
  }
  .superDuperSize, .superDuperSize h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4, .h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .superSize, .superSize h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .superDuperSize h1, .superDuperSize h1 {
    font-size: 4.8rem;
    line-height: 5rem;
  }
}
.mobileFrame h1, .mobileFrame .h1 {
  font-size: 28px;
  line-height: 30px;
}
.mobileFrame h2, .mobileFrame .h2 {
  font-size: 24px;
  line-height: 26px;
}
.mobileFrame h3, .mobileFrame .h3 {
  font-size: 20px;
  line-height: 22px;
}
.mobileFrame h4, .mobileFrame .h4 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.mobileFrame .superSize, .mobileFrame .superSize h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
.mobileFrame .superDuperSize h1, .mobileFrame .superDuperSize h1 {
  font-size: 4.8rem;
  line-height: 5rem;
}

h1.huggable, h2.huggable, h3.huggable, h4.huggable,
.h1.huggable, .h2.huggable, .h3.huggable, .h4.huggable {
  font-family: "Huggable";
}

.huggable h1, .huggable h2, .huggable h3, .huggable h4,
.huggable .h1, .huggable .h2, .huggable .h3, .huggable .h4 {
  font-family: "Huggable";
}

.mainBody h2, .mainBody h3, .mainBody h4, .mainBody .h2, .mainBody .h3, .mainBody .h4 {
  margin-top: 0px;
}

strong, b {
  font-weight: normal;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

label {
  font-weight: normal;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

.preamble {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preamble {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preamble {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .preamble {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .preamble {
    font-size: 19px;
    line-height: 22px;
  }
}

.text-decoration-none {
  text-decoration: none;
}

/* TinyMce Settings */
.copyBlockHeader {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 40px;
  line-height: 38px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .copyBlockHeader {
    font-size: 66px;
    line-height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyBlockHeader {
    font-size: 50px;
    line-height: 52px;
  }
}

.offerTeaserHeader {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .offerTeaserHeader {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offerTeaserHeader {
    font-size: 24px;
    line-height: 26px;
  }
}

.destinationHeroBlock {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: fit-content;
  padding: 20px 0;
  display: flex;
}
@media (min-width: 768px) {
  .destinationHeroBlock {
    padding: 50px 0;
    min-height: 670px;
  }
}
.destinationHeroBlock__content {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .destinationHeroBlock__content {
    justify-content: space-between;
  }
}
.destinationHeroBlock__content:before, .destinationHeroBlock__content:after {
  content: none;
}
.destinationHeroBlock__heading {
  color: #FFFFFF;
  line-height: 3.8rem;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .destinationHeroBlock__heading {
    line-height: 6.8rem;
    font-size: 6.6rem;
  }
}
.destinationHeroBlock__textfield {
  display: flex;
  flex-direction: row;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .destinationHeroBlock__textfield {
    flex-direction: column;
  }
}
.destinationHeroBlock__preamble {
  flex: 1;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 1.9rem;
  line-height: 2.1rem;
}
@media (min-width: 768px) {
  .destinationHeroBlock__preamble {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
.destinationHeroBlock__mainBody {
  flex: 2;
  line-height: 2.1rem;
  font-size: 1.6rem;
}
.destinationHeroBlock__uspcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .destinationHeroBlock__uspcontainer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .destinationHeroBlock__uspcontainer :nth-child(3) {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .destinationHeroBlock__uspcontainer.twoitems {
    grid-template-columns: repeat(2, 1fr);
  }
}
.destinationHeroBlock__uspcontainer.oneitem {
  grid-template-columns: repeat(1, 1fr);
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.eot?#iefix") format("embedded-opentype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.woff") format("woff"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.ttf") format("truetype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueRoman.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.woff") format("woff"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/HelveticaNeueMedium.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "NewRailAlphabet-Medium";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/NewRailAlphabet/NewRailAlphabet-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Huggable";
  src: url("../Static/Styles/Blocks/@Static/Styles/Fonts/fontdinerdotcomhuggable-webfont.woff") format("woff"), url("../Static/Styles/Blocks/@Static/Styles/Fonts/FontdinerdotcomHuggable.ttf") format("truetype"); /* Safari, Android, iOS */
}
body {
  color: #545454;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 1.6rem;
  line-height: 2.1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
}
h1.white, h2.white, h3.white, h4.white,
.h1.white, .h2.white, .h3.white, .h4.white {
  color: #FFFFFF;
}

a h2, a h3, a h4,
a .h2, a .h3, a .h4 {
  color: #337ab7;
  text-decoration: none;
}

h1, .h1 {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 0;
}

h2, .h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  margin-top: 0;
}

h3, .h3 {
  font-size: 2.8rem;
  line-height: 3rem;
}

h4, .h4 {
  font-size: 2.4rem;
  line-height: 2.6rem;
}

.superSize, .superSize h1 {
  font-size: 6.6rem;
  line-height: 6.8rem;
}

.superDuperSize, .superDuperSize h1 {
  font-size: 8rem;
  line-height: 8rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 3.6rem;
    line-height: 3.8rem;
  }
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  /* superSize och hX är i osync i landscapeTablet, hX följer tablet men superSize följer desktop */
  .superSize, .superSize h1 {
    font-size: 6.6rem;
    line-height: 6.8rem;
  }
  .superDuperSize, superDuperSize h1 {
    font-size: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 32px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 26px;
  }
  h4, .h4 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
  /* Lite oklart här, kampanjteasern visar 50/52 medans Framtidens flygplats visar 48/50 */
  .superSize, .superSize h1 {
    font-size: 5rem;
    line-height: 5.2rem;
  }
  .superDuperSize, .superDuperSize h1 {
    font-size: 6rem;
    line-height: 6.2rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4, .h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .superSize, .superSize h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }
  .superDuperSize h1, .superDuperSize h1 {
    font-size: 4.8rem;
    line-height: 5rem;
  }
}
.mobileFrame h1, .mobileFrame .h1 {
  font-size: 28px;
  line-height: 30px;
}
.mobileFrame h2, .mobileFrame .h2 {
  font-size: 24px;
  line-height: 26px;
}
.mobileFrame h3, .mobileFrame .h3 {
  font-size: 20px;
  line-height: 22px;
}
.mobileFrame h4, .mobileFrame .h4 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.mobileFrame .superSize, .mobileFrame .superSize h1 {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
.mobileFrame .superDuperSize h1, .mobileFrame .superDuperSize h1 {
  font-size: 4.8rem;
  line-height: 5rem;
}

h1.huggable, h2.huggable, h3.huggable, h4.huggable,
.h1.huggable, .h2.huggable, .h3.huggable, .h4.huggable {
  font-family: "Huggable";
}

.huggable h1, .huggable h2, .huggable h3, .huggable h4,
.huggable .h1, .huggable .h2, .huggable .h3, .huggable .h4 {
  font-family: "Huggable";
}

.mainBody h2, .mainBody h3, .mainBody h4, .mainBody .h2, .mainBody .h3, .mainBody .h4 {
  margin-top: 0px;
}

strong, b {
  font-weight: normal;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

label {
  font-weight: normal;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

.preamble {
  font-size: 22px;
  line-height: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preamble {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preamble {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .preamble {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .preamble {
    font-size: 19px;
    line-height: 22px;
  }
}

.text-decoration-none {
  text-decoration: none;
}

/* TinyMce Settings */
.copyBlockHeader {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 40px;
  line-height: 38px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .copyBlockHeader {
    font-size: 66px;
    line-height: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyBlockHeader {
    font-size: 50px;
    line-height: 52px;
  }
}

.offerTeaserHeader {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .offerTeaserHeader {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offerTeaserHeader {
    font-size: 24px;
    line-height: 26px;
  }
}

/* Ninjamove to increase css-specificty to override the the structrure.scss rule which has a specificity of (0, 1, 34, 0)
    The double Id and class specifications are there to give this specification more specificity.
*/
#MainContent#MainContent .block.linkcollectionblock.linkcollectionblock {
  padding-top: 0;
  padding-bottom: 0;
}

.linkCollectionBlocklist {
  padding: 25px 0;
  border-top: 3px solid #000000;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .linkCollectionBlocklist {
    padding: 20px 0;
  }
}
#parkingManagePrebookingPage .linkCollectionBlocklist {
  border-top: 1px solid #EBEBEB;
  border-bottom: none;
}
.linkCollectionBlocklist__item {
  line-height: 2.8rem;
  font-size: 1.8rem;
}
.linkCollectionBlocklist__item a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .linkCollectionBlocklist__item {
    font-size: 1.6rem;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.linksection {
  overflow: hidden;
  margin: 1rem 0;
  border-bottom: 1px solid #B7CADD;
}
@media (min-width: 768px) {
  .linksection {
    margin: 0;
    pointer-events: none;
    border-bottom: none;
  }
}
.linksection summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .linksection summary {
    padding-bottom: 1rem;
  }
}
.linksection summary h2 {
  color: #B7CADD;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: normal;
  margin-bottom: 0;
}
.linksection summary img {
  transition: transform 0.3s ease-in-out;
}
.linksection .linksection__links {
  cursor: pointer;
  pointer-events: auto;
}
.linksection[open] {
  padding-bottom: 20px;
  /*        > .linksection__links {
      max-height: 1000px;
      opacity: 1;
  }*/
}
.linksection[open] img {
  transform: rotate(180deg);
}
.linksection:not([open]) {
  /*        > .linksection__links {
      max-height: 0;
      opacity: 0;
  }*/
}
.linksection:not([open]) svg {
  transform: rotate(0deg);
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.uspblock {
  padding: 15px;
  position: relative;
  border-color: #545454;
  /* Rendering for USPs */
  /* Special rendering for 4 USPs */
}
.uspblock:first-child {
  padding-bottom: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uspblock:first-child {
    padding-bottom: 33px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uspblock:first-child {
    padding-bottom: 33px !important;
  }
}
@media (max-width: 767px) {
  .uspblock:first-child {
    padding-bottom: 22px !important;
  }
}
.uspblock .usp-image {
  width: 56px;
  margin: auto;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .uspblock .usp-image {
    width: 47px;
    height: 47px;
  }
}
.uspblock .usp-image img {
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .uspblock .usp-image img {
    width: 47px;
    height: 47px;
  }
}
.uspblock h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.6rem;
}
.uspblock p {
  text-align: center;
}
.uspblock .USPBlockInner {
  max-width: 500px;
  margin: auto;
  padding: 15px;
}
@media (max-width: 767px) {
  .uspblock .USPBlockInner {
    padding: 15px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .uspblock:not(.quadCol):not(:nth-child(3n+1)).uspblock::after {
    border-left-width: 1px;
    border-left-style: solid;
    content: "";
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    margin-bottom: 15px;
    left: 0;
  }
  .uspblock:not(.quadCol):not(:nth-child(3n+1)):nth-child(1n+4).uspblock::before {
    border-top-width: 1px;
    border-top-style: solid;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0px;
    margin-left: 15px;
    margin-left: 15px;
    left: 0;
  }
  .uspblock:not(.quadCol):not(:nth-child(3n+1)):nth-child(1n+4).uspblock::after {
    border-top: 0px;
    content: "";
    top: 15px;
    margin-left: 0px;
    width: 1px;
  }
  .uspblock:not(.quadCol):nth-child(1n+4).uspblock::after {
    border-top-width: 1px;
    border-top-style: solid;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    margin-right: 15px;
    margin-left: 15px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .uspblock:not(.quadCol):nth-child(odd).uspblock::after {
    border-top-width: 1px;
    border-top-style: solid;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    margin-right: 15px;
    margin-left: 15px;
    left: 0;
  }
  .uspblock:not(.quadCol):nth-child(1).uspblock::after, .uspblock:not(.quadCol):nth-child(2).uspblock::after {
    border-top: 0px !important;
  }
  .uspblock:not(.quadCol):nth-child(even).uspblock::after {
    border-top-width: 1px;
    border-top-style: solid;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    margin-right: 15px;
    margin-left: 15px;
    left: 0;
  }
  .uspblock:not(.quadCol):nth-child(even).uspblock::before {
    border-left-width: 1px;
    border-left-style: solid;
    content: "";
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    margin-bottom: 15px;
    left: 0;
  }
}
.uspblock.quadCol:nth-child(2n+2).uspblock::after {
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  margin-bottom: 15px;
  left: 0;
}
.uspblock.quadCol:nth-child(2n+2):nth-child(1n+3)::before {
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  top: 0px;
  margin-left: 15px;
  left: 0;
}
.uspblock.quadCol:nth-child(2n+2):nth-child(1n+3)::after {
  border-top: 0px;
  content: "";
  top: 15px;
  margin-left: 0px;
  width: 1px;
}
.uspblock.quadCol:nth-child(1n+3)::after {
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
  margin-right: 15px;
  margin-left: 15px;
  left: 0;
}
.destinationHeroBlock .uspblock {
  border-color: #FFFFFF;
  padding-bottom: 24px;
}
.destinationHeroBlock .uspblock a, .destinationHeroBlock .uspblock h2 {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .destinationHeroBlock .uspblock a, .destinationHeroBlock .uspblock h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .destinationHeroBlock .uspblock {
    padding-bottom: 10px;
  }
  .destinationHeroBlock .uspblock:nth-child(odd):not(:first-child).uspblock::after {
    border-top: none;
    border-left-width: 1px;
    border-left-style: solid;
    content: "";
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    margin-bottom: 15px;
    left: 0;
    width: auto;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parking-loyaltyPartner {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .parking-loyaltyPartner {
    padding-bottom: 20px;
  }
}
.parking-loyaltyPartner .loyalty-top-container {
  position: relative;
}
.parking-loyaltyPartner .loyalty-top-container .loyalty-header-container {
  min-height: 25px;
}
.parking-loyaltyPartner .loyalty-top-container .loyalty-img-mobile {
  display: inline;
  padding-left: 10px;
}
.parking-loyaltyPartner .loyalty-top-container .loyalty-img-mobile img {
  height: 25px;
}
.parking-loyaltyPartner .border {
  border-top: 1px solid;
  border-color: #979797;
  margin-bottom: 10px;
}
.parking-loyaltyPartner .loyalty-terms-and-conditions {
  padding-top: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #878F94;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parking-loyaltyPartner .loyalty-terms-and-conditions {
    padding-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parking-loyaltyPartner .loyalty-terms-and-conditions {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .parking-loyaltyPartner .loyalty-terms-and-conditions {
    padding-top: 10px;
  }
}
.parking-loyaltyPartner .loyalty-information-expander {
  padding-top: 10px;
}
.parking-loyaltyPartner .loyalty-information-expander .loyaltyinfo-arrow {
  padding-left: 5px;
}
.parking-loyaltyPartner .loyalty-information-expander .loyaltyinfo-info {
  cursor: pointer;
  text-decoration: underline;
  color: #0F1A41;
}
@media (max-width: 767px) {
  .parking-loyaltyPartner .loyalty-information-expander .loyaltyinfo-info {
    font-size: 13px;
  }
}
.parking-loyaltyPartner .loyalty-reward-number {
  padding-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #0F1A41;
}
.parking-loyaltyPartner .loyalty-reward-number span {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  color: #0F1A41;
}
@media (max-width: 767px) {
  .parking-loyaltyPartner .loyalty-reward-number span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .parking-loyaltyPartner .loyalty-reward-number {
    text-align: right;
    padding-top: 10px;
  }
}
.parking-loyaltyPartner .loyalty-img-desktop {
  padding-top: 10px;
}
.parking-loyaltyPartner .loyalty-img-desktop img {
  float: right;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.chartBlockV2 .chart-container {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chartBlockV2 .chart-container {
    height: 275px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chartBlockV2 .chart-container {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .chartBlockV2 .chart-container {
    height: 200px;
  }
}
.chartBlockV2 .chart-desciption-container {
  padding-bottom: 20px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tabBlockItem .standardBlock .standardBlock-preamble {
  margin-top: 20px;
  margin-bottom: 15px;
}

.standardBlock .standardBlock-heading:after {
  border-bottom: none;
  content: "";
  display: block;
}

.tabBlockItem .standardBlock {
  padding: 25px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabBlockItem .standardBlock {
    padding: 15px 0px;
  }
}
.tabBlockItem .standardBlock .standardBlock-heading:after {
  border-bottom: 0px solid;
  content: "";
  display: block;
}

.mobileTab .standardBlock {
  padding: 11px 0px;
}
.mobileTab .standardBlock .standardBlock-heading:after {
  border-bottom: 0px solid;
  content: "";
  display: block;
}

.standardblock.block {
  display: inline-block;
  width: 100%;
}

.standardBlock {
  display: inline-block;
  width: 100%;
}
.standardBlock .standardBlock-heading:after {
  content: "";
  display: block;
  border-bottom: 1px solid #DDDDDD;
}
.standardBlock .standardBlock-heading.noheading {
  padding-top: 10px;
}
.standardBlock .standardBlock-heading.noheading:after {
  border-bottom: none;
}
.standardBlock .videoBlock-player.videBlock-margin {
  margin-bottom: 15px;
}
.standardBlock .standardBlock-mainContentArea {
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.standardBlock .standardBlock-preamble h2, .standardBlock .standardBlock-preamble h3, .standardBlock .standardBlock-preamble h4 {
  margin-top: 0px;
}
.standardBlock .standardBlock-preamble {
  margin-top: 20px;
  margin-bottom: 10px;
}
.standardBlock .standardBlock-preamble span {
  display: block;
}
.standardBlock .standardBlock-image, .standardBlock .standardBlock-slideshow {
  margin-bottom: 20px;
}
.standardBlock .standardBlock-mainContent h2, .standardBlock .standardBlock-mainContent h3, .standardBlock .standardBlock-mainContent h4 {
  margin-top: 0px;
}
.standardBlock .standardBlock-mainContent {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child > .noheading {
    margin-top: -74px; /* 30 from anchorlink, 44 from structure */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child > .noheading {
    margin-top: -63px; /* 30 from anchorlink, 33 from structure */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child > .noheading {
    margin-top: -63px; /* 30 from anchorlink, 33 from structure */
  }
}
@media (max-width: 767px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child > .noheading {
    margin-top: -52px; /* 30 from anchorlink, 33 from structure */
  }
}

/* .nomargintop exception to handle the huge selectors in Structure.scss for #MainContent */
@media (min-width: 1200px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child.nomargintop > .noheading {
    padding-top: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child.nomargintop > .noheading {
    margin-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child.nomargintop > .noheading {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .pagecontentcontainer__page-has-anchor-links > div > :first-child.nomargintop > .noheading {
    margin-top: 22px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.jobpagelistblock .filters__container {
  padding-bottom: 30px;
}
.jobpagelistblock .form-group .title-span {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  line-height: 22px;
  font-size: 16px;
  color: #000000;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.jobpagelistblock .jobad__header {
  text-decoration: none;
}
.jobpagelistblock .radiobutton {
  padding-top: 15px;
}
.jobpagelistblock .radio-container {
  float: left;
  padding-left: 27px;
  margin-right: 2em;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.jobpagelistblock .jobad__fewdaysleft {
  color: #7AB800;
  font-size: 21px;
}
.jobpagelistblock .short-description {
  color: #878F94;
}
@media (max-width: 767px) {
  .jobpagelistblock .short-description {
    padding-bottom: 15px;
  }
}
.jobpagelistblock .job-details {
  color: #0F1A41;
  padding-bottom: 15px;
  display: block;
}
.jobpagelistblock .job-details .job-Expiry-Date {
  color: #878F94;
}
.jobpagelistblock .navigation-bar {
  padding: 25px 0;
}
.jobpagelistblock .navigation-bar button {
  padding: 0px;
  margin: 0px;
  height: 28px;
  font-size: 14px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.jobpagelistblock .navigation-bar button.back-page svg {
  display: inline-block;
  margin-top: 3px;
  float: left;
}
.jobpagelistblock .navigation-bar button.back-page span {
  display: block;
  margin-top: -1px;
  float: left;
  padding-left: 6px;
  color: #0F1A41;
}
.jobpagelistblock .navigation-bar button.next-page svg {
  display: inline-block;
  margin-top: 3px;
  float: right;
}
.jobpagelistblock .navigation-bar button.next-page span {
  display: block;
  margin-top: -1px;
  float: right;
  padding-right: 6px;
  color: #0F1A41;
}
.jobpagelistblock .navigation-bar .float-none {
  clear: both;
  float: none;
}
.jobpagelistblock .navigation-bar .col-page-number .numbers-contnet {
  width: fit-content;
  margin: auto;
}
.jobpagelistblock .navigation-bar .col-page-number .numbers-contnet .page-number {
  width: 28px;
  height: 28px;
  text-align: center;
  float: left;
}
.jobpagelistblock .navigation-bar .col-page-number .numbers-contnet .page-number a {
  text-decoration: none;
  color: #0F1A41;
  font-size: 20px;
  line-height: 28px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.jobpagelistblock .navigation-bar .col-page-number .numbers-contnet .page-number.currentPage {
  background-color: #0F1A41;
  margin: 0px 5px;
}
.jobpagelistblock .navigation-bar .col-page-number .numbers-contnet .page-number.currentPage a {
  color: #FFFFFF;
}
.jobpagelistblock .applybutton {
  width: 100%;
}
.jobpagelistblock .jobads {
  border-top: 4px solid #0F1A41;
  border-bottom: 4px solid #0F1A41;
}
.jobpagelistblock .jobad__container {
  padding-top: 15px;
}
.jobpagelistblock .jobad__container .border-bottom {
  background-color: #0F1A41;
  height: 1px;
  margin-top: 50px;
}
.jobpagelistblock .jobad__container:last-child .border-bottom {
  height: 0px;
}
.jobpagelistblock .nojobs-text-container {
  color: #0F1A41;
  font-size: 22px;
  font-style: italic;
}
.jobpagelistblock .jobList-button-container {
  margin: 0px;
  color: red;
}
.jobpagelistblock .jobList-button-container .sa-button {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .jobpagelistblock .jobList-button-container .sa-button {
    font-size: 14px;
    margin-right: 5px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .populardestinationsblock {
    display: none;
  }
}

.popularDestination {
  padding-bottom: 20px;
  color: #545454;
}
.popularDestination h3 {
  color: #000000;
}
.popularDestination .popularDestination-title {
  margin: 10px 0;
}
.popularDestination .popularDestination-image {
  position: relative;
}
.popularDestination:hover {
  text-decoration: underline;
}
.popularDestination .popularDestination-image:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.popularDestination .popularDestination-image:hover:after {
  opacity: 1;
}

#popularDestinationSlider {
  padding-top: 12px;
}
#popularDestinationSlider .popularDestinationImage {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#popularDestinationSlider .popularDestination-title h4 {
  color: #000000;
}
#popularDestinationSlider .popularDestination-buttonContainer {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
#popularDestinationSlider .popularDestination-button {
  width: 100%;
}
@media (max-width: 767px) {
  #popularDestinationSlider .popularDestination-item:last-child .popularDestination {
    padding-bottom: 0;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.toplistblock:not(.half) {
  width: 100%;
}

.toplistblock.block.half:nth-child(2n+1) {
  clear: left;
}

.toplistblock, .toplistblock.full {
  display: inline-block;
  position: relative;
}
.toplistblock h3, .toplistblock.full h3 {
  color: #0F1A41;
  margin: 0 0 10px 0;
}
.toplistblock .topListBlock-preamble, .toplistblock.full .topListBlock-preamble {
  margin: 10px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .toplistblock .topListBlock-preamble, .toplistblock.full .topListBlock-preamble {
    padding-left: 15px;
  }
}
.toplistblock .topListBlock, .toplistblock.full .topListBlock {
  padding: 30px 0;
}
.toplistblock .topListBlock-topListItem h4, .toplistblock .topListBlock-topListItem h3, .toplistblock .topListBlock-topListItem h2, .toplistblock .topListBlock-topListItem h1, .toplistblock.full .topListBlock-topListItem h4, .toplistblock.full .topListBlock-topListItem h3, .toplistblock.full .topListBlock-topListItem h2, .toplistblock.full .topListBlock-topListItem h1 {
  color: inherit;
  margin: 0;
}
.toplistblock .topListBlock-topListItem.column, .toplistblock.full .topListBlock-topListItem.column {
  border-top: none !important;
}
.toplistblock .topListBlock-topListItem.column:first-child, .toplistblock.full .topListBlock-topListItem.column:first-child {
  padding-left: 0;
}
.toplistblock .topListBlock-topListItem.column:last-child, .toplistblock.full .topListBlock-topListItem.column:last-child {
  padding-right: 0;
}
.toplistblock .border, .toplistblock.full .border {
  height: 1px;
  display: block;
  background-color: #000000;
}
.toplistblock .border.thick, .toplistblock.full .border.thick {
  height: 3px;
  margin-bottom: 10px;
}
.toplistblock .container, .toplistblock.full .container {
  position: relative;
}
.toplistblock .container .topListBlock-container, .toplistblock.full .container .topListBlock-container {
  min-height: 200px;
  z-index: 1;
}
@media (max-width: 767px) {
  .toplistblock .container .topListBlock-container, .toplistblock.full .container .topListBlock-container {
    min-height: unset;
  }
}
.toplistblock .container .topListBlock-container.topListBlock-noImage, .toplistblock.full .container .topListBlock-container.topListBlock-noImage {
  width: 100%;
}
.toplistblock .container.columns, .toplistblock.full .container.columns {
  position: relative;
}
.toplistblock .container.columns .topListBlock-image, .toplistblock.full .container.columns .topListBlock-image {
  position: absolute;
  padding-top: 0px;
  right: 15px;
  top: 0px;
  padding-right: 0px;
  float: right;
  z-index: 0;
}
.toplistblock .container.columns .topListBlock-image img, .toplistblock.full .container.columns .topListBlock-image img {
  max-height: 95px;
}
@media (max-width: 767px) {
  .toplistblock .container.columns .topListBlock-image img, .toplistblock.full .container.columns .topListBlock-image img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .toplistblock .container.columns .topListBlock-image, .toplistblock.full .container.columns .topListBlock-image {
    position: relative;
    top: 15px;
    right: 0px;
  }
}
.toplistblock .container.columns .topListBlock-heading, .toplistblock.full .container.columns .topListBlock-heading {
  min-height: 110px;
}
@media (max-width: 767px) {
  .toplistblock .container.columns .topListBlock-heading, .toplistblock.full .container.columns .topListBlock-heading {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .toplistblock .container.columns .topListBlock-topListItem, .toplistblock.full .container.columns .topListBlock-topListItem {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.toplistblock .container.columns .topListBlock-heading.no-image, .toplistblock.full .container.columns .topListBlock-heading.no-image {
  min-height: unset;
  width: 100%;
}
.toplistblock .container.columns h3, .toplistblock.full .container.columns h3 {
  margin: 0;
  padding: 5px 15px 5px 15px;
  width: 60%;
}
@media (max-width: 767px) {
  .toplistblock .container.columns h3, .toplistblock.full .container.columns h3 {
    width: 100%;
  }
}
.toplistblock .container .topListBlock-image, .toplistblock.full .container .topListBlock-image {
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
@media (max-width: 767px) {
  .toplistblock .container .topListBlock-image, .toplistblock.full .container .topListBlock-image {
    position: relative;
    bottom: -15px;
    right: -15px;
  }
}
.toplistblock .container .topListBlock-image img, .toplistblock.full .container .topListBlock-image img {
  max-height: 190px;
  width: auto;
}
@media (max-width: 767px) {
  .toplistblock .container .topListBlock-image img, .toplistblock.full .container .topListBlock-image img {
    max-height: 95px;
  }
}
.toplistblock .TopListBlock-Border, .toplistblock.full .TopListBlock-Border {
  padding-top: 10px;
  border-top: 3px solid;
}

.toplistblock.full.col-sm-12 .columns {
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toplistblock.full.col-sm-12 .columns .topListBlock-image {
    padding-right: 15px;
  }
  .toplistblock.full.col-sm-12 .columns .no-gutter {
    padding-right: 15px;
  }
}
.toplistblock.full.col-sm-12 .topListBlock-topListItem {
  padding-left: 15px;
  padding-right: 15px;
}
.toplistblock.full.col-sm-12 .topListBlock-topListItem.column {
  border-top: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toplistblock.full.col-sm-12 .topListBlock-image {
    padding-right: 30px;
  }
  .toplistblock.full.col-sm-12 .no-gutter {
    padding-right: 15px;
  }
}

.toplistblock.automatic .columns {
  padding: 0px;
}
@media (max-width: 767px) {
  .toplistblock.automatic .columns .topListBlock-image {
    right: 15px;
  }
}
.toplistblock.automatic .topListBlock-topListItem {
  padding-left: 15px;
  padding-right: 15px;
}
.toplistblock.automatic .topListBlock-topListItem.column {
  border-top: none !important;
  padding-left: 15px;
  padding-right: 15px;
}

.toplistblock.half .container {
  width: auto;
}
.toplistblock.half .container.columns .topListBlock-image {
  position: absolute;
  padding-top: 0px;
  right: 15px;
  top: -15px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .toplistblock.half .container.columns .topListBlock-image {
    position: relative;
    padding-top: 0px;
    right: 0px;
    top: 15px;
    float: right;
  }
}
.toplistblock.half .container.columns .topListBlock-image img {
  max-height: 95px;
}
@media (max-width: 991px) {
  .toplistblock.half .container .topListBlock-container {
    width: 100%;
  }
}
.toplistblock.half .container .topListBlock-image {
  position: absolute;
  bottom: -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .toplistblock.half .container .topListBlock-image {
    position: relative;
    float: right;
    padding-right: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .toplistblock.half .container .topListBlock-image {
    position: relative;
  }
}
.toplistblock.half .container .topListBlock-image img {
  max-height: 190px;
  width: auto;
}
@media (max-width: 991px) {
  .toplistblock.half .container .topListBlock-image img {
    max-height: 95px;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
#MainContent .PuffBlockContainerBlock .topListBlock {
  padding: 20px 15px;
}

/* ------------------------------------------------------------------------------------------------------*/
.puffcontainerblock .toplistblock .container {
  width: 100%;
}

#MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container.columns .topListBlock-image {
  padding-right: 0px !important;
  top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container.columns .topListBlock-image {
    width: 30%;
    position: absolute;
    padding-bottom: 0px;
    padding-right: 0px !important;
    float: right;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container.columns .topListBlock-image {
    position: relative;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container .topListBlock-image {
  width: 27%;
  right: 0px;
  padding-right: 0px;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container .topListBlock-image {
    width: 27%;
  }
}
@media (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container .topListBlock-image {
    width: 100%;
    position: relative !important;
    padding-bottom: 0px;
    padding-right: 0px !important;
  }
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container .topListBlock-image img {
    max-height: 95px;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .toplistblock.block .topListBlock.item .container .topListBlock-image {
    top: 0px !important;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block {
  padding-left: 15px;
  padding-right: 15px;
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .columns .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .columns .topListBlock-image {
  right: 0px;
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .columns .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .columns .topListBlock-image {
    top: 5px;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .columns .topListBlock-image img, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .columns .topListBlock-image img {
  max-height: 95px;
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .topListBlock-image {
  bottom: 0px;
  right: -15px;
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image img, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .topListBlock-image img {
  max-height: 190px;
  width: auto;
}
@media (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image img, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .topListBlock-image img {
    max-height: 95px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block .topListBlock-image {
    position: absolute;
  }
}
@media (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.full .container .toplistblock .topListBlock-container, #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .container .toplistblock .topListBlock-container {
    width: 100% !important;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.full .container .toplistblock .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .container .toplistblock .topListBlock-image {
  margin-bottom: 0px !important;
  width: 27%;
  right: -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.full .container .toplistblock .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .container .toplistblock .topListBlock-image {
    width: 37%;
    right: 0px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.full .container .toplistblock .topListBlock-image, #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block .container .toplistblock .topListBlock-image {
    width: 48%;
    right: 0px;
    top: 0px;
    position: relative !important;
  }
}

#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half {
  padding-left: 15px;
  padding-right: 15px;
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .container.columns .topListBlock-container {
  width: 100%;
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .container.columns .topListBlock-image {
  position: absolute;
  top: 0px;
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .container.columns .topListBlock-image {
    position: relative;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .container .topListBlock-container {
  width: 70%;
}
@media (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .container .topListBlock-container {
    width: 100%;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-image {
  position: absolute;
  right: -15px;
  bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-image {
    right: 0px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-image {
    position: relative;
    float: right;
    right: -15px;
  }
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.half .container .rightContentArea, #MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.half .container .leftContentArea {
  width: 100%;
}
#MainContent .puffcontainerblock .PuffBlockContainerBlock .factsblock.block.half .container .toplistblock .topListBlock-image {
  position: relative;
  margin-bottom: 0px !important;
  width: 50%;
}

#MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block.half, #MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block.half .container.columns .topListBlock-topListItem, #MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block .container.columns .topListBlock-topListItem {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
#MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block.half .container.columns .topListBlock-image, #MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block .container.columns .topListBlock-image {
  position: relative !important;
}
#MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block.half .container .topListBlock-topListItem, #MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block .container .topListBlock-topListItem {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block.half .container .topListBlock-image, #MainContent .puffcontainerblock.block.half .PuffBlockContainerBlock .toplistblock.block .container .topListBlock-image {
  position: relative;
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .factsblock.block.half {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .factsblock.block .rightContentArea {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .factsblock.block .leftContentArea {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .factsblock.block .topListBlock-container {
  width: 100%;
}
#MainContent .puffcontainerblock.block.half .factsblock.block .topListBlock-image {
  position: relative !important;
  width: 100% !important;
}

#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic {
  float: left;
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic .container .topListBlock-image {
  right: -10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic .container .topListBlock-image {
    right: -10px;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic .container .topListBlock-image {
    top: 5px;
    right: -15px;
  }
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic .container.columns .topListBlock-image {
  right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic .container.columns .topListBlock-image {
    right: 15px;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.automatic .container.columns .topListBlock-image {
    top: 5px;
    right: 0px;
  }
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock {
  height: 300px;
  margin-bottom: 30px;
  padding: 15px 0px;
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .no-gutter {
    padding-right: 0px;
  }
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-topListItem {
  border-top: 3px solid;
  padding-top: 10px;
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-topListItem h4, #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-topListItem h3, #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-topListItem h2, #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-topListItem h1 {
  color: unset;
  margin: 0;
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image {
  right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image {
    right: 0px;
  }
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.full .topListBlock-image {
    top: 0px;
  }
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock {
  height: 300px;
  margin-bottom: 30px;
  padding: 15px 15px;
}
@media (max-width: 767px) {
  #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock {
    height: auto;
  }
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-topListItem {
  border-top: 3px solid;
  padding-top: 10px;
}
#MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-topListItem h4, #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-topListItem h3, #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-topListItem h2, #MainContent .puffcontainerblock.block .PuffBlockContainerBlock .toplistblock.block.half .topListBlock-topListItem h1 {
  color: unset;
  margin: 0;
}

#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container {
  width: 100%;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container.columns .topListBlock-container {
  width: 100% !important;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container.columns .topListBlock-image {
  top: -15px;
  right: 15px;
  position: absolute;
}
@media (max-width: 767px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container.columns .topListBlock-image {
    position: relative;
    top: 15px;
    right: 0px;
  }
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-container {
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 991px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-container {
    width: 100%;
    padding-left: 15px;
  }
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-container.topListBlock-noImage {
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-container.topListBlock-noImage {
    padding-right: 15px;
  }
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-image {
  position: absolute;
  bottom: -15px;
  right: 0px;
}
@media (max-width: 991px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-image {
    position: relative;
    width: 100%;
    right: -15px;
  }
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-topListItem {
  border-top: 3px solid;
  padding-top: 10px;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-topListItem h4, #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-topListItem h3, #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-topListItem h2, #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container .topListBlock-topListItem h1 {
  color: unset;
  margin: 0;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block .topListBlock .container img {
  max-height: 95px;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half {
  padding: 15px;
}
@media (max-width: 767px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .topListBlock.item {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .topListBlock.item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .container.columns .topListBlock-container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .container.columns .topListBlock-container .topListBlock-topListItem {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .container.columns .topListBlock-image {
  position: relative;
  top: 0px;
  right: 0px;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .container .topListBlock-container {
  width: 100%;
  padding-left: 0px;
}
#MainContent .standardBlock .standardBlock-mainContent .toplistblock.block.half .container .topListBlock-image {
  position: relative;
  bottom: 0px;
  right: 0px;
  float: right;
  padding-right: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.retailPuffBlock {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.retailPuffBlock.full .retailPuffBlock {
  height: auto;
}
.retailPuffBlock__image-Container {
  min-height: 100px;
  position: relative;
}
.retailPuffBlock__image-Container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.retailPuffBlock__seal-Container {
  position: absolute;
  z-index: 1;
}
@media (min-width: 1200px) {
  .retailPuffBlock__seal-Container {
    left: 10px;
    top: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .retailPuffBlock__seal-Container {
    left: 10px;
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .retailPuffBlock__seal-Container {
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .retailPuffBlock__seal-Container {
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 480px) {
  .retailPuffBlock__seal-Container {
    left: 8px;
    top: 8px;
  }
}
.retailPuffBlock__infobox {
  padding-top: 10px;
  background-color: transparent;
  z-index: 1;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.retailPuffBlock__infobox a {
  text-decoration: none;
}
.retailPuffBlock__name {
  color: #0F1A41;
  line-height: 3rem;
  font-size: 2.6rem;
  margin: 0 0 5px;
}
.full .retailPuffBlock__name {
  padding-right: 5px;
  display: inline-block;
  line-height: 4rem;
}
@media (min-width: 1200px) {
  .full .retailPuffBlock__name {
    font-size: 3.6rem;
  }
}
.retailPuffBlock__bottomText {
  font-size: 1.4rem;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  text-decoration: none;
  color: #A3A9AD;
  margin-bottom: 0px;
}
.retailPuffBlock__topText {
  color: #878F94;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.retailPuffBlock__puffText {
  color: #7AB800;
  line-height: 2.8rem;
  font-size: 2.6rem;
  margin: 0 0 5px;
}
.retailPuffBlock__puffText p {
  margin-bottom: 5px;
}
.full .retailPuffBlock__puffText {
  padding-right: 5px;
  display: inline-block;
  line-height: 4rem;
}
@media (min-width: 1200px) {
  .full .retailPuffBlock__puffText {
    font-size: 3.6rem;
  }
}
.retailPuffBlock__link {
  display: block;
}

.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);
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .campaignteaserblock .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.campaignTeaserBlock {
  padding-top: 30px;
  padding-bottom: 30px;
}
.campaignTeaserBlock h1 p {
  color: #000;
}
@media (min-width: 992px) {
  .campaignTeaserBlock {
    padding-top: 41px;
    padding-bottom: 41px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .campaignTeaserBlock .superSize {
    margin-bottom: 41px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaignTeaserBlock {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .campaignTeaserBlock .superSize {
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .campaignTeaserBlock {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .campaignTeaserBlock .superSize {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .campaignTeaserBlock .row {
    position: relative;
    min-height: 305px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaignTeaserBlock .row {
    position: relative;
  }
}
@media (min-width: 992px) {
  .campaignTeaserBlock .textContainer {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaignTeaserBlock .textContainer {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .campaignTeaserBlock .textContainer {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 27px;
  }
}
.campaignTeaserBlock .textContainer a {
  font-size: 16px;
  line-height: 21px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-weight: 500;
}
@media (min-width: 992px) {
  .campaignTeaserBlock .imageContainer {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .campaignTeaserBlock .imageContainer {
    padding-top: 10px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.flightListItem .travelStepsBlock {
  padding: 50px 0 50px 0;
  background-color: #EEF4FB;
  margin-bottom: 50px;
}
.flightListItem .travelStepsBlock .travelStepsBlock-title {
  color: #000000;
  font-size: 24px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 32px;
  padding-bottom: 28px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep {
  padding-bottom: 30px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .isLate {
  padding-left: 10px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-number {
  display: block;
  background-color: #7AB800;
  color: white;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-number {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 18px;
  }
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-title {
  color: #0F1A41;
  font-size: 20px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 25px;
  padding: 40px 0px 0px 0px;
}
@media (min-width: 992px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-title {
    min-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-title {
    line-height: 30px;
    padding: 20px 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-title {
    padding: 15px 0px 20px 0px;
  }
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  color: #000000;
  width: 100%;
  padding-right: 15px;
  float: left;
  padding-bottom: 40px;
  /* TODO: remove this. We should not override default behaviour of span element. */
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 70px;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 50px;
    height: auto !important;
  }
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data span {
  display: block;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data span.realSpanBehavior {
  display: inline;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .passPort-showOnMap {
  display: inline;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .passPort-showOnMap:hover {
  text-decoration: underline;
  color: #337ab7;
  cursor: pointer;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .map-pointer {
  display: inline;
  height: 13px;
  width: 13px;
  cursor: pointer;
  margin-top: -5px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .step-icon {
  height: 24px;
  width: 24px;
  margin-right: 5px;
  display: inline;
  margin-top: -5px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .airporterminal {
  color: #0F1A41;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .boldata {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-data .checkIn-time {
  display: inline;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .travelStep-footer .link-list-title {
  color: #0F1A41;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .travelStep-footer a {
  line-height: 30px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data {
  float: left;
  width: 100%;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data:before {
  height: 45px;
  display: block;
  width: calc(100% + 30px);
  border-top: 1px solid #d1d1d1;
  content: "";
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data {
    width: 70%;
    float: left;
    padding-top: 18px;
    padding-left: 70px;
  }
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data:before {
    height: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data {
    padding-left: 50px;
    padding-right: 15px;
  }
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data:before {
    width: 100%;
    height: 15px;
    display: block;
    border-top: 1px solid #d1d1d1;
    content: "";
  }
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data .steps-text {
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  color: #0F1A41;
}
@media (max-width: 991px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps-extra-data.withoutLine:before {
    width: 100%;
    height: 0px;
    border-top: none;
    content: "";
  }
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps {
  height: 43px;
}
.flightListItem .travelStepsBlock .travelSteps .travelStep .steps:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  border-bottom: 1px dashed #7AB800;
  top: 20px;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps {
    float: left;
    width: 70px;
    min-height: 0px;
    padding-top: 14px;
  }
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps:after {
    border-bottom: none;
    border-right: 1px dashed #7AB800;
    width: 22px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps {
    float: left;
    width: 50px;
    min-height: 0px;
    padding-top: 12px;
  }
  .flightListItem .travelStepsBlock .travelSteps .travelStep .steps:after {
    border-bottom: none;
    border-right: 1px dashed #7AB800;
    width: 15px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .flightListItem .travelStepsBlock .travelSteps:last-child .steps-extra-data:before {
    width: 100%;
  }
}
.flightListItem .travelStepsBlock .travelSteps:last-child .steps:after {
  border-bottom: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightListItem .travelStepsBlock .travelSteps:last-child .steps:after {
    border-right: none !important;
  }
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .travelSteps:last-child .steps:after {
    border-right: none !important;
  }
}
.flightListItem .travelStepsBlock .security-terminal {
  float: left;
  color: #0F1A41;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.flightListItem .travelStepsBlock .security-terminal:nth-child(odd) {
  padding-left: 7px;
}
.flightListItem .travelStepsBlock .security-terminal:nth-child(odd):before {
  border-left: 1px solid #878F94;
  content: "";
  height: 17px;
  padding-left: 7px;
  float: left;
  margin-top: 8px;
}
.flightListItem .travelStepsBlock .col-xs-15,
.flightListItem .travelStepsBlock .col-sm-15,
.flightListItem .travelStepsBlock .col-md-15,
.flightListItem .travelStepsBlock .col-lg-15 {
  position: relative;
  min-height: 1px;
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightListItem .travelStepsBlock .col-xs-15,
  .flightListItem .travelStepsBlock .col-sm-15,
  .flightListItem .travelStepsBlock .col-md-15,
  .flightListItem .travelStepsBlock .col-lg-15 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flightListItem .travelStepsBlock .col-xs-15,
  .flightListItem .travelStepsBlock .col-sm-15,
  .flightListItem .travelStepsBlock .col-md-15,
  .flightListItem .travelStepsBlock .col-lg-15 {
    width: 100%;
  }
}
.flightListItem .travelStepsBlock .col-xs-15 .security-waitingTime,
.flightListItem .travelStepsBlock .col-sm-15 .security-waitingTime,
.flightListItem .travelStepsBlock .col-md-15 .security-waitingTime,
.flightListItem .travelStepsBlock .col-lg-15 .security-waitingTime {
  padding-right: 21px;
}
@media (min-width: 992px) {
  .flightListItem .travelStepsBlock .col-xs-15 .security-terminal,
  .flightListItem .travelStepsBlock .col-sm-15 .security-terminal,
  .flightListItem .travelStepsBlock .col-md-15 .security-terminal,
  .flightListItem .travelStepsBlock .col-lg-15 .security-terminal {
    float: none;
  }
  .flightListItem .travelStepsBlock .col-xs-15 .security-terminal:nth-child(odd),
  .flightListItem .travelStepsBlock .col-sm-15 .security-terminal:nth-child(odd),
  .flightListItem .travelStepsBlock .col-md-15 .security-terminal:nth-child(odd),
  .flightListItem .travelStepsBlock .col-lg-15 .security-terminal:nth-child(odd) {
    padding-left: 0px;
  }
  .flightListItem .travelStepsBlock .col-xs-15 .security-terminal:nth-child(odd):before,
  .flightListItem .travelStepsBlock .col-sm-15 .security-terminal:nth-child(odd):before,
  .flightListItem .travelStepsBlock .col-md-15 .security-terminal:nth-child(odd):before,
  .flightListItem .travelStepsBlock .col-lg-15 .security-terminal:nth-child(odd):before {
    display: none;
  }
}
.flightListItem .flightStatus {
  padding: 0px 0px 50px 0px;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus {
    min-width: 150px;
  }
}
.flightListItem .flightStatus .scheduledTime > div:first-child, .flightListItem .flightStatus .terminal > div:first-child, .flightListItem .flightStatus .gate > div:first-child, .flightListItem .flightStatus .updates > div:first-child, .flightListItem .flightStatus .messenger > div:first-child {
  min-height: 92px;
  border-bottom: 1px solid #878F94;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .scheduledTime > div:first-child, .flightListItem .flightStatus .terminal > div:first-child, .flightListItem .flightStatus .gate > div:first-child, .flightListItem .flightStatus .updates > div:first-child, .flightListItem .flightStatus .messenger > div:first-child {
    min-height: 72px;
    margin-bottom: 30px;
  }
}
.flightListItem .flightStatus .terminal {
  order: 4;
}
.flightListItem .flightStatus .updates {
  order: 3;
}
.flightListItem .flightStatus .gate {
  order: 2;
}
.flightListItem .flightStatus .messenger {
  order: 1;
}
.flightListItem .flightStatus hr {
  border-color: #0F1A41;
  border-width: 3px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.flightListItem .flightStatus .sa-button-ghost-blue {
  width: 100%;
}
.flightListItem .flightStatus .flightAirport {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .flightAirport {
    padding-bottom: 15px;
  }
}
.flightListItem .flightStatus .viaDestinations {
  color: #0F1A41;
  font-size: 20px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 25px;
  margin-top: -12px;
  display: inline-block;
}
.flightListItem .flightStatus .viaDestinations .airportname {
  display: inline-block;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .viaDestinations {
    font-size: 18px;
  }
}
.flightListItem .flightStatus .lineInfo {
  color: #0F1A41;
  font-size: 16px;
  line-height: 18px;
}
.flightListItem .flightStatus .lineInfo .flightId {
  padding-right: 20px;
}
.flightListItem .flightStatus .flightStatus-title {
  color: #5B666E;
  font-size: 16px;
  line-height: 21px;
  display: block;
  padding: 7px 0;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .flightStatus-title {
    padding: 0px;
  }
}
.flightListItem .flightStatus .flightStatus-data {
  color: #000000;
  font-size: 36px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 41px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flightListItem .flightStatus .flightStatus-data {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .flightStatus-data {
    font-size: 26px;
  }
}
.flightListItem .flightStatus .remarks > div:first-child {
  min-height: 92px;
  border-bottom: 1px solid #878F94;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .remarks > div:first-child {
    min-height: 72px;
    margin-bottom: 0px;
  }
}
.flightListItem .flightStatus .remarks .details-code-shares {
  height: 42px;
  line-height: 41px;
}
.flightListItem .flightStatus .remarks .remark-status-viewport {
  height: 42px;
}
.flightListItem .flightStatus .remarks .extraInfo {
  color: #5B666E;
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  padding-top: 13px;
  display: block;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .remarks {
    padding-bottom: 30px;
  }
}
.flightListItem .flightStatus .rightinfo {
  float: left;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .rightinfo {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .flightListItem .flightStatus .rightinfo {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    padding-top: 0px;
  }
}
.flightListItem .flightStatus .messenger .flightStatus-data {
  color: #0F1A41;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  cursor: pointer;
}
@media (max-width: 767px) {
  .flightListItem .flightStatus .messenger .flightStatus-data {
    font-size: 15px;
  }
}
.flightListItem .flightStatus .messenger svg {
  float: left;
  margin-top: 10px;
}
.flightListItem .flightStatus .messenger .messenger-link {
  float: left;
  margin-left: 10px;
  margin-top: 13px;
}
.flightListItem .flightStatus .sa-button-ghost-blue {
  margin-top: 5px;
  margin-bottom: 20px;
}
.flightListItem .personalized-container .title {
  color: #000000;
  font-size: 24px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 32px;
}
.flightListItem .personalized-container hr {
  border-color: #d1d1d1;
  border-width: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.flightListItem .terminalLink-container {
  padding-bottom: 30px;
}
.flightListItem .terminalLink-container .terminalLink-block .title {
  color: #0F1A41;
  font-size: 16px;
  line-height: 30px;
}
.flightListItem .terminalLink-container .terminalLink-block a {
  line-height: 30px;
}
.flightListItem .navigation-row {
  padding-bottom: 40px;
}
.flightListItem .navigation-row .goback-button {
  color: #878F94;
  font-size: 16px;
  line-height: 18px;
}
.flightListItem .navigation-row .lastUpdated-Container {
  font-style: italic;
  color: #878F94;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.preview .campaignBlock .campaignBlock-imageContainer .campaignBlock-image {
  height: 297px;
  /* width: 100%; */
}
.preview .campaignBlock .campaignBlock-imageContainer .campaignBlock-image .scalable {
  height: 297px;
  width: 100%;
}

.campaignBlock {
  display: inline-block;
  width: 100%;
}

.campaignblock a .campaignBlock .campaignBlock-image:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.campaignblock a .campaignBlock:hover .campaignBlock-image:after {
  opacity: 1;
}

a .campaignBlock .campaignBlock-campaignText {
  color: #545454;
}
a .campaignBlock .campaignBlock-campaignText h3, a .campaignBlock .campaignBlock-campaignText h2, a .campaignBlock .campaignBlock-campaignText h3, a .campaignBlock .campaignBlock-campaignText h4 {
  color: #0F1A41;
}
a .campaignBlock .campaignBlock-description {
  color: #545454;
}
a .campaignBlock .campaignBlock-description h3, a .campaignBlock .campaignBlock-description h2, a .campaignBlock .campaignBlock-description h3, a .campaignBlock .campaignBlock-description h4 {
  color: #0F1A41;
}

.campaignBlock .campaignBlock-description h3, .campaignBlock .campaignBlock-description h2, .campaignBlock .campaignBlock-description h3, .campaignBlock .campaignBlock-description h4 {
  margin-top: 0px;
}

.epi-editContainer .campaignBlock-image .scalable {
  height: 100%;
}

.PuffBlockContainerBlock .campaignblock {
  margin-bottom: 30px;
}

.campaignblock.full .campaignBlock-campaignText {
  padding-top: 0px;
}
.campaignblock.full .campaignBlock-textContainer {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .campaignblock.full .campaignBlock-textContainer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
}
.campaignblock.full .campaignBlock-textBox {
  /*min-height: 299px;*/
  display: inline-block;
}
@media (max-width: 767px) {
  .campaignblock.full .campaignBlock-textBox {
    min-height: unset;
  }
}
.campaignblock.full .campaignBlock-campaignText {
  padding-top: 0;
}
.campaignblock.full .campaignBlock-imageContainer {
  width: 50%;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .campaignblock.full .campaignBlock-imageContainer {
    width: 100%;
    padding-right: 0;
  }
}
.campaignblock.full .campaignBlock-imageContainer > div {
  width: 100%;
}

.campaignblock.half .campaignBlock-image, .campaignblock.half .campaignBlock-textContainer {
  width: 100%;
}

.campaignBlock-image {
  position: relative;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
.campaignBlock-image img {
  height: 100%;
  width: 100%;
}
.campaignBlock-image .campaignBlock-heading {
  padding: 15px;
  width: 80%;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  font-size: 24px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  z-index: 3;
}

.campaignBlock-textContainer {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .campaignBlock-textContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.campaignBlock-campaignText {
  padding-top: 20px;
}

.campaignBlock-description {
  padding: 20px 0;
  font-size: 14px;
}

.campaignBlock .border {
  border-top: 1px solid #DDDDDD;
  height: 30px;
  display: block;
}

.hasOnlyCampaignBlocks .carousel-indicators {
  bottom: unset;
  top: 265px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.offerteaserblock .OfferTeaserBlockContainer {
  padding: 26px;
  color: #000000;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .offerteaserblock .OfferTeaserBlockContainer {
      padding: 13px; } }

.offerteaserblock .offer-teaser-button {
  width: 100%;
  color: #ffffff; }

.videoBlock-player {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  background-size: cover; }
  .videoBlock-player .play {
    background: url("/Static/Styles/Core/images/YouTube_Silver_Play_Button.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") no-repeat center center;
    background-size: 68px 48px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
    top: 0; }
  .videoBlock-player .play:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .videoBlock-player iframe {
    margin: 40px auto 0 auto; }


/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.videoHeroBlock {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #EBEBEB;
}
.videoHeroBlock .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  background: none;
  pointer-events: none;
}
.videoHeroBlock .mask .img-mask {
  height: 200%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoHeroBlock .text-container {
  z-index: 2;
  color: white;
  position: relative;
  padding: 91px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .videoHeroBlock .text-container {
    padding: 70px 15px;
  }
}
.videoHeroBlock .video-button {
  height: 75px;
  display: table;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 4;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}
.videoHeroBlock .video-button .play-arrow {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  color: #0F1A41;
  font-size: 27px;
  width: 75px;
  text-align: center;
}
.videoHeroBlock .video-button .play-arrow .icon {
  display: inline-block;
  padding-top: 2px;
}
.videoHeroBlock .video-button .button-text {
  display: table-cell;
  vertical-align: middle;
  color: #D1D4D6;
  font-size: 16px;
  padding: 0 26px;
  transition: color 0.3s ease 0s;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.videoHeroBlock .video-button:hover {
  background-color: #000000;
  text-decoration: none;
}
.videoHeroBlock .video-button:hover .play-arrow {
  background-color: #7AB800;
  color: #FFFFFF;
}
.videoHeroBlock .video-button:hover .button-text {
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .videoHeroBlock .video-button {
    height: 62px;
  }
  .videoHeroBlock .video-button .play-arrow {
    width: 62px;
    font-size: 20px;
  }
  .videoHeroBlock .video-button .play-arrow .icon {
    padding-top: 4px;
  }
  .videoHeroBlock .video-button .button-text {
    padding: 0 21px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .videoHeroBlock .video-button {
    height: 46px;
  }
  .videoHeroBlock .video-button .play-arrow {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  .videoHeroBlock .video-button .play-arrow .icon {
    padding-top: 5px;
  }
  .videoHeroBlock .video-button .button-text {
    padding: 0 13px;
    font-size: 12px;
  }
}
.videoHeroBlock .background-short-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  min-height: 100vh;
  min-width: 100vw;
}
.videoHeroBlock .YouTubeModal {
  padding-right: 0px !important;
}
.videoHeroBlock .YouTubeModal .modal-dialog {
  width: 100%;
  height: 100vh;
  margin: 0px;
  background: #000000;
}
.videoHeroBlock .YouTubeModal .modal-body {
  padding: 0px;
}
.videoHeroBlock .YouTubeModal .modal-body .close-button {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -32.5px;
  color: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  filter: alpha(opacity=0);
  opacity: 1;
  z-index: 1;
  font-size: 25px;
  line-height: 37px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.9);
}
.videoHeroBlock .YouTubeModal .modal-body .close-button .text {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
.videoHeroBlock .YouTubeModal .modal-body .close-button .icon {
  margin-top: 5px;
  display: inline-block;
}
.videoHeroBlock .YouTubeModal .modal-body iframe {
  width: 100%;
  height: calc(100vh - 100px);
  margin-bottom: -5px;
  background: #000000;
}
.videoHeroBlock .YouTubeModal .accordion {
  height: 100vh;
}
.videoHeroBlock .videoBlock-player1 {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  background-size: cover;
}
.videoHeroBlock .videoBlock-player1 iframe {
  margin: 40px auto 0 auto;
}
.videoHeroBlock .controls {
  overflow: hidden;
  background: transparent;
  width: 100%;
  height: 3.5em;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .videoHeroBlock .controls {
    height: 3em;
  }
}
.videoHeroBlock .controls > * {
  float: right;
  width: 3.5em;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .videoHeroBlock .controls > * {
    width: 12%;
  }
}
.videoHeroBlock .controls button {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #000;
  font-size: 20px;
}
@-webkit-keyframes example {
  0% {
    width: 100%;
    background-size: 100%;
    display: block;
  }
  100% {
    width: 100%;
    background-size: 10000%;
  }
}
@keyframes example {
  from {
    transform: scale(1);
    display: block;
  }
  to {
    transform: scale(100);
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.taxfreeBlock .taxfree-instructions {
  padding-top: 30px;
}
.taxfreeBlock .teaser {
  padding: 0 0 30px 0;
  display: flex;
  justify-content: center;
}
.taxfreeBlock .teaser .teaserText {
  font-size: 32px;
  line-height: 36px;
  align-self: center;
}
.taxfreeBlock .teaser .teaserHeading {
  color: #ED7530;
}
.taxfreeBlock .teaser .teaserDescription {
  color: #000000;
}
.taxfreeBlock .teaser .teaserDiscountPrice {
  color: #ED7530;
}
.taxfreeBlock img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.taxfreeBlock .border {
  height: 3px;
  background-color: #000000;
  display: block;
}
.taxfreeBlock .taxfree-mobile {
  padding-bottom: 10px;
  padding-top: 20px;
}
.taxfreeBlock .taxfree-mobile .border {
  height: 1px;
}
.taxfreeBlock .taxfree-mobile .taxfree-mobile-expander {
  height: 30px;
}
.taxfreeBlock .taxfree-mobile .taxfree-mobile-steps {
  -webkit-backface-visibility: hidden;
}
.taxfreeBlock .taxfree-mobile .taxfree-mobile-step {
  margin: 10px 0;
}
.taxfreeBlock .taxfree-mobile i {
  font-size: 28px;
}
.taxfreeBlock .taxfree-mobile .taxfree-step-description {
  vertical-align: text-bottom;
  margin-left: 5px;
}
.taxfreeBlock .taxfree-mobile .sa-preorder-taxfree-button {
  width: 100%;
}
.taxfreeBlock .taxfree-preorder {
  padding-top: 30px;
}
.taxfreeBlock .taxfree-step-description {
  display: inline-block;
}
.taxfreeBlock .taxfree-step-number {
  font-size: 24px;
  color: #000000;
}
.taxfreeBlock .sa-preorder-taxfree-button {
  background-color: #ED7530;
  color: #FFFFFF;
  margin-top: 10px;
}
.taxfreeBlock .sa-preorder-taxfree-button:hover {
  background-color: rgba(235, 105, 11, 0.7);
}
@media (max-width: 480px) {
  .taxfreeBlock .teaser .teaserText {
    font-size: 19px;
    line-height: 18px;
    padding-left: 0;
  }
  .taxfreeBlock .teaser .teaserText > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .taxfreeBlock .teaser .teaserText {
    font-size: 23px;
    line-height: 28px;
  }
}

.tabBlockItems .taxfreeBlock {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabBlockItems .taxfreeBlock {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mobileTab .taxfreeBlock {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* generic link list block styling */
/* specific styling for link list that is included on a StandardPage2021 */
#StandardPage2021 .linkListBlock .linklist__textarea {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1.25em;
}
#StandardPage2021 .linkListBlock .linklist__linkarea1 .linklist__linkcontainer, #StandardPage2021 .linkListBlock .linklist__linkarea2 .linklist__linkcontainer {
  margin-bottom: 2.8em;
  margin-top: 0.2em;
}
@media (max-width: 767px) {
  #StandardPage2021 .linkListBlock .linklist__linkarea1 .linklist__linkcontainer, #StandardPage2021 .linkListBlock .linklist__linkarea2 .linklist__linkcontainer {
    margin-bottom: 1.5em;
  }
}
#StandardPage2021 .linkListBlock .linklist__linkarea1 .linklist__linkcontainer div, #StandardPage2021 .linkListBlock .linklist__linkarea2 .linklist__linkcontainer div {
  border-top: 1px solid #000000;
  padding-top: 4px;
}
#StandardPage2021 .linkListBlock .linklist__linkarea1 .linklist__linkcontainer div a, #StandardPage2021 .linkListBlock .linklist__linkarea2 .linklist__linkcontainer div a {
  font-size: 17px;
  color: #337ab7;
  font-weight: bold;
  text-decoration: none;
}
#StandardPage2021 .linkListBlock .linklist__linkarea1 .linklist__linkcontainer div:hover, #StandardPage2021 .linkListBlock .linklist__linkarea2 .linklist__linkcontainer div:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #StandardPage2021 .linkListBlock .linklist__linkarea1 {
    margin-bottom: 2em;
  }
  #StandardPage2021 .linkListBlock .linklist__linkcontainer div a {
    font-size: 20px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pressreleasesubscriptionblock__innerWrapper {
  padding: 30px 0;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.touristAttractionBlock {
  margin-bottom: 50px;
  color: #0F1A41;
}
@media (max-width: 767px) {
  .touristAttractionBlock {
    margin-bottom: 15px;
  }
}

.tabBlockArea .touristattractionblock:nth-of-type(2n+1) {
  clear: left;
}

.touristAttractionBlock-image {
  height: 300px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.touristAttractionBlock-image img {
  height: 100%;
  width: 100%;
}

.touristAttractionBlock-title {
  padding-top: 30px;
  padding-bottom: 10px;
  color: #0F1A41;
  font-size: 24px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

.touristAttractionBlock-address {
  color: #2D6E78;
}
.touristAttractionBlock-address .glyphicon {
  margin-left: -2px;
}

.touristAttractionBlock-information {
  padding-top: 30px;
}

.touristAttractionBlock .border {
  background-color: #DDDDDD;
  height: 1px;
  display: block;
  margin-top: 30px;
}
.touristAttractionBlock .border.thick {
  height: 1px;
  background-color: #000000;
}

#contentAreaBlockSlider .touristAttractionBlock {
  padding: 0;
}
@media (max-width: 767px) {
  #contentAreaBlockSlider .touristAttractionBlock {
    padding: 15px;
  }
}
#contentAreaBlockSlider .carousel-indicators {
  top: 257px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.epi-editContainer .PuffBlock .scalable, .preview .PuffBlock .scalable {
  height: 300px;
}

#StandardPageContent .PuffBlockContainerBlock .container {
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.PuffBlock a {
  color: #0A7CAC;
}
.PuffBlock a .PuffBlock-innerItem picture:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.PuffBlock a:hover {
  color: #0A7CAC;
  text-decoration: none;
}
.PuffBlock a:hover .PuffBlock-innerItem picture:after {
  opacity: 1;
}
.PuffBlock a:hover .PuffBlock-innerItem .PuffBlock-infobox span {
  color: #0A7CAC;
}

.PuffBlock .PuffBlock-innerItem {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .PuffBlock .PuffBlock-innerItem :first-child {
    padding-top: 0;
  }
}
.PuffBlock .PuffBlock-innerItem picture {
  position: relative;
  height: 300px;
  width: 100%;
}
.PuffBlock .PuffBlock-innerItem .img-responsive {
  height: inherit;
  object-fit: cover;
}
.PuffBlock .PuffBlock-innerItem .PuffBlock-infobox {
  padding-top: 15px;
  width: 90%;
}
.PuffBlock .PuffBlock-innerItem .PuffBlock-infobox span {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  display: inline-block;
  padding-bottom: 5px;
}

.puffblock.full .PuffBlock .PuffBlock-innerItem .PuffBlock-infobox {
  width: 80%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.flightsboardv2block {
  padding-top: 0px !important;
}

.flightsBoardBlockV2 {
  position: relative;
}
.flightsBoardBlockV2 .FlightFilter {
  padding-bottom: 35px;
}
.flightsBoardBlockV2 .FlightFilter label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightFilter {
    padding-bottom: 15px;
  }
}
.flightsBoardBlockV2 .FlightFilter .longtext {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flightsBoardBlockV2 .FlightFilter .FlightFilterTitle {
  color: #000000;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}
.flightsBoardBlockV2 .FlightFilter .FlightFilterTitle em {
  font-size: 14px;
  font-style: normal;
}
.flightsBoardBlockV2 .FlightFilter .lastUpdated-Container {
  padding-top: 58px;
  font-style: italic;
  color: #878F94;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flightsBoardBlockV2 .FlightFilter .lastUpdated-Container {
    padding-top: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightFilter .lastUpdated-Container {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightFilter .lastUpdated-Container {
    padding-top: 30px;
  }
}
.flightsBoardBlockV2 .FlightTableHeader {
  border-bottom: 2px solid #0F1A41;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0px;
  color: #5B666E;
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightTableHeader {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightTableHeader .Terminal {
    margin-left: -15px;
    margin-right: 15px;
  }
}
.flightsBoardBlockV2 .Terminal {
  text-align: center;
}
.flightsBoardBlockV2 .FlightDataRow {
  border-bottom: 1px solid #d1d1d1;
}
.flightsBoardBlockV2 .FlightDataRow .FlightDataContainer {
  position: relative;
}
.flightsBoardBlockV2 .FlightDataRow .FlightDataContainer:hover, .flightsBoardBlockV2 .FlightDataRow .FlightDataContainer:focus {
  cursor: pointer;
}
.flightsBoardBlockV2 .FlightDataRow:last-child {
  border-bottom: 2px solid #0F1A41;
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow {
    padding: 15px 0;
  }
}
.flightsBoardBlockV2 .FlightDataRow .FlightData {
  display: table;
  height: 80px;
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData {
    min-height: 30px;
    height: 30px;
    float: left;
  }
}
.flightsBoardBlockV2 .FlightDataRow .FlightData .FlightDataCell {
  display: table-cell;
  vertical-align: middle;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  color: #0F1A41;
  position: relative;
  height: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .FlightDataCell {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .FlightDataCell.Flightnr {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .FlightDataCell.FlightStatus {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .FlightDataCell.FlightStatus {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .destinationName {
    float: left;
    max-width: calc(100% - 20px);
    word-wrap: break-word;
    word-break: break-word;
  }
}
.flightsBoardBlockV2 .FlightDataRow .FlightData .destinationName .viaDestinations {
  color: #5B666E;
  font-size: 18px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .destinationName .viaDestinations {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .destinationName .viaDestinations {
    font-size: 14px;
  }
}
.flightsBoardBlockV2 .FlightDataRow .FlightData .rightarrowIcon {
  font-size: 20px;
  color: #0F1A41;
  float: right;
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .FlightData .rightarrowIcon {
    padding-top: 0px;
    float: left;
    left: 15px;
  }
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon {
  z-index: 5001;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .chatIcon {
    top: 50%;
    margin-top: -15px;
  }
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:first-child {
  padding-right: 40px;
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:first-child:hover, .flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:first-child:focus {
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:first-child {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:first-child {
    padding-right: 15px;
  }
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:last-child {
  padding-right: 10px;
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:last-child:hover, .flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:last-child:focus {
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  .flightsBoardBlockV2 .FlightDataRow .chatIcon .FlightDataCell:last-child {
    padding-right: 10px;
  }
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon a:hover, .flightsBoardBlockV2 .FlightDataRow .chatIcon a:focus {
  text-decoration: none;
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon .fbContainer .chatimg {
  height: 26.23px;
  width: 25.97px;
  display: block;
}
.flightsBoardBlockV2 .FlightDataRow .chatIcon .fbContainer .chatimg:hover {
  cursor: pointer;
}
.flightsBoardBlockV2 .alertContainer {
  color: red;
  font-style: italic;
  position: relative;
  padding: 15px 15px 0px 15px;
  /*.oldDataAlert {
  }*/
}
.flightsBoardBlockV2 .noFlightFoundDataAlert {
  padding-top: 20px;
  font-size: 20px;
  color: #0F1A41;
  font-style: italic;
}

.remark-status-negative {
  color: #d0011b;
}

.remark-status-positive {
  color: #7AB800;
}

.remark-status-neutral {
  color: #0F1A41;
}

.details-code-shares {
  width: 100%;
  height: 30px;
  display: inline-block;
}
.details-code-shares span {
  line-height: 31px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .details-code-shares .status {
    display: block;
    min-width: 160px;
  }
}

.remark-status-viewport {
  height: 30px;
  overflow: hidden;
}

.remark-status-viewport-item {
  height: 100%;
  position: relative;
  white-space: nowrap;
  -webkit-animation: roller 8s linear infinite;
  -moz-animation: roller 8s linear infinite;
  -ms-animation: roller 8s linear infinite;
  animation: roller 8s linear infinite;
}

.codeShares2 .remark-status-viewport-item {
  -webkit-animation: roller2 8s linear infinite;
  -moz-animation: roller2 8s linear infinite;
  -ms-animation: roller2 8s linear infinite;
  animation: roller2 8s linear infinite;
}

.codeShares4 .remark-status-viewport-item {
  -webkit-animation: roller4 8s linear infinite;
  -moz-animation: roller4 8s linear infinite;
  -ms-animation: roller4 8s linear infinite;
  animation: roller4 8s linear infinite;
}

.codeShares5 .remark-status-viewport-item {
  -webkit-animation: roller5 10s linear infinite;
  -moz-animation: roller5 10s linear infinite;
  -ms-animation: roller5 10s linear infinite;
  animation: roller5 10s linear infinite;
}

.codeShares6 .remark-status-viewport-item {
  -webkit-animation: roller6 15s linear infinite;
  -moz-animation: roller6 15s linear infinite;
  -ms-animation: roller6 15s linear infinite;
  animation: roller6 15s linear infinite;
}

.codeShares7 .remark-status-viewport-item {
  -webkit-animation: roller7 15s linear infinite;
  -moz-animation: roller7 15s linear infinite;
  -ms-animation: roller7 15s linear infinite;
  animation: roller7 15s linear infinite;
}

@keyframes roller {
  0%, 20% {
    top: 0;
  }
  30%, 70% {
    top: -100%;
  }
  80%, 100% {
    top: -200%;
  }
}
@keyframes roller2 {
  0%, 40% {
    top: 0;
  }
  50%, 100% {
    top: -100%;
  }
}
@keyframes roller4 {
  0%, 20% {
    top: 0;
  }
  30%, 50% {
    top: -100%;
  }
  60%, 80% {
    top: -200%;
  }
  90%, 100% {
    top: -300%;
  }
}
@keyframes roller5 {
  0%, 20% {
    top: 0;
  }
  25%, 45% {
    top: -100%;
  }
  50%, 65% {
    top: -200%;
  }
  70%, 85% {
    top: -300%;
  }
  90%, 100% {
    top: -400%;
  }
}
@keyframes roller6 {
  0%, 14% {
    top: 0;
  }
  15%, 29% {
    top: -100%;
  }
  30%, 44% {
    top: -200%;
  }
  45%, 59% {
    top: -300%;
  }
  60%, 74% {
    top: -400%;
  }
  75%, 100% {
    top: -500%;
  }
}
@keyframes roller7 {
  0%, 10% {
    top: 0;
  }
  15%, 25% {
    top: -100%;
  }
  30%, 40% {
    top: -200%;
  }
  45%, 55% {
    top: -300%;
  }
  60%, 70% {
    top: -400%;
  }
  75%, 80% {
    top: -500%;
  }
  85%, 100% {
    top: -600%;
  }
}
.subscribe-overlay {
  z-index: 8000;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.subscribe-overlay .subscribe-container {
  position: fixed;
  position: sticky;
  position: -webkit-sticky;
  width: 320px;
  margin: auto;
  top: 25%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .subscribe-overlay .subscribe-container {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}
.subscribe-overlay .subscribe-container .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}
.subscribe-overlay .subscribe-container .close-btn:hover {
  cursor: pointer;
}
.subscribe-overlay .subscribe-container .subscribe-text-container {
  position: relative;
  background-color: #DDE9F6;
  padding: 25px;
}
.subscribe-overlay .subscribe-container .subscribe-modal-container {
  background-color: #FFFFFF;
  padding: 25px;
}
.subscribe-overlay .subscribe-container .subscribe-modal-container .subscribe-modal {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 5px 8px 0px 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #A5C9FF;
}
.subscribe-overlay .subscribe-container .subscribe-modal-container .subscribe-modal:hover {
  color: #1877f2;
}
.subscribe-overlay .subscribe-container .subscribe-modal-container .subscribe-modal > .fb-send-to-messenger {
  float: left;
  margin-right: 1ex;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.airporttrafficfeesblock {
  width: 100%;
  display: inline-block;
  background-color: #DDE9F6;
}
.airporttrafficfeesblock .break-word {
  word-break: break-word;
  overflow: hidden;
}
.airporttrafficfeesblock input.ng-invalid.ng-touched, .airporttrafficfeesblock select.ng-invalid.ng-touched {
  background-color: #F5E1E2 !important;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.airporttrafficfeesblock section {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.airporttrafficfeesblock section .airportTrafficFeesBlock-row {
  padding-bottom: 10px;
}
.airporttrafficfeesblock section .airportTrafficFeesBlock-row label {
  width: 100%;
  text-align: center;
}
.airporttrafficfeesblock section .airportTrafficFeesBlock-row .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.airporttrafficfeesblock section .airportTrafficFeesBlock-row .tit-div {
  min-height: 43px;
  padding-top: 18px;
}
.airporttrafficfeesblock section .airportTrafficFeesBlock-row .ny-btn {
  padding-left: 0px;
  padding-right: 0px;
}
.airporttrafficfeesblock section:first-child {
  padding-top: 24px;
}

.airportTrafficFeesBlock-results-otherResults {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
}

.airportTrafficFeesBlock-loadingIconContainer {
  font-size: 100px;
  text-align: center;
}
.airportTrafficFeesBlock-loadingIconContainer .spinner {
  -webkit-animation: spinicon 1s infinite steps(8);
  animation: spinicon 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes spinicon {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinicon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.airportTrafficFeesBlock-results {
  background-color: #FFFFFF;
  display: block;
  padding: 10px;
}
.airportTrafficFeesBlock-results .airportTrafficFeesBlock-result-header, .airportTrafficFeesBlock-results .airportTrafficFeesBlock-result-total {
  padding: 8px;
  background-color: #EBEBEB;
}
.airportTrafficFeesBlock-results .airportTrafficFeesBlock-result {
  padding: 8px;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  display: inline-block;
}
.airportTrafficFeesBlock-results .airportTrafficFeesBlock-result:last-child {
  border-bottom: none;
}
.airportTrafficFeesBlock-results .airportTrafficFeesBlock-result__fee {
  text-align: right;
  width: 100%;
  display: block;
}

body.appcontext #MainContent .block.mapsindooroldblock {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parkingNewBlock.parkingNewBlock--noBooking {
  min-height: 255px;
  margin: 69px 0 0;
  padding: 27px 20px 0 15px;
  background-image: url(/Static/img/parking/heroimages/nobookinghero.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
  background-size: 491px 228px;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock.parkingNewBlock--noBooking {
    background-position: calc(100% + 240px) bottom;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock.parkingNewBlock--noBooking {
    background-position: calc(100% + 180px) bottom;
    min-height: 175px;
    background-size: 349px 154px;
  }
}
.parkingNewBlock.parkingNewBlock--noBooking .heading {
  margin-bottom: 0;
}
.parkingNewBlock.parkingNewBlock--noBooking .heading strong { /* the sub heading*/
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.78;
}

.parkingNewBlock.is-in-app-context {
  padding-bottom: 125px;
}
@media (min-width: 992px) {
  .parkingNewBlock.is-in-app-context {
    padding-bottom: 240px;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock.is-in-app-context {
    padding-bottom: 150px;
    padding-top: 0;
  }
}
.parkingNewBlock.is-in-app-context .bookParking-spinner {
  top: 0px;
}

.is-in-app-context-extra-space {
  padding-bottom: 100%;
}

.parkingNewBlock {
  background: #DDE9F6;
  padding: 71px 0 0px;
  position: relative;
}
.parkingNewBlock label {
  font-weight: normal;
}
.parkingNewBlock h1 p {
  margin-bottom: 0px;
}
.parkingNewBlock .text-above-show-all-button {
  margin: 15px auto;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  text-align: center;
  font-size: 18px;
}
.parkingNewBlock .left-align-forms .header {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .parkingNewBlock .left-align-forms .header h1 p {
    font-size: 26px;
  }
}
.parkingNewBlock .bookParking-bestChoiceForYou-container {
  background-color: #DDE9F6;
  padding-top: 20px;
}
.parkingNewBlock .bookParking-bestChoiceForYou-container .bookParking-bestChoiceForYou {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  border-color: #979797;
  margin-bottom: 30px;
}
.parkingNewBlock .dateSearchField {
  background-color: #bed3e9;
}
@media (max-width: 991px) {
  .parkingNewBlock .dateSearchField {
    padding-top: 15px;
  }
}
.parkingNewBlock .bookParking-noResultsFound {
  padding-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .parkingNewBlock .bookParking-noResultsFound {
    margin-bottom: 0px;
    padding-bottom: 65px;
  }
}
.parkingNewBlock .bookParking-spinner {
  position: absolute;
  top: 71px; /* should correspond to the height of the header */
  bottom: 0;
  width: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  display: flex; /* flex-magic */
  clip: rect(0, auto, auto, 0);
}
@media (max-width: 767px) {
  .parkingNewBlock .bookParking-spinner {
    top: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .bookParking-spinner {
    top: 71px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingNewBlock .bookParking-spinner {
    top: 71px;
  }
}
.parkingNewBlock .bookParking-spinner .parking-spinner {
  /* margin: auto; flex-magic */
  /*color: $traficalblue;*/
  width: 100% !important;
  position: sticky;
  position: -webkit-sticky;
  padding-top: 0px !important;
  top: 40%;
}
.parkingNewBlock .container {
  position: relative;
}
.parkingNewBlock .heading {
  margin-bottom: 45px;
}
.parkingNewBlock .description {
  font-size: 14px;
  margin-bottom: 20px;
}
.parkingNewBlock .form-control[disabled] {
  opacity: 0.5;
  /*Skulle helst undvika !important, men behöver overrida en input:disabled-regel i core.scss med !important*/
  color: #000 !important; /* core.scss override */
  background-color: #fff !important; /* core.scss override */
}
.parkingNewBlock .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #659800; /* core.scss override */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingNewBlock .BookParkingBookWithDatesForm .btn-container {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .BookParkingBookWithDatesForm .btn-container {
    float: left;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock .BookParkingBookWithDatesForm .input-container {
    margin-bottom: 15px;
  }
}
.parkingNewBlock .BookParkingBookWithDatesForm .error {
  display: block;
}
.parkingNewBlock .goBookByFlight, .parkingNewBlock .goClassic {
  padding-top: 15px;
  display: inline-block;
}
.parkingNewBlock input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #659800; /* core.scss override */
}
.parkingNewBlock .usps {
  padding: 14px 0;
}
.parkingNewBlock .usps .usp {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 25px;
  color: #545454;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.parkingNewBlock .usps .usp:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .parkingNewBlock .usps .usp {
    display: block;
    margin-left: 0;
  }
}
.parkingNewBlock .usps .usp .glyphicon {
  padding-right: 15px;
  color: #7AB800;
}
.parkingNewBlock .bookWithFlightNumber {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .parkingNewBlock .bookWithFlightNumber {
    padding-top: 10px;
  }
}
.parkingNewBlock .bookWithDates {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .bookWithDates {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock .bookWithDates {
    padding-top: 10px;
  }
}
.parkingNewBlock .bookWithDates .header p {
  line-height: 37px;
}
@media (min-width: 1200px) {
  .parkingNewBlock .bookWithDates .header p {
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock .bookWithDates .header p {
    line-height: 27px;
  }
}
.parkingNewBlock a.link {
  font-size: 14px;
  color: #0F1A41;
  text-decoration: underline;
}
.parkingNewBlock a.link:hover {
  text-decoration: none;
}
.parkingNewBlock .sa-button {
  width: 100%;
}
.parkingNewBlock .labelReplacementPadding {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .parkingNewBlock .labelReplacementPadding {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .parkingNewBlock .handlePreviousBooking {
    position: absolute;
    top: 30px;
    right: 15px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock .handlePreviousBooking {
    position: relative;
    right: auto;
    top: auto;
    padding-top: 10px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .handlePreviousBooking {
    top: 15px;
  }
}
.parkingNewBlock .bookParkingByFlight-spinner-icon {
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingNewBlock .bookParkingByFlight-spinner-icon {
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .bookParkingByFlight-spinner-icon {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock .bookParkingByFlight-spinner-icon {
    top: 11px;
  }
}
.parkingNewBlock .bookParkingByFlight-spinner-icon .spinner {
  -webkit-animation: spinicon 1s infinite steps(8);
  animation: spinicon 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes spinicon {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinicon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.parkingNewBlock .graphics {
  /* these are added as background images to prevent downloading when not visible */
  /* Here are all graphics for LandingPage-mode */
}
@media (max-width: 767px) {
  .parkingNewBlock .graphics {
    display: none;
  }
}
.parkingNewBlock .graphics .bgCar {
  background: url("/Static/img/parking/car.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 241px;
  width: 369px;
}
.parkingNewBlock .graphics .bgSun {
  background: url("/Static/img/parking/sun.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  position: absolute;
  bottom: 227px;
  right: 74px;
  height: 193px;
  width: 193px;
}
.parkingNewBlock .graphics .bgFlight {
  background: url("/Static/img/parking/flight.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  position: absolute;
  bottom: 298px;
  right: 96px;
  height: 113px;
  width: 415px;
}
.parkingNewBlock .graphics .bgFlight .engine {
  position: absolute;
  bottom: 8px;
  top: 81px;
  left: 261px;
  right: 104px;
  z-index: 1;
}
.parkingNewBlock .graphics .bgLady {
  background: url("/Static/img/parking/baglady.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  position: absolute;
  bottom: 0;
  right: 0;
  height: 354px;
  width: 263px;
}
.parkingNewBlock .graphics .graphicsContentContainer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.parkingNewBlock .graphics .graphicsContentContainer .usp-container {
  position: absolute;
}
.parkingNewBlock .graphics .graphicsContentContainer .glyphicon {
  color: #ED7530;
}
.parkingNewBlock .graphics .graphicsContentContainer .usp {
  color: #FFFFFF;
}
.parkingNewBlock .graphics .graphicsContentContainer .container {
  height: 70px;
}
.parkingNewBlock .graphics .bgMinToTerminalNumber {
  position: absolute;
  right: 111px;
  bottom: 21px;
  font-size: 500px;
  line-height: 370px;
  color: #ED7530;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .graphics .bgMinToTerminalNumber {
    right: 95px;
    font-size: 309px;
    bottom: -10px;
    line-height: 307px;
    color: #ED7530;
  }
}
.parkingNewBlock .graphics .bgFromText {
  position: absolute;
  bottom: -18px;
  margin-bottom: 0;
  line-height: 93px;
  right: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .graphics .bgFromText {
    bottom: 12px;
  }
}
.parkingNewBlock .graphics .bgBottomArea {
  position: absolute;
  bottom: 0px;
  height: 93px;
  background-color: #0F1A41;
  width: 100%;
}
.parkingNewBlock .graphics .bgMinToTerminalText {
  position: absolute;
  right: 15px;
  font-size: 24px;
  line-height: 24px;
  bottom: 25px;
  color: #ED7530;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .graphics .bgMinToTerminalText {
    font-size: 20px;
    line-height: 17px;
    bottom: 32px;
  }
}
.parkingNewBlock .graphics .bgTravelIcon {
  position: absolute;
  bottom: 93px;
  background-color: #DDE9F6;
  right: 30px;
  height: 120px;
}
.parkingNewBlock .graphics .bgTravelIcon.bus {
  right: 21px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .graphics .bgTravelIcon {
    height: 75px;
    right: 41px;
  }
  .parkingNewBlock .graphics .bgTravelIcon.bus {
    right: 36px;
  }
}
.parkingNewBlock .graphics .bgTravelIcon .icon {
  fill: #ED7530;
}
.parkingNewBlock .graphics .bgTravelIcon svg {
  width: 80px;
  height: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .graphics .bgTravelIcon svg {
    width: 50px;
    height: 75px;
  }
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer {
  padding-top: 130px;
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer .container {
  background-color: #0F1A41;
  padding-top: 25px;
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer .container .bgFromText {
  margin-top: 0px;
  display: inline-block;
  position: relative;
  height: 0;
  top: -22px;
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer .container .bgMinToTerminalNumber {
  font-size: 200px;
  display: inline-block;
  line-height: 148px;
  top: -16px;
  margin-top: -125px;
  position: relative;
  height: 0;
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer .container .bgTravelIconAndText {
  display: inline-block;
  position: relative;
  top: -26px;
  margin-top: -60px;
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer .container .bgMinToTerminalText {
  position: relative;
  top: 4px;
}
.parkingNewBlock .mobileGraphics .graphicsContentContainer .container .usp {
  color: #FFFFFF;
}
.parkingNewBlock .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: inherit;
  z-index: 10;
}
.parkingNewBlock .left-align-forms form:not(.parking-paymentView-form) {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .left-align-forms form:not(.parking-paymentView-form) {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .parkingNewBlock .left-align-forms form:not(.parking-paymentView-form) {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .terminal {
    clear: left;
  }
}
.parkingNewBlock .clear-left {
  clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingNewBlock .clear-left-md {
    clear: left;
  }
}
.parkingNewBlock .clear-left-lg {
  clear: left;
}

.carousel-inner.bookparkingonheroarea {
  overflow: visible;
}

.heroArea.partner-page-hero .carousel.top .parkingNewBlock.isonheroarea {
  padding-top: 0px;
  min-height: 475px;
}
@media (max-width: 767px) {
  .heroArea.partner-page-hero .carousel.top .parkingNewBlock.isonheroarea {
    padding-top: 20px;
  }
  .heroArea.partner-page-hero .carousel.top .parkingNewBlock.isonheroarea.beyondStepOne {
    padding-top: 0px;
  }
}

.carousel.top .parkingNewBlock.isonheroarea {
  padding-top: 71px;
  min-height: 560px;
}
.carousel.top .parkingNewBlock.isonheroarea .header {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .carousel.top .parkingNewBlock.isonheroarea .header h1, .carousel.top .parkingNewBlock.isonheroarea .header .heading {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .carousel.top .parkingNewBlock.isonheroarea .header {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .carousel.top .parkingNewBlock.isonheroarea {
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .carousel.top .parkingNewBlock.isonheroarea {
    padding-top: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel.top .parkingNewBlock.isonheroarea {
    padding-top: 71px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel.top .parkingNewBlock.isonheroarea {
    padding-top: 71px;
  }
}

.ui-autocomplete.bookParking {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  border: 1px solid #777;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete.bookParking span {
  display: inline-block;
  line-height: 28px;
}
.ui-autocomplete.bookParking .time {
  width: 60px;
  float: left;
}
.ui-autocomplete.bookParking .destination {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.ui-autocomplete.bookParking .iata {
  padding-left: 10px;
  float: right;
}
.ui-autocomplete.bookParking .ui-state-hover {
  background: rgba(221, 233, 246, 0.5) !important;
  border: none;
}
.ui-autocomplete.bookParking .ui-menu-item {
  padding: 10px 12px;
}
.ui-autocomplete.bookParking .ui-menu-item:first-child {
  padding-top: 15px;
}
.ui-autocomplete.bookParking .ui-menu-item:last-child {
  padding-bottom: 15px;
}

.parkingResultContainer.left-align-forms {
  padding-bottom: 93px;
}
@media (max-width: 767px) {
  .parkingResultContainer.left-align-forms {
    padding-bottom: 0px;
  }
}

/* Color theme styling for LandingPage */
.parkingNewBlock.themeBlue .btn-container .sa-button.sa-button-green {
  background-color: #009BDE;
}
.parkingNewBlock.themeBlue .graphicsContentContainer .glyphicon {
  color: #009BDE;
}
.parkingNewBlock.themeBlue .bgMinToTerminalNumber {
  color: #009BDE;
}
.parkingNewBlock.themeBlue .bgMinToTerminalText {
  color: #009BDE;
}
.parkingNewBlock.themeBlue .bgFromText {
  color: #009BDE;
}
.parkingNewBlock.themeBlue .bgTravelIcon .icon {
  fill: #009BDE;
}
.parkingNewBlock.themeBlue .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #009BDE; /* core.scss override */
}
.parkingNewBlock.themeBlue .currentcolortheme {
  color: #009BDE;
}
.parkingNewBlock.themeBlue input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #009BDE; /* core.scss override */
}

.parkingNewBlock.themeBlack .btn-container .sa-button.sa-button-green {
  background-color: #000000;
}
.parkingNewBlock.themeBlack .graphicsContentContainer .glyphicon {
  color: #000000;
}
.parkingNewBlock.themeBlack .bgMinToTerminalNumber {
  color: #000000;
}
.parkingNewBlock.themeBlack .bgMinToTerminalText {
  color: #000000;
}
.parkingNewBlock.themeBlack .bgFromText {
  color: #000000;
}
.parkingNewBlock.themeBlack .bgTravelIcon .icon {
  fill: #000000;
}
.parkingNewBlock.themeBlack .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #000000; /* core.scss override */
}
.parkingNewBlock.themeBlack .currentcolortheme {
  color: #000000;
}
.parkingNewBlock.themeBlack input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #000000; /* core.scss override */
}

.parkingNewBlock.themeOrange .btn-container .sa-button.sa-button-green {
  background-color: #ED7530;
}
.parkingNewBlock.themeOrange .graphicsContentContainer .glyphicon {
  color: #ED7530;
}
.parkingNewBlock.themeOrange .bgMinToTerminalNumber {
  color: #ED7530;
}
.parkingNewBlock.themeOrange .bgMinToTerminalText {
  color: #ED7530;
}
.parkingNewBlock.themeOrange .bgFromText {
  color: #ED7530;
}
.parkingNewBlock.themeOrange .bgTravelIcon .icon {
  fill: #ED7530;
}
.parkingNewBlock.themeOrange .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #ED7530; /* core.scss override */
}
.parkingNewBlock.themeOrange .currentcolortheme {
  color: #ED7530;
}
.parkingNewBlock.themeOrange input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #ED7530; /* core.scss override */
}

.parkingNewBlock.themeGreen .btn-container .sa-button.sa-button-green {
  background-color: #659800;
}
.parkingNewBlock.themeGreen .graphicsContentContainer .glyphicon {
  color: #659800;
}
.parkingNewBlock.themeGreen .bgMinToTerminalNumber {
  color: #659800;
}
.parkingNewBlock.themeGreen .bgMinToTerminalText {
  color: #659800;
}
.parkingNewBlock.themeGreen .bgFromText {
  color: #659800;
}
.parkingNewBlock.themeGreen .bgTravelIcon .icon {
  fill: #659800;
}
.parkingNewBlock.themeGreen .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #659800; /* core.scss override */
}
.parkingNewBlock.themeGreen .currentcolortheme {
  color: #659800;
}
.parkingNewBlock.themeGreen input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #659800; /* core.scss override */
}

/*-------------------------------------------*/
.parkingNewBlock.themeRed .btn-container .sa-button.sa-button-green {
  background-color: #d0011b;
}
.parkingNewBlock.themeRed .graphicsContentContainer .glyphicon {
  color: #d0011b;
}
.parkingNewBlock.themeRed .bgMinToTerminalNumber {
  color: #d0011b;
}
.parkingNewBlock.themeRed .bgMinToTerminalText {
  color: #d0011b;
}
.parkingNewBlock.themeRed .bgFromText {
  color: #d0011b;
}
.parkingNewBlock.themeRed .bgTravelIcon .icon {
  fill: #d0011b;
}
.parkingNewBlock.themeRed .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #d0011b; /* core.scss override */
}
.parkingNewBlock.themeRed .currentcolortheme {
  color: #d0011b;
}
.parkingNewBlock.themeRed input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #d0011b; /* core.scss override */
}

/* Custom css for PartnerPage */
.partner-page-hero .parkingNewBlock .bookParking-spinner {
  top: 0px;
}

.parkingNewBlock .graphics.mobile-graphics {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.parkingNewBlock .graphics.mobile-graphics .bgLady {
  position: relative;
  bottom: 0px;
  float: right;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 191px;
  width: 160px;
}
.parkingNewBlock .graphics .bgLady.partnerPage {
  bottom: 93px;
}
@media (max-width: 767px) {
  .parkingNewBlock .graphics .bgLady.partnerPage {
    bottom: -1px;
  }
}
.parkingNewBlock .mobileGraphics.partner-page .graphicsContentContainer {
  padding-top: 0px;
}
.parkingNewBlock .mobileGraphics.partner-page .graphicsContentContainer .container {
  padding-top: 5px;
  min-height: 64px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.offerBlockNoImage.item {
  display: table-cell;
}
.offerBlockNoImage.item .textArea h1 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offerBlockNoImage.item .textArea h1 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offerBlockNoImage.item .textArea h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .offerBlockNoImage.item .textArea h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .offerBlockNoImage.item .textArea {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tabBlockContainerBlock .anchorLinksContainer {
  padding-top: 0;
}
.tabBlockContainerBlock .parkingMapContainer {
  overflow: hidden;
  position: relative;
  height: 0;
  top: -44px;
}
.tabBlockContainerBlock .parkingMapContainer .parkingMap {
  height: 100vh;
  min-height: 691px;
  padding-top: 75px;
  margin-top: -75px;
}
.tabBlockContainerBlock .parkingMapContainer .parkingMap .gm-style {
  font-size: 16px;
}
.tabBlockContainerBlock .parkingMapContainer .parkingMap .parkingCardGoogleMapsWindow {
  min-height: calc(100vh - 115px);
}
.tabBlockContainerBlock .parkingMapContainer .parkingMap .angular-google-map {
  height: 100%;
}
.tabBlockContainerBlock .parkingMapContainer .parkingMap .angular-google-map .angular-google-map-container {
  height: 100%;
}
.tabBlockContainerBlock .parkingMapContainer .parkingMap .angular-google-map .angular-google-map-container .parkingCard {
  width: 265px;
}
.tabBlockContainerBlock .parkingMapContainer .hideMap {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 46px;
  background: #000;
  color: #fff;
  line-height: 44px;
  box-shadow: 0 0 6px 1px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}
.tabBlockContainerBlock .parkingMapContainer .hideMap .text {
  padding-left: 18px;
  font-size: 14px;
}
.tabBlockContainerBlock .parkingMapContainer .hideMap .glyphicon {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 20px;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container {
  top: 46px;
  right: 0px;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  width: 160px;
  font-family: "Helvetica Neue Medium";
  min-height: 25px;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter.indoorpremium {
  border-left: 5px solid #ED7530;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter.outdoor {
  border-left: 5px solid #009BDE;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter.longterm {
  border-left: 5px solid #7AB800;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter.red {
  border-left: 5px solid #860022;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter:not(:last-child) {
  border-bottom: 1px solid #979797;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter .checkbox {
  margin: 5px 0px;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter .checkbox .check-container {
  font-size: 14px;
  line-height: 14px;
  padding-left: 0px;
  padding-right: 35px;
  padding-left: 16px;
  padding-right: 42px;
  margin: 0px;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter input {
  width: 100%;
  height: 100%;
  margin: 0px;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.tabBlockContainerBlock .parkingMapContainer .filter-container .filter .checkmark {
  left: auto;
  right: 16px;
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.halloffameblock.block {
  display: inline-block;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.HallOfFameContainerBlock {
  padding-top: 30px;
}
.HallOfFameContainerBlock .hallOfFameTitle {
  padding-bottom: 15px;
  display: inline-block;
}

/* Allmänt för hall of fame */
.hallOfFameBlock {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 767px) {
  .hallOfFameBlock {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.hallOfFameBlock .imageAndTitleContainer {
  display: inline-block;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .hallOfFameBlock .imageAndTitleContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hallOfFameBlock .imageAndTitleContainer .name {
  padding-bottom: 11px;
}
.hallOfFameBlock .imageAndTitleContainer .name h2 {
  color: #000000;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 30px;
}
.hallOfFameBlock .imageAndTitleContainer .title p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hallOfFameBlock .imageAndTitleContainer .photo p {
  margin-bottom: 0px;
}
.hallOfFameBlock .imageAndTitleContainer img {
  width: 100%;
}
.hallOfFameBlock .preambleHalf {
  display: inline-block;
  padding-top: 5px;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .hallOfFameBlock .preambleHalf {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Hal of fame i halvläge */
.halloffameblock.block.half {
  font-size: 16px;
  line-height: 21px;
}
.halloffameblock.block.half .preambleFull {
  display: none;
}
@media (max-width: 767px) {
  .halloffameblock.block.half {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.half {
    width: 100%;
  }
}
.halloffameblock.block.half .hallOfFameBlock .imageAndTitleContainer {
  padding-bottom: 5px;
}
.halloffameblock.block.half .hallOfFameBlock .titleContainer {
  padding-right: 22px;
  padding-left: 11px;
  padding-bottom: 30px;
  bottom: 0px;
  position: absolute;
  right: 0px;
  float: right;
}
@media (max-width: 767px) {
  .halloffameblock.block.half .hallOfFameBlock .titleContainer {
    position: relative;
    padding: 0px;
  }
}
.halloffameblock.block.half .hallOfFameBlock .imageContainer {
  padding-right: 11px;
}
@media (max-width: 767px) {
  .halloffameblock.block.half .hallOfFameBlock .imageContainer {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
.halloffameblock.block.half .hallOfFameBlock .imageContainer img {
  width: 100%;
}
.halloffameblock.block.half .hallOfFameBlock .name {
  font-size: 28px;
}
.halloffameblock.block.half .hallOfFameBlock .title {
  font-size: 16px;
}
.halloffameblock.block.half .hallOfFameBlock .photo {
  font-size: 12px;
}

.halloffameblock.block.full {
  font-size: 16px;
  line-height: 21px;
}
.halloffameblock.block.full .preambleHalf {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.full .preambleHalf {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .halloffameblock.block.full .preambleHalf {
    display: inline-block;
  }
}
.halloffameblock.block.full .preambleFull {
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.full .preambleFull {
    display: none;
  }
}
@media (max-width: 767px) {
  .halloffameblock.block.full .preambleFull {
    display: none;
  }
}
.halloffameblock.block.full .imageAndTitleContainer {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.full .imageAndTitleContainer {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .halloffameblock.block.full .imageAndTitleContainer {
    padding-bottom: 5px;
  }
}
.halloffameblock.block.full .imageAndTitleContainer .imageContainer {
  padding-right: 11px;
  width: 41%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.full .imageAndTitleContainer .imageContainer {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .halloffameblock.block.full .imageAndTitleContainer .imageContainer {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .halloffameblock.block.full {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.full {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .halloffameblock.block.full {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .halloffameblock.block.full {
    width: 100% !important;
  }
}
.halloffameblock.block.full .hallOfFameBlock {
  width: 100%;
}
@media (min-width: 1200px) {
  .halloffameblock.block.full .hallOfFameBlock {
    min-height: 693px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .halloffameblock.block.full .hallOfFameBlock {
    min-height: 571px;
  }
}
.halloffameblock.block.full .hallOfFameBlock .titleContainer {
  float: left;
  width: 59%;
  padding-left: 11px;
  bottom: 0px;
  position: absolute;
  right: 0px;
  float: right;
  padding-bottom: 45px;
  padding-right: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .halloffameblock.block.full .hallOfFameBlock .titleContainer {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .halloffameblock.block.full .hallOfFameBlock .titleContainer {
    width: 100%;
    position: relative;
    padding: 0px;
  }
}
.halloffameblock.block.full .hallOfFameBlock .name {
  font-size: 28px;
}
.halloffameblock.block.full .hallOfFameBlock .title {
  font-size: 16px;
}
.halloffameblock.block.full .hallOfFameBlock .photo {
  font-size: 12px;
  font-style: italic;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.image-extended-info-block {
  margin-top: 5px;
  font-size: 14px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.boxedlinkblock {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .boxedlinkblock {
    margin-bottom: 15px;
  }
}
.boxedlinkblock.row__odd {
  height: 370px;
}
.boxedlinkblock.row__even {
  height: 260px;
}
@media (max-width: 767px) {
  .boxedlinkblock {
    position: relative;
  }
  .boxedlinkblock.col-xs-12 {
    position: inherit;
    padding-top: inherit;
    height: 256px !important;
  }
  .boxedlinkblock.col-xs-6 {
    height: 100%;
    padding-right: 7.5px;
  }
  .boxedlinkblock.col-xs-6:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 15px;
  }
  .boxedlinkblock.col-xs-6 > .boxedLinkBlock {
    position: relative;
    padding-bottom: 100%;
  }
  .boxedlinkblock.col-xs-6 > .boxedLinkBlock > a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
  }
}
.boxedlinkblock > .boxedLinkBlock {
  height: 100%;
  width: 100%;
  padding: 0;
  color: #aaa;
  overflow: hidden;
  position: relative;
  /* overwrite the img-responsive class to obtain absolute position in the background */
}
.boxedlinkblock > .boxedLinkBlock > a > .image__background > picture > img.img-responsive {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: inherit;
  z-index: -1;
}
.boxedlinkblock > .boxedLinkBlock > a > .image__icon > picture > img.img-responsive {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.boxedlinkblock > .boxedLinkBlock:hover {
  box-shadow: 0 0 6px;
}
.boxedlinkblock > .boxedLinkBlock > a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 30px;
}
.boxedlinkblock > .boxedLinkBlock > a[href=""], .boxedlinkblock > .boxedLinkBlock > a:not([href]) {
  cursor: default !important;
}
.boxedlinkblock > .boxedLinkBlock .h3 {
  margin: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tabBlockItem .factsBlock .factsBlock-preamble {
  margin-top: 20px;
  margin-bottom: 15px;
}

.factsBlock .factsBlock-heading {
  border-bottom: none;
}

div.PuffBlockContainerBlock .factsBlock > div.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
@media (max-width: 767px) {
  div.PuffBlockContainerBlock .factsBlock > div.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
div.PuffBlockContainerBlock .factsBlock > div.container > .row {
  margin-right: 0px;
  margin-left: 0px;
}

div.PuffBlockContainerBlock .topListBlock {
  height: auto !important;
}

.tabBlockItem .factsBlock {
  padding: 25px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabBlockItem .factsBlock {
    padding: 15px 0px;
  }
}
.tabBlockItem .factsBlock .factsBlock-heading {
  border-bottom: 0px solid;
}

.mobileTab .factsBlock {
  padding: 11px 0px;
}
.mobileTab .factsBlock .factsBlock-heading {
  border-bottom: 0px solid;
}

.factsBlock.block {
  display: inline-block;
  width: 100%;
}

.factsBlock {
  display: inline-block;
  width: 100%;
}
.factsBlock .rightContentArea {
  float: right;
}
.factsBlock .rightContentArea .toplistblock.block {
  padding: 0px;
  font-size: 18px;
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container {
  width: 100%;
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-noImage {
  width: 100%;
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-container:not(.topListBlock-noImage) {
  width: 75%;
}
@media (max-width: 991px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-container:not(.topListBlock-noImage) {
    width: 100%;
  }
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container.columns .topListBlock-container:not(.topListBlock-noImage) {
  width: 100%;
}
@media (max-width: 991px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container.columns .topListBlock-container:not(.topListBlock-noImage) {
    width: 100%;
  }
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container.columns .topListBlock-image {
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container.columns .topListBlock-image {
    width: 30%;
    position: absolute;
    padding-bottom: 0px;
    padding-right: 0px;
    float: right;
  }
}
@media (max-width: 767px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container.columns .topListBlock-image {
    position: relative;
    width: 50%;
    top: 0px;
  }
}
.factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-image {
  width: 27%;
  bottom: 0px;
  right: 0px;
  padding-bottom: 0px;
  padding-right: 15px;
  position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-image {
    width: 27%;
  }
}
@media (max-width: 991px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-image {
    width: 30%;
    position: relative;
    padding-bottom: 0px;
    padding-right: 0px;
    float: right;
  }
}
@media (max-width: 767px) {
  .factsBlock .rightContentArea .toplistblock.block .topListBlock.item .container .topListBlock-image {
    width: 50%;
    top: 0px;
  }
}
.factsBlock .leftContentArea {
  float: left;
}
.factsBlock .factsBlock-heading {
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767px) {
  .factsBlock .factsBlock-heading {
    border-bottom: 0px;
  }
}
.factsBlock .factsBlock-heading.noheading {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .factsBlock .factsBlock-heading .factsBlock-HeadingContainer {
    border-bottom: 1px solid #DDDDDD;
  }
}
.factsBlock .videoBlock-player.videBlock-margin {
  margin-bottom: 15px;
}
.factsBlock .factsBlock-mainContentArea {
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.factsBlock .factsBlock-mainContentArea .topListBlock topListBlock-image {
  right: 0px !important;
}
.factsBlock .factsBlock-preamble h2, .factsBlock .factsBlock-preamble h3, .factsBlock .factsBlock-preamble h4 {
  margin-top: 0px;
}
.factsBlock .factsBlock-preamble {
  margin-top: 15px;
  margin-bottom: 10px;
  float: none;
}
@media (max-width: 767px) {
  .factsBlock .factsBlock-preamble {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.factsBlock .factsBlock-preamble span {
  display: block;
}
.factsBlock .factsBlock-image {
  margin-top: 20px;
  display: inline-block;
}
.factsBlock .factsBlock-mainContent h2, .factsBlock .factsBlock-mainContent h3, .factsBlock .factsBlock-mainContent h4 {
  margin-top: 0px;
}
.factsBlock .factsBlock-mainContent {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .factsBlock.hasBackgroundColor {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .factsBlock.hasBackgroundColor {
    padding: 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .factsBlock.hasBackgroundColor {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .factsBlock.hasBackgroundColor {
    padding: 20px 0px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.bookHotelBlock .bookHotel-inputitem {
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bookHotelBlock .bookHotel-inputitem {
    height: 100px;
  }
}
.bookHotelBlock .bookHotelBlock-button {
  padding-top: 26px;
}
.bookHotelBlock .bookHotelBlock-button .sa-button {
  width: 100%;
}
.bookHotelBlock .bookHotel-helptext-container {
  padding: 15px 15px 0px 15px;
}
@media (max-width: 767px) {
  .bookHotelBlock .bookHotel-helptext-container {
    padding: 15px 30px 15px 30px;
  }
}
.bookHotelBlock .bookHotelBlock-helptext {
  display: inline-block;
}
.bookHotelBlock .bookHotelBlock-image {
  padding-top: 10px;
  padding-left: 15px;
}
.bookHotelBlock .bookHotelBlock-image img {
  height: 29px;
}
@media (max-width: 767px) {
  .bookHotelBlock .bookHotelBlock-image img {
    height: 25px;
  }
}

@media (max-width: 767px) {
  #StandardPage .bookHotelBlock {
    /*padding-left: 0px;
    padding-right: 0px;*/
  }
}

.tabBlockItems .bookHotelBlock {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabBlockItems .bookHotelBlock {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bookhotelblock .bookHotelBlock .form-control[readonly] {
  background: #EBEBEB;
}
.bookhotelblock .bookHotelBlock .form-control[readonly]:focus {
  background-color: #DDE9F5;
}
.bookhotelblock .bookHotelBlock .form-control[readonly]:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control[readonly]:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control[readonly]:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control[readonly]:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control {
  background-color: #EBEBEB;
}
.bookhotelblock .bookHotelBlock .form-control:focus {
  background-color: #DDE9F5;
}
.bookhotelblock .bookHotelBlock .form-control:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
  -moz-box-shadow: inset 0 -3px 0 0 #000000;
}
.bookhotelblock .bookHotelBlock .form-control:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:not([type=checkbox]):focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:not([type=checkbox]):focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .form-control:not([type=checkbox]):focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.bookhotelblock .bookHotelBlock .radiomark {
  border-color: #D1D4D6 !important;
}
.bookhotelblock .bookHotelBlock .checkmark {
  background-color: #EBEBEB !important;
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.dynamicPuffContainerBlock {
  /* Block i puffcontainern får en custom margin. För att kompensera för
      denna ytterligare margin mellan blockcontainers sätts en motsvarande
      negativ margin på själva blockcontainern.
  */
  margin-top: -60px;
}
.dynamicPuffContainerBlock .margin-block {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .dynamicPuffContainerBlock {
    /* Block i puffcontainern får en custom margin. För att kompensera för
        denna ytterligare margin mellan blockcontainers sätts en motsvarande
        negativ margin på själva blockcontainern.
    */
    margin-top: -45px;
  }
  .dynamicPuffContainerBlock .margin-block {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .dynamicPuffContainerBlock {
    /* Block i puffcontainern får en custom margin. För att kompensera för
        denna ytterligare margin mellan blockcontainers sätts en motsvarande
        negativ margin på själva blockcontainern.
    */
    margin-top: -30px;
  }
  .dynamicPuffContainerBlock .margin-block {
    margin-top: 30px;
  }
}
.dynamicPuffContainerBlock .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.dynamicPuffContainerBlock .flex-wrapper.justify-end {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .dynamicPuffContainerBlock .flex-wrapper {
    /* Specialare: Man vill ha 15px mellan puffar i mobilläge, därför sätts padding på alla col-klasser till 7.5px.
        För att behålla totalt 15px sidomargin läggs extra padding på col-wrappern
    */
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .dynamicPuffContainerBlock .flex-wrapper [class*=" col"], .dynamicPuffContainerBlock .flex-wrapper [class^=col] { /* https://stackoverflow.com/a/13352103 */
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.dynamicPuffContainerBlock .flex-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Bredd sätts till 200% för att i kolumnerna kunna använda normala "CustomDisplayOptions" */
  width: 200%;
  margin-left: -50%;
}
.dynamicPuffContainerBlock .flex-column-wrapper .flex-wrapper {
  flex-direction: column;
  width: 50%;
}
.dynamicPuffContainerBlock .flex-column-wrapper .flex-wrapper:first-child {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .dynamicPuffContainerBlock .flex-column-wrapper .flex-wrapper:first-child {
    /* För att få totalt 15px mellan kolumnerna och 15px i sidan behöver padding här sättas på enbart ena sidan.*/
    padding-right: 0;
    padding-left: 15px;
  }
  .dynamicPuffContainerBlock .flex-column-wrapper .flex-wrapper:last-child {
    /* För att få totalt 15px mellan kolumnerna och 15px i sidan behöver padding här sättas på enbart ena sidan.*/
    padding-right: 15px;
    padding-left: 0;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pointOfInterestHighlightBlock.leftAlignedImage .headerContainer {
  float: right;
}
.pointOfInterestHighlightBlock.leftAlignedImage .mainImageContainer {
  float: left;
}
.pointOfInterestHighlightBlock .logo {
  float: right;
  width: 120px;
}
.pointOfInterestHighlightBlock .terminalText {
  color: #878F94;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.pointOfInterestHighlightBlock .mainImageContainer {
  float: right;
}
.pointOfInterestHighlightBlock .mainImageContainer .mainImage {
  padding-bottom: 81.7%;
  margin-bottom: 15px;
  background: center no-repeat;
  background-size: cover;
}
.pointOfInterestHighlightBlock .offersContainer {
  overflow: hidden;
}
.pointOfInterestHighlightBlock .offersContainer .offersNowText {
  color: #878F94;
  font-size: 14px;
  margin: 5px 0;
  display: block;
}
@media (min-width: 1200px) {
  .pointOfInterestHighlightBlock .offersContainer .offersWrapper {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pointOfInterestHighlightBlock .offersContainer .offersWrapper {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestHighlightBlock .offersContainer .offersWrapper {
    width: 750px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.twoColumnListBlock .towColumnListBlock-preamble {
  padding-bottom: 25px;
  color: #545454;
  font-size: 16px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .twoColumnListBlock .towColumnListBlock-preamble {
    padding-bottom: 15px;
  }
}
.twoColumnListBlock .twoColumnListItem {
  width: 100%;
  display: inline-block;
}
.twoColumnListBlock .twoColumnListItem {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
.twoColumnListBlock .twoColumnListItem:last-child {
  padding-bottom: 0 !important;
}
.twoColumnListBlock .twoColumnListItem-textBox {
  position: relative;
}
.twoColumnListBlock .twoColumnListItem-heading {
  border-top: 1px solid #DDDDDD;
}
.twoColumnListBlock .twoColumnListItem-heading .twoColumnListItem-title h3 {
  line-height: 30px;
}
.twoColumnListBlock .twoColumnListItem-sharLinks {
  position: absolute;
  right: 0;
  top: 19px;
}
@media (max-width: 767px) {
  .twoColumnListBlock .twoColumnListItem-sharLinks {
    top: 17px;
  }
}
.twoColumnListBlock .twoColumnListItem-preamble {
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .twoColumnListBlock .twoColumnListItem-preamble {
    height: 171px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .twoColumnListBlock .twoColumnListItem-preamble {
    height: 129px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .twoColumnListBlock .twoColumnListItem-preamble {
    height: 68px;
  }
}
@media (max-width: 767px) {
  .twoColumnListBlock .twoColumnListItem-preamble {
    padding-top: 0px;
  }
}
.twoColumnListBlock .twoColumnListItem-button {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .twoColumnListBlock .twoColumnListItem-button a {
    width: 100%;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.contentareablock .container {
  padding-left: 0px;
  padding-right: 0px;
}

.contentAreaBlockSlider .contentAreaBlock-button {
  width: 100%;
}
@media (max-width: 767px) {
  .contentAreaBlockSlider .contentAreaBlock-item {
    display: inline-block;
    width: 100%;
  }
  .contentAreaBlockSlider .contentAreaBlock-buttonContainer {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Special attributes for full block */
.offerblock.full .offerBlock .offerBlock-innerItem .offerBlock-infobox a.offerBlock-ProductName, .offerblock.full .offerBlock .offerBlock-innerItem .offerBlock-infobox p.offerBlock-ProductName, .offerblock.full .offerBlock .offerBlock-innerItem p.offerBlock-SalePrice {
  padding-right: 5px;
  display: inline-block;
  line-height: 4rem;
}
@media (min-width: 1200px) {
  .offerblock.full .offerBlock .offerBlock-innerItem .offerBlock-infobox a.offerBlock-ProductName, .offerblock.full .offerBlock .offerBlock-innerItem .offerBlock-infobox p.offerBlock-ProductName, .offerblock.full .offerBlock .offerBlock-innerItem p.offerBlock-SalePrice {
    font-size: 3.6rem;
  }
}
.offerblock.full .offerBlock .offerBlock-innerItem .offerBlock-infobox {
  height: auto;
}

.offerBlock .offerLink .offerBlock-innerItem .offerBlock-Image-Container {
  min-height: 100px;
  position: relative;
}
.offerBlock .offerLink .offerBlock-innerItem .offerBlock-Image-Container:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.offerBlock .offerLink:hover .offerBlock-innerItem .offerBlock-Image-Container:after {
  opacity: 1;
}

.offerBlock .offerBlock-innerItem {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.offerBlock .offerBlock-innerItem img {
  /* padding: 0px 15px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.offerBlock .offerBlock-innerItem .offerBlock-Seal-Container {
  position: absolute;
  z-index: 1;
}
@media (min-width: 1200px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Seal-Container {
    left: 10px;
    top: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Seal-Container {
    left: 10px;
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Seal-Container {
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Seal-Container {
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 480px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Seal-Container {
    left: 8px;
    top: 8px;
  }
}
.offerBlock .offerBlock-innerItem .offerBlock-Image-Container {
  position: relative;
}
@media (max-width: 767px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Image-Container {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Image-Container {
    height: 157.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Image-Container {
    height: 212.5px;
  }
}
@media (min-width: 1200px) {
  .offerBlock .offerBlock-innerItem .offerBlock-Image-Container {
    height: 262.5px;
  }
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox {
  padding-top: 10px;
  background-color: transparent;
  z-index: 1;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox p, .offerBlock .offerBlock-innerItem .offerBlock-infobox a {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 2.6rem;
  margin: 0 0 5px;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox a {
  text-decoration: none;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox p.offerBlock-BrandName {
  color: #878F94;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox p.offerBlock-ProductName, .offerBlock .offerBlock-innerItem .offerBlock-infobox a.offerBlock-ProductName {
  color: #0F1A41;
  line-height: 3rem;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox p.offerBlock-DefaultPrice {
  font-size: 1.4rem;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  text-decoration: line-through;
  color: #A3A9AD;
  margin-bottom: 3px;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox p.offerBlock-DefaultPrice-WithoutOverwriting {
  font-size: 1.4rem;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  text-decoration: none;
  color: #A3A9AD;
  margin-bottom: 0px;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox .offerBlock-linklist {
  margin-top: 17px;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox .offerBlock-linklist span {
  display: block;
  border-top: 1px solid #979797;
  padding-bottom: 6px;
  font-size: 1.4rem;
  color: #878F94;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox .offerBlock-linklist a {
  display: block;
  padding: 6px 0 4px;
  border-bottom: 1px solid #A3A9AD;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.offerBlock .offerBlock-innerItem .offerBlock-infobox .offerBlock-linklist a:last-child {
  border-bottom: none;
}
.offerBlock .offerBlock-innerItem .connected-content {
  padding-top: 9px;
  margin-top: 12px;
  border-top: 0.5px solid;
  border-color: #DDDDDD;
  width: 66%;
}
.offerBlock .offerBlock-innerItem .connected-content img {
  height: 28px;
  width: auto;
}
.offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .carousel-inner {
  height: 100%;
}
.offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  left: 0;
}
.offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .active, .offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .next.left, .offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .prev.right {
  top: 0;
}
.offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .next, .offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .active.right {
  top: -100%;
}
.offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .prev, .offerBlock .offerBlock-innerItem .connected-content.carousel.vertical .active.left {
  top: 30px;
  display: initial !important;
}

.offerBlock .offerBlock-SalePrice { /* fallback for theme-color. Needs less specificity than ".colorTheme.standardgreen .theme-text" */
  color: #7AB800;
  line-height: 3rem;
}

.offerBlock .offerLink {
  display: block;
}

.wrapping-div {
  position: relative;
  display: flex;
  flex-direction: column;
}

.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);
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.highlightblock.block {
  padding-bottom: 0 !important;
}

.highLightBlock {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .highLightBlock {
    margin-top: 30px;
  }
}
.highLightBlock h4 {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 80%;
}
@media (max-width: 767px) {
  .highLightBlock h4 {
    max-width: 100%;
  }
}
.highLightBlock .highLightBlock-checkbox.col-sm-1 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .highLightBlock .highLightBlock-checkbox.col-sm-1 {
    width: 8.33333333%;
    float: left;
  }
}
.highLightBlock .highLightBlock-checkbox .checkmark {
  width: 28px;
  height: 28px;
  background-color: #EBEBEB;
}
.highLightBlock .highLightBlock-checkbox.checkbox .check-container .checkmark::after {
  top: 3px;
  left: 10px;
  width: 8px;
  height: 18px;
  border-width: 0 2.5px 2.5px 0;
}
.highLightBlock .highLightBlock-content {
  position: relative;
}
@media (max-width: 767px) {
  .highLightBlock .highLightBlock-content.col-sm-11 {
    width: 91.66666667%;
    float: left;
  }
}
.highLightBlock .highLightBlock-content .highLightBlock-icons {
  position: absolute;
  top: 0;
  right: 5px;
  height: 30px;
}
@media (max-width: 767px) {
  .highLightBlock .highLightBlock-content .highLightBlock-icons {
    position: static;
    margin-bottom: 15px;
  }
}
.highLightBlock .highLightBlock-content .highLightBlock-icons img {
  height: 100%;
}
.highLightBlock .highLightBlock-content .highLightBlock-icons img.img-responsive {
  display: inline;
  margin: 0 5px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.checkbox-wrapper p {
  display: flex;
  margin-bottom: 5px;
}
.checkbox-wrapper span {
  margin: 0.02em 0.4em auto 0;
}
.checkbox-wrapper span svg {
  width: 0.731em;
  height: 0.731em;
}
.checkbox-wrapper span svg .icon-color {
  fill: #545454;
}
.retailPuffBlock .checkbox-wrapper .icon-color {
  fill: #7AB800;
}
.blocksliderblock .checkbox-wrapper .icon-color {
  fill: #FFFFFF;
}
.imageAndTextBlock .checkbox-wrapper, .blocksliderblock .checkbox-wrapper {
  font-size: 4.8rem;
  line-height: 5rem;
  margin: 0.45em 0;
}
.imageAndTextBlock .checkbox-wrapper p, .blocksliderblock .checkbox-wrapper p {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .imageAndTextBlock .checkbox-wrapper, .blocksliderblock .checkbox-wrapper {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
  .imageAndTextBlock .checkbox-wrapper p, .blocksliderblock .checkbox-wrapper p {
    margin-bottom: 5px;
  }
}

.checkbox-related-text {
  padding-left: 1.1em;
  font-size: 4.8rem;
  line-height: 5rem;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .checkbox-related-text {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 1200px) {
  .boxedlinkcontainerblock .row__blockheading {
    padding-bottom: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .boxedlinkcontainerblock .row__blockheading {
    padding-bottom: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxedlinkcontainerblock .row__blockheading {
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .boxedlinkcontainerblock .row__blockheading {
    padding-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .boxedlinkcontainerblock .row__blockheading {
    padding-bottom: 22px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parkingoffersblock {
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingoffersblock {
    margin-top: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingoffersblock {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .parkingoffersblock {
    /* margin-top: 4px; */
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .parkingoffersblock {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.parkingoffersblock .offersWrapper {
  background: #DDE9F6;
  padding: 30px 30px 0;
}
@media (max-width: 767px) {
  .parkingoffersblock .offersWrapper {
    padding: 20px 15px 0;
  }
}
@media (min-width: 992px) {
  .parkingoffersblock .offersWrapper .offerContainer {
    min-height: 240px;
  }
}
.parkingoffersblock .offerBlocksWrapper {
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .parkingoffersblock .offerBlocksWrapper {
    min-height: 146px;
  }
}
@media (max-width: 767px) {
  .parkingoffersblock .offerBlocksWrapper {
    display: block;
    margin-top: 0px;
  }
}
.parkingoffersblock .parkingofferblock {
  margin: 15px 0 20px;
}
.parkingoffersblock .parkingofferblock .offerWrapper {
  background: #fff;
  /*  background: rgba(255,255,255,0.9);*/
  z-index: 1;
  position: relative;
  /* border-top-color is set elsewhere with same/less specificity, so can't use shorthand "border-top". */
  border-top-width: 10px;
  border-top-style: solid;
  padding: 15px 15px;
  line-height: 17px;
  height: 100%;
}
.parkingoffersblock .parkingofferblock span {
  display: block;
  color: #01162e;
}
.parkingoffersblock .parkingofferblock .heading {
  font-size: 18px;
  margin: 0;
  line-height: 17px;
}
.parkingoffersblock .parkingofferblock .subheading {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 13px;
}
.parkingoffersblock .parkingofferblock .price {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 18px;
  padding-top: 4px;
}
.parkingoffersblock .parkingofferblock .regprice {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 13px;
}
.parkingoffersblock .sa-button {
  margin-bottom: 30px;
  width: 100%;
}
.parkingoffersblock .offerFooter {
  background: #0F1A41;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 14px;
  line-height: 1.29;
  color: #ffffff;
  margin: 0 -30px;
  padding: 15px;
  position: relative;
  min-height: 83px;
}
@media (max-width: 767px) {
  .parkingoffersblock .offerFooter {
    margin: 0 -15px;
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter {
    margin-top: 100px;
  }
}
.parkingoffersblock .offerFooter .bgLady {
  background: url("/Static/img/parking/baglady.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-repeat: no-repeat;
  position: absolute;
  background-size: 161px;
  top: -217px;
  right: 137px;
  height: 217px;
  width: 161px;
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .bgLady {
    background-size: 84px;
    top: -113px;
    left: 60px;
    left: 79px;
    height: 117px;
    width: 161px;
  }
}
.parkingoffersblock .offerFooter .transportTime {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime {
    padding: 0 9px;
    margin-top: -65px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .parkingoffersblock .offerFooter .transportTime {
    font-size: 24px;
    line-height: 1;
  }
}
.parkingoffersblock .offerFooter .transportTime .number {
  font-size: 200px;
}
@media (min-width: 992px) {
  .parkingoffersblock .offerFooter .transportTime .number {
    position: absolute;
    font-size: 400px;
  }
}
@media (min-width: 1200px) {
  .parkingoffersblock .offerFooter .transportTime .number {
    right: 145px;
    top: -293px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingoffersblock .offerFooter .transportTime .number {
    position: absolute;
    right: 108px;
    font-size: 400px;
    top: -285px;
  }
}
.parkingoffersblock .offerFooter .transportTime .from {
  position: absolute;
}
@media (min-width: 1200px) {
  .parkingoffersblock .offerFooter .transportTime .from {
    right: 355px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingoffersblock .offerFooter .transportTime .from {
    right: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .from {
    position: relative;
    top: -8px;
    margin-left: 7px;
    width: 34px;
  }
}
@media (max-width: 767px) {
  .parkingoffersblock .offerFooter .transportTime .from {
    position: relative;
    top: -8px;
    margin-left: 7px;
    width: 34px;
  }
}
.parkingoffersblock .offerFooter .transportTime .text {
  position: relative;
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .text {
    top: -8px;
  }
}
@media (min-width: 1200px) {
  .parkingoffersblock .offerFooter .transportTime .text {
    position: absolute;
    right: 30px;
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingoffersblock .offerFooter .transportTime .text {
    position: absolute;
    right: 15px;
    width: 95px;
  }
}
.parkingoffersblock .offerFooter .transportTime .icon {
  display: none;
  position: absolute;
  position: absolute;
}
@media (max-width: 767px) {
  .parkingoffersblock .offerFooter .transportTime .icon {
    left: 131px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .icon {
    left: 146px;
  }
}
@media (min-width: 1200px) {
  .parkingoffersblock .offerFooter .transportTime .icon {
    right: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parkingoffersblock .offerFooter .transportTime .icon {
    right: 65px;
  }
}
@media (max-width: 767px) {
  .parkingoffersblock .offerFooter .transportTime .icon.from-visible {
    left: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .icon.from-visible {
    left: 180px;
  }
}
.parkingoffersblock .offerFooter .transportTime .icon.bus {
  top: -75px;
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .icon.bus {
    top: -40px;
  }
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .icon.bus svg {
    height: 40px;
    width: 27px;
  }
}
.parkingoffersblock .offerFooter .transportTime .icon.walk {
  top: -94px;
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .icon.walk {
    top: -37px;
  }
}
@media (max-width: 991px) {
  .parkingoffersblock .offerFooter .transportTime .icon.walk svg {
    height: 37px;
    width: 24px;
  }
}
.parkingoffersblock .offerFooter .transportTime.bus .icon.bus {
  display: block;
}
.parkingoffersblock .offerFooter .transportTime.walk .icon.walk {
  display: block;
}

.parkingoffersblock:first-child {
  margin-top: 32px;
}

.parkingoffersblock:last-child {
  margin-bottom: 55px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .ParkingOffersContainerBlock .parkingOffersContainer {
    padding-left: 30px;
    padding-right: 30px; } }

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.PuffBlockContainerBlock {
  /*width: 100%;
  display: inline-block;*/
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .container h2:first-of-type {
    padding-left: 0;
  }
}
.PuffBlockContainerBlock .PuffBlock-innerItem a:first-of-type {
  height: 100%;
  width: 100%;
  /* display: block; */
}
.PuffBlockContainerBlock .PuffBlockContainerBlock-buttonContainer {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .PuffBlockContainerBlock-buttonContainer {
    margin-bottom: 22px;
  }
}
.PuffBlockContainerBlock .puffContainer-Title {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.PuffBlockContainerBlock .puffContainer-Content .puffBlock-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content .puffBlock-wrapper {
    display: block;
  }
}
.PuffBlockContainerBlock .puffContainer-Content .automatic {
  clear: both;
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-1 .block:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-2 .block:nth-child(n+3), .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-0 .block:nth-child(n+3), .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow- .block:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-3 .block:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-4 .block:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-5 .block:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-6 .block:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-7 .block:nth-child(n+8) {
    display: none;
  }
}
@media (max-width: 767px) {
  .PuffBlockContainerBlock .puffContainer-Content.numberOfBlocksToShow-8 .block:nth-child(n+9) {
    display: none;
  }
}
.PuffBlockContainerBlock .PuffBlockContainerBlock-button {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-12 .PuffBlockContainerBlock.container {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .col-sm-12 .PuffBlockContainerBlock.container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#MainContent .currentcolortheme, #header .currentcolortheme {
  background-color: transparent;
}

.colorTheme.traficalblue.theme-bg {
  background-color: #0F1A41;
}
.colorTheme.traficalblue.theme-text {
  color: #0F1A41;
}
.colorTheme.traficalblue.currentcolortheme {
  color: #0F1A41;
}
.colorTheme.traficalblue > * > .currentcolortheme {
  color: #0F1A41;
}
.colorTheme.traficalblue > p > * > .currentcolortheme {
  color: #0F1A41;
}
.colorTheme.traficalblue.theme-border {
  border-color: #0F1A41;
}
.colorTheme.traficalblue.theme-fill {
  fill: #0F1A41;
}
.colorTheme.traficalblue.theme-button {
  background-color: #0F1A41;
}
.colorTheme.traficalblue > .USPBlockInner > .theme-text {
  color: #0F1A41;
}
.colorTheme.traficalblue > .checkbox-wrapper {
  color: #0F1A41;
}
.colorTheme.traficalblue.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.traficalblue.theme-button {
  color: #FFFFFF;
}
.colorTheme.traficalblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.traficalblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.traficalblue > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #0F1A41;
}

.colorTheme.serviceblue.theme-bg {
  background-color: #7492B3;
}
.colorTheme.serviceblue.theme-text {
  color: #7492B3;
}
.colorTheme.serviceblue.currentcolortheme {
  color: #7492B3;
}
.colorTheme.serviceblue > * > .currentcolortheme {
  color: #7492B3;
}
.colorTheme.serviceblue > p > * > .currentcolortheme {
  color: #7492B3;
}
.colorTheme.serviceblue.theme-border {
  border-color: #7492B3;
}
.colorTheme.serviceblue.theme-fill {
  fill: #7492B3;
}
.colorTheme.serviceblue.theme-button {
  background-color: #7492B3;
}
.colorTheme.serviceblue > .USPBlockInner > .theme-text {
  color: #7492B3;
}
.colorTheme.serviceblue > .checkbox-wrapper {
  color: #7492B3;
}
.colorTheme.serviceblue.theme-button {
  color: #0F1A41;
}
#header .colorTheme.serviceblue.theme-button {
  color: #0F1A41;
}
.colorTheme.serviceblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.serviceblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.serviceblue > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #7492B3;
}

.colorTheme.lightblue2.theme-bg {
  background-color: #B7CADD;
}
.colorTheme.lightblue2.theme-text {
  color: #B7CADD;
}
.colorTheme.lightblue2.currentcolortheme {
  color: #B7CADD;
}
.colorTheme.lightblue2 > * > .currentcolortheme {
  color: #B7CADD;
}
.colorTheme.lightblue2 > p > * > .currentcolortheme {
  color: #B7CADD;
}
.colorTheme.lightblue2.theme-border {
  border-color: #B7CADD;
}
.colorTheme.lightblue2.theme-fill {
  fill: #B7CADD;
}
.colorTheme.lightblue2.theme-button {
  background-color: #B7CADD;
}
.colorTheme.lightblue2 > .USPBlockInner > .theme-text {
  color: #B7CADD;
}
.colorTheme.lightblue2 > .checkbox-wrapper {
  color: #B7CADD;
}
.colorTheme.lightblue2.theme-button {
  color: #0F1A41;
}
#header .colorTheme.lightblue2.theme-button {
  color: #0F1A41;
}
.colorTheme.lightblue2.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.lightblue2.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.lightblue2 > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #B7CADD;
}

.colorTheme.lightblue3.theme-bg {
  background-color: #DDE9F6;
}
.colorTheme.lightblue3.theme-text {
  color: #DDE9F6;
}
.colorTheme.lightblue3.currentcolortheme {
  color: #DDE9F6;
}
.colorTheme.lightblue3 > * > .currentcolortheme {
  color: #DDE9F6;
}
.colorTheme.lightblue3 > p > * > .currentcolortheme {
  color: #DDE9F6;
}
.colorTheme.lightblue3.theme-border {
  border-color: #DDE9F6;
}
.colorTheme.lightblue3.theme-fill {
  fill: #DDE9F6;
}
.colorTheme.lightblue3.theme-button {
  background-color: #DDE9F6;
}
.colorTheme.lightblue3 > .USPBlockInner > .theme-text {
  color: #DDE9F6;
}
.colorTheme.lightblue3 > .checkbox-wrapper {
  color: #DDE9F6;
}
.colorTheme.lightblue3.theme-button {
  color: #0F1A41;
}
#header .colorTheme.lightblue3.theme-button {
  color: #0F1A41;
}
.colorTheme.lightblue3.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.lightblue3.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.lightblue3 > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #DDE9F6;
}

.colorTheme.darkgrey.theme-bg {
  background-color: #5B666E;
}
.colorTheme.darkgrey.theme-text {
  color: #5B666E;
}
.colorTheme.darkgrey.currentcolortheme {
  color: #5B666E;
}
.colorTheme.darkgrey > * > .currentcolortheme {
  color: #5B666E;
}
.colorTheme.darkgrey > p > * > .currentcolortheme {
  color: #5B666E;
}
.colorTheme.darkgrey.theme-border {
  border-color: #5B666E;
}
.colorTheme.darkgrey.theme-fill {
  fill: #5B666E;
}
.colorTheme.darkgrey.theme-button {
  background-color: #5B666E;
}
.colorTheme.darkgrey > .USPBlockInner > .theme-text {
  color: #5B666E;
}
.colorTheme.darkgrey > .checkbox-wrapper {
  color: #5B666E;
}
.colorTheme.darkgrey.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.darkgrey.theme-button {
  color: #FFFFFF;
}
.colorTheme.darkgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.darkgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.darkgrey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #5B666E;
}

.colorTheme.grey.theme-bg {
  background-color: #878F94;
}
.colorTheme.grey.theme-text {
  color: #878F94;
}
.colorTheme.grey.currentcolortheme {
  color: #878F94;
}
.colorTheme.grey > * > .currentcolortheme {
  color: #878F94;
}
.colorTheme.grey > p > * > .currentcolortheme {
  color: #878F94;
}
.colorTheme.grey.theme-border {
  border-color: #878F94;
}
.colorTheme.grey.theme-fill {
  fill: #878F94;
}
.colorTheme.grey.theme-button {
  background-color: #878F94;
}
.colorTheme.grey > .USPBlockInner > .theme-text {
  color: #878F94;
}
.colorTheme.grey > .checkbox-wrapper {
  color: #878F94;
}
.colorTheme.grey.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.grey.theme-button {
  color: #FFFFFF;
}
.colorTheme.grey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.grey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.grey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #878F94;
}

.colorTheme.middlegrey.theme-bg {
  background-color: #A3A9AD;
}
.colorTheme.middlegrey.theme-text {
  color: #A3A9AD;
}
.colorTheme.middlegrey.currentcolortheme {
  color: #A3A9AD;
}
.colorTheme.middlegrey > * > .currentcolortheme {
  color: #A3A9AD;
}
.colorTheme.middlegrey > p > * > .currentcolortheme {
  color: #A3A9AD;
}
.colorTheme.middlegrey.theme-border {
  border-color: #A3A9AD;
}
.colorTheme.middlegrey.theme-fill {
  fill: #A3A9AD;
}
.colorTheme.middlegrey.theme-button {
  background-color: #A3A9AD;
}
.colorTheme.middlegrey > .USPBlockInner > .theme-text {
  color: #A3A9AD;
}
.colorTheme.middlegrey > .checkbox-wrapper {
  color: #A3A9AD;
}
.colorTheme.middlegrey.theme-button {
  color: #0F1A41;
}
#header .colorTheme.middlegrey.theme-button {
  color: #0F1A41;
}
.colorTheme.middlegrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.middlegrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.middlegrey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #A3A9AD;
}

.colorTheme.lightgrey.theme-bg {
  background-color: #EBEBEB;
}
.colorTheme.lightgrey.theme-text {
  color: #EBEBEB;
}
.colorTheme.lightgrey.currentcolortheme {
  color: #EBEBEB;
}
.colorTheme.lightgrey > * > .currentcolortheme {
  color: #EBEBEB;
}
.colorTheme.lightgrey > p > * > .currentcolortheme {
  color: #EBEBEB;
}
.colorTheme.lightgrey.theme-border {
  border-color: #EBEBEB;
}
.colorTheme.lightgrey.theme-fill {
  fill: #EBEBEB;
}
.colorTheme.lightgrey.theme-button {
  background-color: #EBEBEB;
}
.colorTheme.lightgrey > .USPBlockInner > .theme-text {
  color: #EBEBEB;
}
.colorTheme.lightgrey > .checkbox-wrapper {
  color: #EBEBEB;
}
.colorTheme.lightgrey.theme-button {
  color: #0F1A41;
}
#header .colorTheme.lightgrey.theme-button {
  color: #0F1A41;
}
.colorTheme.lightgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.lightgrey.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.lightgrey > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #EBEBEB;
}

.colorTheme.standardwhite.theme-bg {
  background-color: #FFFFFF;
}
.colorTheme.standardwhite.theme-text {
  color: #FFFFFF;
}
.colorTheme.standardwhite.currentcolortheme {
  color: #FFFFFF;
}
.colorTheme.standardwhite > * > .currentcolortheme {
  color: #FFFFFF;
}
.colorTheme.standardwhite > p > * > .currentcolortheme {
  color: #FFFFFF;
}
.colorTheme.standardwhite.theme-border {
  border-color: #FFFFFF;
}
.colorTheme.standardwhite.theme-fill {
  fill: #FFFFFF;
}
.colorTheme.standardwhite.theme-button {
  background-color: #FFFFFF;
}
.colorTheme.standardwhite > .USPBlockInner > .theme-text {
  color: #FFFFFF;
}
.colorTheme.standardwhite > .checkbox-wrapper {
  color: #FFFFFF;
}
.colorTheme.standardwhite.theme-button {
  color: #0F1A41;
}
#header .colorTheme.standardwhite.theme-button {
  color: #0F1A41;
}
.colorTheme.standardwhite.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.standardwhite.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.standardwhite > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #FFFFFF;
}

.colorTheme.standardblack.theme-bg {
  background-color: #000000;
}
.colorTheme.standardblack.theme-text {
  color: #000000;
}
.colorTheme.standardblack.currentcolortheme {
  color: #000000;
}
.colorTheme.standardblack > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.standardblack > p > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.standardblack.theme-border {
  border-color: #000000;
}
.colorTheme.standardblack.theme-fill {
  fill: #000000;
}
.colorTheme.standardblack.theme-button {
  background-color: #000000;
}
.colorTheme.standardblack > .USPBlockInner > .theme-text {
  color: #000000;
}
.colorTheme.standardblack > .checkbox-wrapper {
  color: #000000;
}
.colorTheme.standardblack.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.standardblack.theme-button {
  color: #FFFFFF;
}
.colorTheme.standardblack.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.standardblack.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.standardblack > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #000000;
}

.colorTheme.clearblue.theme-bg {
  background-color: #009BDE;
}
.colorTheme.clearblue.theme-text {
  color: #009BDE;
}
.colorTheme.clearblue.currentcolortheme {
  color: #009BDE;
}
.colorTheme.clearblue > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.clearblue > p > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.clearblue.theme-border {
  border-color: #009BDE;
}
.colorTheme.clearblue.theme-fill {
  fill: #009BDE;
}
.colorTheme.clearblue.theme-button {
  background-color: #009BDE;
}
.colorTheme.clearblue > .USPBlockInner > .theme-text {
  color: #009BDE;
}
.colorTheme.clearblue > .checkbox-wrapper {
  color: #009BDE;
}
.colorTheme.clearblue.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.clearblue.theme-button {
  color: #FFFFFF;
}
.colorTheme.clearblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.clearblue.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.clearblue > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #009BDE;
}

.colorTheme.standardgreen.theme-bg {
  background-color: #7AB800;
}
.colorTheme.standardgreen.theme-text {
  color: #7AB800;
}
.colorTheme.standardgreen.currentcolortheme {
  color: #7AB800;
}
.colorTheme.standardgreen > * > .currentcolortheme {
  color: #7AB800;
}
.colorTheme.standardgreen > p > * > .currentcolortheme {
  color: #7AB800;
}
.colorTheme.standardgreen.theme-border {
  border-color: #7AB800;
}
.colorTheme.standardgreen.theme-fill {
  fill: #7AB800;
}
.colorTheme.standardgreen.theme-button {
  background-color: #7AB800;
}
.colorTheme.standardgreen > .USPBlockInner > .theme-text {
  color: #7AB800;
}
.colorTheme.standardgreen > .checkbox-wrapper {
  color: #7AB800;
}
.colorTheme.standardgreen.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.standardgreen.theme-button {
  color: #FFFFFF;
}
.colorTheme.standardgreen.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.standardgreen.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.standardgreen > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #7AB800;
}

.colorTheme.green.theme-bg {
  background-color: #659800;
}
.colorTheme.green.theme-text {
  color: #659800;
}
.colorTheme.green.currentcolortheme {
  color: #659800;
}
.colorTheme.green > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.green > p > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.green.theme-border {
  border-color: #659800;
}
.colorTheme.green.theme-fill {
  fill: #659800;
}
.colorTheme.green.theme-button {
  background-color: #659800;
}
.colorTheme.green > .USPBlockInner > .theme-text {
  color: #659800;
}
.colorTheme.green > .checkbox-wrapper {
  color: #659800;
}
.colorTheme.green.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.green.theme-button {
  color: #FFFFFF;
}
.colorTheme.green.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.green.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.green > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #659800;
}

.colorTheme.orange.theme-bg {
  background-color: #ED7530;
}
.colorTheme.orange.theme-text {
  color: #ED7530;
}
.colorTheme.orange.currentcolortheme {
  color: #ED7530;
}
.colorTheme.orange > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.orange > p > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.orange.theme-border {
  border-color: #ED7530;
}
.colorTheme.orange.theme-fill {
  fill: #ED7530;
}
.colorTheme.orange.theme-button {
  background-color: #ED7530;
}
.colorTheme.orange > .USPBlockInner > .theme-text {
  color: #ED7530;
}
.colorTheme.orange > .checkbox-wrapper {
  color: #ED7530;
}
.colorTheme.orange.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.orange.theme-button {
  color: #FFFFFF;
}
.colorTheme.orange.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.orange.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.orange > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #ED7530;
}

.colorTheme.yellow.theme-bg {
  background-color: #FFC800;
}
.colorTheme.yellow.theme-text {
  color: #FFC800;
}
.colorTheme.yellow.currentcolortheme {
  color: #FFC800;
}
.colorTheme.yellow > * > .currentcolortheme {
  color: #FFC800;
}
.colorTheme.yellow > p > * > .currentcolortheme {
  color: #FFC800;
}
.colorTheme.yellow.theme-border {
  border-color: #FFC800;
}
.colorTheme.yellow.theme-fill {
  fill: #FFC800;
}
.colorTheme.yellow.theme-button {
  background-color: #FFC800;
}
.colorTheme.yellow > .USPBlockInner > .theme-text {
  color: #FFC800;
}
.colorTheme.yellow > .checkbox-wrapper {
  color: #FFC800;
}
.colorTheme.yellow.theme-button {
  color: #0F1A41;
}
#header .colorTheme.yellow.theme-button {
  color: #0F1A41;
}
.colorTheme.yellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.yellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.yellow > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #FFC800;
}

.colorTheme.darkred.theme-bg {
  background-color: #860022;
}
.colorTheme.darkred.theme-text {
  color: #860022;
}
.colorTheme.darkred.currentcolortheme {
  color: #860022;
}
.colorTheme.darkred > * > .currentcolortheme {
  color: #860022;
}
.colorTheme.darkred > p > * > .currentcolortheme {
  color: #860022;
}
.colorTheme.darkred.theme-border {
  border-color: #860022;
}
.colorTheme.darkred.theme-fill {
  fill: #860022;
}
.colorTheme.darkred.theme-button {
  background-color: #860022;
}
.colorTheme.darkred > .USPBlockInner > .theme-text {
  color: #860022;
}
.colorTheme.darkred > .checkbox-wrapper {
  color: #860022;
}
.colorTheme.darkred.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.darkred.theme-button {
  color: #FFFFFF;
}
.colorTheme.darkred.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.darkred.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.darkred > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #860022;
}

.colorTheme.red.theme-bg {
  background-color: #d0011b;
}
.colorTheme.red.theme-text {
  color: #d0011b;
}
.colorTheme.red.currentcolortheme {
  color: #d0011b;
}
.colorTheme.red > * > .currentcolortheme {
  color: #d0011b;
}
.colorTheme.red > p > * > .currentcolortheme {
  color: #d0011b;
}
.colorTheme.red.theme-border {
  border-color: #d0011b;
}
.colorTheme.red.theme-fill {
  fill: #d0011b;
}
.colorTheme.red.theme-button {
  background-color: #d0011b;
}
.colorTheme.red > .USPBlockInner > .theme-text {
  color: #d0011b;
}
.colorTheme.red > .checkbox-wrapper {
  color: #d0011b;
}
.colorTheme.red.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.red.theme-button {
  color: #FFFFFF;
}
.colorTheme.red.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.red.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.red > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #d0011b;
}

.colorTheme.petrol.theme-bg {
  background-color: #2D6E78;
}
.colorTheme.petrol.theme-text {
  color: #2D6E78;
}
.colorTheme.petrol.currentcolortheme {
  color: #2D6E78;
}
.colorTheme.petrol > * > .currentcolortheme {
  color: #2D6E78;
}
.colorTheme.petrol > p > * > .currentcolortheme {
  color: #2D6E78;
}
.colorTheme.petrol.theme-border {
  border-color: #2D6E78;
}
.colorTheme.petrol.theme-fill {
  fill: #2D6E78;
}
.colorTheme.petrol.theme-button {
  background-color: #2D6E78;
}
.colorTheme.petrol > .USPBlockInner > .theme-text {
  color: #2D6E78;
}
.colorTheme.petrol > .checkbox-wrapper {
  color: #2D6E78;
}
.colorTheme.petrol.theme-button {
  color: rgba(255, 255, 255, 0.9);
}
#header .colorTheme.petrol.theme-button {
  color: rgba(255, 255, 255, 0.9);
}
.colorTheme.petrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.petrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.petrol > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #2D6E78;
}

.colorTheme.pink.theme-bg {
  background-color: #f6e1e1;
}
.colorTheme.pink.theme-text {
  color: #f6e1e1;
}
.colorTheme.pink.currentcolortheme {
  color: #f6e1e1;
}
.colorTheme.pink > * > .currentcolortheme {
  color: #f6e1e1;
}
.colorTheme.pink > p > * > .currentcolortheme {
  color: #f6e1e1;
}
.colorTheme.pink.theme-border {
  border-color: #f6e1e1;
}
.colorTheme.pink.theme-fill {
  fill: #f6e1e1;
}
.colorTheme.pink.theme-button {
  background-color: #f6e1e1;
}
.colorTheme.pink > .USPBlockInner > .theme-text {
  color: #f6e1e1;
}
.colorTheme.pink > .checkbox-wrapper {
  color: #f6e1e1;
}
.colorTheme.pink.theme-button {
  color: #0F1A41;
}
#header .colorTheme.pink.theme-button {
  color: #0F1A41;
}
.colorTheme.pink.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.pink.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.pink > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #f6e1e1;
}

.colorTheme.pastelpetrol.theme-bg {
  background-color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-text {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol.currentcolortheme {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol > * > .currentcolortheme {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol > p > * > .currentcolortheme {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-border {
  border-color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-fill {
  fill: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-button {
  background-color: #DEF0EE;
}
.colorTheme.pastelpetrol > .USPBlockInner > .theme-text {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol > .checkbox-wrapper {
  color: #DEF0EE;
}
.colorTheme.pastelpetrol.theme-button {
  color: #0F1A41;
}
#header .colorTheme.pastelpetrol.theme-button {
  color: #0F1A41;
}
.colorTheme.pastelpetrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.pastelpetrol.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.pastelpetrol > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #DEF0EE;
}

.colorTheme.pastelyellow.theme-bg {
  background-color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-text {
  color: #FBF9CC;
}
.colorTheme.pastelyellow.currentcolortheme {
  color: #FBF9CC;
}
.colorTheme.pastelyellow > * > .currentcolortheme {
  color: #FBF9CC;
}
.colorTheme.pastelyellow > p > * > .currentcolortheme {
  color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-border {
  border-color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-fill {
  fill: #FBF9CC;
}
.colorTheme.pastelyellow.theme-button {
  background-color: #FBF9CC;
}
.colorTheme.pastelyellow > .USPBlockInner > .theme-text {
  color: #FBF9CC;
}
.colorTheme.pastelyellow > .checkbox-wrapper {
  color: #FBF9CC;
}
.colorTheme.pastelyellow.theme-button {
  color: #0F1A41;
}
#header .colorTheme.pastelyellow.theme-button {
  color: #0F1A41;
}
.colorTheme.pastelyellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.pastelyellow.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.pastelyellow > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #FBF9CC;
}

.colorTheme.beige.theme-bg {
  background-color: #f5f0ea;
}
.colorTheme.beige.theme-text {
  color: #f5f0ea;
}
.colorTheme.beige.currentcolortheme {
  color: #f5f0ea;
}
.colorTheme.beige > * > .currentcolortheme {
  color: #f5f0ea;
}
.colorTheme.beige > p > * > .currentcolortheme {
  color: #f5f0ea;
}
.colorTheme.beige.theme-border {
  border-color: #f5f0ea;
}
.colorTheme.beige.theme-fill {
  fill: #f5f0ea;
}
.colorTheme.beige.theme-button {
  background-color: #f5f0ea;
}
.colorTheme.beige > .USPBlockInner > .theme-text {
  color: #f5f0ea;
}
.colorTheme.beige > .checkbox-wrapper {
  color: #f5f0ea;
}
.colorTheme.beige.theme-button {
  color: #0F1A41;
}
#header .colorTheme.beige.theme-button {
  color: #0F1A41;
}
.colorTheme.beige.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.beige.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
.colorTheme.beige > .checkbox-wrapper > p > * > svg .icon-color {
  fill: #f5f0ea;
}

.colorTheme.premium.theme-bg {
  background-color: #000000;
}
.colorTheme.premium.theme-text {
  color: #000000;
}
.colorTheme.premium.currentcolortheme {
  color: #000000;
}
.colorTheme.premium > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.premium > p > * > .currentcolortheme {
  color: #000000;
}
.colorTheme.premium.theme-border {
  border-color: #000000;
}
.colorTheme.premium.theme-fill {
  fill: #000000;
}
.colorTheme.premium.theme-button {
  background-color: #000000;
}
.colorTheme.premium > .USPBlockInner > .theme-text {
  color: #000000;
}
.colorTheme.premium > .checkbox-wrapper {
  color: #000000;
}
.colorTheme.premium.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.premium.theme-button {
  color: #FFFFFF;
}
.colorTheme.premium.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.premium.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.colorTheme.indoor.theme-bg {
  background-color: #ED7530;
}
.colorTheme.indoor.theme-text {
  color: #ED7530;
}
.colorTheme.indoor.currentcolortheme {
  color: #ED7530;
}
.colorTheme.indoor > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.indoor > p > * > .currentcolortheme {
  color: #ED7530;
}
.colorTheme.indoor.theme-border {
  border-color: #ED7530;
}
.colorTheme.indoor.theme-fill {
  fill: #ED7530;
}
.colorTheme.indoor.theme-button {
  background-color: #ED7530;
}
.colorTheme.indoor > .USPBlockInner > .theme-text {
  color: #ED7530;
}
.colorTheme.indoor > .checkbox-wrapper {
  color: #ED7530;
}
.colorTheme.indoor.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.indoor.theme-button {
  color: #FFFFFF;
}
.colorTheme.indoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.indoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.colorTheme.outdoor.theme-bg {
  background-color: #009BDE;
}
.colorTheme.outdoor.theme-text {
  color: #009BDE;
}
.colorTheme.outdoor.currentcolortheme {
  color: #009BDE;
}
.colorTheme.outdoor > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.outdoor > p > * > .currentcolortheme {
  color: #009BDE;
}
.colorTheme.outdoor.theme-border {
  border-color: #009BDE;
}
.colorTheme.outdoor.theme-fill {
  fill: #009BDE;
}
.colorTheme.outdoor.theme-button {
  background-color: #009BDE;
}
.colorTheme.outdoor > .USPBlockInner > .theme-text {
  color: #009BDE;
}
.colorTheme.outdoor > .checkbox-wrapper {
  color: #009BDE;
}
.colorTheme.outdoor.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.outdoor.theme-button {
  color: #FFFFFF;
}
.colorTheme.outdoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.outdoor.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.colorTheme.longterm.theme-bg {
  background-color: #659800;
}
.colorTheme.longterm.theme-text {
  color: #659800;
}
.colorTheme.longterm.currentcolortheme {
  color: #659800;
}
.colorTheme.longterm > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.longterm > p > * > .currentcolortheme {
  color: #659800;
}
.colorTheme.longterm.theme-border {
  border-color: #659800;
}
.colorTheme.longterm.theme-fill {
  fill: #659800;
}
.colorTheme.longterm.theme-button {
  background-color: #659800;
}
.colorTheme.longterm > .USPBlockInner > .theme-text {
  color: #659800;
}
.colorTheme.longterm > .checkbox-wrapper {
  color: #659800;
}
.colorTheme.longterm.theme-button {
  color: #FFFFFF;
}
#header .colorTheme.longterm.theme-button {
  color: #FFFFFF;
}
.colorTheme.longterm.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
#header .colorTheme.longterm.theme-button:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}

.mce-content-body .currentcolortheme {
  background-color: yellow;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.caseContainerBlock {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .caseContainerBlock {
    padding-top: 30px;
  }
}
.caseContainerBlock .right-col {
  margin-top: 20%;
}
@media (max-width: 767px) {
  .caseContainerBlock .right-col {
    margin-top: 0px;
  }
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.contactblock.block {
  display: inline-block;
}
@media (max-width: 767px) {
  .contactblock.block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contactBlock .contactBlock-Image img {
  width: 100%;
}
.contactBlock .contactBlock-TextContainer {
  padding-left: 15px;
  padding-right: 15px;
}
.contactBlock .contactBlock-TextContainer .contactBlock-Name {
  padding-top: 10px;
}
.contactBlock .contactBlock-TextContainer .contactBlock-Name h2 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .contactBlock .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactBlock .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactBlock .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .contactBlock .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.contactBlock .contactBlock-TextContainer .contactBlock-Title p {
  color: black;
}
.contactBlock .contactBlock-TextContainer .contactBlock-WorkDistrict {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: #DDDDDD;
}
.contactBlock .contactBlock-TextContainer .contactBlock-WorkDistrict p {
  margin-bottom: 0px;
  color: black;
  line-height: 18px;
  font-size: 14px;
}
.contactBlock .contactBlock-TextContainer .contactBlock-email, .contactBlock .contactBlock-TextContainer .contactBlock-phone {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  width: 100%;
  display: inline-block;
}
.contactBlock .contactBlock-TextContainer .contactBlock-email a, .contactBlock .contactBlock-TextContainer .contactBlock-phone a {
  color: #0F1A41;
}
.contactBlock .contactBlock-TextContainer .contactBlock-email span:not(.glyphicon), .contactBlock .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon) {
  word-wrap: break-word;
  display: inline-block;
  float: right;
  width: calc(100% - 20px);
}
.contactBlock .contactBlock-TextContainer .contactBlock-email span.glyphicon, .contactBlock .contactBlock-TextContainer .contactBlock-phone span.glyphicon {
  margin-right: 3px;
  margin-bottom: 10px;
  color: #878F94;
}

/* allmänt i mob.läge */
@media (max-width: 767px) {
  .contactblock.block .contactBlock .contactBlock-ImageContainer {
    width: 100%;
    margin-bottom: 0px;
  }
  .contactblock.block .contactBlock .contactBlock-ImageContainer img {
    width: 100%;
  }
  .contactblock.block .contactBlock .contactBlock-TextContainer {
    width: 100%;
    padding-bottom: 11px;
  }
  .contactblock.block .contactBlock .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 20px;
  }
  .contactblock.block .contactBlock .contactBlock-TextContainer .contactBlock-WorkDistrict p {
    font-size: 14px;
  }
  .contactblock.block .contactBlock .contactBlock-TextContainer .contactBlock-email, .contactblock.block .contactBlock .contactBlock-TextContainer .contactBlock-phone {
    font-size: 14px;
  }
  .contactblock.block .contactBlock .contactBlock-TextContainer .contactBlock-email span.glyphicon, .contactblock.block .contactBlock .contactBlock-TextContainer .contactBlock-phone span.glyphicon {
    margin-right: 3px;
  }
}
/* Block i halvläge */
.contactblock.block.full.col-sm-12,
.contactblock.block.automatic {
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 767px) {
  .contactblock.block.full.col-sm-12,
  .contactblock.block.automatic {
    width: 100%;
  }
}
.contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
.contactblock.block.automatic .contactBlock-ImageContainer {
  width: 33%;
}
@media (min-width: 1200px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer {
    width: 185px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer {
    width: 189px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer {
    width: 100%;
  }
}

.contactblock.block.full.col-sm-12 {
  margin-left: 15%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactblock.block.full.col-sm-12,
  .contactblock.block.automatic,
  .contactblock.block.half.col-sm-6 {
    width: 50%;
  }
}
.contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
.contactblock.block.automatic .contactBlock-ImageContainer,
.contactblock.block.half.col-sm-6 .contactBlock-ImageContainer {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-ImageContainer {
    margin-bottom: 0px;
  }
}
.contactblock.block.full.col-sm-12 .contactBlock-ImageContainer img,
.contactblock.block.automatic .contactBlock-ImageContainer img,
.contactblock.block.half.col-sm-6 .contactBlock-ImageContainer img {
  width: auto;
}
@media (max-width: 767px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer img,
  .contactblock.block.automatic .contactBlock-ImageContainer img,
  .contactblock.block.half.col-sm-6 .contactBlock-ImageContainer img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-ImageContainer {
    height: 274px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-ImageContainer {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer,
  .contactblock.block.automatic .contactBlock-ImageContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-ImageContainer {
    margin-bottom: 0px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-ImageContainer img,
  .contactblock.block.automatic .contactBlock-ImageContainer img,
  .contactblock.block.half.col-sm-6 .contactBlock-ImageContainer img {
    width: 100%;
  }
}
.contactblock.block.full.col-sm-12 .contactBlock-TextContainer,
.contactblock.block.automatic .contactBlock-TextContainer,
.contactblock.block.half.col-sm-6 .contactBlock-TextContainer {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1200px) {
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer,
  .contactblock.block.automatic .contactBlock-TextContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer {
    height: 274px;
    padding-top: 10px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-Name,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-Name,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-Name {
    padding-top: 5px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-Name h2,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-Name h2,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 23px;
    line-height: 23px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email span, .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email span,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email span,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span {
    font-size: 15px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email span.glyphicon, .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span.glyphicon {
    margin-right: 3px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email span:not(.glyphicon),
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email span:not(.glyphicon),
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email span:not(.glyphicon) {
    line-height: 17px;
    margin-top: 1px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon),
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon),
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon) {
    line-height: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer,
  .contactblock.block.automatic .contactBlock-TextContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer {
    height: 280px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-Name,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-Name,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-Name {
    padding-top: 15px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-Name h2,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-Name h2,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email, .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone {
    font-size: 14px !important;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email span.glyphicon, .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span.glyphicon {
    margin-right: 3px;
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer,
  .contactblock.block.automatic .contactBlock-TextContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer {
    height: 270px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-Name,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-Name,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-Name {
    padding-top: 15px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-Name h2,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-Name h2,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-Name h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email span.glyphicon, .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span.glyphicon {
    margin-top: 3px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon),
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon),
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span:not(.glyphicon) {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer,
  .contactblock.block.automatic .contactBlock-TextContainer,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-email span.glyphicon, .contactblock.block.full.col-sm-12 .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.automatic .contactBlock-TextContainer .contactBlock-phone span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-email span.glyphicon,
  .contactblock.block.half.col-sm-6 .contactBlock-TextContainer .contactBlock-phone span.glyphicon {
    margin-top: 2px;
  }
}

/* Block i kvartsläge */
@media (max-width: 767px) {
  .contactblock.block.quarter.col-sm-3 {
    width: 100%;
  }
}
.contactblock.block.quarter.col-sm-3 .contactBlock-Name {
  padding-top: 15px;
}
.contactblock.block.quarter.col-sm-3 .contactBlock-Name h2 {
  font-size: 22px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .contactblock.block.quarter.col-sm-3 .contactBlock-ImageContainer {
    width: 100%;
  }
  .contactblock.block.quarter.col-sm-3 .contactBlock-TextContainer {
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contactblock.block.quarter.col-sm-3 .contactBlock-ImageContainer {
    width: 100%;
  }
  .contactblock.block.quarter.col-sm-3 .contactBlock-TextContainer {
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
  }
  .contactblock.block.quarter.col-sm-3 .contactBlock-email, .contactblock.block.quarter.col-sm-3 .contactBlock-phone {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactblock.block.quarter.col-sm-3 {
    width: 50%;
  }
  .contactblock.block.quarter.col-sm-3 .contactBlock-ImageContainer {
    width: 100%;
  }
  .contactblock.block.quarter.col-sm-3 .contactBlock-TextContainer {
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
  }
}

#StandardPage2021 .contactblock.block.quarter {
  /* Remove the glyph icon and change the look */
}
#StandardPage2021 .contactblock.block.quarter .contactBlock {
  /* Change the image to be 1:1 ratio */
  /* Remove the border & fix the other designs */
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-Image {
  width: 100%; /* use image width */
  padding-top: 100%; /* ensure aspect ratio 1:1 */
  overflow: hidden; /* no overflow so we will get a square */
  position: relative;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-Image img {
  position: absolute;
  top: -25%; /* we want the center of the image */
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-TextContainer {
  padding-bottom: 15px;
  padding-right: 15px;
  height: inherit !important;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-TextContainer .contactBlock-TextContentContainer {
  overflow: hidden;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-TextContainer .contactBlock-Title {
  margin-top: 0.25em;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-TextContainer .contactBlock-Title p, #StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-TextContainer .contactBlock-WorkDistrict p {
  font-style: normal;
  color: #878F94;
  font-size: 17px;
  margin-bottom: 0;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock .contactBlock-WorkDistrict {
  border-bottom: 0px;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock-email a, #StandardPage2021 .contactblock.block.quarter .contactBlock-phone a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  text-decoration: none;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock-email a:hover, #StandardPage2021 .contactblock.block.quarter .contactBlock-phone a:hover {
  text-decoration: underline;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock-email span.glyphicon, #StandardPage2021 .contactblock.block.quarter .contactBlock-phone span.glyphicon {
  display: none;
}
#StandardPage2021 .contactblock.block.quarter .contactBlock-email span:not(.glyphicon), #StandardPage2021 .contactblock.block.quarter .contactBlock-phone span:not(.glyphicon) {
  float: left;
  width: 100%;
}

/* Names and colors are from styleguide. */
/* Buttons */
/* Inputs */
/* New Style Guid  */
/* datetimepicker */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.container .bookFlightSmallBlock.container {
  width: 100%;
  padding: 0px;
}

.bookFlightSmallBlock {
  margin-bottom: 100px; }
  .bookFlightSmallBlock .bookFlightForm > div:not(:last-child) {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .bookFlightSmallBlock .bookFlightForm > div:not(:last-child) {
        padding-bottom: 0px; } }
    @media (max-width: 767px) {
      .bookFlightSmallBlock .bookFlightForm > div:not(:last-child) > div {
        padding-bottom: 20px; } }
  .bookFlightSmallBlock .heading {
    font-size: 16px;
    color: #000000;
    font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
    margin-bottom: 10px; }
  .bookFlightSmallBlock .bookFlightChild-childContainer {
    height: 100px; }
    @media (max-width: 767px) {
      .bookFlightSmallBlock .bookFlightChild-childContainer {
        height: auto;
        margin-bottom: 20px; } }
  .bookFlightSmallBlock .bookFlightBlock-icon {
    padding: 15px 15px 0px 30px;
    position: absolute;
    top: 0;
    right: 0;
    float: right; }
    @media (max-width: 767px) {
      .bookFlightSmallBlock .bookFlightBlock-icon {
        padding: 15px 0px 0px 30px;
        position: relative; } }
  .bookFlightSmallBlock .bookFlightButton {
    width: 100%;
    min-height: 150px;
    text-align: left;
    color: #FFFFFF !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bookFlightSmallBlock .bookFlightBlock-button a {
      min-width: 0; } }
  @media (max-width: 767px) {
    .bookFlightSmallBlock .bookFlightBlock-button a {
      margin-top: 25px;
      width: 100%; } }
  .bookFlightSmallBlock .bookFlightTo-spinner-icon {
    font-size: 24px;
    position: absolute;
    right: 25px;
    top: 43px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .bookFlightSmallBlock .bookFlightTo-spinner-icon {
        top: 38px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .bookFlightSmallBlock .bookFlightTo-spinner-icon {
        top: 38px; } }
    @media (max-width: 767px) {
      .bookFlightSmallBlock .bookFlightTo-spinner-icon {
        top: 38px; } }
    .bookFlightSmallBlock .bookFlightTo-spinner-icon .spinner {
      -webkit-animation: spinicon 1s infinite steps(8);
      animation: spinicon 1s infinite steps(8);
      display: inline-block; }

@-webkit-keyframes spinicon {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinicon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg); } }
  .bookFlightSmallBlock .bookFlightButton {
    min-width: 100%;
    margin-top: 25px;
    min-height: 150px;
    text-align: left;
    color: #FFFFFF !important; }
    @media (max-width: 767px) {
      .bookFlightSmallBlock .bookFlightButton {
        min-width: initial; } }
  .bookFlightSmallBlock .flightButton {
    background-image: url(/Static/img/flyg.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60px;
    background-origin: content-box;
    padding: 12px 20px; }
  .bookFlightSmallBlock .charterButton {
    background-image: url(/Static/img/parking/baglady.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60px;
    background-origin: content-box;
    padding: 12px 20px; }
  .bookFlightSmallBlock .lastMinuteButton {
    background-image: url(/Static/img/clock-icon-white.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60px;
    background-origin: content-box;
    padding: 12px 20px; }

#StandardPage .mobileTabBlockItem .bookFlightBlock-form {
  padding-left: 15px;
  padding-right: 15px;
}
#StandardPage .bookFlightBlock-form {
  padding-left: 0px;
  padding-right: 0px;
}

.bookFlightBlock-searchResult span {
  display: block;
  width: 100%;
}
.bookFlightBlock-searchResult .bookFlightBlock-name {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

.tabBlockItems .bookFlightBlock {
  padding: 25px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tabBlockItems .bookFlightBlock {
    padding: 15px 0px;
  }
}

.mobileTab .bookFlightBlock {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pageListBlock .pageListBlockResult a h3 {
  color: #0F1A41;
}

.pageListBlockResult .date {
  float: none;
}

@media (max-width: 767px) {
  .pagination {
    font-size: 13px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pointOfInterestListBlock .filterExpander {
  overflow: hidden;
  color: #0F1A41;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  border-color: #979797;
  margin-bottom: 10px;
}
.pointOfInterestListBlock .filterExpander button {
  padding: 0px;
}
.pointOfInterestListBlock .filterExpander button:focus {
  background-color: #FFFFFF;
}
.pointOfInterestListBlock .filterExpander button svg {
  display: inline-block;
  padding-right: 5px;
  fill: #0F1A41;
  margin-bottom: -2px;
}
.pointOfInterestListBlock .showOpeningHours {
  animation-duration: 1s;
  animation-name: slidein;
  clear: both;
  display: block;
}
.pointOfInterestListBlock .hideOpeningHours {
  display: none;
  overflow: hidden;
}
.pointOfInterestListBlock .filters {
  overflow: hidden;
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .filters .filterContainer:not(#filterContainerCategory) {
    padding-top: 15px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .border {
  border-bottom: 2px solid;
  border-color: rgba(151, 151, 151, 0.2);
  margin-bottom: 44px;
}
.pointOfInterestListBlock .pointOfInterestContainer:first-child {
  margin-top: 44px;
}
.pointOfInterestListBlock .pointOfInterestContainer:first-child .border {
  display: none;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointofInterest-category {
    padding: 10px 0 20px 0;
    border-top: 5px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointofInterest-category .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointofInterest-category.hasTidgaranti {
  min-height: 100px;
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointofInterest-category.hasTidgaranti {
    min-height: 135px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .categoryTag img {
  display: block;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .categoryTagText {
  font-size: 12px;
  margin: auto;
  text-align: center;
  display: block;
  padding-top: 5px;
  line-height: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .categoryTagText {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .categoryTagText {
    line-height: 12px;
    min-height: 30px;
  }
}
@media (min-width: 1200px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo {
    min-height: 285px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo {
    min-height: 229px;
  }
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo {
    padding-top: 15px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .pointOfInterest-logoImage {
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  width: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .pointOfInterest-logoImage {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .pointOfInterest-logoImage {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .pointOfInterest-logoImage {
    width: 60px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .poi-Header {
  color: #000000;
  margin-bottom: 5px;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .poi-Header a {
  color: #000000;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .terminalLabel {
  font-size: 14px;
  line-height: 21px;
  color: #5B666E;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .listPreamble {
  font-size: 16px;
  line-height: 20px;
  color: #545454;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .listPreamble {
    padding-bottom: 0px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .categoryTags {
  width: 60px;
  margin: 20px 20px 0px 0px;
  float: left;
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestInfo .categoryTags {
    margin: 10px 25px 10px 0px;
    margin-right: 0px;
    width: 25%;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons {
  float: right;
  padding-top: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons {
    float: left;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button {
  width: 100%;
  padding-left: 13px;
  padding-right: 13px;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button.sa-button-ghost {
  background-color: transparent;
  border: 2px solid #EBEBEB;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button.sa-button-ghost.selected {
  color: #0F1A41;
  border-color: #EBEBEB;
  background-color: #EBEBEB;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button.sa-button-ghost:active {
  color: #FFFFFF;
  border-color: #5B666E;
  background-color: #5B666E;
}
.no-touch .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button.sa-button-ghost:hover {
  color: #FFFFFF;
  border-color: #5B666E;
  background-color: #5B666E;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button {
    padding: 12px 0px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestContainerItem .pointOfInterestButtons .sa-button {
    margin-top: 15px;
  }
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestExtraInfoContainer {
  padding-bottom: 44px;
  overflow: hidden;
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestExtraInfoContainer .pointOfInterest-offers {
  /*overflow: hidden;
  display: inline-block;
  width: 100%;*/
}
.pointOfInterestListBlock .pointOfInterestContainer .pointOfInterestExtraInfoContainer .pointOfInterest-openingHours .openingHoursTerminal + span {
  text-transform: lowercase;
}
.pointOfInterestListBlock .pointOfInterestContainer .swedavia-spinner {
  padding-left: 35px;
}
.pointOfInterestListBlock .pointOfInterestContainer .swedavia-spinner .vector-ring {
  font-size: 100px !important;
}
.pointOfInterestListBlock .Tidgaranti {
  width: 60px;
  margin: 20px 40px 0px 0px;
  float: left;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestListBlock .Tidgaranti {
    width: 60px;
    margin-top: 20px;
    float: left;
    line-height: 9px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .Tidgaranti {
    width: 25%;
    float: left;
    margin: 10px 0px 10px 0px;
  }
}
.pointOfInterestListBlock .Tidgaranti .Tidgaranti-undertext {
  font-size: 12px;
  padding-top: 7px;
  display: block;
  line-height: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestListBlock .Tidgaranti .Tidgaranti-undertext {
    font-size: 10px;
    padding-top: 6px;
    display: block;
  }
}
@media (max-width: 767px) {
  .pointOfInterestListBlock .Tidgaranti .Tidgaranti-undertext {
    display: block;
    line-height: 12px;
    min-height: 30px;
    padding-top: 5px;
  }
}
.pointOfInterestListBlock .Tidgaranti .svg-div {
  width: 60px;
  height: 60px;
  clear: both;
  text-align: center;
  margin: auto;
}
.pointOfInterestListBlock .Tidgaranti .svg-div .circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform-origin: center; /* 4 */
}
.pointOfInterestListBlock .Tidgaranti .svg-div .circle-chart {
  width: 60px;
  height: 60px;
}
.pointOfInterestListBlock .Tidgaranti .svg-div .circle-chart .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}
.pointOfInterestListBlock .Tidgaranti .svg-div .circle-chart .circle-chart__percent {
  font-size: 12px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.pointOfInterestListBlock .Tidgaranti .svg-div .circle-chart .circle-chart__subline {
  font-size: 8px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.newsblock.block {
  display: inline-block;
  width: 100%;
}

.newsBlock .newsBlockItems {
  padding-bottom: 10px;
  /*border-top: 2px solid $lightgrey;*/
  display: inline-block;
  width: 100%;
}
.newsBlock .newsBlockItems a {
  text-decoration: none;
}
.newsBlock .newsBlockItems a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .newsBlock .newsBlockItems {
    border-top: none;
    padding: 0 15px;
  }
}
.newsBlock .newsBlockItem {
  padding: 0px 15px;
  /*border-bottom: 2px solid $lightgrey;*/
}
@media (max-width: 767px) {
  .newsBlock .newsBlockItem {
    padding: 0px;
  }
}
.newsBlock .newsBlockItem-time {
  color: #A3A9AD;
  padding: 10px 0;
}
.newsBlock .newsBlockItem-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .newsBlock .newsBlockItem-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.newsBlock .item-disc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBlock .carousel-inner {
  /*border-top: 2px solid $lightgrey;*/
}
.newsBlock .carousel-indicators {
  position: relative;
  bottom: 0;
  padding-top: 10px;
}
.newsBlock .newsBlock-showAll {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.newsBlock .newsBlock-showAll a h4 {
  color: #337ab7;
}
@media (max-width: 767px) {
  .newsBlock .newsBlock-showAll {
    padding-left: 15px;
  }
}
.newsBlock a h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #0F1A41;
  width: 90%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.patternPuffBlock {
  /* side padding should be "one column" */
  padding-right: 97.5px;
  padding-left: 97.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .patternPuffBlock {
    padding-right: 80.8333333333px;
    padding-left: 80.8333333333px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .patternPuffBlock {
    padding-right: 62.5px;
    padding-left: 62.5px;
  }
}
@media (max-width: 767px) {
  .patternPuffBlock {
    padding-right: 8.3333333333vw;
    padding-left: 8.3333333333vw;
  }
}
.patternPuffBlock.right-align {
  position: relative;
}
.patternPuffBlock.right-align .pattern {
  position: relative;
  margin-left: -100vw;
  left: 100%;
}
.patternPuffBlock.right-align .pattern.pattern1 {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.patternPuffBlock.right-align .pattern.pattern2 {
  background-position-x: right;
}
.patternPuffBlock.small-margin {
  padding-top: 97.5px;
  padding-bottom: 97.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .patternPuffBlock.small-margin {
    padding-top: 80.8333333333px;
    padding-bottom: 80.8333333333px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .patternPuffBlock.small-margin {
    padding-top: 62.5px;
    padding-bottom: 62.5px;
  }
}
@media (max-width: 767px) {
  .patternPuffBlock.small-margin {
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}
.patternPuffBlock.large-margin {
  padding-top: 292.5px;
  padding-bottom: 292.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .patternPuffBlock.large-margin {
    padding-top: 242.5px;
    padding-bottom: 242.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .patternPuffBlock.large-margin {
    padding-top: 187.5px;
    padding-bottom: 187.5px;
  }
}
@media (max-width: 767px) {
  .patternPuffBlock.large-margin {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }
}
.patternPuffBlock .pattern {
  width: 100vw;
  background-repeat: repeat;
  z-index: -1;
  /* Classes "low" and "pattern1" are considered default, so their height resp background-image are defined here (without those explicit classes). */
  background-image: url("/mvccontrollers/SVG/Pattern1?repeatx=2&repeaty=3&color1=%232d6e78&opacity1=0.57&color2=%23def0ee&opacity2=0.57");
  background-size: 480px 387px;
  height: 146px;
}
#Body.colorTheme.pastelpetrol .patternPuffBlock .pattern {
  background-image: url("/mvccontrollers/SVG/Pattern1?repeatx=2&repeaty=3&color1=%232d6e78&opacity1=0.57&color2=%232d6e78&opacity2=0.1");
}
@media (max-width: 991px) {
  .patternPuffBlock .pattern {
    background-size: 278px 224px;
    height: 85px;
  }
}
.patternPuffBlock .pattern.high {
  height: 387px;
}
@media (max-width: 991px) {
  .patternPuffBlock .pattern.high {
    background-size: 278px 224px;
    height: 200px;
  }
}
.patternPuffBlock .pattern.pattern2 {
  background-image: url("/mvccontrollers/SVG/Pattern2?repeatx=3&repeaty=3&color=%23def0ee&opacity=1");
  background-size: 658px 364px;
  /*height: 177px;*/
  /*@include heightProportionalToWidth(177px);*/
  height: 236px;
}
#Body.colorTheme.pastelpetrol .patternPuffBlock .pattern.pattern2 {
  background-image: url("/mvccontrollers/SVG/Pattern2?repeatx=3&repeaty=3&color=%232d6e78&opacity=0.1");
}
@media (max-width: 991px) {
  .patternPuffBlock .pattern.pattern2 {
    background-size: 380px 210px;
    height: 136.3px;
  }
}
.patternPuffBlock .pattern.pattern2.high {
  /*height: 353.5px;*/
  height: 364px;
}
@media (max-width: 991px) {
  .patternPuffBlock .pattern.pattern2.high {
    height: 210px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.queueTimeBlock {
  color: #0F1A41;
}
.queueTimeBlock .divider {
  border-top: 3px solid #0F1A41;
  padding-bottom: 23px;
  margin-left: 15px;
  margin-right: 15px;
}
.queueTimeBlock .header * {
  float: left;
}
.queueTimeBlock .header .title {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .queueTimeBlock .header .title {
    font-size: 19px;
    line-height: 23px;
  }
}
.queueTimeBlock .header .title span {
  margin-right: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .queueTimeBlock .header .title span {
    margin-right: 13px;
  }
}
.queueTimeBlock .header .securityIcon {
  width: 77px;
  height: 77px;
  background: url("/Static/img/SecurityCheck.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-size: contain;
}
@media (max-width: 767px) {
  .queueTimeBlock .header .securityIcon {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .queueTimeBlock .header .securityIcon {
    width: 55px;
    height: 55px;
  }
}
.queueTimeBlock .terminalEntry {
  float: left;
  min-width: 131px;
  max-width: 200px;
  border-left: 1px solid #878F94;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #161616;
}
.queueTimeBlock .terminalLabel {
  font-size: 16px;
}
.queueTimeBlock .terminalLabel::after {
  content: ":";
}
.queueTimeBlock .terminalQueueTime {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 767px) {
  .queueTimeBlock .divider {
    padding-bottom: 16px;
  }
  .queueTimeBlock .terminalEntry {
    border-left: 0;
  }
  .queueTimeBlock .header {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .queueTimeBlock .header {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .queueTimeBlock .content {
    clear: both;
  }
  .queueTimeBlock .content .terminalEntry {
    clear: both;
    width: 100%;
    max-width: none;
    border-top: 1px solid #878F94;
    line-height: 50px;
    padding: 0;
  }
  .queueTimeBlock .content .terminalEntry .terminalLabel {
    float: left;
    min-width: 113px;
    padding-right: 24px;
    font-weight: normal;
  }
  .queueTimeBlock .content .terminalEntry .terminalQueueTime {
    float: left;
    font-weight: 600;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .queueTimeBlock .expander {
    position: absolute;
    right: 15px;
    margin-top: 18px;
  }
  .queueTimeBlock .expander button {
    background: none;
    padding: 0px;
    vertical-align: middle;
  }
  .queueTimeBlock .expander button:focus {
    outline: none;
  }
}
.queueTimeBlock .swedavia-spinner {
  width: 80px;
  height: 80px;
}
.queueTimeBlock .swedavia-spinner .vector-ring {
  font-size: 80px;
}
@media (max-width: 767px) {
  .queueTimeBlock .swedavia-spinner {
    width: 120px;
    height: 120px;
  }
  .queueTimeBlock .swedavia-spinner .vector-ring {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .queueTimeBlock .content.ng-hide {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .queueTimeBlock .content.ng-hide {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .queueTimeBlock .content.ng-hide {
    display: block !important;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.timeTableBlock [ng\:cloak], .timeTableBlock [ng-cloak], .timeTableBlock [data-ng-cloak], .timeTableBlock [x-ng-cloak], .timeTableBlock .ng-cloak, .timeTableBlock .x-ng-cloak {
  display: none !important;
}
.timeTableBlock .SearchSwith {
  font-size: 14px;
  color: #0F1A41;
  text-decoration: underline;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.timeTableBlock .check-container {
  font-size: 16px;
}
.timeTableBlock .list {
  height: auto;
  opacity: 1;
  overflow: hidden;
  float: left;
  width: 100%;
}
.timeTableBlock .list.notexpanded {
  max-height: 0px;
  transition-property: max-height;
  transition-duration: 1s;
}
.timeTableBlock .list.expanded {
  max-height: 200px;
  transition-property: max-height;
  transition-duration: 1s;
}
.timeTableBlock .expanderIcon {
  float: right;
  font-size: 20px;
  color: #0F1A41;
  display: table;
  height: 55px;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 1;
}
.timeTableBlock .expanderIcon > div {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeTableBlock .expanderIcon {
    height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .expanderIcon {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .expanderIcon {
    height: 24px;
  }
}
.timeTableBlock .expanderIcon button {
  padding-right: 0px;
}
.timeTableBlock .expanderIcon button:focus {
  background-color: #FFFFFF;
}
.timeTableBlock .title {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 16px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .timeTableBlock .title {
    padding-bottom: 5px;
  }
}
.timeTableBlock .timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  margin-bottom: 0px;
}
.timeTableBlock .li {
  transition: all 200ms ease-in;
}
.timeTableBlock .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}
.timeTableBlock .flight-timeline {
  height: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .timeTableBlock .flight-timeline {
    height: 35px;
  }
}
.timeTableBlock .flight-timeline:before {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #7AB800;
  position: absolute;
  top: 50%;
  left: 0px;
}
@media (max-width: 767px) {
  .timeTableBlock .flight-timeline:before {
    top: 56%;
  }
}
.timeTableBlock .flight-timeline svg {
  position: absolute;
  right: -3px;
  width: 20px;
  height: 20px;
  top: -1.4px;
}
.timeTableBlock .changes {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 200ms ease-in;
}
.timeTableBlock .changes:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #7AB800;
  border-radius: 25px;
  position: absolute;
  top: -12.3px;
  left: 42%;
  transition: all 200ms ease-in;
}
@media (max-width: 767px) {
  .timeTableBlock .changes:before {
    top: -20px;
  }
}
.timeTableBlock .changes span {
  line-height: 12px;
  font-size: 12px;
  color: #545454;
  display: block;
}
.timeTableBlock .title-span {
  padding-bottom: 10px;
}
.timeTableBlock .title-span label {
  font-weight: normal;
  color: inherit;
}
.timeTableBlock .range-title-span {
  padding-bottom: 31px;
}
@media (min-width: 1200px) {
  .timeTableBlock .range-title-span {
    padding-bottom: 35px;
  }
}
.timeTableBlock .DepTimeContainer, .timeTableBlock .DesContainer {
  position: relative;
  width: 100%;
}
.timeTableBlock .timeTableBlock-searchContainer {
  background-color: #FFFFFF;
  padding: 20px 0;
}
.timeTableBlock .timeTableBlock-searchContainer input[type=checkbox] {
  width: 45px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .timeTableBlock-searchContainer .firstRowTablet {
    height: 78px;
  }
}
.timeTableBlock .timeTableBlock-searchContainer .ui-datepicker {
  padding: 0.2em 0.2em 0;
  width: 17em;
  z-index: 1000; /* added */
  color: black;
}
.timeTableBlock .timeTableBlock-searchContainer .inputContainer {
  margin-bottom: 20px;
}
.timeTableBlock .timeTableBlock-searchContainer .rangeinputContainer {
  margin-bottom: 39px;
}
.timeTableBlock .timeTableBlock-result {
  border-bottom: 1px solid #d1d1d1;
}
.timeTableBlock .timeTableBlock-result .divider {
  margin: 15px 0;
  border-bottom: 1px solid #000000;
}
.timeTableBlock .position-relative {
  position: relative;
}
.timeTableBlock .timeTableBlock-searchContainer-filter {
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .timeTableBlock .timeTableBlock-searchContainer-filter {
    margin-top: 25px;
  }
}
.timeTableBlock .timeTableBlock-searchContainer-filter select, .timeTableBlock .timeTableBlock-searchContainer-filter input {
  height: 45px;
}
@media (min-width: 1200px) {
  .timeTableBlock .timeTableBlock-searchContainer-filter select, .timeTableBlock .timeTableBlock-searchContainer-filter input {
    height: 55px;
  }
}
.timeTableBlock .timeTableBlock-searchContainer-filter .checkboxContainer {
  position: relative;
  left: 0px;
  width: 64px;
}
.timeTableBlock .timeTableBlock-searchContainer-filter .timeTableBlock-searchContainer-sorter {
  margin-top: 31px;
}
.timeTableBlock .timeTableBlock-searchContainer-filter .divider {
  height: 20px;
  border-top: 2px solid;
}
.timeTableBlock .timeTableBlock-date {
  position: relative;
}
.timeTableBlock .timeTableBlock-date .datepicker {
  color: #000000;
}
.timeTableBlock .timeTableBlock-date i {
  color: #000000;
  position: absolute;
  right: 28px;
  top: 49px;
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeTableBlock .timeTableBlock-date i {
    top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .timeTableBlock-date i {
    top: 44px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .timeTableBlock-date i {
    top: 44px;
  }
}
.timeTableBlock .timeTableBlock-searchContainer-sortDirectFlights .checkbox {
  margin-top: 43px;
}
@media (min-width: 1200px) {
  .timeTableBlock .timeTableBlock-searchContainer-sortDirectFlights .checkbox {
    margin-top: 47px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .timeTableBlock-searchContainer-sortDirectFlights .checkbox {
    margin-top: 10px;
  }
}
.timeTableBlock .timeTableBlock-searchContainer-switch {
  background: none;
  border: none;
  display: inline-block;
  padding: 1px;
  margin: 10px 0px;
  text-align: center;
  position: relative;
  top: 21px;
}
.timeTableBlock .timeTableBlock-searchContainer-switch .glyphicon {
  color: #0F1A41;
  font-size: 31px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 10px;
  border: 1px solid;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeTableBlock .timeTableBlock-searchContainer-switch {
    top: 20px;
  }
  .timeTableBlock .timeTableBlock-searchContainer-switch .glyphicon {
    font-size: 30px;
    padding: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .timeTableBlock-searchContainer-switch {
    top: 20px;
  }
  .timeTableBlock .timeTableBlock-searchContainer-switch .glyphicon {
    font-size: 30px;
    padding: 7px;
  }
}
.timeTableBlock .timeTableBlock-searchButton {
  width: 100%;
  top: 30px;
  position: relative;
}
.timeTableBlock .timeTableBlock-resultHeader {
  font-size: 18px;
  line-height: 1.4;
  font-size: 14px;
  padding: 15px 0px;
  color: #5B666E;
}
.timeTableBlock .timeTableSpinnerHolder {
  position: relative;
  top: 130px;
}
.timeTableBlock .timeTableBlock-resultContainer {
  color: #000000;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTable-iataCode {
  font-size: 20px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 24px;
}
@media (max-width: 767px) {
  .timeTableBlock .timeTableBlock-resultContainer .timeTable-iataCode {
    font-size: 16px;
  }
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result {
  padding: 20px 0;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result .directflight {
  line-height: 12px;
  font-size: 12px;
  color: #545454;
  display: block;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime {
  float: left;
  margin-right: 150px;
  position: relative;
  text-align: center;
  width: 90px;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime i {
  font-size: 42px;
  top: 4px;
  position: relative;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-scheduledDays {
  text-transform: capitalize;
  font-size: 14px;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-codeShare {
  margin: 0;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTable-bookFlight-btn {
  width: 100%;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-searchDays {
  margin-top: 20px;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-searchDays .timeTableBlock-searchDays-currentDate {
  line-height: 24px;
  font-size: 20px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-searchDays .vector-arrow-left2, .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-searchDays .vector-arrow-right2 {
  position: relative;
  margin: 0px 10px;
  font-size: 13px;
}
.timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-directFlights span, .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-nonDirectFlights span {
  width: 100%;
  display: block;
}
.timeTableBlock .timeTableBlock-resultContainer .last-item .timeTableBlock-result {
  border-bottom: 0px;
}
.timeTableBlock .js-timeTableBlock-searchDays-nextDay, .timeTableBlock .js-timeTableBlock-searchDays-prevDay {
  cursor: pointer;
}
.timeTableBlock .js-timeTableBlock-searchDays-nextDay span, .timeTableBlock .js-timeTableBlock-searchDays-prevDay span {
  font-size: 20px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .timeTableBlock .js-timeTableBlock-searchDays-nextDay span, .timeTableBlock .js-timeTableBlock-searchDays-prevDay span {
    font-size: 16px;
  }
}
.timeTableBlock .js-timeTableBlock-searchDays-prevDay.disabled {
  cursor: auto;
}
.timeTableBlock .js-timeTableBlock-searchDays-prevDay.disabled i {
  color: #cccccc;
  cursor: not-allowed;
}
.timeTableBlock .SELEN-DepartureTime, .timeTableBlock .SELEN-ArrivalTime {
  font-size: 20px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: 24px;
}
@media (max-width: 767px) {
  .timeTableBlock .SELEN-DepartureTime, .timeTableBlock .SELEN-ArrivalTime {
    font-size: 16px;
  }
}
.timeTableBlock .SELEN-FlightArrivalName, .timeTableBlock .SELEN-FlightDepartureName {
  line-height: normal;
  font-size: 16px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .timeTableBlock .SELEN-FlightArrivalName, .timeTableBlock .SELEN-FlightDepartureName {
    font-size: 12px;
  }
}
.timeTableBlock .start-block-line {
  border-top: 2px solid #0F1A41;
  padding-top: 1px;
}
.timeTableBlock .display-table {
  display: table;
  min-height: 55px;
}
@media (max-width: 767px) {
  .timeTableBlock .display-table {
    display: block;
  }
}
.timeTableBlock .display-cell {
  display: table-cell;
  vertical-align: middle;
}
.timeTableBlock .flight-changes {
  padding-left: 0px;
  margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .flight-changes {
    margin-right: 0px;
    margin-left: -35px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .flight-changes {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.timeTableBlock .flight-changes .SELEN-TotalFlightTime {
  white-space: nowrap;
  line-height: 12px;
  margin-top: 4px;
}
.timeTableBlock .SELEN-FlightNumber {
  font-size: 14px;
}
.timeTableBlock .SELEN-FlightScheduledDays {
  font-size: 14px;
  padding-left: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .SELEN-FlightScheduledDays {
    padding-left: 43px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .SELEN-FlightScheduledDays {
    padding-left: 15px;
    margin-bottom: 8px;
  }
}
.timeTableBlock .SELEN-FlightNumber {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .timeTableBlock .SELEN-From {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .SELEN-Button {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .SELEN-Button {
    clear: both;
    float: none;
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime {
    margin-right: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeTableBlock .timeTableBlock-searchContainer-filter span {
    top: 0;
  }
  .timeTableBlock .timeTableBlock-searchContainer-sortDirectFlights {
    height: 88px;
  }
  .timeTableBlock input[type=checkbox] {
    height: 46px;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime {
    margin-right: 60px;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime i {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .timeTableBlock .changes {
    padding: 0px 12px;
  }
  .timeTableBlock .changes:before {
    left: 40%;
  }
  .timeTableBlock .changes span {
    font-size: 10px;
  }
  .timeTableBlock .flight-timeline svg {
    top: 13px;
    width: 15px;
    height: 15px;
  }
  .timeTableBlock .timeTableBlock-result-departure {
    text-align: right;
  }
  .timeTableBlock .flight-changes .SELEN-TotalFlightTime {
    font-size: 14px;
  }
  .timeTableBlock .timeTableBlock-result-destination, .timeTableBlock .timeTableBlock-result-departure {
    margin-top: 0px;
    margin-top: 0px;
  }
  .timeTableBlock .SELEN-FlightNumber {
    padding-bottom: 8px;
  }
  .timeTableBlock .timeTableBlock-searchContainer-filter span, .timeTableBlock .timeTableBlock-searchContainer-switch, .timeTableBlock .timeTableBlock-searchButton {
    top: 0;
  }
  .timeTableBlock .timeTableBlock-searchContainer-switch .glyphicon-sort {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .timeTableBlock .timeTableBlock-searchContainer-sortDirectFlights {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime i {
    font-size: 32px;
    margin-top: 6px;
    display: block;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-flighttime {
    position: absolute;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-codeShare {
    padding-top: 20px;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-result-arrival {
    text-align: right;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTableBlock-searchDays .timeTableBlock-searchDays-currentDate {
    line-height: 22px;
    font-size: 16px;
  }
  .timeTableBlock .timeTableBlock-resultContainer .timeTable-bookFlight-btn-block {
    position: relative;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (max-width: 767px) {
  .iframeBlock iframe {
    padding-top: 12px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tabBlock.has-subtitles .tabBlockHeaderText {
  font-size: 18px;
  margin-bottom: 4px;
  text-align: left;
}
@media (max-width: 767px) {
  .tabBlock.has-subtitles .tabBlockHeaderText {
    font-size: 16px;
  }
}
.tabBlock .wide-menus .tabBlock-Button.desktop-btn {
  margin-right: 0px;
  border-left: 1px solid;
  border-color: #FFFFFF;
  float: left;
  min-width: 0px;
}
.tabBlock .wide-menus .tabBlock-Button.desktop-btn:first-child {
  border-left: none;
}
.tabBlock .tabBlock-ButtonContainer {
  display: inline-block;
}
.tabBlock .tabBlock-Button {
  display: inline-block;
  float: left;
  padding: 15px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 17px;
  min-width: 125px;
  cursor: pointer;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.tabBlock .tabBlock-Button.mobile-btn {
  width: 100%;
  text-align: left;
  margin-right: 0px;
}
.tabBlock .tabBlock-Button .tabBlockHeaderText {
  display: block;
}
@media (max-width: 767px) {
  .tabBlock .tabBlock-Button .tabBlockHeaderText {
    display: inline-block;
  }
}
.tabBlock .tabBlock-Button .tabBlockSubTitle {
  font-size: 14px;
  font-style: italic;
  float: left;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .tabBlock .tabBlock-Button .tabBlockSubTitle {
    float: none;
    display: none;
  }
}
@media (max-width: 767px) {
  .tabBlock .tabBlock-Button.selected .tabBlockSubTitle {
    display: block;
  }
}
.tabBlock .tabBlock-Content .tabBlock-Mobile-Button-Container {
  background-color: transparent;
  margin-top: 2px;
}
.tabBlock .tabBlock-Content .tabBlock-Mobile-Button-Container:first-child {
  margin-top: 0px;
}
.tabBlock .tabBlock-Content > .tabBlock-innerContent {
  height: auto;
}
.tabBlock .tabBlock-Content > .tabBlock-innerContent > .tabBlock-innerContentContainer {
  height: auto;
  display: none;
}
.tabBlock .tabBlock-Content > .tabBlock-innerContent.selected > .tabBlock-innerContentContainer {
  display: block;
}
@media (max-width: 767px) {
  .tabBlock .tabBlock-Content > .tabBlock-innerContent.selected {
    display: block;
    height: auto;
  }
  .tabBlock .tabBlock-Content > .tabBlock-innerContent.selected > .tabBlock-innerContentContainer {
    display: block;
  }
}
.tabBlock.theme-lightblue .tabBlock-Button {
  background-color: #B7CADD;
  color: #000000;
}
.tabBlock.theme-lightblue .tabBlock-Button.selected {
  background-color: #DDE9F6;
}
.tabBlock.theme-lightblue .tabBlock-Content .tabBlock-innerContent {
  background-color: #DDE9F6;
}
.tabBlock.theme-petrol .tabBlock-Button {
  background-color: #2D6E78;
  color: #FFFFFF;
}
.tabBlock.theme-petrol .tabBlock-Button.selected {
  background-color: #DEF0EE;
  color: #000000;
}
.tabBlock.theme-petrol .tabBlock-Content .tabBlock-innerContent {
  background-color: #DEF0EE;
}
.tabBlock.theme-yellow .tabBlock-Button {
  background-color: #FFC800;
  color: #000000;
}
.tabBlock.theme-yellow .tabBlock-Button.selected {
  background-color: #FBF9CC;
}
.tabBlock.theme-yellow .tabBlock-Content .tabBlock-innerContent {
  background-color: #FBF9CC;
}
.tabBlock.theme-Darkblue .tabBlock-Button {
  background-color: #e8e8e8;
  color: #0F1A41;
}
.tabBlock.theme-Darkblue .tabBlock-Button.selected {
  background-color: #0F1A41;
  color: #FFFFFF;
}
.tabBlock.theme-Darkblue .tabBlock-Content .tabBlock-innerContent {
  background-color: #FFFFFF;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.markergroupcontainerblock {
  padding-top: 15px !important;
}

.markerGroupContainerBlock .markergroupblock {
  float: left;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.markerGroupContainerBlock .hrTop {
  background-color: #c8c8c8;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.statistic-container-block .statistic-container-heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .statistic-container-block .statistic-container-heading {
    margin-bottom: 15px;
  }
}
.statistic-container-block .block {
  margin-bottom: 30px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.caseContainerBlock {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .caseContainerBlock {
    padding-top: 30px;
  }
}
.caseContainerBlock .right-col {
  margin-top: 20%;
}
@media (max-width: 767px) {
  .caseContainerBlock .right-col {
    margin-top: 0px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.slider-buttonContainer {
  margin-top: 40px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .slider-buttonContainer {
    margin-top: 20px;
  }
}
.slider-buttonContainer .sa-button {
  width: auto;
}

.blocksliderblock,
.preview .sliderblock {
  width: 100%;
}
.blocksliderblock .canvas-element-container,
.preview .sliderblock .canvas-element-container {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 0;
}
.blocksliderblock .item,
.blocksliderblock .parkingBlock,
.preview .sliderblock .item,
.preview .sliderblock .parkingBlock {
  height: 70vw;
  max-height: 90vh;
  min-height: 600px;
}
@media (max-width: 991px) {
  .blocksliderblock .item,
  .blocksliderblock .parkingBlock,
  .preview .sliderblock .item,
  .preview .sliderblock .parkingBlock {
    height: 90vh;
    max-height: 630px;
    min-height: 500px;
  }
}
.blocksliderblock .item.hasLink,
.blocksliderblock .parkingBlock.hasLink,
.preview .sliderblock .item.hasLink,
.preview .sliderblock .parkingBlock.hasLink {
  cursor: pointer;
}
.blocksliderblock .item.hasLink:hover .text-wrapper,
.blocksliderblock .parkingBlock.hasLink:hover .text-wrapper,
.preview .sliderblock .item.hasLink:hover .text-wrapper,
.preview .sliderblock .parkingBlock.hasLink:hover .text-wrapper {
  text-decoration: underline;
}
.blocksliderblock .item .sa-button,
.blocksliderblock .parkingBlock .sa-button,
.preview .sliderblock .item .sa-button,
.preview .sliderblock .parkingBlock .sa-button {
  margin-bottom: 10px;
}
.blocksliderblock .item .slider-image,
.blocksliderblock .parkingBlock .slider-image,
.preview .sliderblock .item .slider-image,
.preview .sliderblock .parkingBlock .slider-image {
  height: 100%;
  position: absolute;
  width: 100%;
}
.blocksliderblock .item-text-container,
.preview .sliderblock .item-text-container {
  width: 100%;
}
.blocksliderblock .item-text-container.huggable,
.preview .sliderblock .item-text-container.huggable {
  font-family: "Huggable";
}
.blocksliderblock .item-text,
.preview .sliderblock .item-text {
  position: relative;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 48px;
  line-height: 1.1;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blocksliderblock .item-text,
  .preview .sliderblock .item-text {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .blocksliderblock .item-text,
  .preview .sliderblock .item-text {
    margin-bottom: 40px;
    font-size: 35px;
    width: 100%;
    line-height: 1.2;
    max-width: 100%;
  }
}
.blocksliderblock .item-text .text-wrapper,
.preview .sliderblock .item-text .text-wrapper {
  max-width: 50%;
  padding: 15px 20px 5px;
  margin-top: 0; /* overridden in Header.scss if hero behind header */
}
@media (max-width: 767px) {
  .blocksliderblock .item-text .text-wrapper,
  .preview .sliderblock .item-text .text-wrapper {
    max-width: 90%;
  }
}
.blocksliderblock .item-text .text-wrapper.slidetextbackground,
.preview .sliderblock .item-text .text-wrapper.slidetextbackground {
  background-color: rgba(0, 0, 0, 0.5);
}
.blocksliderblock .item-text .text-wrapper__wide,
.preview .sliderblock .item-text .text-wrapper__wide {
  max-width: 100%;
}
.blocksliderblock .item-text .sa-button,
.preview .sliderblock .item-text .sa-button {
  margin-top: 10px;
  margin-right: 10px;
  width: auto;
}
@media (max-width: 767px) {
  .blocksliderblock .item-text .sa-button,
  .preview .sliderblock .item-text .sa-button {
    width: 100%;
  }
}
.blocksliderblock .item-text.huggable,
.preview .sliderblock .item-text.huggable {
  font-family: "Huggable";
}
.blocksliderblock .carousel-indicators-wrapper,
.preview .sliderblock .carousel-indicators-wrapper {
  position: absolute;
  bottom: 25px;
  height: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .blocksliderblock .carousel-indicators-wrapper,
  .preview .sliderblock .carousel-indicators-wrapper {
    bottom: 10px;
  }
}
.blocksliderblock .carousel-indicators-wrapper .container,
.preview .sliderblock .carousel-indicators-wrapper .container {
  height: 20px;
  position: relative;
}
.blocksliderblock .carousel-indicators-wrapper .container .carousel-indicators,
.preview .sliderblock .carousel-indicators-wrapper .container .carousel-indicators {
  width: auto;
  margin-left: 0px;
  left: auto;
  right: 0px;
  padding-right: 15px;
  bottom: auto;
  margin: auto;
}
@media (max-width: 767px) {
  .blocksliderblock .carousel-indicators-wrapper .container .carousel-indicators,
  .preview .sliderblock .carousel-indicators-wrapper .container .carousel-indicators {
    right: auto;
    width: 100%;
    padding: 0px;
  }
}
.blocksliderblock .gradient-overlay,
.preview .sliderblock .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocksliderblock .gradient-overlay__dark,
.preview .sliderblock .gradient-overlay__dark {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 44%, rgba(255, 255, 255, 0) 100%);
}
.blocksliderblock .gradient-overlay__light,
.preview .sliderblock .gradient-overlay__light {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
}

/* hero not positioned behind header */
#header:not(.herotop) .blocksliderblock .item,
#header:not(.herotop) .blocksliderblock .parkingBlock {
  margin-top: -227px; /* add padding and negative margin to subtract header height */
  padding-top: 227px;
}
#header:not(.herotop) .blocksliderblock .item .slider-image,
#header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
  height: calc(100% - 227px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header:not(.herotop) .blocksliderblock .item,
  #header:not(.herotop) .blocksliderblock .parkingBlock {
    margin-top: -207px; /* add padding and negative margin to subtract header height */
    padding-top: 207px;
  }
  #header:not(.herotop) .blocksliderblock .item .slider-image,
  #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
    height: calc(100% - 207px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header:not(.herotop) .blocksliderblock .item,
  #header:not(.herotop) .blocksliderblock .parkingBlock {
    margin-top: -217px; /* add padding and negative margin to subtract header height */
    padding-top: 217px;
  }
  #header:not(.herotop) .blocksliderblock .item .slider-image,
  #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
    height: calc(100% - 217px);
  }
}
@media (max-width: 767px) {
  #header:not(.herotop) .blocksliderblock .item,
  #header:not(.herotop) .blocksliderblock .parkingBlock {
    margin-top: -138.6px; /* add padding and negative margin to subtract header height */
    padding-top: 138.6px;
  }
  #header:not(.herotop) .blocksliderblock .item .slider-image,
  #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
    height: calc(100% - 138.6px);
  }
}

#StorytellingPage #header:not(.herotop) .blocksliderblock .item,
#StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock {
  margin-top: -90px; /* add padding and negative margin to subtract header height */
  padding-top: 90px;
}
#StorytellingPage #header:not(.herotop) .blocksliderblock .item .slider-image,
#StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
  height: calc(100% - 90px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #StorytellingPage #header:not(.herotop) .blocksliderblock .item,
  #StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock {
    margin-top: -90px; /* add padding and negative margin to subtract header height */
    padding-top: 90px;
  }
  #StorytellingPage #header:not(.herotop) .blocksliderblock .item .slider-image,
  #StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
    height: calc(100% - 90px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #StorytellingPage #header:not(.herotop) .blocksliderblock .item,
  #StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock {
    margin-top: -70px; /* add padding and negative margin to subtract header height */
    padding-top: 70px;
  }
  #StorytellingPage #header:not(.herotop) .blocksliderblock .item .slider-image,
  #StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
    height: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  #StorytellingPage #header:not(.herotop) .blocksliderblock .item,
  #StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock {
    margin-top: -60px; /* add padding and negative margin to subtract header height */
    padding-top: 60px;
  }
  #StorytellingPage #header:not(.herotop) .blocksliderblock .item .slider-image,
  #StorytellingPage #header:not(.herotop) .blocksliderblock .parkingBlock .slider-image {
    height: calc(100% - 60px);
  }
}

#TwoColumnPage #MainContent .contentblocksliderblock {
  padding-top: 0px;
}
#TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item {
  height: 300px;
  min-height: 200px;
}
@media (min-width: 1200px) {
  #TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item {
    height: 375px;
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item {
    height: 275px;
  }
}
@media (max-width: 480px) {
  #TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item {
    height: 210px;
  }
}
#TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item-text {
  position: absolute;
  bottom: 28px;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  font-size: 24px;
}
@media (min-width: 1200px) {
  #TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item-text {
    bottom: 46px;
  }
}
#TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .item-text .text-wrapper {
  max-width: 100%;
}
#TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .carousel-indicators {
  margin-left: 0px;
  margin-bottom: 3px;
  padding-right: 0px !important;
  bottom: 0px;
}
@media (min-width: 1200px) {
  #TwoColumnPage #MainContent .contentblocksliderblock .blocksliderblock .carousel-indicators {
    margin-bottom: 10px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
div.parkingserviceblock {
  padding-bottom: 10px !important;
  padding-top: 20px !important;
}
@media (min-width: 1200px) {
  div.parkingserviceblock {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.parkingserviceblock {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.parkingserviceblock {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  div.parkingserviceblock {
    padding-bottom: 22px !important;
    padding-top: 22px !important;
  }
}
@media (max-width: 480px) {
  div.parkingserviceblock {
    padding-bottom: 22px !important;
    padding-top: 22px !important;
  }
}

.parkingServiceBlock .heading hr {
  margin: 17px 0 33px;
  border-color: #ddd;
}
.parkingServiceBlock .mainBodyRight {
  color: #0F1A41;
  font-size: 14px;
  line-height: 24px;
}
.parkingServiceBlock .mainBodyRight .subheading {
  font-style: italic;
}
.parkingServiceBlock .mainBodyRight hr {
  margin-top: 18px;
  border-top: 3px solid #000;
}
@media (max-width: 767px) {
  .parkingServiceBlock .mainBodyRight {
    margin-top: 30px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.storytellingBlock .contentWrapper {
  display: flex; }
  @media (max-width: 767px) {
    .storytellingBlock .contentWrapper {
      display: block; } }

.storytellingBlock .relatedContentWrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  @media (max-width: 767px) {
    .storytellingBlock .relatedContentWrapper {
      display: block; } }

.storytellingBlock .relatedContentContainer {
  width: 1170px;
  margin-left: -697.5px;
  margin-right: -15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .storytellingBlock .relatedContentContainer {
      width: 970px;
      margin-left: -580.83px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .storytellingBlock .relatedContentContainer {
      width: 750px;
      margin-left: -452.5px; } }
  @media (max-width: 767px) {
    .storytellingBlock .relatedContentContainer {
      width: auto;
      margin-left: -15px; } }
  .storytellingBlock .relatedContentContainer .block, .storytellingBlock .relatedContentContainer .margin-block {
    float: right;
    clear: right; }
    @media (max-width: 767px) {
      .storytellingBlock .relatedContentContainer .block, .storytellingBlock .relatedContentContainer .margin-block {
        float: none; } }
    .storytellingBlock .relatedContentContainer .block:first-child, .storytellingBlock .relatedContentContainer .margin-block:first-child {
      margin-top: 0px; }

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.fullwidthimageblock {
  padding-top: 0px !important;
}

.fullWidthImageBlock .image-container {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .fullWidthImageBlock .image-container .scalable {
    width: 100%; /* Desktop */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fullWidthImageBlock .image-container .scalable {
    width: 100%; /* Tablet */
  }
}
@media (max-width: 767px) {
  .fullWidthImageBlock .image-container .scalable {
    width: 100%;
    aspect-ratio: 375/313; /* Mobile */
  }
}
.fullWidthImageBlock .image-container .image-text-container {
  position: absolute;
  /*padding-top: 20px;*/
  height: 100%;
  width: 100%;
  display: flex;
  align-content: flex-end;
}
.fullWidthImageBlock .image-container .image-text-container div[style*=background-image] {
  background-position: 50% 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.fullWidthImageBlock .image-container .image-text-container .container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .fullWidthImageBlock .image-container .image-text-container .container {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fullWidthImageBlock .image-container .image-text-container .container .inner-container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .fullWidthImageBlock .image-container .image-text-container .container .inner-container {
    margin-bottom: 2rem;
  }
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container > div {
  padding-left: 0;
  padding-right: 0px;
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container .h1 {
  color: white;
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container .mainbody {
  color: white;
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container .topborder {
  border-top: 2px solid white;
  margin-bottom: 1rem;
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container .buttoncontainer {
  margin-top: 1em;
  padding-left: 0px;
  padding-right: 0px;
}
.fullWidthImageBlock .image-container .image-text-container .container .inner-container .sa-button {
  width: 100%;
}
.fullWidthImageBlock .doublebuttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .fullWidthImageBlock .doublebuttons {
    flex-direction: row;
    gap: 3rem;
  }
}
.fullWidthImageBlock .image-text-container .doublebuttons > div {
  flex: 1 1 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.navigationblock.block {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

.NavigationBlock .linkItemsContainer {
  border-bottom: 1px solid;
  border-color: #DDDDDD;
  min-height: 50px;
  width: 100%;
  background-color: #FFFFFF;
}
.NavigationBlock .linkItemsContainer a {
  color: #545454;
}
.NavigationBlock .linkItemsContainer a:hover {
  text-decoration: none;
}
.NavigationBlock .linkItemsContainer .linkItemContainer {
  margin-right: 25px;
  padding-top: 20px;
  display: inline-block;
  font-size: 15px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .NavigationBlock .linkItemsContainer .linkItemContainer {
    font-size: 15px;
    display: block;
    width: 100%;
    padding-top: 15px;
  }
}
.NavigationBlock .linkItemsContainer .linkItemContainer .linkItem {
  display: inline-block;
  padding-bottom: 18px;
}
.NavigationBlock .linkItemsContainer .linkItemContainer .linkItem.currentPageLinkItem {
  border-bottom: 7px solid;
  border-color: #545454;
  cursor: pointer;
  padding-bottom: 11px;
}
.NavigationBlock .linkItemsContainer .linkItemContainer .linkItem:hover {
  border-bottom: 7px solid;
  padding-bottom: 11px;
  border-color: #545454;
  cursor: pointer;
}
@media (max-width: 767px) {
  .NavigationBlock .linkItemsContainer .linkItemContainer .linkItem {
    padding: 7px 0px;
  }
  .NavigationBlock .linkItemsContainer .linkItemContainer .linkItem:first-child {
    padding-top: 0px;
  }
  .NavigationBlock .linkItemsContainer .linkItemContainer .linkItem.currentPageLinkItem {
    border-left: 7px solid;
    padding: 7px 0px;
    padding-left: 9px;
    border-bottom: 0px solid;
  }
  .NavigationBlock .linkItemsContainer .linkItemContainer .linkItem:hover {
    border-left: 7px solid;
    padding: 7px 0px;
    padding-left: 9px;
    border-bottom: 0px solid;
  }
}
@media (max-width: 767px) {
  .NavigationBlock .linkItemsContainer > div:first-child {
    padding-top: 5px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parkingBlock .parkingBlock-date {
  position: relative;
  display: inline-block;
}
.parkingBlock .parkingBlock-date i {
  position: absolute;
  right: 25px;
  top: 38px;
  font-size: 20px;
}
.parkingBlock .parkingToDate, .parkingBlock .parkingFromDate {
  margin-right: 0px;
  /* padding-bottom: 20px; */
}
.parkingBlock form.terminalsAreAvaliable .error {
  /*@include desktop{
      position: absolute;
      bottom: 0px;
      left: 15px;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingBlock form.terminalsAreAvaliable .error {
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
}
.parkingBlock .parkingBlock-inputform {
  padding-bottom: 12px;
  display: inline-block;
}
.parkingBlock .parkingInputForm > div {
  padding-bottom: 20px;
}
.parkingBlock .promo-header {
  color: #ED7530;
}
.parkingBlock .promo-mainbody {
  font-size: 36px;
  color: #000000;
  display: inline-block;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  line-height: normal;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .parkingBlock .promo-mainbody {
    font-size: 32px;
  }
}
.parkingBlock .promo-price {
  color: #659800;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.parkingBlock .bootstrap-datetimepicker-widget .timepicker-hour {
  width: 70px;
}
.parkingBlock .sa-button {
  width: 100%;
  position: relative;
  top: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkingBlock .terminal, .parkingBlock .noTerminal {
    /* padding-left: 0; */
  }
}
@media (max-width: 767px) {
  .parkingBlock .parkingBlock-inputform {
    /* padding: 0px 15px 15px 15px; */
  }
  .parkingBlock .parkingInputForm > div:first-child {
    padding-left: 15px;
  }
}

/* Parkingblock on heroarea in edit */
header [data-epi-property-name=HeroArea] .blocksliderblock .parkingonheroarea .parkingBlock .parkingBlockContainer {
  position: absolute;
}

/* Parkingblock in heroarea styling */
.heroArea .parkingBlock .parkingBlockContainer.transparent-background {
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding-top: 10px;
}
.heroArea .parkingBlock .parkingBlockContainer {
  position: relative;
  top: 300px;
}
.heroArea .parkingBlock .parkingBlockContainer label {
  color: #FFFFFF;
}
.heroArea .parkingBlock .parkingBlockContainer input.form-control, .heroArea .parkingBlock .parkingBlockContainer select.form-control {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .heroArea .parkingBlock .parkingBlockContainer .sa-button {
    top: 0px;
  }
}
.heroArea .parkingBlock .parkingBlockContainer .promo-mainbody, .heroArea .parkingBlock .parkingBlockContainer .promo-price {
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .heroArea .parkingBlock .parkingBlockContainer .promo-mainbody, .heroArea .parkingBlock .parkingBlockContainer .promo-price {
    font-size: 29px;
    line-height: 1;
  }
}
.heroArea .parkingBlock .parkingBlockContainer .promo-description-container {
  padding-top: 4px;
  color: white;
}
.heroArea .parkingBlock .parkingBlockContainer .promo-price {
  color: #659800;
}
.heroArea .parkingBlock .parkingBlockContainer .carousel-inner {
  overflow: visible;
}
@media (max-width: 480px) {
  .heroArea .parkingBlock .parkingBlockContainer .promo-mainbody-container {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .heroArea .parkingBlock .parkingBlockContainer .parkingBlock-inputform {
    padding: 0px 15px;
  }
}
.heroArea .parkingBlock .parkingBlockContainer .promo-header {
  color: #7AB800;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .heroArea .parkingBlock .parkingBlockContainer .promo-header {
    font-size: 30px;
    line-height: 1;
  }
}
.heroArea .parkingBlock .parkingBlockContainer .parkingBlock-inputform {
  margin-top: 20px;
}
.heroArea .parkingBlock .parkingBlockContainer .parkingOfferArea > div {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .heroArea .parkingBlock .parkingBlockContainer {
    top: 150px;
  }
}
.heroArea .parkingBlock .parkingBlockContainer .bootstrap-datetimepicker-widget {
  z-index: 999999;
  color: #000000;
}
@media (max-width: 767px) {
  .heroArea .parkingBlock .parkingBlockContainer {
    padding-top: 10px;
  }
  .heroArea .parkingBlock .parkingBlockContainer .parkingInputForm > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel-inner.parkingonheroarea {
  overflow: visible;
}

/* Names and colors are from styleguide. */
/* Buttons */
/* Inputs */
/* New Style Guid  */
/* datetimepicker */
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.bookFlightBlock .bookFlightChild-childContainer {
  height: 100px; }
  @media (max-width: 767px) {
    .bookFlightBlock .bookFlightChild-childContainer {
      height: auto;
      margin-bottom: 20px; } }

.bookFlightBlock .bookFlightBlock-icon {
  padding: 16px 0px 0px 30px;
  position: absolute;
  top: 0;
  right: 0;
  float: right; }
  @media (max-width: 991px) {
    .bookFlightBlock .bookFlightBlock-icon {
      position: relative; } }

.bookFlightBlock .bookFlightButton {
  min-width: 100%;
  margin-top: 25px;
  min-height: 150px;
  text-align: left;
  color: #FFFFFF !important; }
  @media (max-width: 767px) {
    .bookFlightBlock .bookFlightButton {
      min-width: initial; } }

@media (max-width: 991px) {
  .bookFlightBlock .bookFlightButton {
    width: 100%; } }

.bookFlightBlock .bookFlightTo-spinner-icon {
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 43px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bookFlightBlock .bookFlightTo-spinner-icon {
      top: 38px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bookFlightBlock .bookFlightTo-spinner-icon {
      top: 38px; } }
  @media (max-width: 767px) {
    .bookFlightBlock .bookFlightTo-spinner-icon {
      top: 38px; } }
  .bookFlightBlock .bookFlightTo-spinner-icon .spinner {
    -webkit-animation: spinicon 1s infinite steps(8);
    animation: spinicon 1s infinite steps(8);
    display: inline-block; }

@-webkit-keyframes spinicon {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spinicon {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.bookFlightBlock .alpha {
  opacity: 0.4;
  cursor: not-allowed !important; }
  .bookFlightBlock .alpha::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #545454 !important; }
  .bookFlightBlock .alpha::-moz-placeholder {
    /* Firefox 19+ */
    color: #545454 !important; }
  .bookFlightBlock .alpha:-ms-input-placeholder {
    /* IE 10+ */
    color: #545454 !important; }
  .bookFlightBlock .alpha:-moz-placeholder {
    /* Firefox 18- */
    color: #545454 !important; }
  .bookFlightBlock .alpha[aria-invalid='true'] {
    background-color: #ebebe4 !important;
    box-shadow: inset 0 0px 0 0 #F5E1E2;
    -webkit-box-shadow: inset 0 0px 0 0 #F5E1E2;
    -moz-box-shadow: inset 0 0px 0 0 #F5E1E2; }

.bookFlightBlock .directflightmode {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px; }

.bookFlightBlock .Form__Element span {
  vertical-align: top; }

.bookFlightBlock .top-logo {
  top: 9px;
  float: right; }

.bookFlightBlock .Form__Element label input[type="radio"] {
  background-position: -2px -2px;
  background-size: 27px; }
  .bookFlightBlock .Form__Element label input[type="radio"]:checked {
    background-position: -2px -2px;
    background-size: 27px; }

.bookFlightBlock .flightButton {
  background-image: url(/Static/img/flyg.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 60px;
  background-origin: content-box;
  padding: 12px 20px; }

.bookFlightBlock .charterButton {
  background-image: url(/Static/img/parking/baglady.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 60px;
  background-origin: content-box;
  padding: 12px 20px; }

.bookFlightBlock .lastMinuteButton {
  background-image: url(/Static/img/clock-icon-white.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 60px;
  background-origin: content-box;
  padding: 12px 20px; }

#StandardPage .mobileTabBlockItem .bookFlightBlock-form {
  padding-left: 15px;
  padding-right: 15px; }

#StandardPage .bookFlightBlock-form {
  padding-left: 0px;
  padding-right: 0px; }

.bookFlightBlock-searchResult span {
  display: block;
  width: 100%; }

.bookFlightBlock-searchResult .bookFlightBlock-name {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma; }

.tabBlockItems .bookFlightBlock {
  padding: 25px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .tabBlockItems .bookFlightBlock {
      padding: 15px 0px; } }

.mobileTab .bookFlightBlock {
  padding-top: 11px;
  padding-bottom: 11px; }

.bookFlightBlockWhenCompressed .bookFlightBlock-button button {
  width: 100%; }

.bookFlightBlockWhenCompressed .heading {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid black; }

.bookFlightBlockWhenCompressed .bookFlightBlock-icon {
  padding-top: 15px;
  padding-right: 15px;
  /*position: absolute;
  right: 15px;*/
  float: right;
}
@media (max-width: 991px) {
  .bookFlightBlockWhenCompressed .bookFlightBlock-icon {
    padding-right: 0px;
  }
}

.destinationPage-topArea .bookflightblock .bookFlightBlock {
  border: 1px solid #878F94;
  margin: 15px;
  padding: 15px;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .heading {
  border: 0px;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-group label {
  font-weight: normal;
  color: #0F1A41;
  font-size: 18px;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .bookFlightBlock-icon {
  position: relative;
  padding-right: 0px;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .directflightmode {
  display: none;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[readonly] {
  background: #Eff5fa;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[readonly]:focus {
  background-color: #DDE9F6;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[readonly]:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[readonly]:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[readonly]:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[readonly]:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control {
  color: #000000;
  background-color: #Eff5fa;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
@media (min-width: 1200px) {
  .destinationPage-topArea .bookflightblock .bookFlightBlock .form-control {
    height: 55px;
    font-size: 20px;
  }
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:hover {
  /*background-color: $hovereffect;*/
  border: none;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:focus {
  background-color: #DDE9F6;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:focus[aria-invalid=true] {
  background-color: #FFFFFF;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
  -moz-box-shadow: inset 0 -3px 0 0 #000000;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control:not([type=checkbox]):focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[aria-invalid=true] {
  background-color: #F5E1E2 !important;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[aria-describedby] {
  background-color: #F5E1E2;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.destinationPage-topArea .bookflightblock .bookFlightBlock .form-control[aria-invalid=false][aria-describedby] {
  background-color: #FFFFFF;
  box-shadow: none;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.textBlock .header__container {
  border-bottom: 1px solid transparent;
}
.textBlock .header__container.header__container__underlined {
  border-bottom-color: #545454;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 14px;
}
.textBlock .text__container {
  color: #0F1A41;
}
.textBlock .text__container .text__titleandimage {
  height: 70px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .textBlock .text__container .text__titleandimage {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .textBlock .text__container .text__titleandimage {
    height: 50px;
  }
}
.textBlock .text__container .text__titleandimage picture > img {
  max-width: 48px;
  float: left;
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .textBlock .text__container .text__titleandimage picture > img {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .textBlock .text__container .text__titleandimage picture > img {
    max-width: 32px;
  }
}
.textBlock .text__container .text__titleandimage p {
  margin: 0px !important;
}
@media (min-width: 1200px) {
  .textBlock .text__container .text__titleandimage p.h1 {
    font-size: 61px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .textBlock .text__container .text__titleandimage p.h1 {
    font-size: 51px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .textBlock .text__container .text__titleandimage p.h1 {
    font-size: 41px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Overide nested containers (e.g. in standardblock) */
.container .newsLetterSubscriptionBlock .container {
  width: 100%;
  padding: 0px;
}

.standardBlock-mainContentArea .newslettersubscriptionblock {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.newsLetterSubscriptionBlock form {
  display: block;
  height: auto;
  clear: both;
}
.newsLetterSubscriptionBlock .isInEditMode {
  margin-top: 15px;
}
.newsLetterSubscriptionBlock .text-container {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .newsLetterSubscriptionBlock .newsLetterSub-email-container {
    margin-bottom: 15px;
  }
}
.newsLetterSubscriptionBlock .newsLetterSub-email-container .newsLetterSub-email {
  background-color: #EBEBEB;
}
.newsLetterSubscriptionBlock .terms-and-conditions-container {
  display: flex;
  padding-top: 25px;
}
.newsLetterSubscriptionBlock .terms-and-conditions-container .termsAndConditions-chkbx {
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 15px;
  margin-top: 0px;
}
.newsLetterSubscriptionBlock .terms-and-conditions-container .termsAndConditions-text {
  flex-basis: 100%;
}
.newsLetterSubscriptionBlock .newsLetterSub-subBtn {
  width: 100%;
}
.newsLetterSubscriptionBlock .newsLetterSub-feedback {
  background: #DDE9F6;
  padding-top: 15px;
  padding-bottom: 5px;
}
.newsLetterSubscriptionBlock .newsLetterSub-feedback.error {
  background: #F5E1E2;
  margin-top: 15px;
  color: red;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.UpsellingBlock {
  margin-bottom: 70px;
}
.UpsellingBlock.ManageBookingUpsell {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .UpsellingBlock .Upselling-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .UpsellingBlock .Upselling-scroll .Upselling-scrollContainer .Upselling-card-container {
    width: 40vw;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
  }
}
@media (max-width: 767px) {
  .UpsellingBlock .Upselling-scroll .Upselling-scrollContainer .Upselling-card-container {
    width: 80vw;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
}
.UpsellingBlock .Upselling-scroll .Upselling-scrollContainer .Upselling-card-container .Upselling-Title .unvisble-brackline {
  width: 67px;
}
@media (max-width: 767px) {
  .UpsellingBlock .Upselling-scroll .Upselling-scrollContainer .Upselling-card-container .Upselling-Title .unvisble-brackline {
    width: 77px;
  }
}
.UpsellingBlock .clearfix {
  clear: both;
}
.UpsellingBlock .parking-paymentView-cancel span {
  float: none;
}
.UpsellingBlock .Upselling-scrollContainer {
  padding-top: 35px;
  padding-bottom: 15px;
}
.UpsellingBlock .Upselling-card-container.premium .Upselling-bubble {
  background-color: #000000;
}
.UpsellingBlock .Upselling-card-container.premium .Time-to-arrive {
  color: #000000;
}
.UpsellingBlock .Upselling-card-container.premium .price {
  color: #000000;
}
.UpsellingBlock .Upselling-card-container.premium .upgrade-percent {
  color: #000000;
}
.UpsellingBlock .Upselling-card-container.premium .color-fill {
  fill: #000000;
}
.UpsellingBlock .Upselling-card-container.premium .sa-button-themed:not(.soldout) {
  background-color: #000000;
  color: #FFFFFF;
}
.UpsellingBlock .Upselling-card-container.premium .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.UpsellingBlock .Upselling-card-container.indoor .Upselling-bubble {
  background-color: #ED7530;
}
.UpsellingBlock .Upselling-card-container.indoor .Time-to-arrive {
  color: #ED7530;
}
.UpsellingBlock .Upselling-card-container.indoor .price {
  color: #ED7530;
}
.UpsellingBlock .Upselling-card-container.indoor .upgrade-percent {
  color: #ED7530;
}
.UpsellingBlock .Upselling-card-container.indoor .color-fill {
  fill: #ED7530;
}
.UpsellingBlock .Upselling-card-container.indoor .sa-button-themed:not(.soldout) {
  background-color: #ED7530;
  color: #FFFFFF;
}
.UpsellingBlock .Upselling-card-container.indoor .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.UpsellingBlock .Upselling-card-container.longterm .Upselling-bubble {
  background-color: #659800;
}
.UpsellingBlock .Upselling-card-container.longterm .Time-to-arrive {
  color: #659800;
}
.UpsellingBlock .Upselling-card-container.longterm .price {
  color: #659800;
}
.UpsellingBlock .Upselling-card-container.longterm .upgrade-percent {
  color: #659800;
}
.UpsellingBlock .Upselling-card-container.longterm .color-fill {
  fill: #659800;
}
.UpsellingBlock .Upselling-card-container.longterm .sa-button-themed:not(.soldout) {
  background-color: #659800;
  color: #FFFFFF;
}
.UpsellingBlock .Upselling-card-container.longterm .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.UpsellingBlock .Upselling-card-container.outdoor .Upselling-bubble {
  background-color: #009BDE;
}
.UpsellingBlock .Upselling-card-container.outdoor .Time-to-arrive {
  color: #009BDE;
}
.UpsellingBlock .Upselling-card-container.outdoor .price {
  color: #009BDE;
}
.UpsellingBlock .Upselling-card-container.outdoor .upgrade-percent {
  color: #009BDE;
}
.UpsellingBlock .Upselling-card-container.outdoor .color-fill {
  fill: #009BDE;
}
.UpsellingBlock .Upselling-card-container.outdoor .sa-button-themed:not(.soldout) {
  background-color: #009BDE;
  color: #FFFFFF;
}
.UpsellingBlock .Upselling-card-container.outdoor .sa-button-themed:not(.soldout):hover {
  background-color: #e8e8e8;
  color: #000000;
}
.UpsellingBlock .Upselling-card-block {
  width: 100%;
  background: #FFFFFF;
  padding: 15px;
}
.UpsellingBlock .Upselling-card-block .Upselling-Title {
  font-size: 20px;
  color: #000;
}
.UpsellingBlock .Upselling-card-block .Upselling-Title .unvisble-brackline {
  width: 67px;
  height: 10px;
  float: right;
}
@media (max-width: 767px) {
  .UpsellingBlock .Upselling-card-block .Upselling-Title .unvisble-brackline {
    width: 162px;
  }
}
.UpsellingBlock .Upselling-card-block .Time-to-arrive {
  height: 40px;
  padding-top: 10px;
  font-size: 12px;
}
.UpsellingBlock .Upselling-card-block .Time-to-arrive .upgrade-transfertime {
  float: left;
  padding-top: 3px;
  font-size: 32px;
}
.UpsellingBlock .Upselling-card-block .Time-to-arrive .upgrade-transfertime-type {
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  line-height: 13px;
}
.UpsellingBlock .Upselling-card-block .Time-to-arrive .upgrade-TravelIcon {
  float: left;
  padding-top: 3px;
}
.UpsellingBlock .Upselling-card-block .Time-to-arrive .upgrade-category-name {
  float: right;
  color: #878F94;
}
.UpsellingBlock .Upselling-card-block .sa-button {
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
}
.UpsellingBlock .Upselling-bubble {
  height: 66px;
  width: 66px;
  right: 30px;
  border-radius: 100px;
  top: -33px;
  display: flex;
  color: #FFFFFF;
  font-family: "Helvetica Neue Regular";
  position: absolute;
}
.UpsellingBlock .Upselling-bubble div {
  margin: 22px auto auto auto;
  text-align: center;
}
.UpsellingBlock .Upselling-bubble div span {
  font-size: 20px;
}
.UpsellingBlock .break-line {
  border-top: 1px solid #d1d4d6;
  width: 100%;
  margin: 8px 0px;
}
.UpsellingBlock .extra-info {
  font-size: 14px;
  color: #878F94;
}
.UpsellingBlock .extra-info span {
  display: block;
}
.UpsellingBlock .upgrade-promo-comparison {
  text-align: right;
}
.UpsellingBlock .upgrade-promo-comparison .upgrade-comparision-active {
  font-size: 11px;
  line-height: 13px;
}
.UpsellingBlock .upgrade-promo-comparison .upgrade-comparision-inactive {
  font-size: 11px;
  padding-right: 2px;
  line-height: 13px;
  color: #878F94;
  font-style: italic;
}
.UpsellingBlock .Upselling-price {
  padding-bottom: 8px;
}
.UpsellingBlock .Upselling-price .price {
  font-size: 16px;
}
.UpsellingBlock .Upselling-price .summary {
  font-size: 16px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#header {
  color: #0F1A41;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  position: relative;
}
#header .focus {
  width: 450px !important;
}
@media (max-width: 767px) {
  #header .focus {
    width: 100% !important;
    right: 0px !important;
    position: absolute;
  }
}
#header .focus > div {
  width: 100%;
}
#header.crisisMode-active {
  min-height: 300px;
}
@media (max-width: 767px) {
  #header.crisisMode-active {
    min-height: 360px;
  }
}
#header .airport-heading {
  font-size: 4.8rem;
  margin-top: 32px;
  line-height: 50px;
}
#header .headerDivider {
  background: #0F1A41;
  display: block;
  width: 100%;
}
#header .headerContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  background-color: #FFFFFF;
  z-index: 20;
  position: sticky;
}
#header .headerContainer .airport-heading {
  color: #0F1A41;
}
#header .headerItems {
  position: relative;
}
#header .headerItems__item {
  transition: all 0.5s ease;
  height: 70px;
  text-align: center;
  border-radius: 0px;
  border-top: 0px;
  border-bottom: 0px;
  font-size: 1.4rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  border-left: 1px solid #EBEBEB;
  gap: 1rem;
}
@media (max-width: 767px) {
  #header .headerItems__item {
    height: 55px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 480px) {
  #header .headerItems__item {
    gap: 0.5rem;
  }
}
#header .headerItems__item.navbar {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  #header .headerItems__item.navbar {
    padding: 0 0.5rem;
  }
}
#header .headerItems__item.logincontainer {
  max-width: 290px;
}
@media (max-width: 360px) {
  #header .headerItems__item.logincontainer {
    max-width: 135px;
  }
  #header .headerItems__item.logincontainer svg {
    display: none;
  }
}
@media (max-width: 480px) {
  #header .headerItems__item.logincontainer {
    max-width: 165px;
  }
}
#header .headerItems .mypageslink {
  text-decoration: none;
  color: #0F1A41;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#header .headerItems .mypageslink:hover {
  text-decoration: underline;
}
#header .logo-cell {
  height: 70px;
  margin-right: auto;
  width: 177px;
}
@media (max-width: 767px) {
  #header .logo-cell {
    height: 55px;
    width: 117px;
  }
}
#header .logo-cell .logo {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #header .logo-cell .logo {
    height: 55px;
    padding-left: 15px;
  }
}
#header .logo-cell .logo a {
  height: 40px;
  display: block;
}
@media (max-width: 767px) {
  #header .logo-cell .logo a {
    height: 30px;
  }
}
#header .logo-cell .logo a svg {
  height: 40px;
}
@media (max-width: 767px) {
  #header .logo-cell .logo a svg {
    height: 30px;
  }
}
#header .logo-cell .invertedlogo {
  display: none;
  height: 70px;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #header .logo-cell .invertedlogo {
    height: 55px;
    padding-left: 15px;
  }
}
#header .logo-cell .invertedlogo a {
  height: 40px;
  display: block;
}
@media (max-width: 767px) {
  #header .logo-cell .invertedlogo a {
    height: 30px;
  }
}
#header .logo-cell .invertedlogo a svg {
  height: 40px;
}
@media (max-width: 767px) {
  #header .logo-cell .invertedlogo a svg {
    height: 30px;
  }
}
#header .search-area {
  margin-bottom: 0;
  height: 70px;
  width: 284px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 16;
}
@media (max-width: 767px) {
  #header .search-area.focus {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #header .search-area {
    height: 55px;
    padding: 0 15px;
    width: 112px;
  }
}
#header .language-switcher .languageSelector .languageSelectorItem:nth-child(2), #header .language-switcher .languageSelector .languageSelectorItem:nth-child(3) {
  display: none;
}
#header .mobileMenuToggler.navbar {
  margin-bottom: 0;
}
#header .mobileMenuToggler.navbar .mobileMenuTogglerContainer {
  cursor: pointer;
  display: flex;
  gap: 1rem;
}
#header .mobileMenuToggler.navbar .mobileMenuTogglerText {
  padding-top: 2px;
}
#header .mobileMenuToggler.navbar .mobileMenuTogglerIcon {
  font-size: 2.4rem;
}
#header.herotop .headerItems {
  position: absolute;
  width: 100%;
}
#header.herotop .headerContainer {
  z-index: 20;
  position: relative;
}
#header.herotop .blocksliderblock .item-text .text-wrapper, #header.herotop .preview .sliderblock .item-text .text-wrapper {
  margin-top: 227px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header.herotop .blocksliderblock .item-text .text-wrapper, #header.herotop .preview .sliderblock .item-text .text-wrapper {
    margin-top: 207px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.herotop .blocksliderblock .item-text .text-wrapper, #header.herotop .preview .sliderblock .item-text .text-wrapper {
    margin-top: 165px;
  }
}
@media (max-width: 767px) {
  #header.herotop .blocksliderblock .item-text .text-wrapper, #header.herotop .preview .sliderblock .item-text .text-wrapper {
    margin-top: 140px;
  }
}
#header.herotop.inverted .headerItems {
  color: #FFFFFF;
}
#header.herotop.inverted .headerItems .airport-heading, #header.herotop.inverted .headerItems .languageSelector a {
  color: #FFFFFF;
}
#header.herotop.inverted .invertedlogo {
  display: table-cell;
}
#header.herotop.inverted .logo {
  display: none;
}
#header.herotop.inverted .headerDivider {
  background: #FFFFFF;
}
#header.herotop.inverted .headerContainer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: hidden;
  z-index: 20;
}
#header.herotop.inverted .search-area {
  background-color: transparent;
}
@media (max-width: 991px) {
  #header.herotop.inverted .search-area.focus {
    background-color: #FFFFFF;
    color: #0F1A41 !important;
  }
  #header.herotop.inverted .search-area.focus .searchBar-container {
    color: #0F1A41;
  }
  #header.herotop.inverted .search-area.focus .searchBar-icon svg path {
    fill: #0F1A41 !important;
  }
}
#header.herotop.inverted .search-area.focus input {
  width: auto;
}
@media (max-width: 991px) {
  #header.herotop.inverted .search-area.focus input {
    color: #0F1A41 !important;
  }
}
#header.herotop.inverted .search-area.focus input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A3A9AD !important;
  opacity: 1; /* Firefox */
}
#header.herotop.inverted .search-area.focus input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A3A9AD !important;
}
#header.herotop.inverted .search-area.focus input::-ms-input-placeholder { /* Microsoft Edge */
  color: #A3A9AD !important;
}
#header.herotop.inverted .search-area .searchBar-container {
  background-color: transparent;
  color: #FFFFFF;
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-icon svg path {
  fill: #FFFFFF;
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-searchField {
  width: 100%;
  padding: 5px 5px 5px 0;
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-searchField input {
  background-color: transparent;
  font-size: 1.4rem;
  color: #FFFFFF;
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-searchField input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-searchField input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-searchField input::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #header.herotop.inverted .search-area .searchBar-container .searchBar-searchField input {
    height: 55px;
    top: 0px;
  }
}
#header.herotop.inverted .search-area .searchBar-container .searchBar-searchField .searchBar-searchField__close {
  font-size: 2.2rem;
  margin-top: 18px;
}
@media (max-width: 767px) {
  #header.herotop.inverted .search-area .searchBar-container .searchBar-searchField .searchBar-searchField__close {
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .airport-heading {
    font-size: 3.6rem;
    line-height: 38px;
    margin-top: 28px;
  }
  #header .logo, #header .invertedlogo {
    height: 90px;
  }
  #header .logo img, #header .invertedlogo img {
    bottom: 22px;
    height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .airport-heading {
    font-size: 3.6rem;
    line-height: 38px;
    margin-top: 35px;
  }
  #header .logo, #header .invertedlogo {
    height: 100px;
  }
  #header .logo img, #header .invertedlogo img {
    bottom: 26px;
    height: 33px;
  }
}
@media (max-width: 991px) {
  #header .airport-heading {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 42px;
  }
  #header .headerDivider {
    height: 2px;
  }
  #header .logo, #header .invertedlogo {
    height: auto;
  }
  #header .logo img, #header .invertedlogo img {
    padding: 10px 0;
    position: relative;
    bottom: 0;
    height: 55px;
  }
}
#header .searchBarInput.ng-empty {
  padding: 0px 0px 0px 40px;
}
#header .searchBarInput.ng-not-empty {
  padding: 0px 40px 0px 40px;
}
#header .searchBar-container {
  background-color: #FFFFFF;
}
#header .searchBar-container .searchBar-icon {
  display: flex;
  align-self: center;
}
#header .searchBar-container .searchBar-icon .spinner {
  margin-top: -4px;
  margin-left: -5px;
}
#header .searchBar-container .searchBar-searchField {
  width: 100%;
  padding: 5px 5px 5px 0;
}
#header .searchBar-container .searchBar-searchField input {
  background-color: transparent;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #header .searchBar-container .searchBar-searchField input {
    top: 0px;
  }
}
#header .searchBar-container .searchBar-searchField .searchBar-searchField__close {
  font-size: 2.2rem;
  margin-top: 18px;
}
@media (max-width: 767px) {
  #header .searchBar-container .searchBar-searchField .searchBar-searchField__close {
    margin-top: 0px;
    padding-top: 13px;
  }
}
#header .transparent-mask {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  #header .searchBar-resultContainer {
    right: 0px;
    top: 55px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.extendedfooterblock {
  margin: 0;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .extendedfooterblock {
    padding-top: 2px;
  }
}

#footer {
  -webkit-backface-visibility: hidden;
}
#footer .footerfrontPage-airports {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -moz-transition: margin-top 0.5s ease;
  -webkit-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
  margin-top: -2000px;
  z-index: 2147483647;
  min-height: 550px;
}
#footer .footerfrontPage-airports.expanded {
  margin-top: 0;
}
#footer .footerfrontPage-airports .container {
  margin-top: 30px;
}
#footer .footerfrontPage-airports-header {
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #0F1A41;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#footer .footerfrontPage-airports-header img {
  height: 45px;
}
#footer .footerfrontPage-airports-close {
  color: #0F1A41;
  cursor: pointer;
}
#footer .footerfrontPage-airports-close span:first-child {
  font-size: 1.1rem;
  width: 100%;
  display: block;
  text-transform: capitalize;
}
#footer .footerfrontPage-airports-close .vector-close {
  font-size: 2.8rem;
  top: -4px;
}
#footer .footerfrontPage-airports__airport {
  text-align: left;
  padding-bottom: 15px;
  font-size: 2.5rem;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  #footer .footerfrontPage-airports__airport {
    font-size: 1.8rem;
  }
}
#footer .footerfrontPage-airports__airport a {
  color: #0F1A41;
}
#footer .footerfrontPage-airports__airport:hover {
  text-decoration: underline;
  color: #000000;
}
#footer .footerfrontPage-container-airportButton {
  cursor: pointer;
}

.footer {
  width: 100%;
  background-color: #0F1A41;
  color: #FFFFFF;
  display: inline-block;
}
.footer.extended {
  background-color: #0F1A41;
  display: block;
  font-size: 1.4rem;
}
.footer.extended h1, .footer.extended h2, .footer.extended h3 {
  color: white;
  margin-top: 0;
}
.footer.extended .rightTextArea {
  padding-top: 15px;
  position: absolute;
  bottom: 0;
}
.footer.extended .rightTextArea img {
  float: right;
}
.footer.extended .rightTextArea p {
  margin: 0;
}
.footer.extended .leftTextArea {
  padding-top: 15px;
  position: absolute;
  bottom: 0;
}
.footer.extended .leftTextArea p {
  margin: 0;
}
.footer.extended .positionRelative {
  position: relative;
  min-height: 100px;
  flex: 1;
}
.footer.extended .extendedFooterPadding {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 100px;
  display: flex;
}
.footer.extended .extendedFooterPadding h4 {
  color: white;
}
@media only screen and (max-width: 480px) {
  .footer.extended .extendedFooterPadding {
    display: block;
  }
  .footer.extended .leftTextArea {
    position: relative;
    padding-bottom: 20px;
  }
  .footer.extended .rightTextArea {
    position: relative;
  }
}
.footer .bottomBorder {
  border-top: 1px solid #FFFFFF;
  padding: 15px 0 30px 0;
}
.footer .swe-logo {
  width: 177px;
}
@media (max-width: 767px) {
  .footer .swe-logo {
    width: 120px;
  }
}
.footer .col-4 {
  min-width: 40%;
}
@media (max-width: 767px) {
  .footer .col-4 {
    min-width: 100%;
  }
}
.footer .col-8 {
  max-width: 60%;
}
@media (max-width: 767px) {
  .footer .col-8 {
    min-width: 100%;
  }
}
.footer .extendedFooter {
  display: inline-block;
  width: 100%;
  padding: 60px 0 60px 0;
  border-bottom: 1px solid #FFFFFF;
  /*
  > .container {
      padding-left: 0;
      padding-right: 0;
  }
  */
}
@media (max-width: 767px) {
  .footer .extendedFooter {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}
.footer .extendedFooter .extendedFooter__header {
  float: left;
  padding-right: 15px;
  font-size: 2em;
  line-height: 1em;
}
.footer .extendedFooter .extendedFooter__tagline {
  float: left;
  padding-left: 15px;
  color: #659800;
  border-left: 1px solid #659800;
  font-weight: bold;
}
.footer .footerMenuItems {
  display: inline-block;
  width: 100%;
  padding: 60px 0 20px 0;
  /*.expanded {
      .footerMobileMainMenuItem {
          border-left: 5px solid $standardwhite;
      }
  }

  .active {
      .footerMobileMainMenuItem {
          border-left: 5px solid $standardgreen;
      }
  }*/
}
@media (max-width: 767px) {
  .footer .footerMenuItems {
    padding: 30px 0 0 0;
  }
}
.footer .footerMenuItems .footerMenuColumn {
  min-width: 20%;
  padding-bottom: 30px;
  padding-right: 30px;
}
.footer .footerMenuItems .footerMenuColumn:nth-of-type(5n+1) {
  clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footerMenuItems .footerMenuColumn {
    font-size: 1.2rem;
    line-height: 13px;
  }
  .footer .footerMenuItems .footerMenuColumn .no-gutter {
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.footer .footerMenuItems .footerMenuColumn .menuitem-groub-anme {
  color: #B7CADD;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.footer .footerMenuItems .SELEN-FooterMenuMobileItem {
  color: #B7CADD;
  font-size: 1.4rem;
}
.footer .footerMobileMainMenuItem {
  cursor: pointer;
  padding: 10px 0 10px 0;
}
.footer .footerMobileSubMenuItems {
  margin-bottom: 15px;
}
.footer .footerMobileSubMenuItems .footerMobileSubMenuItemContainer {
  cursor: pointer;
  padding: 3px 0 3px 10px;
}
.footer .footerMobileMenuItem.expanded .svg-arrow {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
.footer .footerMobileMenuItem.collapsed .svg-arrow {
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}
.footer .footerBottom {
  display: inline-block;
  width: 100%;
}
.footer .footerBottom .dividerContainer {
  height: 30px;
}
.footer .circle {
  background-color: #FFFFFF;
  color: #7492B3;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.footer .circle span {
  vertical-align: middle;
}
.footer a {
  color: white;
  line-height: 28px;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer a {
    line-height: 13px;
  }
}
.footer a:focus {
  outline-color: #FFFFFF;
}
.footer .contactContainer {
  padding-top: 25px;
  border-top: 1px solid rgba(116, 146, 179, 0.5);
}
@media (max-width: 767px) {
  .footer .contactContainer {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}
.footer .dividerContainer {
  padding-top: 25px;
  border-top: 1px solid rgba(116, 146, 179, 0.5);
  padding-bottom: 45px;
}
.footer .dividerContainer .contact-info {
  font-size: 2rem;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .dividerContainer .contact-info {
    font-size: 1.8rem;
  }
}
.footer .socialContainer {
  text-align: right;
}
.footer .socialContainer .social-link {
  display: block;
  float: left;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .footer .socialContainer .social-link {
    margin-right: 27px;
  }
}
.footer .socialContainer .social-link:last-child {
  margin-right: 0px;
}
.footer .socialContainer .social-link svg {
  width: 24px;
  height: 24px;
  float: left;
}
@media (max-width: 767px) {
  .footer .socialContainer .social-link svg {
    width: 19px;
    height: 19px;
  }
}
.footer .socialContainer .social-link svg path {
  fill: #FFFFFF;
}
.footer .socialContainer .social-link .social-lable {
  display: block;
  float: left;
  padding-left: 10px;
  color: #FFFFFF;
  font-weight: normal;
  margin-top: -3px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .socialContainer .social-link .social-lable {
    font-size: 1.4rem;
    margin-top: -5px;
    padding-left: 6px;
  }
}
.footer .airportSelectContainer {
  padding: 0 20px 0 0;
}
.footer .center-element {
  position: relative;
  top: 25%;
}
@media (max-width: 767px) {
  .footer .center-element {
    top: 10%;
  }
}
.footer .aboutswedavia-mobile {
  font-size: 1.7rem;
  margin-top: 10px;
}
.footer .conditionsContainer a {
  text-decoration: underline;
}
.footer .conditionsContainer .aboutswedavia {
  padding-bottom: 30px;
}
.footer .menu-breakline {
  background: #7b8fb2;
  height: 1px;
}
@media (max-width: 767px) {
  .footer .footerBottom .logo {
    margin-bottom: 10px;
  }
  .footer .dividerContainer {
    padding-top: 10px;
    margin-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }
  .footer .conditionsContainer {
    text-align: left;
    padding-bottom: 30px;
  }
  .footer .socialContainer {
    padding: 20px 0 0 0;
    text-align: left;
  }
  .footer .airportSelectContainer {
    padding: 0;
  }
}
.footer__new {
  color: #FFFFFF;
  padding: 4rem 0;
}
@media (min-width: 1200px) {
  .footer__new {
    padding: 7rem 0;
  }
}
.footer__new__top {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
@media (min-width: 1200px) {
  .footer__new__top {
    display: flex;
  }
}
.footer__new__contactarea {
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.footer__new__apptext {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.footer__new__appstores {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 15px;
}
.footer__new__socialmedia {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}
.footer__new__bottom {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.footer__new__bottom__aboutswedavia {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .footer__new__bottom__aboutswedavia {
    margin: 0;
  }
}
.footer__new__bottom__aboutswedavia a {
  cursor: pointer;
  color: #009BDE;
  text-decoration: underline;
}
.footer__new__line {
  border-bottom: 2px solid #FFFFFF;
  margin: 3rem 0;
}
.footer__new__bottomlinks {
  margin-top: 4rem;
  display: flex;
  gap: 0.5rem;
  font-size: 1.4rem;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer__new__bottomlinks {
    justify-content: center;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.expandableBlock {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  word-wrap: break-word;
}
.expandableBlock a {
  color: #0F1A41;
}
.expandableBlock a:hover {
  color: #0F1A41;
}
.expandableBlock .expandableHeader {
  border-bottom: 2px solid #0F1A41;
  line-height: 1.4;
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 0px;
  color: #0F1A41;
}
.expandableBlock .expandableBody {
  box-shadow: 0px 1px 0px 0px #d1d1d1;
  background-color: #FFFFFF;
  transition: background-color 1s;
  margin-bottom: 1px;
}
.expandableBlock .expandableBody:last-child {
  border-bottom: 2px solid #0F1A41;
  box-shadow: none;
}
.expandableBlock .expandableBody .expandableBody-header {
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.expandableBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv {
  text-align: left;
  font-size: 24px;
  display: table;
  height: 80px;
}
@media (max-width: 767px) {
  .expandableBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv {
    font-size: 20px;
  }
}
.expandableBlock .expandableBody .expandableBody-header .compressedItemRow .contentDiv .contentText {
  display: table-cell;
  vertical-align: middle;
}
.expandableBlock .expandableBody .expandableBody-header .expanderIcon {
  float: right;
  font-size: 24px;
  color: #0F1A41;
  display: table;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.expandableBlock .expandableBody .expandableBody-header .expanderIcon > div {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .expandableBlock .expandableBody .expandableBody-header .expanderIcon {
    margin-left: -30px;
  }
}
.expandableBlock .expandableBody .expandableBody-header .expanderIcon button {
  margin-left: -43px;
}
.expandableBlock .expandableBody .expandableBody-header .expanderIcon button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background: none;
}
.expandableBlock .expandableBody .expandableBody-content {
  transition: max-height 0.5s, min-height 0.5s, padding-bottom 0.3s;
  overflow: hidden;
  max-height: 0px;
  min-height: 0px;
  padding-bottom: 0px;
  display: none;
}
.expandableBlock .expandableBody .expandableBody-content--open {
  display: block;
  max-height: 1200px;
  padding-bottom: 30px;
}
.expandableBlock .expandableBody .expandableBody-content--opening, .expandableBlock .expandableBody .expandableBody-content--closing {
  display: block;
}
.expandableBlock .expandableBody.expanded:nth-child(even) {
  background-color: #F5F5F5;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8000;
}
.loader .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.loader .spinner {
  opacity: 1;
  width: 170px;
  height: 165px;
  position: fixed;
  position: sticky;
  position: -webkit-sticky;
  top: 50%;
  width: 100%;
  margin-top: -93px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .loader .spinner {
    top: 33%;
  }
}
.loader .spinner .swedavia-spinner {
  height: 165px;
}
.loader .spinner .parking-spinner {
  height: 115px;
}
.loader .spinner .text {
  text-align: center;
  width: 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.crowdLevel-module {
  font-size: 14px;
  color: #0F1A41;
}
.crowdLevel-module .crowdlevel-indicator {
  background-image: url("/mvccontrollers/SVG/person?color=%23DDE9F6");
  background-size: cover;
  background-size: 100%;
  padding-top: 40px;
  width: 20px;
  display: inline-block;
}
.crowdLevel-module .crowdlevel-indicator.marked {
  background-image: url("/mvccontrollers/SVG/person?color=%23659800");
}
.crowdLevel-module .crowdlevel-info {
  display: inline-block;
  line-height: 14px;
}
.crowdLevel-module .crowdlevel-info .last-updated {
  font-size: 12px;
  font-style: italic;
  color: #878F94;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#header .partnerPageHeader {
  height: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .partnerPageHeader {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .partnerPageHeader {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #header .partnerPageHeader {
    padding-top: 8px;
    min-height: 70px;
    height: auto;
  }
}
#header .partnerPageHeader .logo-container {
  position: relative;
  height: 110px;
  padding: 0px 15px;
  display: inline-block;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .partnerPageHeader .logo-container {
    height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .partnerPageHeader .logo-container {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #header .partnerPageHeader .logo-container {
    height: auto;
  }
}
#header .partnerPageHeader .logo-container.partner-logo-container {
  height: auto;
  padding-top: 45px;
  padding-left: 0px;
  float: right;
  padding-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .partnerPageHeader .logo-container.partner-logo-container {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .partnerPageHeader .logo-container.partner-logo-container {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  #header .partnerPageHeader .logo-container.partner-logo-container {
    padding-top: 0px;
  }
}
#header .partnerPageHeader .logo-container .partner-text {
  display: inline-block;
  float: right;
  padding-right: 30px;
  padding-top: 24px;
  font-size: 17px;
  color: #878F94;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .partnerPageHeader .logo-container .partner-text {
    font-size: 15px;
    line-height: 15px;
    padding-top: 29px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #header .partnerPageHeader .logo-container .partner-text {
    font-size: 10px;
    padding-top: 34px;
    padding-right: 10px;
    line-height: 10px;
  }
}
#header .partnerPageHeader .logo-container .partner-logo {
  height: 45px;
  display: inline-block;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .partnerPageHeader .logo-container .partner-logo {
    height: 37px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .partnerPageHeader .logo-container .partner-logo {
    height: 33px;
    margin-top: 12px;
  }
}
#header .partnerPageHeader .logo-container .partner-logo picture, #header .partnerPageHeader .logo-container .partner-logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  #header .partnerPageHeader .logo-container .partner-logo {
    padding-top: 20px;
  }
  #header .partnerPageHeader .logo-container .partner-logo picture, #header .partnerPageHeader .logo-container .partner-logo img {
    height: 20px;
  }
}
#header .partnerPageHeader .logo-container .logo img {
  position: absolute;
  bottom: 20px;
  height: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .partnerPageHeader .logo-container .logo img {
    bottom: 14px;
    height: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .partnerPageHeader .logo-container .logo img {
    bottom: 19px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  #header .partnerPageHeader .logo-container .logo img {
    padding: 10px 0;
    position: relative;
    bottom: 0;
    height: 55px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.fb-customerchat-fallback {
  animation-name: fb_customer_chat_bubble_bounce_in_animation;
  background: none;
  border-radius: 50%;
  bottom: 18pt;
  display: inline;
  height: 45pt;
  padding: 0px;
  position: fixed;
  right: 18pt;
  top: auto;
  width: 45pt;
  z-index: 2147483646;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear;
  animation-duration: 250ms;
  cursor: pointer;
}
.fb-customerchat-fallback:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}
@keyframes fb_customer_chat_bubble_bounce_in_an {
  0% {
    bottom: 6pt;
    opacity: 0;
    transform: scale(0, 0);
    transform-origin: center;
  }
  70% {
    bottom: 18pt;
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fb-customerchat-fallback a.ieClickable {
  display: block;
}
.fb-customerchat-fallback .fb_dialog.fb_dialog_advanced:last-of-type.fb_customer_chat_bubble_pop_in {
  display: inline !important;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.searchBar-resultContainer {
  background: #FFFFFF;
  position: absolute;
  z-index: 16;
  top: 70px;
  width: 449px;
  border-top: 1px solid #A3A9AD;
  border-bottom: none;
}
@media (max-width: 767px) {
  .searchBar-resultContainer {
    width: 100%;
    top: 40px;
  }
}
.searchBar-resultContainer a {
  color: #0F1A41;
  display: inline-block;
  text-decoration: none;
}
.searchBar-resultContainer a h4 {
  text-decoration: underline;
  color: #377BB5;
  margin: 0px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.searchBar-resultContainer a:hover {
  color: #23527c;
}
.searchBar-resultContainer-header {
  color: #0F1A41;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  margin-top: 0px !important;
}
.searchBar-resultContainer__flight {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  display: inline-block;
  width: 100%;
  line-height: 16px;
  padding-bottom: 6px;
}
.searchBar-resultContainer__flight :nth-of-type(1n + 5) {
  display: none;
}
.searchBar-resultContainer-arrivals, .searchBar-resultContainer-departures {
  padding-bottom: 20px;
}
.searchBar-resultContainer .sa-button {
  margin: 10px 0px;
}
.searchBar-resultContainer .searchBar-resultContainer-flights {
  margin: 0px;
  padding: 30px 0px 15px 0px;
  background-color: #DDE9F6;
}
.searchBar-resultContainer .searchBar-resultContainer-flights .h4.searchBar-resultContainer-header {
  line-height: 21px;
}
.searchBar-resultContainer .searchBar-resultContainer-flights .clear {
  clear: both;
}
.searchBar-resultContainer .notification {
  padding: 15px;
}
.searchBar-resultContainer .notification p {
  font-size: 1.6rem;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-weight: lighter;
  display: block;
  margin: 0px;
  line-height: 16px;
}
.searchBar-resultContainer .notification p strong {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.searchBar-resultContainer .notification .suplabel {
  color: #2D6E78;
  font-size: 1.2rem;
}
.searchBar-resultContainer .new-spinner {
  margin: 15px 0;
}
.searchBar-resultContainer .new-spinner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
}
.searchBar-resultContainer .new-spinner label {
  font-style: italic;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 15px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-weight: lighter;
  display: block;
}
.searchBar-resultContainer .show-all {
  margin-bottom: 15px;
}
.searchBar-resultContainer .flights-block {
  margin-bottom: 15px;
}
.searchBar-resultContainer .flights-block .flight-details {
  float: left;
  display: block;
  width: calc(100% - 75px);
}
.searchBar-resultContainer .flights-block .flight-details .flight-time-info {
  display: block;
  color: #2D6E78;
  font-size: 1.4rem;
}
.searchBar-resultContainer .flights-block .icon-div {
  float: left;
  display: block;
  width: 75px;
  margin-right: 0px;
  text-align: center;
}
.searchBar-resultContainer .Suggested-searches {
  padding-bottom: 15px;
}
.searchBar-resultContainer .Suggested-searches .h4.searchBar-resultContainer-header {
  color: #A3A9AD;
}
@media (max-width: 767px) {
  .searchBar-resultContainer .Suggested-searches .h4.searchBar-resultContainer-header {
    font-size: 2.1rem;
  }
}
.searchBar-resultContainer .Suggested-searches .Suggested-results {
  padding: 5px 0;
  border-top: 2px solid #A3A9AD;
  display: inline-block;
  width: 100%;
}
.searchBar-resultContainer .Suggested-searches .Suggested-results .Suggested-result {
  margin: 6px 0;
}
.searchBar-resultContainer .Suggested-searches .Suggested-results .Suggested-result a {
  color: #2D6E78;
  text-decoration: none;
  font-size: 1.6rem;
}
.searchBar-resultContainer .Suggested-searches .Suggested-results .Suggested-result a svg {
  fill: #2D6E78;
}
.searchBar-resultContainer .SELEN-ViewAllPages {
  width: 100%;
}
.searchBar-resultContainer .Categories-searches {
  padding-bottom: 15px;
}
.searchBar-resultContainer .Categories-searches .h4.searchBar-resultContainer-header {
  color: #A3A9AD;
}
@media (max-width: 767px) {
  .searchBar-resultContainer .Categories-searches .h4.searchBar-resultContainer-header {
    font-size: 2.1rem;
  }
}
.searchBar-resultContainer .Categories-searches .Categories-results {
  padding: 5px 0;
  border-top: 2px solid #A3A9AD;
  display: inline-block;
  width: 100%;
}
.searchBar-resultContainer .Categories-searches .Categories-results .Categories-result {
  margin: 6px 0;
}
.searchBar-resultContainer .Categories-searches .Categories-results .Categories-result a {
  color: #2D6E78;
  text-decoration: none;
  font-size: 1.6rem;
}
.searchBar-resultContainer .Categories-searches .Categories-results .Categories-result a strong {
  color: #0F1A41;
}
.searchBar-resultContainer .Categories-searches .Categories-results .Categories-result a svg {
  fill: #2D6E78;
}
.searchBar-resultContainer__page {
  margin-bottom: 15px;
}
.searchBar-resultContainer__page a {
  text-decoration: none;
}
.searchBar-resultContainer__page a .h4 {
  color: #337ab7;
  text-decoration: underline;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 1.8rem;
  margin: 0px;
  line-height: 18px;
}
.searchBar-resultContainer__page a .h4 strong {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.searchBar-resultContainer__page a:hover .h4 {
  color: #23527c;
}
.searchBar-resultContainer__page--category {
  color: #A3A9AD;
  font-size: 1.2rem;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  line-height: 12px;
  text-decoration: none;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  display: block;
}
.searchBar-resultContainer .pages .h4.searchBar-resultContainer-header {
  color: #A3A9AD;
}
@media (max-width: 767px) {
  .searchBar-resultContainer .pages .h4.searchBar-resultContainer-header {
    font-size: 21px;
  }
}
.searchBar-resultContainer .pages .pages-resutls {
  padding: 5px 0;
  border-top: 2px solid #A3A9AD;
  display: inline-block;
  width: 100%;
}
.searchBar-resultContainer .pages .pages-resutls .pages-resutl {
  margin: 10px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .searchBar-resultContainer .searchBar-resultContainer-flights,
  .searchBar-resultContainer .searchBar-resultContainer-pages {
    padding-left: 0px;
    margin: 15px 0;
  }
  .searchBar-resultContainer .searchBar-resultContainer-flights {
    border-right: none;
  }
  .searchBar-resultContainer .searchBar-resultContainer__flight:nth-of-type(1n + 5),
  .searchBar-resultContainer .searchBar-resultContainer__page:nth-of-type(1n + 5) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchBar-resultContainer .searchBar-resultContainer-flights,
  .searchBar-resultContainer .searchBar-resultContainer-pages {
    padding-left: 0px;
    margin: 15px 0;
  }
  .searchBar-resultContainer .searchBar-resultContainer-flights > a,
  .searchBar-resultContainer .searchBar-resultContainer-pages > a {
    font-size: 1.6rem;
  }
  .searchBar-resultContainer .searchBar-resultContainer-flights {
    border-right: none;
  }
  .searchBar-resultContainer .searchBar-resultContainer__flight:nth-of-type(1n + 5),
  .searchBar-resultContainer .searchBar-resultContainer__page:nth-of-type(1n + 5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .searchBar-resultContainer .searchBar-resultContainer-flights,
  .searchBar-resultContainer .searchBar-resultContainer-pages {
    margin: 15px 0;
    padding-left: 0px;
  }
  .searchBar-resultContainer .searchBar-resultContainer-flights a,
  .searchBar-resultContainer .searchBar-resultContainer-pages a {
    font-size: 1.6rem;
    width: 100%;
  }
  .searchBar-resultContainer .searchBar-resultContainer-arrivals {
    padding-bottom: 15px;
  }
  .searchBar-resultContainer .searchBar-resultContainer-departures {
    padding-bottom: 25px;
  }
  .searchBar-resultContainer .searchBar-resultContainer-flights {
    border-right: none;
  }
  .searchBar-resultContainer .searchBar-resultContainer__flight span {
    padding-left: 0;
  }
  .searchBar-resultContainer .searchBar-resultContainer__flight span .searchBar-resultContainer .searchBar-resultContainer__flight:nth-of-type(1n + 4),
  .searchBar-resultContainer .searchBar-resultContainer__flight span .searchBar-resultContainer .searchBar-resultContainer__page:nth-of-type(1n + 4) {
    display: none;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.storytellingHeader {
  position: relative;
}
.storytellingHeader .headerBar {
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .storytellingHeader .headerBar {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar {
    padding: 15px;
  }
}
.storytellingHeader .headerBar .logoWrapper {
  float: left;
}
.storytellingHeader .headerBar .logoWrapper img {
  height: 30px;
}
.storytellingHeader .headerBar .st-invertedLogo {
  display: none;
}
.storytellingHeader .headerBar .list-unstyled {
  margin-bottom: 50px;
}
.storytellingHeader .headerBar.inverted .st-logo {
  display: none;
}
.storytellingHeader .headerBar.inverted .st-invertedLogo {
  display: block;
}
.storytellingHeader .headerBar.inverted .st-language .languageSelector, .storytellingHeader .headerBar.inverted .st-language .languageSelector a {
  color: #ffffff;
}
.storytellingHeader .headerBar .st-language {
  margin-right: 60px;
}
.storytellingHeader .headerBar .st-language .languageSelector, .storytellingHeader .headerBar .st-language .languageSelector a {
  color: #0F1A41;
}
.storytellingHeader .headerBar .st-menu-toggler {
  float: right;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.storytellingHeader .headerBar .st-menu-toggler .text {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
.storytellingHeader .headerBar .st-menu-toggler .icon {
  font-size: 25px;
  line-height: 37px;
}
.storytellingHeader .headerBar.inverted .st-menu-toggler {
  color: #FFFFFF;
}
.storytellingHeader .headerBar .st-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 100%;
}
.storytellingHeader .headerBar .st-menu.visible {
  display: block;
}
.storytellingHeader .headerBar .st-menu .scroll-div-container {
  overflow-y: scroll;
  height: 100vh;
}
.storytellingHeader .headerBar .st-menu a {
  color: #FFFFFF;
}
.storytellingHeader .headerBar .st-menu a:hover, .storytellingHeader .headerBar .st-menu a:active {
  color: #7AB800;
  text-decoration: none;
}
.storytellingHeader .headerBar .st-menu .st-menu-toggler {
  color: #FFFFFF;
}
.storytellingHeader .headerBar .st-menu .corner-background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -13;
  overflow: hidden;
}
.storytellingHeader .headerBar .st-menu .corner-background .corner-background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: -13;
  padding-left: 100px;
  padding-bottom: 100px;
}
.storytellingHeader .headerBar .st-menu .moving-circles {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -12;
  top: 0;
  right: 0;
  opacity: 0;
}
.storytellingHeader .headerBar .st-menu .moving-circles .circle-right {
  position: absolute;
  top: 50%;
  margin-top: -575px;
  right: -850px;
  height: 1150px;
  width: 1150px;
  background-color: #FFFFFF;
  opacity: 0.06;
  border-radius: 50%;
  -webkit-animation: circle-right 50s infinite;
  animation: circle-right 50s infinite;
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar .st-menu .moving-circles .circle-right {
    top: 35%;
    margin-top: -207px;
    right: -207px;
    height: 414px;
    width: 414px;
  }
}
.storytellingHeader .headerBar .st-menu .moving-circles .circle-left {
  position: absolute;
  top: 50%;
  margin-top: -288px;
  left: -288px;
  height: 575px;
  width: 575px;
  background-color: #d8d8d8;
  border: solid 1px #979797;
  opacity: 0.06;
  border-radius: 50%;
  -webkit-animation: circle-left 50s infinite;
  animation: circle-left 50s infinite;
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar .st-menu .moving-circles .circle-left {
    display: none;
  }
}
.storytellingHeader .headerBar .st-menu .st-language {
  margin-right: 0px;
}
.storytellingHeader .headerBar .st-menu .st-language .languageSelector, .storytellingHeader .headerBar .st-menu .st-language .languageSelector a {
  color: #FFFFFF;
}
.storytellingHeader .headerBar .contentshow {
  animation: contentshow 0.2s forwards 0.6s;
}
@keyframes contentshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-right {
  0% {
    transform: translate(-1%, -1%);
  }
  25% {
    transform: translate(-2%, -10%);
  }
  50% {
    transform: translate(-1%, -1%);
  }
  75% {
    transform: translate(-2%, 10%);
  }
  100% {
    transform: translate(-1%, -1%);
  }
}
@keyframes circle-left {
  0% {
    transform: translate(-1%, 1%);
  }
  25% {
    transform: translate(-2%, 10%);
  }
  50% {
    transform: translate(-1%, 1%);
  }
  75% {
    transform: translate(-2%, -10%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
.storytellingHeader .headerBar .menu-header {
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .storytellingHeader .headerBar .menu-header {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar .menu-header {
    padding: 15px;
  }
}
.storytellingHeader .headerBar .menu-wrapper {
  /*NOTE: height and paddings are somewhat over-complicated in order to support eventual bottom-alignment of secondary links */
  position: relative;
  height: 100%;
  padding-top: 60px;
  /*padding-top: $headerHeightDesktop + 60px;
  margin-top: -$headerHeightDesktop;*/
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .storytellingHeader .headerBar .menu-wrapper {
    /*padding-top: $headerHeightTablet + 40px;
    margin-top: -$headerHeightTablet;*/
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar .menu-wrapper {
    /*padding-top: $headerHeightMobile + 30px;
    margin-top: -$headerHeightMobile;*/
    padding-top: 30px;
  }
}
.storytellingHeader .headerBar .primary-nav li {
  padding-bottom: 9px;
}
.storytellingHeader .headerBar .secondary-nav {
  border-top: 1px solid #FFFFFF;
  margin-top: 250px;
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar .secondary-nav {
    margin-top: 180px;
  }
}
.storytellingHeader .headerBar .secondary-nav li {
  padding-top: 25px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .storytellingHeader .headerBar .secondary-nav li {
    padding-top: 13px;
    font-size: 14px;
    line-height: 16px;
  }
}
.storytellingHeader.herotop .headerBar {
  position: absolute;
  width: 100%;
  z-index: 5;
}

@font-face {
  font-family: 'swedavia';
  src:  url('/Static/Styles/Fonts/swedavia.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&b58je9');
  src:  url('/Static/Styles/Fonts/swedavia.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&b58je9#iefix') format('embedded-opentype'),
    url('/Static/Styles/Fonts/swedavia.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&b58je9') format('truetype'),
    url('/Static/Styles/Fonts/swedavia.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&b58je9') format('woff'),
    url('/Static/Styles/Fonts/swedavia.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&b58je9#swedavia') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="vector-"], [class*=" vector-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'swedavia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vector-comment:before {
  content: "\e600";
}
.vector-like:before {
  content: "\e601";
}
.vector-dot:before {
  content: "\e602";
}
.vector-calendar:before {
  content: "\e603";
}
.vector-print:before {
  content: "\e604";
}
.vector-star:before {
  content: "\e605";
}
.vector-right:before {
  content: "\e606";
}
.vector-spinner:before {
  content: "\e607";
}
.vector-arrow-down:before {
  content: "\e608";
}
.vector-search:before {
  content: "\e609";
}
.vector-mobile:before {
  content: "\e60a";
}
.vector-warning:before {
  content: "\e60b";
}
.vector-warning2:before {
  content: "\e60c";
}
.vector-previous:before {
  content: "\e60d";
}
.vector-next:before {
  content: "\e60e";
}
.vector-arrow-up:before {
  content: "\e60f";
}
.vector-home:before {
  content: "\e610";
}
.vector-sort:before {
  content: "\e611";
}
.vector-info:before {
  content: "\e612";
}
.vector-search2:before {
  content: "\e613";
}
.vector-cart:before {
  content: "\e614";
}
.vector-takeoff:before {
  content: "\e615";
}
.vector-close:before {
  content: "\e616";
}
.vector-landing:before {
  content: "\e617";
}
.vector-walk:before {
  content: "\e618";
}
.vector-bus:before {
  content: "\e619";
}
.vector-bed:before {
  content: "\e61a";
}
.vector-bed2:before {
  content: "\e61b";
}
.vector-user:before {
  content: "\e61c";
}
.vector-landing-plain:before {
  content: "\e61d";
}
.vector-takeoff-plain:before {
  content: "\e61e";
}
.vector-arrow-right:before {
  content: "\e61f";
}
.vector-arrow-left:before {
  content: "\e620";
}
.vector-minus:before {
  content: "\e621";
}
.vector-plus:before {
  content: "\e622";
}
.vector-cross:before {
  content: "\e623";
}
.vector-close2:before {
  content: "\e624";
}
.vector-quote:before {
  content: "\e625";
}
.vector-arrow-right2:before {
  content: "\e626";
}
.vector-arrow-up2:before {
  content: "\e627";
}
.vector-arrow-left2:before {
  content: "\e628";
}
.vector-arrow-down2:before {
  content: "\e629";
}
.vector-menu:before {
  content: "\e62a";
}
.vector-flight:before {
  content: "\e800";
}
.vector-hotel:before {
  content: "\e801";
}
.vector-parking:before {
  content: "\e802";
}
.vector-rental_car:before {
  content: "\e803";
}
.vector-ring:before {
  content: "\e900";
}
.vector-city:before {
  content: "\e901";
}
.vector-information:before {
  content: "\e902";
}
.vector-see:before {
  content: "\e903";
}
.vector-bag:before {
  content: "\e904";
}
.vector-card:before {
  content: "\e905";
}
.vector-pickup:before {
  content: "\e906";
}
.vector-plane:before {
  content: "\e907";
}
.vector-currency:before {
  content: "\e908";
}
.vector-bubble:before {
  content: "\e909";
}
.vector-heart:before {
  content: "\e90a";
}
.vector-reload:before {
  content: "\e984";
}
.vector-play:before {
  content: "\ea1c";
}
.vector-pause:before {
  content: "\ea1d";
}
.vector-loop2:before {
  content: "\ea2e";
}
.vector-share2:before {
  content: "\ea82";
}
.vector-facebook:before {
  content: "\ea90";
}
.vector-twitter:before {
  content: "\ea96";
}
.vector-linkedin:before {
  content: "\eaca";
}
.vector-file-pdf:before {
  content: "\eada";
}
.vector-instagram:before {
  content: "\ea92";
}


@font-face {
    font-family: "newswedavia";
    src: url("/Static/Styles/Fonts/newswedavia.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
    src: url("/Static/Styles/Fonts/newswedavia.eot?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU&#iefix") format("embedded-opentype"), url("/Static/Styles/Fonts/newswedavia.woff?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("woff"), url("/Static/Styles/Fonts/newswedavia.ttf?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU") format("truetype"), url("/Static/Styles/Fonts/newswedavia.svg#newswedavia") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "newswedavia" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "newswedavia" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hamburger-menu:before {
    content: "\61";
}

.icon-close:before {
    content: "\62";
}

.icon-play:before {
    content: "\63";
}


/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.languageSelector {
  padding: 5px 0 5px 0;
  font-size: 12px;
  display: inline-block;
}
.languageSelector .languageSelectorItem {
  padding-right: 8px;
}
.languageSelector .languageSelectorItem:last-child {
  padding-right: 0;
}
.languageSelector a {
  color: #0F1A41;
  text-decoration: none;
}
.languageSelector a:hover {
  text-decoration: underline;
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.scroll-for-more {
  position: relative;
  display: inline-block;
  float: right;
}
.scroll-for-more .text {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  font-size: 14px;
  line-height: 1.14;
  width: 100px;
  padding-top: 5px;
  border-top: 2px solid #0F1A41;
}
.scroll-for-more .text .scroller {
  position: absolute;
  top: 0px;
  content: " ";
  width: 38px;
  margin-right: 62px;
  border-top: 2px solid #7AB800;
  animation: image-fullwidth-slide-right 4s ease-in-out infinite both;
  right: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#MainMenu {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  border-radius: 0;
  z-index: 17;
  height: 52px;
}
#MainMenu a {
  text-decoration: none;
}
#MainMenu button {
  background: none;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
#MainMenu button:focus {
  border-bottom: 7px solid;
  padding-bottom: 9px;
  outline: none !important;
}
#MainMenu .menuItem > .subMenuItems {
  display: none;
}
#MainMenu .menuItem.active {
  border-bottom: 7px solid #7AB800;
}
#MainMenu .menuItem.menuopen {
  border-bottom: 7px solid #0F1A41;
}
#MainMenu .subMenuItems.menuopen {
  display: block;
}
#MainMenu .menuItem {
  color: #0F1A41;
  margin: 10px 10px 0 10px;
  padding-bottom: 9px;
  font-size: 15px;
  cursor: pointer;
}
#MainMenu .menuItem:first-child {
  margin: 10px 10px 0px 0;
}
#MainMenu .menuItem .mainMenuItem {
  height: 23px;
}
#MainMenu .menuItem .mainMenuItem span {
  position: relative;
  top: 4px;
}
#MainMenu .menuItem .mainMenuItem .glyphicon {
  top: 5px;
  font-size: 13px;
}
#MainMenu .subMenuItems {
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 51px;
  box-shadow: 0 21px 56px -25px #000;
  left: 0px;
}
#MainMenu .subMenuItems .subMenuItem {
  width: 50%;
  float: left;
  color: #000000;
}
#MainMenu .subMenuItems .subMenuItemsContainer {
  width: 90%;
  margin: 20px 0;
  display: inline-block;
}
#MainMenu .subMenuItems h4 {
  color: #000000;
}

.inverted #MainMenu .menuItem.menuopen {
  border-bottom: 7px solid #FFFFFF;
}

/* Flipcard from https://codepen.io/jestho/pen/xbrELq */
.flipcard .flipcard--back, .flipcard .flipcard--front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.5s ease, visibility 0.5s ease;
  top: 0;
  left: 0;
}

.flipcard {
  position: relative;
  animation: preventBlurryText 0.5s linear;
}
.flipcard .flipcard--front {
  transform: rotateY(0deg);
  width: 100%;
}
.flipcard .flipcard--back {
  visibility: hidden;
  position: absolute;
  transform: rotateY(180deg);
  width: 100%;
}

.flipcard.is-flipped {
  animation: preventBlurryText2 0.5s linear;
}
.flipcard.is-flipped .flipcard--front {
  visibility: hidden;
  position: absolute;
  transform: rotateY(-180deg);
}
.flipcard.is-flipped .flipcard--back {
  visibility: visible;
  position: static;
  transform: rotateY(0deg);
}

@keyframes preventBlurryText {
  0% {
    perspective: 1200px;
  }
  99% {
    perspective: 1200px;
  }
  100% {
    perspective: 0px;
  }
}
@keyframes preventBlurryText2 {
  0% {
    perspective: 1200px;
  }
  99% {
    perspective: 1200px;
  }
  100% {
    perspective: 0px;
  }
}
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parking-maintenance {
  background: #DDE9F6;
}
.parking-maintenance.is-in-hero {
  padding-top: 250px;
  height: 90vh;
  max-height: 630px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .parking-maintenance.is-in-hero {
    padding-top: 208px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .parking-maintenance.is-in-hero {
    padding-top: 165px;
  }
}
@media (max-width: 767px) {
  .parking-maintenance.is-in-hero {
    padding-top: 140px;
  }
}
.parking-maintenance .maintenance-container {
  padding-top: 15px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.paymentIframeContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.paymentIframeContainer .iframeContainer {
  width: 660px;
  height: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .paymentIframeContainer .iframeContainer {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
.paymentIframeContainer .iframeInnerContainer {
  margin: auto;
  width: 100%;
  height: 650px;
  padding-top: 26px;
  max-height: 100%;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 767px) {
  .paymentIframeContainer .iframeInnerContainer {
    height: 100%;
  }
}
.paymentIframeContainer .iframeInnerContainer .glyphicon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #FFFFFF;
  background: #0F1A41;
  padding: 5px;
}
.paymentIframeContainer .iframeInnerContainer .iframeWrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .paymentIframeContainer .iframeInnerContainer .iframeWrapper {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}
.paymentIframeContainer .iframeInnerContainer iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
html:lang(zh) .importantAnnouncementsContainer .importantAnnouncementsHeader .announcementHeader-text {
  width: auto;
  position: relative;
  top: 7px;
}

.importantAnnouncementsContainer {
  border: 3px solid #FFC800;
  background-color: #FFC800;
  color: #000000;
  padding: 0;
  margin: 0;
  z-index: 3;
  position: relative;
  -webkit-backface-visibility: hidden;
  min-height: 52px;
}
.importantAnnouncementsContainer #announcements .announcement {
  padding-bottom: 20px;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader {
  background-color: #FFC800;
  color: #000000;
  padding: 8px 0;
  position: relative;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .announcementHeader-icon {
  height: 31px;
  width: 31px;
  margin-right: 5px;
  font-size: 23px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .announcementHeader-icon .glyphicon {
  position: relative;
  top: 4px;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .announcementHeader-text {
  width: 20px;
  display: block;
  line-height: 1;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .announcementHeader-expander {
  height: 34px;
  position: absolute;
  z-index: 2;
  right: 0;
}
@media (max-width: 767px) {
  .importantAnnouncementsContainer .importantAnnouncementsHeader .announcementHeader-expander {
    top: 15px;
  }
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .collapseCollapsed, .importantAnnouncementsContainer .importantAnnouncementsHeader .collapseExpanded {
  text-align: center;
  position: relative;
  bottom: 2px;
  cursor: pointer;
  line-height: 1.2;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .collapseCollapsed span, .importantAnnouncementsContainer .importantAnnouncementsHeader .collapseExpanded span {
  font-size: 11px;
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.importantAnnouncementsContainer .importantAnnouncementsHeader .collapseCollapsed .glyphicon, .importantAnnouncementsContainer .importantAnnouncementsHeader .collapseExpanded .glyphicon {
  font-size: 28px;
  top: -4px;
}
.importantAnnouncementsContainer .announcement-updated {
  font-size: 12px;
  margin: 5px 0;
  color: #000000;
  font-style: italic;
}
.importantAnnouncementsContainer .announcement-body {
  font-size: 14px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  color: #000000;
}
.importantAnnouncementsContainer .announcement-body p {
  margin-bottom: 5px;
}
.importantAnnouncementsContainer .announcement-body p:last-child {
  margin-bottom: 10px;
}
.importantAnnouncementsContainer a {
  color: #000000;
  text-decoration: underline;
}
.importantAnnouncementsContainer a:hover {
  position: relative;
  bottom: -1px;
}

.importantAnnouncementsHeader {
  cursor: pointer;
}
.importantAnnouncementsHeader .paused {
  display: none;
}
.importantAnnouncementsHeader .item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.importantAnnouncementsHeader .shouldRoll .item {
  position: absolute;
  display: block;
  opacity: 0;
  animation-timing-function: ease;
  top: 80px;
  width: 95%;
}
.importantAnnouncementsHeader .shouldRoll .item:nth-child(1) {
  animation: rollUp 8s linear infinite;
}
.importantAnnouncementsHeader .shouldRoll .item:nth-child(2) {
  animation: rollUp2 8s linear infinite;
}

body.airport-in-crisis-mode .announcementHeader-viewport {
  font-weight: bold;
}
body.airport-in-crisis-mode #announcements .headLine {
  font-weight: bold;
}

.announcementHeader-viewport {
  min-height: 20px;
  overflow: hidden;
  top: 5px;
}

@keyframes rollUp {
  0% {
    top: 80px;
  }
  5% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  49% {
    top: -80px;
    opacity: 0;
  }
}
@keyframes rollUp2 {
  50% {
    top: 80px;
  }
  55% {
    top: 0px;
    opacity: 1;
  }
  95% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -80px;
    opacity: 0;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#footer.storytellingFooter {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
#footer.storytellingFooter .navigation-text {
  font-size: 18px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer.storytellingFooter .navigation-text {
    font-size: 14px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  #footer.storytellingFooter .navigation-text {
    font-size: 14px;
    line-height: 15px;
  }
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-header .h3 {
  color: #000000;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000000;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links .link-container.next {
  float: right;
  text-align: right;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links .link-container .sibling-next-link {
  font-size: 14px;
  color: #5B666E;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links .link-container .sibling-links {
  border-top: 1px solid;
  margin-top: 7px;
  padding-top: 7px;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links .link-container .sibling-links .sibling-linkName {
  width: 100%;
  margin-bottom: 7px;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links .link-container .sibling-links .sibling-linkName a {
  color: #000000;
  display: block;
}
#footer.storytellingFooter .sibling-navigation .sibling-navigation-links .link-container .sibling-links .sibling-linkName p {
  margin-bottom: 0px;
}
#footer.storytellingFooter .related-links {
  padding-bottom: 30px;
  color: black;
}
#footer.storytellingFooter .related-links .related-links-nav {
  float: left;
  margin-top: 30px;
  width: 50%;
  padding: 0px 15px 0px 0px;
}
#footer.storytellingFooter .related-links .related-links-nav p {
  margin: 0px;
}
#footer.storytellingFooter .related-links .related-links-nav:not(:first-of-type) {
  padding: 0px 0px 0px 15px;
}
@media (max-width: 767px) {
  #footer.storytellingFooter .related-links .related-links-nav:not(:first-of-type) {
    padding: 0px;
    border-top: 1px solid;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer.storytellingFooter .related-links .related-links-nav {
    width: 100%;
  }
}
#footer.storytellingFooter .storytelling-footer {
  padding-bottom: 120px;
  padding-top: 30px;
  background: #0F1A41;
  overflow-x: hidden;
  font-family: "Helvetica Neue Regular";
}
#footer.storytellingFooter .storytelling-footer .image-container {
  overflow-x: visible;
  height: 165px;
  position: relative;
  margin-top: -8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer.storytellingFooter .storytelling-footer .image-container {
    margin-top: 28px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #footer.storytellingFooter .storytelling-footer .image-container {
    height: 80px;
    margin-top: 35px;
    padding-left: 50px;
  }
}
#footer.storytellingFooter .storytelling-footer .image-container .image {
  background-repeat: repeat-x;
  background-image: url("/Static/img/footer-svg-pattern1.svg?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  background-size: auto 100%;
  width: 100vw;
  height: 100%;
}
#footer.storytellingFooter .storytelling-footer a {
  font-size: 14px;
  color: #FFFFFF;
}
#footer.storytellingFooter .storytelling-footer a:hover {
  text-decoration: none;
  color: #7AB800;
}
#footer.storytellingFooter .storytelling-footer .st-invertedLogo {
  margin-top: 30px;
  display: block;
}
#footer.storytellingFooter .storytelling-footer .st-invertedLogo img {
  height: 30px;
}
#footer.storytellingFooter .storytelling-footer .primary-nav {
  margin-top: 30px;
}
#footer.storytellingFooter .storytelling-footer .primary-nav li:not(:first-child) {
  margin-top: 12px;
}
#footer.storytellingFooter .storytelling-footer .secondary-nav {
  margin-top: 60px;
  border-top: 1px solid;
  border-color: #979797;
}
#footer.storytellingFooter .storytelling-footer .secondary-nav li {
  margin-top: 12px;
  line-height: 17px;
}
@media (max-width: 767px) {
  #footer.storytellingFooter .storytelling-footer .secondary-nav {
    margin-top: 50px;
  }
  #footer.storytellingFooter .storytelling-footer .secondary-nav li:first-child {
    margin-top: 0px;
  }
}
#footer.storytellingFooter .storytelling-footer .secondary-nav ul {
  margin-top: 30px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.breadcrumbContainer {
  display: block;
  color: #545454;
  background-color: transparent;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .breadcrumbContainer {
    margin-bottom: 11px;
  }
}

.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item a {
  color: #545454;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item .divider {
  padding: 0 5px 0 5px;
  display: inline-block;
}

.breadcrumb-youarehere {
  float: left;
  padding: 0 5px 0 0;
}

.breadcrumb-back {
  padding: 0 20px 0 0;
  float: left;
}

.breadcrumb-youarehere, .breadcrumb-item.current-page {
  display: none;
}
#StorytellingPage .breadcrumb-youarehere, #StorytellingPage .breadcrumb-item.current-page {
  display: inline-block;
}

#StorytellingPage .breadcrumb-item a {
  color: #337ab7;
}
#StorytellingPage .breadcrumbContainer {
  color: #000000;
  font-size: 16px;
}
#StorytellingPage .divider {
  padding: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#CookieDisclaimer {
  background-color: #DDE9F6;
  color: #0F1A41;
  padding: 12px 0;
  position: relative;
  z-index: 3;
  display: none;
}
#CookieDisclaimer .cookieDisclaimer-text-container {
  height: 31px;
  width: 31px;
  border: 1px solid #0F1A41;
  margin-right: 5px;
  font-size: 23px;
  text-align: center;
}
#CookieDisclaimer .cookieDisclaimer-text-container .vector-information {
  position: relative;
  top: 4px;
}
#CookieDisclaimer .cookieDisclaimer-text-text {
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  #CookieDisclaimer .cookieDisclaimer-text-text {
    padding-bottom: 10px;
    width: 230px;
  }
}
#CookieDisclaimer .cookieDisclaimer-information {
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
}
#CookieDisclaimer .cookieDisclaimer-information > span {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #CookieDisclaimer .cookieDisclaimer-information :first-child {
    margin-bottom: 5px;
  }
}
#CookieDisclaimer .cookieDisclaimer-close {
  text-align: center;
  cursor: pointer;
}
#CookieDisclaimer .cookieDisclaimer-close span {
  font-size: 11px;
  width: 100%;
  display: block;
  text-transform: capitalize;
}
#CookieDisclaimer .cookieDisclaimer-close vector-information {
  font-size: 28px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.episerverformscontainer {
  display: inline-block;
  width: 100%;
  background-color: #DDE9F6;
  padding-top: 25px;
  margin-top: 44px;
  margin-bottom: 44px;
  padding-bottom: 10px;
}
.episerverformscontainer .check-container .checkmark {
  top: 1px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .episerverformscontainer {
    padding-top: 15px;
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .episerverformscontainer {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .episerverformscontainer {
    margin-top: 33px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .episerverformscontainer {
    padding-top: 11px;
    padding-bottom: 0px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (max-width: 480px) {
  .episerverformscontainer {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
.episerverformscontainer .Form__Element.FormStep {
  margin-bottom: 0px;
}
.episerverformscontainer .Form__Description {
  color: #545454;
}
.episerverformscontainer .Form__Element.FormCaptcha label.Form__Element__Caption {
  line-height: normal;
}
.episerverformscontainer .Form__MainBody [type=submit] {
  padding: 16px 30px;
  display: inline-block;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  text-decoration: none;
  background-color: #659800 !important;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
  text-align: center;
  margin: 20px 0 20px 0;
  width: 100%;
}
.episerverformscontainer .Form__MainBody [type=submit]:hover {
  background-color: #659800;
  color: #0F1A41;
  text-decoration: none;
}
.episerverformscontainer .Form__MainBody [type=submit]:focus {
  outline: 3px solid black;
}
.episerverformscontainer .Form__MainBody .FormParagraphText {
  padding: 25px 0;
  font-size: 1.4rem;
}
.episerverformscontainer .Form__MainBody [type=reset] {
  padding: 16px 30px;
  display: inline-block;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  margin: 20px 0 20px 0;
  width: auto;
  background-color: #EBEBEB;
  color: #0F1A41;
}
.episerverformscontainer .Form__MainBody [type=reset]:hover {
  background-color: #5B666E;
  color: #FFFFFF;
  text-decoration: none;
}
.episerverformscontainer .Form__MainBody [type=reset]:focus {
  outline: 0;
}
.episerverformscontainer .FormChoice fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.episerverformscontainer .FormChoice.checkbox {
  padding-top: 10px;
  margin-bottom: 10px;
}
.episerverformscontainer .FormChoice.checkbox .check-container input[type=checkbox]:focus + .checkmark {
  outline: 1px solid black;
}
.episerverformscontainer .FormChoice.checkbox .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left !important;
  font-weight: normal;
}
.episerverformscontainer .Form__Element label, .episerverformscontainer .Form__Element label.FormChoice--Image__Item {
  color: #000000;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.episerverformscontainer .Form__Element label input[type=checkbox], .episerverformscontainer .Form__Element label input[type=radio], .episerverformscontainer .Form__Element label.FormChoice--Image__Item input[type=checkbox], .episerverformscontainer .Form__Element label.FormChoice--Image__Item input[type=radio] {
  max-width: 55px;
  float: left;
  -moz-appearance: none;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  background-color: #DDE9F6;
}
.episerverformscontainer .Form__Element textarea {
  width: 100%;
  min-height: 110px;
}
.episerverformscontainer .Form__Element input:focus {
  box-shadow: none;
  text-decoration: none;
}
.episerverformscontainer .Form__Element span.FormChoice--Image__Item__Caption {
  display: none;
}
.episerverformscontainer .Form__Element.ValidationFail .FormTextbox__Input, .episerverformscontainer .Form__Element.ValidationFail select {
  background-color: #F5E1E2;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.episerverformscontainer .Form__Element.ValidationSuccess .FormTextbox__Input, .episerverformscontainer .Form__Element.ValidationSuccess select {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #FFFFFF;
}
.episerverformscontainer .Form__Status .Form__Status__Message {
  padding: 1rem 0 !important;
}
.episerverformscontainer .Form__Status .Form__Warning__Message {
  background-color: #FFC800;
}
.episerverformscontainer .Form__Status .Form__Success__Message {
  background-color: transparent !important;
}
.episerverformscontainer .Form__Status .Form__Readonly__Message {
  background-color: transparent !important;
}

.FormTextbox__Input[readonly], .FormSelection[readonly] select {
  background: #FFFFFF;
}
.FormTextbox__Input[readonly]:focus, .FormSelection[readonly] select:focus {
  background-color: #FFFFFF;
}
.FormTextbox__Input[readonly]:focus::-webkit-input-placeholder, .FormSelection[readonly] select:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input[readonly]:focus:-moz-placeholder, .FormSelection[readonly] select:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input[readonly]:focus::-moz-placeholder, .FormSelection[readonly] select:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input[readonly]:focus:-ms-input-placeholder, .FormSelection[readonly] select:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}

.FormTextbox__Input, .FormSelection select {
  border-radius: 0;
  border: none;
  font-size: 1.6rem;
  height: 45px;
  color: #000000;
  text-overflow: ellipsis;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #FFFFFF;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  padding: 10px;
  width: 100%;
}
.FormTextbox__Input::-webkit-input-placeholder, .FormSelection select::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.FormTextbox__Input:-moz-placeholder, .FormSelection select:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
}
.FormTextbox__Input::-moz-placeholder, .FormSelection select::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.FormTextbox__Input:-ms-input-placeholder, .FormSelection select:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
@media (min-width: 1200px) {
  .FormTextbox__Input, .FormSelection select {
    height: 55px;
    font-size: 2rem;
  }
}
.FormTextbox__Input:hover, .FormSelection select:hover {
  /*background-color: $hovereffect;*/
  border: none;
}
.FormTextbox__Input:focus, .FormSelection select:focus {
  background-color: #FFFFFF;
}
.FormTextbox__Input:focus::-webkit-input-placeholder, .FormSelection select:focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:focus:-moz-placeholder, .FormSelection select:focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:focus::-moz-placeholder, .FormSelection select:focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:focus:-ms-input-placeholder, .FormSelection select:focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:focus[aria-invalid=true], .FormSelection select:focus[aria-invalid=true] {
  background-color: #FFFFFF;
}
.FormTextbox__Input:not([type=checkbox]):focus, .FormSelection select:not([type=checkbox]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
  -moz-box-shadow: inset 0 -3px 0 0 #000000;
}
.FormTextbox__Input:not([type=checkbox]):focus::-webkit-input-placeholder, .FormSelection select:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:not([type=checkbox]):focus:-moz-placeholder, .FormSelection select:not([type=checkbox]):focus:-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:not([type=checkbox]):focus::-moz-placeholder, .FormSelection select:not([type=checkbox]):focus::-moz-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input:not([type=checkbox]):focus:-ms-input-placeholder, .FormSelection select:not([type=checkbox]):focus:-ms-input-placeholder {
  color: #5B666E;
  opacity: 1;
}
.FormTextbox__Input[aria-invalid=true], .FormSelection select[aria-invalid=true] {
  background-color: #F5E1E2 !important;
  box-shadow: inset 0 -3px 0 0 #D52B1E;
  -webkit-box-shadow: inset 0 -3px 0 0 #D52B1E;
  -moz-box-shadow: inset 0 -3px 0 0 #D52B1E;
}
.FormTextbox__Input[aria-invalid=false][aria-describedby], .FormSelection select[aria-invalid=false][aria-describedby] {
  background-color: #FFFFFF;
  box-shadow: none;
}

.Form__Element .radio-container {
  padding-top: 5px;
  display: flex;
}
.Form__Element .radio-container label {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  padding-left: 10px;
  font-size: 1.8rem;
}
.Form__Element .radio-container input[type=radio] {
  background: url(/Static/img/radio-unchecked.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
  background-color: transparent;
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px !important;
  height: 18px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-left: 25px;
  margin-top: 2px;
  border: none;
}
.Form__Element .radio-container input[type=radio]:focus {
  border: none !important;
}
.Form__Element .radio-container input[type=radio]:checked {
  background: url(/Static/img/radio-blue.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU);
  background-size: 18px;
  background-repeat: no-repeat;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.anchorLinks.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  display: none;
  z-index: 10;
  -webkit-box-shadow: 0 0 6px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 6px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 6px 1px rgba(50, 50, 50, 0.75);
}
.anchorLinks.fixed.hidden-anchorLinks {
  display: none !important;
}
.anchorLinks.fixed .anchorItem.top {
  display: block;
}
@media (max-width: 767px) {
  .anchorLinks.fixed .anchorLinksContainer:not(.expanded) .anchorItem.top {
    display: none;
  }
}
.anchorLinks.fixed .anchorLinksContainer {
  padding-top: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.anchorLinks.fixed .anchorLinksContainer:after {
  border-bottom: none;
}

.anchorLinksContainer {
  padding-top: 20px;
  margin-bottom: 30px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.anchorLinksContainer:after {
  content: "";
  display: block;
  border-bottom: 1px solid #DDDDDD;
}
.anchorLinksContainer .anchorItem {
  height: 45px;
  margin: 10px 20px 0px 0px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #0F1A41;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.anchorLinksContainer .anchorItem .anchorName {
  position: relative;
}
.anchorLinksContainer .anchorItem.top {
  cursor: pointer;
}
.anchorLinksContainer .anchorItem.active {
  border-bottom: 7px solid #7AB800;
}
.anchorLinksContainer .anchorItem:first-child {
  margin-left: 0;
}
.anchorLinksContainer .anchorItem.showMap {
  margin-right: 0;
}
.anchorLinksContainer .anchorItem:hover {
  border-bottom: 7px solid #0F1A41;
  text-decoration: none;
}
.anchorLinksContainer .anchorItem p {
  line-height: 18px !important;
  margin: 0px;
}
.anchorLinksContainer .anchorItem .anchorName {
  padding-top: 10px;
}

.expanderToggle {
  display: none;
}

@media (max-width: 767px) {
  #AnchorLinksFixed .anchorLinksContainer .anchorItem.top {
    visibility: hidden;
  }
  #AnchorLinksFixed .anchorLinksContainer.expanded .anchorItem.top {
    visibility: visible;
  }
  .anchorLinksContainer {
    padding-top: 0;
  }
  .anchorLinksContainer .anchorItem {
    display: inline-block;
    width: 100%;
    margin-left: -15px;
    padding-left: 16px;
    margin: 0px 10px 0px -15px;
    height: 55px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .anchorLinksContainer .anchorItem:hover {
    border-bottom: none;
  }
  .anchorLinksContainer .anchorItem:first-child {
    margin: 0px 0px 0 -15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .anchorLinksContainer .anchorItem.active {
    border-bottom: none;
  }
  .anchorLinksContainer .anchorItem.top .anchorName {
    float: right;
  }
  .anchorLinksContainer .anchorItem .anchorName {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
  }
  .anchorLinksContainer .anchorItem .anchorDiv {
    height: 55px;
    display: table;
  }
  .anchorLinks.fixed .anchorLinksContainer {
    height: 55px;
    overflow: hidden;
    transition: height 0.15s ease-out;
  }
  .anchorLinks.fixed .anchorLinksContainer .anchorItem {
    width: 80%;
    position: absolute;
    z-index: -1;
    background: #FFFFFF;
  }
  .anchorLinks.fixed .anchorLinksContainer .anchorItem.active {
    border-left: 7px solid #7AB800;
    padding-left: 9px;
    z-index: 3;
  }
  .anchorLinks.fixed .anchorLinksContainer.expanded .anchorItem {
    position: relative;
    z-index: 3;
    width: 90%;
  }
  .anchorLinks.fixed .expanderToggle {
    display: block;
    position: absolute;
    font-size: 20px;
    right: 0;
    height: 55px;
    background-color: #FFFFFF;
    width: 20%;
  }
  .anchorLinks.fixed .expanderToggle .glyphicon {
    top: 15px;
    right: 10px;
  }
}
.anchorLinks.mapConnected .anchorItem.top {
  display: none;
}
@media (max-width: 767px) {
  .anchorLinks.mapConnected .anchorItem.showMap {
    display: none;
  }
  .anchorLinks.mapConnected .anchorItem.top {
    display: block;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#MobileMenu {
  color: #0F1A41;
  height: 100vh;
  overflow: visible;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  z-index: 2147483648;
  position: absolute;
  width: 100%;
}
#MobileMenu:not(.expanded) {
  display: none;
}
#MobileMenu #MobileMenuContainer {
  background-color: #FFFFFF;
  width: 422px;
  position: absolute;
  right: 0;
  z-index: 2147483647;
}
@media (max-width: 767px) {
  #MobileMenu #MobileMenuContainer {
    max-width: 100%;
    width: 100%;
  }
}
#MobileMenu .transparent-mask {
  width: 100vw;
  height: 100vh;
  opacity: 0.2;
  background-color: #0f1a41;
  position: fixed;
  z-index: 41;
  top: 0;
}
#MobileMenu .startAndClose {
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  display: flex;
  justify-content: end;
}
#MobileMenu .startAndClose .startpage-cell {
  margin-right: auto;
  padding: 0 1.5rem;
}
#MobileMenu .startAndClose .startpage-cell .startpage-link {
  display: flex;
  height: 55px;
  align-items: center;
  gap: 1rem;
  min-width: max-content;
}
#MobileMenu .startAndClose .startpage-cell .startpage-link a {
  font-size: 1.4rem;
  color: #0F1A41;
}
@media (max-width: 480px) {
  #MobileMenu .startAndClose .startpage-cell .startpage-link {
    gap: 0.5rem;
  }
}
@media (max-width: 360px) {
  #MobileMenu .startAndClose .startpage-cell .startpage-link svg {
    display: none;
  }
}
#MobileMenu .startAndClose .mainMenuClose {
  border-left: none;
}
@media (max-width: 991px) {
  #MobileMenu .startAndClose .mainMenuClose {
    border-left: 1px solid #EBEBEB;
  }
}
#MobileMenu .startAndClose .mainMenuClose .mainMenuCloseContainer {
  cursor: pointer;
}
#MobileMenu .startAndClose .mainMenuClose .mainMenuCloseText {
  font-size: 1.4rem;
  position: relative;
  margin-left: 10px;
  top: -5px;
}
#MobileMenu .startAndClose .mainMenuClose .mainMenuCloseIcon {
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}
#MobileMenu .mobileMenuAccordion {
  display: inline-block;
  width: 100%;
}
#MobileMenu .mobileMenuItem .mobileMainMenuItem {
  padding: 0 30px;
  border-bottom: 1px solid #D1D4D6;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #MobileMenu .mobileMenuItem .mobileMainMenuItem {
    padding: 0 15px;
  }
}
#MobileMenu .mobileMenuItem .mobileMainMenuItem .mobileMainMenuItemName .MainMenu-text {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
#MobileMenu .mobileMenuItem .mobileMainMenuItem .mobileMenuItemIcon .MainMenu-icon {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  width: 60px;
  text-align: right;
}
#MobileMenu .mobileMenuItem.expanded svg {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
#MobileMenu .mobileMenuItem.collapsed svg {
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}
#MobileMenu .mobileSubMenuItems {
  background-color: #DDE9F6;
}
#MobileMenu .mobileSubMenuItems .mobileSubMenuItem {
  width: 100%;
  color: #0F1A41;
  font-size: 1.6rem;
  height: 50px;
  border-bottom: 1px solid #D1D4D6;
  display: block;
  text-decoration: none;
}
#MobileMenu .mobileSubMenuItems .mobileSubMenuItem:hover {
  text-decoration: underline;
}
#MobileMenu .mobileSubMenuItems .mobileSubMenuItem .subMenuItem-cell {
  width: 100%;
  height: 49px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
@media (max-width: 767px) {
  #MobileMenu .mobileSubMenuItems .mobileSubMenuItem .subMenuItem-cell {
    padding-left: 20px;
  }
}
#MobileMenu .mobileSubMenuItems .mobileSubMenuItem .subMenuItem-cell.active {
  border-left: 6px solid #7AB800;
  padding-left: 34px;
}
@media (max-width: 767px) {
  #MobileMenu .mobileSubMenuItems .mobileSubMenuItem .subMenuItem-cell.active {
    padding-left: 14px;
  }
}
#MobileMenu .MobileMenuBottom {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #MobileMenu .MobileMenuBottom {
    padding: 0 15px;
  }
}
#MobileMenu .MobileMenuBottom .menuitem-container {
  float: left;
}
#MobileMenu .MobileMenuBottom .menuitem-container .menuitem-left-link {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
}
#MobileMenu .MobileMenuBottom .menuitem-container .menuitem-left-link a {
  font-size: 1.4rem;
  color: #0F1A41;
  text-decoration: none;
}
#MobileMenu .MobileMenuBottom .menuitem-container .menuitem-left-link a:hover {
  text-decoration: underline;
}
#MobileMenu .MobileMenuBottom .menuitem-container.language-container {
  float: right;
}
#MobileMenu .MobileMenuBottom .menuitem-container.language-container .languageSelector {
  display: table-cell;
  padding: 7px 0 5px 0;
  font-size: 1.2rem;
  height: 55px;
  vertical-align: middle;
}
#MobileMenu .MobileMenuBottom .dropdown.open .dropdown-toggle svg {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-toggle {
  font-size: 1.4rem;
  color: #0F1A41;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
  margin-left: 8px;
  padding: 10px;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-toggle[aria-expanded=true] {
  background: #F5F5F5;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-toggle svg {
  margin-top: 8px;
  display: block;
  float: right;
  margin-left: 6px;
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}
#MobileMenu .MobileMenuBottom .dropdown.leftAlignMenuItem {
  margin-left: -10px;
}
#MobileMenu .MobileMenuBottom .dropdown.leftAlignMenuItem .dropdown-toggle {
  margin-left: 0px;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-menu {
  border-radius: 0px;
  border: 0;
  width: 100%;
  background-color: #F5F5F5;
  margin: 0px;
  padding: 0px;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-menu a {
  font-size: 1.6rem;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #d1d1d1;
  text-decoration: none;
  color: #0F1A41;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-menu a:last-child {
  border: none;
}
#MobileMenu .MobileMenuBottom .dropdown .dropdown-menu a.active {
  color: #7AB800;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.searchBarInput {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .searchBarInput {
    padding-left: 15px;
  }
}

.searchBar .spinner {
  -webkit-animation: spinicon 1s infinite steps(8);
  animation: spinicon 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes spinicon {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinicon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.searchBar-container {
  display: inline-block;
  width: 100%;
  color: #0F1A41;
}
.searchBar-container .searchBar-icon {
  font-size: 3.2rem;
}
.searchBar-container .searchBar-icon svg path {
  fill: #0F1A41;
}
.searchBar-container .searchBar-searchField {
  width: 100%;
  padding: 5px 5px 5px 0;
  display: flex;
}
.searchBar-container .searchBar-searchField input {
  background-color: transparent;
  font-size: 1.6rem;
  color: #0F1A41;
  box-shadow: none;
}
.searchBar-container .searchBar-searchField input::-webkit-input-placeholder {
  color: #0F1A41;
}
.searchBar-container .searchBar-searchField input::-moz-placeholder {
  color: #0F1A41;
}
.searchBar-container .searchBar-searchField input:-moz-placeholder {
  color: #0F1A41;
}
.searchBar-container .searchBar-searchField input:-ms-input-placeholder {
  color: #0F1A41;
}
.searchBar-container .searchBar-searchField input:focus {
  box-shadow: inset 0 0px 0 0 #000000 !important;
  -webkit-box-shadow: inset 0 0px 0 0 #000000 !important;
  -moz-box-shadow: inset 0 0px 0 0 #000000 !important;
}
.searchBar-container .searchBar-searchField__close {
  position: absolute;
  right: 15px;
  font-size: 2.4rem;
  cursor: pointer;
  padding-bottom: 4px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .searchBar-container .searchBar-searchField__close {
    margin-top: 0px;
  }
}
.searchBar-container .searchBar-flightBoardLinks {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  position: relative;
  top: 23px;
  float: right;
  padding: 0;
}
@media (max-width: 767px) {
  .searchBar-container .searchBar-flightBoardLinks {
    top: 43px;
    float: none;
    margin-left: 25px;
  }
}
.searchBar-container .searchBar-flightBoardLinks a {
  color: #d0011b;
  text-decoration: underline;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .searchBar-container {
    min-width: 94px;
  }
  .searchBar-container input.form-control {
    height: auto;
    top: 0px;
  }
  .searchBar-container .searchBar-searchField {
    padding: 8px 8px 8px 0;
  }
  .searchBar-container .searchBar-searchField .searchBar-searchField__close {
    padding-top: 0;
  }
  .searchBar-container .searchBar-icon {
    font-size: 2.2rem;
    padding-top: 0;
    position: relative;
    top: 2px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
body#JobListPage .joblistpagehero .blocksliderblock .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body#JobListPage .joblistpagehero .blocksliderblock .inner .image {
  height: 369px;
}
@media (max-width: 767px) {
  body#JobListPage .joblistpagehero .blocksliderblock .inner .image {
    height: 454px;
  }
}
body#JobListPage .joblistpagehero .blocksliderblock .inner .image .hero-image {
  height: 100%;
  position: absolute;
  width: 100%;
}
body#JobListPage .joblistpagehero .blocksliderblock .item-text {
  align-items: initial;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#QueueTimesPage {
  line-height: normal;
  background-color: #0F1A41;
  position: fixed;
  /* Triggers if two queue times should be displayed at once */
  /* Triggers if there is an arrow in any of the queue times chosen */
  /* Triggers if either of the selected queue stations has an editorial display name */
}
#QueueTimesPage #snapifyHidden {
  display: none !important;
}
#QueueTimesPage #Body, #QueueTimesPage #MainContent {
  background-color: #0F1A41;
}
#QueueTimesPage .header {
  margin-top: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 7vw;
  line-height: 7vw;
  padding-bottom: 55px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
#QueueTimesPage .header #DetailsHeader {
  padding-top: 45px;
  font-size: 3vw;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
#QueueTimesPage .interval__prefix {
  font-size: 4vw;
  display: block;
  text-align: left;
  position: absolute;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-weight: 100;
}
#QueueTimesPage .queueTimeInterval {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  font-size: 22vw;
  font-weight: 600;
  color: #FFC800;
}
#QueueTimesPage .queueTimeInterval.disabled-queue {
  font-size: 13vw;
}
#QueueTimesPage .queuetime_Dual_right {
  border-left: 3px solid #FFFFFF;
}
#QueueTimesPage .queuetime_Dual_right .queuetime__icon {
  float: right;
}
#QueueTimesPage .queuetime_Dual_right .queuetime__stationname {
  float: left;
}
#QueueTimesPage .queuetime__stationname {
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  float: right;
  font-size: 3vw;
  margin-top: -2vw;
  line-height: 3vw;
  padding-top: 4.5vw;
}
#QueueTimesPage .queuetime__icon {
  text-align: center;
  color: #ffffff;
}
#QueueTimesPage .queuetime__icon img {
  filter: brightness(0) invert(1);
  width: 9vw;
}
#QueueTimesPage .queuetime__icon .arrow-in-oneside {
  opacity: 0;
}
#QueueTimesPage .arrowSelector {
  text-decoration: none;
}
#QueueTimesPage .arrowSelector img {
  height: 16px;
  width: 16px;
}
#QueueTimesPage .queueTimesPage--dual .queueTimeInterval {
  font-size: 11.6vw;
  line-height: 1.2;
  display: block;
  text-align: left;
  width: auto;
}
#QueueTimesPage .queueTimesPage--dual .queueTimeInterval.disabled-queue {
  font-size: 6vw;
}
#QueueTimesPage .queueTimesPage--dual .interval__prefix {
  font-size: 2vw;
}
#QueueTimesPage .queueTimesPage--dual .interval__text {
  height: 13.92vw;
  float: left;
}
#QueueTimesPage .queuetime__icon {
  float: left;
}
#QueueTimesPage .col-sm-6 {
  padding: 0 5vw;
}
#QueueTimesPage .queuetime__replacementmessage {
  display: inline-block;
  margin-top: 45px;
  color: #FFC800;
  font-size: 7vw;
  line-height: 7.2vw;
  padding: 0 5vw;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#StandardPage .StandardPage-HeadingContainer {
  padding-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #StandardPage .StandardPage-HeadingContainer {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage .StandardPage-HeadingContainer {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #StandardPage .StandardPage-HeadingContainer {
    padding-bottom: 15px;
  }
}
#StandardPage .StandardPage-HeadingContainer.no-padding {
  padding-bottom: 0px;
}
#StandardPage #MainContent .onlyBlocks .block:first-child {
  padding-bottom: 0;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#QuizPage #Body {
  min-height: 100vh;
  background-color: #DEF0EE;
}

.container.quiz__startpage .change-language {
  right: -25px !important;
  top: 0px !important;
}
.container.quiz__startpage .quizContainer .insidecontainer {
  position: relative;
  border-radius: 100%;
  width: 470px;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container.quiz__startpage .quizContainer .insidecontainer {
    width: calc(100vw - 55px);
    height: calc(100vw - 55px);
    margin-left: 0px;
  }
}
@media (min-width: 460px) and (max-width: 767.98px) {
  .container.quiz__startpage .quizContainer .insidecontainer {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer {
  margin-left: 50px;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer {
    margin-left: 15%;
    margin-top: 15%;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizTitle {
  font-size: 46px;
  line-height: 46px;
}
@media (min-width: 376px) and (max-width: 459px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizTitle {
    font-size: 38px;
    line-height: 38px;
    padding-right: 30px;
  }
}
@media (min-width: 334px) and (max-width: 375px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizTitle {
    font-size: 32px;
    line-height: 32px;
    padding-right: 30px;
  }
}
@media (max-width: 333px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizTitle {
    font-size: 24px;
    line-height: 24px;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizIntroText {
  width: 60%;
}
@media (min-width: 334px) and (max-width: 459px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizIntroText {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 333px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .quizIntroText {
    font-size: 14px;
    line-height: 14px;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-arrow {
  position: absolute;
  bottom: 50px;
  right: 50%;
  width: 91px;
}
@media (min-width: 334px) and (max-width: 767px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-arrow {
    bottom: 9%;
    right: 40%;
  }
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-arrow svg {
    width: 71px;
  }
}
@media (max-width: 333px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-arrow {
    bottom: 6%;
    right: 30%;
  }
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-arrow svg {
    width: 51px;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-FlyGreenLogo {
  display: none;
  position: absolute;
  right: -140px;
  top: 50%;
  margin-top: -65px;
}
.container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-FlyGreenLogo img {
  width: 104px;
  height: 126px;
}
@media (max-width: 767px) {
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-FlyGreenLogo {
    right: -75px;
  }
  .container.quiz__startpage .quizContainer .insidecontainer .quizStartContainer .icon-FlyGreenLogo img {
    width: 61px;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .sa-button-start {
  background-color: #0F1A41;
  color: #FFFFFF;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  right: -30px;
  bottom: -30px;
  position: absolute;
  font-size: 46px;
  line-height: 46px;
  margin: 10px;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 2s infinite;
}
@media (min-width: 334px) and (max-width: 767px) {
  .container.quiz__startpage .quizContainer .insidecontainer .sa-button-start {
    width: 50%;
    height: 50%;
    font-size: 32px;
    line-height: 32px;
    right: -40px;
  }
}
@media (min-width: 434px) and (max-width: 459px) {
  .container.quiz__startpage .quizContainer .insidecontainer .sa-button-start {
    width: 50%;
    height: 50%;
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 333px) {
  .container.quiz__startpage .quizContainer .insidecontainer .sa-button-start {
    width: 50%;
    height: 50%;
    font-size: 21px;
    line-height: 21px;
    right: -40px;
  }
}
.container.quiz__startpage .quizContainer .insidecontainer .sa-button-start:hover {
  background-color: #c8c8c8;
  color: #0F1A41;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.container:not(.quiz__startpage) .quizContainer .insidecontainer {
  position: relative;
}

.quizContainer {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  background-color: transparent;
  margin: auto;
  margin-top: 25px;
}
.quizContainer .questionAnswers {
  margin-bottom: 30px;
}
.quizContainer .buttonContainer {
  padding: 15px;
}
.quizContainer .buttonContainer:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.traficalblue {
  float: right;
  min-width: 300px;
  border: 2px solid #0F1A41;
}
@media (max-width: 767px) {
  .quizContainer .buttonContainer .sa-button.theme-button.colorTheme.traficalblue {
    width: 100%;
    margin: 15px 0px;
  }
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.traficalblue:hover {
  border-color: #c8c8c8;
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.sa-button-green {
  min-width: 300px;
  border: 2px solid #659800;
}
@media (max-width: 767px) {
  .quizContainer .buttonContainer .sa-button.theme-button.colorTheme.sa-button-green {
    width: 100%;
    margin: 15px 0px;
  }
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol {
  min-width: 300px;
  border: 2px solid #2D6E78;
}
@media (max-width: 767px) {
  .quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol {
    width: 100%;
    margin: 15px 0px;
  }
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol:hover {
  border-color: #c8c8c8;
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol:hover label {
  color: #0F1A41;
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol:hover label svg {
  fill: #0F1A41;
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol label {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 18px;
  margin-bottom: 0px;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: normal;
}
.quizContainer .buttonContainer .sa-button.theme-button.colorTheme.petrol label svg {
  fill: #FFFFFF;
  display: block;
  margin-left: 15px;
  margin-top: 3px;
}
.quizContainer .buttonContainer .sa-button.sa-button-ghost.colorTheme.traficalblue {
  float: left;
  min-width: 300px;
}
@media (max-width: 767px) {
  .quizContainer .buttonContainer .sa-button.sa-button-ghost.colorTheme.traficalblue {
    width: 100%;
    margin: 15px 0px;
  }
}
.quizContainer .insidecontainer {
  margin-top: 91px;
  padding: 15px 15px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .quizContainer .insidecontainer {
    padding: 15px 0px;
  }
}
.quizContainer .header {
  margin-bottom: -91px;
}
.quizContainer .header:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.quizContainer .header .stage {
  float: left;
}
.quizContainer .header .stage:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.quizContainer .header .stage .currentQuestion {
  font-size: 91px;
  line-height: 91px;
}
.quizContainer .header .stage .totalQuestions {
  font-size: 32px;
  line-height: 32px;
}
.quizContainer .header .result {
  float: right;
  margin-top: 48px;
}
.quizContainer .header .result:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.quizContainer .header .result .nrCorrectAnswers {
  font-size: 36px;
  line-height: 36px;
  padding-right: 5px;
}
.quizContainer .header .result .CorrectAnswers {
  font-size: 16px;
  line-height: 14px;
  color: #588B94;
  margin-top: 3px;
}
.quizContainer .quizResult .resutls-header {
  margin-top: -106px;
  font-size: 91px;
  line-height: 91px;
  margin-left: -15px;
}
.quizContainer .quizResult .results-page-top {
  padding-bottom: 50px;
}
.quizContainer .quizResult .results-page-top:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.quizContainer .quizResult .results-page-top .results-result-section {
  margin-top: 52px;
}
.quizContainer .quizResult .results-page-top .results-result-section .title {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  font-size: 32px;
  line-height: 32px;
}
.quizContainer .quizResult .results-page-top .results-result-section .title .sub-title {
  font-size: 18px;
  margin-top: 10px;
}
.quizContainer .quizResult .results-page-top .results-result-section .right-q .numer-of-rights {
  font-size: 91px;
  line-height: 91px;
  color: #659800;
}
.quizContainer .quizResult .results-page-top .results-result-section .right-q .status-bar {
  width: 100%;
  height: 14px;
  position: relative;
}
.quizContainer .quizResult .results-page-top .results-result-section .right-q .status-bar .percentage {
  width: 60%;
  background-color: #BBD686;
  border-radius: 50px;
  height: 14px;
  text-align: right;
  position: absolute;
}
.quizContainer .quizResult .results-page-top .results-result-section .right-q .status-bar .percentage .numbers {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: -3px;
  margin-right: 5px;
  display: block;
}
.quizContainer .quizResult .results-page-top .results-result-section .right-q .status-bar .total {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 50px;
  height: 14px;
}
.quizContainer .quizResult .results-page-top .results-result-section .fell-q {
  padding-top: 30px;
}
.quizContainer .quizResult .results-page-top .results-result-section .fell-q .numer-of-fell {
  font-size: 91px;
  line-height: 91px;
  color: #d0011b;
}
.quizContainer .quizResult .results-page-top .results-result-section .fell-q .status-bar {
  width: 100%;
  height: 14px;
  position: relative;
}
.quizContainer .quizResult .results-page-top .results-result-section .fell-q .status-bar .percentage {
  width: 40%;
  background-color: #FFBABA;
  border-radius: 50px;
  height: 14px;
  text-align: right;
  position: absolute;
}
.quizContainer .quizResult .results-page-top .results-result-section .fell-q .status-bar .percentage .numbers {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: -3px;
  margin-right: 5px;
  display: block;
}
.quizContainer .quizResult .results-page-top .results-result-section .fell-q .status-bar .total {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 50px;
  height: 14px;
}
.quizContainer .quizResult .answers {
  padding-bottom: 50px;
}
.quizContainer .quizResult .answers:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
.quizContainer .quizResult .answers .answer-icon-block {
  height: 41px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .quizContainer .quizResult .answers .answer-icon-block {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quizContainer .quizResult .answers .answer-icon-block {
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quizContainer .quizResult .answers .answer-icon-block {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .quizContainer .quizResult .answers .answer-icon-block {
    margin-right: 0px;
    padding: 0px;
  }
}
.quizContainer .quizResult .answers .answer-icon-block svg {
  fill: #0F1A41;
}
.quizContainer .quizResult .answers .answer-icon-block.fell {
  background-color: #FFBABA;
  padding-top: 12px;
}
.quizContainer .quizResult .answers .answer-icon-block.right {
  background-color: #BBD686;
  padding-top: 12px;
}
.quizContainer .quizResult .answers .answer-block {
  float: left;
}
.quizContainer .quizResult .answers .answer-block .qs {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
}
.quizContainer .quizResult .answers .answer-block .your-answer {
  display: block;
  font-size: 21px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .quizContainer .quizResult .answers .answer-block .your-answer {
    padding-left: 15px;
  }
}
.quizContainer .quizResult .answers .answer-block .your-choice {
  display: block;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .quizContainer .quizResult .answers .answer-block .your-choice {
    padding-left: 30px;
  }
}
.quizContainer .footer-container {
  padding-top: 50px;
  text-align: center;
}
.quizContainer .quizQuestion .question {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  color: #0F1A41;
  font-size: 32px;
  line-height: 32px;
  padding: 30px 15px 0px 15px;
}
.quizContainer .quizQuestion .sub-text-question-container {
  padding: 15px;
}
.quizContainer .quizQuestion .sub-text-question-container .sub-text-question {
  color: #2D6E78;
  font-size: 16px;
  padding-bottom: 15px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
.quizContainer .quizQuestion .right-answer {
  background-color: #BBD686;
  margin-right: -15px;
  margin-left: -15px;
  padding: 1px 30px;
}
.quizContainer .quizQuestion .wrong-answer {
  background-color: #FFBABA;
  margin-right: -15px;
  margin-left: -15px;
  padding: 1px 30px;
}
.quizContainer .quizQuestion .right-answer:after, .quizContainer .quizQuestion .wrong-answer:after {
  content: "";
  float: none;
  clear: both;
  display: block;
}
@media (max-width: 767px) {
  .quizContainer .quizQuestion .right-answer, .quizContainer .quizQuestion .wrong-answer {
    padding: 0px 15px;
    margin: 0px;
  }
}
.quizContainer .quizQuestion .right-answer .icon-side, .quizContainer .quizQuestion .wrong-answer .icon-side {
  float: left;
  padding-top: 13px;
  padding-right: 15px;
}
.quizContainer .quizQuestion .right-answer .containt-side, .quizContainer .quizQuestion .wrong-answer .containt-side {
  float: left;
}
.quizContainer .quizQuestion .description-block {
  background-color: #F9F9F9;
  padding: 50px 30px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .quizContainer .quizQuestion .description-block {
    margin: 0px;
    padding: 50px 15px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#SearchPage main {
  padding: 20px 0;
}
#SearchPage .search-container {
  display: flex;
  gap: 20px;
}
#SearchPage .search-container .searchInput-container {
  background-color: #EBEBEB;
  width: 33.33%;
  height: 65px;
}
#SearchPage .search-container .searchInput-container__searchField {
  width: 100%;
  padding: 5px 5px 5px 0;
  position: relative;
  height: 100%;
}
#SearchPage .search-container .searchInput-container__searchField input {
  font-size: 1.8rem;
  background-color: transparent;
  position: absolute;
  box-shadow: none;
}
#SearchPage .search-container .searchInput-container__close {
  position: absolute;
  right: 15px;
  font-size: 2.4rem;
  cursor: pointer;
  margin-top: 16px;
}
@media (max-width: 767px) {
  #SearchPage .search-container .searchInput-container__close {
    margin-top: 0;
    padding-top: 4px;
    right: 0;
  }
}
#SearchPage .search-container .searchInput-container:focus-within {
  background-color: #DDE9F6;
  box-shadow: inset 0 -3px 0 0 #000000;
  -webkit-box-shadow: inset 0 -3px 0 0 #000000;
}
@media (max-width: 767px) {
  #SearchPage .search-container .searchInput-container {
    height: 48px;
    width: 100%;
  }
}
#SearchPage .search-container .sa-button {
  min-width: fit-content;
}
@media (max-width: 767px) {
  #SearchPage .search-container {
    display: grid;
    gap: 10px;
  }
}
#SearchPage .searchPage-resultContainer .notification p {
  color: #000000;
  font-size: 1.8rem;
  margin: 0px;
  line-height: 1.5;
}
#SearchPage .searchPage-resultContainer .notification .suplabel {
  font-size: 1.4rem;
}
#SearchPage .searchPage-resultContainer .refine-search {
  color: #000000;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 1.6rem;
  line-height: 4rem;
}
#SearchPage .searchPage-resultContainer .new-spinner img {
  margin-left: auto;
  margin-right: auto;
}
#SearchPage .searchPage-resultContainer__flight {
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
}
#SearchPage .searchPage-resultContainer__flight a {
  color: #0F1A41;
  display: inline-block;
  text-decoration: none;
  line-height: 1.6rem;
}
#SearchPage .searchPage-resultContainer__flight a .flight-time-info {
  display: block;
  color: #2d6e78;
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer__flight a .flight-time-info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer__flight span {
    padding-left: 0;
  }
}
#SearchPage .searchPage-resultContainer__page--category {
  color: #878F94;
  font-size: 1.4rem;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  line-height: 1.4rem;
  text-decoration: none;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  display: block;
}
#SearchPage .searchPage-resultContainer__info {
  margin-top: 20px;
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section {
  width: 100%;
  padding: 30px 0px;
  margin-top: 30px;
  background-color: #dde9f6;
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .searchPage-resultContainer-departures,
  #SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .searchPage-resultContainer-arrivals {
    padding: 0px;
    float: none;
  }
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .searchPage-resultContainer-departures {
    padding-bottom: 30px;
  }
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .icon-div {
  float: left;
  display: block;
  width: 60px;
  margin-right: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .icon-div {
    width: 75px;
    text-align: center;
  }
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .flight-details {
  float: left;
  display: block;
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .flight-details {
    width: calc(100% - 75px);
  }
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .flight-details .h4 {
  margin-top: 0px;
  line-height: 2.1rem;
}
@media (max-width: 767px) {
  #SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .flight-details .h4.searchPage-resultContainer-header {
    font-size: 2.1rem;
  }
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .flight-details a {
  color: #0F1A41;
  display: inline-block;
  text-decoration: none;
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .flight-details a h4 {
  text-decoration: underline;
  color: #377BB5;
  margin: 0px;
  font-size: 1.4rem;
  line-height: 1.2rem;
}
#SearchPage .searchPage-resultContainer .searchPage-flights-section .searchPage-resultContainer-flights .clear {
  clear: both;
}
#SearchPage .SearchPages-resutls {
  margin-top: 30px;
}
#SearchPage .SearchPages-resutls .h2.searchPage-resultContainer-header {
  color: #A3A9AD;
}
#SearchPage .SearchPages-resutls .searchPage-resultContainer-pages {
  color: #0F1A41;
  border-top: 2px solid #A3A9AD;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
#SearchPage .SearchPages-resutls .searchPage-resultContainer-pages .searchPage-resultContainer__otherPage {
  margin-bottom: 15px;
}
#SearchPage .SearchPages-resutls .searchPage-resultContainer-pages .searchPage-resultContainer__otherPage a {
  text-decoration: none;
  display: inline-block;
}
#SearchPage .SearchPages-resutls .searchPage-resultContainer-pages .searchPage-resultContainer__otherPage a .h4 {
  color: #337ab7;
  text-decoration: underline;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 1.8rem;
  margin: 0px;
  line-height: 1.8rem;
}
#SearchPage .SearchPages-resutls .searchPage-resultContainer-pages .searchPage-resultContainer__otherPage a .h4 strong {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
#SearchPage .SearchPages-resutls .searchPage-resultContainer-pages .searchPage-resultContainer__otherPage a:hover .h4 {
  color: #23527c;
}
#SearchPage .destinationPage-tabBlock__section {
  background-color: #FFFFFF;
  border-top: none;
}
#SearchPage .destinationPage-tabBlock__section .top-section {
  background-color: #EBEBEB;
  padding-bottom: 78px;
  padding-top: 15px;
}
#SearchPage .destinationPage-tabBlock__section .top-section .h2 {
  color: #2D6E78;
  margin: 10px 0;
}
#SearchPage .destinationPage-tabBlock__section .top-section .h2 span {
  color: #0F1A41;
}
@media (max-width: 767px) {
  #SearchPage .destinationPage-tabBlock__section .top-section .h2 {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #SearchPage .destinationPage-tabBlock__section .top-section {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #SearchPage .destinationPage-tabBlock__section .top-section {
    padding-bottom: 63px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #SearchPage .destinationPage-tabBlock__section .top-section {
    padding-bottom: 63px;
  }
}
#SearchPage .destinationPage-tabBlock__section .bottom-section {
  background-color: #EBEBEB;
  height: 200px;
}
#SearchPage .destinationPage-tabBlock__section .destinationPage-tabBlock {
  bottom: 0px;
}
@media (max-width: 767px) {
  #SearchPage .destinationPage-tabBlock__section .destinationPage-tabBlock .tabblock.block {
    padding: 0px !important;
  }
}
#SearchPage .destinationPage-tabBlock__section .destinationPage-tabBlock .tabBlock-Desktop-Buttons {
  margin-top: -107px;
  padding-bottom: 0px;
}
#SearchPage .destinationPage-tabBlock__section .destinationPage-tabBlock .tabBlock-Desktop-Buttons .tabBlock-Button.selected {
  background-color: #FFFFFF !important;
}
#SearchPage .destinationPage-tabBlock__section .destinationPage-tabBlock .tabBlock-Desktop-Buttons .tabBlock-Button .tabBlockHeaderText-supptext {
  font-size: 1.2rem;
  color: #A3A9AD;
  display: block;
  text-align: left;
  line-height: 1.2rem;
}
#SearchPage .destinationPage-tabBlock__section .destinationPage-tabBlock .tabBlock-Mobile-Button-Container .tabBlock-Button.selected {
  background-color: #2D6E78 !important;
  color: #FFFFFF !important;
}
#SearchPage .destinationPage-tabBlock__section .tabBlock-Mobile-Button-Container .tabBlockHeaderText-supptext {
  font-size: 1.2rem;
  color: #A3A9AD;
  display: block;
  text-align: left;
  line-height: 1.2rem;
}
#SearchPage .destinationPage-tabBlock__section .tabBlock-Mobile-Button-Container .mobileTabBlockHeaderItem-expander {
  margin-top: 10px;
}
#SearchPage .destinationPage-tabBlock__section .Categories-result {
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 60px;
  display: block;
}
#SearchPage .destinationPage-tabBlock__section .Categories-result .h4 {
  color: #0F1A41;
  text-decoration: underline;
  font-size: 2.1rem;
  margin: 0px;
  margin-top: 10px;
}
#SearchPage .destinationPage-tabBlock__section .Categories-result .under-title {
  color: #A3A9AD;
  font-size: 1.4rem;
  margin: 0px;
}
#SearchPage .destinationPage-tabBlock__section .show-all-link {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #SearchPage .destinationPage-tabBlock__section .show-all-link .SELEN-ViewAllPages {
    width: 100%;
  }
}
#SearchPage .destinationPage-tabBlock__section .tabBlockArea {
  display: flex;
  flex-wrap: wrap;
}

#MyPagesLoginPage .preamblefield {
  border-bottom: 1px #000000 solid;
  padding: 10px 0 25px 0;
}
#MyPagesLoginPage .formfield {
  padding: 25px 0;
}
#MyPagesLoginPage .form-group input {
  background-color: #Eff5fa;
}
#MyPagesLoginPage .linkedList > ul {
  border-top: 3px solid #000000;
  border-bottom: 1px solid #EBEBEB;
  font-size: 18px;
  list-style: none;
  margin: 25px 0;
  padding: 25px 0;
}
#MyPagesLoginPage .linkedList > ul li + li {
  margin-top: 10px;
}
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#DestinationPage .carousel-inner .item {
  height: 70vw;
  max-height: 70vh;
}
@media (max-width: 767px) {
  #DestinationPage .carousel-inner .item {
    height: 90vh;
    max-height: 90vh;
    min-height: 600px;
  }
}
#DestinationPage .carousel-inner .item div {
  filter: brightness(0.7);
}
@media (max-width: 767px) {
  #DestinationPage .carousel-indicators {
    width: auto !important;
    right: 15px;
  }
}

.destinationPage {
  background-color: #FFFFFF;
}
.destinationPage h3 {
  margin-top: 0;
  color: #000000;
}
.destinationPage .destinationPage-heroArea-container {
  position: relative;
}
.destinationPage .destinationPage-heroArea-container .container {
  position: relative;
}
.destinationPage .destinationPage-heroArea__title {
  font-size: 56px;
  line-height: 60px;
  color: #FFFFFF;
  position: absolute;
  bottom: 425px;
}
.destinationPage .destinationPage-heroArea__title h1 {
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .destinationPage .destinationPage-heroArea__title {
    bottom: 325px;
  }
}
@media (max-width: 767px) {
  .destinationPage .destinationPage-heroArea__title {
    font-size: 38px;
    bottom: 500px;
  }
}
.destinationPage .destinationPage-heroArea__Localinfo {
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  bottom: 100px;
  right: 15px;
}
.destinationPage .destinationPage-heroArea__Localinfo .temp_area {
  margin-right: 50px;
  float: left;
}
.destinationPage .destinationPage-heroArea__Localinfo .temp_area h1 {
  color: #FFF;
}
.destinationPage .destinationPage-heroArea__Localinfo .time_area {
  float: left;
}
.destinationPage .destinationPage-heroArea__Localinfo .time_area h1 {
  color: #FFF;
}
@media (min-width: 768px) and (max-width: 991px) {
  .destinationPage .destinationPage-heroArea__Localinfo {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .destinationPage .destinationPage-heroArea__Localinfo {
    bottom: 80px;
    right: 15px;
  }
}
.destinationPage .destinationPage-noDirectFlightsContainer {
  display: inline-block;
}
.destinationPage .destinationPage-noDirectFlightsContainer .destinationPage-timeTableButton {
  background-color: white;
  margin-bottom: 15px;
  margin-top: 15px;
  float: right;
}
.destinationPage .destinationPage-noDirectFlightsContainer .destinationPage-timeTableButton:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.destinationPage .last-tab .tabBlockArea {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2 !important;
}
.destinationPage .last-tab .tabBlockArea .touristattractionblock {
  display: inline-block;
  width: 100% !important;
  clear: none !important;
  float: none !important;
}

.destinationPage-tabBlock__section {
  background-color: #FFFFFF;
  border-top: 4px solid #0F1A41;
}
@media (max-width: 767px) {
  .destinationPage-tabBlock__section {
    border-top: 0px;
  }
}
.destinationPage-tabBlock__section .tabBlock-Desktop-Buttons {
  margin-top: -4px;
  padding-bottom: 10px;
}
.destinationPage-tabBlock__section .contentAreaBlock-button {
  color: #0F1A41 !important;
}

.destinationPage-disclaimer__section {
  background-color: #FFFFFF;
}

.destinationPage-topArea {
  padding-bottom: 100px;
  padding-top: 20px;
}
.destinationPage-topArea .preamble {
  color: #0F1A41;
  font-size: 18px;
  line-height: 24px;
}
.destinationPage-topArea .bookflightblock.block {
  padding: 0px !important;
}
.destinationPage-topArea .bookflightblock.block .bookFlightBlock-button a {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .destinationPage-topArea .bookflightblock.block .bookFlightBlock-date {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .destinationPage-topArea .bookflightblock.block .bookFlight-date {
    width: 100%;
  }
}
.destinationPage-topArea .h1 {
  color: #0F1A41;
}
@media (max-width: 767px) {
  .destinationPage-topArea {
    padding-bottom: 20px;
  }
  .destinationPage-topArea .removeTopPaddingBlockEffect {
    padding-top: 35px !important;
  }
}

.destinationPage .breadcrumb {
  background-color: #DEF0EE;
}

.destinationPage-tabBlock {
  padding-top: 0;
  bottom: 95px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destinationPage-tabBlock {
    bottom: 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .destinationPage-tabBlock {
    bottom: 84px;
  }
}
@media (max-width: 767px) {
  .destinationPage-tabBlock {
    bottom: 0;
  }
}
.destinationPage-tabBlock .tabBlock-innerContent {
  background-color: #FFFFFF !important;
}
.destinationPage-tabBlock .tabBlock.theme-petrol {
  padding: 0;
}
.destinationPage-tabBlock .tabBlock.theme-petrol .mobile {
  background: #FFFFFF;
}
.destinationPage-tabBlock .tabBlock.theme-petrol .tabBlockItems {
  background-color: #FFFFFF;
}

.destinationPage-disclaimer {
  text-align: center;
}
.destinationPage-disclaimer img {
  width: 250px;
  display: inline-block;
}

.desinationPage-timeTableInformation {
  color: #000000;
}
.desinationPage-timeTableInformation .carousel-indicators {
  bottom: 0;
  left: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 0;
}
.desinationPage-timeTableInformation .preamble {
  color: #545454;
}
.desinationPage-timeTableInformation .destinationPage-timeTableResult {
  border-bottom: 1px solid #000000;
}
.desinationPage-timeTableInformation .destinationPage-timeTableHeader {
  border-top: 3px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px 0;
  display: inline-block;
  line-height: 1;
  width: 100%;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.desinationPage-timeTableInformation .destinationPage-timeTableHeader__departures {
  font-size: 22px;
}
.desinationPage-timeTableInformation .destinationPage-timeTableHeader__icon {
  height: 37px;
  width: 37px;
  border: 1px solid #000000;
  margin-right: 5px;
  font-size: 35px;
  text-align: center;
}
.desinationPage-timeTableInformation .timeTable-iataCode {
  font-size: 40px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.desinationPage-timeTableInformation .timeTableBlock-result-flighttime i {
  font-size: 32px;
  margin-top: 6px;
  display: block;
}
.desinationPage-timeTableInformation .timeTableBlock-result-flighttime {
  position: absolute;
  float: none;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.desinationPage-timeTableInformation .timeTableBlock-result-codeShare {
  padding: 20px 0;
}
.desinationPage-timeTableInformation .timeTableBlock-result-codeShare div {
  height: 44px;
  display: inline-block;
}
.desinationPage-timeTableInformation .timeTableBlock-result-arrival {
  text-align: right;
  line-height: 1;
}
.desinationPage-timeTableInformation .timeTableBlock-searchDays .timeTableBlock-searchDays-currentDate {
  margin: 0 20px;
}
.desinationPage-timeTableInformation .timeTableBlock-result-departure > span {
  float: left;
}
.desinationPage-timeTableInformation .timeTableBlock-result-arrival > span {
  float: right;
}
.desinationPage-timeTableInformation .timeTable-name {
  color: #545454;
}
.desinationPage-timeTableInformation .timeTableBlock-result-departure {
  padding-left: 0;
  line-height: 1;
}
.desinationPage-timeTableInformation .destinationPage-timeTableResult__nodirectflights {
  color: #545454;
}
.desinationPage-timeTableInformation .timeTableBlock-result-arrivals {
  padding-right: 0;
}
.desinationPage-timeTableInformation .timeTableBlock-result-scheduledDays {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .desinationPage-timeTableInformation .timeTableBlock-result-scheduledDays {
    display: block;
    width: 358px;
    padding: 20px 0 40px 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .desinationPage-timeTableInformation .timeTableBlock-result-scheduledDays {
    width: 280px;
  }
}
.desinationPage-timeTableInformation .timeTable-result-scheduledDays__day {
  width: 47px;
  display: block;
  text-align: center;
  height: 21px;
  padding-top: 1px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 3px;
  font-size: 14px;
  color: #FFFFFF;
}
.desinationPage-timeTableInformation .timeTable-result-scheduledDays__day.today {
  background-color: #2D6E78;
}
@media (min-width: 768px) and (max-width: 991px) {
  .desinationPage-timeTableInformation .timeTable-result-scheduledDays__day {
    width: 35px;
  }
}
@media (max-width: 480px) {
  .desinationPage-timeTableInformation .timeTable-result-scheduledDays__day {
    width: 34px;
  }
}
.desinationPage-timeTableInformation .divider {
  background-color: #DDDDDD;
  height: 1px;
}
@media (max-width: 767px) {
  .desinationPage-timeTableInformation {
    padding-top: 20px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#StorytellingPage #MainContent {
  padding-top: 44px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #StorytellingPage #MainContent {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  #StorytellingPage #MainContent {
    padding-top: 20px;
  }
}
#StorytellingPage #MainContent.hasNoShareLinks {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #StorytellingPage #MainContent.hasNoShareLinks {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  #StorytellingPage #MainContent.hasNoShareLinks {
    padding-top: 30px;
  }
}
#StorytellingPage .pageHeading h1 {
  margin-bottom: 0;
}
#StorytellingPage .pageHeading > p:last-child {
  margin-bottom: 0;
}
#StorytellingPage .preamble-container {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #StorytellingPage .preamble-container {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #StorytellingPage .preamble-container {
    margin-top: 30px;
  }
}
#StorytellingPage .preamble-container > p:last-child {
  margin-bottom: 0;
}
#StorytellingPage .mainImage {
  margin-top: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #StorytellingPage .mainImage {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #StorytellingPage .mainImage {
    margin-top: 45px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pressPage .pressPage-heading {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.pressPage .pressPage-mainImage {
  padding-bottom: 20px;
}

#ParkingListPage .parkingListPage__extraContent--hidden {
  display: none;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#TwoColumnPage .TwoColumnPagePreambleContainer {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #TwoColumnPage .TwoColumnPagePreambleContainer {
    padding-bottom: 15px;
  }
}
#TwoColumnPage .carousel-indicators-wrapper {
  bottom: 10px;
}
#TwoColumnPage .carousel-indicators-wrapper .container {
  width: 100%;
}
#TwoColumnPage .carousel-indicators-wrapper .container .carousel-indicators {
  right: auto;
  width: 100%;
  padding: 0px;
}
#TwoColumnPage .mainBody {
  padding-left: 0;
}
#TwoColumnPage .mainImage {
  padding-right: 0;
}
@media (max-width: 767px) {
  #TwoColumnPage .mainBody, #TwoColumnPage .mainImage {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  #TwoColumnPage #TwoColumnPageContentAreaTop {
    padding-bottom: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #TwoColumnPage #TwoColumnPageContentAreaTop {
    padding-bottom: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #TwoColumnPage #TwoColumnPageContentAreaTop {
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  #TwoColumnPage #TwoColumnPageContentAreaTop {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
  }
}
@media (max-width: 480px) {
  #TwoColumnPage #TwoColumnPageContentAreaTop {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  #TwoColumnPage #TwoColumnPageContentAreaBottom {
    padding-top: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #TwoColumnPage #TwoColumnPageContentAreaBottom {
    padding-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #TwoColumnPage #TwoColumnPageContentAreaBottom {
    padding-top: 33px;
  }
}
@media (max-width: 767px) {
  #TwoColumnPage #TwoColumnPageContentAreaBottom {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
  }
}
@media (max-width: 480px) {
  #TwoColumnPage #TwoColumnPageContentAreaBottom {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#MobileAppSettingsPage .startScreenItems, #MobileAppSettingsPage .infoScreenPages {
  float: left;
  margin: 30px;
  min-width: 375px;
}
#MobileAppSettingsPage .startScreenItem {
  float: left;
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  padding: 15px;
  position: relative;
  min-height: 80px;
  padding-top: 30px;
}
#MobileAppSettingsPage .startScreenItem .contentName, #MobileAppSettingsPage .startScreenItem .contentType {
  position: absolute;
  top: 5px;
  font-size: 14px;
}
#MobileAppSettingsPage .startScreenItem .contentName {
  left: 15px;
}
#MobileAppSettingsPage .startScreenItem .contentType {
  right: 15px;
}
#MobileAppSettingsPage .startScreenItem.AppContentTest {
  background-color: #DEF0EE;
}
#MobileAppSettingsPage .AppParkingPuff {
  padding-top: 30px;
}
#MobileAppSettingsPage .AppParkingPuff .primaryImage {
  float: left;
  margin-right: 15px;
}
#MobileAppSettingsPage .AppParkingPuff .primaryImage img {
  width: 57px;
  height: 57px;
}
#MobileAppSettingsPage .AppParkingPuff .text-content span {
  display: block;
  color: #0F1A41;
  max-width: 250px;
  font-family: "Helvetica Neue Medium";
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 3px;
}
#MobileAppSettingsPage .AppParkingPuff .text-content span.heading {
  white-space: pre-line;
}
#MobileAppSettingsPage .AppParkingPuff .text-content span.termsAndConditions {
  font-size: 9px;
  line-height: 10px;
}
#MobileAppSettingsPage .AppParkingPuff .secondaryImage {
  float: right;
  margin-left: 15px;
}
#MobileAppSettingsPage .AppParkingPuff .secondaryImage img {
  width: 57px;
}
#MobileAppSettingsPage .AppOfferBlock .mainImage {
  position: relative;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
}
#MobileAppSettingsPage .AppOfferBlock .sealImage {
  width: 95px;
  height: 95px;
  top: 10px;
  left: 10px;
  position: absolute;
}
#MobileAppSettingsPage .AppOfferBlock .contentLinksContainer {
  border-top: 1px solid;
}
#MobileAppSettingsPage .infoScreenSelect {
  margin-bottom: 15px;
}
#MobileAppSettingsPage .infoScreenContent {
  padding: 15px;
}
#MobileAppSettingsPage .AppPuffBlock {
  padding-bottom: 0px;
}
#MobileAppSettingsPage .AppPuffBlock .mainImage {
  float: left;
}
#MobileAppSettingsPage .AppPuffBlock .mainImage img {
  width: 100%;
  margin-bottom: 5px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#header .bookParking-confirmationPageHeroArea {
  min-height: 615px;
  background-color: #DDE9F6;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer {
  padding-top: 101px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer.appcontext {
  padding-top: 0px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer.appcontext .parking-spinner {
  margin-top: 190px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer {
    padding-top: 101px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer {
    padding-top: 101px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer h5 {
  font-size: 18px;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer {
    padding-top: 81px;
  }
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer.appcontext {
    padding-top: 25px;
  }
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .sa-button.wide {
    padding: 17px 150px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .payment-error-image {
  width: 60px;
  padding-top: 7px;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .payment-error-image {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingNumber {
  margin-top: 30px;
  margin-bottom: 30px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .something-went-wrong-bottom-border {
  border-bottom: 1px solid;
  border-color: #979797;
  margin-bottom: 25px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .something-went-wrong-container {
  padding: 15px 0;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container {
  margin-bottom: 50px;
  background-color: #FFFFFF;
  border-top: 10px solid;
  border-color: #009BDE;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container.indoor {
  border-color: #ED7530;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container.outdoor {
  border-color: #009BDE;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container.premium {
  border-color: #000000;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container.longterm {
  border-color: #659800;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-border {
  border-top: 1px solid;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row {
  padding: 15px 0px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last {
  background-color: #B7CADD;
  padding: 20px 0px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last {
    line-height: 30px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number {
  font-size: 72px;
  line-height: 61px;
  float: left;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number.indoor {
  color: #ED7530;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number.outdoor {
  color: #009BDE;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number.premium {
  color: #000000;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number.longterm {
  color: #659800;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number-text {
  font-size: 18px;
  margin-top: 19px;
  margin-left: 5px;
  margin-right: 18px;
  float: left;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number-text.indoor {
  color: #ED7530;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number-text.outdoor {
  color: #009BDE;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number-text.premium {
  color: #000000;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-number-text.longterm {
  color: #659800;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType {
  margin-top: 18px;
  float: left;
  position: relative;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType.indoor:before {
  background: #ED7530;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType.outdoor:before {
  background: #009BDE;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType.premium:before {
  background: #000000;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType.longterm:before {
  background: #659800;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType.walk img {
  width: 22px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType.bus img {
  width: 27px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-TransferType img {
  height: 40px;
  position: relative;
  float: left;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer {
  text-align: right;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer {
    text-align: left;
    padding-top: 20px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer .bookParking-confirm-price {
  font-size: 48px;
  line-height: 48px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer .bookParking-confirm-price.indoor {
  color: #ED7530;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer .bookParking-confirm-price.outdoor {
  color: #009BDE;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer .bookParking-confirm-price.premium {
  color: #000000;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-priceContainer .bookParking-confirm-price.longterm {
  color: #659800;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.second-row p {
  margin-bottom: 10px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.second-row p {
    margin-bottom: 5px;
  }
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.second-row h5 {
    margin-bottom: 15px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.third-row p {
  margin-bottom: 10px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.third-row h5 {
  font-weight: 500;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.third-row .confirm-page-break-word {
  word-break: break-all;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.third-row p {
    margin-bottom: 5px;
  }
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row.third-row h5 {
    margin-bottom: 15px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last .priceInfo {
  text-align: right;
}
@media (max-width: 767px) {
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last .priceInfo {
    text-align: left;
  }
  #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last .priceInfo .cardPreview {
    display: block;
    margin-bottom: 5px;
  }
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last .priceInfo .cardPreview {
  margin-right: 45px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last .priceInfo .cardPreview-price {
  font-size: 26px;
  line-height: 10px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container .bookParking-confirm-row-last .priceInfo .priceInfo-border {
  border-top: 1px solid;
  border-color: #000000;
  margin: 19px 0px;
}
#header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container h5, #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container h3, #header .bookParking-confirmationPageHeroArea .bookParking-confirmationPageHeroArea-contentContainer .bookParking-confirmationPageHeroArea-bookingInfo-container p {
  margin: 0px;
}
#header .bookParking-confirmationPageHeroArea .refund-information {
  background-color: #DDE9F6;
  font-size: 13px;
  line-height: 16px;
  padding-top: 17px;
  color: #717171;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
}

.replacedHeroAreaPageContent > div > *:nth-last-child(2) {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .replacedHeroAreaPageContent > div > *:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#frontPage button.frontpage_button {
  background: none;
  border: none;
}
#frontPage .frontPage-header {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
}
#frontPage .frontPage-header .logo img {
  height: 45px;
}
#frontPage .frontPage-header a {
  color: #FFFFFF;
}
#frontPage .frontPage-videoButton {
  color: white;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 30px;
  bottom: 90px;
  z-index: 15;
  cursor: pointer;
}
#frontPage .vector-play {
  display: none;
}
#frontPage .frontPage-video-container__image {
  width: 100vw;
  height: 100vh;
  min-height: 550px;
  /* "Scalable" */
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("/Static/img/vattendelare/vattendelare-min.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
}
@media only screen and (max-height: 1024px) and (max-aspect-ratio: 4/3) and (orientation: portrait) {
  #frontPage .frontPage-video-container__image {
    /* Stående ipad (720px i orginalbild begränsar storlek) */
    background-image: url("/Static/img/vattendelare/vattendelare_540x720-min.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  }
}
@media only screen and (max-width: 1024px) and (max-aspect-ratio: 4/3) and (orientation: landscape) {
  #frontPage .frontPage-video-container__image {
    /* Liggande ipad (720px i orginalbild begränsar storlek) */
    background-image: url("/Static/img/vattendelare/vattendelare_960x720-min.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  }
}
@media only screen and (max-height: 677px) and (max-aspect-ratio: 667/375) and (orientation: portrait) {
  #frontPage .frontPage-video-container__image {
    /* Stående telefon (brytpunktsvärden är satta efter beaktande av vanliga upplösningar på http://gs.statcounter.com/screen-resolution-stats/mobile/sweden) */
    background-image: url("/Static/img/vattendelare/vattendelare_377x667-min.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  }
}
@media only screen and (max-width: 677px) and (max-aspect-ratio: 667/375) and (orientation: landscape) {
  #frontPage .frontPage-video-container__image {
    /* Liggande telefon */
    background-image: url("/Static/img/vattendelare/vattendelare_667x377-min.png?v=l4ZU1toTWSKqxbw-CiZ3rgAy8hU");
  }
}
#frontPage .frontPage-video-player video {
  display: none;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#frontPage .sa-button.frontpage_button {
  background-color: #FFFFFF;
  width: 100%;
  height: auto;
}
#frontPage .sa-button.frontpage_button:hover, #frontPage .sa-button.frontpage_button:focus, #frontPage .sa-button.frontpage_button:active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0F1A41;
}
#frontPage .frontPage-container-divider {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}
#frontPage .frontPage-container-divider span {
  border-left: 1px solid #FFFFFF;
  height: 100%;
  display: inline-block;
}
#frontPage .fontPage-video-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 48, 48, 0.5);
  z-index: 10;
  text-align: center;
}
#frontPage .fontPage-video-content .container {
  margin-top: 30px;
}
#frontPage .frontPage-container {
  position: relative;
  margin-top: 30vh;
  color: #FFFFFF;
  display: inline-block;
  width: 800px;
}
@media (max-width: 767px) {
  #frontPage .frontPage-container {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #frontPage .frontPage-container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  #frontPage .frontPage-container-block {
    padding-bottom: 40px;
  }
}
#frontPage .frontPage-container-block p {
  font-size: 20px;
  margin: 10px 0 0 0;
  text-align: left;
  line-height: 1.15;
}
#frontPage .frontPage-footer {
  padding: 30px 0;
  display: block;
  width: 100%;
  background-color: #0F1A41;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  text-align: left;
}
#frontPage .frontPage-footer .container {
  margin-top: 0;
}
#frontPage .frontPage-footer a {
  color: #FFFFFF;
}
#frontPage .frontPage-footer .frontPage-footer-email {
  margin-right: 50px;
}
@media (max-width: 767px) {
  #frontPage .frontPage-footer {
    padding: 15px 0;
  }
  #frontPage .frontPage-footer .container {
    margin-top: 10px;
  }
  #frontPage .frontPage-footer .frontPage-footer-phone {
    font-size: 18px;
    font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
    margin-bottom: 10px;
  }
  #frontPage .frontPage-footer .conditionsContainer > div {
    margin-bottom: 10px;
  }
  #frontPage .frontPage-footer a, #frontPage .frontPage-footer .conditionsContainer {
    width: 100%;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#ParkingManagePreBookingPage .parkingmanageprebooking__heading-preamble {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #ParkingManagePreBookingPage .parkingmanageprebooking__heading-preamble {
    margin-bottom: 27px;
  }
}
#ParkingManagePreBookingPage .parkingManagePrebookingPage__extraContent--hidden {
  display: none;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#StandardPage2021, #DestinationListPage {
  /* Negate structure.scss :not() selectors for block types... */
}
#StandardPage2021 .StandardPage-HeadingContainer, #DestinationListPage .StandardPage-HeadingContainer {
  padding-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #StandardPage2021 .StandardPage-HeadingContainer, #DestinationListPage .StandardPage-HeadingContainer {
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage2021 .StandardPage-HeadingContainer, #DestinationListPage .StandardPage-HeadingContainer {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #StandardPage2021 .StandardPage-HeadingContainer, #DestinationListPage .StandardPage-HeadingContainer {
    padding-bottom: 15px;
  }
}
#StandardPage2021 .StandardPage-HeadingContainer.no-padding, #DestinationListPage .StandardPage-HeadingContainer.no-padding {
  padding-bottom: 0px;
}
#StandardPage2021 #MainContent .onlyBlocks .block:first-child, #DestinationListPage #MainContent .onlyBlocks .block:first-child {
  padding-bottom: 0;
}
#StandardPage2021 .slider-buttonContainer .sa-button, #DestinationListPage .slider-buttonContainer .sa-button {
  background-color: #659800;
  color: #FFFFFF;
}
#StandardPage2021 .slider-buttonContainer .sa-button:hover, #StandardPage2021 .slider-buttonContainer .sa-button:focus, #StandardPage2021 .slider-buttonContainer .sa-button:active, #DestinationListPage .slider-buttonContainer .sa-button:hover, #DestinationListPage .slider-buttonContainer .sa-button:focus, #DestinationListPage .slider-buttonContainer .sa-button:active {
  color: #0F1A41;
}
#StandardPage2021 .slider-buttonContainer .sa-button:hover a, #StandardPage2021 .slider-buttonContainer .sa-button:focus a, #StandardPage2021 .slider-buttonContainer .sa-button:active a, #DestinationListPage .slider-buttonContainer .sa-button:hover a, #DestinationListPage .slider-buttonContainer .sa-button:focus a, #DestinationListPage .slider-buttonContainer .sa-button:active a {
  color: #FFFFFF;
}
#StandardPage2021 .slider-buttonContainer .sa-button:hover:before, #StandardPage2021 .slider-buttonContainer .sa-button:focus:before, #StandardPage2021 .slider-buttonContainer .sa-button:active:before, #DestinationListPage .slider-buttonContainer .sa-button:hover:before, #DestinationListPage .slider-buttonContainer .sa-button:focus:before, #DestinationListPage .slider-buttonContainer .sa-button:active:before {
  background-color: #5B666E;
}
#StandardPage2021 #MainContent.hasNoShareLinks, #DestinationListPage #MainContent.hasNoShareLinks {
  padding-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage2021 #MainContent.hasNoShareLinks, #DestinationListPage #MainContent.hasNoShareLinks {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  #StandardPage2021 #MainContent.hasNoShareLinks, #DestinationListPage #MainContent.hasNoShareLinks {
    padding-top: 30px;
  }
}
#StandardPage2021 .pageHeading, #DestinationListPage .pageHeading {
  margin-bottom: 0;
}
#StandardPage2021 .pageHeading > p:last-child, #DestinationListPage .pageHeading > p:last-child {
  margin-bottom: 0;
}
#StandardPage2021 .preamble-container, #DestinationListPage .preamble-container {
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage2021 .preamble-container, #DestinationListPage .preamble-container {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #StandardPage2021 .preamble-container, #DestinationListPage .preamble-container {
    margin-top: 30px;
  }
}
#StandardPage2021 .preamble-container > p:last-child, #DestinationListPage .preamble-container > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #StandardPage2021 #MainContent .block.faqcontainerblock, #DestinationListPage #MainContent .block.faqcontainerblock {
    padding-bottom: 44px;
    padding-top: 44px;
  }
  #StandardPage2021 #MainContent .block.faqcontainerblock + .margin-block, #DestinationListPage #MainContent .block.faqcontainerblock + .margin-block {
    margin-top: 46px;
  }
  #StandardPage2021 #MainContent .margin-block + .block.faqcontainerblock, #DestinationListPage #MainContent .margin-block + .block.faqcontainerblock {
    padding-top: 88px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #StandardPage2021 #MainContent .block.faqcontainerblock, #DestinationListPage #MainContent .block.faqcontainerblock {
    padding-bottom: 33px;
    padding-top: 33px;
  }
  #StandardPage2021 #MainContent .block.faqcontainerblock + .margin-block, #DestinationListPage #MainContent .block.faqcontainerblock + .margin-block {
    margin-top: 57px;
  }
  #StandardPage2021 #MainContent .margin-block + .block.faqcontainerblock, #DestinationListPage #MainContent .margin-block + .block.faqcontainerblock {
    padding-top: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #StandardPage2021 #MainContent .block.faqcontainerblock, #DestinationListPage #MainContent .block.faqcontainerblock {
    padding-bottom: 33px;
    padding-top: 33px;
  }
  #StandardPage2021 #MainContent .block.faqcontainerblock + .margin-block, #DestinationListPage #MainContent .block.faqcontainerblock + .margin-block {
    margin-top: 27px;
  }
  #StandardPage2021 #MainContent .margin-block + .block.faqcontainerblock, #DestinationListPage #MainContent .margin-block + .block.faqcontainerblock {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  #StandardPage2021 #MainContent .block.faqcontainerblock, #DestinationListPage #MainContent .block.faqcontainerblock {
    padding-bottom: 22px;
    padding-top: 22px;
  }
  #StandardPage2021 #MainContent .block.faqcontainerblock + .margin-block, #DestinationListPage #MainContent .block.faqcontainerblock + .margin-block {
    margin-top: 38px;
  }
  #StandardPage2021 #MainContent .margin-block + .block.faqcontainerblock, #DestinationListPage #MainContent .margin-block + .block.faqcontainerblock {
    padding-top: 44px;
  }
}
#StandardPage2021 #MainContent .block.faqcontainerblock.nomargintop, #DestinationListPage #MainContent .block.faqcontainerblock.nomargintop {
  padding-top: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#ManageParkingBookingPage #MainContent {
  padding-top: 0px;
  padding-bottom: 0px;
}

#header .manageParkingBookingPageHeroArea {
  min-height: 615px;
  background-color: #DDE9F6;
  padding-top: 101px;
  padding-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea {
    padding-top: 101px;
  }
}
#header .manageParkingBookingPageHeroArea .loader {
  top: 0px;
}
#header .manageParkingBookingPageHeroArea .manageBookingView {
  position: relative;
}
#header .manageParkingBookingPageHeroArea h1, #header .manageParkingBookingPageHeroArea h2.mainHeader {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea h1, #header .manageParkingBookingPageHeroArea h2.mainHeader {
    clear: both;
    margin-bottom: 25px;
  }
}
#header .manageParkingBookingPageHeroArea .underlined-link {
  text-decoration: underline;
  color: #0F1A41;
}
#header .manageParkingBookingPageHeroArea .underlined-link:hover {
  color: #0F1A41;
  cursor: pointer;
}
#header .manageParkingBookingPageHeroArea .heading-h1-lineheight {
  line-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .manageParkingBookingPageHeroArea .heading-h1-lineheight {
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .manageParkingBookingPageHeroArea .heading-h1-lineheight {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea .heading-h1-lineheight {
    line-height: 30px;
  }
}
#header .manageParkingBookingPageHeroArea .sa-button-lineheight {
  line-height: 45px;
}
@media (min-width: 1200px) {
  #header .manageParkingBookingPageHeroArea .sa-button-lineheight {
    line-height: 55px;
  }
}
#header .manageParkingBookingPageHeroArea label {
  font-weight: normal;
}
#header .manageParkingBookingPageHeroArea .cancel-navication {
  position: absolute;
  right: 0;
}
#header .manageParkingBookingPageHeroArea .cancel-navication div {
  display: inline-block;
}
#header .manageParkingBookingPageHeroArea .cancel-navication .cancel-navication-text {
  margin-right: 10px;
  padding-right: 13px;
  border-right: 1px solid;
  line-height: 25px;
}
#header .manageParkingBookingPageHeroArea .cancel-navication .cancel-navication-text.emailUpsell {
  border-right: none;
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea .cancel-navication {
    position: relative;
    padding-bottom: 20px;
  }
}
#header .manageParkingBookingPageHeroArea .print-button {
  padding: 18px 0px;
  cursor: pointer;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .manageParkingBookingPageHeroArea .print-button {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea .print-button {
    padding: 18px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .manageParkingBookingPageHeroArea .print-button {
    padding: 18px 0px;
  }
}
#header .manageParkingBookingPageHeroArea .print-button .print-icon {
  display: none;
  width: 23px;
  height: 21.87px;
  float: left;
  margin-right: 15px;
}
#header .manageParkingBookingPageHeroArea .print-button .print-icon svg {
  width: 23px;
  height: 21.87px;
}
#header .manageParkingBookingPageHeroArea .print-button .print-link {
  text-decoration: underline;
  font-size: 16px;
  float: left;
}
#header .manageParkingBookingPageHeroArea .logoforprint {
  visibility: hidden;
  display: none;
  float: left;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea .logoforprint {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .manageParkingBookingPageHeroArea .logoforprint {
    width: 200px;
  }
}
#header .manageParkingBookingPageHeroArea .booking-details-container {
  margin-top: 80px;
}
#header .manageParkingBookingPageHeroArea .book-new-parking-container {
  margin-top: 20px;
  padding-top: 50px;
  border-top: 1px solid;
  border-color: #979797;
}
@media (max-width: 767px) {
  #header .manageParkingBookingPageHeroArea .book-new-parking-container {
    margin-top: 15px;
    padding-top: 40px;
  }
}

#ManageParkingBookingPage {
  /*@media print {
      .manageParkingBookingPageHeroArea {
          padding-top: 55px !important;
          padding-bottom: 0px !important;

          .logoforprint {
              visibility: visible !important;
              display: block !important;
          }

          @include tablet {
              .container {
                  width: 100% !important;
              }

              .col-sm-6 {
                  width: 33.33% !important;
              }
          }
      }

      .airport-heading {
          visibility: visible;
          float: right !important;
      }

      * {
          visibility: hidden;
      }
      #footer, #MainContent, .cancel-navication {
          display: none;
      }
      #toPrint, #toPrint * {
          visibility: visible;

          .cancel, .sa-button, .print-button * {
              visibility: hidden;
              display: none;
          }
      }

      .block {
          @include tablet {
              padding-bottom: 0px !important;
              margin-bottom: 30px;

              &:nth-child(2) {
                  margin-bottom: 0px;
              }
          }

          @include mobile {
              padding-bottom: 0px !important;
              margin-bottom: 50px;

              &:nth-child(2) {
                  margin-bottom: 0px;
              }
          }
      }

      #toPrint {
          position: absolute;
          left: 0;
          top: 0;
      }
  }*/
  /*:lang(en) {
      .pull-left-xs {
          @media only screen and (max-width: 370px) {
              float: left !important;
          }
      }
  }*/
}
@media print {
  #ManageParkingBookingPage #MainContent, #ManageParkingBookingPage #footer, #ManageParkingBookingPage #MainMenu, #ManageParkingBookingPage .cancel-navication, #ManageParkingBookingPage button, #ManageParkingBookingPage .fb-customerchat-fallback, #ManageParkingBookingPage #fb-root .print-button {
    display: none !important;
  }
  #ManageParkingBookingPage .manageParkingBookingPageHeroArea {
    padding-top: 100px !important;
  }
  #ManageParkingBookingPage .headerContainer {
    margin-top: 30px !important;
  }
  #ManageParkingBookingPage .headerContainer .logo {
    width: 30% !important;
  }
  #ManageParkingBookingPage .headerContainer .headerArea {
    width: 70% !important;
    text-align: right !important;
  }
  #ManageParkingBookingPage .booking-details-container {
    margin-top: 0px !important;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.jobPage .jobPageTopArea {
  padding-top: 50px;
}
.jobPage .jobPageTopArea .applicationClose {
  color: #7AB800;
  font-size: 21px;
}
.jobPage .jobPageTopArea .short-description {
  color: #878F94;
}
@media (max-width: 767px) {
  .jobPage .jobPageTopArea .short-description {
    padding-bottom: 15px;
  }
}
.jobPage .jobPageTopArea .jobInformation .job-details {
  color: #0F1A41;
  padding-bottom: 15px;
  display: block;
}
.jobPage .jobPageTopArea .jobInformation .job-details .job-Expiry-Date {
  color: #878F94;
}
.jobPage .Contact-details {
  color: #0F1A41;
  padding-bottom: 15px;
  display: block;
}
.jobPage .jobApplicationButton {
  width: 100%;
}
.jobPage .mainBody h1 {
  font-size: 26px;
  line-height: 36px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .jobPage .mainBody h1 {
    font-size: 22px;
    line-height: 23px;
  }
}
.jobPage .mainBody p {
  font-size: 16px;
  color: #0F1A41;
  line-height: 18px;
}
@media (max-width: 767px) {
  .jobPage .mainBody p {
    font-size: 14px;
    line-height: 16px;
  }
}
.jobPage .mainBody li {
  color: #0F1A41;
}
.jobPage .social-Container {
  padding-top: 30px;
}
.jobPage .social-Container .social-title {
  font-size: 18px;
  float: none;
  clear: both;
  display: block;
  padding-bottom: 12px;
  color: #0F1A41;
}
.jobPage .social-Container .social-icon {
  float: left;
  padding-right: 15px;
}
.jobPage .social-Container .social-icon a {
  display: block;
}
.jobPage .social-Container .social-icon a svg {
  width: 24px;
  height: 24px;
  fill: #0F1A41;
  display: block;
}
.jobPage .horizontalDivider {
  padding-top: 20px;
  padding-bottom: 20px;
}
.jobPage .horizontalDivider hr {
  background-color: black;
  border: none;
  height: 1px;
}
.jobPage .padding-bottom {
  padding-bottom: 30px;
}
.jobPage .videoContainer {
  padding: 50px 0 50px 0;
}
.jobPage .videoContainer .videoInnerContainer {
  background-color: #DEF0EE;
  padding: 50px;
}
.jobPage .videoContainer .videoInnerContainer .videoText {
  height: 100%;
  padding-bottom: 30px;
  color: #000000;
}
.jobPage .videoContainer .videoInnerContainer .videoText .text {
  font-size: 22px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
@media (max-width: 767px) {
  .jobPage .videoContainer .videoInnerContainer .videoText .text {
    font-size: 16px;
  }
}
.jobPage .videoContainer .videoInnerContainer .videoArea {
  height: 100%;
}
.jobPage .videoContainer .videoInnerContainer .videoArea .video {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.jobPage .videoContainer .videoInnerContainer .videoArea .video:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.jobPage .videoContainer .videoInnerContainer .videoArea .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.destinationListPage .destinationHeader {
  padding-top: 20px;
}
.destinationListPage .destinationHeader select {
  min-width: 100%;
  height: 40px;
  background-color: #EBEBEB;
  border: none;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .destinationListPage .destinationHeader select {
    margin-bottom: 20px;
  }
}
.destinationListPage .destinationHeader .filterLabel {
  color: #0F1A41;
  font-weight: bold;
  font-size: 18px;
}
.destinationListPage .destinationHeader .filterButton {
  background-color: #659800;
  padding: 10px 30px;
  width: 100%;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
}
.destinationListPage .highLightContainer > div {
  margin-bottom: 20px;
}
.destinationListPage #destinationList {
  padding-top: 20px;
}
.destinationListPage #destinationList .no-destinations {
  font-weight: bold;
  font-size: 18px;
  color: #0F1A41;
  margin-top: 20px;
}
.destinationListPage #destinationList .letterDivider {
  padding-top: 60px;
}
.destinationListPage #destinationList .letterDivider .letterText {
  font-size: 28px;
  font-weight: bold;
  color: #0F1A41;
}
.destinationListPage #destinationList .destinationInner {
  height: 100%;
  width: 80%;
}
.destinationListPage #destinationList .destinationInner .destinationTitle {
  margin-bottom: 5px;
  padding-left: 10px;
}
.destinationListPage #destinationList .destinationInner .airlineContainer {
  padding-left: 10px;
  max-height: 45px;
  overflow: hidden;
  padding-bottom: 0;
}
.destinationListPage #destinationList .destinationInner .airlineContainer a {
  color: #878F94;
  text-decoration: none;
}
.destinationListPage #destinationList .destinationInner .airlineContainer a:hover {
  text-decoration: underline;
}
.destinationListPage #destinationList .destinationInner .airlineContainer.expanded {
  overflow: initial;
  max-height: none;
}
.destinationListPage #destinationList .destinationInner .airlineContainer.charterContainer {
  max-height: 73px;
}
.destinationListPage #destinationList .destinationInner .airlineLink {
  font-size: 11px;
  margin-right: 1ex;
}
.destinationListPage #destinationList .destinationInner .charterTitle {
  font-size: 11px;
  color: #878F94;
  border-top: 1px solid #878F94;
}
.destinationListPage #destinationList .destinationInner .destinationLink {
  font-size: 16px;
  font-weight: bold;
}
.destinationListPage #destinationList .destinationInner .showMore {
  cursor: pointer;
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #878F94;
}
.destinationListPage #destinationList .destinationInner .showMore:after {
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.destinationListPage #destinationList .destinationInner .showMore.expanded {
  padding-bottom: 10px;
}
.destinationListPage #destinationList .destinationInner .showMore.expanded:after {
  content: "\e113";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.destinationListPage #destinationList .destinationListItem {
  margin-top: 20px;
  min-height: 124px;
}
.destinationListPage #destinationList.destinationListByType .destinationListItem {
  margin-top: 20px;
  min-height: 90px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#parkingPreBookingPage .parkingPreBookingPage__extraContent--hidden {
  display: none;
}
#parkingPreBookingPage .partner__container {
  padding-top: 15px;
}
#parkingPreBookingPage .partner__container hr {
  margin: 15px 0;
}

#header .parkingpartnerpageheader__container {
  background-color: #0F1A41;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pointOfInterestGroupPage .pointOfInterest_mainInformation {
  margin: 30px 0 50px 0;
}
.pointOfInterestGroupPage h1 {
  padding: 0px 0 5px 0;
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_mainBody {
    padding: 15px 0px 15px 0px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_preamble {
  color: #323232;
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_preamble {
    padding: 15px 0px 15px 0px;
  }
}
.pointOfInterestGroupPage .border-bottom {
  border-bottom: 1px solid #000000;
}
.pointOfInterestGroupPage .margin-top {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuaranteeContainer {
    border-bottom: 1px solid #000000;
  }
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee {
  padding: 10px 0 20px 0;
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterest_tags {
  font-size: 16px;
  line-height: 18px;
  color: #0A7CAC;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterest_tags {
    padding-left: 10px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterest_tags .pointOfInterest_tagText {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .otherInformation {
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .otherInformation {
    margin-top: 30px;
    border-top: 5px solid #000000;
    padding-top: 20px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags {
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags {
    padding-bottom: 0px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .Timeguarantee_text_container {
  display: inline-block;
  float: left;
  height: 51px;
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .Timeguarantee_text_container .Timeguarantee_text {
  position: relative;
  top: 25%;
  font-size: 16px;
  line-height: 18px;
  color: #878F94;
  margin: 0;
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div {
  width: 51px;
  height: 51px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div {
    width: 40px;
    height: 40px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform-origin: center; /* 4 */
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart {
  width: 51px;
  height: 51px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart {
    width: 40px;
    height: 40px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart .circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart .circle-chart__percent {
  font-size: 12px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.pointOfInterestGroupPage .pointOfInterest_timeGuarantee .pointOfInterestCategoriesTags .TimeGuaranteeNumber .svg-div .circle-chart .circle-chart__subline {
  font-size: 8px;
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_timeGuarantee img {
    width: 200px;
  }
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_informationContainer {
  margin-top: 30px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_informationContainer .pointOfInterestDivider {
  border-top: 3px solid #0F1A41;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_locationContactHeader {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 767px) {
  .pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_locationContactHeader {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer {
  border-bottom: 1px solid #D1D4D6;
  padding-bottom: 15px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer .openingHours {
  margin-bottom: 10px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer .openingHours_text {
  padding: 0;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer .openingHours_text p {
  margin: 0;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer .openingHours_time {
  padding: 0;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer .openingHours_time p {
  margin: 0;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_locationInformation .pointOfInterest_openingHoursInnerContainer .openingHours_time .businessHours_remarks {
  font-size: 16px;
  line-height: 21px;
  color: #878F94 !important;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_extraLinks span {
  margin-right: 10px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_extraLinks a {
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  margin-bottom: 10px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_mobileLinks {
  margin-top: 20px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_numberIconContainer {
  padding: 0;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_numberIcon {
  height: 42px;
  width: 42px;
  background-color: #7492B3;
  display: block;
  border-radius: 20px;
  margin-bottom: 10px;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest_numberIcon .iconNumber {
  font-size: 20px;
  line-height: 21px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  position: relative;
  left: 16px;
  top: 9px;
  color: #FFFFFF;
}
.pointOfInterestGroupPage .pointOfInterest_findUsContainer .pointOfInterest-terminal {
  margin: 0 0 2px;
  font-size: 18px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.newsPage .newsPage-heading {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.newsPage .newsPage-mainImage,
.newsPage .newsPage-slideshow,
.newsPage .newsPage-video {
  padding-bottom: 20px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
body.appcontext #MainContent .block.mapsindoorblock {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body.appcontext #MainContent .block.mapsindoorblock .indoor-map {
  height: 100vh;
}

.indoor-map {
  width: 100%;
  height: 650px;
}
@media (max-width: 767px) {
  .indoor-map {
    height: 450px;
  }
  body.appcontext .indoor-map {
    height: 100vh;
  }
}
.indoor-map .indoor-map-area {
  width: 100%;
  height: 100%;
}
.indoor-map .gm-infowindow-container .gm-style-iw {
  border-top: 4px solid;
  border-top-color: #0F1A41;
  border-radius: 0px;
}
.indoor-map .gm-infowindow-container .gm-style-iw.orange {
  border-top-color: #ED7530;
}
.indoor-map .gm-infowindow-container .gm-style-iw.green {
  border-top-color: #659800;
}
.indoor-map .gm-infowindow-container > div:nth-child(1) {
  /*& > div:nth-child(1) {
      display: none;
  }*/
}
.indoor-map .gm-infowindow-container > div:nth-child(1) > div:nth-child(2) {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.indoor-map .gm-infowindow-container > div:nth-child(1) > div:nth-child(3) div div {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.indoor-map .gm-infowindow-container > div:nth-child(1) > div:nth-child(4) {
  border-top: 4px solid;
  border-top-color: #0F1A41;
}
.indoor-map .gm-infowindow-container > div:nth-child(1) > div:nth-child(4).orange {
  border-top-color: #ED7530;
}
.indoor-map .gm-infowindow-container > div:nth-child(1) > div:nth-child(4).green {
  border-top-color: #659800;
}
.indoor-map .gm-infowindow-container .indoormap-infowindow {
  min-width: 100px;
  color: #0F1A41;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  padding-top: 10px;
}
.indoor-map .gm-infowindow-container .indoormap-infowindow img {
  margin-bottom: 10px;
}
.indoor-map .gm-infowindow-container button {
  display: none !important;
}
.indoor-map .mapsindoors.floor-selector {
  margin: 5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-top: 100px;
}
.indoor-map .mapsindoors.floor-selector a {
  position: relative;
  display: block;
  float: none;
  padding: 6px 12px;
  margin-top: -1px;
  line-height: 200%;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  z-index: 0;
}
.indoor-map .mapsindoors.floor-selector {
  top: auto !important;
  right: 6px !important;
  bottom: 110px;
  font-size: 14px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.indoor-map .mapsindoors.floor-selector a:hover {
  background: #0F1A41;
  color: white;
  z-index: 2;
  text-decoration: none;
}
.indoor-map .mapsindoors.floor-selector a.active {
  background: #0F1A41;
  color: white;
  z-index: 2;
}
.indoor-map .mapsindoors.floor-selector a {
  border-radius: 0;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.pagination {
  color: #0F1A41;
  display: flex;
  list-style: none;
  padding: 0;
  font-weight: bold;
  justify-content: center;
}
.pagination li {
  margin: 0 2px;
}
.pagination li a {
  text-decoration: none;
  cursor: pointer;
  padding: 4px 10px;
  border: none;
  color: #0F1A41;
}
.pagination li a:hover {
  background-color: #0F1A41;
  color: #fff;
  border-radius: 0;
}
.pagination li:first-child {
  margin-right: 5em;
}
@media (max-width: 767px) {
  .pagination li:first-child {
    margin-right: 2em;
  }
}
.pagination li:last-child {
  margin-left: 5em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .pagination li:last-child {
    margin-left: 2em;
  }
}
.pagination .active a {
  background-color: #0f1a41;
  color: #fff;
}
.pagination .active a:hover {
  background-color: #0F1A41;
}
.pagination .disabled a {
  pointer-events: none;
  color: #868e96;
}
.pagination .ellipsis {
  font-weight: bold;
  margin: 0 5px;
}
.pagination .glyphicon {
  padding-top: 1px;
  vertical-align: text-top;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.common-textbutton-content {
  z-index: 2;
  color: white;
  position: relative;
  padding: 91px 15px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .common-textbutton-content {
    padding: 70px 15px;
  }
}
.common-textbutton-content.contentvertical-position-top {
  justify-content: flex-start;
}
.common-textbutton-content.contentvertical-position-bottom {
  justify-content: flex-end;
}
.common-textbutton-content .contenthorizontal-position {
  width: 100%;
}
.common-textbutton-content .contenthorizontal-position-center .common-column-content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
.common-textbutton-content .contenthorizontal-position-center .common-column-contenttext {
  text-align: center;
}
.common-textbutton-content .contenthorizontal-position-right .common-column-content {
  float: right;
}
.common-textbutton-content .contenthorizontal-position-right .common-column-contenttext {
  text-align: right;
}
.common-textbutton-content .buttoncontainer {
  margin-top: 2rem;
}
.common-textbutton-content .buttoncontainer-flex {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .common-textbutton-content .buttoncontainer-flex {
    flex-direction: row;
    gap: 3rem;
  }
}
.common-textbutton-content .buttoncontainer-flex > div {
  flex: 1 1 100%;
}
.common-textbutton-content .buttoncontainer-flex .sa-button {
  margin-bottom: 0;
  width: 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.manage-booking-template-cancel .bookingTemplate {
  margin-bottom: 20px;
}
.manage-booking-template-cancel .cancel-button {
  float: right;
}
@media (max-width: 767px) {
  .manage-booking-template-cancel .cancel-button {
    float: left;
  }
}
.manage-booking-template-cancel .doCancelBooking {
  width: 100%;
  margin-bottom: 20px;
}
.manage-booking-template-cancel .doCancelBooking:hover {
  background-color: #717171;
  color: #FFFFFF;
}
.manage-booking-template-cancel .cancelBookingNotice {
  font-size: 13px;
  color: #717171;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  line-height: 16px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tmpl-findParkingResultModule .parking-cardContainer-showAllBtn {
  display: block;
  margin: auto;
}
.tmpl-findParkingResultModule .no-results-found-error {
  font-size: 18px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.manage-booking-template-modify h3, .manage-booking-template-modify h2.extended-margin {
  margin-bottom: 20px;
}
.manage-booking-template-modify .find-parking-container {
  margin-top: 80px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .manage-booking-template-modify .find-parking-container {
    margin-top: 40px;
  }
}

.manage-booking-template-modify {
  position: relative;
}
@media (max-width: 767px) {
  .manage-booking-template-modify {
    margin-top: 0px;
  }
  .manage-booking-template-modify .cancel {
    float: left;
  }
}
@media (max-width: 767px) {
  .manage-booking-template-modify .mainHeader {
    padding-top: 8px;
  }
}
.manage-booking-template-modify .gtm-cancelCardChoice {
  display: none;
}
.manage-booking-template-modify .line-cancel {
  height: 26px;
  width: 1px;
  background-color: #0F1A41;
  float: right;
  margin: 8px 16px 0px 16px;
}
@media (max-width: 767px) {
  .manage-booking-template-modify .line-cancel {
    margin: 10px 16px 0px 16px;
    float: left;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tmpl-bookParkingModule .payment-information {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 17px;
  color: #717171;
}
.tmpl-bookParkingModule .price-history {
  text-align: right;
  border-bottom: 1px solid;
  border-color: #B7CADD;
  line-height: 27px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tmpl-bookParkingModule .price-history .old-price {
  text-decoration: line-through;
}
.tmpl-bookParkingModule .total-price {
  text-align: right;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.tmpl-bookParkingModule .parking-paymentView-container .parking-paymentView-form-container .parking-PaymentView-secondRow {
  padding-bottom: 0px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.manage-booking-template-manage .bookingTemplate {
  margin-bottom: 20px;
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .manage-booking-template-manage .booking-details-form .form-element-container:nth-of-type(odd) {
    clear: left;
  }
}
.manage-booking-template-manage .form-element-container {
  margin-bottom: 20px;
}
.manage-booking-template-manage .form-element-container.hasLabel {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .manage-booking-template-manage .cancel-booking-buttondiv {
    width: 100%;
  }
}
.manage-booking-template-manage .cancel-booking-buttondiv .cancel-booking-button {
  margin-right: 25px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .manage-booking-template-manage .cancel-booking-buttondiv .cancel {
    float: right;
  }
}
.manage-booking-template-manage .form-control[disabled], .manage-booking-template-manage fieldset[disabled] {
  background-color: #FFFFFF;
  opacity: 1 !important;
  color: #878F94;
}
.manage-booking-template-manage .form-control[disabled]::placeholder, .manage-booking-template-manage fieldset[disabled]::placeholder {
  color: #878F94;
}
.manage-booking-template-manage .manage-booking-buttondiv .sa-button {
  min-width: 200px;
}
@media (max-width: 767px) {
  .manage-booking-template-manage .manage-booking-buttondiv .sa-button {
    min-width: 100%;
  }
}
.manage-booking-template-manage .manage-booking-buttondiv .sa-button.sa-button-green {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .manage-booking-template-manage .manage-booking-buttondiv .sa-button.sa-button-green {
    min-width: 200px;
  }
}

@charset "UTF-8";
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.tmpl-findParkingModule .sa-button {
  width: 100%;
}
.tmpl-findParkingModule .dateSearchField {
  background-color: #bed3e9;
  padding-top: 40px;
  padding-bottom: 10px;
}
.tmpl-findParkingModule .form-control[disabled] {
  opacity: 0.5;
  /*Skulle helst undvika !important, men behöver overrida en input:disabled-regel i core.scss med !important*/
  color: #000 !important;
  background-color: #fff !important;
}
.tmpl-findParkingModule .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #659800;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tmpl-findParkingModule .BookParkingBookWithDatesForm .terminal {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tmpl-findParkingModule .BookParkingBookWithDatesForm .btn-container {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tmpl-findParkingModule .BookParkingBookWithDatesForm .btn-container {
    float: left;
  }
}
@media (max-width: 767px) {
  .tmpl-findParkingModule .BookParkingBookWithDatesForm .input-container {
    margin-bottom: 15px;
  }
}
.tmpl-findParkingModule .BookParkingBookWithDatesForm .error {
  display: block;
}
.tmpl-findParkingModule .labelReplacementPadding {
  padding-top: 26px;
}
@media (max-width: 767px) {
  .tmpl-findParkingModule .labelReplacementPadding {
    padding-top: 16px;
  }
}
.tmpl-findParkingModule .bookParkingByFlight-spinner-icon {
  font-size: 24px;
  position: absolute;
  right: 25px;
  top: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tmpl-findParkingModule .bookParkingByFlight-spinner-icon {
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tmpl-findParkingModule .bookParkingByFlight-spinner-icon {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .tmpl-findParkingModule .bookParkingByFlight-spinner-icon {
    top: 11px;
  }
}
.tmpl-findParkingModule .bookParkingByFlight-spinner-icon .spinner {
  -webkit-animation: spinicon 1s infinite steps(8);
  animation: spinicon 1s infinite steps(8);
  display: inline-block;
}
@-webkit-keyframes spinicon {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinicon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tmpl-findParkingModule .left-align-forms form:not(.parking-paymentView-form) {
  width: 60%;
}
@media (max-width: 767px) {
  .tmpl-findParkingModule .left-align-forms form:not(.parking-paymentView-form) {
    width: 100%;
  }
}
.tmpl-findParkingModule.themeBlue .btn-container .sa-button.sa-button-green {
  background-color: #009BDE;
}
.tmpl-findParkingModule.themeBlue .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #009BDE;
}
.tmpl-findParkingModule.themeBlue input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #009BDE;
}
.tmpl-findParkingModule.themeBlack .btn-container .sa-button.sa-button-green {
  background-color: #000000;
}
.tmpl-findParkingModule.themeBlack .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #000000;
}
.tmpl-findParkingModule.themeBlack input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #000000;
}
.tmpl-findParkingModule.themeOrange .btn-container .sa-button.sa-button-green {
  background-color: #ED7530;
}
.tmpl-findParkingModule.themeOrange .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #ED7530;
}
.tmpl-findParkingModule.themeOrange input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #ED7530;
}
.tmpl-findParkingModule.themeGreen .btn-container .sa-button.sa-button-green {
  background-color: #659800;
}
.tmpl-findParkingModule.themeGreen .form-control:focus {
  box-shadow: inset 0 -3px 0 0 #659800;
}
.tmpl-findParkingModule.themeGreen input:not([readonly]):not([type=checkbox]):not([type=radio]):focus {
  box-shadow: inset 0 -3px 0 0 #659800;
}

.ui-autocomplete.bookParking {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 20px;
  border: 1px solid #777;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete.bookParking span {
  display: inline-block;
  line-height: 28px;
}
.ui-autocomplete.bookParking .time {
  width: 60px;
  float: left;
}
.ui-autocomplete.bookParking .destination {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.ui-autocomplete.bookParking .iata {
  padding-left: 10px;
  float: right;
}
.ui-autocomplete.bookParking .ui-state-hover {
  background: rgba(221, 233, 246, 0.5) !important;
  border: none;
}
.ui-autocomplete.bookParking .ui-menu-item {
  padding: 10px 12px;
}
.ui-autocomplete.bookParking .ui-menu-item:first-child {
  padding-top: 15px;
}
.ui-autocomplete.bookParking .ui-menu-item:last-child {
  padding-bottom: 15px;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.manage-booking-template-login {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .manage-booking-template-login {
    padding-top: 0px;
  }
}
.manage-booking-template-login .span-link {
  cursor: pointer;
  color: #337ab7;
}
.manage-booking-template-login .span-link:hover {
  text-decoration: underline;
}
.manage-booking-template-login p {
  margin-bottom: 3px;
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  font-size: 16px;
}
.manage-booking-template-login .emailUpsellText {
  font-style: italic;
}
.manage-booking-template-login .sa-button {
  width: 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.bookingTemplate {
  width: 100%;
  display: inline-block;
}
.bookingTemplate .booking-container {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #009BDE;
  border-top: 10px solid;
  border-top-color: #009BDE;
}
.bookingTemplate .booking-container h3, .bookingTemplate .booking-container h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bookingTemplate .booking-container p {
  margin-bottom: 0px;
}
.bookingTemplate .booking-container .booking-template-heading-container h4 {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .bookingTemplate .booking-container .booking-template-heading-container h4 {
    font-size: 21px;
    line-height: 23px;
  }
}
.bookingTemplate .booking-container .booking-template-heading-container p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .bookingTemplate .booking-container .booking-template-heading-container p {
    font-size: 16px;
  }
}
.bookingTemplate .booking-container .booking-template-reference-container {
  float: right;
  font-size: 16px;
}
@media (max-width: 767px) {
  .bookingTemplate .booking-container .booking-template-reference-container {
    float: none;
  }
}
.bookingTemplate .booking-container .booking-template-reference-container .reference-label {
  font-family: "Helvetica Neue Regular", Arial, Verdana, Tahoma;
  margin-bottom: 3px;
}
.bookingTemplate .booking-container .booking-template-reference-container .reference-number {
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
}
.bookingTemplate .booking-container .border {
  border-bottom: 1px solid;
  border-color: #979797;
}
@media (max-width: 767px) {
  .bookingTemplate .booking-container .booking-template-date-container .inbounddate-container {
    padding-bottom: 15px;
  }
}
.bookingTemplate .booking-container .booking-template-date-container .date-label {
  font-size: 14px;
}
.bookingTemplate .booking-container .booking-template-date-container p:not(.date-label) {
  font-size: 19px;
}
.bookingTemplate .booking-container .booking-template-date-container .dates-arrow {
  position: absolute;
  top: 0px;
  padding-top: 15px;
  right: 0px;
}
@media (max-width: 767px) {
  .bookingTemplate .booking-container .booking-template-date-container .dates-arrow {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bookingTemplate .booking-container .booking-template-date-container .dates-arrow {
    right: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bookingTemplate .booking-container .booking-template-date-container .dates-arrow {
    right: 55px;
  }
}
@media (min-width: 1200px) {
  .bookingTemplate .booking-container .booking-template-date-container .dates-arrow {
    right: 90px;
  }
}
.bookingTemplate .booking-container .booking-template-price-container {
  text-align: right;
}
.bookingTemplate .booking-container .booking-template-price-container .price-cancel {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bookingTemplate .booking-container .booking-template-price-container h4 {
    float: right;
  }
}
@media (max-width: 991px) {
  .bookingTemplate .booking-container .booking-template-price-container {
    text-align: left;
  }
  .bookingTemplate .booking-container .booking-template-price-container h4 span {
    font-size: 21px;
    line-height: 23px;
    display: block;
  }
}
.bookingTemplate .booking-container .booking-template-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .bookingTemplate .booking-container .booking-template-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bookingTemplate.canceled .booking-container {
  background-color: #EBEBEB;
  color: #5B666E;
}
.bookingTemplate.canceled .booking-container .booking-template-heading-container h4 {
  color: #5B666E;
}
.bookingTemplate.canceled .booking-container .booking-template-price-container {
  text-align: right;
}
@media (max-width: 767px) {
  .bookingTemplate.canceled .booking-container .booking-template-price-container {
    text-align: left;
  }
}
.bookingTemplate.canceled .booking-container .booking-template-price-container .price-cancel {
  display: initial;
  font-size: 18px;
}
.bookingTemplate.canceled .booking-container .booking-template-price-container .price-default {
  display: none;
}

.aboutToGetCanceled .bookingTemplate .booking-container .booking-template-price-container {
  text-align: right;
}
@media (max-width: 767px) {
  .aboutToGetCanceled .bookingTemplate .booking-container .booking-template-price-container {
    text-align: left;
  }
}
.aboutToGetCanceled .bookingTemplate .booking-container .booking-template-price-container .price-cancel {
  display: initial;
  font-size: 18px;
}
.aboutToGetCanceled .bookingTemplate .booking-container .booking-template-price-container .price-default {
  display: none;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.manage-booking-template-reminder {
  padding-top: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .manage-booking-template-reminder {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .manage-booking-template-reminder {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .manage-booking-template-reminder {
    padding-top: 0px;
  }
}
.manage-booking-template-reminder .email-input-container {
  margin-bottom: 30px;
}
.manage-booking-template-reminder .sa-button {
  width: 100%;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Common and shared styling bwtween the Vue-parking apps and styling for Optimizely parts of the parking project. */
#parkingPreBookingPage, #parkingListPage, #parkingManagePrebookingPage, .parkingwrapperblock, #myPagesPage {
  /* Global selectors to isolate changes to only parking related styling */
  /* Styling to target only one of the pagetypes is done in specific pagetype related styling-files. */
}
.appcontext #parkingPreBookingPage, .appcontext #parkingListPage, .appcontext #parkingManagePrebookingPage, .appcontext .parkingwrapperblock, .appcontext #myPagesPage {
  padding: 30px 0;
}
.appcontext #parkingPreBookingPage:has(.parkingextendedfooterblock), .appcontext #parkingListPage:has(.parkingextendedfooterblock), .appcontext #parkingManagePrebookingPage:has(.parkingextendedfooterblock), .appcontext .parkingwrapperblock:has(.parkingextendedfooterblock), .appcontext #myPagesPage:has(.parkingextendedfooterblock) {
  padding-bottom: 0px;
}
#parkingPreBookingPage .maintenance__container, #parkingListPage .maintenance__container, #parkingManagePrebookingPage .maintenance__container, .parkingwrapperblock .maintenance__container, #myPagesPage .maintenance__container {
  padding: 50px 15px;
}
#parkingPreBookingPage .form-group .sa-button, #parkingListPage .form-group .sa-button, #parkingManagePrebookingPage .form-group .sa-button, .parkingwrapperblock .form-group .sa-button, #myPagesPage .form-group .sa-button {
  width: 100%;
}
#parkingPreBookingPage .form-group label, #parkingListPage .form-group label, #parkingManagePrebookingPage .form-group label, .parkingwrapperblock .form-group label, #myPagesPage .form-group label {
  color: #0F1A41;
}
#parkingPreBookingPage .error, #parkingListPage .error, #parkingManagePrebookingPage .error, .parkingwrapperblock .error, #myPagesPage .error {
  color: #D52B1E;
}
#parkingPreBookingPage .form-control, #parkingListPage .form-control, #parkingManagePrebookingPage .form-control, .parkingwrapperblock .form-control, #myPagesPage .form-control {
  background-color: #Eff5fa;
  border-color: #0A7CAC;
}
#parkingPreBookingPage .colorTheme.traficalblue.theme-button:hover, #parkingPreBookingPage .colorTheme.traficalblue.theme-button:focus, #parkingPreBookingPage .colorTheme.traficalblue.theme-button:active, #parkingListPage .colorTheme.traficalblue.theme-button:hover, #parkingListPage .colorTheme.traficalblue.theme-button:focus, #parkingListPage .colorTheme.traficalblue.theme-button:active, #parkingManagePrebookingPage .colorTheme.traficalblue.theme-button:hover, #parkingManagePrebookingPage .colorTheme.traficalblue.theme-button:focus, #parkingManagePrebookingPage .colorTheme.traficalblue.theme-button:active, .parkingwrapperblock .colorTheme.traficalblue.theme-button:hover, .parkingwrapperblock .colorTheme.traficalblue.theme-button:focus, .parkingwrapperblock .colorTheme.traficalblue.theme-button:active, #myPagesPage .colorTheme.traficalblue.theme-button:hover, #myPagesPage .colorTheme.traficalblue.theme-button:focus, #myPagesPage .colorTheme.traficalblue.theme-button:active {
  background-color: #0A7CAC;
  color: #FFFFFF;
}
#parkingPreBookingPage .colorTheme.traficalblue.theme-button:disabled, #parkingListPage .colorTheme.traficalblue.theme-button:disabled, #parkingManagePrebookingPage .colorTheme.traficalblue.theme-button:disabled, .parkingwrapperblock .colorTheme.traficalblue.theme-button:disabled, #myPagesPage .colorTheme.traficalblue.theme-button:disabled {
  background-color: #0F1A41;
}
#parkingPreBookingPage .sa-button-ghost-blue:hover, #parkingPreBookingPage .sa-button-ghost-blue:focus, #parkingPreBookingPage .sa-button-ghost-blue:active, #parkingListPage .sa-button-ghost-blue:hover, #parkingListPage .sa-button-ghost-blue:focus, #parkingListPage .sa-button-ghost-blue:active, #parkingManagePrebookingPage .sa-button-ghost-blue:hover, #parkingManagePrebookingPage .sa-button-ghost-blue:focus, #parkingManagePrebookingPage .sa-button-ghost-blue:active, .parkingwrapperblock .sa-button-ghost-blue:hover, .parkingwrapperblock .sa-button-ghost-blue:focus, .parkingwrapperblock .sa-button-ghost-blue:active, #myPagesPage .sa-button-ghost-blue:hover, #myPagesPage .sa-button-ghost-blue:focus, #myPagesPage .sa-button-ghost-blue:active {
  border-color: #0A7CAC;
  background-color: transparent;
  color: #0F1A41;
}
#parkingPreBookingPage .parkingprebooking__heading-preamble p, #parkingPreBookingPage .parkingmanageprebooking__heading-preamble p, #parkingListPage .parkingprebooking__heading-preamble p, #parkingListPage .parkingmanageprebooking__heading-preamble p, #parkingManagePrebookingPage .parkingprebooking__heading-preamble p, #parkingManagePrebookingPage .parkingmanageprebooking__heading-preamble p, .parkingwrapperblock .parkingprebooking__heading-preamble p, .parkingwrapperblock .parkingmanageprebooking__heading-preamble p, #myPagesPage .parkingprebooking__heading-preamble p, #myPagesPage .parkingmanageprebooking__heading-preamble p {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #0F1A41;
}
@media (max-width: 767px) {
  #parkingPreBookingPage .parkingprebooking__heading-preamble p, #parkingPreBookingPage .parkingmanageprebooking__heading-preamble p, #parkingListPage .parkingprebooking__heading-preamble p, #parkingListPage .parkingmanageprebooking__heading-preamble p, #parkingManagePrebookingPage .parkingprebooking__heading-preamble p, #parkingManagePrebookingPage .parkingmanageprebooking__heading-preamble p, .parkingwrapperblock .parkingprebooking__heading-preamble p, .parkingwrapperblock .parkingmanageprebooking__heading-preamble p, #myPagesPage .parkingprebooking__heading-preamble p, #myPagesPage .parkingmanageprebooking__heading-preamble p {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 768px) {
  #parkingPreBookingPage .managebooking__inputs .form-group, #parkingListPage .managebooking__inputs .form-group, #parkingManagePrebookingPage .managebooking__inputs .form-group, .parkingwrapperblock .managebooking__inputs .form-group, #myPagesPage .managebooking__inputs .form-group {
    margin-top: 25px;
  }
}
#parkingPreBookingPage .managebooking__inputs .form-group:first-of-type, #parkingListPage .managebooking__inputs .form-group:first-of-type, #parkingManagePrebookingPage .managebooking__inputs .form-group:first-of-type, .parkingwrapperblock .managebooking__inputs .form-group:first-of-type, #myPagesPage .managebooking__inputs .form-group:first-of-type {
  margin-top: 0;
}
#parkingPreBookingPage .managebooking__inputs__buttoncontainer, #parkingListPage .managebooking__inputs__buttoncontainer, #parkingManagePrebookingPage .managebooking__inputs__buttoncontainer, .parkingwrapperblock .managebooking__inputs__buttoncontainer, #myPagesPage .managebooking__inputs__buttoncontainer {
  margin-top: 20px;
}
#parkingPreBookingPage .managebooking__inputs__cancellink, #parkingListPage .managebooking__inputs__cancellink, #parkingManagePrebookingPage .managebooking__inputs__cancellink, .parkingwrapperblock .managebooking__inputs__cancellink, #myPagesPage .managebooking__inputs__cancellink {
  margin: 20px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  #parkingPreBookingPage .managebooking__inputs__cancellink, #parkingListPage .managebooking__inputs__cancellink, #parkingManagePrebookingPage .managebooking__inputs__cancellink, .parkingwrapperblock .managebooking__inputs__cancellink, #myPagesPage .managebooking__inputs__cancellink {
    margin: 30px 0px;
  }
}
#parkingPreBookingPage .managebooking__inputs__cancellink a, #parkingListPage .managebooking__inputs__cancellink a, #parkingManagePrebookingPage .managebooking__inputs__cancellink a, .parkingwrapperblock .managebooking__inputs__cancellink a, #myPagesPage .managebooking__inputs__cancellink a {
  text-decoration: none;
  line-height: 2.8rem;
  font-size: 1.8rem;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #parkingPreBookingPage .managebooking__inputs__cancellink a, #parkingListPage .managebooking__inputs__cancellink a, #parkingManagePrebookingPage .managebooking__inputs__cancellink a, .parkingwrapperblock .managebooking__inputs__cancellink a, #myPagesPage .managebooking__inputs__cancellink a {
    font-size: 1.6rem;
  }
}
#parkingPreBookingPage .divider__nomargin, #parkingListPage .divider__nomargin, #parkingManagePrebookingPage .divider__nomargin, .parkingwrapperblock .divider__nomargin, #myPagesPage .divider__nomargin {
  margin: 0;
}
#parkingPreBookingPage .divider__black, #parkingListPage .divider__black, #parkingManagePrebookingPage .divider__black, .parkingwrapperblock .divider__black, #myPagesPage .divider__black {
  border-color: #000000;
}
#parkingPreBookingPage .divider__boldblack, #parkingListPage .divider__boldblack, #parkingManagePrebookingPage .divider__boldblack, .parkingwrapperblock .divider__boldblack, #myPagesPage .divider__boldblack {
  border-top: 3px solid #000000;
}
@media (min-width: 1200px) {
  #parkingPreBookingPage .divider__nodesktop, #parkingListPage .divider__nodesktop, #parkingManagePrebookingPage .divider__nodesktop, .parkingwrapperblock .divider__nodesktop, #myPagesPage .divider__nodesktop {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parkingPreBookingPage .divider__nolandscapeTablet, #parkingListPage .divider__nolandscapeTablet, #parkingManagePrebookingPage .divider__nolandscapeTablet, .parkingwrapperblock .divider__nolandscapeTablet, #myPagesPage .divider__nolandscapeTablet {
    display: none;
  }
}
@media (max-width: 767px) {
  #parkingPreBookingPage .divider__nomobile, #parkingListPage .divider__nomobile, #parkingManagePrebookingPage .divider__nomobile, .parkingwrapperblock .divider__nomobile, #myPagesPage .divider__nomobile {
    display: none;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
#MainContent:has(.parkingextendedfooterblock) {
  padding-bottom: 0;
}

.extendedfooter {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .extendedfooter {
    margin-top: 12rem;
  }
}
.extendedfooter__container {
  background-color: #0F1A41;
  font-size: 1.8rem;
}
.extendedfooter__textarea {
  padding: 4rem 0;
  color: #FFFFFF;
}
.extendedfooter__textarea .h2 {
  color: #FFFFFF;
}
.extendedfooter__textarea .h2:not(:only-child) {
  width: -moz-min-content;
  width: min-content;
}
.extendedfooter__textarea__heading {
  display: flex;
  margin-bottom: 4rem;
}
.extendedfooter__textarea__heading > *:not(:first-child) {
  border-left: 2px solid #FFFFFF;
  padding-left: 2rem;
  margin-left: 2rem;
}
.extendedfooter__textarea__top {
  margin-bottom: 2rem;
}
.extendedfooter__textarea a {
  color: #FFFFFF;
}
.extendedfooter__paymenticons {
  padding: 2.5rem 0;
}
.extendedfooter__paymenticons__container {
  display: flex;
  gap: 1rem 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .extendedfooter__paymenticons__container {
    flex-wrap: nowrap;
  }
}
.extendedfooter__paymenticons__container img {
  max-height: 20px;
  max-width: 64px;
}
@media (min-width: 768px) {
  .extendedfooter__paymenticons__container img {
    max-height: 35px;
    max-width: 102px;
  }
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parkingInfoCard {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  color: #0F1A41;
  max-width: 400px;
}
@media (min-width: 768px) {
  .parkingInfoCard {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard, .parkingpoint__info .parkingInfoCard {
    display: contents;
  }
}
.parkingInfoCard.category-color--premium .parkingInfoCard_categoryBar {
  background-color: #000000;
}
.parkingInfoCard.category-color--premium .parkingInfoCard__offerText {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.parkingInfoCard.category-color--premium .parkingInfoCard__content--framed {
  border-color: #000000;
}
.parkingInfoCard.category-color--expressindoor .parkingInfoCard_categoryBar {
  background-color: #eb690b;
}
.parkingInfoCard.category-color--expressindoor .parkingInfoCard__offerText {
  background-color: rgba(235, 105, 11, 0.2);
}
.parkingInfoCard.category-color--expressindoor .parkingInfoCard__content--framed {
  border-color: #eb690b;
}
.parkingInfoCard.category-color--expressoutdoor .parkingInfoCard_categoryBar {
  background-color: #199cdb;
}
.parkingInfoCard.category-color--expressoutdoor .parkingInfoCard__offerText {
  background-color: rgba(25, 156, 219, 0.2);
}
.parkingInfoCard.category-color--expressoutdoor .parkingInfoCard__content--framed {
  border-color: #199cdb;
}
.parkingInfoCard.category-color--longterm .parkingInfoCard_categoryBar {
  background-color: #659800;
}
.parkingInfoCard.category-color--longterm .parkingInfoCard__offerText {
  background-color: rgba(101, 152, 0, 0.2);
}
.parkingInfoCard.category-color--longterm .parkingInfoCard__content--framed {
  border-color: #659800;
}
.parkingInfoCard.category-color--other .parkingInfoCard_categoryBar {
  background-color: #860022;
}
.parkingInfoCard.category-color--other .parkingInfoCard__offerText {
  background-color: rgba(134, 0, 34, 0.2);
}
.parkingInfoCard.category-color--other .parkingInfoCard__content--framed {
  border-color: #860022;
}
.parkingInfoCard .parkingInfoCard_categoryBar {
  width: 100%;
  height: 8px;
}
@media (min-width: 768px) {
  .parkingInfoCard .parkingInfoCard_categoryBar {
    width: 8px;
    height: auto;
  }
  .parkingpoint__info .parkingInfoCard .parkingInfoCard_categoryBar {
    width: 100%;
    height: 8px;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard .parkingInfoCard_categoryBar, .parkingpoint__info .parkingInfoCard .parkingInfoCard_categoryBar {
    width: 100%;
    height: 8px;
  }
}
.parkingInfoCard .parkingInfoCard_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 10rem;
  background-color: #F5F5F5;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .parkingInfoCard .parkingInfoCard_wrapper {
    flex-direction: row;
  }
  .parkingpoint__info .parkingInfoCard .parkingInfoCard_wrapper {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard .parkingInfoCard_wrapper, .parkingpoint__info .parkingInfoCard .parkingInfoCard_wrapper {
    flex-direction: column;
    align-items: start;
    grid-row: 2; /* Occupies the second row in each card */
  }
}
.parkingInfoCard .parkingInfoCard_wrapper .parking-type-icon {
  background-color: #0F1A41;
  width: 5rem;
  height: 5rem;
  margin-right: 1.3rem;
}
.parkingInfoCard__offerContainer {
  display: flex;
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__offerContainer, .parkingpoint__info .parkingInfoCard__offerContainer {
    grid-row: 1;
  }
}
.parkingInfoCard__offerText {
  padding: 0.7rem;
  padding-right: 3rem;
  font-size: 1.8rem;
}
.parkingInfoCard__content {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .parkingInfoCard__content {
    flex-direction: row;
  }
  .parkingpoint__info .parkingInfoCard__content {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__content {
    flex-direction: column;
  }
}
.parkingInfoCard__content--framed {
  border-width: 1px;
  border-style: solid;
  border-top-width: 0px;
}
@media (min-width: 768px) {
  .parkingInfoCard__content--framed {
    border-top-width: 1px;
    border-left-width: 0px;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__content--framed, .parkingpoint__info .parkingInfoCard__content--framed {
    border-top-width: 0px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .parkingInfoCard__metaInfoArea > .parkingInfo__transferDetail,
  .parkingInfoCard__metaInfoArea > .parkingInfoCard__cardText {
    display: none;
  }
  .parkingpoint__info .parkingInfoCard__metaInfoArea > .parkingInfo__transferDetail,
  .parkingpoint__info .parkingInfoCard__metaInfoArea > .parkingInfoCard__cardText {
    display: flex;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__metaInfoArea > .parkingInfo__transferDetail,
  .parkingOffers_selectedOffers .parkingInfoCard__metaInfoArea > .parkingInfoCard__cardText {
    display: flex;
  }
}
.parkingInfoCard__metaInfoArea .parkingInfoCard__transferdetail--desktop {
  margin-bottom: 3rem;
}
.parkingInfoCard__infoArea {
  display: flex;
  flex: auto;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .parkingInfoCard__infoArea {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__infoArea, .parkingpoint__info .parkingInfoCard__infoArea {
    justify-content: flex-start;
  }
}
.parkingInfoCard__infoArea__midArea {
  display: none;
}
@media (min-width: 768px) {
  .parkingInfoCard__infoArea__midArea {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 1rem;
  }
  .parkingpoint__info .parkingInfoCard__infoArea__midArea {
    display: none;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__infoArea__midArea {
    display: none;
  }
}
.parkingInfoCard__infoArea__bottomArea {
  flex-direction: row;
  margin-top: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .parkingInfoCard__infoArea__bottomArea {
    display: none;
  }
  .parkingpoint__info .parkingInfoCard__infoArea__bottomArea {
    display: flex;
    flex-grow: 0;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__infoArea__bottomArea {
    display: flex;
    flex-grow: 0;
    justify-content: space-between;
  }
}
.parkingInfoCard__nameArea {
  display: flex;
  flex: auto;
  flex-direction: row;
  flex-grow: 0;
  margin-bottom: 1.8rem;
}
.parkingInfoCard__parkingName {
  font-size: 3.4rem;
  line-height: 100%;
  align-self: center;
}
.parkingInfoCard__priceArea {
  display: flex;
  justify-content: space-between;
  flex-basis: min-content;
}
@media (min-width: 768px) {
  .parkingInfoCard__priceArea {
    align-self: flex-end;
  }
  .parkingpoint__info .parkingInfoCard__priceArea {
    align-self: unset;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__priceArea {
    align-self: unset;
  }
}
.parkingInfoCard__actionArea {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.parkingInfoCard__actionArea > div {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__actionArea > div, .parkingpoint__info .parkingInfoCard__actionArea > div {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .parkingInfoCard__actionArea > div {
    justify-content: end;
  }
  .parkingInfoCard__actionArea .parkingInfoCard__buttons {
    align-items: flex-end;
  }
}
.parkingInfoCard__priceAndPriceText {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .parkingInfoCard__priceAndPriceText {
    flex-direction: row;
  }
  .parkingpoint__info .parkingInfoCard__priceAndPriceText {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__priceAndPriceText {
    flex-direction: column;
  }
}
.parkingInfoCard__priceAndPriceText > div {
  white-space: nowrap;
}
.parkingInfoCard__priceAndPriceText > div.parkingInfoCard__priceText--notBookable, .parkingOffers_selectedOffers .parkingInfoCard__priceAndPriceText > div, .parkingpoint__info .parkingInfoCard__priceAndPriceText > div {
  white-space: normal;
}
.parkingInfoCard__priceText {
  font-size: 1.8rem;
  display: flex;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .parkingInfoCard__priceText {
    align-self: self-end;
  }
}
@media (min-width: 768px) {
  .parkingInfoCard__priceText--notBookable {
    min-width: 320px;
  }
}
@media (min-width: 992px) {
  .parkingInfoCard__priceText--notBookable {
    min-width: 390px;
  }
}
@media (min-width: 1200px) {
  .parkingInfoCard__priceText--notBookable {
    min-width: 450px;
  }
}
@media (min-width: 768px) {
  .parkingInfoCard__priceText {
    justify-content: flex-end;
  }
  .parkingpoint__info .parkingInfoCard__priceText {
    align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__priceText {
    align-self: flex-start;
  }
}
.parkingInfoCard__price {
  font-size: 3.4rem;
  line-height: 100%;
  margin-bottom: 0.6rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .parkingInfoCard__price {
    display: flex;
    justify-content: flex-end;
    margin-left: 1rem;
  }
  .parkingpoint__info .parkingInfoCard__price {
    justify-content: flex-start;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__price {
    justify-content: flex-start;
    margin-left: 0;
  }
}
.parkingInfoCard__oldPrice {
  font-size: 1.4rem;
  color: #5B666E;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .parkingpoint__info .parkingInfoCard__oldPrice {
    justify-content: flex-start;
  }
}
.parkingInfoCard__oldPrice--desktop {
  display: none;
}
@media (min-width: 768px) {
  .parkingInfoCard__oldPrice--desktop {
    display: flex;
  }
  .parkingpoint__info .parkingInfoCard__oldPrice--desktop {
    display: none;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__oldPrice--desktop {
    display: none;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .parkingInfoCard__oldPrice--mobile {
    display: none;
  }
  .parkingpoint__info .parkingInfoCard__oldPrice--mobile {
    display: inline;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__oldPrice--mobile {
    display: inline;
  }
}
.parkingInfoCard__buttons {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #parkingListPage .parkingInfoCard__buttons {
    margin-top: 1.9rem;
  }
}
@media (min-width: 992px) {
  .parkingInfoCard__buttons {
    flex-direction: row-reverse;
    margin-bottom: unset;
  }
}
@media (min-width: 768px) {
  .parkingInfoCard__buttons > a, .parkingInfoCard__buttons button {
    min-width: 280px;
  }
  .parkingpoint__info .parkingInfoCard__buttons > a, .parkingpoint__info .parkingInfoCard__buttons button {
    min-width: unset;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .parkingOffers_selectedOffers .parkingInfoCard__buttons > a, .parkingOffers_selectedOffers .parkingInfoCard__buttons button {
    min-width: unset;
    flex-basis: 100%;
  }
}
.parkingInfoCard__iconButton {
  display: flex;
  padding: 0.5rem;
  font-size: 1.8rem;
}
.parkingInfoCard__iconButton:hover, .parkingInfoCard__iconButton:active, .parkingInfoCard__iconButton:focus {
  color: #0A7CAC;
}
.parkingInfoCard__iconButton > .SvgIcon {
  height: 2rem;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .parkingInfoCard .parkingInfoCard__cardText {
    max-width: 66%;
  }
}
.parkingInfoCard .parkingInfoCard__cardText > p:last-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .parkingInfoCard .parkingInfoCard__cardText > p:last-child {
    margin-bottom: 0;
  }
}
.parkingInfoCard .parkingInfoCard__cardText + .parkingInfoCard__iconButtonContainer {
  align-content: flex-end;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer {
  max-width: unset;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard_categoryBar {
  height: 2px;
  width: auto;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard_wrapper {
    flex-direction: column;
  }
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parking-type-icon {
  height: 3.2rem;
  width: 3.2rem;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard__parkingName,
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard__price {
  font-size: 2.4rem;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard__iconButton {
  font-size: 1.6rem;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard__oldPrice {
  font-size: 1.4rem;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard__priceText {
  display: none;
}
.parkingInfoCard.parkingInfoCard--isSelectedOffer .parkingInfoCard__content {
  padding: 1.5rem;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
.parkingDescription big {
  display: block;
  margin-bottom: 2rem;
  font-family: "Helvetica Neue Medium", Arial, Verdana, Tahoma;
  font-size: 2.2rem;
  line-height: 2.4rem;
}
.parkingDescription .section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .parkingDescription .section__wrapper {
    flex-direction: row;
  }
}
.parkingDescription .section {
  width: 100%;
  margin-top: 2rem;
  border-top: 5px transparent solid;
  padding-top: 1rem;
}
.parkingCategory--premium .parkingDescription .section {
  border-color: #000000;
}
.parkingCategory--expressindoor .parkingDescription .section {
  border-color: #eb690b;
}
.parkingCategory--expressoutdoor .parkingDescription .section {
  border-color: #199cdb;
}
.parkingCategory--longterm .parkingDescription .section {
  border-color: #659800;
}
.parkingCategory--other .parkingDescription .section {
  border-color: #860022;
}
.parkingDescription ul.walk,
.parkingDescription ul.bus {
  list-style: none;
  padding-inline-start: 50px;
  position: relative;
  min-height: 55px;
}
.parkingDescription ul.walk:before,
.parkingDescription ul.bus:before {
  position: absolute;
  left: 0;
  font-size: 35px;
  top: 5px;
}
.parkingDescription ul.walk:before {
  background-color: #0F1A41;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 98' style='enable-background:new 0 0 54 98;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Lager_1_1_'%3E%3C/g%3E%3Cpath class='st0' d='M0,0v98h54V0H0z M49.2,95.5c-2.2,1.1-4.8,0.2-5.9-1.9L27,61.6l-16.3,32c-1.1,2.1-3.7,3-5.9,1.9s-3-3.7-2-5.8 l15.4-30.2V36.2l-1.8,2.2v16.1c0,1.9-1.6,3.5-3.5,3.5c-1.9,0-3.5-1.6-3.5-3.5V37.1c0-0.8,0.3-1.6,0.8-2.2l10.1-12 c1.7-2,4.1-3.1,6.7-3.1c4.9,0,8.8,3.9,8.8,8.7v31.2l15.3,30.1C52.2,91.9,51.4,94.5,49.2,95.5z M20.8,9.8c0.1-4.1,3.4-7.4,7.5-7.4 c4.1,0,7.5,3.3,7.5,7.4c0,4.1-3.3,7.4-7.5,7.4C24.2,17.2,20.8,13.9,20.8,9.8z M37.5,49.4l0.1-10.7C41.2,42.9,49,52.2,49,52.2 c1.2,1.4,1.1,3.6-0.4,4.8s-3.7,1-5-0.4L37.5,49.4z'/%3E%3C/svg%3E%0A");
  width: 30px;
}
.parkingDescription ul.bus:before {
  background-color: #0F1A41;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 54 79' style='enable-background:new 0 0 54 79;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M4.7,22.5v25.8c0,1.6,1.2,2.9,2.6,2.9l0,0H47c1.5,0,2.6-1.3,2.6-2.9V22.5c0-1.6-1.2-2.9-2.6-2.9H7.4 C5.9,19.6,4.7,20.9,4.7,22.5z'/%3E%3Cpath class='st0' d='M43.1,16.7c1.5,0,2.6-1.3,2.6-2.9s-1.2-2.9-2.6-2.9H11.3l0,0c-1.5,0-2.6,1.3-2.6,2.9s1.2,2.9,2.6,2.9 C11.3,16.7,43.1,16.7,43.1,16.7z'/%3E%3Cellipse class='st0' cx='45.7' cy='59.8' rx='4' ry='4.3'/%3E%3Cellipse class='st0' cx='8.7' cy='59.8' rx='4' ry='4.3'/%3E%3C/g%3E%3Cpath class='st0' d='M0,0v79h54V0H0z M52,69.8h-2.6v5.1c0,1.1-0.9,2.1-1.9,2.1h-4c-1.1,0-1.9-0.9-1.9-2.1v-5.1H12.4v5.1 c0,1.1-0.9,2.1-1.9,2.1h-4c-1.1,0-1.9-0.9-1.9-2.1v-5.1H2V18.1c0-5.4,3.9-9.8,8.8-10l2.4-4.2c0.7-1.2,2-1.9,3.3-1.9h21.2 C39,2,40.3,2.7,41,3.9l2.5,4.2c4.8,0.4,8.5,4.8,8.5,10V69.8z'/%3E%3C/svg%3E%0A");
  width: 35px;
}
.parkingDescription .two-column {
  display: grid;
  grid: auto-flow/repeat(2, auto);
  justify-content: space-between;
}
.parkingDescription .two-column br {
  display: none;
}
.parkingDescription .two-column > span:nth-of-type(2n) {
  text-align: right;
}
.parkingDescription_Prices_row {
  display: flex;
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 1200px) {
  #MainContent .block .parkingwrapperblock {
    padding-bottom: 0;
    padding-top: 0;
  }
}
