@charset "UTF-8";
/* COLORS */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//fonts.googleapis.com/css?family=Open%20Sans%3A300%2C400%2C700%2C800%2C400italic%2C600italic%2C600");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 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,
main,
menu,
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 displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

/**
 * 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-color: #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 inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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 font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"],
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; }

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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; }

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/**
 * 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: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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; }

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .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-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .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-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  [class*=col-md].offset-1,
  .col-md-offset-1 {
    margin-left: 8.333%; }
  [class*=col-md].offset-2,
  .col-md-offset-2 {
    margin-left: 16.667%; }
  [class*=col-md].offset-3,
  .col-md-offset-3 {
    margin-left: 25%; }
  [class*=col-md].offset-4,
  .col-md-offset-4 {
    margin-left: 33.333%; }
  [class*=col-md].offset-5,
  .col-md-offset-5 {
    margin-left: 41.667%; }
  [class*=col-md].offset-6,
  .col-md-offset-6 {
    margin-left: 50%; }
  [class*=col-md].offset-7,
  .col-md-offset-7 {
    margin-left: 58.333%; }
  [class*=col-md].offset-8,
  .col-md-offset-8 {
    margin-left: 66.667%; }
  [class*=col-md].offset-9,
  .col-md-offset-9 {
    margin-left: 75%; }
  [class*=col-md].offset-10,
  .col-md-offset-10 {
    margin-left: 83.333%; }
  [class*=col-md].offset-11,
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .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-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

/*!
 *  Font Awesome 4.5.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("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/*@import "effects/2d-transitions/grow";
@if $includeClasses {
	.hvr-grow {
		@include grow();
	}
}*/
/*@import "effects/2d-transitions/shrink";
@if $includeClasses {
	.hvr-shrink {
		@include shrink();
	}
}*/
/*@import "effects/2d-transitions/pulse";
@if $includeClasses {
	.hvr-pulse {
		@include pulse();
	}
}*/
/*@import "effects/2d-transitions/pulse-grow";
@if $includeClasses {
	.hvr-pulse-grow {
		@include pulse-grow();
	}
}*/
/*@import "effects/2d-transitions/pulse-shrink";
@if $includeClasses {
	.hvr-pulse-shrink {
		@include pulse-shrink();
	}
}*/
/*@import "effects/2d-transitions/push";
@if $includeClasses {
	.hvr-push {
		@include push();
	}
}*/
/*@import "effects/2d-transitions/pop";
@if $includeClasses {
	.hvr-pop {
		@include pop();
	}
}*/
/*@import "effects/2d-transitions/bounce-in";
@if $includeClasses {
	.hvr-bounce-in {
		@include bounce-in();
	}
}*/
/*@import "effects/2d-transitions/bounce-out";
@if $includeClasses {
	.hvr-bounce-out {
		@include bounce-out();
	}
}*/
/*@import "effects/2d-transitions/rotate";
@if $includeClasses {
	.hvr-rotate {
		@include rotate();
	}
}*/
/*@import "effects/2d-transitions/grow-rotate";
@if $includeClasses {
	.hvr-grow-rotate {
		@include grow-rotate();
	}
}*/
/*@import "effects/2d-transitions/float";
@if $includeClasses {
	.hvr-float {
		@include float();
	}
}*/
/*@import "effects/2d-transitions/sink";
@if $includeClasses {
	.hvr-sink {
		@include sink();
	}
}*/
/*@import "effects/2d-transitions/bob";
@if $includeClasses {
	.hvr-bob {
		@include bob();
	}
}*/
/*@import "effects/2d-transitions/hang";
@if $includeClasses {
	.hvr-hang {
		@include hang();
	}
}*/
/*@import "effects/2d-transitions/skew";
@if $includeClasses {
	.hvr-skew {
		@include skew();
	}
}*/
/*@import "effects/2d-transitions/skew-forward";
@if $includeClasses {
	.hvr-skew-forward {
		@include skew-forward();
	}
}*/
/*@import "effects/2d-transitions/skew-backward";
@if $includeClasses {
	.hvr-skew-backward {
	    @include skew-backward();
	}
}*/
/*@import "effects/2d-transitions/wobble-vertical";
@if $includeClasses {
	.hvr-wobble-vertical {
		@include wobble-vertical();
	}
}*/
/*@import "effects/2d-transitions/wobble-horizontal";
@if $includeClasses {
	.hvr-wobble-horizontal {
		@include wobble-horizontal();
	}
}*/
/*@import "effects/2d-transitions/wobble-to-bottom-right";
@if $includeClasses {
	.hvr-wobble-to-bottom-right {
	    @include wobble-to-bottom-right();
	}
}*/
/*@import "effects/2d-transitions/wobble-to-top-right";
@if $includeClasses {
	.hvr-wobble-to-top-right {
	    @include wobble-to-top-right();
	}
}*/
/*@import "effects/2d-transitions/wobble-top";
@if $includeClasses {
	.hvr-wobble-top {
		@include wobble-top();
	}
}*/
/*@import "effects/2d-transitions/wobble-bottom";
@if $includeClasses {
	.hvr-wobble-bottom {
		@include wobble-bottom();
	}
}*/
/*@import "effects/2d-transitions/wobble-skew";
@if $includeClasses {
	.hvr-wobble-skew {
	    @include wobble-skew();
	}
}*/
/*@import "effects/2d-transitions/buzz";
@if $includeClasses {
	.hvr-buzz {
	    @include buzz();
	}
}*/
/*@import "effects/2d-transitions/buzz-out";
@if $includeClasses {
	.hvr-buzz-out {
	    @include buzz-out();
	}
}*/
/* BACKGROUND TRANSITIONS */
/*@import "effects/background-transitions/fade";
@if $includeClasses {
	.hvr-fade {
		@include fade();
	}
}*/
/*@import "effects/background-transitions/back-pulse";
@if $includeClasses {
	.hvr-back-pulse {
		@include back-pulse();
	}
}*/
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #34b4e4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white; }
    .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/*@import "effects/background-transitions/sweep-to-left";
@if $includeClasses {
	.hvr-sweep-to-left {
		@include sweep-to-left();
	}
}*/
/*@import "effects/background-transitions/sweep-to-bottom";
@if $includeClasses {
	.hvr-sweep-to-bottom {
		@include sweep-to-bottom();
	}
}*/
/*@import "effects/background-transitions/sweep-to-top";
@if $includeClasses {
	.hvr-sweep-to-top {
		@include sweep-to-top();
	}
}*/
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #34b4e4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; }
    .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #34b4e4;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white; }
    .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/*@import "effects/background-transitions/bounce-to-bottom";
@if $includeClasses {
	.hvr-bounce-to-bottom {
		@include bounce-to-bottom();
	}
}*/
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #34b4e4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white; }
    .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/*@import "effects/background-transitions/radial-out";
@if $includeClasses {
	.hvr-radial-out {
		@include radial-out();
	}
}*/
/*@import "effects/background-transitions/radial-in";
@if $includeClasses {
	.hvr-radial-in {
		@include radial-in();
	}
}*/
/*@import "effects/background-transitions/rectangle-in";
@if $includeClasses {
	.hvr-rectangle-in {
		@include rectangle-in();
	}
}*/
/*@import "effects/background-transitions/rectangle-out";
@if $includeClasses {
	.hvr-rectangle-out {
		@include rectangle-out();
	}
}*/
/*@import "effects/background-transitions/shutter-in-horizontal";
@if $includeClasses {
	.hvr-shutter-in-horizontal {
		@include shutter-in-horizontal();
	}
}*/
/*@import "effects/background-transitions/shutter-out-horizontal";
@if $includeClasses {
	.hvr-shutter-out-horizontal {
		@include shutter-out-horizontal();
	}
}*/
/*@import "effects/background-transitions/shutter-in-vertical";
@if $includeClasses {
	.hvr-shutter-in-vertical {
		@include shutter-in-vertical();
	}
}*/
/*@import "effects/background-transitions/shutter-out-vertical";
@if $includeClasses {
	.hvr-shutter-out-vertical {
		@include shutter-out-vertical();
	}
}*/
/* BORDER TRANSITIONS */
/*@import "effects/border-transitions/border-fade";
@if $includeClasses {
	.hvr-border-fade {
		@include border-fade();
	}
}*/
/*@import "effects/border-transitions/hollow";
@if $includeClasses {
	.hvr-hollow {
		@include hollow();
	}
}*/
/*@import "effects/border-transitions/trim";
@if $includeClasses {
	.hvr-trim {
		@include trim();
	}
}*/
/*@import "effects/border-transitions/ripple-out";
@if $includeClasses {
	.hvr-ripple-out {
		@include ripple-out();
	}
}*/
/*@import "effects/border-transitions/ripple-in";
@if $includeClasses {
	.hvr-ripple-in {
		@include ripple-in();
	}
}*/
/*@import "effects/border-transitions/outline-out";
@if $includeClasses {
	.hvr-outline-out {
		@include outline-out();
	}
}*/
/*@import "effects/border-transitions/outline-in";
@if $includeClasses {
	.hvr-outline-in {
		@include outline-in();
	}
}*/
/*@import "effects/border-transitions/round-corners";
@if $includeClasses {
	.hvr-round-corners {
		@include round-corners();
	}
}*/
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffd300;
    height: 5px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0; }

/*@import "effects/border-transitions/underline-from-center";
@if $includeClasses {
	.hvr-underline-from-center {
		@include underline-from-center();
	}
}*/
/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #ffd300;
    height: 5px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0; }

/*@import "effects/border-transitions/overline-from-left";
@if $includeClasses {
	.hvr-overline-from-left {
		@include overline-from-left();
	}
}*/
/*@import "effects/border-transitions/overline-from-center";
@if $includeClasses {
	.hvr-overline-from-center {
		@include overline-from-center();
	}
}*/
/*@import "effects/border-transitions/overline-from-right";
@if $includeClasses {
	.hvr-overline-from-right {
		@include overline-from-right();
	}
}*/
/*@import "effects/border-transitions/reveal";
@if $includeClasses {
	.hvr-reveal {
		@include reveal();
	}
}*/
/*@import "effects/border-transitions/underline-reveal";
@if $includeClasses {
	.hvr-underline-reveal {
		@include underline-reveal();
	}
}*/
/*@import "effects/border-transitions/overline-reveal";
@if $includeClasses {
	.hvr-overline-reveal {
		@include overline-reveal();
	}
}*/
/* SHADOW/GLOW TRANSITIONS */
/*@import "effects/shadow-and-glow-transitions/glow";
@if $includeClasses {
	.hvr-glow {
		@include glow();
	}
}*/
/*@import "effects/shadow-and-glow-transitions/shadow";
@if $includeClasses {
	.hvr-shadow {
		@include shadow();
	}
}*/
/*@import "effects/shadow-and-glow-transitions/grow-shadow";
@if $includeClasses {
	.hvr-grow-shadow {
		@include grow-shadow();
	}
}*/
/*@import "effects/shadow-and-glow-transitions/box-shadow-outset";
@if $includeClasses {
	.hvr-box-shadow-outset {
		@include box-shadow-outset();
	}
}*/
/*@import "effects/shadow-and-glow-transitions/box-shadow-inset";
@if $includeClasses {
	.hvr-box-shadow-inset {
		@include box-shadow-inset();
	}
}*/
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/*@import "effects/shadow-and-glow-transitions/shadow-radial";
@if $includeClasses {
	.hvr-shadow-radial {
		@include shadow-radial();
	}
}*/
/* SPEECH BUBBLES */
/*@import "effects/speech-bubbles/bubble-top";
@if $includeClasses {
	.hvr-bubble-top {
		@include bubble-top();
	}
}*/
/*@import "effects/speech-bubbles/bubble-right";
@if $includeClasses {
	.hvr-bubble-right {
		@include bubble-right();
	}
}*/
/*@import "effects/speech-bubbles/bubble-bottom";
@if $includeClasses {
	.hvr-bubble-bottom {
		@include bubble-bottom();
	}
}*/
/*@import "effects/speech-bubbles/bubble-left";
@if $includeClasses {
	.hvr-bubble-left {
		@include bubble-left();
	}
}*/
/*@import "effects/speech-bubbles/bubble-float-top";
@if $includeClasses {
	.hvr-bubble-float-top {
		@include bubble-float-top();
	}
}*/
/*@import "effects/speech-bubbles/bubble-float-right";
@if $includeClasses {
	.hvr-bubble-float-right {
		@include bubble-float-right();
	}
}*/
/*@import "effects/speech-bubbles/bubble-float-bottom";
@if $includeClasses {
	.hvr-bubble-float-bottom {
		@include bubble-float-bottom();
	}
}*/
/*@import "effects/speech-bubbles/bubble-float-left";
@if $includeClasses {
	.hvr-bubble-float-left {
		@include bubble-float-left();
	}
}*/
/* ICONS */
/*@import "effects/icons/icon-back";
@if $includeClasses {
	.hvr-icon-back {
		@include icon-back();
	}
}*/
/*@import "effects/icons/icon-forward";
@if $includeClasses {
	.hvr-icon-forward {
		@include icon-forward();
	}
}*/
/*@import "effects/icons/icon-down";
@if $includeClasses {
	.hvr-icon-down {
		@include icon-down();
	}
}*/
/*@import "effects/icons/icon-up";
@if $includeClasses {
	.hvr-icon-up {
		@include icon-up();
	}
}*/
/*@import "effects/icons/icon-spin";
@if $includeClasses {
	.hvr-icon-spin {
		@include icon-spin();
	}
}*/
/*@import "effects/icons/icon-drop";
@if $includeClasses {
	.hvr-icon-drop {
		@include icon-drop();
	}
}*/
/*@import "effects/icons/icon-fade";
@if $includeClasses {
	.hvr-icon-fade {
		@include icon-fade();
	}
}*/
/*@import "effects/icons/icon-float-away";
@if $includeClasses {
	.hvr-icon-float-away {
		@include icon-float-away();
	}
}*/
/*@import "effects/icons/icon-sink-away";
@if $includeClasses {
	.hvr-icon-sink-away {
		@include icon-sink-away();
	}
}*/
/*@import "effects/icons/icon-grow";
@if $includeClasses {
	.hvr-icon-grow {
		@include icon-grow();
	}
}*/
/*@import "effects/icons/icon-shrink";
@if $includeClasses {
	.hvr-icon-shrink {
		@include icon-shrink();
	}
}*/
/*@import "effects/icons/icon-pulse";
@if $includeClasses {
	.hvr-icon-pulse {
		@include icon-pulse();
	}
}*/
/*@import "effects/icons/icon-pulse-grow";
@if $includeClasses {
	.hvr-icon-pulse-grow {
		@include icon-pulse-grow();
	}
}*/
/*@import "effects/icons/icon-pulse-shrink";
@if $includeClasses {
	.hvr-icon-pulse-shrink {
		@include icon-pulse-shrink();
	}
}*/
/*@import "effects/icons/icon-push";
@if $includeClasses {
	.hvr-icon-push {
		@include icon-push();
	}
}*/
/*@import "effects/icons/icon-pop";
@if $includeClasses {
	.hvr-icon-pop {
		@include icon-pop();
	}
}*/
/*@import "effects/icons/icon-bounce";
@if $includeClasses {
	.hvr-icon-bounce {
		@include icon-bounce();
	}
}*/
/*@import "effects/icons/icon-rotate";
@if $includeClasses {
	.hvr-icon-rotate {
		@include icon-rotate();
	}
}*/
/*@import "effects/icons/icon-grow-rotate";
@if $includeClasses {
	.hvr-icon-grow-rotate {
		@include icon-grow-rotate();
	}
}*/
/*@import "effects/icons/icon-float";
@if $includeClasses {
	.hvr-icon-float {
		@include icon-float();
	}
}*/
/*@import "effects/icons/icon-sink";
@if $includeClasses {
	.hvr-icon-sink {
		@include icon-sink();
	}
}*/
/*@import "effects/icons/icon-bob";
@if $includeClasses {
	.hvr-icon-bob {
		@include icon-bob();
	}
}*/
/*@import "effects/icons/icon-hang";
@if $includeClasses {
	.hvr-icon-hang {
		@include icon-hang();
	}
}*/
/*@import "effects/icons/icon-wobble-horizontal";
@if $includeClasses {
	.hvr-icon-wobble-horizontal {
		@include icon-wobble-horizontal();
	}
}*/
/*@import "effects/icons/icon-wobble-vertical";
@if $includeClasses {
	.hvr-icon-wobble-vertical {
		@include icon-wobble-vertical();
	}
}*/
/*@import "effects/icons/icon-buzz";
@if $includeClasses {
	.hvr-icon-buzz {
		@include icon-buzz();
	}
}*/
/*@import "effects/icons/icon-buzz-out";
@if $includeClasses {
	.hvr-icon-buzz-out {
		@include icon-buzz-out();
	}
}*/
/* CURLS */
/*@import "effects/curls/curl-top-left";
@if $includeClasses {
	.hvr-curl-top-left {
		@include curl-top-left();
	}
}*/
/*@import "effects/curls/curl-top-right";
@if $includeClasses {
	.hvr-curl-top-right {
		@include curl-top-right();
	}
}*/
/*@import "effects/curls/curl-bottom-right";
@if $includeClasses {
	.hvr-curl-bottom-right {
		@include curl-bottom-right();
	}
}*/
/*@import "effects/curls/curl-bottom-left";
@if $includeClasses {
	.hvr-curl-bottom-left {
		@include curl-bottom-left();
	}
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
**  @include respond-to('small') {
**    color: blue;
**  }
*/
/*
import Google Web Font
*/
.row.nowrap {
  flex-wrap: nowrap; }

.row.column {
  flex-direction: column; }

.stretch {
  align-items: stretch; }

@media (max-width: 47.9375em) {
  .row.column-xs {
    flex-direction: column; }
  .container-fluid,
  .container {
    padding-right: 1em;
    padding-left: 1em; } }

@media (max-width: 48em) {
  .row {
    margin: 0; }
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding: 0; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 48rem; }
  /*fix margin on the container for ipad and below*/
  .container-fluid,
  .container {
    padding-right: 2rem;
    padding-left: 2rem; }
  .col-xs-2 {
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-xs-offset-2 {
    margin-left: 16.666%; }
  .row.column-xs {
    flex-direction: column; } }

.col-sm-2 {
  flex-basis: 16.666%;
  max-width: 16.666%; }

.col-sm-offset-2 {
  margin-left: 16.666%; }

@media only screen and (min-width: 64em) {
  .container {
    width: 64rem; }
  .col-md-2 {
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-md-offset-2 {
    margin-left: 16.666%; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 75rem; }
  .col-lg-2 {
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-lg-offset-2 {
    margin-left: 16.666%; } }

/*
    Hack : render the first child of container with class col-[*] in "auto",
    because Orchard cannot render grid without "container" class.
*/
div[class*="col-"] .container {
  width: auto; }

* {
  box-sizing: border-box; }

::selection {
  background-color: rgba(51, 179, 227, 0.2); }

html {
  height: 100%; }

body {
  font-family: "Open Sans", arial, verdana;
  color: #1a262f;
  display: flex;
  height: 100%;
  flex-direction: column;
  font-size: 16px; }

img {
  max-width: 100%;
  height: auto; }

#layout-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column; }

h1, h3 {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1em; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.4em; }

h1 {
  color: #34b4e4;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px; }

h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px; }
  h2 span {
    font-weight: 700; }

h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; }

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }

p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 10px; }
  p.bold {
    font-weight: 700; }
  p:empty {
    margin-bottom: 0; }

h4.info {
  position: relative;
  display: inline-block;
  background: black;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px; }
  h4.info::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 8px solid black;
    position: absolute;
    left: 20%;
    bottom: -12px;
    z-index: -1; }

a {
  color: #33b3e3;
  text-decoration: none; }

ul {
  padding-left: 0px; }
  @media (max-width: 48em) {
    ul {
      padding-left: 5px; } }
  ul[class|=list] li {
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 20px; }
  ul.list li:before {
    content: "•";
    color: #33b3e3;
    margin-right: 10px;
    margin-left: -15px;
    font-weight: 600; }
  ul.list li ul li:before {
    content: "-"; }
  ul.list-pdf li:before {
    font-family: "fontAwesome";
    content: "\f1c1";
    margin-right: 5px; }

ul {
  list-style-type: none; }

ol li {
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 20px; }

ol.list-number {
  padding-left: 0px;
  list-style-type: none;
  counter-reset: number; }
  ol.list-number > li {
    margin-left: 30px; }
    ol.list-number > li:before {
      counter-increment: number;
      content: counter(number) " |";
      color: #33b3e3;
      margin-left: -25px;
      margin-right: 5px;
      font-weight: bold; }

main.content {
  flex: 1 0 auto; }

.breadcrumb-block {
  background: #ebecec; }

.breadcrumb {
  margin: 0;
  padding: 0;
  padding: 20px 0; }
  .breadcrumb li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    font-size: 14px; }
    .breadcrumb li:not(:last-child):after {
      content: ">";
      right: -20px;
      top: 0;
      position: absolute; }
    .breadcrumb li.first a {
      cursor: pointer; }
    .breadcrumb li.first span {
      font-size: 25px; }
    .breadcrumb li.first:after {
      top: 6px; }
    .breadcrumb li a {
      color: #1a262f;
      cursor: default;
      /*&.active{
                color: $link;
            }*/ }
    .breadcrumb li .icons {
      display: none; }
  @media (max-width: 64em) {
    .breadcrumb {
      display: none; } }

hr {
  border: none;
  border-top: 1px solid #dbdee0;
  width: 100%;
  margin: 30px 0; }
  hr.blue {
    border-top: 2px dashed #34b4e4; }

address {
  border-left: 5px solid #34b4e4;
  padding-left: 5px;
  margin: 15px 0; }

.share-this * {
  box-sizing: content-box; }

.iframe-video {
  max-width: 100%;
  position: relative;
  padding-bottom: 56%; }
  .iframe-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img:not('style*=height') {
  max-width: 100%;
  height: auto; }

@media (max-width: 64em) {
  #layout-content .orchard-layouts-root > .container:first-child,
  #layout-content .orchard-layouts-root > .breadcrumb-block + .container {
    padding-top: 1em; } }

#layout-intermediate-first .container {
  padding: 0; }

@keyframes leftToRight {
  0% {
    transform: translateX(-500%) translateY(-50%); }
  100% {
    transform: translateX(-50%) translateY(-50%); } }

@keyframes rightToLeft {
  0% {
    transform: translateX(-50%) translateY(-50%); }
  100% {
    transform: translateX(-500%) translateY(-50%); } }

html .modal {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -2000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all .5s ease; }
  html .modal.open {
    opacity: 1;
    z-index: 2000; }
    html .modal.open .inner {
      transform: translateX(-50%) translateY(-50%);
      animation: leftToRight 1.5s ease; }
  html .modal.close .inner {
    transform: translateX(-500%) translateY(-50%);
    animation: rightToLeft 1.5s ease; }
  html .modal .inner {
    background: #fff;
    min-height: 300px;
    margin: auto;
    top: 50%;
    left: 50%;
    max-width: none;
    width: 80%;
    position: absolute;
    transform: translateY(-50%); }
    @media (max-width: 48em) {
      html .modal .inner {
        height: 95%; } }
    html .modal .inner h1 {
      font-size: 18px; }
    html .modal .inner .content {
      position: relative;
      padding: 40px; }
      @media (max-width: 48em) {
        html .modal .inner .content {
          height: 80vh;
          width: 100%;
          overflow-y: auto;
          padding: 0; } }
    @media (max-width: 48em) {
      html .modal .inner {
        padding: 30px 10px 10px;
        width: 90%; } }
    html .modal .inner p {
      color: #000;
      padding-bottom: 0;
      margin-bottom: 15px; }
    html .modal .inner a {
      color: #33b3e3; }
  html .modal .js-close {
    font-size: 35px;
    color: #000;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    z-index: 10; }
    @media (max-width: 48em) {
      html .modal .js-close {
        position: fixed; } }
  html .modal.youtube .js-close {
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: -15px;
    right: -15px; }
  html .modal.youtube .inner {
    min-height: 0;
    padding: 0; }
    html .modal.youtube .inner .content {
      padding: 10px; }
      @media (max-width: 48em) {
        html .modal.youtube .inner .content {
          padding: 5px;
          height: auto; } }

.js-modal {
  cursor: pointer; }

.nav {
  position: relative;
  background: #57666f;
  z-index: 100;
  margin-top: 40px;
  margin: 0;
  padding: 0; }
  @media (max-width: 64em) {
    .nav {
      background: transparent;
      flex-direction: column;
      margin-top: 0; } }
  .nav > li {
    list-style-type: none;
    text-align: center;
    flex: 1; }
    @media (max-width: 64em) {
      .nav > li {
        background: #57666f;
        border-bottom: 1px solid #ffffff;
        position: relative; } }
  @media (max-width: 64em) and (max-width: 64em) {
    .nav > li:after {
      font-family: "fontAwesome";
      content: '\f0d7';
      color: #ffffff;
      position: absolute;
      top: 15px;
      right: 20px; } }
    @media (max-width: 64em) {
        .nav > li.current:after {
          content: '\f0d8'; }
        .nav > li:last-child {
          border-bottom: none; } }
    .nav > li > a {
      color: #FFFFFF;
      text-decoration: none;
      display: flex;
      align-content: stretch;
      align-items: center;
      padding: 0 20px;
      height: 50px;
      font-size: 14px;
      position: relative;
      line-height: 1.1em; }
      .nav > li > a > span {
        display: block;
        width: 100%; }
      @media (max-width: 64em) {
        .nav > li > a {
          padding: 0 15px; } }
      @media (max-width: 64em) {
        .nav > li > a {
          color: #ffffff;
          font-size: 18px;
          font-weight: 400; } }
      .nav > li > a:hover, .nav > li > a.current, .nav > li > a.active {
        background: #ffd300;
        color: #132530; }
        @media (max-width: 64em) {
          .nav > li > a:hover, .nav > li > a.current, .nav > li > a.active {
            background: transparent;
            color: #ffffff; } }
        .nav > li > a:hover:after, .nav > li > a.current:after, .nav > li > a.active:after {
          content: none; }
      .nav > li > a:after {
        content: "";
        color: #8fa4b0;
        position: absolute;
        height: 50%;
        right: -1px;
        width: 1px;
        background: #8fa4b0;
        top: 25%; }
    .nav > li.home {
      background: #132530;
      flex: 0 1 auto; }
      @media (max-width: 64em) {
        .nav > li.home {
          color: #34b4e4; }
          .nav > li.home:after {
            content: none; } }
      .nav > li.home a:hover {
        background: #34b4e4; }
      .nav > li.home a.current {
        background: #34b4e4; }
        @media (max-width: 64em) {
          .nav > li.home a.current {
            background: transparent; } }
      .nav > li.home a:after {
        content: none; }
      .nav > li.home a span {
        font-size: 25px; }
    .nav > li:last-child a:after {
      content: none; }
  .nav .subnav {
    margin: 0;
    padding: 25px;
    position: absolute;
    background: #ffd300;
    width: 100%;
    left: 0;
    display: none; }
    @media (max-width: 64em) {
      .nav .subnav {
        position: relative;
        padding: 25px 0; } }
    .nav .subnav.open {
      display: flex; }
      @media (max-width: 64em) {
        .nav .subnav.open {
          flex-direction: column;
          padding: 0; } }
    .nav .subnav.close {
      display: none; }
    .nav .subnav li {
      text-align: left;
      list-style-type: none; }
      .nav .subnav li h2 {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700; }
        @media (max-width: 64em) {
          .nav .subnav li h2 {
            padding: 10px 0 10px 20px;
            color: #000;
            margin-bottom: 0; } }
      .nav .subnav li ul.subnav-list {
        margin: 0;
        padding: 0; }
        .nav .subnav li ul.subnav-list li {
          border-bottom: 1px solid #132530;
          list-style-type: none; }
          .nav .subnav li ul.subnav-list li:last-child {
            border-bottom: none; }
          @media (max-width: 64em) {
            .nav .subnav li ul.subnav-list li {
              border-bottom: none; }
              .nav .subnav li ul.subnav-list li:hover {
                background: #57666f; } }
          .nav .subnav li ul.subnav-list li a {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            font-size: 14px;
            padding: 5px;
            display: block;
            color: #132530;
            text-decoration: none; }
            .nav .subnav li ul.subnav-list li a:before {
              content: "";
              position: absolute;
              z-index: -1;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #34b4e4;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
            .nav .subnav li ul.subnav-list li a:hover, .nav .subnav li ul.subnav-list li a:focus, .nav .subnav li ul.subnav-list li a:active {
              color: white; }
              .nav .subnav li ul.subnav-list li a:hover:before, .nav .subnav li ul.subnav-list li a:focus:before, .nav .subnav li ul.subnav-list li a:active:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1); }
            @media (max-width: 64em) {
              .nav .subnav li ul.subnav-list li a:hover {
                background: transparent;
                border-bottom-color: transparent;
                color: #ffffff; } }
            @media (max-width: 64em) {
              .nav .subnav li ul.subnav-list li a {
                padding: 5px 0;
                margin: 0 20px;
                border-bottom: 1px solid #19aad6; }
                .nav .subnav li ul.subnav-list li a:after {
                  font-family: "fontAwesome";
                  content: '\f0da';
                  float: right;
                  margin-top: 3px; }
                .nav .subnav li ul.subnav-list li a:before {
                  content: none; } }

.segment {
  display: flex;
  padding-left: 0; }
  @media (max-width: 64em) {
    .segment {
      margin: 0;
      padding: 0;
      background: #ebecec;
      justify-content: space-around;
      box-shadow: 1px 1px 1px #fff;
      flex-direction: column;
      position: relative; }
      .segment.open {
        z-index: 999;
        padding-top: 40px; }
        .segment.open li a {
          display: block; }
      .segment:after {
        font-family: "FontAwesome";
        content: "";
        padding: 12px 10px;
        background: #ffd300;
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none; } }
  .segment li a {
    padding: 10px;
    color: #1a262f;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    display: block; }
    @media (max-width: 64em) {
      .segment li a {
        display: none;
        font-weight: 700;
        padding: 10px; } }
    .segment li a:after {
      content: "|";
      position: absolute;
      right: -5px;
      top: 10px;
      color: #1a262f; }
      @media (max-width: 64em) {
        .segment li a:after {
          content: none; } }
    .segment li a:hover {
      background: #34b4e4;
      color: #FFFFFF; }
      .segment li a:hover:after {
        content: none; }
    .segment li a.current {
      color: #34b4e4; }
      @media (max-width: 64em) {
        .segment li a.current {
          display: block; } }
      .segment li a.current:hover {
        color: #FFFFFF; }
  .segment li:last-child a:after {
    content: none; }

@media (max-width: 64em) {
  .zone-header {
    position: relative;
    padding-top: 40px; }
    .zone-header .segment {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; } }

.transversal-segment .segment li:first-child a {
  display: block; }

.transversal-menu-mobile {
  background: #132530; }
  @media (max-width: 64em) {
    .transversal-menu-mobile ul {
      margin: 0;
      padding: 0 15px; }
      .transversal-menu-mobile ul li a {
        color: #fff;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #ffffff;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase; } }

#layout-navigation {
  position: relative; }

@media (max-width: 64em) {
  .zone-navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.5s ease 0s;
    transform: translate3d(-110%, 0px, 0px); }
    .zone-navigation.open {
      transform: translate3d(0, 0px, 0px); } }

.article .hd {
  padding-bottom: 10px;
  border-bottom: 1px dashed #33b3e3;
  text-align: right; }

.article .bd {
  color: #57666f;
  padding: 25px 0; }

.article .ft {
  padding: 25px 0; }

.meta span {
  font-size: 14px; }

.meta .txt {
  font-weight: 400; }

.meta .sep {
  color: #33b3e3;
  padding: 0 7px; }

.meta .format {
  font-weight: 800;
  color: #1a262f; }

.quotes {
  display: inline-block;
  position: relative;
  padding: 0 60px;
  margin: 15px 0 25px 0;
  max-width: 100%; }
  .quotes span {
    display: block;
    text-align: left;
    color: #1a262f;
    font-size: 38px;
    font-weight: 600;
    font-style: italic; }
    .quotes span + span {
      text-align: right; }
  .quotes:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../Images/icons/sprite.png);
    background-position: -527px -476px;
    width: 31px;
    height: 28px; }
  .quotes:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../Images/icons/sprite.png);
    background-position: -366px -505px;
    width: 31px;
    height: 28px; }
  .quotes.little {
    padding: 0 40px; }
    .quotes.little span {
      font-size: 16px;
      text-align: center; }

.mods {
  padding: 15px; }
  .mods.empty {
    padding: 0 15px; }
  .mods p {
    margin-top: 1em; }
  .mods.consummation {
    background: #57666f; }
    .mods.consummation.shift_top {
      position: relative; }
      .mods.consummation.shift_top:before {
        content: "";
        height: 25px;
        width: 100%;
        position: absolute;
        left: 0;
        top: -25px;
        background: #57666f; }
    .mods.consummation ul {
      margin: 0;
      padding: 0; }
    .mods.consummation h2 {
      font-size: 26px;
      text-transform: none;
      color: #ffffff;
      text-align: center;
      font-weight: 700; }
  @media (max-width: 47.9375em) {
    .mods.value {
      text-align: center; } }
  .mods.value h2 {
    margin: 0;
    text-transform: uppercase; }
    .mods.value h2 span {
      font-weight: 700; }
  .mods.value h3 {
    font-size: 14px; }
  .mods.value .value_group {
    margin-bottom: 0; }
  .mods.news {
    background: #ffffff;
    border-top: 3px solid #ffd300;
    margin: 0 auto;
    width: 80%;
    padding: 15px 30px; }
    @media (max-width: 48em) {
      .mods.news {
        width: 90%; } }
    @media (max-width: 47.9375em) {
      .mods.news {
        width: 100%; } }
    .mods.news .image img {
      max-width: 100%; }
    .mods.news h2 {
      font-weight: 300;
      font-size: 32px;
      margin: .5em 0;
      text-align: left;
      line-height: 1em; }
    .mods.news h3 {
      font-weight: 700;
      text-align: left; }
    .mods.news .hd {
      border: none;
      padding: 0; }
    .mods.news .bd {
      padding: 5px 0; }
    .mods.news .ft {
      padding: 5px 0; }
    .mods.news.shift_top {
      position: relative;
      top: -35px; }
      @media (max-width: 48em) {
        .mods.news.shift_top {
          top: 0; } }
  .mods.budget {
    background: #ffd300;
    width: 50%;
    padding: 3.5em 2em; }
    @media (max-width: 47.9375em) {
      .mods.budget {
        width: 100%;
        padding: 1em; } }
    @media (max-width: 48em) {
      .mods.budget {
        width: 100%; } }
    .mods.budget .inner {
      margin: 0 auto;
      width: 90%; }
    .mods.budget h2 {
      margin-left: 15px; }
      @media (max-width: 47.9375em) {
        .mods.budget h2 {
          margin-left: 10px;
          font-size: 20px; } }
    .mods.budget h3 {
      font-weight: 700;
      margin: 20px 0; }
    .mods.budget p.bold {
      font-size: 16px; }
    .mods.budget.white {
      background: #fff; }
  .mods.maps {
    padding: 0;
    width: 50%;
    height: 415px;
    overflow: hidden; }
    @media (max-width: 47.9375em) {
      .mods.maps {
        width: 100%; } }
    @media (max-width: 48em) {
      .mods.maps {
        height: auto;
        width: 100%; } }
    .mods.maps.auto {
      height: auto; }
    .mods.maps img {
      width: 100%;
      height: 100%;
      display: block; }
  .mods.list {
    background: #ffffff;
    width: 90%;
    margin: 2em auto;
    padding: 2em; }
    @media (max-width: 48em) {
      .mods.list {
        width: 100%;
        margin: 1em auto; } }
    .mods.list ul {
      padding-left: 0; }
    .mods.list h2 {
      font-weight: 300;
      font-size: 24px;
      margin: .5em 0; }
    .mods.list img {
      width: 100%; }
  .mods.eco {
    padding: 4.5em;
    background: #ffffff; }
    @media (max-width: 48em) {
      .mods.eco {
        padding: 2em; } }
    .mods.eco .euro {
      font-size: 64px; }
    .mods.eco h2 {
      margin-bottom: 0; }
    .mods.eco h3 {
      font-weight: 700;
      margin: 20px 0; }
    .mods.eco p {
      text-align: left;
      margin-top: 1em; }

.value_group {
  margin: 40px 0; }
  .value_group .item {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px; }
    .value_group .item:last-child {
      margin-right: 0; }
    @media (max-width: 48em) {
      .value_group .item {
        display: block;
        margin-right: 0;
        margin-bottom: 30px; } }
    .value_group .item span {
      display: block;
      text-align: center;
      margin: 0 auto; }
      .value_group .item span.text {
        margin-top: 15px;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        width: 91px;
        line-height: 1;
        word-wrap: break-word;
        hyphens: auto; }

.street_light {
  position: relative;
  background: #dbdee0; }
  .street_light .image img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 48em) {
      .street_light .image img {
        width: 100%; } }
  .street_light .g_search {
    text-align: left;
    display: inline-block; }
    .street_light .g_search button {
      padding: 10px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px; }
    @media (max-width: 47.9375em) {
      .street_light .g_search input,
      .street_light .g_search button {
        display: block;
        width: 100%; }
      .street_light .g_search input {
        border: 2px solid #000000;
        background-color: #ffffff;
        box-shadow: none; }
      .street_light .g_search button {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px; } }

.street_night {
  position: relative;
  background: #1a262f;
  color: #fff;
  padding: 40px 0 0; }
  .street_night [class*=col-] {
    max-width: 100%; }
  .street_night a {
    color: #fff; }
  .street_night h2 {
    margin: 10px 0;
    text-transform: uppercase; }
    .street_night h2 span {
      font-weight: 200; }
  .street_night .btn {
    color: #1a262f; }
    .street_night .btn i {
      padding-left: 0; }
    .street_night .btn.reverse span span {
      padding-right: 0; }
  .street_night .banner.content-carousel .items .content-item {
    padding-bottom: 40px; }
    .street_night .banner.content-carousel .items .content-item h3 {
      margin: 1em 0 0;
      min-height: 3em;
      font-weight: 600; }
    .street_night .banner.content-carousel .items .content-item img {
      width: 100%;
      height: auto; }
    .street_night .banner.content-carousel .items .content-item p {
      min-height: 7.2em;
      margin-bottom: 10px; }
    .street_night .banner.content-carousel .items .content-item .btn.yellow {
      color: #fff;
      background: transparent; }
      .street_night .banner.content-carousel .items .content-item .btn.yellow:before {
        background: #ffd300; }
    .street_night .banner.content-carousel .items .content-item .btn:active.yellow, .street_night .banner.content-carousel .items .content-item .btn:hover.yellow {
      color: #1a262f; }
  .street_night .banner .slick-dots li button {
    background: #fff; }
  @media (max-width: 64em) {
    .street_night .banner.content-carousel {
      padding: 40px 20px; } }

.list_dotted {
  background: #ffd300;
  padding: 30px 40px;
  margin: 10px 0; }
  .list_dotted ul {
    margin: 0;
    padding: 0; }
    .list_dotted ul li {
      border-bottom: 1px solid #93a1ac; }
      .list_dotted ul li:first-child {
        padding-top: 0; }
      .list_dotted ul li:last-child {
        border-bottom: none; }
      .list_dotted ul li a {
        color: #000000;
        display: block;
        padding: 10px 0; }
        .list_dotted ul li a.active {
          background: #34b4e4;
          padding-left: 5px;
          color: #ffffff; }

@media (max-width: 48em) {
  .col-menu {
    order: -1; }
    .col-menu .list_dotted h3 {
      padding-right: 25px;
      position: relative; }
      .col-menu .list_dotted h3::after {
        font-size: 25px;
        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;
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%); }
    .col-menu .list_dotted .group {
      margin-top: 10px;
      display: none; }
    .col-menu .list_dotted.open h3::after {
      content: ""; }
    .col-menu .list_dotted.open .group {
      display: block; } }

section.budget {
  background: #e7e9ea; }

.key_number span {
  vertical-align: middle; }

.key_number .grid_cell:first-child {
  padding-right: 45px; }
  @media (max-width: 47.9375em) {
    .key_number .grid_cell:first-child {
      display: block;
      padding: 0; } }

.key_number .grid_cell:last-child {
  padding-left: 45px; }
  @media (max-width: 47.9375em) {
    .key_number .grid_cell:last-child {
      display: block;
      padding: 0; } }

.key_number .g_value .grid_cell {
  border-bottom: 1px solid #88949b;
  padding: 10px 0; }
  .key_number .g_value .grid_cell:first-child {
    width: 25%;
    text-align: center; }
    @media (max-width: 47.9375em) {
      .key_number .g_value .grid_cell:first-child {
        width: 30%;
        display: table-cell; } }
  @media (max-width: 47.9375em) {
    .key_number .g_value .grid_cell:last-child {
      width: 70%;
      display: table-cell; } }

.key_number .g_value.title .grid_cell {
  border-bottom: none; }
  @media (max-width: 47.9375em) {
    .key_number .g_value.title .grid_cell {
      display: block;
      background-color: #f4f6f7;
      box-shadow: 0 2px 2px #88949b;
      width: 100%; } }

.key_number .g_value.title .legend {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px; }

.key_number .key {
  font-weight: bold;
  font-size: 32px; }
  @media (max-width: 48em) {
    .key_number .key {
      font-size: 22px; } }
  .key_number .key em {
    font-weight: 300;
    font-style: normal; }

.key_number .legend {
  font-weight: 300;
  font-size: 16px;
  display: block; }
  @media (max-width: 48em) {
    .key_number .legend {
      font-size: 14px; } }

.key_ores {
  margin-top: 70px;
  background: #ebecec;
  border-top: 4px solid #000000; }
  .key_ores .grid_table {
    border-collapse: separate;
    border-spacing: 2em 1em; }
    @media (max-width: 48em) {
      .key_ores .grid_table {
        border-spacing: 1em; } }
    @media (max-width: 47.9375em) {
      .key_ores .grid_table {
        border-spacing: 1em; } }
  .key_ores .key_number .g_value .grid_cell {
    width: 33.33%;
    padding: 10px 0; }
    .key_ores .key_number .g_value .grid_cell:first-child {
      text-align: left; }
  .key_ores .key_number .key {
    font-size: 26px; }
    @media (max-width: 47.9375em) {
      .key_ores .key_number .key {
        font-size: 12px; } }
  .key_ores .key_number .title .grid_cell {
    vertical-align: middle; }
    @media (max-width: 47.9375em) {
      .key_ores .key_number .title .grid_cell {
        vertical-align: top; } }
    .key_ores .key_number .title .grid_cell .title_icons {
      display: inline-block; }
      @media (max-width: 47.9375em) {
        .key_ores .key_number .title .grid_cell .title_icons {
          display: block; } }
    .key_ores .key_number .title .grid_cell .title_text {
      display: inline-block;
      width: 68%;
      margin-left: 10px; }
      @media (max-width: 47.9375em) {
        .key_ores .key_number .title .grid_cell .title_text {
          display: block;
          width: 100%;
          margin: 20px 0 0 0; } }
  .key_ores .key_number .title .legend {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 47.9375em) {
      .key_ores .key_number .title .legend {
        font-size: 12px; } }
  @media (max-width: 47.9375em) {
    .key_ores .key_number .legend {
      font-size: 12px;
      word-break: break-word; } }

.multi_steps {
  margin: 30px 0; }
  .multi_steps .steps {
    position: relative; }
    @media (max-width: 48em) {
      .multi_steps .steps {
        margin-top: 40px; } }
    .multi_steps .steps .block_items:after, .multi_steps .steps .block_items:before {
      content: "";
      display: table; }
    .multi_steps .steps .block_items:after {
      clear: both; }
    .multi_steps .steps .block_items .items {
      background: #f0f0f0;
      border-radius: 10px;
      width: 40%;
      padding: 20px;
      float: left;
      position: relative; }
      @media (max-width: 48em) {
        .multi_steps .steps .block_items .items {
          float: none;
          margin: 0 auto 20px;
          width: 80%; }
          .multi_steps .steps .block_items .items:first-child {
            margin-top: 0; } }
      .multi_steps .steps .block_items .items.final {
        width: 70%;
        float: none;
        margin: 100px auto 0; }
        @media (max-width: 48em) {
          .multi_steps .steps .block_items .items.final {
            margin-top: 10px;
            width: 80%; }
            .multi_steps .steps .block_items .items.final .grid_cell {
              display: block;
              width: 100%;
              text-align: center; } }
        .multi_steps .steps .block_items .items.final:before {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -40%; }
          @media (max-width: 48em) {
            .multi_steps .steps .block_items .items.final:before {
              top: -15px; } }
        .multi_steps .steps .block_items .items.final:after {
          content: none; }
      .multi_steps .steps .block_items .items:nth-child(even) {
        float: right;
        background: #152732;
        color: #ffffff;
        margin-top: 100px; }
        @media (max-width: 48em) {
          .multi_steps .steps .block_items .items:nth-child(even) {
            float: none;
            margin-top: auto; } }
        .multi_steps .steps .block_items .items:nth-child(even):before {
          right: 121%;
          left: auto;
          background: #152732;
          color: #ffffff; }
          @media (max-width: 48em) {
            .multi_steps .steps .block_items .items:nth-child(even):before {
              right: 20px;
              left: auto; } }
        .multi_steps .steps .block_items .items:nth-child(even):after {
          right: auto;
          left: -30px;
          border-width: 17.5px 30.3px 17.5px 0;
          border-color: transparent #152732 transparent transparent; }
          @media (max-width: 48em) {
            .multi_steps .steps .block_items .items:nth-child(even):after {
              content: normal; } }
      .multi_steps .steps .block_items .items:before {
        content: attr(data-position);
        border-radius: 100%;
        width: 30px;
        font-size: 22px;
        text-align: center;
        background: #f0f0f0;
        color: #152732;
        left: 121%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 48em) {
          .multi_steps .steps .block_items .items:before {
            left: 20px;
            top: 8px; } }
      .multi_steps .steps .block_items .items:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17.5px 0 17.5px 30.3px;
        border-color: transparent transparent transparent #f0f0f0;
        right: -30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 48em) {
          .multi_steps .steps .block_items .items:after {
            content: normal; } }
      @media (max-width: 48em) {
        .multi_steps .steps .block_items .items {
          width: 90%;
          margin: 40px auto; }
          .multi_steps .steps .block_items .items h2 + h3 {
            margin-top: .5em; }
          .multi_steps .steps .block_items .items.final {
            width: 100%; }
          .multi_steps .steps .block_items .items .grid_table {
            display: block; }
            .multi_steps .steps .block_items .items .grid_table .grid_cell,
            .multi_steps .steps .block_items .items .grid_table .grid_cell:first-child {
              text-align: center;
              display: block;
              margin: 0 auto 10px;
              width: auto; } }
      .multi_steps .steps .block_items .items .grid_cell:first-child {
        margin: 0 auto;
        width: 90px; }
      .multi_steps .steps .block_items .items h2 {
        margin-bottom: 0;
        font-size: 26px; }
      .multi_steps .steps .block_items .items h3 {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0;
        text-transform: none; }
    .multi_steps .steps .timeline {
      height: 78%;
      width: 2px;
      background: #dbdbdb;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      top: 45%; }
      @media (max-width: 48em) {
        .multi_steps .steps .timeline {
          display: none; } }
  @media (max-width: 48em) {
    .multi_steps .title {
      display: none; } }
  .multi_steps .title span {
    font-size: 26px; }
    .multi_steps .title span.text {
      padding-left: 10px; }

.infobox {
  background: #f0f0f0;
  padding: 20px; }
  .infobox p {
    margin: 0; }
  .infobox .document-checkbox .grid_cell:first-child {
    width: auto; }
  .infobox .grid_cell:first-child {
    width: 90px; }
  @media (max-width: 36em) {
    .infobox .grid_table {
      display: block; }
      .infobox .grid_table .grid_cell {
        display: block; }
        .infobox .grid_table .grid_cell:first-child {
          width: auto;
          margin-bottom: 5px; } }

.highlight {
  position: relative; }
  .highlight .box_cta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .highlight .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 47.9375em) {
      .highlight .content {
        width: 80%; } }
    .highlight .content h2 {
      font-size: 32px;
      font-weight: 300; }
      @media (max-width: 48em) {
        .highlight .content h2 {
          font-size: 20px; } }
      @media (max-width: 47.9375em) {
        .highlight .content h2 {
          font-size: 11px;
          font-weight: 700;
          margin-bottom: 0; } }
    .highlight .content p {
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 48em) {
        .highlight .content p {
          font-size: 15px; } }
      @media (max-width: 47.9375em) {
        .highlight .content p {
          margin-bottom: 0;
          display: none; } }
    .highlight .content .color-black {
      color: black; }
    .highlight .content .color-yellow {
      color: #ffd300; }
    .highlight .content .color-blue {
      color: #34b4e4; }
    .highlight .content.text-center {
      text-align: center; }
    .highlight .content.text-left {
      text-align: left; }
    .highlight .content.text-right {
      text-align: right; }
    .highlight .content.left {
      left: 0;
      transform: translate(0, -50%);
      width: 50%; }
      @media (max-width: 47.9375em) {
        .highlight .content.left {
          left: 0;
          width: 100%; } }
    .highlight .content.right {
      left: auto;
      right: 0;
      transform: translate(0, -50%);
      width: 50%; }
      @media (max-width: 47.9375em) {
        .highlight .content.right {
          right: 0;
          width: 100%; } }

.box_highlight {
  margin: 30px 0; }
  .box_highlight .line {
    margin: 20px 0; }
  .box_highlight .center {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px; }
    @media (max-width: 47.9375em) {
      .box_highlight .center {
        width: 80%; } }

.post_summary {
  border-bottom: 1px dashed #33b3e3;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .post_summary h1 {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 0; }
    .post_summary h1 a {
      color: #132530; }
  .post_summary .grid_cell {
    vertical-align: top; }
    .post_summary .grid_cell.first {
      padding-right: 20px;
      width: 20%; }
      @media (max-width: 48em) {
        .post_summary .grid_cell.first {
          display: none; } }
  @media (max-width: 48em) {
    .post_summary img {
      width: 100%; } }
  .post_summary .item_post {
    position: relative; }
  .post_summary .published {
    color: #57666f; }
  .post_summary .hd {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0; }
  .post_summary .bd {
    padding: 10px 0 0 0; }

.post_detail h1 {
  margin-top: 20px;
  text-align: left; }
  @media (max-width: 48em) {
    .post_detail h1 {
      font-size: 18px; } }

@media (max-width: 48em) {
  .post_detail h3 {
    font-size: 16px; } }

.post_detail .meta .txt, .post_detail .meta .format {
  color: #57666f;
  font-weight: 400; }

.post_detail .hd img {
  display: block;
  width: 100%; }

.press_summary {
  border-bottom: 2px dashed #33b3e3;
  margin-bottom: 20px; }
  .press_summary .hd {
    text-align: left;
    padding-bottom: 0;
    border-bottom: none; }
  .press_summary h1 {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 0; }
  .press_summary h2 {
    color: #33b3e3; }
  .press_summary .bd {
    padding: 10px 0 0 0; }
  .press_summary .grid_cell:first-child {
    width: 70%; }
  .press_summary .grid_cell:last-child {
    text-align: right; }

.faq-item h2 {
  color: #33b3e3; }

.document-container.disabled a {
  color: #777;
  text-decoration: none;
  cursor: not-allowed; }

.document-container a {
  margin-left: 40px; }

.search-results li {
  padding: 15px 0;
  border-bottom: 2px dashed #33b3e3; }
  .search-results li p {
    margin: 5px 0;
    color: #57666f; }
  .search-results li .post_summary {
    border-bottom: none;
    margin-bottom: 0; }
    .search-results li .post_summary .bd {
      padding: 0; }
  .search-results li.last {
    border-bottom: none; }

@keyframes upDown {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }

.breaking_news {
  position: relative;
  overflow: hidden; }
  @media (max-width: 48em) {
    .breaking_news .container {
      padding: 0; } }
  .breaking_news:hover .close_me {
    top: 0; }
  .breaking_news .close_me {
    position: absolute;
    top: -100%;
    right: 0;
    color: #000;
    background: #fff;
    font-size: 12px;
    display: block;
    cursor: pointer;
    padding: 0 5px;
    font-weight: bold;
    transition: .5s ease;
    z-index: 20; }
    @media (max-width: 48em) {
      .breaking_news .close_me {
        top: 0; } }
  .breaking_news .inner .row {
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0; }
    .breaking_news .inner .row > :first-child {
      background: red;
      position: relative; }
      .breaking_news .inner .row > :first-child span {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-style: italic;
        font-weight: 600; }
        @media (max-width: 48em) {
          .breaking_news .inner .row > :first-child span {
            position: relative;
            transform: none;
            left: auto;
            right: auto;
            text-align: center;
            display: block;
            top: auto;
            bottom: auto; } }
      .breaking_news .inner .row > :first-child:after {
        background: inherit;
        content: "";
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -8%;
        transform: skewX(-20deg); }
        @media (max-width: 48em) {
          .breaking_news .inner .row > :first-child:after {
            content: none; } }
    .breaking_news .inner .row > :last-child {
      background: #000;
      padding-left: 30px; }
    .breaking_news .inner .row .txt {
      padding: 5px 0;
      overflow: hidden; }
      .breaking_news .inner .row .txt p {
        color: #fff;
        display: block;
        margin: 0;
        padding: 0 15px; }
      .breaking_news .inner .row .txt:hover {
        animation-play-state: paused; }

[class*="section-"] {
  padding: 50px 0; }
  [class*="section-"] h1, [class*="section-"] h2, [class*="section-"] h3, [class*="section-"] p {
    max-width: 100%; }
  [class*="section-"] [class*="col-"] {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  [class*="section-"] img {
    margin: 0; }
  [class*="section-"] p {
    font-size: 14px; }
  [class*="section-"] h2 {
    font-size: 24px; }
  [class*="section-"] .quotes p {
    font-size: 24px;
    font-style: italic; }

.section-white {
  background: white; }

.section-lighter {
  background: #f4f6f7; }

.section-darker {
  background: #132530;
  color: white; }
  .section-darker .btn.border {
    border: 2px solid white;
    color: white; }
    .section-darker .btn.border:hover {
      color: #132530; }

.section-grey {
  background: #ebecec; }

.cta-hightlight {
  background: #ebecec; }
  @media (max-width: 48em) {
    .cta-hightlight {
      background: white;
      border-bottom: 1px solid #dbdee0; }
      .cta-hightlight:last-child {
        border-bottom: none; } }
  .cta-hightlight.yellow {
    background: #b6c0c5; }
    @media (max-width: 48em) {
      .cta-hightlight.yellow {
        border-bottom: none;
        background: #ffd300; } }
    .cta-hightlight.yellow .row .col-md-6 {
      background: #ffd300; }
  .cta-hightlight .row {
    align-items: stretch; }
    .cta-hightlight .row .col-md-6 {
      overflow: hidden;
      position: relative;
      padding: 3.75em;
      background: #ffffff; }
      @media (max-width: 48em) {
        .cta-hightlight .row .col-md-6 {
          padding: .5em 1em; } }
      .cta-hightlight .row .col-md-6 h2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 20px 0; }
        .cta-hightlight .row .col-md-6 h2 span {
          font-size: 22px;
          line-height: 1em;
          font-weight: 400; }
          .cta-hightlight .row .col-md-6 h2 span:last-child {
            margin-left: .5em;
            flex-grow: 1; }
      .cta-hightlight .row .col-md-6 h3 {
        margin: 20px 0;
        font-weight: 700; }
      .cta-hightlight .row .col-md-6 img.layout-content-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: 100%;
        height: auto; }

.list-highlight {
  background: #ebecec; }
  .list-highlight .col-md-6 {
    background: #ffffff;
    padding: 2em;
    margin: 2em;
    flex-basis: calc( 50% - 4em);
    max-width: calc( 50% - 4em); }
    .list-highlight .col-md-6 img {
      display: block;
      margin: 0 0 20px 0; }
    @media (max-width: 48em) {
      .list-highlight .col-md-6.col-xs-12 {
        margin: 1em 0;
        flex-basis: 100%;
        max-width: 100%; } }

.row.folders {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left; }
  .row.folders > [class*=col-] {
    border-right: 1px solid #dbdee0;
    line-height: 1.2em; }
    .row.folders > [class*=col-]:last-child {
      border-right: none; }
    .row.folders > [class*=col-] h2 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700; }
    .row.folders > [class*=col-] h3 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600; }
    .row.folders > [class*=col-] img {
      margin: 0;
      box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25); }
    @media (max-width: 64em) {
      .row.folders > [class*=col-] {
        border-right: none;
        text-align: center; }
        .row.folders > [class*=col-] [class*=col-] {
          width: 100%; }
        .row.folders > [class*=col-] img {
          margin: 20px auto; } }

.header {
  position: relative;
  flex: none; }
  .header .container {
    padding: 15px 0 0 0; }
    @media (max-width: 64em) {
      .header .container {
        padding: 0; } }
  @media (max-width: 64em) {
    .header .inner {
      padding: 10px 0; } }
  .header:before {
    content: '';
    background-image: url(../Images/icons/sprite.png);
    background-position: 0px -181px;
    width: 224px;
    height: 62px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
    @media (max-width: 64em) {
      .header:before {
        content: none; } }
  .header .mobile_social {
    padding: 20px 0;
    background: #132530; }
    .header .mobile_social .social {
      text-align: center; }
  .header .social {
    text-align: right; }
    .header .social a {
      margin-left: 10px;
      vertical-align: top;
      border-radius: 100%;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform; }
      .header .social a:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity; }
      .header .social a:hover, .header .social a:focus, .header .social a:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        /* move the element up by 5px */ }
        .header .social a:hover:before, .header .social a:focus:before, .header .social a:active:before {
          opacity: 1;
          -webkit-transform: translateY(5px);
          transform: translateY(5px);
          /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }
      .header .social a:first-child {
        margin-left: 0; }
  @media (max-width: 64em) {
    .header .g_search {
      display: inline-block;
      margin: 20px 0; } }

.top_nav {
  background: #132530;
  flex: none; }
  .top_nav .links,
  .top_nav .links-btn,
  .top_nav .language-switcher {
    margin-left: 20px; }
    @media (max-width: 64em) {
      .top_nav .links,
      .top_nav .links-btn,
      .top_nav .language-switcher {
        margin-left: 0; } }
  @media (max-width: 47.9375em) {
    .top_nav .links {
      display: none; } }
  .top_nav .links ul {
    margin: 0;
    padding: 0; }
    .top_nav .links ul li {
      display: inline-block; }
      .top_nav .links ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        padding: 0 10px;
        font-size: 13px; }
        @media (max-width: 48em) {
          .top_nav .links ul li a {
            font-size: 12px; } }
      .top_nav .links ul li:not(:last-child) a:after {
        content: "|";
        position: absolute;
        right: -5px;
        top: 0; }
  @media (max-width: 47.9375em) {
    .top_nav .links-btn {
      display: none; } }
  .top_nav .links-btn a:first-child {
    margin-right: 10px; }
  .top_nav .links-btn .btn > span span {
    padding-left: 0;
    padding-right: 0; }

.language-switcher {
  position: relative; }
  .language-switcher span {
    color: #ffffff;
    padding: 7px 10px;
    cursor: pointer; }
    @media (max-width: 64em) {
      .language-switcher span {
        color: #000000; } }
    .language-switcher span:hover {
      background: #34b4e4; }
    .language-switcher span:after {
      content: "\f078";
      font-family: "fontAwesome";
      padding-left: 5px; }
  .language-switcher ul {
    position: absolute;
    top: 37px;
    background: #132530;
    width: 100%;
    z-index: 100;
    display: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 64em) {
      .language-switcher ul {
        top: 30px;
        display: none; } }
    .language-switcher ul li a {
      color: #ffffff;
      padding: 5px 10px;
      display: block;
      text-align: left; }
      .language-switcher ul li a:hover {
        background-color: #34b4e4; }

@media (max-width: 64em) {
  .logo img {
    height: 35px; } }

@media (max-width: 64em) {
  .burger-menu {
    background: none;
    border: none;
    font-size: 18px; } }

.search-icon {
  cursor: pointer; }
  @media (max-width: 64em) {
    .search-icon {
      margin-left: 7em; } }
  @media (max-width: 47.9375em) {
    .search-icon {
      margin-left: 3em; } }

@media (max-width: 64em) {
  #searchWebsite {
    display: none; } }

footer {
  background-color: #dbdee0;
  position: relative;
  padding: 40px 0 100px 0;
  flex: none; }
  @media (max-width: 48em) {
    footer {
      padding-bottom: 20px; } }
  footer:before {
    content: "";
    background-image: url(../Images/icons/sprite.png);
    background-position: 0px 0px;
    width: 400px;
    height: 109px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    left: 70%; }
    @media (max-width: 47.9375em) {
      footer:before {
        content: none; } }
    @media (max-width: 48em) {
      footer:before {
        content: none; } }
  footer h4 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
    @media (max-width: 47.9375em) {
      footer h4 {
        margin: 15px 0 10px 0; } }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      font-size: 12px;
      font-weight: 400;
      margin-bottom: 5px; }
      footer ul li a {
        color: #1a262f; }
      footer ul li:before {
        content: "•";
        margin-right: 5px; }
    footer ul.no-disc li:before {
      content: none; }
    footer ul.no-disc li em {
      font-style: normal; }
  footer address {
    margin-bottom: 20px; }
    footer address span {
      display: block;
      font-style: normal;
      font-size: 12px;
      font-weight: 400;
      margin-top: 5px; }
      footer address span:first-child {
        margin-top: 0; }
      footer address span:last-child {
        margin-top: 0; }
      footer address span em {
        font-style: normal; }
  footer dl {
    display: table;
    width: 100%; }
    footer dl dt, footer dl dd {
      display: table-cell;
      vertical-align: middle; }
    footer dl dt {
      width: 60px; }
    footer dl dd a {
      display: block;
      text-decoration: underline; }
      footer dl dd a i {
        margin-left: 5px; }
      footer dl dd a:hover {
        font-weight: 700; }
    footer dl span {
      display: block;
      font-weight: 600;
      font-size: 12px; }
      footer dl span.ico_panne_v2 {
        margin-left: 10px; }
    footer dl a.tel {
      display: inline-block;
      font-size: 20px;
      text-decoration: none;
      font-weight: 700; }

.legal {
  background: #132530;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .legal p {
    color: #9eafb9;
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 47.9375em) {
      .legal p {
        text-align: center; } }
    .legal p a {
      color: #FFFFFF; }
      .legal p a:first-child {
        margin-left: 10px; }

.btn {
  display: inline-block;
  padding: 10px 0;
  color: #132530;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase; }
  @media (max-width: 48em) {
    .btn {
      font-size: 12px; } }
  @media (max-width: 47.9375em) {
    .btn {
      padding: 5px 0; } }
  .btn:not(.empty) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .btn:not(.empty):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #34b4e4;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .btn:not(.empty):hover, .btn:not(.empty):focus, .btn:not(.empty):active {
      color: white; }
      .btn:not(.empty):hover:before, .btn:not(.empty):focus:before, .btn:not(.empty):active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .btn.reverse:not(.empty) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .btn.reverse:not(.empty):before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #34b4e4;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .btn.reverse:not(.empty):hover, .btn.reverse:not(.empty):focus, .btn.reverse:not(.empty):active {
      color: white; }
      .btn.reverse:not(.empty):hover:before, .btn.reverse:not(.empty):focus:before, .btn.reverse:not(.empty):active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .btn.empty {
    padding: 5px 0; }
    .btn.empty:not(.reverse) {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      overflow: hidden; }
      .btn.empty:not(.reverse):before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #ffd300;
        height: 5px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .btn.empty:not(.reverse):hover:before, .btn.empty:not(.reverse):focus:before, .btn.empty:not(.reverse):active:before {
        right: 0; }
    .btn.empty.reverse {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      box-shadow: 0 0 1px transparent;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      overflow: hidden; }
      .btn.empty.reverse:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #ffd300;
        height: 5px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .btn.empty.reverse:hover:before, .btn.empty.reverse:focus:before, .btn.empty.reverse:active:before {
        left: 0; }
    .btn.empty > span {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left; }
    .btn.empty i {
      background: #ffd300;
      padding: 0 10px; }
      .btn.empty i:not([class*="fa-angle"])::before {
        font-size: .75em; }
  .btn > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 10px; }
    .btn > span span {
      display: block;
      flex-grow: 2;
      vertical-align: middle;
      padding: 0 20px; }
      @media (max-width: 47.9375em) {
        .btn > span span {
          padding-left: 20px; } }
  .btn.equal-space > span span {
    padding: 0 20px; }
  .btn i {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: right; }
  .btn.full {
    width: 100%; }
  .btn.text {
    padding: 0;
    color: #33b3e3;
    text-transform: none; }
  .btn.yellow {
    background: #ffd300; }
  .btn.border {
    padding: 8px 0;
    border: 2px solid #1a262f;
    color: #1a262f; }
    .btn.border.white {
      color: #ffffff;
      border-color: #ffffff; }

.bg-grey .border {
  color: #FFFFFF;
  border-color: #FFFFFF; }

.bg-grey .empty {
  color: #FFFFFF; }
  .bg-grey .empty i {
    color: #1a262f; }

.bg-yellow .empty i {
  background: #1a262f;
  color: #ffd300; }

button.btn {
  border: none;
  padding: 0 10px; }

.bigCTA {
  display: flex; }
  .bigCTA .items {
    flex-grow: 1; }
    .bigCTA .items a {
      display: block;
      max-width: 100%;
      position: relative; }
      .bigCTA .items a::after {
        content: "";
        background: #34b4e4;
        opacity: .35;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        transition: all .5s; }
      .bigCTA .items a img {
        transition: all 1s;
        display: block;
        width: 100%;
        height: auto;
        filter: gray;
        filter: grayscale(100%);
        z-index: 1; }
      .bigCTA .items a .titles {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        color: #fff;
        font-weight: bold;
        z-index: 3;
        text-shadow: #000 0 0 7px; }
        .bigCTA .items a .titles h2 {
          font-size: 24px;
          font-weight: bold;
          text-transform: uppercase;
          margin: 0; }
        .bigCTA .items a .titles h3 {
          font-weight: 400;
          font-size: 18px;
          margin: 0; }
        .bigCTA .items a .titles h4 {
          font-size: 14px;
          font-weight: 400;
          margin: 0;
          transition: all .5s;
          transform: translateY(200%);
          opacity: 0; }
    .bigCTA .items:hover a::after {
      opacity: .9; }
    .bigCTA .items:hover a .titles h4 {
      transform: translateY(0);
      opacity: 1; }
    .bigCTA .items:nth-child(odd) a::after {
      opacity: .45;
      background: #ffd300; }
    .bigCTA .items:nth-child(odd):hover a::after {
      opacity: .8; }

@media (max-width: 64em) {
  .row [class*="col-"] > .btn:nth-child(1):last-child {
    margin: 5px; } }

.cta-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .cta-list ul li {
    width: 33%;
    margin: 10px .165%; }

.cta-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  .cta-icon > i {
    background: #34b4e4;
    color: white;
    height: 2.25em;
    width: 2.25em;
    border-radius: 50%;
    text-align: center;
    line-height: 2.25em;
    margin: 0 auto 10px; }
  .cta-icon > span {
    display: block;
    text-align: center;
    color: #57666f; }

.bg-yellow {
  background: #ffd300; }

.bg-grey {
  background: #57666f; }

.grey-20 {
  background-color: #ebecec; }

.lines {
  margin: 10px 0; }

.bold {
  font-weight: 800; }

.weight-700 {
  font-weight: 700; }

.semi-bold {
  font-weight: 600; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.noborder {
  margin: 0;
  padding: 0; }

.bg_100 {
  position: relative; }
  .bg_100:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #e7e9ea;
    bottom: 0;
    left: 0;
    z-index: -1; }

.image.center img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.image.full {
  height: 440px;
  overflow: hidden; }
  .image.full img {
    width: 100%; }

.js-zoom {
  position: relative;
  z-index: 999999;
  cursor: zoom-in;
  transition: transform 0.5s ease;
  width: 100%;
  border: 1px solid transparent;
  display: block; }
  .js-zoom.img-zoom {
    transform: scale(1.5);
    z-index: 1000000;
    cursor: zoom-out; }

.js-accordion {
  margin: 30px 0; }
  .js-accordion > h1,
  .js-accordion > h2,
  .js-accordion > h3,
  .js-accordion > h4,
  .js-accordion > h5,
  .js-accordion > h6 {
    cursor: pointer; }
    .js-accordion > h1:before,
    .js-accordion > h2:before,
    .js-accordion > h3:before,
    .js-accordion > h4:before,
    .js-accordion > h5:before,
    .js-accordion > h6:before {
      font-family: "fontAwesome";
      content: "\f067";
      margin-right: 10px;
      padding: 5px;
      background: #34b4e4;
      color: black;
      vertical-align: middle; }
    .js-accordion > h1.active:before,
    .js-accordion > h2.active:before,
    .js-accordion > h3.active:before,
    .js-accordion > h4.active:before,
    .js-accordion > h5.active:before,
    .js-accordion > h6.active:before {
      font-family: "fontAwesome";
      content: "\f068"; }
  .js-accordion > .title > h2 {
    cursor: pointer; }
    .js-accordion > .title > h2:before {
      font-family: "fontAwesome";
      content: "\f067";
      margin-right: 10px;
      padding: 5px;
      background: #34b4e4;
      color: black;
      vertical-align: middle; }
  .js-accordion > .title.active > h2:before {
    font-family: "fontAwesome";
    content: "\f068"; }
  .js-accordion > .content {
    padding-left: 5px; }
  .js-accordion.small > .title h2:before,
  .js-accordion.small > h1:before,
  .js-accordion.small > h2:before,
  .js-accordion.small > h3:before,
  .js-accordion.small > h4:before,
  .js-accordion.small > h5:before,
  .js-accordion.small > h6:before {
    font-size: .5em; }

.layout-content-image {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 0 20px 0; }
  @media (max-width: 47.9375em) {
    .layout-content-image {
      margin: 0; } }

.caption {
  font-size: 12px;
  color: #88949b;
  margin: 10px 0; }

.ico_info_small {
  margin-bottom: .25em; }

.full {
  display: block;
  width: 100%; }

.img_illustrate {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px; }

.padding-reset {
  padding: 0; }

.reset-list ul {
  margin: 0;
  padding: 0; }

ul.reset-list {
  margin: 0;
  padding: 0; }

.resp_table {
  overflow-x: auto; }

@media (max-width: 64em) {
  .block_mobile {
    padding: 15px 0;
    overflow: hidden; }
    .block_mobile [class*=col-] {
      max-width: 100%;
      width: 100%;
      flex-basis: 100%; } }

@media (max-width: 48em) {
  .order-1-xs {
    order: 1; } }

.left-align {
  text-align: left !important; }

.right-align {
  text-align: right !important; }

.center {
  text-align: center !important; }
  .center img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%; }

.icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em; }
  .icons.icons_alert {
    background: url(../img/ico-alert.png) no-repeat;
    width: 43px;
    height: 47px; }

.deco_logo {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -181px;
  width: 224px;
  height: 62px; }

.faq-facturation-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -123px -505px;
  width: 29px;
  height: 36px; }

.faq-facturation {
  background-image: url(../Images/icons/sprite.png);
  background-position: -434px -405px;
  width: 29px;
  height: 36px; }

.faq-fournisseur-social-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -107px -463px;
  width: 43px;
  height: 36px; }

.faq-fournisseur-social {
  background-image: url(../Images/icons/sprite.png);
  background-position: -150px -463px;
  width: 43px;
  height: 36px; }

.faq-index-conso-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -56px -463px;
  width: 51px;
  height: 36px; }

.faq-index-conso {
  background-image: url(../Images/icons/sprite.png);
  background-position: -383px -405px;
  width: 51px;
  height: 36px; }

.faq-job-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -220px;
  width: 39px;
  height: 36px; }

.faq-job {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -184px;
  width: 39px;
  height: 36px; }

.faq-marche-energie-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -74px;
  width: 39px;
  height: 37px; }

.faq-marche-energie {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -147px;
  width: 38px;
  height: 37px; }

.faq-pannes-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -364px;
  width: 36px;
  height: 36px; }

.faq-pannes {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -328px;
  width: 36px;
  height: 36px; }

.faq-produire-energie-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -256px;
  width: 38px;
  height: 36px; }

.faq-produire-energie {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -292px;
  width: 38px;
  height: 36px; }

.faq-smart-metering-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -362px -109px;
  width: 34px;
  height: 36px; }

.faq-smart-metering {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -446px;
  width: 35px;
  height: 36px; }

.faq-travaux-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -38px;
  width: 41px;
  height: 36px; }

.faq-travaux {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -111px;
  width: 40px;
  height: 36px; }

.fresque-ores {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px 0px;
  width: 400px;
  height: 109px; }

.ico-alert {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -86px;
  width: 43px;
  height: 47px; }

.ico-back {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -224px;
  width: 21px;
  height: 18px; }

.ico-calendar {
  background-image: url(../Images/icons/sprite.png);
  background-position: -150px -326px;
  width: 75px;
  height: 79px; }

.ico-certificate {
  background-image: url(../Images/icons/sprite.png);
  background-position: -225px -326px;
  width: 75px;
  height: 79px; }

.ico-checkbox-off {
  background-image: url(../Images/icons/sprite.png);
  background-position: -306px -505px;
  width: 30px;
  height: 30px; }

.ico-checkbox-on {
  background-image: url(../Images/icons/sprite.png);
  background-position: -276px -505px;
  width: 30px;
  height: 30px; }

.ico-connect {
  background-image: url(../Images/icons/sprite.png);
  background-position: -300px -326px;
  width: 75px;
  height: 79px; }

.ico-danger {
  background-image: url(../Images/icons/sprite.png);
  background-position: -80px -505px;
  width: 43px;
  height: 37px; }

.ico-eolien {
  background-image: url(../Images/icons/sprite.png);
  background-position: -400px -79px;
  width: 75px;
  height: 79px; }

.ico-fb {
  background-image: url(../Images/icons/sprite.png);
  background-position: -40px -505px;
  width: 40px;
  height: 40px; }

.ico-geoloc {
  background-image: url(../Images/icons/sprite.png);
  background-position: -336px -505px;
  width: 30px;
  height: 30px; }

.ico-grow {
  background-image: url(../Images/icons/sprite.png);
  background-position: -82px -243px;
  width: 76px;
  height: 79px; }

.ico-ln {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -355px;
  width: 40px;
  height: 41px; }

.ico-magnifer {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -206px;
  width: 22px;
  height: 18px; }

.ico-marker-small {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -180px;
  width: 16px;
  height: 26px; }

.ico-marker {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -482px;
  width: 28px;
  height: 44px; }

.ico-meeting {
  background-image: url(../Images/icons/sprite.png);
  background-position: -375px -326px;
  width: 75px;
  height: 78px; }

.ico-no-danger {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -436px;
  width: 40px;
  height: 40px; }

.ico-offer {
  background-image: url(../Images/icons/sprite.png);
  background-position: -233px -243px;
  width: 75px;
  height: 79px; }

.ico-pdf-file {
  background-image: url(../Images/icons/sprite.png);
  background-position: -184px -505px;
  width: 32px;
  height: 32px; }

.ico-play-file {
  background-image: url(../Images/icons/sprite.png);
  background-position: -152px -505px;
  width: 32px;
  height: 32px; }

.ico-play-old {
  background-image: url(../Images/icons/sprite.png);
  background-position: -193px -463px;
  width: 45px;
  height: 32px; }

.ico-play {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -254px;
  width: 48px;
  height: 48px; }

.ico-quotes-left {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -43px;
  width: 49px;
  height: 43px; }

.ico-quotes-right {
  background-image: url(../Images/icons/sprite.png);
  background-position: -366px -505px;
  width: 31px;
  height: 28px; }

.ico-radio-off {
  background-image: url(../Images/icons/sprite.png);
  background-position: -216px -505px;
  width: 30px;
  height: 30px; }

.ico-radio-on {
  background-image: url(../Images/icons/sprite.png);
  background-position: -246px -505px;
  width: 30px;
  height: 30px; }

.ico-shop {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px 0px;
  width: 50px;
  height: 43px; }

.ico-shopping {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px 0px;
  width: 41px;
  height: 38px; }

.ico-speech-blue {
  background-image: url(../Images/icons/sprite.png);
  background-position: -158px -243px;
  width: 75px;
  height: 79px; }

.ico-speech {
  background-image: url(../Images/icons/sprite.png);
  background-position: -400px -237px;
  width: 75px;
  height: 79px; }

.ico-success {
  background-image: url(../Images/icons/sprite.png);
  background-position: -400px -158px;
  width: 75px;
  height: 79px; }

.ico-talk-bubble {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -133px;
  width: 46px;
  height: 40px; }

.ico-talk {
  background-image: url(../Images/icons/sprite.png);
  background-position: -400px 0px;
  width: 75px;
  height: 79px; }

.ico-tips {
  background-image: url(../Images/icons/sprite.png);
  background-position: -308px -243px;
  width: 75px;
  height: 79px; }

.ico-tools {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -326px;
  width: 75px;
  height: 79px; }

.ico-tw {
  background-image: url(../Images/icons/sprite.png);
  background-position: -353px -181px;
  width: 40px;
  height: 40px; }

.ico-write {
  background-image: url(../Images/icons/sprite.png);
  background-position: -75px -326px;
  width: 75px;
  height: 79px; }

.ico-yt {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -314px;
  width: 40px;
  height: 41px; }

.ico_book {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -243px;
  width: 82px;
  height: 83px; }

.ico_box_info {
  background-image: url(../Images/icons/sprite.png);
  background-position: -224px -181px;
  width: 70px;
  height: 51px; }

.ico_building {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -173px;
  width: 38px;
  height: 47px; }

.ico_bulb {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -545px;
  width: 28px;
  height: 43px; }

.ico_bulb_broken {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -109px;
  width: 49px;
  height: 49px; }

.ico_bulb_broken_grey {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -273px;
  width: 41px;
  height: 41px; }

.ico_cable {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -405px;
  width: 51px;
  height: 58px; }

.ico_car {
  background-image: url(../Images/icons/sprite.png);
  background-position: -303px -109px;
  width: 59px;
  height: 62px; }

.ico_compteur {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -206px;
  width: 48px;
  height: 48px; }

.ico_compteur_gas {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -158px;
  width: 48px;
  height: 48px; }

.ico_credit_card {
  background-image: url(../Images/icons/sprite.png);
  background-position: -331px -405px;
  width: 52px;
  height: 36px; }

.ico_downvote {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -157px;
  width: 23px;
  height: 23px; }

.ico_elec {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -353px;
  width: 47px;
  height: 47px; }

.ico_elec_color {
  background-image: url(../Images/icons/sprite.png);
  background-position: -577px -400px;
  width: 28px;
  height: 46px; }

.ico_elec_grey {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -220px;
  width: 32px;
  height: 53px; }

.ico_gas_color {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px 0px;
  width: 25px;
  height: 48px; }

.ico_gas_grey {
  background-image: url(../Images/icons/sprite.png);
  background-position: -450px -326px;
  width: 25px;
  height: 48px; }

.ico_info {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -110px;
  width: 24px;
  height: 24px; }

.ico_info_small {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -242px;
  width: 15px;
  height: 15px; }

.ico_information {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -86px;
  width: 24px;
  height: 24px; }

.ico_information_small {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -257px;
  width: 15px;
  height: 15px; }

.ico_iso {
  background-image: url(../Images/icons/sprite.png);
  background-position: -233px -109px;
  width: 70px;
  height: 70px; }

.ico_lock {
  background-image: url(../Images/icons/sprite.png);
  background-position: -105px -405px;
  width: 54px;
  height: 46px; }

.ico_notepad_add {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px 0px;
  width: 52px;
  height: 55px; }

.ico_panne_elec {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -302px;
  width: 44px;
  height: 51px; }

.ico_panne_v2 {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -48px;
  width: 25px;
  height: 38px; }

.ico_pig {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -463px;
  width: 56px;
  height: 42px; }

.ico_plan {
  background-image: url(../Images/icons/sprite.png);
  background-position: -362px -145px;
  width: 32px;
  height: 26px; }

.ico_pylone {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -400px;
  width: 47px;
  height: 46px; }

.ico_quotes_little_left {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -476px;
  width: 31px;
  height: 28px; }

.ico_sun {
  background-image: url(../Images/icons/sprite.png);
  background-position: -527px -396px;
  width: 40px;
  height: 40px; }

.ico_sun_black {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -505px;
  width: 40px;
  height: 40px; }

.ico_tube {
  background-image: url(../Images/icons/sprite.png);
  background-position: -238px -463px;
  width: 60px;
  height: 23px; }

.ico_upvote {
  background-image: url(../Images/icons/sprite.png);
  background-position: -618px -134px;
  width: 23px;
  height: 23px; }

.ico_user_circle {
  background-image: url(../Images/icons/sprite.png);
  background-position: -51px -405px;
  width: 54px;
  height: 54px; }

.ico_users-hv {
  background-image: url(../Images/icons/sprite.png);
  background-position: -213px -405px;
  width: 59px;
  height: 41px; }

.ico_users {
  background-image: url(../Images/icons/sprite.png);
  background-position: -272px -405px;
  width: 59px;
  height: 41px; }

.ico_users_color {
  background-image: url(../Images/icons/sprite.png);
  background-position: -159px -405px;
  width: 54px;
  height: 45px; }

.ico_work {
  background-image: url(../Images/icons/sprite.png);
  background-position: -294px -181px;
  width: 59px;
  height: 51px; }

.logo-ores {
  background-image: url(../Images/icons/sprite.png);
  background-position: 0px -109px;
  width: 233px;
  height: 72px; }

.logo_ores_mini {
  background-image: url(../Images/icons/sprite.png);
  background-position: -475px -55px;
  width: 51px;
  height: 54px; }

.select {
  width: auto;
  background-color: #ebecec;
  position: relative;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); }
  .select:after {
    font-family: "FontAwesome";
    content: "";
    padding: 12px 10px;
    background: #ffd300;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none; }
  .select select {
    height: 40px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 10px; }
    .select select option {
      padding-left: 10px; }
    .select select:focus {
      outline: none; }
    .select select::-ms-expand {
      display: none; }

.input {
  background-color: #ebecec;
  height: 40px;
  padding-left: 10px;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  color: #1a262f;
  border: none; }
  .input::placeholder {
    font-style: italic; }
  .input.full {
    width: 100%; }
  .input::-ms-clear {
    display: none; }

.g_search {
  position: relative;
  text-align: right; }
  .g_search input[type="text"] {
    padding-right: 50px; }
  .g_search button {
    background-color: #ffd300;
    padding: 9px;
    display: inline-block;
    border: none;
    position: absolute;
    top: -1px;
    right: 0; }
    .g_search button span {
      display: inline-block;
      background-image: url(../Images/icons/sprite.png);
      background-position: -618px -206px;
      width: 22px;
      height: 18px; }

.textarea {
  background-color: #ebecec;
  padding: 10px;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  border: none;
  resize: none; }
  .textarea.full {
    width: 100%; }

.checkbox {
  position: relative;
  display: table; }
  .checkbox input[type="checkbox"] {
    appearance: none;
    outline: none;
    width: 30px;
    height: 30px;
    opacity: 0; }
    .checkbox input[type="checkbox"]:checked + i:before {
      opacity: 1; }
  .checkbox i {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    background-color: #dbdee0;
    background-color: white;
    border: 1px solid #88949b;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
    border-radius: 2px; }
    .checkbox i:before {
      font-family: 'FontAwesome';
      content: "";
      color: black;
      font-style: normal;
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 20px;
      transition: opacity .25s ease;
      opacity: 0; }
  .checkbox.inline {
    display: inline-block; }
    .checkbox.inline label {
      display: inline-block;
      vertical-align: super;
      padding-right: 10px; }
  .checkbox label {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle; }

.radio {
  position: relative;
  display: table; }
  .radio input[type="radio"] {
    appearance: none;
    outline: none;
    width: 30px;
    height: 30px; }
    .radio input[type="radio"]:checked + i:before {
      content: "";
      background-image: url(../Images/icons/sprite.png);
      background-position: -246px -505px;
      width: 30px;
      height: 30px; }
  .radio i {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none; }
    .radio i:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(../Images/icons/sprite.png);
      background-position: -216px -505px;
      width: 30px;
      height: 30px; }
  .radio.inline {
    display: inline-block; }
    .radio.inline label {
      display: inline-block;
      vertical-align: super;
      padding-right: 10px; }
  .radio label {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle; }

.form-group {
  margin: 15px 0; }
  .form-group label {
    margin-bottom: 20px;
    display: block; }
  .form-group.inline label {
    margin-right: 20px;
    display: inline-block; }

ul.pager {
  text-align: center;
  margin: 20px 0; }
  @media (max-width: 48em) {
    ul.pager {
      margin: 15px 0; } }
  ul.pager li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px; }
    ul.pager li a, ul.pager li span {
      padding: 5px 10px;
      display: inline-block; }
    ul.pager li a {
      color: #1a262f;
      font-weight: bold; }
      ul.pager li a.current {
        background: #ebecec;
        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5); }
      ul.pager li a.first, ul.pager li a.prev, ul.pager li a.next, ul.pager li a.last {
        background: #ffd300; }
      ul.pager li a.prev i, ul.pager li a.next i {
        font-size: 12px; }

.banner {
  margin-bottom: 1em;
  /* 
        TODO: Review serge
        CarouselQueryLayout.cshtml
        Content.Carousel.cshtml
        Parts/Common.Body.Summary-Carousel.cshtml
        Parts/Title.Summary-Carousel.cshtml
    */ }
  @media (max-width: 64em) {
    .banner {
      margin: 0; } }
  .banner .items {
    position: relative; }
    .banner .items .image {
      overflow: hidden; }
      @media (max-width: 64em) {
        .banner .items .image {
          height: auto; } }
      @media (max-width: 47.9375em) {
        .banner .items .image {
          height: 100%; } }
      .banner .items .image img {
        width: 100%;
        height: auto;
        display: block; }
    .banner .items .content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 47.9375em) {
        .banner .items .content {
          width: 80%; } }
      .banner .items .content h2 {
        font-size: 32px;
        font-weight: 300; }
        @media (max-width: 48em) {
          .banner .items .content h2 {
            font-size: 20px; } }
        @media (max-width: 47.9375em) {
          .banner .items .content h2 {
            font-size: 11px;
            font-weight: 700;
            margin-bottom: 0; } }
      .banner .items .content p {
        font-size: 18px;
        font-weight: 600; }
        @media (max-width: 48em) {
          .banner .items .content p {
            font-size: 15px; } }
        @media (max-width: 47.9375em) {
          .banner .items .content p {
            margin-bottom: 0;
            display: none; } }
      .banner .items .content .color-black {
        color: black; }
      .banner .items .content .color-yellow {
        color: #ffd300; }
      .banner .items .content .color-blue {
        color: #34b4e4; }
      .banner .items .content.text-center {
        text-align: center; }
      .banner .items .content.text-left {
        text-align: left; }
      .banner .items .content.text-right {
        text-align: right; }
      .banner .items .content.left {
        left: 11%;
        transform: translate(-10%, -50%);
        width: 40%; }
        @media (max-width: 47.9375em) {
          .banner .items .content.left {
            left: 20%;
            width: 65%; } }
      .banner .items .content.right {
        left: auto;
        right: 10%;
        transform: translate(0, -50%);
        width: 40%; }
        @media (max-width: 47.9375em) {
          .banner .items .content.right {
            right: 10%;
            width: 50%; } }
      .banner .items .content.black-text h2, .banner .items .content.black-text p {
        color: #000;
        text-shadow: 1px 1px 2px #fff; }
      .banner .items .content.white-text h2, .banner .items .content.white-text p {
        color: #fff;
        text-shadow: 1px 1px 2px #000; }
      @media (max-width: 47.9375em) {
        .banner .items .content .btn {
          padding: 5px;
          font-size: 10px; }
          .banner .items .content .btn > span span {
            padding: 0 0 0 10px; }
          .banner .items .content .btn i {
            padding: 0 0 0 10px; } }
  .banner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 95px;
    z-index: 10;
    cursor: pointer; }
    @media (max-width: 47.9375em) {
      .banner .slick-arrow {
        font-size: 30px; } }
    @media (max-width: 48em) {
      .banner .slick-arrow {
        font-size: 50px; } }
    @media (max-width: 64em) {
      .banner .slick-arrow {
        display: none !important; } }
    .banner .slick-arrow.prev {
      left: 0; }
      @media (max-width: 47.9375em) {
        .banner .slick-arrow.prev {
          left: 5px; } }
      @media (min-width: 48em) {
        .banner .slick-arrow.prev {
          left: 10px; } }
    .banner .slick-arrow.next {
      right: 0; }
      @media (max-width: 47.9375em) {
        .banner .slick-arrow.next {
          right: 5px; } }
      @media (min-width: 48em) {
        .banner .slick-arrow.next {
          right: 20px; } }
  .banner .slick-dots {
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -95%);
    top: 95%; }
    @media (max-width: 47.9375em) {
      .banner .slick-dots {
        transform: translate(-50%, 0);
        top: auto;
        bottom: -10px; } }
    .banner .slick-dots li {
      display: inline-block;
      margin-right: 10px; }
      .banner .slick-dots li.slick-active button {
        background: #ffd300; }
      .banner .slick-dots li button {
        background: #132530;
        text-indent: -9999px;
        border: none;
        border-radius: 50%;
        height: 10px;
        min-height: 10px;
        max-height: 10px;
        width: 10px;
        min-width: 10px;
        max-width: 10px;
        display: block;
        padding: 0; }
        @media (max-width: 47.9375em) {
          .banner .slick-dots li button {
            min-height: 15px;
            max-height: 15px;
            width: 15px;
            min-width: 15px;
            max-width: 15px;
            padding: 5px; } }
        .banner .slick-dots li button:hover {
          background: #ffd300;
          outline: none; }
  .banner.content-carousel {
    padding: 40px 60px; }
    .banner.content-carousel .items {
      position: static;
      padding: 0 20px; }
      .banner.content-carousel .items img {
        width: 100%;
        height: 100px; }

@media (max-width: 48em) {
  .js-slide {
    display: table;
    width: 100%;
    table-layout: fixed; } }

@media (max-width: 48em) {
  .full_slider {
    padding: 0; } }

.js-tabs > ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-top: 5px solid #34b4e4; }
  @media (max-width: 47.9375em) {
    .js-tabs > ul {
      display: block; } }
  .js-tabs > ul li {
    list-style-type: none;
    cursor: pointer;
    display: flex;
    flex: 1;
    border-right: 1px solid #34b4e4;
    border-bottom: 1px solid #34b4e4; }
    @media (max-width: 47.9375em) {
      .js-tabs > ul li {
        display: block;
        border-left: 1px solid #34b4e4; } }
    .js-tabs > ul li:first-child {
      border-left: 1px solid #34b4e4; }
    .js-tabs > ul li a {
      color: #000;
      width: 100%;
      height: 100%;
      display: flex;
      padding: 15px; }
      .js-tabs > ul li a.active, .js-tabs > ul li a:hover {
        background: #34b4e4;
        color: #fff; }

.js-tabs > div {
  border: solid #34b4e4;
  border-width: 0 1px 1px 1px;
  padding: 20px 15px;
  margin-bottom: 20px; }

.js-tabs.orange > ul {
  border-top: 5px solid #f79433; }
  .js-tabs.orange > ul li {
    border-right: 1px solid #f79433;
    border-bottom: 1px solid #f79433; }
    .js-tabs.orange > ul li:first-child {
      border-left: 1px solid #f79433; }
    .js-tabs.orange > ul li a.active, .js-tabs.orange > ul li a:hover {
      background: #f79433; }

.js-tabs.orange > div {
  border: solid #f79433;
  border-width: 0 1px 1px 1px; }

.js-tabs.yellow > ul {
  border-top: 5px solid #ffd300; }
  .js-tabs.yellow > ul li {
    border-right: 1px solid #ffd300;
    border-bottom: 1px solid #ffd300; }
    .js-tabs.yellow > ul li:first-child {
      border-left: 1px solid #ffd300; }
    .js-tabs.yellow > ul li a.active, .js-tabs.yellow > ul li a:hover {
      background: #ffd300; }

.js-tabs.yellow > div {
  border: solid #ffd300;
  border-width: 0 1px 1px 1px; }

table {
  border-spacing: 0;
  border-collapse: collapse; }
  table.full {
    width: 100%;
    display: table; }
  table.custom {
    table-layout: fixed;
    margin: 10px 0; }
    @media (max-width: 48em) {
      table.custom {
        table-layout: auto; } }
    table.custom th, table.custom td {
      padding: 10px;
      border: 1px solid #ffffff;
      color: #ffffff;
      text-align: center;
      font-size: 14px; }
      @media (max-width: 64em) {
        table.custom th, table.custom td {
          font-size: 11px; } }
    table.custom th {
      font-weight: 600; }
    table.custom td {
      font-weight: 400;
      color: #000000; }
    table.custom ul {
      padding-left: 0; }
    table.custom.left td {
      text-align: left; }
    table.custom.grey th {
      background: #67757d; }
    table.custom.grey tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.grey:not(.simple) tr td:first-child {
      background: #67757d;
      color: #ffffff; }
    table.custom:not(.simple) tr:first-child {
      color: #000; }
      table.custom:not(.simple) tr:first-child th:first-child {
        background: #ffffff !important;
        color: #000;
        text-align: left; }
    table.custom:not(.simple) tr td:first-child {
      font-weight: 600;
      text-align: left; }
    table.custom.va-top td {
      vertical-align: top; }
    table.custom.blue th {
      background: #34b4e4; }
    table.custom.blue tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.blue:not(.simple) tr td:first-child {
      background: #34b4e4;
      color: #ffffff; }
    table.custom.yellow th {
      background: #ffd300; }
    table.custom.yellow tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.yellow:not(.simple) tr td:first-child {
      background: #ffd300;
      color: #ffffff; }
    table.custom.green th {
      background: #97bf0d; }
    table.custom.green tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.green:not(.simple) tr td:first-child {
      background: #97bf0d;
      color: #ffffff; }
    table.custom.purple th {
      background: #694994; }
    table.custom.purple tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.purple:not(.simple) tr td:first-child {
      background: #694994;
      color: #ffffff; }
    table.custom.pink th {
      background: #e53075; }
    table.custom.pink tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.pink:not(.simple) tr td:first-child {
      background: #e53075;
      color: #ffffff; }
    table.custom.orange th {
      background: #f79433; }
    table.custom.orange tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.orange:not(.simple) tr td:first-child {
      background: #f79433;
      color: #ffffff; }
    table.custom.lightgrey th {
      background: #b6c0c5; }
    table.custom.lightgrey tr:nth-child(2n+1) {
      background-color: #ebecec; }
    table.custom.lightgrey:not(.simple) tr td:first-child {
      background: #b6c0c5;
      color: #ffffff; }

.resp_table {
  overflow-x: auto; }
  @media (max-width: 48em) {
    .resp_table {
      max-width: calc(100vw - 4rem); } }
  @media (max-width: 47.9375em) {
    .resp_table {
      max-width: calc(100vw - 32px); } }

/** HOTFIX */
@media (max-width: 47.9375em) {
  table.custom.left tr td img[src*=".png"] {
    min-width: 20px;
    width: auto;
    height: auto !important; } }

table.legend {
  margin: 20px 0; }
  table.legend td {
    padding: 5px;
    vertical-align: middle; }
    table.legend td img {
      max-width: 40px;
      height: auto;
      vertical-align: middle;
      margin-right: 1em; }
    @media (max-width: 64em) {
      table.legend td {
        display: block; } }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  cursor: pointer;
  word-break: break-word; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 4px;
  margin-left: -80px;
  padding: 15px;
  width: 160px;
  border-radius: 3px;
  background-color: #1a262f;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  transform: translate(0, 10px);
  transform-origin: top; }
  @media (max-width: 47.9375em) {
    [data-tooltip]:before {
      width: 80px;
      margin-left: -50px; } }

[data-tooltip-width="large"]:before {
  width: 320px;
  text-align: left; }
  @media (max-width: 48em) {
    [data-tooltip-width="large"]:before {
      width: 120px; } }

[data-tooltip-list="true"]:before {
  white-space: pre-line;
  text-align: left;
  width: 320px; }

[data-tooltip-align="left"]:before {
  text-align: left; }

[data-tooltip-position="left"]:before {
  margin-left: -30px; }

[data-tooltip-position="right"]:before {
  margin-left: -140px; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid #1a262f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  transform: translate(0, 10px);
  transform-origin: top; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip].hover:before,
[data-tooltip].hover:after {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0); }

.grid_table {
  display: table; }
  .grid_table.full {
    width: 100%; }
  .grid_table .grid_row {
    display: table-row; }
  .grid_table.top .grid_cell {
    vertical-align: top; }
  .grid_table .grid_cell {
    display: table-cell;
    vertical-align: middle; }

.widget-google-map-widget .map-row {
  height: auto;
  margin: 30px 0;
  width: 100%;
  position: relative; }

.widget-google-map-widget .map {
  transition: all .3s ease;
  width: auto;
  height: auto;
  border: none;
  padding: 2em;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8; }
  @media (max-width: 48em) {
    .widget-google-map-widget .map {
      position: relative;
      width: 100%;
      height: 100%; } }

.widget-google-map-widget .summary {
  width: 360px;
  height: 100%;
  padding-left: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0; }
  @media (max-width: 48em) {
    .widget-google-map-widget .summary {
      position: relative;
      width: 100%; } }

.widget-google-map-widget .address {
  font-size: 14px;
  font-weight: 400; }

.widget-google-map-widget .js-google-map-frame {
  border: 1px solid #868f94; }

.widget-google-map-widget .google-search-results {
  height: 100%;
  overflow-y: auto; }
  .widget-google-map-widget .google-search-results:empty {
    display: none; }
  .widget-google-map-widget .google-search-results ul {
    padding: 0;
    margin: 0; }
    .widget-google-map-widget .google-search-results ul.list_summary li.items {
      padding: 15px;
      border-bottom: 1px solid #ebecec;
      font-size: 14px; }
      @media (max-width: 48em) {
        .widget-google-map-widget .google-search-results ul.list_summary li.items {
          margin-left: 0; } }
      .widget-google-map-widget .google-search-results ul.list_summary li.items.active {
        color: inherit;
        background: #f8f8f8; }
      .widget-google-map-widget .google-search-results ul.list_summary li.items .distance {
        font-weight: normal;
        color: #57666f;
        display: block;
        margin-bottom: 10px; }
      .widget-google-map-widget .google-search-results ul.list_summary li.items .top > img {
        border-radius: 50%;
        overflow: hidden; }
  .widget-google-map-widget .google-search-results .point-summary {
    color: #33b3e3;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px; }
    .widget-google-map-widget .google-search-results .point-summary::before {
      font-size: 14px;
      content: "\f041";
      font-family: FontAwesome;
      display: inline-block;
      vertical-align: baseline;
      margin-right: 7px; }
  .widget-google-map-widget .google-search-results .distance {
    display: block;
    font-weight: bold;
    font-size: 14px; }

.widget-google-map-widget .google-search-label {
  padding-left: 45px;
  position: relative; }
  .widget-google-map-widget .google-search-label:before {
    content: "";
    background-image: url(../Images/icons/sprite.png);
    background-position: -577px 0px;
    width: 41px;
    height: 38px;
    margin-left: -50px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .widget-google-map-widget .google-search-label h4 {
    margin-bottom: 0; }
  .widget-google-map-widget .google-search-label p {
    margin-bottom: 0; }

.widget-google-map-widget .google-search-row.control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 47.9375em) {
    .widget-google-map-widget .google-search-row.control {
      display: block; } }

.widget-google-map-widget .google-search-row.map-row .google-search-cell.map {
  position: relative; }
  .widget-google-map-widget .google-search-row.map-row .google-search-cell.map .box {
    position: relative;
    z-index: 10; }
  .widget-google-map-widget .google-search-row.map-row .google-search-cell.map button[id=collapseGoogle] {
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    outline: #ffd300;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .widget-google-map-widget .google-search-row.map-row .google-search-cell.map button[id=collapseGoogle] i.fa {
      line-height: 1em;
      font-weight: bold;
      font-size: 20px;
      transition: all .3s ease; }

.widget-google-map-widget .google-search-row.map-row .google-search-cell.summary {
  border: 2px solid #ffd300; }
  .widget-google-map-widget .google-search-row.map-row .google-search-cell.summary .google-message {
    display: none;
    padding: 10px;
    color: #ef4130; }
  .widget-google-map-widget .google-search-row.map-row .google-search-cell.summary .info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 356px;
    height: 100%; }

.widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.map {
  margin-right: 360px; }
  .widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.map button[id=collapseGoogle] i.fa {
    transform: rotate(180deg); }

.widget-google-map-widget .google-search-row.map-row.openable .google-search-cell.map button[id=collapseGoogle] {
  opacity: 1;
  pointer-events: auto; }

@media (max-width: 64em) {
  .widget-google-map-widget .google-search-row.map-row.openSummary, .widget-google-map-widget .google-search-row.map-row {
    display: block; }
    .widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.map, .widget-google-map-widget .google-search-row.map-row .google-search-cell.map {
      height: auto;
      display: block;
      width: auto;
      margin: 0 !important; }
      .widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.map button[id=collapseGoogle], .widget-google-map-widget .google-search-row.map-row .google-search-cell.map button[id=collapseGoogle] {
        display: none; }
    .widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.summary, .widget-google-map-widget .google-search-row.map-row .google-search-cell.summary {
      position: relative;
      max-height: 400px;
      display: block;
      width: auto; }
      .widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.summary .info, .widget-google-map-widget .google-search-row.map-row .google-search-cell.summary .info {
        position: relative;
        width: auto; }
      .widget-google-map-widget .google-search-row.map-row.openSummary .google-search-cell.summary .google-search-results, .widget-google-map-widget .google-search-row.map-row .google-search-cell.summary .google-search-results {
        height: 396px;
        overflow: auto; } }

@media (max-width: 48em) {
  .widget-google-map-widget .google-search-row.map-row .js-google-map-frame {
    margin: 0 -2em; } }

.widget-google-map-widget .search-row {
  margin: 1em 0; }
  .widget-google-map-widget .search-row .address {
    width: 50%;
    padding: 0;
    flex: 1; }
    @media (max-width: 47.9375em) {
      .widget-google-map-widget .search-row .address {
        width: 100%;
        display: block;
        margin-bottom: 10px; } }
  .widget-google-map-widget .search-row .scope {
    padding: 0;
    margin-left: 10px; }
    .widget-google-map-widget .search-row .scope .select select {
      padding-right: 2.5em; }
    @media (max-width: 47.9375em) {
      .widget-google-map-widget .search-row .scope {
        padding: 0;
        display: table-cell;
        width: 70%; } }
  .widget-google-map-widget .search-row .geoloc {
    margin-left: 10px; }
    @media (max-width: 47.9375em) {
      .widget-google-map-widget .search-row .geoloc {
        display: table-cell;
        text-align: center;
        padding: 0 0 0 5px;
        vertical-align: middle; } }
  .widget-google-map-widget .search-row .search {
    position: relative;
    display: inline-block;
    width: 100%; }
    .widget-google-map-widget .search-row .search span[data-tooltip] {
      display: block;
      border: none;
      position: absolute;
      top: -1px;
      right: 0;
      height: 42px; }
    @media (max-width: 47.9375em) {
      .widget-google-map-widget .search-row .search {
        display: block;
        width: 100%; } }
  .widget-google-map-widget .search-row .reset {
    padding: 0;
    margin-left: 10px; }
    @media (max-width: 47.9375em) {
      .widget-google-map-widget .search-row .reset {
        padding: 0;
        display: table-cell;
        text-align: center;
        padding-left: 5px; } }
    .widget-google-map-widget .search-row .reset button {
      padding: 10px 10px; }
  .widget-google-map-widget .search-row [data-tooltip] {
    display: inline-block; }
  @media (max-width: 47.9375em) {
    .widget-google-map-widget .search-row > div {
      margin-bottom: 10px; } }

.widget-google-map-widget button {
  border: none;
  background: #ffd300;
  padding: 6px 10px; }
  @media (max-width: 47.9375em) {
    .widget-google-map-widget button {
      padding: 6px 10px; } }
  .widget-google-map-widget button span {
    font-weight: bold;
    font-size: 14px; }
  .widget-google-map-widget button em {
    vertical-align: middle; }
  .widget-google-map-widget button:before {
    display: inline-block; }
  .widget-google-map-widget button.google-search-button {
    padding: 7px 10px;
    display: inline-block;
    border: none;
    position: relative;
    height: 100%; }
    .widget-google-map-widget button.google-search-button em {
      display: inline-block;
      vertical-align: middle;
      background-image: url(../Images/icons/sprite.png);
      background-position: -618px -206px;
      width: 22px;
      height: 18px; }
    .widget-google-map-widget button.google-search-button span {
      text-indent: -9999px;
      display: inline-block; }

.widget-google-map-widget .content-item {
  font-family: Roboto, Arial, sans-serif; }
  .widget-google-map-widget .content-item .top {
    overflow: hidden;
    margin-bottom: 15px; }
    .widget-google-map-widget .content-item .top img {
      float: left;
      max-width: 50px;
      height: auto; }
      .widget-google-map-widget .content-item .top img + .titles {
        max-width: calc(100% - 70px);
        margin-left: 15px;
        float: left; }
    .widget-google-map-widget .content-item .top .titles h3 {
      color: #34b4e4;
      font-size: 20px;
      margin: 0; }
    .widget-google-map-widget .content-item .top .titles h4 {
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      text-transform: none; }
      .widget-google-map-widget .content-item .top .titles h4.status {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin: 5px 0 10px;
        text-transform: none;
        border: dotted #ccc;
        border-width: 1px 0;
        padding: 4px 0 4px 20px;
        position: relative; }
        .widget-google-map-widget .content-item .top .titles h4.status .icons {
          margin-right: 5px;
          vertical-align: middle;
          position: absolute;
          top: 3px;
          left: 0; }
  .widget-google-map-widget .content-item .content p {
    margin-bottom: 5px; }
  .widget-google-map-widget .content-item .content hr {
    border-top: 1px dashed #ccc;
    margin: 10px 0; }
  .widget-google-map-widget .content-item .content .btn {
    padding: 3px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-width: 1px; }
    .widget-google-map-widget .content-item .content .btn > span span {
      padding: 0; }
  .widget-google-map-widget .content-item .content ul {
    margin: 0;
    padding: 0; }
    .widget-google-map-widget .content-item .content ul li {
      font-size: 14px;
      line-height: 14px;
      margin: 5px 0;
      padding: 0 0 0 15px;
      position: relative; }
      .widget-google-map-widget .content-item .content ul li::before {
        position: absolute;
        left: 0;
        top: 0px;
        line-height: 12px;
        font-size: 12px;
        content: "\25CF ";
        color: #34b4e4;
        vertical-align: middle; }

.faq.footer {
  background: #57666f;
  padding: 30px 0; }
  .faq.footer h2, .faq.footer p, .faq.footer a {
    color: #fff; }
  .faq.footer a {
    cursor: pointer; }
  @media (max-width: 48em) {
    .faq.footer p {
      padding-bottom: 5px;
      margin-bottom: 5px; } }
  .faq.footer div[class*="col-"]:last-child .faq-item {
    border-right: none; }
    @media (max-width: 48em) {
      .faq.footer div[class*="col-"]:last-child .faq-item {
        border-bottom: none; } }
  .faq.footer .faq-item {
    height: 100%;
    position: relative;
    border-right: 1px solid #88949b; }
    @media (max-width: 48em) {
      .faq.footer .faq-item {
        border-right: none;
        border-bottom: 1px solid #88949b;
        padding: 10px 0;
        margin: 0; } }
    .faq.footer .faq-item a.btn {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 48em) {
        .faq.footer .faq-item a.btn {
          position: relative;
          left: auto;
          bottom: auto; } }

.menu-faq-menu {
  z-index: 99; }
  .menu-faq-menu .icons {
    display: block;
    margin: 0 auto; }
    @media (max-width: 48em) {
      .menu-faq-menu .icons {
        display: none; } }
  .menu-faq-menu li div a {
    color: #fff;
    display: block;
    padding: 10px 0;
    min-height: 100px; }
    @media (max-width: 64em) {
      .menu-faq-menu li div a {
        min-height: auto;
        text-align: left;
        padding-right: 40px; } }
    .menu-faq-menu li div a span {
      font-size: 14px;
      text-transform: uppercase;
      line-height: 1;
      display: block;
      margin-top: 15px; }
      @media (max-width: 64em) {
        .menu-faq-menu li div a span {
          margin-top: 0; } }
      .menu-faq-menu li div a span:first-child + span {
        display: none; }
      @media (max-width: 64em) {
        .menu-faq-menu li div a span, .menu-faq-menu li div a span.icons {
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px; }
        .menu-faq-menu li div a span.icons {
          transform: scale(0.65); } }
      @media (max-width: 48em) {
        .menu-faq-menu li div a span.icons {
          display: none; } }
    .menu-faq-menu li div a.current {
      color: #fff;
      background: #57666f; }
  .menu-faq-menu li:hover {
    background: #ffd300; }
    .menu-faq-menu li:hover div a {
      color: #fff;
      background: #57666f; }
      .menu-faq-menu li:hover div a span:first-child {
        display: none; }
        .menu-faq-menu li:hover div a span:first-child + span {
          display: block; }
          @media (max-width: 48em) {
            .menu-faq-menu li:hover div a span:first-child + span {
              display: none; } }
  .menu-faq-menu.nav li.current:after {
    top: 15px; }
  .menu-faq-menu.nav li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.feedback {
  background: #ebecec;
  padding: 10px; }
  .feedback p, .feedback span {
    display: inline-block; }
  .feedback p {
    margin-right: 20px;
    margin-bottom: 0; }
  .feedback em {
    vertical-align: text-bottom; }
    .feedback em.ico_downvote {
      position: relative;
      top: 4px; }
  .feedback span {
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer; }

.faq-item {
  margin: 25px 0; }

.faq-global [class*="col-"] {
  padding: 10px 5px; }

.faq-global .menu-faq {
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 64em) {
    .faq-global .menu-faq {
      flex-direction: column; } }
  .faq-global .menu-faq > div {
    margin: 0 5px;
    width: 100%; }
  .faq-global .menu-faq button {
    margin: 0 5px;
    border: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffd300;
    padding: 10px;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center; }
    .faq-global .menu-faq button span {
      margin-top: 5px;
      font-size: 12px;
      max-width: 100%;
      display: block;
      line-height: 1.1em; }
    .faq-global .menu-faq button .icon {
      display: block;
      border-radius: 50%;
      padding: 0;
      height: 60px;
      width: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media (max-width: 64em) {
        .faq-global .menu-faq button .icon {
          display: none; } }
      .faq-global .menu-faq button .icon i {
        transform: scale(0.9); }
        .faq-global .menu-faq button .icon i.fa {
          transform: none;
          display: block;
          height: 25px;
          width: 25px;
          font-size: 25px; }
        .faq-global .menu-faq button .icon i.faq-facturation {
          height: 36px;
          width: 29px;
          background-position: -123px -505px; }
        .faq-global .menu-faq button .icon i.faq-fournisseur-social {
          height: 36px;
          width: 43px;
          background-position: -107px -463px; }
        .faq-global .menu-faq button .icon i.faq-index-conso {
          height: 36px;
          width: 51px;
          background-position: -56px -463px; }
        .faq-global .menu-faq button .icon i.faq-job {
          height: 36px;
          width: 39px;
          background-position: -577px -220px; }
        .faq-global .menu-faq button .icon i.faq-marche-energie {
          height: 37px;
          width: 39px;
          background-position: -577px -74px; }
        .faq-global .menu-faq button .icon i.faq-pannes {
          height: 36px;
          width: 36px;
          background-position: -577px -364px; }
        .faq-global .menu-faq button .icon i.faq-produire-energie {
          height: 36px;
          width: 38px;
          background-position: -577px -256px; }
        .faq-global .menu-faq button .icon i.faq-smart-metering {
          height: 36px;
          width: 34px;
          background-position: -362px -109px; }
        .faq-global .menu-faq button .icon i.faq-travaux {
          height: 36px;
          width: 41px;
          background-position: -577px -38px; }
        .faq-global .menu-faq button .icon i.ico_users {
          height: 41px;
          width: 59px;
          background-position: -213px -405px; }
    .faq-global .menu-faq button:first-child {
      margin-left: 0; }
    .faq-global .menu-faq button:last-child {
      margin-right: 0; }
    @media (max-width: 64em) {
      .faq-global .menu-faq button {
        margin: 5px 0;
        flex-direction: row;
        padding: 8px 15px; }
        .faq-global .menu-faq button .icon {
          margin: 0 10px 0 0; }
        .faq-global .menu-faq button span {
          font-size: 18px; } }
  .faq-global .menu-faq button:hover,
  .faq-global .menu-faq .active button,
  .faq-global .menu-faq .active button:hover {
    background: black;
    color: white; }
    .faq-global .menu-faq button:hover i,
    .faq-global .menu-faq .active button i,
    .faq-global .menu-faq .active button:hover i {
      color: #cdd1d4 !important; }
      .faq-global .menu-faq button:hover i.faq-facturation,
      .faq-global .menu-faq .active button i.faq-facturation,
      .faq-global .menu-faq .active button:hover i.faq-facturation {
        height: 36px;
        width: 29px;
        background-position: -434px -405px; }
      .faq-global .menu-faq button:hover i.faq-fournisseur-social,
      .faq-global .menu-faq .active button i.faq-fournisseur-social,
      .faq-global .menu-faq .active button:hover i.faq-fournisseur-social {
        height: 36px;
        width: 43px;
        background-position: -150px -463px; }
      .faq-global .menu-faq button:hover i.faq-index-conso,
      .faq-global .menu-faq .active button i.faq-index-conso,
      .faq-global .menu-faq .active button:hover i.faq-index-conso {
        height: 36px;
        width: 51px;
        background-position: -383px -405px; }
      .faq-global .menu-faq button:hover i.faq-job,
      .faq-global .menu-faq .active button i.faq-job,
      .faq-global .menu-faq .active button:hover i.faq-job {
        height: 36px;
        width: 39px;
        background-position: -577px -184px; }
      .faq-global .menu-faq button:hover i.faq-marche-energie,
      .faq-global .menu-faq .active button i.faq-marche-energie,
      .faq-global .menu-faq .active button:hover i.faq-marche-energie {
        height: 37px;
        width: 38px;
        background-position: -577px -147px; }
      .faq-global .menu-faq button:hover i.faq-pannes,
      .faq-global .menu-faq .active button i.faq-pannes,
      .faq-global .menu-faq .active button:hover i.faq-pannes {
        height: 36px;
        width: 36px;
        background-position: -577px -328px; }
      .faq-global .menu-faq button:hover i.faq-produire-energie,
      .faq-global .menu-faq .active button i.faq-produire-energie,
      .faq-global .menu-faq .active button:hover i.faq-produire-energie {
        height: 36px;
        width: 38px;
        background-position: -577px -292px; }
      .faq-global .menu-faq button:hover i.faq-smart-metering,
      .faq-global .menu-faq .active button i.faq-smart-metering,
      .faq-global .menu-faq .active button:hover i.faq-smart-metering {
        height: 36px;
        width: 35px;
        background-position: -577px -446px; }
      .faq-global .menu-faq button:hover i.faq-travaux,
      .faq-global .menu-faq .active button i.faq-travaux,
      .faq-global .menu-faq .active button:hover i.faq-travaux {
        height: 36px;
        width: 40px;
        background-position: -577px -111px; }
      .faq-global .menu-faq button:hover i.ico_users,
      .faq-global .menu-faq .active button i.ico_users,
      .faq-global .menu-faq .active button:hover i.ico_users {
        height: 41px;
        width: 59px;
        background-position: -272px -405px; }
  .faq-global .menu-faq button:hover {
    background: #132530; }

.faq-global .faq-list {
  width: 100%; }
  .faq-global .faq-list h3 {
    font-size: 14px;
    padding: 10px;
    background: #ebecec;
    border-bottom: 1px solid #fff;
    margin: 0; }
  .faq-global .faq-list ul {
    margin: 0;
    width: 100%; }
    .faq-global .faq-list ul li {
      width: 100%; }
      .faq-global .faq-list ul li > button,
      .faq-global .faq-list ul li > a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border: 0;
        background: transparent;
        padding: 10px;
        text-align: left;
        line-height: 1.1em;
        border-bottom: 1px solid #ebecec; }
        .faq-global .faq-list ul li > button:hover,
        .faq-global .faq-list ul li > a:hover {
          background: #ebecec; }
        .faq-global .faq-list ul li > button::after,
        .faq-global .faq-list ul li > a::after {
          flex-grow: -1;
          font-family: "fontAwesome";
          content: "";
          margin-left: 5px;
          padding: 0;
          color: inherit;
          vertical-align: middle; }
          @media (max-width: 64em) {
            .faq-global .faq-list ul li > button::after,
            .faq-global .faq-list ul li > a::after {
              transform: rotate(0.25turn); } }
      .faq-global .faq-list ul li.active > button,
      .faq-global .faq-list ul li.active > a {
        background: #34b4e4;
        color: white; }
      .faq-global .faq-list ul li .js-accordion, .faq-global .faq-list ul li.js-accordion {
        margin: 0; }
        .faq-global .faq-list ul li .js-accordion > h2, .faq-global .faq-list ul li.js-accordion > h2 {
          font-size: inherit;
          display: flex;
          justify-content: space-between;
          width: 100%;
          border: 0;
          background: transparent;
          padding: 10px 20px 10px 10px;
          position: relative;
          margin: 0;
          text-align: left;
          line-height: 1.1em;
          border-bottom: 1px solid #ebecec;
          transition: all .05s ease; }
          @media (max-width: 64em) {
            .faq-global .faq-list ul li .js-accordion > h2, .faq-global .faq-list ul li.js-accordion > h2 {
              justify-content: flex-start; } }
          .faq-global .faq-list ul li .js-accordion > h2 span, .faq-global .faq-list ul li.js-accordion > h2 span {
            font-weight: 200; }
          .faq-global .faq-list ul li .js-accordion > h2::before, .faq-global .faq-list ul li.js-accordion > h2::before {
            display: block;
            font-size: 10px;
            font-family: "fontAwesome";
            content: "\f067";
            padding: 5px;
            background: #34b4e4;
            color: black;
            vertical-align: middle;
            order: 2;
            padding: 0;
            background: transparent;
            color: inherit;
            position: absolute;
            top: 50%;
            right: 5px;
            margin: 0;
            transform: translateY(-50%); }
            @media (max-width: 64em) {
              .faq-global .faq-list ul li .js-accordion > h2::before, .faq-global .faq-list ul li.js-accordion > h2::before {
                position: static;
                transform: none;
                flex-grow: -1;
                order: -1;
                margin-right: 10px; } }
          .faq-global .faq-list ul li .js-accordion > h2.active, .faq-global .faq-list ul li.js-accordion > h2.active {
            background: #34b4e4;
            border-bottom: 1px solid #fff;
            color: white; }
            .faq-global .faq-list ul li .js-accordion > h2.active::before, .faq-global .faq-list ul li.js-accordion > h2.active::before {
              font-family: "fontAwesome";
              content: "\f068"; }
          .faq-global .faq-list ul li .js-accordion > h2::after, .faq-global .faq-list ul li.js-accordion > h2::after {
            content: normal; }
        .faq-global .faq-list ul li .js-accordion .content, .faq-global .faq-list ul li.js-accordion .content {
          padding: 10px;
          font-size: .85em;
          border-bottom: 1px solid #34b4e4; }

.video .responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; }
  .video .responsive iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.video.max {
  max-width: 720px; }

.video.banner {
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0;
  padding: 0; }
  .video.banner img {
    max-width: 100%;
    height: auto; }
  .video.banner::after {
    color: white;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 75px;
    opacity: .5;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    transition: opacity .25s ease; }
  .video.banner:hover::after {
    opacity: 1; }

.tiles [class*=col-md] {
  width: 100%; }

.tile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%; }
  .tile > h2 {
    display: flex;
    flex-grow: 0;
    align-items: center;
    margin: 15px 0 0;
    padding: 10px;
    background-color: #ffd300;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700; }
    .tile > h2 span {
      font-size: 14px; }
      .tile > h2 span:first-child {
        width: 50px; }
        .tile > h2 span:first-child .icons {
          transform: scale(0.65); }
      .tile > h2 span:last-child {
        width: calc(100% - 50px); }
  .tile > div {
    flex-grow: 2;
    padding: 10px;
    background: #ebecec; }
    .tile > div ul.subnav-list {
      margin: 0;
      padding: 0; }
      .tile > div ul.subnav-list li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        list-style-type: none; }
        .tile > div ul.subnav-list li:last-child {
          border-bottom: none; }
        @media (max-width: 64em) {
          .tile > div ul.subnav-list li {
            border-bottom: none; } }
        .tile > div ul.subnav-list li a {
          font-size: 14px;
          line-height: 1.2em;
          padding: 5px 5px 5px 20px;
          display: block;
          color: #132530;
          text-decoration: none;
          position: relative; }
          .tile > div ul.subnav-list li a:hover:after {
            transform: translateX(5px); }
          .tile > div ul.subnav-list li a:after {
            transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
            position: absolute;
            left: 0;
            top: 5px;
            font-family: "fontAwesome";
            content: '\f0da'; }
        .tile > div ul.subnav-list li.current {
          text-decoration: underline; }

.zone-fixed-button {
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: -310px;
  display: flex;
  flex-direction: column; }
  .zone-fixed-button .box {
    background: #1a262f;
    color: white;
    position: absolute;
    transition: transform .5s ease;
    white-space: nowrap;
    min-height: 50px;
    padding: 10px 20px;
    z-index: 1;
    position: relative;
    width: 310px;
    text-align: left; }
    .zone-fixed-button .box a {
      color: white; }
    .zone-fixed-button .box * {
      color: white;
      line-height: 30px;
      font-size: 18px;
      margin: 0;
      padding: 0; }
    .zone-fixed-button .box button {
      border: none;
      background: none; }
      .zone-fixed-button .box button i.fa {
        display: none; }
    .zone-fixed-button .box::before {
      font-family: FontAwesome;
      content: "";
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 25px;
      background: #ffd300;
      color: black;
      position: absolute;
      left: -50px;
      top: 0; }
    .zone-fixed-button .box button.close {
      background: black;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50px; }
      .zone-fixed-button .box button.close::before, .zone-fixed-button .box button.close::after {
        content: "";
        display: block;
        width: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: transform .5s ease; }
      .zone-fixed-button .box button.close::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .zone-fixed-button .box button.close::after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .zone-fixed-button .box button.close:hover::before {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .zone-fixed-button .box button.close:hover::after {
        transform: translate(-50%, -50%) rotate(45deg); }
    .zone-fixed-button .box.open {
      transform: translateX(-100%);
      z-index: 2; }
    @media (min-width: 64em) {
      .zone-fixed-button .box {
        margin: 5px 0; } }
  .zone-fixed-button .widget-info-gas .box {
    z-index: 3; }
    .zone-fixed-button .widget-info-gas .box::before {
      content: ""; }
  .zone-fixed-button .widget-chat-nallo-widget .box {
    z-index: 2; }
    .zone-fixed-button .widget-chat-nallo-widget .box::before {
      content: ""; }
  .zone-fixed-button .widget-call-me-back .box {
    z-index: 1; }
    .zone-fixed-button .widget-call-me-back .box::before {
      content: ""; }
  .zone-fixed-button .widget-toggle-me .box {
    z-index: 1; }
    .zone-fixed-button .widget-toggle-me .box::before {
      content: ""; }
  @media (max-width: 64em) {
    .zone-fixed-button {
      bottom: 0;
      top: auto;
      transform: translate(100% -100%); }
      .zone-fixed-button .box {
        transform: translateX(50px); }
      .zone-fixed-button .widget-toggle-me .box {
        transform: translateX(0); }
      .zone-fixed-button.open .box {
        transform: translateX(-100%);
        right: 0;
        z-index: 2; } }

#gotoTop {
  opacity: 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  transform: translateX(-100px);
  transition: all .5s ease;
  padding: 0;
  margin: 0; }
  #gotoTop.on {
    opacity: 1;
    transform: translateX(0); }

.zoom {
  overflow: hidden;
  cursor: zoom-in; }
  .zoom img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .75s ease; }
  .zoom.zoomed img {
    cursor: zoom-out; }

.box-iframe {
  position: fixed;
  right: 0;
  bottom: 0; }

html .modal .modal-inner-iframe {
  max-width: 800px; }
  html .modal .modal-inner-iframe iframe {
    width: 100%; }

html .zone-fixed-button .modal {
  display: none; }
  html .zone-fixed-button .modal.open {
    display: block; }

.lexique ul.lex-nav li {
  margin: 2px;
  display: inline-block; }
  .lexique ul.lex-nav li button,
  .lexique ul.lex-nav li a {
    background: #dbdee0;
    border: 1px solid #b6c0c5;
    color: #88949b;
    font-weight: bold;
    height: 2em;
    width: 2em;
    text-align: center;
    font-size: 1em;
    margin: 0; }
  .lexique ul.lex-nav li.disable {
    opacity: 0.5;
    pointer-events: none; }
  .lexique ul.lex-nav li.active {
    pointer-events: none; }
    .lexique ul.lex-nav li.active button,
    .lexique ul.lex-nav li.active a {
      background: #34b4e4;
      border: 1px solid #34b4e4;
      color: white; }

.lexique .lex-content {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dotted #34b4e4;
  margin-bottom: 10px; }
  .lexique .lex-content:last-child {
    border-bottom: none; }
  .lexique .lex-content h3 {
    font-size: 65px;
    width: 65px;
    font-weight: bold;
    margin: -7px 20px 0 0;
    line-height: 1em;
    color: #34b4e4; }
  .lexique .lex-content .lex-items {
    flex-grow: 1; }
    .lexique .lex-content .lex-items .lex-item {
      border-bottom: 1px dotted #b6c0c5;
      margin-bottom: 10px; }
      .lexique .lex-content .lex-items .lex-item:last-child {
        border-bottom: none; }
      .lexique .lex-content .lex-items .lex-item h4 {
        margin-bottom: 0; }
      .lexique .lex-content .lex-items .lex-item p {
        margin-bottom: 10px; }

.lexique-term {
  font-style: italic; }

.modal .lexique .lex-content .lex-items {
  flex-grow: 1; }
  .modal .lexique .lex-content .lex-items .lex-item {
    font-size: 18px; }
    .modal .lexique .lex-content .lex-items .lex-item p {
      font-size: inherit; }
    .modal .lexique .lex-content .lex-items .lex-item h4 {
      font-size: 36px;
      font-weight: bold;
      margin: 0 0 20px;
      line-height: 1em;
      color: #34b4e4; }
  .modal .lexique .lex-content .lex-items hr {
    border: none;
    border-top: 1px dashed #dbdee0;
    width: 100%;
    margin: 30px 0 20px; }

.widget-distribution-rate {
  max-width: 350px;
  margin: auto; }
  .widget-distribution-rate .search-bar {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .widget-distribution-rate .search-bar input[type="text"] {
      height: 32px; }
    .widget-distribution-rate .search-bar input[type="submit"] {
      height: 33px;
      margin-left: 10px; }
  .widget-distribution-rate .search-result .search-distribution-rate-result {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0; }
    .widget-distribution-rate .search-result .search-distribution-rate-result:last-child {
      border-bottom: none; }
    .widget-distribution-rate .search-result .search-distribution-rate-result .icon {
      font-size: 2em;
      margin-right: 10px; }

/*# sourceMappingURL=main.min.css.map */