/* Minification failed. Returning unminified contents.
(8332,5): run-time error CSS1030: Expected identifier, found '.'
(8332,66): run-time error CSS1031: Expected selector, found ')'
(8332,66): run-time error CSS1025: Expected comma or open brace, found ')'
(8338,5): run-time error CSS1030: Expected identifier, found '.'
(8338,30): run-time error CSS1031: Expected selector, found ')'
(8338,30): run-time error CSS1025: Expected comma or open brace, found ')'
(8353,5): run-time error CSS1030: Expected identifier, found '.'
(8353,77): run-time error CSS1031: Expected selector, found ')'
(8353,77): run-time error CSS1025: Expected comma or open brace, found ')'
(8359,5): run-time error CSS1030: Expected identifier, found '.'
(8359,66): run-time error CSS1031: Expected selector, found ')'
(8359,66): run-time error CSS1025: Expected comma or open brace, found ')'
(8608,13): run-time error CSS1030: Expected identifier, found ':'
(8608,19): run-time error CSS1031: Expected selector, found ')'
(8608,19): run-time error CSS1025: Expected comma or open brace, found ')'
(8670,19): run-time error CSS1030: Expected identifier, found '.'
(8670,51): run-time error CSS1031: Expected selector, found ')'
(8670,51): run-time error CSS1025: Expected comma or open brace, found ')'
(9110,19): run-time error CSS1030: Expected identifier, found '.'
(9110,65): run-time error CSS1031: Expected selector, found ')'
(9110,65): run-time error CSS1025: Expected comma or open brace, found ')'
(9264,5): run-time error CSS1030: Expected identifier, found '.'
(9264,35): run-time error CSS1031: Expected selector, found ')'
(9264,35): run-time error CSS1025: Expected comma or open brace, found ')'
(9273,5): run-time error CSS1030: Expected identifier, found '.'
(9273,35): run-time error CSS1031: Expected selector, found ')'
(9273,35): run-time error CSS1025: Expected comma or open brace, found ')'
(9431,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9432,28): run-time error CSS1039: Token not allowed after unary operator: '-font-scale'
(9436,28): run-time error CSS1039: Token not allowed after unary operator: '-font-scale'
(9485,29): run-time error CSS1030: Expected identifier, found '.'
(9485,41): run-time error CSS1031: Expected selector, found ')'
(9485,41): run-time error CSS1025: Expected comma or open brace, found ')'
(9502,34): run-time error CSS1030: Expected identifier, found '.'
(9502,46): run-time error CSS1031: Expected selector, found ')'
(9502,46): run-time error CSS1025: Expected comma or open brace, found ')'
(9528,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9529,29): run-time error CSS1039: Token not allowed after unary operator: '-font-scale'
(9534,29): run-time error CSS1039: Token not allowed after unary operator: '-font-scale'
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Remove button outline */

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
	transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
}
.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;
}

.panel-group .panel-collapse.collapse:not(.in) .panel-body {
	/*opacity: 0;	*/
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 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;
}

.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;
  margin-top:2px;
  list-style: none;
}

.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;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  font-weight:normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #809ea8;
    color: #ffffff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #b9e7f0;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.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 {
  border-top: 0 dotted;
  border-bottom: 0;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]) {
    width: 208px;
}

.bootstrap-select {
    /*width: 208px\9; IE8 and below*/
    width: 208px\0; /*IE9 and below*/
}

.bootstrap-select > .btn {
    width: 100%;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}


.dropdown-menu {
  z-index: 2000;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    background-color:#f5f3ef;
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox {
    padding: 4px 8px;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 264px;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  min-height: 264px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #A8A9AD;
}
.carousel-indicators .active {

  width: 6px;
  height: 6px;
  background-color: #000000;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: -30px;
  }
}

.modal-open {
    overflow: hidden;
}

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 0;
    }

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #e0e8ea;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
    text-align: left;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #003e52;
    min-height: 16.428571429px;
}

    .modal-header .close {
        margin-top: -2px;
        box-sizing: border-box;
        -webkit-appearance: none;
        outline: none;
        background-color: #ccd8dc;
        color:#000;
        border: 1px solid #ccc;
        cursor: pointer;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: black;
    background-color: #e0e8ea;
    font-weight: bold;
}

.modal-body {
    position: relative;
    padding: 20px;
    color: black;
}

    .modal-body a {
        color: black;
        text-transform: initial;
    }

    .modal-body .validation-summary-errors {

    }

    .modal-footer {
        padding: 19px 20px 20px;
        text-align: center;
    }

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .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);
    }

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }
}

/* iCheck plugin Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 19px;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: -185px -124px;
    position: relative;
    width: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .icheckbox_minimal-grey.hover {
        background-position: -205px -124px;
    }

    .icheckbox_minimal-grey.checked {
        background-position: -205px -124px;
    }

    .icheckbox_minimal-grey.disabled {
        background-position: -225px -124px;
        cursor: default;
    }

    .icheckbox_minimal-grey.checked.disabled {
        background-position: -245px -124px;
    }

.iradio_minimal-grey {
    background-position: -185px -124px;
}

    .iradio_minimal-grey.hover {
        background-position: -205px -124px;
    }

    .iradio_minimal-grey.checked {
        background-position: -205px -124px;
    }

    .iradio_minimal-grey.disabled {
        background-position: -185px -124px;
        opacity: 0.6;
        cursor: default;
    }

    .iradio_minimal-grey.checked.disabled {
        background-position: -205px -124px;
        opacity: 0.6;
    }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
      url('/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
      url('/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
      url('/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
      url('/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  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;
}

body{font-family:'PT Sans',sans-serif;font-weight:300;}.bold{font-weight:bold;}.semibold{font-weight:600;}.normal{font-weight:normal;}h1,h2,h3,h4,h5,h6{font-weight:normal;}h1{font-size:20px;margin-bottom:36px;padding-left:22px;font-weight:bold;text-transform:uppercase;}h2{font-size:18px;margin-bottom:10px;}h2.subtitle{padding-left:20px;}h3{font-size:15px;margin-bottom:10px;}a{text-decoration:none;color:#000;}.section a{color:#fff;}.section .content a{color:#000;}label{font-weight:bold;font-size:12px;vertical-align:top;}table{font-weight:normal;}p{font-weight:normal;font-size:13px;margin-bottom:10px;line-height:17px;}p a{text-decoration:underline;}p:last-of-type{margin-bottom:0;}.large{font-size:18px;}.small{font-size:12px;}.normal{font-weight:normal;}.hide{display:none!important;}.sticky{position:fixed!important;}.block{display:block;}.full-width{width:100%;}.left{float:left;}.centered{text-align:center;}.right{float:right;}.shadow{box-shadow:3px 3px 5px rgba(0,0,0,.25);}.exception-details{font-size:12px;font-family:consolas;}.step{float:right;width:380px;height:40px;font-size:20px;text-align:right;}.step .step-number{font-weight:bold;}.step .step-name{height:19px;text-transform:uppercase;}#loginModalDialog a{color:#000;}#mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9000;background-color:#000;opacity:.2;filter:alpha(opacity=20);}.loader{display:none;}.spinner{background-image:url('/css/images/spinner.png');height:30px;width:30px;display:inline-block;}.spinner.spinner-centered{position:absolute;top:50%;margin-top:-15px;left:50%;margin-left:-15px;}.spinner-20{background-image:url('/css/images/spinner-20px.png');height:20px;width:20px;display:inline-block;}.loader-mask{z-index:998;-ms-opacity:.5;opacity:.5;background-color:#fff;}.loader-holder{z-index:999;background-color:#fff;padding:10px;-ms-border-radius:8px;border-radius:8px;width:32px;height:32px;margin-left:auto;margin-right:auto;}.loader-mask-small{z-index:998;-ms-opacity:1;opacity:1;text-align:center;}.submit-wait{float:right;position:relative;padding:5px 0 0 35px;color:#fff;}.submit-wait .spinner{position:absolute;top:0;left:0;}.modal-dialog .submit-wait{color:#000;}.cookie-consent .cookie-categories .cookie-category{margin-top:20px;}.cookie-consent .cookie-categories .check-label{line-height:18px;font-size:16px;}.cookie-consent .cookie-categories .description{margin-top:10px;font-size:14px;}.cookie-consent .cookie-categories .description ul{padding-left:20px;}@media(max-width:767px){.step{float:none;width:auto;padding:0 20px;text-align:center;height:auto;font-size:16px;}h1{margin:15px 0 20px 0;padding:0 15px;text-align:center;}h2{text-align:center;}h2.subtitle{padding-left:20px;margin-bottom:20px;}p{font-size:14px;}}
.container{padding-left:0;padding-right:0;}.container .row{margin-top:20px;}.container .row:first-of-type{margin-top:0;}.section{position:relative;background-color:#003e52;color:#fff;padding:25px 50px;margin-bottom:25px;}.section *{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.section-inverse{position:relative;background-color:#e5ecee;color:#000;}.section-flow-header h2{padding-left:20px;padding-top:6px;margin-bottom:6px;}.section-flow-header .package-description{padding:0 20px 10px 20px;font-size:13px;}.section-flow-header .confirm-ref{font-weight:bold;padding:10px;background:none;background-color:#003e52;font-size:18px;text-align:center;color:#fff;}.content{position:relative;background-color:#ccd8dc;color:#000;padding:20px;}.content-alt{z-index:1;background-color:#e5ecee;}.inset{background-color:#809ea8;}.tm{margin-top:26px;}.bm{margin-bottom:26px;}.pad{padding:20px;}.no-padding,.np{padding:0 !important;}.no-margin,.nm{margin:0 !important;}.col-side{padding-left:0;padding-right:0;}.col-side fieldset{max-width:208px;margin:0 auto;}.col-side fieldset input,.col-side fieldset btn{width:100%;}.content-main{position:relative;z-index:2;}.content-main .dropdown-toggle .caret{background-position:-314px -94px;right:5px;margin-top:-6px;}.content-full-width{width:100%;}.content-full-width fieldset{width:500px;margin:10px auto 0;}.content-full-width label{width:90px;}.navigation .col-md-6{padding:0;}.panel-secondary{position:relative;clear:both;z-index:2;float:left;background-color:#fff;color:#000;margin-left:190px;width:525px;padding:20px;box-shadow:2px 2px 10px rgba(166,183,190,.75);}.menu{float:right;height:28px;padding-top:16px;box-sizing:initial;}.menu ul li{display:inline-block;min-width:103px;background-color:#003e52;line-height:17px;margin-left:-1px;}.menu ul li a{display:block;color:#fff;text-transform:uppercase;text-align:center;font-size:12px;font-weight:bold;padding:4px;}.menu ul li.active,.menu ul li:hover{background-color:#809ea8;}.menu-toggler{display:none;position:absolute;top:-3px;right:16px;width:40px;height:40px;padding:11px 6px;}.menu-toggler .icon-bar{display:block;width:29px;height:2px;border-radius:1px;background-color:#003e52;transition:all .25s;z-index:10;}.menu-toggler .icon-bar{margin-top:6px;}.menu-toggler .icon-bar:first-of-type{margin-top:0;}.menu-toggler .top-bar{transform:rotate(45deg);transform-origin:10% 10%;}.menu-toggler .middle-bar{opacity:0;}.menu-toggler .bottom-bar{transform:rotate(-45deg);transform-origin:10% 90%;}.menu-toggler.closed .top-bar{transform:rotate(0);}.menu-toggler.closed .middle-bar{opacity:1;}.menu-toggler.closed .bottom-bar{transform:rotate(0);}.account-menu-holder{position:relative;}.account-menu-holder .account-menu-toggler{top:-54px;}.header{position:relative;margin-top:10px;}.header .header-top{height:44px;}.header .logo{float:left;width:140px;margin-left:35px;}.header .logo img{height:40px;}.header .section{padding:20px 35px;}.header .welcome{position:relative;float:left;display:table;height:80px;}.header .welcome img{position:absolute;max-height:50px;max-width:400px;margin:17px 21px;}.header .welcome-content{display:table-cell;vertical-align:middle;text-transform:uppercase;}.header .welcome-content p{margin:0;font-size:20px;line-height:30px;}.header .welcome-message{float:left;display:table;height:80px;}.header .login{position:relative;display:table;float:right;width:120px;height:80px;text-align:center;}.header .login .btn-login{padding:4px 0 4px 0;margin-bottom:5px;width:100%;min-width:0;font-size:12px;}.header .login .btn-login:last-of-type{margin-bottom:0;}.header .login .why-register{display:block;margin-top:2px;font-size:11px;color:#fff;}.header .login .inner{display:table-cell;vertical-align:middle;}.footer{padding:40px 20px 20px 20px;}.footer .footer-col{padding:0 50px;}.footer img{max-width:175px;max-height:50px;margin-bottom:15px;}.footer a{display:block;font-size:12px;}.footer a.large{font-size:15px;margin-bottom:18px;}.footer .footer-bottom{margin-top:30px;text-align:center;font-size:10px;}.footer .lnk-cookie-prefs{text-decoration:underline;margin-bottom:5px;}.footer .copyright{font-weight:normal;padding:0 50px;}.footer .version{color:#999;}@media(max-width:1023px){.section{padding:20px 35px;}.col-side h2{font-size:16px;}.col-side .btn{width:auto;}.header .logo{margin-left:20px;}.header .section{padding:20px;}}@media(max-width:767px){.section{padding:0 15px;}.section-flow-header{display:none;}.content-full-width fieldset{width:auto;}.login{margin-top:0;}.navigation{padding-bottom:20px;}.navigation .col-md-6{padding-right:15px;padding-left:15px;}.navigation .col-md-6 .btn-nav{width:100%;}.navigation .col-md-6 .btn-save{margin-right:0;margin-top:20px;}.menu-toggler{display:block;}.menu,.account-menu{display:none;position:absolute;top:44px;left:0;width:100%;color:#fff;margin:0;padding:0 0 17px;z-index:20;}.menu ul li,.account-menu ul li{width:100%;display:block;clear:both;padding:15px 0;border-bottom:1px solid #809ea8;margin-left:0;}.account-menu{top:0;}.header .welcome-message{display:none;}.header .welcome{width:60%;}.header .welcome img{max-height:40px;max-width:200px;margin:0;}.header .welcome .welcome-content{position:relative;}.header .welcome .welcome-content p{font-size:18px;}.header.logged-in .welcome,.header.logged-in .login{height:40px;}.footer{padding:20px;}.footer .footer-col{text-align:center;margin-bottom:25px;}.footer .footer-col:last-of-type{margin-bottom:0;}.footer img{margin-bottom:5px;}.footer a.large{font-size:13px;margin-bottom:5px;}}
fieldset h3{margin-top:10px;margin-left:20px;}fieldset .bootstrap-select+.help-icon{vertical-align:top;margin-top:3px;}fieldset .btn{width:208px;}fieldset .field-submit{margin-top:10px;}.field{position:relative;}.field label{font-weight:bold;display:inline-block;width:25%;text-align:right;margin-right:10px;font-size:12px;vertical-align:top;padding-top:6px;}.field label.large{font-size:18px;}.display-field label{width:48%;text-align:left;font-size:14px;padding-top:0;margin-right:0;vertical-align:middle;}.display-field label.large{width:48%;}.display-field .field-value{width:50%;text-align:right;font-size:14px;display:inline-block;word-wrap:break-word;}.display-field .field-value-large{font-size:18px;}.display-field input[type="text"]{margin-bottom:0;}.display-field input[type="text"].your-ref{width:150px;margin:5px 0;}input[type=submit][disabled],button[disabled]{cursor:not-allowed;}input[type=text],input[type=password],textarea{border:0;font-size:12px;padding:4px;color:#000;}input:focus,textarea:focus{outline:0;}textarea{height:100px;resize:none;}input[type=text],input[type=password],select,textarea,.field p{margin-bottom:10px;width:208px;display:inline-block;}select,input[type="radio"],input[type="checkbox"]{display:none;}.cb-label{width:auto;padding-top:2px;word-break:break-word;}.mandatory-fields{margin-top:10px;margin-bottom:0;color:#666;font-size:12px;}.page-popup{position:absolute;width:500px;border:1px solid #aaa;border-radius:2px;padding:10px;z-index:9001;background-color:#ccd8dc;text-transform:none;color:#000;box-shadow:0 3px 10px 0 rgba(0,0,0,.4);font-size:13px;}.page-popup.tall{width:400px;}.page-popup.wide{width:600px;}.page-popup.extra-wide{width:700px;}.page-popup .close{position:absolute;right:10px;top:8px;cursor:pointer;font-size:15px;}.page-popup h3{margin:0 0 10px 0;font-weight:bold;}.page-popup .ad-preview-holder{position:relative;}.page-popup .popup-buttons{position:absolute;right:10px;top:8px;}.page-popup .popup-buttons div,.page-popup .popup-buttons i{position:relative;right:initial;top:initial;cursor:pointer;font-size:22px;line-height:25px;float:right;margin-left:15px;}table.formatted{border-collapse:collapse;width:100%;font-size:12px;text-transform:uppercase;color:#fff;margin-top:20px;}table.formatted form{display:inline-block;}table.formatted thead th{background-color:#000;color:#fff;padding:4px 2px 4px 4px;border-right:solid 1px #f5f3ef;}table.formatted thead th:last-of-type{border-right:0;}table.formatted thead th.blank{background-color:inherit;}table.formatted tbody tr.highlighted{background-color:#809ea8;}table.formatted tbody td{position:relative;padding:10px 2px 10px 8px;border-bottom:solid 1px #000;}table.formatted tbody td a,table.formatted tbody td input[type="submit"]{text-transform:uppercase;font-weight:bold;margin-right:5px;line-height:18px;color:#fff;}table.formatted tbody td tr:last-of-type td{border-bottom:0;}table.formatted tbody td .pdf-not-available{color:#999;cursor:initial;}table.formatted tbody td .ad-preview-link{cursor:zoom-in;text-decoration:underline;}table.formatted tbody td .preview-holder{width:250px;max-height:200px;}table.formatted tbody td .preview-holder img{width:100%;}table.formatted tbody .col-options{width:120px;}table.formatted .validation-summary-errors{margin-bottom:0;}.btn{padding:10px 0 10px 0;display:inline-block;text-align:center;border:0;box-sizing:border-box;-webkit-appearance:none;width:200px;cursor:pointer;background-color:#809ea8;font-size:14px;font-weight:bold;line-height:16px;color:#fff!important;text-transform:uppercase;}.btn.btn-alt-color{background-color:#000;}.section .btn:hover{background-color:#e5ecee;color:#003e52!important;}.section .content .btn:hover,.section .modal .btn:hover{background-color:#003e52;color:#fff!important;}.btn-inset{padding:8px;display:inline-block;text-align:center;}.btn:active,input[type="submit"]{outline:0;}.btn-inactive{background-color:#a5c2cc;}.btn-nav{width:125px;height:35px;border:0;font-size:17px;font-weight:700;box-sizing:border-box;-webkit-appearance:none;cursor:pointer;}a.btn-nav{width:125px;height:35px;border:0;font-size:17px;font-weight:700;cursor:pointer;text-align:center;vertical-align:bottom;line-height:34px;}.btn-next,.btn-prev,.btn-save,a.btn-next,a.btn-prev{color:#003e52;text-transform:uppercase;background-color:#ccd8dc;}.btn-next[disabled],.btn-prev[disabled],.btn-save[disabled],button[disabled],.section .content .btn[disabled]{background-color:#a3bbc2;cursor:not-allowed;}.btn-next[disabled]:hover,.btn-prev[disabled]:hover,.btn-save[disabled]:hover,button[disabled]:hover,.section .content .btn[disabled]:hover{background-color:#a3bbc2;}.btn-save{padding:0 15px;margin-right:15px;width:auto;}.btn-text-only{background:none;border:0;}.btn-book-publication{width:auto;padding:10px;margin:0 20px 20px 20px;}.btn-centered{display:block;margin:0 auto;}.btn-large{width:300px;height:40px;line-height:40px;padding:0 0;font-size:17px;}.btn-small{padding:5px 10px;width:auto;font-size:13px;}fieldset .btn-create-customer{width:60px;padding:5px 4px 4px 4px;vertical-align:top;font-size:13px;}.validation-summary-valid{display:none;}.validation-summary-errors{position:relative;background-color:#ccd8dc;color:#000;padding:20px 20px 20px 270px;margin-bottom:26px;min-height:83px;}.validation-summary-errors .validation-summary-title{position:absolute;top:20px;left:20px;background-color:#fff;padding:10px 10px;font-weight:400;text-transform:initial;border:1px solid #d81d1f;}.validation-summary-errors ul{margin-left:37px;list-style:none;}.validation-summary-errors ul li{text-transform:none;}.input-validation-error{border:1px solid #e20613!important;}.warning-icon{cursor:pointer;display:inline-block;vertical-align:middle;margin-left:5px;color:#e00;font-size:22px!important;}.help-icon{cursor:pointer;height:22px;width:22px;display:inline-block;vertical-align:middle;margin-left:5px;background-color:#003e52;color:#fff;border-radius:100%;text-align:center;background-position:-309px -71px;}.help-icon:hover{background-position:-309px -71px;}.help-top{vertical-align:top;}.help-popup{color:#000;z-index:9999;font-size:14px;font-weight:normal;padding:6px;background-color:#fff;box-shadow:2px 2px 4px rgba(0,0,0,.35);max-width:300px;text-transform:none;}.help-popup-long{max-width:300px;}#preview-holder-popup{width:250px;z-index:9999;position:relative;max-height:600px;overflow:hidden;}#preview-holder-popup.cropped:after{content:"";display:block;position:absolute;width:100%;height:20%;bottom:0;background:-webkit-linear-gradient(transparent,#fff) left repeat;background:linear-gradient(transparent,#fff) left repeat;}#preview-holder-popup img{width:100%;}.custom-combobox{position:relative;}.custom-combobox .custom-combobox-input{border:0;font-family:inherit;font-size:12px;padding:4px;padding-right:26px;background:none;background-color:#fff;color:#000;border:1px solid #809ea8;border-radius:0;width:206px;margin-bottom:10px;}.custom-combobox .custom-combobox-toggle{position:absolute;background-color:#809ea8;right:0;height:23px;margin-top:1px;margin-right:1px;border-radius:0;width:26px;cursor:pointer;}.custom-combobox .custom-combobox-toggle i{color:#fff;text-align:center;display:inline-block;width:100%;line-height:23px;}ul.ui-autocomplete{overflow:auto;height:200px;font-family:inherit!important;font-size:12px!important;text-transform:none;}ul.ui-autocomplete .ui-state-focus{background:none;background-color:#eee;border-right:0;border-left:0;margin:-1px 0;}.dropdown-toggle{position:relative;height:37px;width:100%;text-align:center;border:0;box-sizing:border-box;-webkit-appearance:none;cursor:pointer;background-color:#ccd8dc;}.dropdown-toggle .caret{background-position:-287px -94px;width:27px;height:15px;position:absolute;right:10px;top:50%;margin-top:-8px;}.field .dropdown-toggle{background-color:#809ea8;}.field .dropdown-toggle .filter-option{color:#fff;}fieldset .dropdown-toggle,.create-ad-fields .dropdown-toggle,.display-ad-fields .dropdown-toggle{height:30px;}fieldset .dropdown-toggle .filter-option,.create-ad-fields .dropdown-toggle .filter-option,.display-ad-fields .dropdown-toggle .filter-option{font-size:12px;padding-top:5px;}.dropdown-toggle .filter-option{font-size:17px;font-weight:bold;padding-top:7px;color:#003e52;text-transform:uppercase;}.dropdown-menu{z-index:2000;}.dropdown-menu li{background-color:#ccd8dc;border-bottom:2px solid #fff;}.dropdown-menu li a{display:block;text-align:center;padding-top:5px;padding-bottom:5px;cursor:pointer;text-transform:uppercase;}.create-ad-fields .dropdown-menu li a,fieldset .dropdown-menu li a{font-size:13px;}.ui-datepicker select{display:inline-block!important;}@media(min-width:1200px){.field input[type=text],.field input[type=password],.field select,.field textarea,.field p,.field .bootstrap-select:not([class*="span"]),.field .custom-combobox .custom-combobox-input{width:250px;}.field-submit .btn{width:250px;}}@media(max-width:1023px){.field label{width:25%;}.display-field label{width:48%;}.btn{min-width:150px;}.page-popup.extra-wide{width:60%;}}@media(max-width:767px){input[type=text],input[type=password],select,textarea,.bootstrap-select:not([class*="span"]),.btn{width:100%;}fieldset h3{margin-left:0;}fieldset .btn{width:100%;}.field label{display:block;text-align:left;margin-bottom:2px;width:100%;font-size:14px;}.display-field label{display:inline-block;width:48%;}.btn-book-publication{margin:0 0 20px 0;}.help-icon{display:none;}.validation-summary-errors{padding:20px;}.validation-summary-errors .validation-summary-title{position:relative;width:100%;text-align:center;top:0;left:0;margin-bottom:15px;}.validation-summary-errors ul{margin-left:0;}.page-popup,.page-popup.tall,.page-popup.wide,.page-popup.extra-wide{width:100%;}}
.five-simple-steps{position:relative;height:76px;color:#fff;}.five-simple-steps img{position:absolute;display:none;}.five-simple-steps .simple-steps-inner{position:absolute;height:76px;width:100%;padding-left:230px;padding-right:100px;}.five-simple-steps .simple-steps-inner .simple-step{width:20%;}.five-simple-steps .simple-step{float:left;font-size:13px;font-weight:bold;line-height:16px;height:76px;cursor:pointer;border-right:3px solid #fff;padding:11px 0 0 10px;box-sizing:border-box;text-transform:uppercase;}.five-simple-steps .simple-step:hover{background-color:#809ea8;}.five-simple-steps .simple-step-title{width:90px;}.five-simple-steps .main{position:absolute;top:0;left:0;width:230px;}.five-simple-steps .main:hover{background-color:#003e52;}.five-simple-steps .main p{font-size:20px;line-height:24px;font-weight:bold;padding:2px 0 0 11px;margin:0;}.five-simple-steps .more{position:absolute;top:0;right:0;width:100px;border-right:0;}.homepage-banner{background-color:#ccd8dc;height:500px;text-align:center;}.homepage-banner .inner{display:flex;flex-direction:column;justify-content:center;height:100%;}.homepage-banner .inner h1{margin:0;font-size:30px;line-height:44px;color:#fff;}.homepage-banner .inner h2{margin:0;font-size:24px;line-height:38px;color:#fff;}.homepage-banner.with-bg{background-size:cover;background-position:bottom center;background-repeat:no-repeat;}.section-booking-categories{padding:0;background-color:#fff;margin-bottom:10px;}.section-booking-categories .booking-category-holder{float:left;width:33.3333%;padding:0 5px;margin-bottom:15px;}.section-booking-categories .booking-category-holder .booking-category{position:relative;}.section-booking-categories .booking-category-holder .booking-category .btn{display:flex!important;width:100%;position:relative;justify-content:flex-start;color:#000;background-color:#e5ecee;border:1px solid #809ea8;border-radius:4px;padding:15px;text-transform:none;text-align:left;}.section-booking-categories .booking-category-holder .booking-category .btn:hover{border-color:#003e52;color:#000;}.section-booking-categories .booking-category-holder .booking-category .btn p{display:flex;align-items:center;font-size:18px;color:#000;height:30px;}.section-booking-categories .booking-category-holder .booking-category .btn img{height:30px;margin-right:15px;}.section-booking-categories .booking-category-holder .booking-category .dropdown-toggle{height:auto;}.section-booking-categories .booking-category-holder .booking-category .dropdown-toggle i{position:absolute;right:15px;color:#000;font-size:18px;top:50%;margin-top:-10px;}.section-booking-categories .booking-category-holder .booking-category.dropdown.open .btn{border-top:1px solid #809ea8;border-left:1px solid #809ea8;border-right:1px solid #809ea8;border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}.section-booking-categories .booking-category-holder .booking-category.dropdown.open .btn i:before{content:""!important;}.section-booking-categories .booking-category-holder .booking-category .book-box{position:absolute;top:60px;left:0;width:100%;margin:0 auto;padding:0!important;border-top:0;border-left:1px solid #809ea8;border-right:1px solid #809ea8;border-bottom:1px solid #809ea8;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#e5ecee;z-index:10;}.section-booking-categories .booking-category-holder .booking-category .book-box p{clear:both;padding:0 20px 20px 20px;margin:0;color:#000;}.section-booking-categories .booking-category-holder .booking-category .book-box p a{color:#000;}.section-homepage{padding:20px;}.section-homepage .homepage-panel{padding:16px 16px;cursor:pointer;border-radius:5px;background-color:#e5ecee;text-align:center;}.section-homepage .homepage-panel:hover{background-color:#ccd8dc;}.section-homepage .homepage-panel .newspaper-today{max-width:244px;max-height:325px;overflow:hidden;margin-left:auto;margin-right:auto;box-shadow:2px 2px 4px rgba(0,0,0,.35);}.section-homepage .homepage-panel .newspaper-today img{width:100%;}.section-homepage .homepage-panel .newspaper-today .double-page{height:308px;width:auto;position:relative;margin-left:-244px;}.section-homepage .homepage-panel .newspaper-info{display:table;margin-top:44px;margin-bottom:34px;width:100%;}.section-homepage .homepage-panel .newspaper-info p{font-weight:bold;margin:0;font-size:24px;line-height:32px;text-transform:uppercase;}.section-homepage .homepage-panel .newspaper-info .newspaper-info-inner{display:table-cell;vertical-align:middle;width:100%;margin:0 auto;text-align:center;color:#003e52;}.section-homepage .homepage-panel .newspaper-info .newspaper-info-inner img{max-width:100%!important;}.section-homepage .homepage-panel .read-more{width:100%;max-width:250px;font-size:15px;}.section-homepage .btn-book{width:100%;padding:11px 0 11px 0;display:table;}.section-homepage .btn-book .inner{display:table-cell;vertical-align:middle;}.section-homepage .btn-book p{margin:0;padding:0;font-size:18px;line-height:18px;}.simple-steps h1{color:#003e52;font-weight:bold;font-size:28px;}.simple-steps h1 p{font-size:28px;}.simple-steps h2{font-size:21px;}.simple-steps .step-info p{width:600px;line-height:18px;}.btn-simple-steps{height:35px;width:300px;font-size:16px;margin-bottom:20px;}.step-spacer{height:4px;margin-top:24px;margin-bottom:20px;border-top:3px solid #fff;}.section-contact-us .g-recaptcha{display:inline-block;}@media(max-width:1023px){.five-simple-steps .simple-steps-inner{padding-left:130px;}.five-simple-steps .simple-step{font-size:10px;}.five-simple-steps .main{width:130px;}}@media(max-width:767px){.homepage-banner{height:300px;}.five-simple-steps{display:none;}.simple-steps h1{margin-bottom:0;}.simple-steps h1 p{font-size:26px;line-height:1.2;}.simple-steps .step-info{padding:0 20px;}.simple-steps .step-info .step{height:60px;}.simple-steps .step-info p{width:100%;}.btn-simple-steps{margin-top:20px;}.section-homepage div[class^="col-md"]{margin-bottom:20px;}.section-homepage div[class^="col-md"]:last-of-type{margin-bottom:0;}.section-homepage .homepage-panel .newspaper-info{margin:20px 0;}}
.register-buttons{margin-bottom:20px;text-align:center;}.register-buttons .btn:first-of-type{margin-right:10px;}.comms-prefs .captcha-field{margin-top:20px;text-align:center;}.comms-prefs .captcha-field .g-recaptcha{margin:0 auto;display:inline-block;}.comms-prefs input[type=checkbox]{float:left;margin-right:10px;}.comms-prefs .accept-terms-content{margin-top:20px;}.comms-prefs .btn{margin-top:20px;}.resend-code{margin-top:20px;}.section-your-details .col-main h2{display:none;}.section-your-details .login-form{margin-bottom:30px;}.section-your-details .how-to-register h2{display:block;}@media(max-width:1023px){.register-buttons .btn{width:150px;}}@media(max-width:767px){.register-buttons{margin-bottom:10px;}.register-buttons .btn:first-of-type{margin-right:0;margin-bottom:10px;}.section-your-details .col-main h2{display:block;}}
.section-publication{color:#003e52;}.section-publication .newspaper-sections{width:3000px;height:175px;z-index:2;}.section-publication .choose-section{font-size:13px;font-weight:normal;margin-bottom:20px;}.section-publication .section{background-color:#fff;position:relative;text-align:center;width:137px;height:136px;padding:0;margin:0;float:left;}.section-publication .section img{display:block;z-index:1;}.section-publication .section .section-name{font-size:15px;font-weight:normal;line-height:16px;display:table-cell;vertical-align:middle;width:136px;height:40px;color:#fff;}.section-publication .section .section-mask{position:absolute;background-color:#fff;height:40px;width:137px;top:96px;opacity:.8;display:block;z-index:2;}.section-publication .section .section-name-holder{background-color:#003e52;opacity:.7;position:absolute;width:100%;top:96px;height:41px;z-index:3;text-transform:uppercase;}.section-publication .section p{font-size:13px;text-align:center;height:40px;margin-bottom:0;}.section-publication .section:hover{box-shadow:4px 4px 4px rgba(166,183,190,.75);}.section-publication .section.section-selected .section-name{font-weight:600;}.section-publication .teaser-container .section{height:136px;}.section-publication .publications-content .find-more-sections .section-name-holder{top:110px;}.section-publication .newspaper-sections-bg{z-index:0;position:absolute;left:48px;top:44px;background-color:#e8e3db;width:864px;height:128px;}.section-publication .image_carousel .pagination{height:14px;margin-top:10px;}.section-publication .image_carousel .prev,.section-publication .image_carousel .next,.section-publication .image_carousel .pagination{z-index:2;}.section-publication .read-about{font-size:17px;margin-top:10px;margin-bottom:5px;}.section-publication .read-about-sub{font-size:15px;margin-top:12px;font-weight:normal;}.section-publication .newspaper-title{font-size:25px;line-height:20px;}.section-publication .newspaper-slideshow{position:relative;height:264px;margin-bottom:20px;}.section-publication .case-study img{position:absolute;}.section-publication .case-study-header{font-size:25px;margin-bottom:25px;font-weight:bold;line-height:1.2;color:#fff;}.section-publication .case-study-section{font-size:15px;}.section-publication .case-study-info{position:absolute;width:270px;padding-top:9px;padding-left:20px;}.section-publication .case-study-info a{font-weight:bold;color:#000;}.section-publication .case-study-info em{font-style:italic;}.section-publication .case-study-info ul{list-style-type:disc;margin-left:25px;}.section-publication .case-study-info li{font-weight:normal;font-size:13px;line-height:17px;}.section-publication .readership{background-color:#003e52;text-align:center;width:100%;min-height:85px;padding:15px;color:#fff;text-transform:uppercase;display:flex;align-items:center;font-weight:bold;}.section-publication .readership .inner{width:100%;}.section-publication .readership .inner .title{font-size:15px;padding:0 20px 0 20px;}.section-publication .readership .inner .text{font-size:35px;line-height:33px;padding-bottom:10px;}.section-publication .readership-source{text-align:right;font-size:10px;color:#777;}.section-publication .simple-steps{padding-bottom:10px;font-weight:bold;text-transform:uppercase;background-color:#ccd8dc;}.section-publication .simple-steps .grey:nth-of-type(2){background-color:#ccd8dc;}.section-publication .simple-steps .grey:nth-of-type(2) a{color:#003e52;}.section-publication .simple-steps ol{list-style:decimal;margin-left:30px;}.section-publication .simple-steps ol li{padding-top:2px;padding-bottom:2px;font-size:15px;}.section-publication .simple-steps ol li a{color:#003e52;}.section-publication .simple-steps a{color:#003e52;}.section-publication .simple-steps .simple-steps-title{padding:7px 7px 7px 19px;font-size:18px;line-height:21px;font-weight:bold;background-color:#003e52;color:#fff;text-transform:uppercase;margin-bottom:15px;}.section-publication .simple-steps .inline-spaced{display:inline-block;width:7px;padding:4px 10px 4px 15px;}.section-publication .newspaper-fp{width:100%;background-color:#fff;overflow:hidden;margin-bottom:20px;}.section-publication .newspaper-fp img{height:262px;display:block;margin:auto;position:relative;}.section-publication .double-newspaper{margin-left:-200px !important;}.section-publication .coltext p{font-size:13px;}.section-publication .coltext ul{margin-left:20px;list-style:disc;}.section-publication .coltext li{font-weight:normal;font-size:13px !important;line-height:17px;}.section-publication .coltext .col-title{font-size:21px;line-height:23px;padding-top:6px;height:60px;}.section-publication #top_teaser .section{margin-right:8px;}.section-publication #bottom_teaser{left:-10px;}.section-publication #bottom_teaser .section{margin-right:12px;width:116px;}.section-publication #bottom_teaser .section-mask{top:110px;width:116px;}.section-publication #bottom_teaser .section-name{font-size:13px;width:116px;}.section-publication .related-pub-info{margin-top:32px;}.section-publication .find-more-info{width:210px;float:left;margin-left:20px;margin-right:20px;}.section-publication .find-more-sections{width:695px;float:left;}.section-publication .teaser-container{overflow:hidden;height:150px;}.section-publication .teaser-container a.prev,.section-publication .teaser-container a.next{width:16px;height:106px;position:absolute;top:20px;vertical-align:middle;background-position:-32px -104px;}.section-publication .teaser-container a.prev{left:0;background-position:0 -104px;}.section-publication .teaser-container a.prev.disabled{background:none;}.section-publication .teaser-container a.next{right:0;}.section-publication .teaser-container a.prev.disabled,.section-publication .teaser-container a.next.disabled{cursor:default;}.section-publication .teaser-container a.next.disabled{background:none;}.section-publication .teaser-container .pagination{text-align:center;}.section-publication .teaser-container .pagination a{width:8px;height:8px;margin:0 5px 0 0;display:inline-block;}.section-publication .teaser-container .pagination a span{width:8px;height:8px;border-radius:10px;background-color:#a8a9ad;text-indent:-9999px;display:inline-block;}.section-publication .teaser-container .pagination a.selected{cursor:default;}.section-publication .teaser-container .pagination a.selected span{background-color:#000;}.section-publication .teaser-container .row{background-color:#e5ecee;}.section-publication .image_carousel{padding:0 0 0 8px;position:relative;}.section-publication .find-more-sections .image_carousel{padding:0 0 0 22px;}@media(max-width:1023px){.section-publication .simple-steps .simple-steps-title{font-size:16px;}.section-publication .simple-steps ol{margin-left:25px;}.section-publication .simple-steps ol li{font-size:13px;}.section-publication .readership .text{font-size:25px;}.section-publication .readership .title{font-size:12px;padding:0 15px 0 15px;}.section-publication .coltext .col-title{font-size:18px;}.section-publication .newspaper-fp img{height:200px;}}@media(max-width:767px){.section-publication .readership{min-height:0;margin-top:15px;}.section-publication .newspaper-fp{display:none;}.section-publication .coltext .col-title{height:auto;margin-top:15px;}.section-publication .coltext ol{margin-left:15px;}.section-publication .readership-source{margin-bottom:15px;}}
.section-categories{min-height:400px;}.section-categories .col-category{padding-left:0;padding-right:0;text-align:center;}.section-categories .category-select{width:86%;margin-bottom:0;}.section-categories .help-icon{height:22px;}.section-categories .dropdown-toggle{height:65px;}.section-categories .dropdown-toggle .filter-option{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 37px 0 37px;height:100%;}.section-categories .category-selected{background-color:#fbcb9a;}.section-categories .package-loader{display:none;text-align:center;padding:50px 0 20px 0;}.section-categories .package-loader a{color:#000;}.section-categories .package-loader .text{margin-bottom:15px;}.section-packages .content{padding:0;}.section-packages .advertising{height:54px;position:relative;font-size:19px;}.section-packages .package-container{margin-left:0;}.section-packages .no-packages{padding:20px 0;font-size:16px;}.section-packages p.newspaper{font-size:20px;padding:20px 0 4px 20px;margin-bottom:10px;}.section-packages .package{float:left;width:160px;margin-left:20px;margin-bottom:20px;background-color:#fff;cursor:pointer;}.section-packages .package:hover,.section-packages .package-selected{background-color:#fbcb9a;}.section-packages .package-info{background-color:#809ea8;color:#fff;font-size:12px;padding:5px;}.section-packages .package-selected .package-info,.section-packages .package:hover .package-info{background-color:#fff;color:#000;}.section-packages .package-filters-content{background-color:#e5e8ea;color:#003e52;}.section-packages .package-filters-content .inset{background-color:#ccd8dc;}.section-packages .package-filters .help-icon{float:left;margin:5px 19px 0 8px;}.section-packages .package-filters .package-filter{float:left;width:184px;height:37px;background-color:#809ea8;color:#fff;}.section-packages .package-filters .package-filter:hover{background-color:#809ea8;color:#000;}.section-packages .package-filters .package-filter-active{width:184px;background-position:-102px -71px;display:inline-block;height:52px;float:left;text-align:center;padding-top:8px;color:#fff;}@media(max-width:1023px){.section-categories .category-select{width:100%;}.section-categories .col-category{padding-left:10px;padding-right:10px;}.section-categories .help-icon{display:none !important;}.section-packages .package-filters .package-filter{width:150px;}.section-packages .package-filters .package-filter-active{width:150px;background-position:-120px -71px;}}@media(max-width:767px){.section-categories{min-height:0;}.section-categories .col-category{padding-left:20px;padding-right:20px;margin-top:20px;}.section-categories .col-category:last-of-type{margin-bottom:20px;}.section-categories .package-loader{padding:15px 0 15px 0;}.section-packages .package-filters{display:none;}}
.section-publications .publications-fields{min-height:200px;box-sizing:border-box;}.section-publications .publications-fields hr{margin:20px 0 15px 0;}.section-publications .publications-fields input[type=text]{height:22px;width:100px;margin:0 5px;}.section-publications .publications-fields input[type=text].insertion-count{width:25px;text-align:center;}.section-publications .publications-fields .fa-calendar{cursor:pointer;}.section-publications .publications-fields table{width:100%;}.section-publications .publications-fields table th.col-publication{width:300px;text-align:left;padding-bottom:5px;}.section-publications .publications-fields table .col-select{width:30px;}.section-publications .publications-fields table td{padding:5px 0;}.section-publications .publications-fields table .fa-minus-circle,.section-publications .publications-fields table .fa-plus-circle{cursor:pointer;}.section-publications .publications-fields table .fa-minus-circle.disabled,.section-publications .publications-fields table .fa-plus-circle.disabled{color:#999;cursor:inherit;}.section-publications .publications-fields .insertion-count-error{color:#f00;font-size:.9em;}#pubs{position:relative;}#publication-schedule .calendar-overlay{width:213px;}@media(max-width:767px){.section-publications .publications-fields table th.col-publication{width:200px;}}
.section-create-ad{position:relative;}.section-create-ad .mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:9999;opacity:0;}.section-create-ad .title{text-align:center;padding:0 20px 10px 20px;}.section-create-ad #fields{position:relative;min-height:200px;}.section-create-ad fieldset{min-height:200px;min-width:350px;max-width:350px;position:relative;margin:0 auto;}.section-create-ad fieldset .field{max-width:350px;}.section-create-ad fieldset .field label{display:block;width:100%;font-size:13px;color:#000;text-align:left;}.section-create-ad fieldset .field p{width:220px;margin-left:185px;}.section-create-ad fieldset .field .iradio_minimal-grey{margin-left:10px;margin-right:5px;margin-top:2px;display:inline-block;}.section-create-ad fieldset .field .iradio_minimal-grey:first-of-type{margin-left:0;}.section-create-ad fieldset .field .editor-radio-list{font-size:13px;color:#000;}.section-create-ad fieldset .field .help-icon{vertical-align:top;position:absolute;right:-27px;top:24px;}.section-create-ad fieldset .field input,.section-create-ad fieldset .field select,.section-create-ad fieldset .field textarea,.section-create-ad fieldset .field .editor-holder,.section-create-ad fieldset .field .bootstrap-select,.section-create-ad fieldset .field .predefined-images,.section-create-ad fieldset .field .editor-checkbox-list,.section-create-ad fieldset .field .custom-combobox .custom-combobox-input{width:100%!important;box-sizing:border-box;}.section-create-ad fieldset .field input[type=text],.section-create-ad fieldset .field textarea{margin-bottom:2px;border:1px solid #ccc;}.section-create-ad fieldset .field textarea{height:60px;}.section-create-ad fieldset .field textarea[data-is-html="true"]{display:none;}.section-create-ad fieldset .field .defaultSkin table.mceToolbar{margin:0 auto;}.section-create-ad fieldset .field .mceMoreColors{display:none!important;}.section-create-ad fieldset .field input[type=text]{padding-right:5px;padding-left:5px;height:22px;}.section-create-ad fieldset .field .editor-holder{display:block;margin-bottom:2px;width:100%;}.section-create-ad fieldset .field .editor-file-upload{display:inline-block;position:relative;margin-bottom:5px;}.section-create-ad fieldset .field .editor-file-upload button{font-size:12px;color:#000;}.section-create-ad fieldset .field .uploaded-filename{display:none!important;}.section-create-ad fieldset .field .image-controls{position:absolute;left:60px;top:1px;width:220px;}.section-create-ad fieldset .field .image-controls a{float:left;width:21px;height:21px;text-decoration:none;background-color:#eee;border-radius:2px;font-size:13px;line-height:19px;text-align:center;color:#000;border:1px solid #999;margin-right:5px;}.section-create-ad fieldset .field .image-controls a:hover{border-color:#666;}.section-create-ad fieldset .field .image-controls a[disabled]{cursor:not-allowed;border:1px solid #666;background-color:#999;}.section-create-ad fieldset .field .predefined-images{display:inline-block;overflow-x:scroll;overflow-y:hidden;background-color:#fff;}.section-create-ad fieldset .field .predefined-images ul{margin:0;padding:5px 5px 2px 5px;list-style:none;display:block;white-space:nowrap;}.section-create-ad fieldset .field .predefined-images ul li{display:inline;margin-right:10px;}.section-create-ad fieldset .field .predefined-images ul li img{cursor:pointer;height:45px;padding:2px;border:1px solid #fff;}.section-create-ad fieldset .field .predefined-images ul li img.selected{border:1px solid #aaa;}.section-create-ad fieldset .enhancements-bottom{margin-top:8px;}.section-create-ad fieldset .enhancement .cb-label{width:auto;float:left;display:inline-block;padding:3px 0 0 0;}.section-create-ad fieldset .enhancement .cb-label .iradio_minimal-grey{position:relative;display:inline-block;float:left;margin-right:10px;}.section-create-ad fieldset .enhancement .bootstrap-select.btn-group{margin-top:2px;margin-bottom:0;}.section-create-ad fieldset .enhancement .color-picker .color-option{height:22px;width:22px;display:inline-block;margin-right:1px;border:2px solid #ccd8dc;cursor:pointer;}.section-create-ad fieldset .enhancement .color-picker .color-option.selected{border:2px solid #fff;}.section-create-ad fieldset .enhancement .color-picker[data-disabled] .color-option{cursor:inherit;}.section-create-ad fieldset .enhancement-checkbox{margin-bottom:6px;}.section-create-ad fieldset .enhancement-checkbox label{display:inline-block;width:auto;}.section-create-ad fieldset .enhancement-checkbox .yes-no{float:right;}.section-create-ad fieldset .enhancement-checkbox .yes-no .iradio_minimal-grey{margin-top:0;margin-right:5px;}.section-create-ad fieldset .enhancement-checkbox .help-icon{top:0;}.section-create-ad .word-count{margin-bottom:10px;text-align:center;}.editable-select{position:relative;display:inline-block;width:100%;}.editable-select select{display:none;}.editable-select input{float:left;height:24px;width:100%;border-right:0!important;}.editable-select .custom-combobox-toggle{height:20px;margin-top:0;margin-right:0;width:22px;left:initial;}.editable-select-options{border:1px solid #ddd;border-top:0;z-index:998;max-height:300px;overflow:auto;}.editable-select-options ul{margin:0;padding:0;}.editable-select-options ul li{list-style:none;padding:2px;background-color:#fff;color:#000;font-size:12px;cursor:pointer;}.editable-select-options ul li:hover{background-color:#eee;}.editor-checkbox-list{display:inline-block;margin:5px 0 10px 0;height:200px;overflow:auto;border:1px solid #aaa;padding:5px;background-color:#fff;}.editor-checkbox-list .checkbox-list-item input[type="checkbox"]{margin:0;padding:0;width:20px;float:left;}.editor-checkbox-list .checkbox-list-item label{display:inline;font-weight:normal;font-size:10px;padding:0;margin:0;line-height:18px;}.editor-checkbox-list .checkbox-list-item .icheckbox_minimal-grey{margin-right:5px;margin-bottom:10px;}.logo-library{position:relative;}.logo-library .logo-tabs{z-index:2;position:absolute;top:-25px;}.logo-library .logo-tabs ul{list-style-type:none;padding:0;margin:0;}.logo-library .logo-tabs ul li{display:inline-block;background-color:#eee;border:1px solid #aaa;border-radius:4px 4px 0 0;padding:5px 20px;margin-right:2px;color:#000;font-size:11px;cursor:pointer;}.logo-library .logo-tabs ul li:hover,.logo-library .logo-tabs ul li.active{background-color:#fff;border-bottom:1px solid #fff;}.logo-library .logo-groups{z-index:1;margin-top:26px;width:100%;overflow-x:scroll;overflow-y:hidden;background-color:#fff;border:1px solid #aaa;}.logo-library .logo-groups .logo-group{list-style-type:none;margin:0;padding:0;display:none;}.logo-library .logo-groups .logo-group.active{display:block;}.logo-library .logo-groups ul{margin:0;padding:5px 5px 2px 5px;list-style:none;display:block;}.logo-library .logo-groups ul li{position:relative;cursor:pointer;float:left;text-align:center;border:1px solid #fff;padding:2px;z-index:1;height:70px;}.logo-library .logo-groups ul li img{height:40px;padding:2px;border:1px solid #fff;}.logo-library .logo-groups ul li .logo-name{display:block;font-size:10px;word-wrap:break-word;max-width:100px;}.logo-library .logo-groups ul li .delete{display:none;position:absolute;cursor:pointer;top:-1px;right:-1px;width:15px;height:15px;background-color:#fff;text-align:center;border:1px solid #aaa;font-size:11px;line-height:14px;font-weight:bold;color:#d00;z-index:2;}.logo-library .logo-groups ul li.selected{border:1px solid #aaa;border-radius:2px;}.logo-library .logo-groups ul li.selected:hover .delete{display:block;}.logo-library .none-found{color:#888;}.preview-popup{position:absolute;width:200px;border:1px solid #aaa;background-color:#fff;border-radius:4px;padding:10px;box-shadow:0 5px 20px 0 rgba(0,0,0,.75);z-index:999;}.preview-popup img{width:100%;border:1px solid #ccc;padding:5px;box-sizing:border-box;border-radius:2px;}.preview-popup .preview-name{text-align:center;padding:5px 0 0 0;color:#000;}.crop-button-mask{position:absolute;width:21px;height:21px;left:26px;z-index:999;opacity:.5;filter:alpha(opacity=50);background-color:#666;border-radius:2px;}.ui-widget.ui-datepicker{width:250px;z-index:2!important;}.ui-widget.ui-datepicker table{font-size:.6em;}.ui-widget.ui-datepicker button{font-size:12px;}.ui-widget.ui-datepicker .ui-datepicker-title{font-size:14px;line-height:20px;}.ui-widget.ui-datepicker .ui-datepicker-prev,.ui-widget.ui-datepicker .ui-datepicker-next{height:23px;}.ui-datepicker-title select{font-size:.8em!important;}.overlay,.calendar-overlay{display:none;position:absolute;background:#fff;z-index:10;}#preview{position:relative;min-height:160px;max-width:280px;margin:0 auto;}#preview .enlarge,#adPreview .enlarge{position:absolute;top:0;right:0;height:25px;width:25px;font-size:15px;border-left:1px solid #ddd;border-bottom:1px solid #ddd;border-bottom-left-radius:2px;text-align:center;line-height:24px;color:#000;background-color:#eee;cursor:pointer;z-index:1;}#adPreview{position:relative;cursor:zoom-in;text-align:center;}#adPreview img{width:100%;}.ad-preview-holder{position:relative;min-height:300px;}.ad-preview-holder img{width:100%;}#previewButton{display:none;}@media(max-width:1023px){.section-create-ad .help-icon{display:none;}}@media(max-width:767px){.section-create-ad .col-middle{display:none;}.section-edit-ad .col-side{display:none;}}.price-holder{position:relative;padding:7px;text-align:center;font-size:18px;background-color:#003e52;color:#fff;}.price-holder .show-pricing-breakdown{cursor:pointer;}.price-holder .show-pricing-breakdown:hover{text-decoration:underline;}.price-holder #total-price{font-weight:bold;}.price-breakdown{width:400px;}.price-breakdown th,.price-breakdown td{padding:5px 10px 0 0;}.calendar-overlay{width:233px;height:175px;opacity:.5;}.calendar-overlay img{margin-top:72px;margin-left:-10px;}.calendar{width:100%;font-size:12px;margin-top:10px;margin-bottom:10px;color:#003e52!important;}.calendar .calendar-next,.calendar .calendar-prev{cursor:pointer;}.calendar th{text-align:center;height:25px;}.calendar td{height:25px;}.calendar .selected{background-color:#ffead5;cursor:pointer;}.calendar .available{background-color:#fbcb9a;cursor:pointer;}.calendar .available a,.calendar .available a,.calendar .selected a{color:#003e52!important;}.calendar .unavailable{background-color:#fff;}.calendar-holder{max-width:250px;margin:0 auto;text-align:center;}.calendar-holder.locked .selected,.calendar-holder.locked .available{cursor:initial;}.date-error{background-color:#fff;padding:5px;font-weight:bold;text-transform:initial;border:1px solid #d81d1f;text-align:center;margin-bottom:5px;}.schedule-holder{padding:0 10px;}#schedule .insertions{list-style:none;}#schedule .insertions li{position:relative;height:45px;margin-bottom:10px;font-size:12px;}#schedule .insertions .inset{background-color:#fbcb9a;height:45px;width:100%;}#schedule .inset .inset-date{position:absolute;left:0;width:60px;height:45px;line-height:45px;display:inline-block;text-align:center;}#schedule .inset .inset-pubname{position:absolute;display:table;left:60px;width:130px;height:45px;}#schedule .inset .inset-pubname-inner{display:table-cell;vertical-align:middle;text-align:left;width:130px;}#schedule .delete-insertion{position:absolute;height:45px;right:0;top:0;width:36px;cursor:pointer;background-position:-65px -71px;}#schedule .insertions.automatic li{margin-bottom:5px;height:auto;}#schedule .insertions.automatic .inset{display:table;height:auto;}#schedule .insertions.automatic .inset .inset-date{position:relative;height:auto;width:45px;line-height:inherit;display:table-cell;vertical-align:middle;}#schedule .insertions.automatic .inset .inset-pubname{position:relative;display:table-cell;left:0;height:auto;padding:5px 5px 5px 0;}#schedule .insertions.automatic .inset .inset-pubname .inset-pubname-inner{width:auto;}#publication-schedule .publications{position:relative;margin-top:10px;}#publication-schedule .publications li{position:relative;margin-bottom:10px;font-size:12px;list-style:none;background-color:#ccd8dc;font-weight:normal;padding:2px 10px;text-align:left;width:100%;box-sizing:border-box;min-height:38px;}#publication-schedule .publications li .name{font-size:13px;font-weight:bold;padding-right:24px;}#publication-schedule .publications li .dates{padding-right:24px;}#publication-schedule .publications .inset-dates li{margin-bottom:0;}#publication-schedule .publications li.expanded .name{padding-top:8px;}#publication-schedule .publications .fa-calendar,#publication-schedule .publications .fa-chevron-up{position:absolute;top:8px;right:8px;font-size:20px;cursor:pointer;}#publication-schedule .publications .spinner{position:absolute;top:8px;right:8px;display:none;}#publication-schedule .calendar td{text-align:center;}#publication-schedule .insertions .inset{background-color:#fbcb9a;height:25px;width:100%;font-weight:normal;}#publication-schedule .insertions .delete-insertion{position:absolute;right:0;top:0;background:none;background-color:#003e52;color:#fff;font-size:18px;height:25px;width:30px;text-align:center;cursor:pointer;}#publication-schedule .insertions .inset-date{position:absolute;left:65px;height:25px;line-height:25px;display:inline-block;text-align:center;}#publication-schedule .insertions li{position:relative;height:20px;min-height:inherit;padding:0;}@media(max-width:1023px){.schedule-holder{padding:0;}}@media(max-width:767px){#schedule .insertions{margin-top:20px;padding:0 15px;}#previewButton{display:block;margin-top:20px;}}.uploader{float:left;margin-right:11px;text-align:center;width:70px;}.uploader button{background:none repeat scroll 0 0 transparent;color:#fff;font-size:10px;}.AjaxUploaderProgressInfoText{display:none!important;}.AjaxUploaderProgressTable{position:absolute;width:100px!important;left:177px!important;top:0!important;}.AjaxUploaderProgressTable div,.AjaxUploaderProgressTable span{width:100px!important;}.AjaxUploaderProgressTable .AjaxUploaderProgressBarText{line-height:20px;}.AjaxUploaderQueueTable{display:none!important;}#btnCancelUpload{position:absolute;margin-left:150px!important;display:none!important;}#crop{width:500px;}#crop .image-holder{text-align:center;}#crop .image-holder .image-holder-inner{border:2px dashed #aaa;padding:5px;margin:0 auto;display:inline-block;}#crop .image-holder .image-holder-inner img{max-width:300px;max-height:300px;}#crop .crop-buttons{margin:10px 0 5px 0;}#crop .crop-buttons .btn-save-crop[disabled]{cursor:not-allowed;color:#999;}#crop .aspect-ratio-holder{float:right;margin-top:14px;margin-right:5px;}#crop .aspect-ratio-holder .lock-aspect{font-size:15px;cursor:pointer;}.imgareaselect-border1{background:url(images/border-v.gif) repeat-y left top;}.imgareaselect-border2{background:url(images/border-h.gif) repeat-x left top;}.imgareaselect-border3{background:url(images/border-v.gif) repeat-y right top;}.imgareaselect-border4{background:url(images/border-h.gif) repeat-x left bottom;}.imgareaselect-border1,.imgareaselect-border2,.imgareaselect-border3,.imgareaselect-border4{filter:alpha(opacity=50);opacity:.5;}.imgareaselect-handle{background-color:#fff;border:solid 1px #000;filter:alpha(opacity=50);opacity:.5;}.imgareaselect-outer{background-color:#000;filter:alpha(opacity=50);opacity:.5;}
.section-display-ad-size .group{padding:20px 35px;}.section-display-ad-size .col-info{padding-left:0;padding-right:0;}.section-display-ad-size .col-info .info{background-color:#fff;padding:18px;min-height:186px;}.section-display-ad-size .col-info .info .large-price{font-size:26px;}.section-display-ad-size .col-ad-sizes{padding-left:0;padding-right:0;}.section-display-ad-size .info-title{display:none;margin:0 0 10px 15px;}.section-display-ad-size .ad-size{float:left;width:112px;margin-left:20px;margin-bottom:20px;cursor:pointer;background-color:#fff;text-align:center;}.section-display-ad-size .ad-size .details{position:absolute;margin-top:25px;width:112px;box-sizing:border-box;padding:0 14px;}.section-display-ad-size .ad-size .price{background-color:#ded7cb;font-size:12px;padding-top:3px;padding-bottom:3px;}.section-display-ad-size .ad-size:hover,.section-display-ad-size .ad-size.selected{background-color:#fbcb9a;}.display-ad-preview-image{position:relative;text-align:center;}.display-ad-preview-image img{width:100%;max-width:160px;background-color:#fff;}.display-ad-preview-image img.material{max-width:none;background:none;}.display-ad-preview-image p{position:absolute;top:50%;margin-top:-25px;padding:0 56px;text-align:center;width:100%;font-size:18px;line-height:26px;text-transform:none;box-sizing:border-box;}.display-ad-size p .ad-size-width,.display-ad-preview-image p .ad-size-width{display:block;}.display-ad-buttons{margin-left:130px;margin-bottom:10px;}.display-ad-buttons .btn{background-color:#d3d2cb!important;color:#000!important;width:100px;margin-right:20px;float:left;}.display-ad-buttons .btn:hover{background-color:#b9e7f0!important;}.display-ad-buttons .iradio_minimal-grey{height:19px;margin-right:10px;margin-top:10px;float:left;}.display-ad-buttons input[type="radio"]{display:none;}.section-display-ad .title{text-align:center;padding:0 20px 10px 20px;}.section-display-ad .col-main{padding-right:10px;}.section-display-ad .col-side{padding-right:10px;}.section-display-ad .btn-color{width:100px;}.section-display-ad .radio-buttons{display:inline-block;font-size:13px;font-weight:normal;margin-top:5px;}.section-display-ad .radio-button .label{cursor:pointer;}.section-display-ad .iradio_minimal-grey{margin-top:0;height:19px;margin-right:10px;float:left;display:inline-block;}.section-display-ad .iradio_minimal-grey.disabled+.label{color:#666;}.section-display-ad .field-group{border:1px solid #bbb;border-radius:5px;padding:15px;margin-bottom:20px;}.section-display-ad .field-group:last-of-type{margin-bottom:0;}.section-display-ad .field-group .field-group-title{font-weight:bold;}.section-display-ad .contact-details p{width:auto;}.section-display-ad .contact-details input[type=text]{margin-bottom:5px;}.section-display-ad .copy-instructions{padding-left:10px;padding-right:10px;}.section-display-ad .field .radio-button{height:25px;}.section-display-ad .field .radio-button .iradio_minimal-grey{margin-right:5px;}.section-display-ad .field .radio-button .label{cursor:pointer;}.section-display-ad .field input,.section-display-ad .field select,.section-display-ad .field .custom-combobox .custom-combobox-input,.section-display-ad .field .bootstrap-select:not([class*="span"]){width:200px;}.section-display-ad .field .field-value{display:inline-block;margin-bottom:10px;font-size:13px;padding-top:4px;}.section-display-ad label.block{margin-bottom:5px;}.section-display-ad textarea{width:100%;margin-bottom:0;}.section-display-ad .AjaxUploaderCancelAllButton{display:none;}.section-display-ad .char-count{float:right;font-size:12px;color:#666;}.section-display-ad .files .validation-summary-errors{margin-top:10px;padding:20px 20px 20px 200px;}.section-display-ad .files .validation-summary-errors .validation-summary-title{font-size:14px;}.section-display-ad .files .validation-summary-errors li{font-size:14px;}.section-display-ad .files .file-upload-buttons .row{margin-top:0;}.section-display-ad .files .file-upload-buttons hr{margin:15px 0;background:none;border:0;border-top:1px solid #bbb;}.section-display-ad .files .file-upload-buttons .upload-info{font-size:13px;}.section-display-ad .files .file-upload-buttons .file-upload-title{font-weight:bold;margin-bottom:5px;}.section-display-ad .files .file-upload-buttons button{font-size:13px;}.section-display-ad .files .file-upload-buttons .AjaxUploaderProgressTable{width:100px!important;left:initial!important;top:initial!important;margin-left:100px!important;margin-top:-22px!important;}.section-display-ad .files .file-upload-buttons .AjaxUploaderProgressTable div,.section-display-ad .files .file-upload-buttons .AjaxUploaderProgressTable span{width:100px!important;}.section-display-ad .files .file-upload-buttons .AjaxUploaderProgressTable td{border-bottom:0!important;}.section-display-ad .upload-files{position:relative;margin-top:10px;}.section-display-ad .upload-files table th{text-align:left;padding-left:10px;}.section-display-ad .upload-files table th:nth-child(1){width:70px;text-align:center;padding-left:4px;}.section-display-ad .upload-files table th:nth-child(2){width:150px;}.section-display-ad .upload-files table th:nth-child(4){width:35px;}.section-display-ad .upload-files table tbody td{color:#000;}.section-display-ad .upload-files table tbody .action{width:30px;padding:0;}.section-display-ad .upload-files table tbody .status{font-size:18px;line-height:18px;text-align:center;padding-left:2px;color:#0a0;}.section-display-ad .upload-files .btn-delete{font-size:18px;line-height:18px;}.section-material-creation .intro p{font-size:1em;}.section-material-creation .content{padding:15px;}.section-material-creation .iradio_minimal-grey{margin-right:5px;}.section-material-creation .col-md-4:nth-child(1){text-align:left;}.section-material-creation .col-md-4:nth-child(2){text-align:center;}.section-material-creation .col-md-4:nth-child(3){text-align:right;}.section-material-creation .iradio_minimal-grey{float:none;}.section-material-creation .help-icon{vertical-align:top;}.repeat-display-booking .radio-button .label{cursor:initial!important;}.section-edit-display-ad .section-material-creation{margin-right:0;margin-left:0;}.section-edit-display-ad .section-material-creation .content-alt{padding:15px;}.section-edit-display-ad .section-display-ad .col-main{padding-right:20px;}.section-edit-display-ad .section-display-ad .copy-instructions{padding-left:15px;padding-right:15px;margin-top:10px;}.section-edit-display-ad .section-display-ad .file-upload-buttons{margin-top:20px;}@media(max-width:1023px){.display-ad-preview-image p{padding:0 15px;}.section-display-ad .col-main .files .file-upload-buttons .upload-info ul{margin-left:20px;}}@media(max-width:767px){.section-display-ad-size .col-info{display:none;}.section-display-ad-size .info-title{display:block;}.section-display-ad-size .ad-size{margin-left:0;margin-right:20px;}.section-material-creation .intro{padding-top:15px;}.section-material-creation .col-md-4{text-align:left!important;}.section-display-ad .col-main{padding-right:20px;margin:0;}.section-display-ad .col-main .files .file-upload-buttons .upload-info{margin-top:10px;}}
.section-enhance h2{margin-bottom:20px;}.section-enhance .enhance-container{position:relative;background-color:#e5ecee;padding:10px 10px 10px 60px;margin-bottom:16px;border:2px solid #e5ecee;border-radius:2px;}.section-enhance .enhance-container input{float:left;margin-right:10px;}.section-enhance .enhance-container label{font-size:10px;display:inline;}.section-enhance .enhance-container .enhance{position:relative;float:left;width:100%;}.section-enhance .enhance-container .enhance.with-image{width:calc(100% - 150px);}.section-enhance .enhance-container .enhance h2{text-align:left;font-size:20px;margin-bottom:5px;}.section-enhance .enhance-container .enhance p.enhance-desc{font-size:13px;margin-top:2px;margin-bottom:2px;padding-right:10px;}.section-enhance .enhance-container .enhance .enhance-price{font-size:22px;}.section-enhance .enhance-container .enhance .dropdown-toggle{height:32px;background-color:#809ea8;}.section-enhance .enhance-container .enhance .dropdown-toggle .filter-option{font-size:15px;padding-top:6px;}.section-enhance .enhance-container .tick{display:none;position:absolute;top:50%;left:14px;margin-top:-16px;font-size:25px;background-color:#809ea8;color:#fff;padding:0 3px;border-radius:5px;}.section-enhance .enhance-container .tick .fa-times{padding:0 3px;}.section-enhance .enhance-container.selected,.section-enhance .enhance-container.clickable:hover{border:2px solid #809ea8;border-radius:2px;}.section-enhance .enhance-container.clickable:hover{cursor:pointer;}.section-enhance .enhance-container.disabled.clickable:hover{border:2px solid #ccd8dc !important;cursor:inherit !important;}.section-enhance .enhance-container.disabled.selected:hover{border:2px solid #809ea8 !important;cursor:inherit !important;}.section-enhance .enhance-container.selected .tick{display:block;}.section-enhance .enhance-container.disabled .color-picker .color-option{cursor:inherit;}.section-enhance .color-picker{margin-top:10px;}.section-enhance .color-picker .color-option{height:22px;width:22px;display:inline-block;margin-right:1px;border:2px solid #ccd8dc;cursor:pointer;}.section-enhance .color-picker .color-option.selected{border:2px solid #fff;}.section-enhance .bootstrap-select{width:280px;margin-bottom:7px;}.section-enhance .bootstrap-select .dropdown-menu li{border-left:1px solid #809ea8;border-right:1px solid #809ea8;}.section-enhance .bootstrap-select .dropdown-toggle .filter-option{color:#fff;}.section-enhance .enhance-content{background-color:#e5ecee;}.section-enhance .enhance-image{background-color:#fff;width:150px;float:right;text-align:center;}.section-enhance .enhance-image img{max-height:120px;}.section-enhance .enhance-image .enhance-preview{margin-bottom:20px;padding:0 24px;}.section-enhance .enhance-preview.display-ad-preview-image{padding:0;}@media(max-width:767px){.section-enhance .bootstrap-select{width:100%;}}
.section-basket .basket-options{text-align:center;padding:10px 20px 5px 20px;}.section-basket .basket-options .field{margin-bottom:10px;}.section-basket .basket-options .field:last-of-type{margin-bottom:5px;}.section-basket .basket-options .basket-option{display:inline-block;width:500px;text-transform:uppercase;text-align:left;padding-bottom:4px;padding-left:6px;}.section-basket .basket-options .basket-option label{text-align:left;font-size:15px;width:90%;margin-right:0;display:inline-block;}.section-basket .basket-options .basket-option .icheckbox_minimal-grey{margin-top:6px;margin-right:10px;height:19px;}.section-basket .basket-options .accept-terms label{width:auto;}.section-basket .basket-options .accept-terms a{font-weight:bold;padding-top:5px;display:inline-block;text-decoration:underline;}.section-basket .basket-options .cancellation-policy p{display:inline;width:auto;margin:0;font-size:15px;font-weight:bold;}.section-basket .basket-options .cancellation-policy a{font-weight:bold;padding-top:5px;display:inline-block;text-decoration:underline;}.section-basket .basket-options .accept-terms-error{border:1px solid #f00;background-color:#edd;}.section-basket .basket-options .payment-type label{line-height:25px;margin-right:10px;}.section-basket .basket-options .payment-type .bootstrap-select{margin-bottom:0;}.section-basket .basket-options .payment-type .bootstrap-select .dropdown-toggle{height:32px;}.section-basket .basket-options .payment-type .bootstrap-select .dropdown-toggle .filter-option{font-size:14px;}.section-basket .basket-options .single-payment-type{margin-top:15px;}.section-basket .basket-options .single-payment-type p{font-size:15px;font-weight:bold;margin-bottom:0;width:100%;}.section-basket .next-step{padding:20px;text-align:center;}.section-basket .next-step .heading{margin-bottom:10px;font-size:18px;}.section-basket .applied-discount{font-size:14px;margin-left:20px;}.section-basket .payment-details{margin-top:15px;}.section-basket .basket-terms{text-align:left;padding:20px 0;}.section-basket .content-seperator{height:20px;background-color:#003e52;}.section-basket-german-compliant .basket-options{padding:0;}.section-basket-german-compliant .basket-terms{padding:20px;}.section-payment .row{display:block;}.section-payment iframe{width:100%;min-height:650px;}.section-payment .payment-loading{background-color:#ccd8dc;min-height:500px;padding-top:200px;text-align:center;}.section-payment .payment-loading .text{margin-bottom:20px;color:#000;}.section-payment .content-paypal{text-align:center;padding-top:40px;}.section-payment .content-paypal .paypal-buttons{width:500px!important;}.section-payment .row.navigation .col-md-6{padding-right:15px;padding-left:15px;}.section-payment-sepa .row{width:100%;position:relative;}.section-payment-sepa .icheckbox_minimal-grey{background-position:-83px -124px;}.section-payment-sepa .icheckbox_minimal-grey:hover,.section-payment-sepa .icheckbox_minimal-grey.checked{background-position:-103px -124px;}.section-payment-sepa .icheckbox_minimal-grey.disabled{background-position:-83px -124px;float:none;margin-top:5px;cursor:not-allowed;}.section-payment-sepa .icheckbox_minimal-grey.checked.disabled{background-position:-103px -124px;}.section-payment-sepa input[disabled]{cursor:not-allowed;}.section-payment-sepa .mandates td{color:#000;text-align:center;}.section-payment-sepa .mandates tbody tr:hover td{cursor:pointer;}.section-payment-sepa .accept-terms{width:50%;margin:20px auto 0 auto;padding:5px 10px;}.section-payment-sepa .accept-terms .icheckbox_minimal-grey{margin-top:8px;}.section-payment-sepa .accept-terms .terms{display:inline-block;width:90%;cursor:pointer;}.section-payment-sepa .accept-terms-error{border:1px solid #f00;}.section-payment-sepa .form-holder{position:relative;}.section-payment-sepa .form-holder h2{margin-bottom:30px;}.section-payment-sepa .form-holder .actions{z-index:1;position:absolute;right:0;top:0;}@media(max-width:1023px){.section-basket .basket-options{padding:20px 20px;}.section-basket .basket-options .basket-option{width:100%;}.section-payment-sepa .accept-terms{width:80%;}}@media(max-width:767px){.section-payment h3{margin-top:15px;}.section-payment .content-paypal{padding-top:20px;}.section-payment .content-paypal .paypal-buttons{width:100%;}.section-basket-german-compliant .col-side{display:none;}.section-basket-german-compliant .content-seperator{height:1px;background-color:#003e52;}.section-basket-german-compliant .basket-terms{padding:20px 0;}.section-payment-sepa .row{width:auto;}.section-payment-sepa .form-holder h2{margin-bottom:10px;}.section-payment-sepa .form-holder .actions{position:relative;}.section-payment-sepa .mandates th.col-valid-from,.section-payment-sepa .mandates th.col-valid-to,.section-payment-sepa .mandates td.col-valid-from,.section-payment-sepa .mandates td.col-valid-to{display:none;}.section-payment-sepa .accept-terms{padding:0;width:100%;}}
.section-confirm .discount-indicator{position:absolute;right:-5px;top:-5px;font-size:22px;}.section-confirm .buttons{margin-top:20px;}.section-confirm table.companies{width:100%;margin-top:15px;}.section-confirm table.companies td{width:25%;text-align:center;vertical-align:middle;}.section-confirm table.companies td img{width:80px;}.linked-packages .linked-packages-holder{margin-top:20px;}.linked-packages .linked-packages-holder .linked-package{margin-bottom:20px;padding:10px 20px;background-color:#e5ecee;border:2px solid #809ea8;border-radius:4px;display:table;width:100%;}.linked-packages .linked-packages-holder .linked-package:last-of-type{margin-bottom:0;}.linked-packages .linked-packages-holder .linked-package .linked-package-inner{display:table;width:100%;}.linked-packages .linked-packages-holder .linked-package .linked-package-image{display:table-cell;width:20%;}.linked-packages .linked-packages-holder .linked-package .linked-package-image img{width:100%;}.linked-packages .linked-packages-holder .linked-package-description{display:table-cell;vertical-align:top;width:64%;padding:0 20px;}.linked-packages .linked-packages-holder .linked-package-description .package-name{font-weight:bold;margin-bottom:5px;}.linked-packages .linked-packages-holder .linked-package-button{display:table-cell;vertical-align:middle;width:16%;}.linked-packages .linked-packages-holder .linked-package-button .btn{width:100%;}
.faq-questions li{padding:20px 15px;cursor:pointer;border-bottom:2px solid #fff;list-style:none;}.faq-questions li:last-of-type{border-bottom:none;}.faq-questions li:hover,.faq-questions .faq-selected{background-color:#e0e8ea;}.faq-questions .faq-q-no{display:inline-block;width:42px;}.faq-answer{display:none;padding-top:10px;padding-right:10px;}.faq-selected .faq-answer{display:block;}#expandingQs{list-style:none;font-size:22px;}#expandingQs .hint-title{font-size:.7em;font-weight:bold;}
.account-menu li{display:inline-block;width:160px;background-color:#003e52;margin-right:5px;}.account-menu li a{display:block;text-align:center;font-weight:normal;font-size:14px;color:#fff;text-transform:uppercase;padding:10px;}.account-menu li.active,.account-menu li:hover{background-color:#809ea8;}.section-account{position:relative;}.section-account .col-md-12{padding:0;}.section-account .col-md-12.content-full-width fieldset{margin:20px auto 20px;}.section-account h2{text-transform:uppercase;}.section-account .validation-summary-errors{margin:15px 0 0 0;}.section-account .account-action{position:absolute;right:35px;top:18px;z-index:1;}.section-account .actions{z-index:1;position:absolute;right:0;top:0;}.section-account .actions form{display:inline;}.section-account .actions a{font-size:1.5em;margin-left:15px;color:#fff;}.section-account .actions a.fa-print{margin-right:10px;}.section-account .actions .btn{font-size:14px;width:auto;min-width:0;padding:10px 15px;}.section-account .actions .btn:hover{background-color:#809ea8;}.section-account .actions .pdf-not-available,.section-account .actions .disabled{color:#aaa;cursor:initial;}.section-account .with-actions h2{text-align:left;}.section-account .selection-buttons{margin:15px 0 0 0;}.section-account .selection-buttons button{font-size:13px;padding:3px 10px;border-radius:2px;}.section-account .edit-insertions tr{cursor:pointer;}.section-account .edit-insertions tr td{background-color:#e5ecee;border-right:1px solid #fff;vertical-align:middle;color:#000;}.section-account .edit-insertions tr td:last-of-type{border-right:0;}.section-account .edit-insertions tr td.col-date{width:200px;}.section-account .edit-insertions tr td.col-price{width:150px;}.section-account .edit-insertions tr td.col-preview{text-align:center;}.section-account .edit-insertions tr td.selector{text-align:center;width:50px;}.section-account .edit-insertions tr img{max-width:200px;max-height:300px;}.section-account .edit-insertions tr .icheckbox_minimal-grey{height:19px;float:none;margin-right:5px;}.section-account .edit-insertions tr:hover td{background-color:#ccd8dc;}.section-account .cancelled-label{font-size:small;text-transform:uppercase;color:#f00;padding-right:10px;}.section-account .cancelled{text-decoration:line-through;}.section-my-bookings h2{max-width:60%;}.section-my-bookings .mode{z-index:1;position:absolute;right:50px;top:2px;}.section-my-bookings .mode label{display:inline-block;font-size:14px;color:#fff;width:auto;text-align:left;text-transform:uppercase;margin:0;padding:0;}.section-my-bookings .mode .iradio_minimal-grey{float:none;display:inline-block;margin:0;background-color:#e0e8ea;border-radius:10px;margin-left:10px;}.section-manage-contacts h2{margin-bottom:30px;}.section-saved-ad-details hr{margin:15px 0;}.section-saved-ad-details .row-actions{height:20px;}.section-saved-ad-details .duplicate-saved-ad{margin-top:15px;text-align:center;}.section-saved-ad-details .duplicate-saved-ad label{cursor:pointer;}.section-saved-ad-details .duplicate-saved-ad label .icheckbox_minimal-grey{float:none;margin-right:5px;}.section-saved-ad-details .duplicate-saved-ad label span{top:-4px;position:relative;font-size:14px;}.section-cancel-insertions .cancelled-insertions{margin-bottom:15px;}.section-cancel-insertions .refund{margin-top:15px;}.section-select-mode .intro{margin-bottom:20px;}.section-select-mode .intro p{font-size:14px;}.section-select-mode .field{margin-bottom:15px;}.section-select-mode .field .iradio_minimal-grey{float:none;display:inline-block;margin-left:10px;margin-right:5px;}.section-select-mode .field .label{position:relative;vertical-align:top;cursor:pointer;}.section-change-dates table.edit-insertions .insertion-row{cursor:initial;}.section-change-dates table.edit-insertions .insertion-row.disabled td{background-color:#ccd8dc;}.section-change-dates table.edit-insertions .insertion-row:hover td{background-color:initial;}.section-change-dates table.edit-insertions .fa{font-size:18px;cursor:pointer;}.section-change-dates table.edit-insertions .fa-undo{margin-left:10px;}.section-change-dates table.edit-insertions .col-date{width:250px;}.section-change-dates table.edit-insertions .col-action{width:100px;}.section-change-dates table.edit-insertions .spinner{display:none;position:absolute;top:9px;left:43px;}.section-change-dates table.edit-insertions .old-date{text-decoration:line-through;}.section-edit-ad .price-holder{border-top:1px solid #fff;border-right:1px solid #fff;border-left:1px solid #fff;}.section-edit-ad .edit-form{margin-top:0;}#rebook-popup h3{margin-top:19px;}#rebook-popup .category-holder{width:100%;background-color:#e5ecee;border:2px solid #809ea8;border-radius:4px;height:122px;overflow:auto;}#rebook-popup .category-holder .category{width:100%;display:table;border-bottom:1px solid #809ea8;}#rebook-popup .category-holder .category:last-of-type{border-bottom:0;}#rebook-popup .category-holder .category:hover{background-color:#ccd8dc;}#rebook-popup .category-holder .category .name{display:table-cell;vertical-align:middle;padding:8px 5px 8px 5px;}#rebook-popup .category-holder .category .name .parent{font-weight:bold;}#rebook-popup .category-holder .category .select{display:table-cell;vertical-align:middle;width:80px;padding:0 10px;}#rebook-popup .category-holder .category .btn{width:100%;padding:2px;font-size:12px;font-weight:normal;border-radius:4px;}#rebook-popup .linked-packages .linked-package-image{vertical-align:middle;}#rebook-popup .linked-packages .linked-package-image img{background-color:#fff;}#rebook-popup .please-select{margin-top:19px;text-align:center;padding:60px 0;}#rebook-popup .loading{text-align:center;padding:33px 0;}#rebook-popup .loading p{margin-bottom:10px;}#rebook-popup #packages{position:relative;}.table-scroller{overflow-x:auto;overflow-y:hidden;min-height:0%;}#grid{position:relative;}#grid .grid-initial{height:500px;}#grid .no-records{text-align:center;padding:60px 0;}#grid th[data-col]{cursor:pointer;}#grid th{font-weight:normal;}#grid th .fa{margin-right:3px;}#grid th a{color:#fff;display:block;}#grid tr.filters td{padding:10px 5px 10px 5px;position:relative;}#grid tr.filters td:first-of-type{padding:10px 5px 10px 0;}#grid tr.filters td input,#grid tr.filters td select{color:#000;width:100%;height:20px;margin:0;-ms-box-sizing:border-box;box-sizing:border-box;display:block;}#grid tr.filters td input{border:1px solid #aaa;-ms-box-shadow:none;box-shadow:none;}#grid tr.filters td select{font-family:'Open Sans',sans-serif;font-size:12px;}#grid tr.filters td .bootstrap-select{margin-bottom:0;}#grid tr.filters td .bootstrap-select .dropdown-toggle{height:26px;}#grid tr.filters td .bootstrap-select .dropdown-toggle .filter-option{padding-top:0;font-size:15px;line-height:26px;}#grid tr.filters td .bootstrap-select .dropdown-menu li a{color:#000!important;}#grid tr.filters td .bootstrap-select:not([class*="span"]){width:100%;}#grid tr.filters td input.text.with-value{padding-right:18px;}#grid tr.filters td .clear-filter{position:absolute;color:#000;right:8px;top:4px;cursor:pointer;font-size:25px;}#grid .col-date{min-width:88px;}#grid .col-publication{min-width:200px;}#grid .col-section{min-width:160px;}#grid .col-customer{min-width:200px;}#grid .col-size{min-width:50px;width:50px;}#grid .col-status{min-width:80px;width:110px;}#grid .col-options{min-width:80px;width:110px;}#grid .col-price{min-width:110px;width:110px;}#grid .col-text{width:486px;max-width:486px;}#grid .col-order-id{min-width:80px;width:80px;}#grid .col-order-name{min-width:200px;}#grid .col-ad-id{min-width:80px;width:80px;}#grid .col-ad-name{min-width:200px;}#grid a.reset{text-transform:none;}#grid td.col-small{width:50px;max-width:50px;}#grid td.col-medium{width:100px;max-width:100px;}#grid td.col-large{width:200px;max-width:200px;}#grid td{padding:6px 2px 6px 8px;border-bottom:solid 1px #999;word-wrap:break-word;}#grid .paging{color:#fff;}#grid .paging .paging-container{margin-top:10px;}#grid .paging .paging-summary{float:right;}#grid .paging .paging-items a{display:inline-block;text-align:center;width:28px;color:#fff;}#grid .paging .paging-items a.current{background-color:#000;color:#fff;-ms-border-radius:4px;border-radius:4px;}@media(max-width:1023px){.section-account .account-action{right:20px;}.section-edit-display-ad .col-md-1.col-left,.section-edit-display-ad .col-md-1.col-rught{display:none;}.section-edit-display-ad .col-md-10.content{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}@media(max-width:767px){.section-account{padding:15px 15px;}.section-account .col-md-12{padding-right:15px;padding-left:15px;}.section-account .col-main{margin:0 15px;}.section-account .col-side{margin:0 15px;}.section-account .mode{position:relative;top:0;right:0;margin-top:20px;}.section-account .mode label{font-size:16px;}.section-account .actions{right:15px;}.section-account .account-action{right:15px;top:14px;}.section-account .edit-insertions tr td.col-date{width:120px;}.section-account .edit-insertions tr td.col-price{width:80px;}.section-account .edit-insertions tr .col-preview{display:none;}.section-my-bookings h2{max-width:none;}.section-confirmation .actions{position:relative;text-align:center;margin-bottom:15px;margin-top:15px;}.section-confirmation .actions .fa{font-size:30px;}.section-confirmation .actions .fa-print{margin-right:0!important;}.section-manage-contacts .actions{right:15px;}#grid{margin-left:-15px;margin-right:-15px;}#grid .col-publication,#grid .col-size,#grid .col-price,#grid .col-status,#grid .col-preview{display:none;}#grid .btn{min-width:0;}#grid td{word-wrap:break-word!important;max-width:100px;}#grid .paging{padding-left:15px;padding-right:10px;}#grid .paging .paging-items a{width:22px;}table.formatted{font-size:11px;}table.formatted .col-options a,table.formatted .col-options .btn-text-only{background-color:#809ea8;line-height:15px;display:block;width:90%;text-align:center;padding:3px;margin-bottom:5px;}table.formatted .col-options a:last-of-type,table.formatted .col-options .btn-text-only:last-of-type{margin-bottom:0;}table.formatted .col-options form{margin-top:5px;display:block;}.section-saved-ad-details .row-actions{display:none;}.section-edit-display-ad .section-display-ad .col-main{padding-right:20px;margin:0;}.section-edit-display-ad .section-display-ad .col-main .files .col-md-12{padding:0;}.section-edit-display-ad .section-display-ad .col-main .files .file-upload-buttons .upload-info{margin-top:10px;}.section-edit-display-ad .section-display-ad .col-main .files .file-upload-buttons .upload-info ul{margin-left:20px;}#rebook-popup .categories .select .btn{min-width:80px!important;}#rebook-popup .linked-packages .linked-package-description{padding-left:0;}#rebook-popup .linked-packages .linked-package-image{display:none;}#rebook-popup .linked-packages .linked-package-button .btn{min-width:100%!important;}#lnkDownloadExcel{display:none;}}
@media print {
    .header,
    .header2,
    .footer,
    .login,
    .modal,
    h1,
    .account-menu,
    .actions,
    .btn,
    .help-popup,
    .popup-buttons,
    .duplicate-saved-ad {
        display: none;
    }

    #adPreview {
        text-align: center;
    }
        #adPreview img,
        #ad-preview-large img {
            max-width: 300px;
        }
}

/* Include customer specific CSS in this file */

/* The spritesheet containing all the UI images for the application. 
	Note the path is to the file in Umbraco so the ID must be correct */
.package-filter-active, .approve, .approved,
.dropdown-toggle .caret, .help-icon, .confirm-ref,
.delete-insertion, .teaser-container a.prev, .teaser-container a.next,
.icheckbox_minimal-grey, .iradio_minimal-grey, .panel-main .dropdown-toggle .caret {
	background-image: url('/media/1091/spritesheet_2.png');
	background-repeat: no-repeat;
}
 
/* The spritesheet containing the step indicator images */
.step-image {
	background-image: url("/media/1092/step-spritesheet.png");
	background-repeat: no-repeat;
	height: 7px;
	width: 260px;
	margin: 18px 0 0 91px;
}

/* Testst anzeige */
.col-md- a.btn.btn-book p {
    font-size: 80px;
}
.col-md- a.btn.btn-book {
    position: absolute;
    top: 469px;
    transform: rotate(30deg);
    width: 1301px;
    left: -69px;
    font-size: 100px;
    height: 99px;
}

/* General Styling */
@font-face {
  font-family: 'Franklin Gothic FS';
  src: url('https://assets.tagesspiegel.de/fonts/franklingothic-book-basic.c62561d04e5eb023ca3e2fde512605c0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-0022,U+0024-003B,U+003F-005A,U+0061-007A,U+00A0,U+00AB,U+00AD,U+00BB,U+00C4,U+00D6,U+00DC,U+00DF,U+00E4,U+00E9,U+00F6,U+00FC,U+2013,U+2014,U+2018-201A,U+201C-201E,U+2026,U+20AC;
}

@font-face {
  font-family: 'Franklin Gothic FS';
  src: url('https://assets.tagesspiegel.de/fonts/franklingothic-book-extended.b0f1fe099d20b0de899ed94f6292ba63.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0023,U+003C-003E,U+005B-0060,U+007B-007E,U+00A1-00AA,U+00AC,U+00AE-00BA,U+00BC-00C3,U+00C5-00D5,U+00D7-00DE,U+00E0-00E3,U+00E5-00E8,U+00EA-00F5,U+00F7-00FB,U+00FD-017F,U+2000-2012,U+2015,U+2020-2025,U+2027-203A,U+2070-207B,U+2080-208B,U+2150-215F;
}

@font-face {
  font-family: 'Franklin Gothic FS';
  src: url('https://assets.tagesspiegel.de/fonts/franklingothic-book-other.6c8ff800d4fec0ff804a756fc400d2b5.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0180-1FFF,U+2016-2017,U+201B,U+201F,U+203B-206F,U+207C-207F,U+208C-20AB,U+20AD-214F,U+2160-27FF,U+2900-2BFF,U+2C60-2C7F,U+2E00-2E7F;
}

@font-face {
  font-family: 'Franklin Gothic FS';
  src: url('https://assets.tagesspiegel.de/fonts/franklingothic-med-basic.4262342c15da29dbdffaff795d31ad13.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-0022,U+0024-003B,U+003F-005A,U+0061-007A,U+00A0,U+00AB,U+00AD,U+00BB,U+00C4,U+00D6,U+00DC,U+00DF,U+00E4,U+00E9,U+00F6,U+00FC,U+2013,U+2014,U+2018-201A,U+201C-201E,U+2026,U+20AC;
}

@font-face {
  font-family: 'Franklin Gothic FS';
  src: url('https://assets.tagesspiegel.de/fonts/franklingothic-med-extended.e84bf4c79c0055f692e535db121cff4a.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0023,U+003C-003E,U+005B-0060,U+007B-007E,U+00A1-00AA,U+00AC,U+00AE-00BA,U+00BC-00C3,U+00C5-00D5,U+00D7-00DE,U+00E0-00E3,U+00E5-00E8,U+00EA-00F5,U+00F7-00FB,U+00FD-017F,U+2000-2012,U+2015,U+2020-2025,U+2027-203A,U+2070-207B,U+2080-208B,U+2150-215F;
}

@font-face {
  font-family: 'Franklin Gothic FS';
  src: url('https://assets.tagesspiegel.de/fonts/franklingothic-med-other.cf0c8764bdcabb0619e46b20c18d5147.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0180-1FFF,U+2016-2017,U+201B,U+201F,U+203B-206F,U+207C-207F,U+208C-20AB,U+20AD-214F,U+2160-27FF,U+2900-2BFF,U+2C60-2C7F,U+2E00-2E7F;
}

/** Abril Text **/
@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Regular-basic.c371b6fb87298eb4990a97124a47e7e4.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-0022,U+0024-003B,U+003F-005A,U+0061-007A,U+00A0,U+00AB,U+00AD,U+00BB,U+00C4,U+00D6,U+00DC,U+00DF,U+00E4,U+00E9,U+00F6,U+00FC,U+2013,U+2014,U+2018-201A,U+201C-201E,U+2026,U+20AC;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Regular-extended.413ee6f014cfa7c05f2979ccb6498cee.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0023,U+003C-003E,U+005B-0060,U+007B-007E,U+00A1-00AA,U+00AC,U+00AE-00BA,U+00BC-00C3,U+00C5-00D5,U+00D7-00DE,U+00E0-00E3,U+00E5-00E8,U+00EA-00F5,U+00F7-00FB,U+00FD-017F,U+2000-2012,U+2015,U+2020-2025,U+2027-203A,U+2070-207B,U+2080-208B,U+2150-215F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Regular-other.61f64d4bd1292c6d4197f0e2b25dbd5c.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0180-1FFF,U+2016-2017,U+201B,U+201F,U+203B-206F,U+207C-207F,U+208C-20AB,U+20AD-214F,U+2160-27FF,U+2900-2BFF,U+2C60-2C7F,U+2E00-2E7F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Italic-basic.6c5932e5019579d6c76d1822e5aacc4d.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0020-0022,U+0024-003B,U+003F-005A,U+0061-007A,U+00A0,U+00AB,U+00AD,U+00BB,U+00C4,U+00D6,U+00DC,U+00DF,U+00E4,U+00E9,U+00F6,U+00FC,U+2013,U+2014,U+2018-201A,U+201C-201E,U+2026,U+20AC;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Italic-extended.78a8e02738052517cef32ad41e080698.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0023,U+003C-003E,U+005B-0060,U+007B-007E,U+00A1-00AA,U+00AC,U+00AE-00BA,U+00BC-00C3,U+00C5-00D5,U+00D7-00DE,U+00E0-00E3,U+00E5-00E8,U+00EA-00F5,U+00F7-00FB,U+00FD-017F,U+2000-2012,U+2015,U+2020-2025,U+2027-203A,U+2070-207B,U+2080-208B,U+2150-215F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Italic-other.6550b277e9b9798aaca8c9bd4a29370d.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0180-1FFF,U+2016-2017,U+201B,U+201F,U+203B-206F,U+207C-207F,U+208C-20AB,U+20AD-214F,U+2160-27FF,U+2900-2BFF,U+2C60-2C7F,U+2E00-2E7F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Bold-basic.ed72f8ea0597f63d7cc1a47ae7bb3acd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-0022,U+0024-003B,U+003F-005A,U+0061-007A,U+00A0,U+00AB,U+00AD,U+00BB,U+00C4,U+00D6,U+00DC,U+00DF,U+00E4,U+00E9,U+00F6,U+00FC,U+2013,U+2014,U+2018-201A,U+201C-201E,U+2026,U+20AC;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Bold-extended.7e1a83a609780222181670109982a7a2.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0023,U+003C-003E,U+005B-0060,U+007B-007E,U+00A1-00AA,U+00AC,U+00AE-00BA,U+00BC-00C3,U+00C5-00D5,U+00D7-00DE,U+00E0-00E3,U+00E5-00E8,U+00EA-00F5,U+00F7-00FB,U+00FD-017F,U+2000-2012,U+2015,U+2020-2025,U+2027-203A,U+2070-207B,U+2080-208B,U+2150-215F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_Bold-other.63f970ecd2e74982468d1d71a0d57603.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0180-1FFF,U+2016-2017,U+201B,U+201F,U+203B-206F,U+207C-207F,U+208C-20AB,U+20AD-214F,U+2160-27FF,U+2900-2BFF,U+2C60-2C7F,U+2E00-2E7F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_BoldItalic-basic.1cd71e407d313b5db30f65b5a9bc639f.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0020-0022,U+0024-003B,U+003F-005A,U+0061-007A,U+00A0,U+00AB,U+00AD,U+00BB,U+00C4,U+00D6,U+00DC,U+00DF,U+00E4,U+00E9,U+00F6,U+00FC,U+2013,U+2014,U+2018-201A,U+201C-201E,U+2026,U+20AC;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_BoldItalic-extended.b170c650a27d0d4e8388a0d71fedf766.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0023,U+003C-003E,U+005B-0060,U+007B-007E,U+00A1-00AA,U+00AC,U+00AE-00BA,U+00BC-00C3,U+00C5-00D5,U+00D7-00DE,U+00E0-00E3,U+00E5-00E8,U+00EA-00F5,U+00F7-00FB,U+00FD-017F,U+2000-2012,U+2015,U+2020-2025,U+2027-203A,U+2070-207B,U+2080-208B,U+2150-215F;
}

@font-face {
  font-family: 'Abril Text';
  src: url('https://assets.tagesspiegel.de/fonts/Abril_Text_BoldItalic-other.743b66d7be6806c719e244333d62bffd.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0180-1FFF,U+2016-2017,U+201B,U+201F,U+203B-206F,U+207C-207F,U+208C-20AB,U+20AD-214F,U+2160-27FF,U+2900-2BFF,U+2C60-2C7F,U+2E00-2E7F;
}

*, ::before, ::after {
	box-sizing: border-box;
	text-transform: none !important;
}

[hidden] {
	display: none !important;
}

.customer-visually-hidden,
.btn.read-more strong {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.customer-small {
  font-size: 0.889em;
}

body {
	padding-top: 1.5rem;
	font: 400 1.125rem/1.5 'Abril Text', serif;
	font-variant-numeric: lining-nums proportional-nums;
	background: #fff;
	color: #2a2a2a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:focus-visible {
	outline: medium solid #007196 !important;
	outline-offset: 2px;
}

.clearfix::before, .clearfix::after {
	display: none;
}

[role="main"] {
	background: #e9efed;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.content {
	color: currentColor;
	padding: 0;
	background: transparent;
}

img {
	max-width: 100%;
}

p {
	font: revert;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

label {
	font: 600 1em/1 'Franklin Gothic FS', sans-serif;
}

.small {
	font-size: revert;
}

.section a {
	color: currentColor;
}

/* Buttons */

.btn, input[type="submit"], .btn.btn-alt-color {
	width: revert;
	min-width: revert;
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	font: 600 1em/1 'Franklin Gothic FS', sans-serif;
	padding: 11px 20px;
	border-color: #ce0000;
	background: #ce0000;
	color: #ffffff;
}

:is(.btn, .section .btn, input[type="submit"], .btn.btn-alt-color):hover {
	border-color: #980402;
	background: #980402;
	color: #ffffff !important;
}

:is(.package, .section .modal) button.btn:hover,
.comms-prefs .btn.btn-alt-color:hover,
#loginButton:hover {
	border-color: #980402 !important;
	background: #980402 !important;	
}

.btn[href="/register/private/"],
.btn-save:not([disabled]),
input.cancel {
	border-color: #b5b5b5;
	background: white !important;
	color: #535353 !important;
}

:is(.btn[href="/register/private/"], .btn-save:not([disabled]), input.cancel):hover {
	border-color: #ce0000;
	color: #ce0000 !important;
}

.btn-next[disabled], .btn-prev[disabled], .btn-save[disabled],
:is(.btn-next[disabled], .btn-prev[disabled], .btn-save[disabled]):hover {
	background: transparent;
	border-color: #535353;
	color: #535353 !important;
} 

.btn-nav {
	width: initial;
	height: initial;
}

.five-simple-steps {
	display: none;
}

/* faux checkboxes */

.icheckbox_minimal-grey,
.icheckbox_minimal-grey.hover {
	background: url('https://assets.tagesspiegel.de/icons/checkbox.b23f691a63b0381354eae3d59a2086d3.svg');
}

.icheckbox_minimal-grey.checked {
	background: url('https://assets.tagesspiegel.de/icons/checkbox-checked.7753ac99a800a3c69304041250be421a.svg');
}

.comms-prefs .icheckbox_minimal-grey.disabled {
	display: none;
}

/* Grid */

.section {
	padding: 25px 15px;
	background: transparent;
	color: #2a2a2a;
}

.col-md-8 {
	padding: 0;
}

@media (min-width: 768px) {
	.col-md-8 {
		padding-right: 6em !important;
	}
}

/* Header */

.header .header-top {
	height: auto;
}

@media (min-width: 1024px) {
	.header .header-top {
		display: flex;
		flex-wrap: wrap;
		gap: 1em 2em;
	}
}

.header .welcome {
	display: none;
}

.header .logo {
	all: revert;
	display: block;
	max-width: 20em;
}

@media (max-width: 575px) {
	.header .logo {
		margin-inline: 1rem;
	}
}

.header .logo img {
	display: block;
	width: 20em;
	max-width: 100%;
	height: auto;
}

#mainMenu {
	position: initial;
	flex: 1;
	border-width: thin;
	border-style: solid none;
	display: flex;
	justify-content: end;
	white-space: nowrap;
	padding: 0;
}

@media (max-width: 1023px) {
	#mainMenu {
		margin-top: 1rem;
		justify-content: start;
	}
}

#mainMenu ul {
	list-style: none;
	padding: 1em 0;
	display: flex;
	gap: 1em 2em;
	align-items: center;
}

@media (max-width: 30em) {
	#mainMenu {
		justify-content: start;
		white-space: initial;
	}
	
	#mainMenu ul {
		flex-wrap: wrap;
	}
}

.header .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 2rem 0 1rem;
}

@media (max-width: 575px) {
	#mainMenu,
	.header .section {
		padding-inline: 1rem;
	}
}

.header .welcome-content {
	font-family: 'Abril Text', serif;
	font-size: 1.5em;
	display: block;
	height: auto;
}

.header .login {
	width: auto;
	height: auto;
}

@media (max-width: 767px) {
	.header .login {
		width: 100%;
	}

	.header .login .inner {
		display: flex;
		gap: 1em;
	}
	
	.header .login .inner br {
		display: none;
	}
}

.header .login .btn-login {
	font-size: 18px;
	padding: 11px 20px;
	min-width: 175px;
	margin-bottom: 10px;
}

.header .login .why-register,
.header .login p /* warning: this might break */ {
	display: none;
}

/* Navigation */

.menu-toggler {
	display: none;
}


.menu {
	width: initial;
	float: none;
	height: auto;
	padding-top: 0;
	border-top: solid 1px #979797;
	border-bottom: solid 1px #979797;
	display: inline-flex;
	justify-content: flex-end;
	font: 700 1em Franklin Gothic FS, sans-serif;
}

.menu ul li {
	all: revert;
}

.menu ul li:hover,
.menu ul li.active {
	background: transparent;
}

.menu ul li a {
	color: #2a2a2a;
	font: inherit;
	display: inline;
	padding: 0.25em 0;
}

.menu ul li a:hover,
.menu ul li.active a {
	text-decoration: none;
	color: #2a2a2a;
	border-bottom: 0.3em solid #ce0000;
	background: transparent;
}

/* Heading */

h1,
.section-publication .coltext .col-title {
	display: inline;
	height: revert;
	padding: 0.15em 0.5em;
	background: white;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font: normal 2rem/1.7 'Abril Text', serif;
}

.section-publication .coltext .col-title + * {
	margin-top: 2rem;
}

h2,
h3,
.fieldset h3 {
	font-size: 1.4rem;
	margin: 2em 0 1em !important;
}

/* Forms */

.field {
	margin: 0 0 1.5em;
}

.field:has(p:empty) {
	margin: -1.5em 0 0;
}

fieldset {
	display: flex;
	flex-flow: column nowrap;
}

fieldset .mandatory-fields {
	order: -1;
	align-self: end;
	font: 0.9em 'Franklin Gothic FS', sans-serif;
	color: inherit;
}

input:not([type="radio"]):not([type="checkbox"]),
.bootstrap-select {
	display: block !important;
}

input:not([type]),
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
	width: 100% !important;
	background: white;
	border: thin solid #b5b5b5;
	border-radius: 0.25em;
	margin: 0.25em 0 0.5em;
	padding: 0.5em;
	font: 1em 'Franklin Gothic FS', sans-serif;
}

:is(input, textarea, select)[disabled] {
  background: transparent;
}

.field label {
	all: revert;
	font: 600 1em 'Franklin Gothic FS', sans-serif;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}

.field label .mandatory {
	order: 1;
}

select {
	display: block !important;
	width: auto !important;
}

.col-category:has(.bootstrap-select[style*="none"]) select {
  display: none !important;
}

#PostalCode {
	width: 7ch !important;
}

.bootstrap-select {
	display: none !important;
}

.register-buttons {
	display: flex;
	gap: 2em;
	text-align: left;
	border-bottom: thin solid #b5b5b5;
}

.register-buttons a.btn {
	width: auto;
	text-align: left;
	background: transparent !important;
	margin: 0 !important;
	padding: .25em 0;
	border: .3em #ce0000;
	border-style: none none solid;
	border-radius: 0;
}

.register-buttons a.btn,
.register-buttons a.btn.btn:hover {
	color: inherit !important;
}

.register-buttons a.btn.btn-inactive {
	border-color: transparent;
}

.help-icon,
.help-popup {
	display: none;
}

.help-icon.show-hint {
	display: block;
	margin: 0 0 1em;
	width: 100%;
	height: auto;
	color: black;
	background: transparent;
	font: 0.9em 'Franklin Gothic FS', sans-serif;
	text-align: left;
	cursor: initial;
}

.help-icon::after {
	content: attr(data-help);
}

.customer-password-input-wrapper {
	display: block;
	position: relative;
}

.customer-show-password {
	margin: 0 !important;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	width: 28px;
	height: 23px;
	border: none;
	padding: 0;
	background: url('https://assets.tagesspiegel.de/icons/eye-crossed.d6b1f35bdd4f63ba07717e1e611fe4ee.svg');
}

.customer-show-password[aria-pressed="true"] {
	background: url('https://assets.tagesspiegel.de/icons/eye.153f8646ce2549d7f927780f7c9f955c.svg');
}

.login-form .customer-show-password {
	top: 0.75em;
}

/* error messages */

.validation-summary-errors {
	all: revert;
	color: #ce0000;
	font: 600 1em 'Franklin Gothic FS', sans-serif;
}

.validation-summary-errors .validation-summary-title {
	all: revert;
}

.validation-summary-errors ul {
	margin: 0;
}

.validation-summary-errors li:not(:only-child) {
	list-style: disc;
	margin-left: 1em;
}

/* actions */

.row.navigation {
	gap: 1em;
	margin-top: 4em;
}

.navigation .col-md-6 {
	/* for rendering before Bootstrap classes being removed with JavaScript */
	width: fit-content;
	flex-basis: auto;
}

/* Registration form */

#Country {
	width: 100% !important;
}

/* Footer */

.footer {
	background-color: white;
	border: thin #979797;
	border-style: solid none;
	margin-bottom: 2em;
	padding: 2em 0;
	font: 0.9em 'Franklin Gothic FS', sans-serif;
}

.footer .footer-url,
.footer .copyright,
.footer .version
{
	display: none;
}

.footer .row,
.footer .footer-col,
.footer .footer-bottom,
.footer .lnk-cookie-prefs {
	display: inline;
	margin: 0;
	font: inherit;
	text-decoration: none;
}

.footer .footer-col {
	padding: 0;
	text-align: left;
}

.footer a {
	display: inline;
	font: inherit;
}

.footer .footer-col a {
	border-right: thin solid;
	padding-right: .5em;
	margin-right: .25em;
}

/* Homepage */

.section-homepage {
	margin: -1.5em;
	background: white;
}

.section-homepage .row {
	display: grid;
	gap: 16px;
}

.section-homepage .row > div {
	margin: 0;
	display: contents;
}

.section-homepage .homepage-panel {
	width: 100%;
	display: grid;
	grid-template-rows: 1fr auto auto;
}

.section-homepage .homepage-panel,
.section-homepage .homepage-panel:hover {
	background: #e9efed;
}

@media (min-width: 768px) {
	.section-homepage .row {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
		gap: 0 16px;
	}

	.section-homepage .homepage-panel {
		grid-row: 1/-1;
		grid-template-rows: subgrid;
	}
}

.section-homepage .homepage-panel .newspaper-info {
	order: -1;
	margin: 0 0 1rem;
	height: revert !important;
}

.section-homepage .homepage-panel .newspaper-info .newspaper-info-inner {
	display: block;
	text-align: left;
}

.section-homepage .homepage-panel .newspaper-info p {
	display: inline;
	padding: 0.15em 0.5em;
	background: white;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font: normal 1.5rem/1.9 'Abril Text', serif;
}

.section-homepage .homepage-panel .newspaper-info strong::after {
	content: '';
	display: block;
}

.section-homepage .homepage-panel .newspaper-today {
	all: revert;
}

.section-homepage .homepage-panel .read-more {
	margin-top: 2rem;
	font-size: 18px !important;
	width: fit-content;
	max-width: initial;
	pointer-events: auto;
}

.section-homepage .homepage-panel .read-more strong::before {
	content: ' in ';
}

/* Steps */

.step .step-name {
	font: 400 1em/1 'Franklin Gothic FS', sans-serif;
}

/* Select section */

.section-categories .row {
	gap: 2em;
}

.section-categories .col-category {
	flex: 1;
}

.section-categories .category-select {
	width: 100% !important;
}

.help-icon {
	display: none !important;
}

.dropdown-toggle,
.dropdown-menu li {
	border: thin solid #b5b5b5;
	background: white;
}

.dropdown-menu li {
	margin-top: -1px;
}

.dropdown-menu li a {
	text-align: left;
	font: 400 1em/1 'Franklin Gothic FS', sans-serif;
	color: inherit;
	padding: 0.5em 1em;
}

.bootstrap-select.btn-group .dropdown-menu.inner,
.section-categories .category-selected {
	background: white;
}

.dropdown-toggle .filter-option {
	font: 400 1em/1 'Franklin Gothic FS', sans-serif;
}

.section-categories .dropdown-toggle .filter-option {
	align-items: start;
	padding: 0 1em;
}

/* Rubrikenseite */

.section-publication:not(.details) {
	margin: -2em;
	background: white;
}

.section-publication .teaser-container,
.section-publication .newspaper-sections,
.section-publication .image_carousel,
.section-publication .image_carousel > div,
.section-publication .teaser-container .section,
.section-publication .section .section-name-holder,
.section-publication .section .section-name {
	all: revert !important;
}

.section-publication > :not(.teaser-container):not(.row-info),
.section-publication:not(.details) .row-info,
.section-publication.details .teaser-container,
.section-publication .prev,
.section-publication .next,
.section-publication .teaser-container .section-selected,
.section-publication .section .section-mask,
.brand--bg {
	display: none !important;
}

.section-publication #top_teaser {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(15em, 1fr)) !important;
	gap: 1.5em !important;
}

.section-publication #top_teaser .section {
	background: #e9efed !important;
	position: relative;
}

.section-publication .section .section-name-holder {
	position: absolute !important;
	padding: 1em !important;
}

.section-publication .section .section-name {
	display: inline !important;	
	background: white !important;
	-webkit-box-decoration-break: clone !important;
	box-decoration-break: clone !important;
	padding: 0.25em 0.5em !important;
}

.section-publication a {
	color: currentColor;
}

.section-publication img {
	width: 100%;
	height: auto !important;
}

.section-publication .coltext :is(p, li) {
	font: inherit !important;	
}

.section-publication .row-info > div:not(.coltext) {
	display: none;
}

.btn-book-publication {
	margin: 0;
}

.section-publication.details :not(.col-md-8) > .col-title {
	display: none;
}

/* step 1 */ 

.section-packages h1 {
	background: transparent;
	margin-bottom: 0;
	padding: 0;
	font-size: 1.5em;
}

.package-filters {
	display: none;
}

.section-packages .section {
	padding-top: 0;
}

.section-packages p.newspaper {
	padding: 0;
}

.section-packages .package-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(15em, 100%), 1fr));
	gap: 1em 2em;
}

.section-packages .package {
	margin: 0;
	padding: 0 1em 1em;
	width: auto;
	background: white !important;
	text-align: center;
}

.section-packages .package-info {
	margin-bottom: 1em;
	padding: 0;
	background: transparent;
	color: currentColor;
	font: 400 1em/1 'Franklin Gothic FS', sans-serif;
}

/* step 2 */

.step2 ~ form {
	display: grid;
	grid-template:
		"title      ."       auto
		"validation ."       auto
		"editor     preview" auto
		"calendar   price"   auto
		"actions    ."       auto
		/17fr       10fr;
	gap: 1em 9em;
}

.step2 ~ form :is(.section-flow-header, .section-create-ad, .row) {
	display: contents;
}

.step2 ~ form [class*="col"] {
	width: revert;
	padding: 0 !important;
}

.step2 ~ form .validation-summary-valid {
	grid-area: validation;
}

.step2 ~ form .title {
	grid-area: title;
	text-align: left;
	padding: 0;
}

.step2 ~ form .col-main {
	grid-area: editor;
}

.step2 ~ form .col-middle {
	grid-area: preview;
}

.step2 ~ form .col-side {
	grid-area: calendar;
}

.step2 ~ form .title + div {
	grid-area: price;
}

.step2 ~ form .navigation {
	grid-area: actions;
	display: flex;
	margin-inline: 0;
}

.section-flow-header h2 {
	padding: 0;
}

.section-create-ad fieldset,
.section-create-ad fieldset .field {
	max-width: revert;
}

.section-create-ad fieldset .enhancement-checkbox .yes-no,
.section-create-ad fieldset .enhancement .cb-label {
	float: revert;
	display: block;
}

.yes-no {
	margin: 0 0 2em;
}

.yes-no label {
	margin: 0.5em 0;
}

.section-create-ad fieldset .enhancement-checkbox .yes-no input {
	display: revert !important;
	opacity: revert !important;
}

.section-create-ad fieldset .enhancement-checkbox .yes-no .iCheck-helper {
	display: none !important;	
}

.price-holder {
	background: revert;
	color: revert;
	text-align: revert;
}

.schedule-holder {
	padding: revert;
}

#schedule .insertions {
	padding: 0;
}

#schedule .insertions li {
	height: revert;
	font-size: revert;
	display: flex;
}

#schedule .insertions .inset {
	height: revert;
	background: white;
	display: flex;
	gap: 1em;
	align-items: center;
	padding: .5em 1em
}

#schedule .inset .inset-date,
#schedule .inset .inset-pubname,
#schedule .inset .inset-pubname-inner,
#schedule .delete-insertion {
	all: revert;
}

#schedule .delete-insertion button {
	height: 100%;
	padding: .1em 0.25em 0;
	border-radius: 0;
	font-size: 2em;
}

#schedule .delete-insertion button:hover {
	background: #980402;
}

/* step 3 */

.section-basket .basket-options .basket-option label,
.section-basket .basket-options .accept-terms a {
	font: 600 1em/1.4 'Franklin Gothic FS', sans-serif;
}

/* calendar widget */

.calendar-holder {
	max-width: revert;
	min-height: 16em;
}

.calendar {
	font: 1rem 'Franklin Gothic FS', sans-serif;
	width: fit-content;
}

.calendar th,
.calendar td {
	width: 2.5em;
	height: revert;
	text-align: right;
}

th.calendar-prev {
	text-align: left;
}

th.calendar-month {
	padding-right: 2em;
}

:is(.calendar-prev, .calendar-next) button {
	width: auto;
	text-align: left;
	background: transparent !important;
	margin: 0 !important;
	padding: 0;
	border: none;
}

:is(.calendar-prev, .calendar-next) button span {
	padding: 0;
}

.calendar .unavailable {
	background: transparent;
}

.calendar .available,
.calendar .selected {
	background: white;
}

.calendar a,
.calendar span {
	display: block;
	border: 0.1em solid transparent;
	padding: 0.4em;
}

.calendar a.selected {
	border-color: #ce0000;
}

/* step 3 */

.col-side .login-form fieldset {
	max-width: revert;
}

.col-side .login-form input {
	margin-bottom: 1.25em;
}

.col-side .login-form button {
	margin: 1em 0;
}

.col-side .login-form a {
	text-decoration: revert;
}

/* Mein Konto */

#accountMenu * {
	all: revert;
}

#accountMenu {
	font: 600 1em 'Franklin Gothic FS', sans-serif;
}

#accountMenu ul {
	list-style: none;
	border-bottom: thin solid #b5b5b5;
	padding: 0;
	display: flex;
	gap: 2em;
}

#accountMenu a {
	display: block;
	color: currentColor;
	text-decoration: none;
	padding: 0.25em 0;
	border-bottom: 0.3em solid transparent;
}

#accountMenu .active a {
	border-color: #ce0000;
}

.section-my-bookings .mode,
.section-account .actions {
	position: revert;
	margin-bottom: 1em;
	font: 600 1.125rem 'Franklin Gothic FS', sans-serif;
}

.section-my-bookings .mode {
	float: left;
}

.section-my-bookings input[type="radio"] {
	position: revert !important;
  display: inline !important;
  opacity: 1 !important;
}

.section-my-bookings .iradio_minimal-grey {
  background: revert !important;
  width: 5em;
}

.section-my-bookings .iCheck-helper {
/*  position: static !important;*/
  opacity: 1 !important;
  background: transparent !important;
  padding-left: 1em !important;
}

.section-account .actions {
	float: right;
}

.section-account .actions a {
	color: currentColor;	
	font: inherit;
}

.section-account .actions a::before {
	content: attr(data-help);
}

.section-account table.formatted,
.section-my-bookings .mode label {
	color: revert;
	font: inherit;
}

.section-account table.formatted tbody td a {
	color: #ce0000;
	text-decoration: underline;
}

.table-scroller {
	background: white;
	padding: 1.5rem;
}

.section-account table.formatted {
	font: 400 0.9em 'Franklin Gothic FS', sans-serif;
	text-transform: revert;
}

.section-account table.formatted thead th {
	border: revert;
	background: revert;
	color: revert;
	font-weight: bold !important;
}

#grid {
	clear: both;
}

#grid table {
	table-layout: fixed;
}

#grid tr.filters td input,
#grid tr.filters td select {
	max-width: 100%;
	height: auto;
	font: inherit;
}

#grid td.col-price {
	--font-scale: 0.7;
	font-size: max(1em * var(--font-scale), 0.7rem);
}

#grid td.col-price::first-line {
	font-size: min(1em / var(--font-scale), 1rem);
}

#grid th .fa {
	display: none;
}

#grid th[data-sort-dir] button {
	display: inline-flex;
	gap: 0.4em;
	border: none;
	background: transparent;
	padding: 0;
	font: inherit;
	text-align: left;
}

#grid th[data-sort-dir] button::after {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 1.2em;
	background: url('https://assets.tagesspiegel.de/icons/column-sortable.15682a2927bd0085b9254cd7f0329b78.svg');
}

#grid th[aria-sort="ascending"] button::after {
	background: url('https://assets.tagesspiegel.de/icons/column-sorted-ascending.b2a8731a9b15381f9a98169ebe1372b7.svg');
}

#grid th[aria-sort="descending"] button::after {
	background: url('https://assets.tagesspiegel.de/icons/column-sorted-descending.74d5d02786573c2e6e58e9ed523dac28.svg');
}

#grid th[data-sort-dir] button span {
	width: min-content;
}

.section-confirmation fieldset {
	display: table;
}

.section-confirmation fieldset h2 {
	display: table-caption;
}

.display-field {
	display: table-row;
}

.display-field > :is(label, .field-value) {
	display: table-cell;
	padding: 0.5em 0;
	text-align: left;
}

.display-field > .field-value {
	padding-left: 0.5em;
}
.display-field .field-value-large {
	text-align: right;
}

.display-field + hr {
	display: none;
}

hr + .display-field > :is(label, .field-value) {
	border-top: thin solid;
}

.display-field .field-value {
	width: revert;
	font: 400 1em 'Franklin Gothic FS', sans-serif;
}

.content-full-width fieldset {
	margin-inline: 0;
}

.section-profile .validation-summary-errors {
	color: currentColor;
}

@media (min-width: 768px) {
	.section-profile .validation-summary-errors {
		max-width: calc(67% - 6em);
	}
}

/* FAQ */

.faq-questions {
	--font-scale: 1.4;
	font-size: calc(1em * var(--font-scale));
}

.faq-answer {
	display: block;
	font-size: calc(1em / var(--font-scale));
}

.faq-questions .faq-q-no {
	display: none;
}

.faq-questions li {
	padding: 1em 0;
	border-bottom: solid 1px #979797;
	cursor: revert;
}

.faq-questions li:hover,
.faq-questions .faq-selected {
	background: revert;
}

#expandingQs {
	font: revert;
}

#expandingQs .hint-title {
	font-size: 1em;
	margin-top: 1.5em;
}

.section-help .col-md-12 {
	padding: 0;
}

/* login modal */
.header .login p {
	display: block;
	width: auto;
}

/* This is an example branding stylesheet to show how the site can be styled 
    differently according to the current brand */

.brand-default .header .menu li.active,
.brand-default .header .menu li:hover {
    background-color: #809ea8;
}

.brand-default .readership {
    background-color: #D4D2CB;
}
/* DLR site */

.dlr {
    font-family: 'PT Sans', sans-serif;
    text-transform: none;
}

    .dlr .header .section {
        background-color: #bf0004;
        color: #fff;
    }

    .dlr .header .welcome img {
        border: 2px solid #fff;
    }

    .dlr input[type=text],
    .dlr input[type=password],
    .dlr textarea {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: none;
        border-bottom: none;
    }

    .dlr .section,
    .dlr .section-categories {
        background-color: #f5f5f5;
        color: #000;
    }

    .dlr .content-full-width {
        box-shadow: 2px 2px 10px rgba(166,183,190,.75);
    }

    .dlr .content {
        background-color: #fff;
    }

    .dlr a {
        color: #000;
    }

        .dlr a.btn {
            box-shadow: 3px 3px 5px rgba(0,0,0,.25);
        }

        .dlr a[data-id] {
            font-weight: bold;
        }

    .dlr p {
        font-size: 15px;
    }

    .dlr .btn {
        background-color: #bf0004;
    }

        .dlr .btn:hover,
        .dlr .btn-inset:hover,
        .dlr .btn-active {
            background-color: #e10005 !important;
            color: #fff !important;
        }


    .dlr .login .btn-login {
        background-color: #fff;
        color: #000 !important;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        text-transform: none;
    }

        .dlr .login .btn-login:hover,
        .dlr .btn-book:hover {
            background-color: #eee !important;
        }

    .dlr .mandatory-fields {
        font-size: 12px;
    }

    /* Header menu */
    .dlr .header .menu li {
        border-top: 3px solid #fff;
        background-color: #f5f5f5;
        box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
    }

        .dlr .header .menu li a {
            color: #000;
            text-transform: initial;
        }

        .dlr .header .menu li.active, .dlr .header .menu li:hover {
            border-top: 3px solid #bf0004;
        }

    /* header */

    .dlr .header .login .btn {
        margin-top: 25px;
    }

    .dlr .header .logo {
        margin-left: 13px;
        max-height: 40px;
        width: auto;
    }

    .dlr .header2 .welcome {
        width: 140px;
    }

        .dlr .header2 .welcome img {
            max-height: 100px;
            margin: 9px 14px;
            border: 2px solid transparent;
        }

    .dlr .header2 .welcome-message {
        width: 620px;
    }

    /* Footer */

    .dlr .footer {
        padding-top: 30px;
    }

        .dlr .footer .footer-col1 {
            width: 400px;
            margin: 0 auto;
            padding: 0;
            flex: none;
        }

        .dlr .footer .footer-image {
            float: left;
            margin-right: 20px;
        }

            .dlr .footer .footer-image img {
                max-width: none;
                max-height: none;
                margin-bottom: 0;
            }

        .dlr .footer .footer-url {
            padding-top: 5px;
            margin-bottom: 0;
        }

    /* Packages */

    .dlr .section-packages h1,
    .dlr .section-packages .package-filters,
    .dlr .section-packages .navigation {
        display: none;
    }

    /* My account */

    .dlr .account-menu li a {
        color: #000;
    }

    .dlr .section-account .my-bookings h2 {
        margin-top: 7px;
        margin-bottom: 28px;
    }

    .dlr .section-account #grid {
        margin-top: 0;
        position: relative;
    }

    .dlr .section-account table.formatted,
    .dlr .section-account table.formatted tbody td a,
    .dlr .section-account table.formatted tbody td input[type="submit"] {
        color: #000;
    }

    .dlr .section-account #grid .col-date {
        width: 70px;
    }

    .dlr .section-account #grid .col-order {
        width: 60px;
    }

    .dlr .section-account #grid .col-preview {
        width: 220px;
    }

        .dlr .section-account #grid .col-preview img {
            width: 100%;
        }

    .dlr .section-account #grid .col-status {
        width: 100px;
    }

    .dlr .section-account #grid .col-options {
        width: 80px;
        text-align: center;
    }

        .dlr .section-account #grid .col-options .btn {
            padding: 0;
            background: none;
            color: #000;
            font-size: 11px;
            display: inline-block;
            width: auto;
        }

            .dlr .section-account #grid .col-options .btn:hover {
                background: none !important;
            }

    .dlr .section-account #grid .col-price {
        width: 100px;
    }

    .dlr #grid .paging,
    .dlr #grid .paging .paging-items a {
        color: #000;
    }

#grid .paging .paging-items a.current {
    color: #fff;
}

.dlr .section-account .actions a {
    color: #555;
}

/* Step 1 */
.dlr .step {
    padding-bottom: 40px;
}

.dlr .dropdown-menu > li > a:hover,
.dlr .dropdown-menu > li > a:focus {
    background-color: #b9e7f0;
}

.dlr .dropdown-toggle,
.dlr .field .dropdown-toggle {
    background-color: #ccc;
}

    .dlr .dropdown-toggle .filter-option,
    .dlr .field .dropdown-toggle .filter-option {
        color: #000;
    }

.dlr .dropdown-toggle {
    box-shadow: inset 2px 2px 6px rgba(0,0,0,.25);
}

.dlr .dropdown-menu li {
    background-color: #ccc;
    border-bottom: 1px solid #fff;
}

.dlr .section-categories .category-selected,
.dlr .section-packages .package:hover,
.dlr .dropdown-toggle.category-selected,
.dlr .package-selected,
.dlr .package:hover {
    background-color: #b9e7f0;
}

.dlr .btn-inset {
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.25);
}

.dlr .package-filter {
    background-color: #ccc !important;
}

.dlr .package-filters .btn-inset:hover {
    background-color: #b9e7f0 !important;
    color: #000;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,.25);
}

.dlr .inset {
    box-shadow: inset 2px 2px 6px rgba(0,0,0,.25);
}

.dlr .section-packages .newspaper-group .content {
    background-color: #ccc;
    color: #000;
}

.dlr .section-packages .package-info,
.dlr .package-info {
    background-color: #777;
}

.dlr .btn-next,
.dlr .btn-prev,
.dlr .btn-save {
    color: #000;
    background-color: #ccc;
}

/* Step 2 */
.dlr .section-create-ad fieldset .field label {
    margin-bottom: 2px;
}

.dlr .enhance-container {
    border: 0 none;
    background-color: #ccc;
}

.dlr div.enhance-container.selected,
.dlr div.enhance-container.clickable:hover {
    border: 0 none;
    background-color: #b9e7f0;
}

.dlr .create-ad-title,
.dlr .enhance-holder {
    background-color: #ececec;
    color: #000;
}

.dlr .enhance-left {
    background-color: #ccc;
}

.dlr .page-popup {
    background-color: #f5f5f5;
}

.dlr .calendar {
    color: #000 !important;
}

    .dlr .calendar .available {
        color: #000;
        background-color: #fff;
        font-weight: bold;
    }

    .dlr .calendar .unavailable {
        color: #000;
        background-color: #ccc;
    }

    .dlr .calendar .selected {
        font-weight: bold;
        background-color: #b9e7f0;
    }

        .dlr .calendar .selected a,
        .dlr .calendar .available a {
            color: #000 !important;
            display: block; /* enable bigger click-area */
        }

.dlr #schedule .insertions .inset {
    background-color: #b9e7f0;
}

.dlr .price-holder {
    background-color: #b9e7f0;
    color: #000;
    box-shadow: inset 0px -20px 30px -26px rgba(0,0,0,0.75);
}

.dlr .create-ad-header-right {
    background-color: #f5f5f5;
}

.dlr .validation-summary-errors {
    background-color: #f5f5f5;
}

    .dlr .validation-summary-errors .validation-summary-title {
        background-color: #D81D1F;
        color: #fff;
    }

.dlr .section-account .validation-summary-errors {
    background-color: #fff;
}

.dlr .enhance .dropdown-toggle {
    background-color: #b9e7f0;
}

.dlr .enhance .bootstrap-select .dropdown-menu li {
    border-left-color: #fff;
    border-right-color: #fff;
}

.dlr .enhance-container.selected,
.dlr .enhance-container.clickable:hover {
    border: 2px solid #777;
}

.dlr .enhance-container .tick {
    background-color: #777;
}

.dlr .section-create-ad fieldset .field .defaultSkin table.mceLayout {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

/* Step 3 */
.dlr .panel-main {
    box-shadow: 2px 2px 10px rgba(166,183,190,.75);
    background-color: #fff;
}

.dlr .content-alt {
    background-color: #ececec;
}

.dlr .payment-type .dropdown-toggle {
    background-color: #ededed;
}

.dlr .confirm-ref {
    background: none;
    background-color: #bf0004;
    color: #fff;
    float: none;
}

/* Help page */

.dlr .panel-main-no-padding {
    box-shadow: 2px 2px 4px rgba(166,183,190,.75);
}

.dlr .faq-questions {
    background-color: #fff;
}

    .dlr .faq-questions li {
        box-shadow: 0 5px 2px -2px #999;
        font-weight: bold;
    }

        .dlr .faq-questions li:hover,
        .dlr .faq-selected {
            background-color: #b9e7f0;
            box-shadow: inset 2px 2px 4px rgba(166,183,190,.75);
        }

.dlr .show-links a {
    color: #000;
}

/* Login popup */
.dlr .modal-title,
.dlr .modal-content {
    background-color: #fff;
}

.dlr .modal-header {
    border-bottom-color: #777;
}

    .dlr .modal-header .close {
        background-color: #f5f5f5;
        color: #000;
    }

/* Account page */

.dlr .account-menu li.active,
.dlr .account-menu li:hover {
    background-color: #f5f5f5;
}

.dlr .account-menu li {
    background-color: #ccc;
}

/* Footer */

.dlr .footer {
    background-color: #f5f5f5;
}

    .dlr .footer .version {
        display: none;
    }

/* Responsive */

@media (max-width: 1023px) {
}

@media (max-width: 767px) {
    .dlr .menu li,
    .dlr .menu li.active,
    .dlr .menu li:hover,
    .dlr .account-menu li,
    .dlr .account-menu li.active,
    .dlr .account-menu li:hover {
        border-top: none;
        box-shadow: none;
        background-color: #f5f5f5;
    }

        .dlr .menu li.active,
        .dlr .account-menu li.active {
            background-color: #bf0004;
        }

            .dlr .menu li.active a,
            .dlr .account-menu li.active a {
                color: #fff;
            }

        .dlr .menu li a,
        .dlr .account-menu li a {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: normal;
        }

    .dlr .step {
        padding-bottom: 0;
    }
}

