/* Minification failed. Returning unminified contents.
(8181,33): run-time error CSS1046: Expect comma, found '0'
(8181,37): run-time error CSS1046: Expect comma, found '/'
(8181,64): run-time error CSS1046: Expect comma, found '0'
(8181,68): run-time error CSS1046: Expect comma, found '/'
(8193,33): run-time error CSS1046: Expect comma, found '0'
(8193,37): run-time error CSS1046: Expect comma, found '/'
(8193,64): run-time error CSS1046: Expect comma, found '0'
(8193,68): run-time error CSS1046: Expect comma, found '/'
(8294,31): run-time error CSS1046: Expect comma, found '0'
(8294,35): run-time error CSS1046: Expect comma, found '/'
(8294,60): run-time error CSS1046: Expect comma, found '0'
(8294,64): run-time error CSS1046: Expect comma, found '/'
(8403,33): run-time error CSS1046: Expect comma, found '0'
(8403,37): run-time error CSS1046: Expect comma, found '/'
(8403,63): run-time error CSS1046: Expect comma, found '0'
(8403,67): run-time error CSS1046: Expect comma, found '/'
(8442,33): run-time error CSS1046: Expect comma, found '0'
(8442,37): run-time error CSS1046: Expect comma, found '/'
(8442,64): run-time error CSS1046: Expect comma, found '0'
(8442,68): run-time error CSS1046: Expect comma, found '/'
(8545,21): run-time error CSS1046: Expect comma, found '123'
(8545,29): run-time error CSS1046: Expect comma, found '/'
(8581,33): run-time error CSS1046: Expect comma, found '0'
(8581,37): run-time error CSS1046: Expect comma, found '/'
(8581,64): run-time error CSS1046: Expect comma, found '0'
(8581,68): run-time error CSS1046: Expect comma, found '/'
(8629,18): run-time error CSS1046: Expect comma, found '228'
(8629,25): run-time error CSS1046: Expect comma, found ')'
(8640,40): run-time error CSS1024: Expected media identifier, found '@media'
(8640,40): run-time error CSS1057: Expected media query, found '@media'
(10225,33): run-time error CSS1046: Expect comma, found '0'
(10225,37): run-time error CSS1046: Expect comma, found '/'
(10225,64): run-time error CSS1046: Expect comma, found '0'
(10225,68): run-time error CSS1046: Expect comma, found '/'
(11393,22): run-time error CSS1030: Expected identifier, found '.'
(11393,30): run-time error CSS1031: Expected selector, found ')'
(11393,30): run-time error CSS1025: Expected comma or open brace, found ')'
(11455,16): run-time error CSS1030: Expected identifier, found '>'
(11455,37): run-time error CSS1031: Expected selector, found ')'
(11455,37): run-time error CSS1025: Expected comma or open brace, found ')'
(11465,16): run-time error CSS1030: Expected identifier, found '>'
(11465,37): run-time error CSS1031: Expected selector, found ')'
(11465,37): run-time error CSS1025: Expected comma or open brace, found ')'
(11474,16): run-time error CSS1030: Expected identifier, found '>'
(11474,37): run-time error CSS1031: Expected selector, found ')'
(11474,37): run-time error CSS1025: Expected comma or open brace, found ')'
(11484,16): run-time error CSS1030: Expected identifier, found '>'
(11484,37): run-time error CSS1031: Expected selector, found ')'
(11484,37): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! 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;
        }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 300;
}
/*Home page panel*/
.rosselFrBe .section-homepage .homepage-panel {
  border-top: 5px solid #f33512;
}
.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/1228/spritesheet_2-1.png");
  background-repeat: no-repeat;
}
.rosselFrBe .package-filters,
.np {
  display: none;
}

.rosselFr .np {
  display: inline;
}

div#pubs table tbody tr td.col-select div.icheckbox_minimal-grey {
  display: none;
}
.rosselFrBe .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
/*Aligne the logo picture the main web site container box*/
.rosselFrBe a.logo {
  margin-left: 0px;
}
/*hide 5 steps*/
.rosselFrBe div.simple-steps {
  display: none;
}

.rosselFr .five-simple-steps {
  display: none;
}

/*global section*/
.rosselFrBe .section {
  background-color: #ffffff;
}
.rosselFrBe .header .section,
.price-holder {
  background-color: #334e56;
}
/*Top menu bouton*/
.rosselFrBe .menu ul li a {
  color: #292929;
  font-weight: normal;
  display: inline-block;
}
.rosselFrBe .menu ul li {
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.1rem;
  display: inline-block;
  text-align: center;
}

.rosselFr .menu ul li.active {
  background-color: #809ea8;
}

.rosselFrBe .menu ul li:hover {
  background-color: #aaa;
  color: #ffffff;
  box-shadow: 0 -3px #003e52;
}
/*Boutton formating*/
.rosselFrBe .btn {
  width: 100%;
  background-color: #334e56;
  font-weight: normal;
  border-radius: 0.25rem;
}
.rosselFrBe .btn-nav {
  font-weight: normal;
}
.rosselFrBe .btn-menu-packages {
  color: white;
  background-color: #2ebe4f;
  border-color: #28a745;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 200px;
  border-radius: 0.17rem;
}
.rosselFrBe .btn-menu-packages:hover {
  background-color: #32d758;
  color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}
.rosselFrBe .btn-prev {
  color: #eceeef;
  text-transform: uppercase;
  background-color: #334e56;
}
.rosselFrBe input.btn-prev:hover {
  background-color: #ccd8dc;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFrBe .btn-next {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #28a745;
}
.rosselFrBe input .btn-save:hover {
  background-color: #ccd8dc;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}
.rosselFrBe input.btn-next:hover {
  background-color: #ccd8dc;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}
.rosselFrBe .btn-create-customer {
  width: 140px;
}
.dropdown-toggle {
  display: -webkit-box;
  height: 65px;
  padding: 0;
}

.newspaper-group .content {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.container .section-categories {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*booking/select-customer*/
.content-full-width,
.publications-fields,
.section-create-ad {
  background-color: #e8e3db;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

input[type="text"],
input[type="password"],
textarea {
  font-size: 13px;
  padding: 9px;
  background-color: white;
  border: 1px solid #ced4da;
}
input:disabled {
  background-color: #e8e3db;
}

/*footer*/

.footer.section-inverse {
  background-color: white;
  border-top: 2px solid #334e56;
  color: #fff;
  margin: 0;
  padding: 10px 0 0;
}
.copyright {
  background: #334e56;
  margin-top: 4px;
}
.footer .copyright {
  margin-top: 4px;
}
.list-group-item a {
  border-bottom: 1px solid rgba(212, 212, 212, 0.9);
  padding-left: 12px;
  font-size: smaller;
  padding: 8px;
}
.list-group-item a::after {
  content: " >";
  color: #607d8b;
  font-weight: bold;
}
.footer a.large {
  font-size: 12px;
  margin-bottom: 18px;
}

.rosselFr .footer a.large {
  font-size: 12px;
  margin-bottom: 0px;
}

/*Validation*/
.validation-summary-errors .validation-summary-title {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: red;
  padding: 10px 10px;
  font-weight: 400;
  text-transform: initial;
  border: 1px solid #d81d1f;
}
.validation-summary-title {
  color: white;
}
.create-ad-fields label {
  width: 168px;
}
.rosselFr label {
  font-weight: normal;
  display: inline-block;
  width: 200px;
  text-align: right;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: top;
  padding-top: 6px;
  color: black;
}
/*mon-compte-client my-bookings*/
.section-account table.formatted {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-top: 20px;
  font-size: 10px;
  background-color: #ffffff;
  padding: 15 px;
}
.section-account table.formatted tbody td a,
.section-account table.formatted tbody td input[type="submit"] {
  color: #000;
}
.rosselFrBe table.formatted tbody tr:nth-child(even) {
  background-color: #f5f3ef;
}
.rosselFrBe table.formatted tbody tr:hover {
  background-color: #ffffff;
  box-shadow: 0 6px 8px rgb(0 0 0 / 11%), 0 7px 19px rgb(0 0 0 / 13%);
  border-radius: 2px;
  border-left: solid 9px #4b5496;
}
.section.section-account.section-my-bookings,
.section .section-account {
  padding: 24px 23px;
  background-color: #f5f3ef;
  color: #0a0a0a;
}
.section.section-account {
  padding: 24px 23px;
  background-color: #f5f3ef;
  color: black;
}
.account-menu li a {
  font-size: 11px;
}
/*Grid -my-bookings*/
.rosselFrBe #grid .paging,
#grid .paging .paging-items a,
.section-my-bookings .mode label,
.section-account .actions a,
table.formatted tbody td input {
  color: #000;
}
.rosselFrBe #grid .col-date {
  min-width: 79px;
}
.rosselFrBe #grid .col-section {
  min-width: 100px;
}
.rosselFrBe #grid .col-options {
  min-width: 85px;
  width: 85px;
}
.rosselFrBe #grid tr.filters td:first-of-type {
  padding: 10px 5px 10px 4px;
}
.rosselFrBe #grid th {
  font-weight: 500;
}

.rosselFrBe .section-account table.formatted thead th {
  background-color: #fff;
  color: #4a4a4a;
  padding: 4px 2px 4px 4px;
  border-right: solid 1px #f5f3ef;
}
.section-my-bookings h2 {
  margin-bottom: 0px;
}
.paging {
  border: 1px solid #aeaeae;
  margin: 12px 1px 1px 0px;
  align-items: center;
  padding: 0px 10px 9px 11px;
  border-radius: 12px;
  line-height: 25px;
  font-size: 9pt;
}

/*Home Page*/

/*Login*/
.modal-content,
.modal-title {
  background-color: white;
}
.modal-header .close {
  background-color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(104, 174, 239, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(104, 135, 239, 0.6);
  outline: 0 none;
}
input {
  border-radius: 0.25rem;
}
/*header section,*/
.header .section {
  padding: 1px 35px;
}
.section-homepage {
  background-color: #ffffff;
  padding: 0px;
}

/*Newspaper*/
.rosselFrBe .section-homepage .homepage-panel:hover {
  background-color: #e7ebeccf;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 19%);
}
.rosselFrBe div.homepage-panel div.newspaper-today:hover {
  max-width: 500px;
  transition: 17s;
}
.rosselFrBe .section-homepage .homepage-panel .newspaper-today {
  max-width: 230px;
  max-height: 335px;
}
.rosselFrBe .section-homepage .homepage-panel .newspaper-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*packages*/
.filter-option {
  padding: 0 26px 0 97px;
}
.section-categories .dropdown-toggle .filter-option {
  padding: 0 37px 0 97px;
}

.section-categories .dropdown-toggle {
  width: 307px;
}
.dropdown-toggle .caret {
  background-position: -286px -119px;
}
.container .section-categories {
  background-color: white;
}
.section-create-ad {
  background-color: #003e52;
}
.section-packages.section {
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #f5f3ef;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
b,
strong {
  font-weight: normal;
}
.content {
  position: relative;
  background-color: #ffffff;
  color: #000;
  padding: 20px;
}

/*booking/book-publications/*/
.rosselFrBe div.section-publications .col-publication {
  min-width: 415px;
}
.col-select {
  max-width: 4px;
}
#pubs tr:nth-child(even) {
  background-color: #f5f3ef;
}
#pubs tr:hover {
  background-color: #ffff99;
}
#pubs tr:nth-child(1) {
  background-color: black;
  color: white;
  height: 35px;
}
div.section-publications {
  padding-left: 40px;
  padding-right: 40px;
}
/*publications*/
.section-publication .section .section-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
  width: 190px;
  height: 40px;
  color: #fff;
  margin: auto;
  padding-left: 10px;
}
.section-publications .publications-fields input[type="text"].insertion-count {
  width: 40px;
}
/*Contact us*/
div.field.captcha-field {
  padding-left: 174px;
}
.comms-prefs .icheckbox_minimal-grey {
  display: none;
}
/*booking/select-customer*/
/*my-Company-Profile*/
.rosselFrBe .section-company-profile .field input[type="text"] {
  width: 300px;
}
.rosselFrBe .section-company-profile .field input[disabled="disabled"] {
  border: 1px solid #ced4da;
  background: #e8e3db;
  font-weight: 400;
  color: #767777;
}
.rosselFrBe
  div.section-select-customer
  > form
  > div.row
  > div.content-full-width
  > fieldset
  > div.field
  > input {
  width: 430px;
}
.rosselFrBe .field .dropdown-toggle.disabled {
  background-color: #e8e3db;
}

div#packages.section-packages div.section,
div.section.section-select-customer,
div.section.section-publications,
div.section.section-create-ad,
div.section.section-create-customer {
  background-color: #f5f3ef;
}
div.section.section-inverse.section-publication {
  background-color: white;
}

.section-homepage div.homepage-panel {
  /*	border-color: rgba(104, 174, 239, 0.8);*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
}

.editor-holder:focus-within {
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: rgb(0 123 255 / 25%) 0px 0px 0px 0.2rem;
  border-color: rgb(128, 189, 255);
}
/*tiny*/
.defaultSkin table.mceLayout tr.mceFirst td {
  border-top: 1px solid #ccc;
  background-color: white;
}
/*Change password*/
.content-full-width fieldset {
  width: 100%;
  margin: 40px 0px 22px 0px;
  text-align: center;
}
/*select-customer*/
fieldset .btn-create-customer {
  width: 140px;
  height: 27px;
}
fieldset .btn-create-customer:hover {
  background-color: #ccd8dc;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}
fieldset div.field:not(.block2) {
  margin-right: 70px;
}
/*basket*/
.section-basket,
.section-confirm {
  background-color: #f5f3ef;
  color: black;
}
.section-basket .row .col-main,
.section-confirm .row .col-main {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.section-confirm .row .col-side .content-alt,
.section-basket .row .col-side .content-alt {
  background: transparent;
}
.dropdown-toggle {
  width: 300px;
}
fieldset div.field:not(.block2) {
  margin-right: 1px;
}
form
  > div.section.section-create-ad
  > div:nth-child(1)
  > div.col-main.content
  > fieldset
  > div.field {
  border-radius: 0.25rem;
  padding: 0 3px;
  background: rgba(0, 0, 0, 0.06);
  min-height: 56px;
  line-height: 1.375rem;
  font-weight: 400;
  margin: 2px 0px 0px 0px;
}
div.section.section-create-ad
  > div
  > div.col-main.content
  > fieldset
  > div
  > label {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 500;
}
/*booking confirm*/
.rosselFrBe .section-flow-header .confirm-ref {
  background-color: #334e56;
}
.rosselFrBe > div:nth-child(2) > h1 {
  margin-bottom: 15px;
}
.rosselFrBe div.container > h1 {
  padding-left: 1px;
}
/*color placeholder*/
.rosselFrBe .section-create-ad input::placeholder {
  color: rgb(228 228 228);
}
.rosselFrBe .submit-wait {
  color: black;
  font-weight: bold;
}
.rosselFrBe .adPreview {
  padding: 1px;
}
/*text-library*/

@media screen and (max-width: 1200px), @media (min-width: 1200px) {
  .rosselFrBe
    div.section-text-library
    > div
    > div.content-full-width
    > fieldset
    > div.field
    > input#Name {
    width: 350px;
  }
  .rosselFrBe
    .section-text-library
    > .row
    > .content-full-width
    .field
    > div.bootstrap-select
    > button.dropdown-toggle {
    width: 350px;
  }
  .rosselFrBe
    .section-text-library
    > .row
    > .content-full-width
    .field
    > div.bootstrap-select {
    width: 350px;
  }
  .rosselFrBe
    .section-text-library
    > .row
    > .content-full-width
    .field
    > textarea {
    width: 350px;
  }
  .rosselFrBe .header .login {
    width: 100%;
    height: 10px;
  }
  .rosselFrBe #normal-login input[type="text"],
  .rosselFrBe #normal-login input[type="password"] {
    margin-bottom: 10px;
    width: 380px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .rosselFrBe
    div.section-text-library
    > div
    > div.content-full-width
    > fieldset
    > div.field
    > input#Name {
    width: 350px;
  }
  .rosselFrBe
    .section-text-library
    > .row
    > .content-full-width
    .field
    > div.bootstrap-select
    > button.dropdown-toggle {
    width: 350px;
  }
  .rosselFrBe
    .section-text-library
    > .row
    > .content-full-width
    .field
    > div.bootstrap-select {
    width: 350px;
  }
  .rosselFrBe
    .section-text-library
    > .row
    > .content-full-width
    .field
    > textarea {
    width: 350px;
  }
}
/*booking/créer-annonce*/
.rosselFrBe div > div.logo-groups > div > ul > li > img {
  max-width: 580px;
}
.rosselFrBe div > div.logo-groups > div > ul > li {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.1rem;
  margin-bottom: 15px;
}
.rosselFrBe .logo-library .logo-groups ul li .logo-name {
  display: block;
  font-size: 10px;
  word-wrap: break-word;
  max-width: 300px;
}
.rosselFrBe .myPublicationWeb .dropdown-toggle {
  width: 563px;
}
/*section-create-customer*/
.rosselFrBe div.section-create-customer > div > div > fieldset > h3 {
  font-style: italic;
  font-size: larger;
}
@media (min-width: 770px) {
  .rosselFrBe div.section-create-customer .field input[type="text"],
  .rosselFrBe
    div.section-create-customer
    .field
    .bootstrap-select:not([class*="span"]),
  .rosselFrBe div.section-create-customer button.dropdown-toggle {
    width: 400px;
  }
}
/*booking packages*/
@media (min-width: 770px) {
  .rosselFrBe
    .section-categories
    div.col-category
    > div.category-select
    > div.dropdown-menu.open {
    width: 307px;
  }
}
/*header and home*/
@media (max-width: 767px) {
  .rosselFrBe .header .welcome {
    width: 100%;
    height: 50px;
  }
  .rosselFrBe .header .welcome .welcome-content p {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }
  .header .section {
    padding: 0px 8px;
  }
  .rosselFrBe .header .login {
    width: 100%;
    height: 2px;
  }
  .rosselFrBe .modal-content .field p {
    margin-bottom: 25px;
    width: 100%;
    display: table-row;
  }
  .rosselFrBe
    div.section-select-customer
    > form
    > div.row
    > div.content-full-width
    > fieldset
    > div.field
    > input {
    width: 280px;
  }
  .rosselFrBe div.section-publications {
    padding-left: 2px;
    padding-right: 2px;
  }
  .rosselFrBe .section-publications .publications-fields table td {
    padding: 4px 2px;
  }
  .rosselFrBe .section-publications .col-publication {
    min-width: 212px;
  }
  .rosselFrBe
    .section-publications
    .publications-fields
    input[type="text"].insertion-count {
    width: 35px;
  }
  .rosselFrBe #normal-login input[type="text"],
  .rosselFrBe #normal-login input[type="password"] {
    margin-bottom: 10px;
    width: 340px;
    display: inline-block;
  }
  .rosselFrBe .section-categories .dropdown-toggle {
    width: 335px;
  }
  .rosselFrBe .section-categories .col-category {
    margin-top: 0px;
  }
  .rosselFrBe #crop {
    width: 375px;
  }
}
/*Page Loader Home Page*/
#page-loader {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-loader img {
  width: 250px;
  height: auto;
  display: block;
}
.rosselFrBe #grid .col-publication {
  min-width: 105px;
}
.rosselFrBe #grid .col-order-name {
  min-width: 100px;
}
.rosselFrBe #grid .col-customer {
  min-width: 100px;
}
.rosselFrBe #grid .col-status {
  min-width: 125px;
  /* width: 110px; */
}
.rosselFrBe .section-create-ad fieldset .field {
  max-width: 80%;
  width: 679px;
}
.rosselFrBe .section-create-ad fieldset .field label {
  color: #7e7e7e;
}

.rosselFrBe
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar {
  color: #7e7e7e;
  justify-content: center;
  align-items: center;
}

.rosselFrBe
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Upper case"] {
  background-image: url("https://www.necrologierossel.fr/Scripts/tiny_mce/plugins/textcase/img/uppercase.png");
  background-size: cover;
}

.rosselFrBe
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Lower case"] {
  background-image: url("https://www.necrologierossel.fr/Scripts/tiny_mce/plugins/textcase/img/lowercase.png");
  background-size: cover;
}

.rosselFrBe
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Cross symbol"] {
  background-image: url("https://www.necrologierossel.fr/Scripts/tiny_mce/plugins/symbols/img/cross.png");
  background-size: cover;
}

.rosselFrBe
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Insérer à partir de la bibliothèque de texte"] {
  background-image: url("https://www.necrologierossel.fr/Scripts/tiny_mce/plugins/textLibrary/img/textLibrary.png");
  background-size: cover;
}

.rosselFrBe
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Phone symbol"] {
  background-image: url("https://www.necrologierossel.fr/Scripts/tiny_mce/plugins/symbols/img/phone3.png");
  background-size: cover;
}

.rosselFrBe .section-create-ad fieldset .field input[type="text"] {
  height: 29px;
}

.ui-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1.3em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

/* Modification Nécro FR - 20240410 */
.rosselFr .with-tax .price-holder {
  display: none;
}

.rosselFr .section-create-ad fieldset #fields > div > div.predefined-images {
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.rosselFr
  .section-create-ad
  fieldset
  #fields
  > div
  > div.predefined-images
  > ul {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-around;
  justify-items: center;
}

.rosselFr
  .section-create-ad
  fieldset
  #fields
  > div.predefined-images:nth-child(2).predefined-images
  > div
  > ul {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-around;
  justify-items: center;
}

.rosselFr .section-homepage-content {
  padding: inherit;
}

/* Mise en page Nécrologie FR V2 */
/*********************************/

.rosselFr.div.welcome {
  /* test police tkt*/
  font-family: "Comfortaa";
}

.rosselFr .section {
  background-color: #f0f0f0;
}

.rosselFr .header .section,
.price-holder {
  background-color: transparent;
} /*change a faire  transparent et texte en en noir*/

.rosselFr .menu ul li.active {
  background-color: #d3d3d3; /*change le gris*/
}

.rosselFr .btn-menu-packages {
  color: white;
  background-color: #cc0000;
  border-color: #cc0000;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 200px;
  border-radius: 0.17rem;
}

.rosselFr input.btn-prev:hover {
  background-color: #fdfdfd;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFr input .btn-save:hover {
  background-color: #fdfdfd;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}
.rosselFr input.btn-next:hover {
  background-color: #fdfdfd;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFr .copyright {
  background: #814b81;
  margin-top: 4px;
}

.rosselFr .list-group-item a {
  border-bottom: 1px #814b81;
  padding-left: 12px;
  font-size: smaller;
  padding: 8px;
}

.rosselFr .validation-summary-errors .validation-summary-title {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: blue;
  padding: 10px 10px;
  font-weight: 400;
  text-transform: initial;
  border: 1px solid #d81d1f;
}

.rosselFr .section-publication .section .section-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
  width: 190px;
  height: 40px;
  color: #9460a5;
  margin: auto;
  padding-left: 10px;
}

.rosselFr .defaultSkin table.mceLayout tr.mceFirst td {
  border-top: 9px solid #ccc;
  background-color: white;
}

.rosselFr fieldset .btn-create-customer:hover {
  background-color: #fdfdfd;
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 767px) {
  .rosselFr .section-publications .publications-fields table td {
    padding: 4px 9px;
  }
}

.raf-b2b
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Upper case"]
  svg,
.raf-b2b
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Lower case"]
  svg,
.raf-b2b
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Cross symbol"]
  svg,
.raf-b2b
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Insérer à partir de la bibliothèque de texte"]
  svg,
.raf-b2b
  .section-create-ad
  fieldset
  .field
  div.editor-holder
  div.tox-editor-header
  div.tox-toolbar
  button[aria-label="Phone symbol"]
  svg {
  visibility: hidden;
}

/*Home page panel*/
.rosselFr .section-homepage .homepage-panel {
  border-top: 5px;
}
/* fin ajout */

.rosselFr .price-inc-tax {
  display: none;
}

.rosselFr .btn-save:hover,
.rosselFr .btn-alt-color:hover {
  color: black !important;
  background-color: #949490 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFr .section-create-ad .rom > div:nth-child(3) {
  display: none;
}

.rosselFr .dropdown-menu li {
  background-color: #ffffff;
  border: 2px solid #000;
}

.rosselFr #pubs tr:hover {
  background-color: #9460a5;
}

.rosselFr .dropdown-menu > li > a:hover,
.rosselFr .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #814b81;
  color: white;
}

/* FAQ page questions behavior */

.rosselFr .faq-questions>li:hover,
  .rosselFr .faq-questions li.faq-selected:hover,
  .rosselFr  .faq-questions li.faq-selected .faq-answer ul > li:hover
  /*.raf-b2b  .faq-questions li.faq-selected div.faq-answer:hover,*/
  /*.raf-b2b  .faq-questions .faq-selected li:hover*/ {
  background-color: #9460a5;
  color: white;
}

.rosselFr .faq-questions li.faq-selected .faq-answer ul > li:before {
  background-color: #e0e8ea;
  color: black;
}

.rosselFr .faq-answer .rosselFr .faq-answer > ul,
.rosselFr .faq-answer > ul::after {
  background-color: #814b81;
  color: white;
}

.rosselFr .section .div2 img {
  padding-left: 8%;
}

.rosselFr .section .div3 p {
  padding-right: 30%;
}

.rosselFr .section-contact-us .dropdown-menu li:first-child {
  display: none;
}

.rosselFr .section-enhance .enhance-container {
  display: none;
}

.rosselFr .edit-insertions .insertion-row td {
  background-color: white;
}

.rosselFr .edit-insertions #header_row th {
  background-color: #814b81;
}

.rosselFr .section-flow-header {
  background-color: #ffffff;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 25px;
}

.rosselFr .section-flow-header .package-description {
  display: none;
}

.rosselFr .section-flow-header .confirm-ref {
  background-color: #ffffff;
}

/* Les blocs de sélection (avis de décès, remerciements, etc.) */
/* masque la section readership vu qu'on s'en f */
.rosselFr .row-readership {
  display: none;
}

/* Styles pour le wrapper du carrousel */
.rosselFr .caroufredsel_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100vh; /* Ajuste la hauteur du wrapper selon le viewport */
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden; /* Gestion de l'overflow pour les sections débordantes */
}

/* Styles pour les sections du carrousel */
.rosselFr .caroufredsel_wrapper .newspaper-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Espacement horizontal entre les sections */
  padding: 10px;
  width: 100%;
  max-width: 1800px; /* Limite la largeur totale */
  box-sizing: border-box;
  /* overflow: hidden; /* Gestion de l'overflow pour les sections débordantes */
  position: relative !important;
  height: auto !important;
}

.rosselFr .caroufredsel_wrapper .newspaper-sections .section {
  text-align: center;
  color: black;
  transition: background-color 0.5s ease, color 0.5s ease;
  margin: 0px;
  flex: 1 0 calc(33.33% - 40px); /* Ajustement de la largeur des sections */
  /* max-width: 300px; /* Ajuste la largeur maximale des sections */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rosselFr .caroufredsel_wrapper .newspaper-sections .section a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.rosselFr .caroufredsel_wrapper .newspaper-sections .section .section-name {
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  left: 30% !important;
  transform: translateX(-50%);
  /* width: 80%; /* Largeur du texte */
  transition: color 0.5s ease;
  /* overflow: hidden; */
  line-height: normal;
  text-align: inherit;
}

.rosselFr
  .caroufredsel_wrapper
  .newspaper-sections
  .section:hover
  .section-name {
  color: white;
}

.rosselFr .caroufredsel_wrapper .newspaper-sections .section img {
  /* width: 70%; /* Taille de l'image */
  height: 106%;
  display: block;
  max-width: none;
  position: relative;
  opacity: 1;
  transition: filter 0.8s ease;
  border-radius: 50%;
  border: 3px solid #814b81; /* Bordure */
  translate: -50% 0;
}

.rosselFr .caroufredsel_wrapper .newspaper-sections .section:hover img {
  filter: brightness(80%);
}

/* Styles pour les sections shadow */
.rosselFr .section.shadow {
  text-align: center;
  margin: 15px;
  flex: 1 0 calc(33.33% - 40px);
  /* max-width: 300px;  */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Masque la section sélectionnée */
.rosselFr .section-publication .section-selected {
  display: none !important;
}

/* Supprime l'ombre lors du survol */
.rosselFr .section-publication .section:hover,
.rosselFr .section-publication .shadow {
  box-shadow: none;
}

/* Masquer et désactiver les boutons sur la page de destination */
/*.newspaper-sections .section a[href*="/sections/avis-de-deces/"],*/
/*.newspaper-sections .section a[href*="/sections/remerciements/"],*/
/*.newspaper-sections .section a[href*="/sections/messes-pensees-anniversaires/"] {*/
/*    display: none !important;*/
/*    pointer-events: none !important;*/
/*}*/
/* Masquer les boutons spécifiques une fois cliqués */
/*.newspaper-sections .section a[href*="/sections/avis-de-deces/"]:visited,*/
/*.newspaper-sections .section a[href*="/sections/remerciements/"]:visited,*/
/*.newspaper-sections .section a[href*="/sections/messes-pensees-anniversaires/"]:visited {*/
/*    display: none !important;*/
/*    pointer-events: none !important;*/
/*}*/
/*.rosselFr .caroufredsel_wrapper .newspaper-sections .section-hover {*/
/*  color: black !important;*/
/*  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;*/
/*}*/
/*.rosselFr .caroufredsel_wrapper .newspaper-sections .section-hover .section-name {*/
/*  font-weight: bold;*/
/*}*/
/*.rosselFr .caroufredsel_wrapper .newspaper-sections {*/
/* margin-left: 10px;  Ajuste valeur selon l'espace quon veux */
/*    margin-right: 10px; */
/*}*/

.rosselFr .section-payment,
.rosselFr .section-confirm/*,
.rosselFr .section-contact-us*/ {
  padding-left: 15%;
  padding-right: 15%;
}

.rosselFr .validation-summary-errors {
  grid-column-start: 1;
  grid-column-end: 3;
}

.rosselFr .validation-summary-errors ul {
  padding-left: 10%;
  padding-top: 1.5%;
}

.rosselFr .footer.section-inverse .footer-url {
  color: white;
  size: 100px;
  font-size: 12px;
  padding-bottom: 15px;
}

.rosselFr .img-cat-zoom :hover {
  width: 100%;
  transform: scale(2) translate(-30%);
  margin-block: 10%;
}
.rosselFr .img-cat-zoom img:hover {
  background-color: #ffffff;
}

.rosselFr.page-wrapper .account-menu li {
  background-color: #814b81;
}

.rosselFr.page-wrapper .table-scroller table thead tr th {
  background-color: #814b81;
  color: white;
}

.rosselFr.page-wrapper .account-menu ul li:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.rosselFr.page-wrapper .account-menu ul li a:hover {
  color: black;
}

.rosselFr.page-wrapper .container {
  max-width: none;
}

.rosselFr.page-wrapper .section {
  color: black;
}

.rosselFr.page-wrapper .footer .footer-col {
  padding: 0;
}

.rosselFr.page-wrapper .header .logo img {
  height: auto;
}

.rosselFr.page-wrapper .menu ul li {
  min-width: 0;
}

.rosselFr.page-wrapper .menu ul li.active,
.rosselFr.page-wrapper .menu ul li:hover {
  background: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rosselFr.page-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.rosselFr.page-wrapper {
  border-top: 3px solid #814b81;
  font-family: "Comfortaa", sans-serif;
}

.rosselFr .five-simple-steps {
  display: none;
}

.rosselFr > div:nth-child(2) {
  background-color: #ffffff;
  padding-bottom: 1%;
}

.rosselFr > div:nth-child(2) > h1 {
  background-color: #ffffff;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.56rem;
  font-weight: 300;
  margin-bottom: 0 !important;
  padding: 32px 0 16px;
  text-align: center;
}

.rosselFr > div:nth-child(2) > h1:after {
  background: black;
  content: "";
  display: none;
  height: 1px;
  margin: 16px auto;
  width: 200px;
}

.rosselFr.slide-cat .section-publication .teaser-container {
  height: auto;
  overflow: visible;
}

.rosselFr.slide-cat .row-book {
  display: none;
}


.rosselFr.slide-cat .section-publication {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.rosselFr.slide-cat .row-readership,
.rosselFr.slide-cat .choose-section,
.rosselFr.no-slide .teaser-container {
  display: none;
}

.rosselFr.slide-cat .image_carousel .prev,
.rosselFr.slide-cat .image_carousel .next {
  display: none !important;
}

.rosselFr.slide-cat .image_carousel #top_teaser .section {
  box-shadow: none;
  float: none;
  height: auto;
  margin-right: 0;
  width: 100%;
}

.rosselFr #top_teaser .section-mask {
  display: none;
}

.rosselFr.slide-cat .image_carousel #top_teaser .section img {
  /*aspect-ratio: 4/3;*/
  max-width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rosselFr #top_teaser .section .section-name-holder {
  background: transparent;
  color: #814b81;
  opacity: 1;
  position: relative;
  top: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.rosselFr #top_teaser .section .section-name-holder .section-name {
  color: #814b81;
}

.rosselFr #top_teaser .section > a:hover .section-name-holder .section-name {
  color: white;
}

.rosselFr #top_teaser .section > a {
  -webkit-align-items: center;
  align-items: center;
  border: 3px solid #dadada;
  border-radius: 5px;
  border-color: #814b81;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;

  margin-left: 70px;
  scroll-margin-block-end: 70px;
  height: 98%;
  max-width: 80%;
}

.rosselFr #top_teaser .section > a:hover {
  background-color: #814b81 !important;
}

.rosselFr.no-slide .section-publication,
.rosselFr.no-slide .row-book {
  background-color: #ffffff !important;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.rosselFr.no-slide .row-book {
  padding: 32px 0;
  display: flex !important;
}

.rosselFr.no-slide .row-book .col-md-12 {
  display: block !important;
}

.rosselFr.no-slide .row-book .btn-book {
  margin: 0;
  padding: 8px;
  background-color: #814b81;
  border-radius: 30px;
  width: auto;
}

.rosselFr.no-slide .row-book .btn-book p {
  color: white !important;
}

.rosselFr.no-slide .row-book .btn-book:hover {
  color: black !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFr.no-slide .section-publication {
  margin-bottom: 32px;
}

.rosselFr.no-slide .section-publication .row:first-child,
.rosselFr.no-slide .section-publication .teaser-container,
/*.rosselFr.no-slide .section-publication .row-readership,*/
.rosselFr.no-slide .section-publication .row-case-studies {
  display: none !important;
}

.rosselFr.no-slide .row-info {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: 2fr 1fr !important;
  margin-top: 0;
}

.rosselFr.no-slide .row-info .col-md-3:first-child {
  display: none !important;
}

.rosselFr.no-slide .row-info .col-md-3:last-child {
  grid-column: 1 / -1;
}

.rosselFr.no-slide .row-info img {
  max-width: 100%;
}

.rosselFr.no-slide .section-publication .coltext .col-title {
  height: auto;
  line-height: normal;
  margin-bottom: 16px;
}

.rosselFr #page-loader {
  width: 100%;
  height: 100vh;
  background: #fdfdfd;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.rosselFr #page-loader img {
  width: 250px;
  height: auto;
  display: block;
}

.rosselFr.page-wrapper .header .welcome-message {
  display: none;
}

.rosselFr .header {
  display: grid;
  grid-template-areas: "logo text btn" "menu menu menu";
  grid-template-columns: 220px 1fr 190px;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 24px;
  width: 100%;
}

.rosselFr .header .header-top,
.rosselFr .header .section {
  display: contents;
}

.rosselFr .header .logo {
  grid-area: logo;
}

.rosselFr .header .logo img {
  max-width: 160%;
}

.rosselFr .header .menu {
  grid-area: menu;
}

.rosselFr .header .welcome {
  align-self: center;
  grid-area: text;
  text-align: center;
  color: #242121; /* Noir */
}

/* Police pour le titre (premier paragraphe) */
.rosselFr .header .welcome .welcome-content p:nth-of-type(1) {
  font-family: "Comfortaa", sans-serif !important;
  font-size: 1.3rem !important; /* Taille de police pour le titre */
  font-weight: bold !important;
  color: #9460a5 !important; /* Violet */
}

.rosselFr .header .welcome {
  /*GRAND TEXTE TITRE SERVICE NECRO*/
  font-family: "Comfortaa", bold;
  font-size: 1.9rem;
  font-weight: 1500;
  margin-bottom: 9px;
  color: #242121; /* Noir */
}
/*test */
/* Styles pour le conteneur de bienvenue */
.rosselFr .header .welcome {
  align-self: center;
  grid-area: text;
  text-align: center;
  color: #242121; /* Noir */
  font-family: "Comfortaa", sans-serif;
  font-size: 1.9rem;
  font-weight: 700; /* Bold for Montserrat */
  margin-bottom: 9px;
}
/* Styles pour le premier paragraphe (titre) */
.rosselFr .header .welcome .welcome-content p:nth-of-type(1) {
  font-family: "Comfortaa", sans-serif !important;
  font-size: 1.3rem !important; /* Taille de police pour le titre */
  font-weight: bold !important;
  color: #9460a5 !important; /* Violet */
}
/* Styles pour le deuxième paragraphe (sous-titre) */
.rosselFr .header .welcome .welcome-content p:nth-of-type(2) {
  font-family: "Comfortaa", sans-serif !important;
  font-size: 1.3rem !important; /* Taille de police pour le sous-titre */
  font-weight: 300 !important; /* Utiliser 300 pour light */
  color: #242121 !important; /* Noir */
}
.rosselFr p {
  font-family: "Comfortaa", sans-serif !important;
  font-size: 12pt !important; /* Taille de police pour le corps du texte */
  color: #242121 !important; /* Noir */
}
/*test*/

.rosselFr .header .login {
  align-self: center;
  grid-area: btn;
}

/********** pied de page *********/

.rosselFr .footer.section-inverse {
  background: #814b81;
  border-top: 0;
  padding: 0 0 8px;
  font-family: "Comfortaa", sans-serif;
  position: relative;
}

.rosselFr .footer.section-inverse .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: AUTO;
  max-width: 1200px;
  width: 90%;
  white-space: nowrap;
  padding: 0;
}

.rosselFr .footer.section-inverse a {
  padding: 4px 0;
  color: white;
  font-family: "Comfortaa", sans-serif;
  text-decoration: none; /* Supprime le soulignement par defaut */
}

.rosselFr .footer.section-inverse a:hover {
  text-decoration: underline; /* Ajoute le soulignement au survol */
}

.rosselFr .footer-bottom {
  display: none !important;
}

.rosselFr .footer.section-inverse .footer-col1 {
  text-align: right;
}

.rosselFr .footer.section-inverse .footer-col1 .footer-image {
  float: right;
  margin-top: 12px; /*  marge en haut de l'image */
  margin-right: 16px; /* Espacement à droite de l'image */
}

.rosselFr .footer.section-inverse .footer-col1 img {
  max-width: 250px; /* Augmenter la largeur maximale de l'image */
  max-height: 130px; /* Augmenter la hauteur maximale de l'image */
}

.rosselFr .footer.section-inverse .footer-col3 {
  text-align: right;
}

.rosselFr .footer.section-inverse .footer-col3 img {
  max-width: 250px; /* Augmenter la largeur maximale de l'autre image si nécessaire */
  max-height: 130px; /* Augmenter la hauteur maximale de l'autre image */
}

.rosselFr .footer.section-inverse .youtube,
.rosselFr .footer.section-inverse .linkedin {
  color: white;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.rosselFr .footer.section-inverse .youtube {
  background: url("../media/1411/youtube.png") center center no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 28px;
}

.rosselFr .footer.section-inverse .linkedin {
  background: url("../media/1412/linkedin.png") center center no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 20px;
}

.rosselFr .footer.section-inverse .footer-bottom {
  margin: 4px 0; /* Réduire l'espace en haut et en bas */
  padding: 6px 0;
  font-size: 1.9rem;
  color: white;
  font-family: "Comfortaa", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.rosselFr .footer.section-inverse .copyright,
.rosselFr .footer.section-inverse .version {
  margin: 4px 0; /* Réduire les marges autour du copyright et de la version */
  padding: 4px 0;
  font-size: 1.1rem;
}

/* Polices spécifiques */
.rosselFr .footer.section-inverse .title {
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
}

.rosselFr .footer.section-inverse .selection {
  font-family: "Comfortaa", sans-serif;
  font-weight: bold;
  font-size: 15pt;
}

.rosselFr .footer.section-inverse .subtitle {
  font-family: "Comfortaa", sans-serif;
  font-weight: 300;
}

.rosselFr .footer.section-inverse .body {
  font-family: "Comfortaa", sans-serif;
  font-size: 12pt;
}

/****************************************************************************************/

.rosselFr #packages,
.rosselFr.page-wrapper .container,
.rosselFr.page-wrapper .container .section-help {
  background-color: #ffffff; /* fond entier page */
}

.rosselFr.page-wrapper .container div.section {
  background-color: #ffffff; /* fond entier page */
}

.rosselFr.page-wrapper .col-category {
  display: none;
}

/*nouveaute 2024 aide */

.rosselFr .nouveaute-2024 {
  background-color: #9460a5;
  padding: 20px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 10%;
  width: 300px;
  height: auto;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*titre*/
.rosselFr .nouveaute-2024 h2 {
  text-align: center;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
}

/* Texte de la section Nouveauté 2024 */
.rosselFr .nouveaute-2024 p {
  color: #ffffff;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}

/* Lien de la section Nouveauté 2024 */
.rosselFr .nouveaute-2024 a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  transition: text-decoration 0.2s;
}

/* Style de survol pour le lien de la section Nouveauté 2024 */
.rosselFr .nouveaute-2024 a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Style pour la vidéo */
.rosselFr .video {
  width: 600px;
  height: 425px;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

.rosselFr .mce-item-table {
  background-color: #f5f3ef; /* Appliquer la couleur de fond à la table contenant la vidéo et le carré violet */
}

.rosselFr .mce-item-table td {
  background-color: transparent; /* Assure que les cellules de la table sont transparentes */
}

/*aaaaaaaaaaaaaaaaaaaa*/

.rosselFr.page-wrapper form .section .navigation .btn-prev {
  margin: 0;
  padding: 8px;
  background-color: #949490; /* Couleur de fond */
  border-radius: 30px; /* Bords arrondis */
  font-weight: normal;
  text-transform: none;
  transition: background-color 0.2s, box-shadow 0.2s; /* Transition pour l'effet de survol */
}

.rosselFr.page-wrapper form .section .selection-buttons .select-all,
.rosselFr.page-wrapper form .section .selection-buttons .deselect-all,
.rosselFr .section-confirm .btn,
.rosselFr .field-submit .btn {
  margin: 0;
  padding: 8px;
  background-color: #b37cb3; /* Couleur de fond */
  border-radius: 30px; /* Bords arrondis */
  font-weight: normal;
  text-transform: none;
  transition: background-color 0.2s, box-shadow 0.2s; /* Transition pour l'effet de survol */
}

.rosselFr .field-submit .btn:hover {
  color: black !important; /* Couleur du texte au survol */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important; /* Ombre portée au survol */
  background-color: #b37cb3; /* Conserve la même couleur de fond au survol */
}

.rosselFr.page-wrapper form .section .navigation .btn-prev:hover,
.rosselFr.page-wrapper form .section .selection-buttons .select-all:hover,
.rosselFr.page-wrapper form .section .selection-buttons .deselect-all:hover,
.rosselFr .section-confirm .btn:hover,
.rosselFr .section-contact-us .field-submit .btn:hover {
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFr.page-wrapper form .section .navigation .btn-next,
.rosselFr.page-wrapper .btn {
  background: #9460A5;
  border-radius: 30px;
  text-transform: none;
}

.rosselFr.page-wrapper form .section .navigation .btn-save,
.rosselFr .btn-alt-color {
  background: #949490;
  font-weight: inherit !important;
  color: white; /* black before */
  border-radius: 30px;
  text-transform: none;
  height: 35px;
  border: 0;
  font-size: 17px;
}

.rosselFr .btn-save:hover,
.rosselFr .btn-alt-color:hover {
  color: black !important;
  background-color: #949490 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.rosselFr.page-wrapper form .price-holder {
  background: #814b81;
  /* ajout PHO 18-04 */
  width: max-content;
  /* padding: 32px;
        width: 12vw; suppression PHO 18-04 */
}

/* Affichage de HT après le prix */
.rosselFr.page-wrapper form .price-holder .price-exc-tax:after {
  content: "HT";
  font-weight: bold;
}

.rosselFr.page-wrapper form{
  max-width: 1200px;
  margin-left: inherit;
  margin-right: inherit;
}

.rosselFr.page-wrapper form.grid-with-sidebar {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 1200px;
  width: 90%;
}

.rosselFr .help-icon {
  display: none;
}

.rosselFr.page-wrapper a.ui-corner-right {
  background-color: #ffffff;
  height: 20px;
}

/* Down arrow symbol in ad creation form */
.rosselFr.page-wrapper .custom-combobox-toggle .fa-caret-down {
  height: 20px;
  content: "\2B9F";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  margin-left: 10px;
  color: #7f7f7f;
  background-color: #e9e9e9;
  margin-top: 1px;
  border: 2px solid #d3d3d3;
  border-radius: 2px 2px 2px 2px;
  font-size: 13px;
}

.rosselFr.page-wrapper .field #show-options-model,
.rosselFr.page-wrapper .field #show-options-make {
  left: 5px;
}

.rosselFr.page-wrapper .field span,
.rosselFr.page-wrapper .field .editable-select input {
  width: 100%;
}

.rosselFr.page-wrapper
  form.grid-3-cols
  .section-create-ad
  .editable-select
  input,
.rosselFr.page-wrapper .section .field #price {
  max-width: calc(100% - 22px);
}

.rosselFr #mainMenu {
  /* barre acceuil mon compte transparent pis carrer surbrillant gris */
  /*border-top: 1px solid black;  barre noir a ctrl c ctrl v pour les 4 logo du bas ? */
  margin: 24px 0;
  padding-top: 15px;
}

.rosselFr #mainMenu ul {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.rosselFr #mainMenu li {
  box-shadow: none;
  list-style: none;
}

.rosselFr #mainMenu li.active a {
  /*couleur bouton acceuil */
  background: #f1e6f7;
}

.rosselFr #mainMenu a {
  /* couleur texte btn haut */
  color: #280000;
  padding: 8px 16px;
  text-decoration: none;
}

.rosselFr .btn {
  font-size: 0.93rem;
  font-weight: 800;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}

.rosselFr .btn-login {
  background: none;
  border: 9px solid black;
  color: black !important;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 4px 0;
  padding: 0 8px;
  text-transform: none;
  width: 100%;
}

.rosselFr .btn-login:hover,
.rosselFr .btn:hover {
  color: #fdfdfd !important;
}

.header .login .rosselFr .btn-login {
  background: none;
  border: 1px solid black;
  color: black !important;
  text-transform: none;
}

.rosselFr .section-homepage {
  text-align: center;
}

.rosselFr .section-homepage .btn-book {
  background: black;
  border-radius: 0;
  display: inline-block !important;
  margin: 16px auto;
  padding: 4px 4px !important;
  text-transform: none;
  width: auto !important;
}

.rosselFr .section-homepage .btn-book p {
  font-size: 1rem !important;
}

/* Page entrez vos coordonnées */
.rosselFr .section-your-details .content fieldset > div.field > input,
.rosselFr .section-your-details .content fieldset div.btn-group {
  width: 60vw;
  max-width: 60vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rosselFr .section-your-details .content fieldset div.btn-group .filter-option {
  text-align: left;
  left: 1vw;
}

.rosselFr .section-your-details .content fieldset div.btn-group .caret {
  width: 3vw;
}
.rosselFr.page-wrapper .section-basket .col-main {
  background: white;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.rosselFr.page-wrapper .section-basket .content {
  padding: 20px;
}

.rosselFr.page-wrapper .section-basket .content .display-field label.large,
.rosselFr.page-wrapper .section-confirm .content .display-field label.large{
  width: 40%;
  text-align: left;
}

.rosselFr.page-wrapper .content {
  background: none;
  box-shadow: none;
  padding: 0;
}

.rosselFr.page-wrapper .section-homepage-content {
  display: none;
}

.rosselFr.page-wrapper .section-homepage .homepage-panel {
  /* couleur de fond des 4 editions*/
  box-shadow: none;
  display: inline-block;
  align-content: center;
}

.rosselFr.page-wrapper .section-homepage .homepage-panel .read-more {
  display: none;
}

.rosselFr.page-wrapper .section-homepage .homepage-panel .newspaper-today {
  display: block;
  box-shadow: none;
  height: 280px;
}

.rosselFr.page-wrapper .section-homepage > div:nth-child(1) .homepage-panel .newspaper-today {
    display: none;
}

.rosselFr.page-wrapper .section-homepage > div:nth-child(1) .homepage-panel {
    pointer-events: none;
}

.rosselFr.page-wrapper
  .section-homepage
  .homepage-panel
  .newspaper-today:hover {
  max-width: 230px;
}

.rosselFr.page-wrapper .section-homepage .homepage-panel .newspaper-today img {
    max-height: 100%;
}

.rosselFr.page-wrapper .section-homepage {
  /* Pause taff pied de page */
  background-color: #8b0000;
  margin-bottom: 0;
}

.rosselFr.page-wrapper .section-homepage > .row {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  padding: 10px 0;
}

.rosselFr .container .section-categories {
  margin: 32px auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.rosselFr.page-wrapper .section-your-details .navigation.row {
  bottom: 295px;
  left: 200px;
}

.rosselFr.page-wrapper .section-your-details .login-form {
  position: relative;
  top: 60px;
}

.rosselFr.page-wrapper form .row .content div.login-form {
  max-width: 30vw;
  left: 2%;
}

.rosselFr.page-wrapper form .row .content div.login-form fieldset {
  right: 9.5vw;
  position: relative;
  display: block;
  align-items: center;
}
.rosselFr.page-wrapper form .row div.login-form fieldset > label {
  text-align: left;
}

.rosselFr .section-homepage > .row:nth-child(1) .homepage-panel .newspaper-info {
	margin-top: 0px;
    margin-bottom: 0px;
}

.rosselFr .section-homepage .homepage-panel .newspaper-info {
    /* PHU - 2024-12-09 */
    height: inherit !important;
}

.rosselFr div#packages.section-packages div.section {
  background-color: white;
}

.rosselFr .container div#packages.section-packages .package-container .package:hover {
  transform: scale(1.2);
}

.rosselFr .footer .lnk-cookie-prefs {
  display: none;
}

.rosselFr .section-homepage .homepage-panel:hover {
  background: none;
}

.rosselFr .newspaper-info-inner .btn-next:hover {
  color: black;
  background: #b37cb3 !important;
}

.rosselFr .field .dropdown-toggle {
  background-color:   #E4E4E4 ;
  color: black;
}

.rosselFr .section-basket label {
  width: 200px !important;
}

.rosselFr .account-menu-holder .account-menu li {
  width: inherit;
}

.rosselFr .section .dropdown-toggle .filter-option {
  color: inherit;
  text-transform: inherit;
  font-weight: inherit;
  padding-left: 10px;
  padding-top: 8px;
  text-align: left;
}

.rosselFr .section .field-submit .btn {
  width: 30%;
}

.rosselFr .section .content b, strong {
  font-weight: bold;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

/* Mise en page Petites annonces */
/*********************************/

/* Police pour le titre (premier paragraphe) */
.raf-b2b .header .welcome .welcome-content p:nth-of-type(1) {
  color: #a38e3d !important; /* Violet */
}


/* ajout PHO 18-04 */
/*Home page panel*/
.raf-b2b .section-homepage .homepage-panel {
  border-top: 5px;
}
/* fin ajout */

.raf-b2b .price-inc-tax {
  display: none;
}

.raf-b2b .btn-save:hover,
.raf-b2b .btn-alt-color:hover {
  color: black !important;
  background-color: #949490 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.raf-b2b .section-create-ad .rom > div:nth-child(3) {
  display: none;
}

.raf-b2b .dropdown-menu li {
  background-color: #ffffff;
  border: 2px solid #000;
}

.raf-b2b #pubs tr:hover {
  background-color: #a38e3d;
}

.raf-b2b .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #a38e3d;
  color: white;
}

/* FAQ page questions behavior */

.raf-b2b .faq-questions>li:hover,
.raf-b2b .faq-questions li.faq-selected:hover,
.raf-b2b  .faq-questions li.faq-selected .faq-answer ul > li:hover
/*.raf-b2b  .faq-questions li.faq-selected div.faq-answer:hover,*/
/*.raf-b2b  .faq-questions .faq-selected li:hover*/ {
  background-color: #a38e3d;
  color: white;
}

.raf-b2b .faq-questions li.faq-selected .faq-answer ul > li:before {
  background-color: #e0e8ea;
  color: black;
}

.raf-b2b .faq-answer .raf-b2b .faq-answer > ul,
.raf-b2b .faq-answer > ul::after {
  background-color: #a38e3d;
  color: white;
}

.raf-b2b .section .div2 img {
  padding-left: 11%;
}

.raf-b2b .section .div3 p {
  padding-right: 30%;
}

.raf-b2b .section-contact-us .dropdown-menu li:first-child {
  display: none;
}

.raf-b2b .section-enhance .enhance-container {
  display: none;
}

.raf-b2b .edit-insertions .insertion-row td {
  background-color: white;
}

.raf-b2b .edit-insertions #header_row th {
  background-color: #a38e3d;
}

.raf-b2b .section-flow-header {
  background-color: #ffffff;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 25px;
}

.raf-b2b .section-flow-header .package-description {
  display: none;
}

.raf-b2b .section-flow-header .confirm-ref {
  background-color: #a38e3d;
}

.raf-b2b .caroufredsel_wrapper .newspaper-sections .section-hover {
  color: black !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.raf-b2b
  .caroufredsel_wrapper
  .newspaper-sections
  .section-hover
  .section-name {
  font-weight: bold;
}

.raf-b2b .section-basket,
.raf-b2b .section-payment,
.raf-b2b .section-confirm,
.raf-b2b .section-contact-us {
  padding-left: 15%;
  padding-right: 15%;
}

/* ajout PHO 18-04 */
.raf-b2b .section-basket .row {
  display: block;
}

.raf-b2b .section-basket .row.navigation {
  display: flex;
}
/* fin ajout */

.raf-b2b .section-basket p {
  text-align: center;
}

.raf-b2b .section-basket a {
  color: black;
}

.raf-b2b .section-basket .content-alt {
  display: none;
}

.raf-b2b .section-basket #adPreview img,
.raf-b2b .section-confirm #adPreview img {
  width: 30%;
  padding: 1px;
}

.raf-b2b .validation-summary-errors {
  grid-column-start: 1;
  grid-column-end: 3;
}

.raf-b2b .validation-summary-errors ul {
  padding-left: 10%;
  padding-top: 1.5%;
}

.raf-b2b .footer.section-inverse .footer-url {
  color: white;
  size: 100px;
  font-size: 12px;
  padding-bottom: 15px;
}

.raf-b2b .footer.section-inverse .footer-col1,
.raf-b2b .footer.section-inverse .footer-col3 {
    text-align: inherit;
}

.raf-b2b .img-cat-zoom :hover {
  width: 100%;
  transform: scale(2) translate(-30%);
  margin-block: 10%;
}
.raf-b2b .img-cat-zoom img:hover {
  background-color: #ffffff;
}

.raf-b2b.page-wrapper .account-menu li {
  background-color: #a38e3d;
}

.raf-b2b.page-wrapper .table-scroller table thead tr th {
  background-color: #a38e3d;
}

.raf-b2b.page-wrapper .account-menu ul li:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.raf-b2b.page-wrapper .account-menu ul li a:hover {
  color: black;
}

.raf-b2b.page-wrapper .container {
  max-width: none;
}

.raf-b2b.page-wrapper .section {
  color: black;
}

.raf-b2b.page-wrapper .footer .footer-col {
  padding: 0;
}

.raf-b2b.page-wrapper .header .logo img {
  height: auto;
}

.raf-b2b.page-wrapper .menu ul li {
  min-width: 0;
}

.raf-b2b.page-wrapper .menu ul li.active,
.raf-b2b.page-wrapper .menu ul li:hover {
  background: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.raf-b2b.page-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.raf-b2b.page-wrapper {
  border-top: 3px solid #a38e3d;
  font-family: "Comfortaa", sans-serif;
}

.raf-b2b .five-simple-steps {
  display: none;
}

.raf-b2b.rosselFrBe > div:nth-child(2) {
  background-color: #ffffff;
  padding-bottom: 1%;
}

.raf-b2b.rosselFrBe > div:nth-child(2) > h1 {
  background-color: #ffffff;
  font-family: "Comfortaa", cursive;
  font-size: 1.56rem;
  font-weight: 300;
  margin-bottom: 0 !important;
  padding: 32px 0 16px;
  text-align: center;
}

.raf-b2b.rosselFrBe > div:nth-child(2) > h1:after {
  background: black;
  content: "";
  display: block;
  height: 1px;
  margin: 16px auto;
  width: 200px;
}

.raf-b2b.slide-cat .section-publication .teaser-container {
  height: auto;
  overflow: visible;
}

.raf-b2b.slide-cat .row-book,
.raf-b2b.slide-cat .section-publication {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.raf-b2b.slide-cat .row-readership,
.raf-b2b.slide-cat .row-book,
.raf-b2b.slide-cat .choose-section {
  display: none !important;
}

.raf-b2b.slide-cat .image_carousel .caroufredsel_wrapper,
.raf-b2b.slide-cat .image_carousel .newspaper-sections {
  all: revert !important;
}

.raf-b2b.slide-cat .image_carousel .newspaper-sections {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: repeat(3, 1fr) !important;
  height: auto !important;
  max-width: 100%;
  position: relative !important;
}

.raf-b2b.slide-cat .image_carousel .newspaper-sections .section-selected {
  display: none;
}

.raf-b2b.slide-cat .image_carousel .prev,
.raf-b2b.slide-cat .image_carousel .next {
  display: none !important;
}

.raf-b2b.slide-cat .image_carousel #top_teaser .section {
  box-shadow: none !important;
  float: none;
  height: auto;
  margin-right: 0;
  width: 100%;
}

.raf-b2b.slide-cat .image_carousel #top_teaser .section .section-mask {
  display: none;
}

.raf-b2b.slide-cat .image_carousel #top_teaser .section img {
  aspect-ratio: 4/3;
  max-width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  display: block;
  position: relative;
  opacity: 1;
  transition: filter 0.8s ease;
  border-radius: 50%;
  border: 3px solid #a38e3d;
  translate: -50% 0;
}

.raf-b2b.slide-cat .image_carousel #top_teaser .section .section-name-holder {
  background: transparent;
  color: #a38e3d;
  height: auto;
  opacity: 1;
  position: relative;
  top: auto;
  translate: 20%;
}

.raf-b2b.slide-cat #top_teaser .section-hover .section-name {
    color: white !important;
}

.raf-b2b.slide-cat
  .image_carousel
  #top_teaser
  .section
  .section-name-holder
  .section-name {
  color: #a38e3d;
}

.raf-b2b.slide-cat .image_carousel #top_teaser .section > a {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #a38e3d;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.raf-b2b.slide-cat #top_teaser .section > a:hover {
    background-color: #a38e3d !important;
    color: #ffffff;
  }
  

.raf-b2b.no-slide .section-publication,
.raf-b2b.no-slide .row-book {
  background-color: #ffffff !important;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.raf-b2b.no-slide .row-book {
  padding: 32px 0;
}

.raf-b2b.no-slide .row-book .btn-book {
  margin: 0;
  padding: 8px;
  background-color: #a38e3d;
  border-radius: 30px;
}

.raf-b2b.no-slide .row-book .btn-book:hover {
  color: black !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.raf-b2b.no-slide .section-publication {
  margin-bottom: 32px;
}

.raf-b2b.no-slide .section-publication .row:first-child,
.raf-b2b.no-slide .section-publication .teaser-container,
.raf-b2b.no-slide .section-publication .row-readership,
.raf-b2b.no-slide .section-publication .row-case-studies {
  display: none !important;
}

.raf-b2b.no-slide .row-info {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: 2fr 1fr !important;
  margin-top: 0;
}

.raf-b2b.no-slide .row-info .col-md-3:first-child {
  display: none !important;
}

.raf-b2b.no-slide .row-info .col-md-3:last-child {
  grid-column: 1 / -1;
}

.raf-b2b.no-slide .row-info img {
  max-width: 100%;
}

.raf-b2b.no-slide .section-publication .coltext .col-title {
  height: auto;
  line-height: normal;
  margin-bottom: 16px;
}

.raf-b2b #page-loader {
  width: 100%;
  height: 100vh;
  background: #fdfdfd;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.raf-b2b #page-loader img {
  width: 250px;
  height: auto;
  display: block;
}

.raf-b2b.page-wrapper .header .welcome-message {
  display: none;
}

.raf-b2b .header {
  display: grid;
  grid-template-areas: "logo text btn" "menu menu menu";
  grid-template-columns: 150px 1fr 120px;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 24px;
  width: 90%;
}

.raf-b2b .header .header-top,
.raf-b2b .header .section {
  display: contents;
}

.raf-b2b .header .logo {
  grid-area: logo;
}

.raf-b2b .header .logo img {
  max-width: 100%;
}

.raf-b2b .header .menu {
  grid-area: menu;
}

.raf-b2b .header .welcome {
  align-self: center;
  grid-area: text;
  text-align: center;
}

.raf-b2b .header .welcome .welcome-content p {
  font-size: 0.93rem;
  font-weight: 800;
}

.raf-b2b .header .welcome strong {
  font-family: "Comfortaa", cursive;
  font-size: 1.56rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.raf-b2b .header .login {
  align-self: center;
  grid-area: btn;
}

.raf-b2b .container .footer.section-inverse {
  background: #a38e3d;
  border-top: 0;
  padding: 0 0 8px;
}

.raf-b2b .footer.section-inverse .row {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.raf-b2b .footer.section-inverse a {
  font-size: 1rem;
  padding: 8px 0;
}

.raf-b2b .footer.section-inverse .copyright {
  background: black;
  font-size: 0.75rem;
  margin: 0 auto 4px;
  max-width: 1200px;
  padding: 4px;
  width: 90%;
}

.raf-b2b .footer.section-inverse .version {
  color: black;
}

.raf-b2b .footer.section-inverse img {
  margin: 16px 0 0;
  max-height: 80px;
  max-width: none;
}

.raf-b2b .footer.section-inverse .footer-bottom {
  margin-top: 0;
}

.raf-b2b .footer.section-inverse .youtube,
.raf-b2b .footer.section-inverse .linkedin {
  color: #fdfdfd;
  display: block;
  float: left;
  font-size: 0;
  margin-right: 16px;
}

.raf-b2b .footer.section-inverse .youtube {
  background: url("../media/1411/youtube.png") center center no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 28px;
}

.raf-b2b .footer.section-inverse .linkedin {
  background: url("../media/1412/linkedin.png") center center no-repeat;
  background-size: 100% auto;
  height: 20px;
  width: 20px;
}

.raf-b2b.page-wrapper .field input[type="text"],
.raf-b2b.page-wrapper .field input[type="password"],
.raf-b2b.page-wrapper .field select,
.raf-b2b.page-wrapper .field textarea,
.raf-b2b.page-wrapper .field .custom-combobox .custom-combobox-input {
  background: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  width: 100%;
}

.raf-b2b.page-wrapper .field .dropdown-toggle {
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid black;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.raf-b2b.page-wrapper .field .dropdown-toggle .filter-option {
  color: black;
  background-color: inherit;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}

.raf-b2b.page-wrapper .field .dropdown-toggle .caret {
  background: none;
}

.raf-b2b.page-wrapper .field .dropdown-toggle .caret:after {
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-color: #242424 transparent transparent transparent;
  border-width: 12px 6px 0 6px;
}

/* Concerne le nom des champs dans le formulaire de création de publicité */
.raf-b2b.page-wrapper .field label {
  display: block;
  font-weight: 400;
  margin: 0 0 8px;
  text-align: left;
  width: 100%;
}

.raf-b2b.page-wrapper form .section .navigation,
/*.raf-b2b.page-wrapper form .row .content div,*/
.raf-b2b.page-wrapper form .row .content h2 {
  margin-top: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  width: 100%;
}

.raf-b2b.page-wrapper form .section-create-ad div.navigation {
  width: 70vw;
}

.raf-b2b.page-wrapper form .row .content .create-ad-preview .ad-preview-title {
  display: flex;
  flex-direction: row;
  height: 20px;
  justify-content: center;
  align-items: center;
}

/* ajout PHO 18-04 */
.raf-b2b.page-wrapper form .row .content .create-ad-preview {
  padding-top: 35px;
}

.raf-b2b.page-wrapper form .row > div.col-middle {
  font-weight: normal;
  width: 400px;
  height: 20rem;
}

.raf-b2b #packages,
.raf-b2b.page-wrapper .container,
.raf-b2b.page-wrapper .container .section-help,
.raf-b2b.page-wrapper .container div.section {
  background-color: #ffffff;
}

.raf-b2b.page-wrapper .container .section-info {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
  line-height: 10px;
  height: 100%;
  padding: 0px;
}

.raf-b2b.page-wrapper .container .section-info #header-general-info {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.raf-b2b.page-wrapper .container .section-info p#paragraph-general-info {
  font-size: 16px;
  width: 60%;
  line-height: 18px;
}

.raf-b2b.page-wrapper form .section .navigation .btn-prev,
.raf-b2b.page-wrapper form .section .selection-buttons .select-all,
.raf-b2b.page-wrapper form .section .selection-buttons .deselect-all,
.raf-b2b .section-confirm .btn,
.raf-b2b .section-contact-us .field-submit .btn {
  background: #949490;
  font-weight: normal;
  border-radius: 30px;
  text-transform: none;
}

.raf-b2b.page-wrapper form .section .navigation .btn-prev:hover,
.raf-b2b.page-wrapper form .section .selection-buttons .select-all:hover,
.raf-b2b.page-wrapper form .section .selection-buttons .deselect-all:hover,
.raf-b2b .section-confirm .btn:hover,
.raf-b2b .section-contact-us .field-submit .btn:hover {
  color: black;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.raf-b2b .field-submit .btn:hover {
  color: black !important; /* Couleur du texte au survol */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important; /* Ombre portée au survol */
  background-color: #a38e3d; /* Conserve la même couleur de fond au survol */
}

.raf-b2b.page-wrapper form .section .navigation .btn-next,
.raf-b2b.page-wrapper .btn {
  background: #a38e3d;
  border-radius: 30px;
  text-transform: none;
}

.raf-b2b.page-wrapper form .section .navigation .btn-save,
.raf-b2b .btn-alt-color {
  background: #949490;
  font-weight: inherit !important;
  color: white;
  border-radius: 30px;
  text-transform: none;
  height: 35px;
  border: 0;
  font-size: 17px;
}

.raf-b2b .btn-save:hover,
.raf-b2b .btn-alt-color:hover {
  color: black !important;
  background-color: #949490 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.raf-b2b.page-wrapper form .price-holder {
  background: #a38e3d;
  /* ajout PHO 18-04 */
  width: max-content;
  /* padding: 32px;
width: 12vw; suppression PHO 18-04 */
}

/* Affichage de HT après le prix */
.raf-b2b.page-wrapper form .price-holder .price-exc-tax:after {
  content: "HT";
  font-weight: bold;
}

.raf-b2b.page-wrapper form.grid-with-sidebar {
  margin: 0 auto;
  margin-top: 32px;
  max-width: 1200px;
  width: 90%;
}

.raf-b2b.page-wrapper form.grid-with-sidebar .col-md-4 {
  padding: 0;
}

.raf-b2b.page-wrapper
  form.grid-with-sidebar
  .section-flow-header
  .col-md-8.title,
.raf-b2b.page-wrapper
  form.grid-with-sidebar
  .section-flow-header
  .row
  .col-md-8.title {
  padding: 0;
}

.raf-b2b.page-wrapper
  form.grid-with-sidebar
  .section-flow-header
  .col-md-8.title
  h2,
.raf-b2b.page-wrapper
  form.grid-with-sidebar
  .section-flow-header
  .row
  .col-md-8.title
  h2 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.raf-b2b.page-wrapper
  form.grid-with-sidebar
  .section-flow-header
  .col-md-8.title
  + .col-md-4,
.raf-b2b.page-wrapper
  form.grid-with-sidebar
  .section-flow-header
  .row
  .col-md-8.title
  + .col-md-4 {
  grid-row: span 2;
}

.raf-b2b.page-wrapper form.grid-with-sidebar .section-flow-header h2,
.raf-b2b.page-wrapper form.grid-with-sidebar .section-flow-header .row h2 {
  padding: 0;
}

.raf-b2b.page-wrapper form.grid-with-sidebar .section {
  margin-bottom: 32px;
  margin-left: 0;
  padding: 0;
  width: auto;
}

.raf-b2b.page-wrapper form.grid-with-sidebar .section .row {
  margin: 0;
  width: 100%;
}

.raf-b2b.page-wrapper form .section-publications .publications-fields {
  display: flex;
  flex-direction: column;
}

.raf-b2b.page-wrapper form.grid-with-sidebar .section .navigation {
  margin: 32px auto;
}

.raf-b2b.page-wrapper form.grid-with-sidebar .section-enhance .navigation {
  width: 104%;
}

.raf-b2b.page-wrapper form.grid-3-cols {
  margin: 0 auto;
  margin-top: 0px;
  max-width: 1200px;
  width: 90%;
}

.raf-b2b.page-wrapper form.grid-3-cols .validation-summary-valid {
  grid-column: 1 / -1;
}

/* Nb de caractères */
.raf-b2b.page-wrapper p#characterCount {
  position: relative;
  font-weight: 500;
  bottom: 365px;
  left: 320px;
  width: 300px;
}
.raf-b2b.page-wrapper p#characterCountError {
  position: relative;
  bottom: 380px;
  left: 320px;
  width: 300px;
}

/* Suppression PHO 18-04
.raf-b2b.page-wrapper form.grid-3-cols .col-md-8,
.raf-b2b.page-wrapper form.grid-3-cols .col-md-4 {
padding: 0;
}*/

/* Ajout PHO 18-04 */
.raf-b2b.page-wrapper form.grid-3-cols .col-md-4 {
  padding: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.raf-b2b.page-wrapper form.grid-3-cols .col-md-8 {
  padding: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
/* Fin Ajout */

.raf-b2b.page-wrapper form.grid-3-cols .col-md-8.title h2,
.raf-b2b.page-wrapper form.grid-3-cols .col-md-8.title .package-description {
  margin-bottom: 8px;
  padding: 0;
}

/*.raf-b2b.page-wrapper form.grid-3-cols .section-flow-header,
.raf-b2b.page-wrapper form.grid-3-cols .section-flow-header .row {
display: contents;
} suppression 18-04 PHO*/

.raf-b2b.page-wrapper form.grid-3-cols .section-flow-header .col-md-4 {
  grid-row: span 2;
}

.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad {
  background: none;
  box-shadow: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad .row:first-child {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 0 32px;
  width: 100%;
}

.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad .col-md-5,
.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad .col-md-4 {
  max-width: none;
  width: 100%;
}

.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad .col-md-3 {
  /*-webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;*/
  display: none;
}

.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad fieldset {
  max-width: none;
}

.raf-b2b.page-wrapper form.grid-3-cols .section-create-ad fieldset .field {
  max-width: calc(100% - 32px);
  display: flex;
  padding-top: 20px;
}

.raf-b2b.page-wrapper .section .enhancements {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}

.raf-b2b.page-wrapper .section .enhancements .field {
  height: 50px;
}

.raf-b2b.page-wrapper .section .enhancements .field label {
  font-weight: bold;
  font-size: 1em;
}

/* Labels */
.raf-b2b.page-wrapper .section #fields label,
.raf-b2b.page-wrapper .section .create-ad-preview div#title_preview p {
  font-weight: bold;
  font-size: 1em;
}

.raf-b2b.page-wrapper .section .enhancements > div.enhancement-checkbox {
  margin-top: 10px;
}

.raf-b2b.page-wrapper .section .enhancements > div.enhancement-radiobuttonlist {
  margin-bottom: 80px;
}

.raf-b2b.page-wrapper .section .field {
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  padding-right: 50px;
  vertical-align: middle;
  border: none;
}

/* To make the ad creation form inputs uniform */

.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-radiobuttonlist
  div.btn-group:hover,
.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-checkbox
  .yes-no
  label.cb-label:has(.checked),
.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-checkbox
  .yes-no
  label:hover {
  /*background-color: #E0E0E0;*/
  cursor: pointer;
}

.raf-b2b.page-wrapper form .section-create-ad div.row.navigation {
  height: 2vh;
}

.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-checkbox
  .yes-no {
  display: flex;
  flex-direction: row;
  width: 40em;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 12px;
}

/* Labels for ad creation form are at the same height as the checkbox & yes/no options */
.raf-b2b.page-wrapper .section-create-ad fieldset .enhancement-checkbox {
  margin-top: 5px;
}

.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-checkbox
  > label {
  margin-top: 12px;
  font-weight: bold;
}

.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-checkbox
  .yes-no
  label {
  border-radius: 0.05rem;
  /*border: 1.5px solid black;*/
  padding: 0 3px;
  background: #ffffff;
  min-height: 10px;
  line-height: 1.375rem;
  font-weight: 400;
  margin: 2px 0px 0px 0px;
}

/* Field to upload images now under the photos option on the form */
.raf-b2b.page-wrapper
  .section-create-ad
  #fields
  > .field:has(> .editor-file-upload) {
  position: relative;
  bottom: 275px;
  height: 3em;
  margin-bottom: auto;
}

.raf-b2b.page-wrapper
  .section-create-ad
  #fields
  > .field:has(> .editor-file-upload)
  div.editor-file-upload {
  right: 4.5%;
  position: relative;
}

.raf-b2b.page-wrapper
  .section-create-ad
  #fields
  > .field:has(> .editor-file-upload)
  div.editor-file-upload
  button {
  text-indent: -9999px;
  line-height: 0;
}

.raf-b2b.page-wrapper
  .section-create-ad
  #fields
  > .field:has(> .editor-file-upload)
  div.editor-file-upload
  button::after {
  content: "Parcourir";
  text-indent: 0;
  display: block;
  line-height: initial;
}

.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-checkbox
  .help-icon {
  margin-top: 2%;
}

.raf-b2b.page-wrapper
  .section-create-ad
  fieldset
  .enhancement-radiobuttonlist
  .help-icon {
  margin-top: 2%;
}

.raf-b2b.page-wrapper a.ui-corner-right {
  background-color: #ffffff;
  height: 20px;
}

/* Down arrow symbol in ad creation form */
.raf-b2b.page-wrapper .custom-combobox-toggle .fa-caret-down {
  height: 20px;
  content: "\2B9F";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  margin-left: 10px;
  color: #7f7f7f;
  background-color: #e9e9e9;
  margin-top: 1px;
  border: 2px solid #d3d3d3;
  border-radius: 2px 2px 2px 2px;
  font-size: 13px;
}

.raf-b2b.page-wrapper .field #show-options-model,
.raf-b2b.page-wrapper .field #show-options-make {
  left: 5px;
}

.raf-b2b.page-wrapper .field span,
.raf-b2b.page-wrapper .field .editable-select input {
  width: 100%;
}

.raf-b2b.page-wrapper
  form.grid-3-cols
  .section-create-ad
  .editable-select
  input,
.raf-b2b.page-wrapper .section .field #price {
  max-width: calc(100% - 22px);
}

.raf-b2b #mainMenu {
  border-top: 1px solid black;
  margin: 24px 0;
  padding-top: 24px;
}

.raf-b2b #mainMenu ul {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.raf-b2b #mainMenu li {
  box-shadow: none;
  list-style: none;
}

.raf-b2b #mainMenu li.active a {
  background: #ede9e1;
}

.raf-b2b #mainMenu a {
  color: #242424;
  padding: 8px 16px;
  text-decoration: none;
}

.raf-b2b .btn {
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}

.raf-b2b .btn-login {
  background: none;
  border: 1px solid black;
  color: black !important;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 4px 0;
  padding: 0 8px;
  text-transform: none;
  width: 100%;
}

.raf-b2b .btn-login:hover,
.raf-b2b .btn:hover {
  color: #fdfdfd !important;
}

.header .login .raf-b2b .btn-login {
  background: none;
  border: 1px solid black;
  color: black !important;
  text-transform: none;
}

.raf-b2b .section-homepage {
  text-align: center;
}

.raf-b2b .section-homepage .btn-book {
  background: black;
  border-radius: 0;
  display: inline-block !important;
  margin: 16px auto;
  padding: 4px 4px !important;
  text-transform: none;
  width: auto !important;
}

.raf-b2b .section-homepage .btn-book p {
  font-size: 1rem !important;
}

.raf-b2b .section-your-details .row {
  display: block;
}

/* Page entrez vos coordonnées */
.raf-b2b .section-your-details .content fieldset > div.field > input,
.raf-b2b .section-your-details .content fieldset div.btn-group {
  width: 60vw;
  max-width: 60vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.raf-b2b .section-your-details .content fieldset div.btn-group .filter-option {
  text-align: left;
  left: 1vw;
}

.raf-b2b .section-your-details .content fieldset div.btn-group .caret {
  width: 3vw;
}

.raf-b2b.page-wrapper .content {
  background: none;
  box-shadow: none;
  padding: 0;
}

.raf-b2b.page-wrapper .section-homepage-content {
  display: none;
}

.raf-b2b.page-wrapper .section-homepage .homepage-panel {
  background: transparent;
  box-shadow: none;
  pointer-events: initial !important;
}

.raf-b2b.page-wrapper .section-homepage .homepage-panel .read-more {
  display: none;
}

.raf-b2b.page-wrapper .section-homepage .homepage-panel .newspaper-today {
  box-shadow: none;
  height: 280px;
  display: block !important;
}

.raf-b2b.page-wrapper .section-homepage .homepage-panel .newspaper-today:hover {
  max-width: 230px;
}

.raf-b2b.page-wrapper .section-homepage .homepage-panel .newspaper-today img {
  max-height: 100%;
}

.raf-b2b.page-wrapper .section-homepage {
  background-color: #ffffff;
  margin-bottom: 0;
}

.raf-b2b.page-wrapper .section-homepage > .row {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  padding: 32px 0;
}

.raf-b2b .container .section-categories {
  margin: 32px auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.raf-b2b .help-icon {
  -webkit-align-items: center;
  align-items: center;
  background: #a38e3d;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.raf-b2b .enhancements div.enhancement div.help-icon {
  left: 20%;
  position: relative;
  align-items: center;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  padding: 12px;
  margin-bottom: 5px;
  content: "i";
  top: 1em;
  font-family: serif;
  font-style: italic;
}

/* suppression PHO 18-04
.raf-b2b.page-wrapper div.ad-preview-title > div.help-icon:before {
top: 12px;
margin:0;
padding:0;
align-items:center;
}*/

/* Icône 'i' sur la page de renseignement de coordonnées */

.raf-b2b div.field > div.help-icon {
  max-width: 20px;
  background-color: #a38e3d;
  left: 60vw;
  bottom: 2vh;
}

.raf-b2b.page-wrapper .section-your-details .navigation.row {
  bottom: 295px;
  left: 200px;
}

.raf-b2b.page-wrapper .section-your-details .login-form {
  position: relative;
  top: 60px;
}

.raf-b2b.page-wrapper form .row .content div.login-form {
  max-width: 30vw;
  left: 2%;
}

.raf-b2b.page-wrapper form .row .content div.login-form fieldset {
  right: 9.5vw;
  position: relative;
  display: block;
  align-items: center;
}
.raf-b2b.page-wrapper form .row div.login-form fieldset > label {
  text-align: left;
}

.raf-b2b form .row .col-md-6 input.cancel {
  /*position: relative; suppression 18-04 PHO*/
  left: 15vw;
  bottom: 3.8vh;
}

.raf-b2b form .row .comms-prefs div.centered,
.raf-b2b form .row .col-md-6 input.cancel {
  width: 10vw;
}

/* Page mes validations */
/* Couleur du selecteur des éléments dans la tables de commandes/pubs */
.raf-b2b .section-my-bookings div#grid table.formatted tr:hover {
  border-left: 5px #a38e3d solid;
}

/* Détails de l'annonce */
.raf-b2b .section-confirmation div.row div#adPreview img {
  height: 20%;
  width: 25%;
  min-height: 200px;
  min-width: 250px;
}

.raf-b2b .help-icon:before {
  background-color: #a38e3d;
  position: relative;
  content: "i";
  font-family: serif;
  font-style: italic;
}

.raf-b2b div.centered {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.raf-b2b div.centered input.btn {
  padding: 4px;
  margin: 4px;
}

.raf-b2b div.content > h2 {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

/* change PHO 18-04 */
.raf-b2b .section-create-ad .ad-preview-title .help-icon {
  display: none;
  /*background-color: #a38e3d;
position: relative;
align-items:center;
height: 24px;
width: 24px;
border-radius:24px;
margin: 10px;
bottom: 30px;
padding: 2px;
content: "i";
font-family: serif;
font-style: italic;*/
}

.raf-b2b .container .section-categories .row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.raf-b2b .container .section-categories .col-category {
  -webkit-align-items: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: flex;
}

.raf-b2b .container .section-categories .category-select {
  border: 1px solid #d9dbdc;
  width: 100%;
}

.raf-b2b .container .section-categories .category-select .dropdown-toggle {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 16px;
  width: 100%;
}

.raf-b2b
  .container
  .section-categories
  .category-select
  .dropdown-toggle
  .filter-option {
  padding: 0;
}

.raf-b2b
  .container
  .section-categories
  .category-select
  .dropdown-toggle
  .caret {
  background-image: none;
  border-style: solid;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-color: #383838 transparent transparent transparent;
  border-width: 10px 8px 0 8px;
  position: relative;
  margin: 0;
}

.raf-b2b .container .section-categories .category-select .dropdown-menu li {
  background-color: #ffffff;
  border: 1px solid #d9dbdc;
}

.raf-b2b .container .section-categories .dropdown-toggle .dropdown-menu li a {
  text-transform: none;
}

.raf-b2b .container .section-categories .dropdown-toggle {
  background: none;
}

.rosselFr .container div#packages.section-packages,
.rosselFr .container .section-publications,
.raf-b2b .container div#packages.section-packages {
  margin: 32px auto;
  max-width: 1200px;
  padding: 0;
  width: 90%;
}

.rosselFr .container div#packages.section-packages h1,
.rosselFr .container .section-publications h2,
.raf-b2b .container div#packages.section-packages h1 {
  text-align: center;
  text-transform: none;
}

.rosselFr .container div#packages.section-packages div.section,
.rosselFr .container .section-publications div.section,
.raf-b2b .container div#packages.section-packages div.section {
  padding: 0;
}

.rosselFr .container div#packages.section-packages p.newspaper,
.raf-b2b .container div#packages.section-packages p.newspaper {
  padding: 0;
  text-align: center;
}

.rosselFr .container div#packages.section-packages .package-container {
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

.raf-b2b .container div#packages.section-packages .package-container {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}


.raf-b2b .container div#packages.section-packages .package-container .package {
  background: #a38e3d;
  float: none;
  justify-self: center;
  margin: 0;
  max-width: 350px;
  padding: 16px;
  margin-bottom: 32px;
  height: 80%;
  text-align: center;
  transition: all linear 0.2s;
  width: auto;
}

.rosselFr .container div#packages.section-packages .package-container .package {
  background: #949490;
  float: none;
  justify-self: center;
  margin: 0;
  max-width: 350px;
  padding: 16px;
  margin-bottom: 32px;
  height: 80%;
  text-align: center;
  transition: all linear 0.2s;
  width: auto;
}

.rosselFr .container div#packages.section-packages .package-container .package-info {
  background: #949490;
}

.raf-b2b .container div#packages.section-packages .package-container .package {
  background: #a38e3d !important;
}

.raf-b2b
  .container
  div#packages.section-packages
  .package-container
  .package:hover,
.raf-b2b
  .container
  div#packages.section-packages
  .package-container
  .package:focus {
  background: #605915;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.raf-b2b
  .container
  div#packages.section-packages
  .package-container
  .package:hover
  .package-info,
.raf-b2b
  .container
  div#packages.section-packages
  .package-container
  .package:focus
  .package-info {
  color: #fdfdfd;
}

.raf-b2b
  .container
  div#packages.section-packages
  .package-container
  .package
  .package-info {
  background: none;
}

.raf-b2b .container div#packages.section-packages .newspaper-group .content {
  background: #ffffff;
  box-shadow: none;
}

@media (min-width: 576px) {
  .raf-b2b.page-wrapper .container {
    max-width: none;
  }
}

@media (min-width: 664px) {
  .rosselFr.no-slide .row-info .col-md-3,
  .raf-b2b.no-slide .row-info .col-md- {
    max-width: none;
  }

  .raf-b2b.page-wrapper form.grid-with-sidebar,
  .rosselFr.page-wrapper form.grid-with-sidebar {
    display: grid;
    gap: 0 32px;
    grid-template-columns: 2.5fr 1fr;
  }

  .rosselFr.page-wrapper form.grid-with-sidebar .validation-summary-valid,
  .raf-b2b.page-wrapper form.grid-with-sidebar .validation-summary-valid {
    grid-column: 1 / -1;
  }

  .rosselFr.page-wrapper form.grid-with-sidebar .section-flow-header,
  .rosselFr.page-wrapper form.grid-with-sidebar .section-flow-header .row,
  .raf-b2b.page-wrapper form.grid-with-sidebar .section-flow-header,
  .raf-b2b.page-wrapper form.grid-with-sidebar .section-flow-header .row {
    display: contents;
  }

  /* .raf-b2b.page-wrapper form.grid-3-cols {
  display: grid;
  gap: 0 32px;
  grid-template-columns: 2.5fr 1fr;
} suppression 18-04 PHO */
}

@media (min-width: 768px) {
  .raf-b2b.page-wrapper .container {
    max-width: none;
  }

  .raf-b2b.page-wrapper .col-md-4 {
    -webkit-flex: auto;
    flex: auto;
    max-width: 100%;
  }

  .raf-b2b.page-wrapper .col-md-8 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .raf-b2b.page-wrapper .container {
    max-width: none;
  }
}

@media (min-width: 998px) {
  .raf-b2b.page-wrapper form.grid-with-sidebar .col-lg-8 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .raf-b2b.page-wrapper .container {
    max-width: none;
  }

  .raf-b2b.page-wrapper .field input[type="text"],
  .raf-b2b.page-wrapper .field input[type="password"],
  .raf-b2b.page-wrapper .field select,
  .raf-b2b.page-wrapper .field textarea,
  .raf-b2b.page-wrapper .field .bootstrap-select:not([class*="span"]),
  .raf-b2b.page-wrapper .field .custom-combobox .custom-combobox-input {
    width: 100%;
  }
}

/* ajout PHO 18-04*/
.raf-b2b .lnk-edit,
.raf-b2b .lnk-cancel {
  display: none;
}
/* fin ajout */

@media print {
  *,
  *::after,
  *::before {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #d9dbdc;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=ssc-pa.css.map */
.rosselFrBe.container.section.row.col-md-6.btn {
  color: white;
  background-color: #2ebe4f;
  border-color: #28a745;
}
.rosselFrBe.container.section.row.col-md-6.btn:hover {
  background-color: #32d758;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.popup_hidden {
  display: none;
}

.popup_button,
#rosselFr_popup_hidden iframe
{
    pointer-events:auto;
}

#rosselFr_popup_hidden {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.rosselFr .integrated-price {
  position: absolute;
  bottom: 50px;
  width: 100%  !important;
}
/* 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;
    }
}

