@charset "UTF-8";
/*!
Theme Name:     Glanum Child Fondation
Theme URI:      http://www.glanum.com/
Description:    Theme Glanum
Template:       glanum
Author:         L'agence Glanum
Author URI:     http://www.glanum.com/
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i|Roboto:400,400i,700,700i");
:root { --footer-height: 0; --header-height: 0; --article-height: 0; --adminbar-height: 0; }

@-webkit-keyframes rotating { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotating { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-keyframes scrollto { 0% { bottom: 2rem; }
  50% { bottom: 1rem; }
  100% { bottom: 0; } }

@keyframes scrollto { 0% { bottom: 2rem; }
  50% { bottom: 1rem; }
  100% { bottom: 0; } }

/** Foundation for Sites by ZURB Version 6.4.3 foundation.zurb.com Licensed under MIT Open Source */
/** FIX BUG BREAPOINTS **/
/******************/
@media print, screen and (min-width: 48em) { .reveal, .reveal.tiny, .reveal.small, .reveal.large { right: auto; left: auto; margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. */
figcaption, figure { display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** Add the correct display in IE. */
main { display: block; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. */
button { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button, [type="button"], [type="reset"], [type="submit"] { /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Show the overflow in Edge. */
input { overflow: visible; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ }

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

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Add the correct display in IE 9-. */
menu { display: block; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.foundation-mq { font-family: "small=0em&medium=48em&medium-xl=62em&large=64em&xlarge=75em"; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; }

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

body { margin: 0; padding: 0; background: #ffffff; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #000000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

textarea { height: auto; min-height: 50px; border-radius: 0; }

select { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 0; background: transparent; line-height: 1; cursor: auto; }

[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

button, input, optgroup, select, textarea { font-family: inherit; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.row { max-width: 120rem; margin-right: auto; margin-left: auto; }

.row::before, .row::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.row::after { clear: both; }

.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }

.row .row { margin-right: -1rem; margin-left: -1rem; }

@media print, screen and (min-width: 48em) { .row .row { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 64em) { .row .row { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media screen and (min-width: 75em) { .row .row { margin-right: -1.5rem; margin-left: -1.5rem; } }

.row .row.collapse { margin-right: 0; margin-left: 0; }

.row.expanded { max-width: none; }

.row.expanded .row { margin-right: auto; margin-left: auto; }

.row:not(.expanded) .row { max-width: none; }

.row.gutter-small > .column, .row.gutter-small > .columns { padding-right: 1rem; padding-left: 1rem; }

.row.gutter-medium > .column, .row.gutter-medium > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }

.column, .columns { width: 100%; float: left; padding-right: 1rem; padding-left: 1rem; }

@media print, screen and (min-width: 48em) { .column, .columns { padding-right: 1.5rem; padding-left: 1.5rem; } }

.column.row.row, .row.row.columns { float: none; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { width: 8.3333333333%; }

.small-push-1 { position: relative; left: 8.3333333333%; }

.small-pull-1 { position: relative; left: -8.3333333333%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { width: 16.6666666667%; }

.small-push-2 { position: relative; left: 16.6666666667%; }

.small-pull-2 { position: relative; left: -16.6666666667%; }

.small-offset-1 { margin-left: 8.3333333333%; }

.small-3 { width: 25%; }

.small-push-3 { position: relative; left: 25%; }

.small-pull-3 { position: relative; left: -25%; }

.small-offset-2 { margin-left: 16.6666666667%; }

.small-4 { width: 33.3333333333%; }

.small-push-4 { position: relative; left: 33.3333333333%; }

.small-pull-4 { position: relative; left: -33.3333333333%; }

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

.small-5 { width: 41.6666666667%; }

.small-push-5 { position: relative; left: 41.6666666667%; }

.small-pull-5 { position: relative; left: -41.6666666667%; }

.small-offset-4 { margin-left: 33.3333333333%; }

.small-6 { width: 50%; }

.small-push-6 { position: relative; left: 50%; }

.small-pull-6 { position: relative; left: -50%; }

.small-offset-5 { margin-left: 41.6666666667%; }

.small-7 { width: 58.3333333333%; }

.small-push-7 { position: relative; left: 58.3333333333%; }

.small-pull-7 { position: relative; left: -58.3333333333%; }

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

.small-8 { width: 66.6666666667%; }

.small-push-8 { position: relative; left: 66.6666666667%; }

.small-pull-8 { position: relative; left: -66.6666666667%; }

.small-offset-7 { margin-left: 58.3333333333%; }

.small-9 { width: 75%; }

.small-push-9 { position: relative; left: 75%; }

.small-pull-9 { position: relative; left: -75%; }

.small-offset-8 { margin-left: 66.6666666667%; }

.small-10 { width: 83.3333333333%; }

.small-push-10 { position: relative; left: 83.3333333333%; }

.small-pull-10 { position: relative; left: -83.3333333333%; }

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

.small-11 { width: 91.6666666667%; }

.small-push-11 { position: relative; left: 91.6666666667%; }

.small-pull-11 { position: relative; left: -91.6666666667%; }

.small-offset-10 { margin-left: 83.3333333333%; }

.small-12 { width: 100%; }

.small-offset-11 { margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns { float: left; width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { float: left; }

.small-up-2 > .column, .small-up-2 > .columns { float: left; width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { float: left; }

.small-up-3 > .column, .small-up-3 > .columns { float: left; width: 33.3333333333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { float: left; }

.small-up-4 > .column, .small-up-4 > .columns { float: left; width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

.small-up-5 > .column, .small-up-5 > .columns { float: left; width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { float: left; }

.small-up-6 > .column, .small-up-6 > .columns { float: left; width: 16.6666666667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { float: left; }

.small-up-7 > .column, .small-up-7 > .columns { float: left; width: 14.2857142857%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { float: left; }

.small-up-8 > .column, .small-up-8 > .columns { float: left; width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { float: left; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }

.small-collapse .row { margin-right: 0; margin-left: 0; }

.expanded.row .small-collapse.row { margin-right: 0; margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 1rem; padding-left: 1rem; }

.small-centered { margin-right: auto; margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) { float: none; clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; }

@media print, screen and (min-width: 48em) { .medium-1 { width: 8.3333333333%; }
  .medium-push-1 { position: relative; left: 8.3333333333%; }
  .medium-pull-1 { position: relative; left: -8.3333333333%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { width: 16.6666666667%; }
  .medium-push-2 { position: relative; left: 16.6666666667%; }
  .medium-pull-2 { position: relative; left: -16.6666666667%; }
  .medium-offset-1 { margin-left: 8.3333333333%; }
  .medium-3 { width: 25%; }
  .medium-push-3 { position: relative; left: 25%; }
  .medium-pull-3 { position: relative; left: -25%; }
  .medium-offset-2 { margin-left: 16.6666666667%; }
  .medium-4 { width: 33.3333333333%; }
  .medium-push-4 { position: relative; left: 33.3333333333%; }
  .medium-pull-4 { position: relative; left: -33.3333333333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { width: 41.6666666667%; }
  .medium-push-5 { position: relative; left: 41.6666666667%; }
  .medium-pull-5 { position: relative; left: -41.6666666667%; }
  .medium-offset-4 { margin-left: 33.3333333333%; }
  .medium-6 { width: 50%; }
  .medium-push-6 { position: relative; left: 50%; }
  .medium-pull-6 { position: relative; left: -50%; }
  .medium-offset-5 { margin-left: 41.6666666667%; }
  .medium-7 { width: 58.3333333333%; }
  .medium-push-7 { position: relative; left: 58.3333333333%; }
  .medium-pull-7 { position: relative; left: -58.3333333333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { width: 66.6666666667%; }
  .medium-push-8 { position: relative; left: 66.6666666667%; }
  .medium-pull-8 { position: relative; left: -66.6666666667%; }
  .medium-offset-7 { margin-left: 58.3333333333%; }
  .medium-9 { width: 75%; }
  .medium-push-9 { position: relative; left: 75%; }
  .medium-pull-9 { position: relative; left: -75%; }
  .medium-offset-8 { margin-left: 66.6666666667%; }
  .medium-10 { width: 83.3333333333%; }
  .medium-push-10 { position: relative; left: 83.3333333333%; }
  .medium-pull-10 { position: relative; left: -83.3333333333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { width: 91.6666666667%; }
  .medium-push-11 { position: relative; left: 91.6666666667%; }
  .medium-pull-11 { position: relative; left: -91.6666666667%; }
  .medium-offset-10 { margin-left: 83.3333333333%; }
  .medium-12 { width: 100%; }
  .medium-offset-11 { margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns { float: left; width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns { float: left; width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns { float: left; width: 33.3333333333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns { float: left; width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns { float: left; width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns { float: left; width: 16.6666666667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns { float: left; width: 14.2857142857%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns { float: left; width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { float: left; }
  .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .medium-collapse.row { margin-right: 0; margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }
  .medium-centered { margin-right: auto; margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) { float: none; clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }

@media print, screen and (min-width: 64em) { .large-1 { width: 8.3333333333%; }
  .large-push-1 { position: relative; left: 8.3333333333%; }
  .large-pull-1 { position: relative; left: -8.3333333333%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { width: 16.6666666667%; }
  .large-push-2 { position: relative; left: 16.6666666667%; }
  .large-pull-2 { position: relative; left: -16.6666666667%; }
  .large-offset-1 { margin-left: 8.3333333333%; }
  .large-3 { width: 25%; }
  .large-push-3 { position: relative; left: 25%; }
  .large-pull-3 { position: relative; left: -25%; }
  .large-offset-2 { margin-left: 16.6666666667%; }
  .large-4 { width: 33.3333333333%; }
  .large-push-4 { position: relative; left: 33.3333333333%; }
  .large-pull-4 { position: relative; left: -33.3333333333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { width: 41.6666666667%; }
  .large-push-5 { position: relative; left: 41.6666666667%; }
  .large-pull-5 { position: relative; left: -41.6666666667%; }
  .large-offset-4 { margin-left: 33.3333333333%; }
  .large-6 { width: 50%; }
  .large-push-6 { position: relative; left: 50%; }
  .large-pull-6 { position: relative; left: -50%; }
  .large-offset-5 { margin-left: 41.6666666667%; }
  .large-7 { width: 58.3333333333%; }
  .large-push-7 { position: relative; left: 58.3333333333%; }
  .large-pull-7 { position: relative; left: -58.3333333333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { width: 66.6666666667%; }
  .large-push-8 { position: relative; left: 66.6666666667%; }
  .large-pull-8 { position: relative; left: -66.6666666667%; }
  .large-offset-7 { margin-left: 58.3333333333%; }
  .large-9 { width: 75%; }
  .large-push-9 { position: relative; left: 75%; }
  .large-pull-9 { position: relative; left: -75%; }
  .large-offset-8 { margin-left: 66.6666666667%; }
  .large-10 { width: 83.3333333333%; }
  .large-push-10 { position: relative; left: 83.3333333333%; }
  .large-pull-10 { position: relative; left: -83.3333333333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { width: 91.6666666667%; }
  .large-push-11 { position: relative; left: 91.6666666667%; }
  .large-pull-11 { position: relative; left: -91.6666666667%; }
  .large-offset-10 { margin-left: 83.3333333333%; }
  .large-12 { width: 100%; }
  .large-offset-11 { margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns { float: left; width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { float: left; }
  .large-up-2 > .column, .large-up-2 > .columns { float: left; width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { float: left; }
  .large-up-3 > .column, .large-up-3 > .columns { float: left; width: 33.3333333333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { float: left; }
  .large-up-4 > .column, .large-up-4 > .columns { float: left; width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { float: left; }
  .large-up-5 > .column, .large-up-5 > .columns { float: left; width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { float: left; }
  .large-up-6 > .column, .large-up-6 > .columns { float: left; width: 16.6666666667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { float: left; }
  .large-up-7 > .column, .large-up-7 > .columns { float: left; width: 14.2857142857%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { float: left; }
  .large-up-8 > .column, .large-up-8 > .columns { float: left; width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { float: left; }
  .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .large-collapse.row { margin-right: 0; margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }
  .large-centered { margin-right: auto; margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) { float: none; clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }

@media screen and (min-width: 75em) { .xlarge-1 { width: 8.3333333333%; }
  .xlarge-push-1 { position: relative; left: 8.3333333333%; }
  .xlarge-pull-1 { position: relative; left: -8.3333333333%; }
  .xlarge-offset-0 { margin-left: 0%; }
  .xlarge-2 { width: 16.6666666667%; }
  .xlarge-push-2 { position: relative; left: 16.6666666667%; }
  .xlarge-pull-2 { position: relative; left: -16.6666666667%; }
  .xlarge-offset-1 { margin-left: 8.3333333333%; }
  .xlarge-3 { width: 25%; }
  .xlarge-push-3 { position: relative; left: 25%; }
  .xlarge-pull-3 { position: relative; left: -25%; }
  .xlarge-offset-2 { margin-left: 16.6666666667%; }
  .xlarge-4 { width: 33.3333333333%; }
  .xlarge-push-4 { position: relative; left: 33.3333333333%; }
  .xlarge-pull-4 { position: relative; left: -33.3333333333%; }
  .xlarge-offset-3 { margin-left: 25%; }
  .xlarge-5 { width: 41.6666666667%; }
  .xlarge-push-5 { position: relative; left: 41.6666666667%; }
  .xlarge-pull-5 { position: relative; left: -41.6666666667%; }
  .xlarge-offset-4 { margin-left: 33.3333333333%; }
  .xlarge-6 { width: 50%; }
  .xlarge-push-6 { position: relative; left: 50%; }
  .xlarge-pull-6 { position: relative; left: -50%; }
  .xlarge-offset-5 { margin-left: 41.6666666667%; }
  .xlarge-7 { width: 58.3333333333%; }
  .xlarge-push-7 { position: relative; left: 58.3333333333%; }
  .xlarge-pull-7 { position: relative; left: -58.3333333333%; }
  .xlarge-offset-6 { margin-left: 50%; }
  .xlarge-8 { width: 66.6666666667%; }
  .xlarge-push-8 { position: relative; left: 66.6666666667%; }
  .xlarge-pull-8 { position: relative; left: -66.6666666667%; }
  .xlarge-offset-7 { margin-left: 58.3333333333%; }
  .xlarge-9 { width: 75%; }
  .xlarge-push-9 { position: relative; left: 75%; }
  .xlarge-pull-9 { position: relative; left: -75%; }
  .xlarge-offset-8 { margin-left: 66.6666666667%; }
  .xlarge-10 { width: 83.3333333333%; }
  .xlarge-push-10 { position: relative; left: 83.3333333333%; }
  .xlarge-pull-10 { position: relative; left: -83.3333333333%; }
  .xlarge-offset-9 { margin-left: 75%; }
  .xlarge-11 { width: 91.6666666667%; }
  .xlarge-push-11 { position: relative; left: 91.6666666667%; }
  .xlarge-pull-11 { position: relative; left: -91.6666666667%; }
  .xlarge-offset-10 { margin-left: 83.3333333333%; }
  .xlarge-12 { width: 100%; }
  .xlarge-offset-11 { margin-left: 91.6666666667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns { float: left; width: 100%; }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child { float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns { float: left; width: 50%; }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child { float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns { float: left; width: 33.3333333333%; }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child { float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns { float: left; width: 25%; }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child { float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns { float: left; width: 20%; }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child { float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns { float: left; width: 16.6666666667%; }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child { float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns { float: left; width: 14.2857142857%; }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child { float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns { float: left; width: 12.5%; }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child { float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns { padding-right: 0; padding-left: 0; }
  .xlarge-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .xlarge-collapse.row { margin-right: 0; margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }
  .xlarge-centered { margin-right: auto; margin-left: auto; }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) { float: none; clear: both; }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }

.column-block { margin-bottom: 2rem; }

.column-block > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 48em) { .column-block { margin-bottom: 3rem; }
  .column-block > :last-child { margin-bottom: 0; } }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { margin-bottom: 1rem; font-size: inherit; line-height: 1.6; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-style: normal; font-weight: normal; color: inherit; text-rendering: optimizeLegibility; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small { line-height: 0; color: #cacaca; }

h1, .h1 { font-size: 2.4rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h2, .h2 { font-size: 2rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h3, .h3 { font-size: 1.9rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h4, .h4 { font-size: 1.8rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h5, .h5 { font-size: 1.7rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

h6, .h6 { font-size: 1.6rem; line-height: 1.4; margin-top: 0; margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) { h1, .h1 { font-size: 4.8rem; }
  h2, .h2 { font-size: 4rem; }
  h3, .h3 { font-size: 3.1rem; }
  h4, .h4 { font-size: 2.5rem; }
  h5, .h5 { font-size: 2rem; }
  h6, .h6 { font-size: 1.6rem; } }

a { line-height: inherit; color: #1779ba; text-decoration: none; cursor: pointer; }

a:hover, a:focus { color: #1468a0; }

a img { border: 0; }

hr { clear: both; max-width: 120rem; height: 0; margin: 2rem auto; border-top: 0; border-right: 0; border-bottom: 1px solid #cacaca; border-left: 0; }

ul, ol, dl { margin-bottom: 1rem; list-style-position: outside; line-height: 1.6; }

li { font-size: inherit; }

ul { margin-left: 1.25rem; list-style-type: disc; }

ol { margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }

dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1rem; padding: 0.9rem 2rem 0 1.9rem; border-left: 1px solid #cacaca; }

blockquote, blockquote p { line-height: 1.6; color: #8a8a8a; }

cite { display: block; font-size: 1.3rem; color: #8a8a8a; }

cite:before { content: "— "; }

abbr, abbr[title] { border-bottom: 1px dotted #000000; cursor: help; text-decoration: none; }

figure { margin: 0; }

code { padding: 0.2rem 0.5rem 0.1rem; border: 1px solid #cacaca; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #000000; }

kbd { margin: 0; padding: 0.2rem 0.4rem 0; background-color: #e6e6e6; font-family: Consolas, "Liberation Mono", Courier, monospace; color: #000000; }

.subheader { margin-top: 0.2rem; margin-bottom: 0.5rem; font-weight: normal; line-height: 1.4; color: #8a8a8a; }

.lead { font-size: 78.125%; line-height: 1.6; }

.stat { font-size: 2.5rem; line-height: 1; }

p + .stat { margin-top: -1rem; }

ul.no-bullet, ol.no-bullet { margin-left: 0; list-style: none; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.text-justify { text-align: justify; }

@media print, screen and (min-width: 48em) { .medium-text-left { text-align: left; }
  .medium-text-right { text-align: right; }
  .medium-text-center { text-align: center; }
  .medium-text-justify { text-align: justify; } }

@media print, screen and (min-width: 64em) { .large-text-left { text-align: left; }
  .large-text-right { text-align: right; }
  .large-text-center { text-align: center; }
  .large-text-justify { text-align: justify; } }

@media screen and (min-width: 75em) { .xlarge-text-left { text-align: left; }
  .xlarge-text-right { text-align: right; }
  .xlarge-text-center { text-align: center; }
  .xlarge-text-justify { text-align: justify; } }

.show-for-print { display: none !important; }

@media print { * { background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; color: black !important; text-shadow: none !important; }
  .show-for-print { display: block !important; }
  .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after { content: ''; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .print-break-inside { page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 3.9rem; margin: 0 0 1.6rem; padding: 0.8rem; border: 1px solid #cacaca; border-radius: 0; background-color: #ffffff; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); font-family: inherit; font-size: 1.6rem; font-weight: normal; line-height: 1.5; color: #000000; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus { outline: none; border: 1px solid #8a8a8a; background-color: #ffffff; -webkit-box-shadow: 0 0 5px #cacaca; box-shadow: 0 0 5px #cacaca; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea { max-width: 100%; }

textarea[rows] { height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cacaca; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #cacaca; }

input::placeholder, textarea::placeholder { color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] { background-color: #e6e6e6; cursor: not-allowed; }

[type='submit'], [type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }

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

[type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 1.6rem; }

[type='checkbox'] + label, [type='radio'] + label { display: inline-block; vertical-align: baseline; margin-left: 0.8rem; margin-right: 1.6rem; margin-bottom: 0; }

[type='checkbox'] + label[for], [type='radio'] + label[for] { cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] { margin-right: 0.8rem; }

[type='file'] { width: 100%; }

label { display: block; margin: 0; font-size: 1.4rem; font-weight: normal; line-height: 1.8; color: #000000; }

label.middle { margin: 0 0 1.6rem; padding: 0.9rem 0; }

.help-text { margin-top: -0.8rem; font-size: 1.3rem; font-style: italic; color: #000000; }

.input-group { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin-bottom: 1.6rem; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.input-group > :first-child { border-radius: 0 0 0 0; }

.input-group > :last-child > * { border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { margin: 0; white-space: nowrap; }

.input-group-label { padding: 0 1rem; border: 1px solid #cacaca; background: #e6e6e6; color: #000000; text-align: center; white-space: nowrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

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

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

.input-group-field { border-radius: 0; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; height: auto; min-width: 0; }

.input-group-button { padding-top: 0; padding-bottom: 0; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label { height: auto; -ms-flex-item-align: stretch; align-self: stretch; padding-top: 0; padding-bottom: 0; font-size: 1.6rem; }

fieldset { margin: 0; padding: 0; border: 0; }

legend { max-width: 100%; margin-bottom: 0.8rem; }

.fieldset { margin: 1.8rem 0; padding: 2rem; border: 1px solid #cacaca; }

.fieldset legend { margin: 0; margin-left: -0.3rem; padding: 0 0.3rem; }

select { height: 3.9rem; margin: 0 0 1.6rem; padding: 0.8rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cacaca; border-radius: 0; background-color: #ffffff; font-family: inherit; font-size: 1.6rem; font-weight: normal; line-height: 1.5; color: #000000; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>"); background-origin: content-box; background-position: right -1.6rem center; background-repeat: no-repeat; background-size: 9px 6px; padding-right: 2.4rem; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

@media screen and (min-width: 0\0) { select { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:focus { outline: none; border: 1px solid #8a8a8a; background-color: #ffffff; -webkit-box-shadow: 0 0 5px #cacaca; box-shadow: 0 0 5px #cacaca; -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; transition: box-shadow 0.5s, border-color 0.25s ease-in-out; transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

select:disabled { background-color: #e6e6e6; cursor: not-allowed; }

select::-ms-expand { display: none; }

select[multiple] { height: auto; background-image: none; }

.is-invalid-input:not(:focus) { border-color: #cc4b37; background-color: #faedeb; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::-moz-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus):-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::-ms-input-placeholder { color: #cc4b37; }

.is-invalid-input:not(:focus)::placeholder { color: #cc4b37; }

.is-invalid-label { color: #cc4b37; }

.form-error { display: none; margin-top: -0.8rem; margin-bottom: 1.6rem; font-size: 1.2rem; font-weight: bold; color: #cc4b37; }

.form-error.is-visible { display: block; }

.button { display: inline-block; vertical-align: middle; margin: 0 0 1rem 0; font-family: inherit; padding: 0.85em 1em; -webkit-appearance: none; border: 1px solid transparent; border-radius: 0; -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 0.9rem; line-height: 1; text-align: center; cursor: pointer; background-color: #1779ba; color: #ffffff; }

[data-whatinput='mouse'] .button { outline: 0; }

.button:hover, .button:focus { background-color: #14679e; color: #ffffff; }

.button.tiny { font-size: 0.6rem; }

.button.small { font-size: 0.75rem; }

.button.large { font-size: 1.25rem; }

.button.expanded { display: block; width: 100%; margin-right: 0; margin-left: 0; }

.button.primary { background-color: #1779ba; color: #ffffff; }

.button.primary:hover, .button.primary:focus { background-color: #126195; color: #ffffff; }

.button.secondary { background-color: #767676; color: #000000; }

.button.secondary:hover, .button.secondary:focus { background-color: #5e5e5e; color: #000000; }

.button.success { background-color: #3adb76; color: #000000; }

.button.success:hover, .button.success:focus { background-color: #22bb5b; color: #000000; }

.button.warning { background-color: #ffae00; color: #000000; }

.button.warning:hover, .button.warning:focus { background-color: #cc8b00; color: #000000; }

.button.alert { background-color: #cc4b37; color: #000000; }

.button.alert:hover, .button.alert:focus { background-color: #a53b2a; color: #000000; }

.button.disabled, .button[disabled] { opacity: 0.25; cursor: not-allowed; }

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus { background-color: #1779ba; color: #ffffff; }

.button.disabled.primary, .button[disabled].primary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus { background-color: #1779ba; color: #ffffff; }

.button.disabled.secondary, .button[disabled].secondary { opacity: 0.25; cursor: not-allowed; }

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #767676; color: #000000; }

.button.disabled.success, .button[disabled].success { opacity: 0.25; cursor: not-allowed; }

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #3adb76; color: #000000; }

.button.disabled.warning, .button[disabled].warning { opacity: 0.25; cursor: not-allowed; }

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #ffae00; color: #000000; }

.button.disabled.alert, .button[disabled].alert { opacity: 0.25; cursor: not-allowed; }

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #cc4b37; color: #000000; }

.button.hollow { border: 1px solid #1779ba; color: #1779ba; }

.button.hollow, .button.hollow:hover, .button.hollow:focus { background-color: transparent; }

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus { background-color: transparent; }

.button.hollow:hover, .button.hollow:focus { border-color: #0c3d5d; color: #0c3d5d; }

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }

.button.hollow.primary { border: 1px solid #1779ba; color: #1779ba; }

.button.hollow.primary:hover, .button.hollow.primary:focus { border-color: #0c3d5d; color: #0c3d5d; }

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }

.button.hollow.secondary { border: 1px solid #767676; color: #767676; }

.button.hollow.secondary:hover, .button.hollow.secondary:focus { border-color: #3b3b3b; color: #3b3b3b; }

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] { border: 1px solid #767676; color: #767676; }

.button.hollow.success { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.success:hover, .button.hollow.success:focus { border-color: #157539; color: #157539; }

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }

.button.hollow.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.warning:hover, .button.hollow.warning:focus { border-color: #805700; color: #805700; }

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }

.button.hollow.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.hollow.alert:hover, .button.hollow.alert:focus { border-color: #67251a; color: #67251a; }

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear { border: 1px solid #1779ba; color: #1779ba; }

.button.clear, .button.clear:hover, .button.clear:focus { background-color: transparent; }

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus { background-color: transparent; }

.button.clear:hover, .button.clear:focus { border-color: #0c3d5d; color: #0c3d5d; }

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] { border-color: transparent; }

.button.clear.primary { border: 1px solid #1779ba; color: #1779ba; }

.button.clear.primary:hover, .button.clear.primary:focus { border-color: #0c3d5d; color: #0c3d5d; }

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border: 1px solid #1779ba; color: #1779ba; }

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] { border-color: transparent; }

.button.clear.secondary { border: 1px solid #767676; color: #767676; }

.button.clear.secondary:hover, .button.clear.secondary:focus { border-color: #3b3b3b; color: #3b3b3b; }

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border: 1px solid #767676; color: #767676; }

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] { border-color: transparent; }

.button.clear.success { border: 1px solid #3adb76; color: #3adb76; }

.button.clear.success:hover, .button.clear.success:focus { border-color: #157539; color: #157539; }

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border: 1px solid #3adb76; color: #3adb76; }

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] { border-color: transparent; }

.button.clear.warning { border: 1px solid #ffae00; color: #ffae00; }

.button.clear.warning:hover, .button.clear.warning:focus { border-color: #805700; color: #805700; }

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border: 1px solid #ffae00; color: #ffae00; }

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] { border-color: transparent; }

.button.clear.alert { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear.alert:hover, .button.clear.alert:focus { border-color: #67251a; color: #67251a; }

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border: 1px solid #cc4b37; color: #cc4b37; }

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] { border-color: transparent; }

.button.dropdown::after { display: block; width: 0; height: 0; border: inset 0.4em; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #ffffff transparent transparent; position: relative; top: 0.4em; display: inline-block; float: right; margin-left: 1em; }

.button.dropdown.hollow::after { border-top-color: #1779ba; }

.button.dropdown.hollow.primary::after { border-top-color: #1779ba; }

.button.dropdown.hollow.secondary::after { border-top-color: #767676; }

.button.dropdown.hollow.success::after { border-top-color: #3adb76; }

.button.dropdown.hollow.warning::after { border-top-color: #ffae00; }

.button.dropdown.hollow.alert::after { border-top-color: #cc4b37; }

.button.arrow-only::after { top: -0.1em; float: none; margin-left: 0; }

a.button:hover, a.button:focus { text-decoration: none; }

.accordion { margin-left: 0; background: #ffffff; list-style-type: none; }

.accordion[disabled] .accordion-title { cursor: not-allowed; }

.accordion-item:first-child > :first-child { border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child { border-radius: 0 0 0 0; }

.accordion-title { position: relative; display: block; padding: 1.25rem 1rem; border: 1px solid #e6e6e6; border-bottom: 0; font-size: 1.2rem; line-height: 1; color: #1779ba; }

:last-child:not(.is-active) > .accordion-title { border-bottom: 1px solid #e6e6e6; border-radius: 0 0 0 0; }

.accordion-title:hover, .accordion-title:focus { background-color: #e6e6e6; }

.accordion-title::before { position: absolute; top: 50%; right: 1rem; margin-top: -0.5rem; content: '+'; }

.is-active > .accordion-title::before { content: '\2013'; }

.accordion-content { display: none; padding: 1rem; border: 1px solid #e6e6e6; border-bottom: 0; background-color: #ffffff; color: #000000; }

:last-child > .accordion-content:last-child { border-bottom: 1px solid #e6e6e6; }

.accordion-menu li { width: 100%; }

.accordion-menu a { padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a { padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu { margin-right: 0; margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu { margin-right: 1rem; margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a { position: relative; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; position: absolute; top: 50%; margin-top: -3px; right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after { left: auto; right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after { right: auto; left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }

.is-accordion-submenu-parent { position: relative; }

.has-submenu-toggle > a { margin-right: 40px; }

.submenu-toggle { position: absolute; top: 0; right: 0; cursor: pointer; width: 40px; height: 40px; }

.submenu-toggle::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; top: 0; bottom: 0; margin: auto; }

.submenu-toggle[aria-expanded='true']::after { -webkit-transform: scaleY(-1); -ms-transform: scaleY(-1); transform: scaleY(-1); -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }

.submenu-toggle-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }

.badge { display: inline-block; min-width: 2.1em; padding: 0.3em; border-radius: 50%; font-size: 0.6rem; text-align: center; background: #1779ba; color: #ffffff; }

.badge.primary { background: #1779ba; color: #ffffff; }

.badge.secondary { background: #767676; color: #000000; }

.badge.success { background: #3adb76; color: #000000; }

.badge.warning { background: #ffae00; color: #000000; }

.badge.alert { background: #cc4b37; color: #000000; }

.breadcrumbs { margin: 0 0 1rem 0; list-style: none; }

.breadcrumbs::before, .breadcrumbs::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.breadcrumbs::after { clear: both; }

.breadcrumbs li { float: left; font-size: 1.1rem; color: #000000; cursor: default; text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after { position: relative; margin: 0 0.75rem; opacity: 1; content: "/"; color: #cacaca; }

.breadcrumbs a { color: #1779ba; }

.breadcrumbs a:hover { text-decoration: underline; }

.breadcrumbs .disabled { color: #cacaca; cursor: not-allowed; }

.button-group { margin-bottom: 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.button-group::before, .button-group::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.button-group::after { clear: both; }

.button-group .button { margin: 0; margin-right: 1px; margin-bottom: 1px; font-size: 0.9rem; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.button-group .button:last-child { margin-right: 0; }

.button-group.tiny .button { font-size: 0.6rem; }

.button-group.small .button { font-size: 0.75rem; }

.button-group.large .button { font-size: 1.25rem; }

.button-group.expanded .button { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.button-group.primary .button { background-color: #1779ba; color: #ffffff; }

.button-group.primary .button:hover, .button-group.primary .button:focus { background-color: #126195; color: #ffffff; }

.button-group.secondary .button { background-color: #767676; color: #000000; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus { background-color: #5e5e5e; color: #000000; }

.button-group.success .button { background-color: #3adb76; color: #000000; }

.button-group.success .button:hover, .button-group.success .button:focus { background-color: #22bb5b; color: #000000; }

.button-group.warning .button { background-color: #ffae00; color: #000000; }

.button-group.warning .button:hover, .button-group.warning .button:focus { background-color: #cc8b00; color: #000000; }

.button-group.alert .button { background-color: #cc4b37; color: #000000; }

.button-group.alert .button:hover, .button-group.alert .button:focus { background-color: #a53b2a; color: #000000; }

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child { margin-bottom: 0; }

@media print, screen and (min-width: 48em) { .button-group.stacked-for-small .button { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; margin-bottom: 0; } }

@media print, screen and (min-width: 64em) { .button-group.stacked-for-medium .button { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; margin-bottom: 0; } }

@media screen and (max-width: 47.9375em) { .button-group.stacked-for-small.expanded { display: block; }
  .button-group.stacked-for-small.expanded .button { display: block; margin-right: 0; } }

.callout { position: relative; margin: 0 0 1rem 0; padding: 1rem; border: 1px solid rgba(0, 0, 0, 0.25); border-radius: 0; background-color: white; color: #000000; }

.callout > :first-child { margin-top: 0; }

.callout > :last-child { margin-bottom: 0; }

.callout.primary { background-color: #d7ecfa; color: #000000; }

.callout.secondary { background-color: #eaeaea; color: #000000; }

.callout.success { background-color: #e1faea; color: #000000; }

.callout.warning { background-color: #fff3d9; color: #000000; }

.callout.alert { background-color: #f7e4e1; color: #000000; }

.callout.small { padding-top: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; padding-left: 0.5rem; }

.callout.large { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; }

.card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 1rem; border: 1px solid #e6e6e6; border-radius: 0; background: #ffffff; -webkit-box-shadow: none; box-shadow: none; overflow: hidden; color: #000000; }

.card > :last-child { margin-bottom: 0; }

.card-divider { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1rem; background: #e6e6e6; }

.card-divider > :last-child { margin-bottom: 0; }

.card-section { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 1rem; }

.card-section > :last-child { margin-bottom: 0; }

.card-image { min-height: 1px; }

.close-button { position: absolute; color: #8a8a8a; cursor: pointer; }

[data-whatinput='mouse'] .close-button { outline: 0; }

.close-button:hover, .close-button:focus { color: #000000; }

.close-button.small { right: 0.66rem; top: 0.33em; font-size: 1.5em; line-height: 1; }

.close-button, .close-button.medium { right: 1rem; top: 0.5rem; font-size: 2em; line-height: 1; }

.menu { padding: 0; margin: 0; list-style: none; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

[data-whatinput='mouse'] .menu li { outline: 0; }

.menu a, .menu .button { line-height: 1; text-decoration: none; display: block; padding: 0.7rem 1rem; }

.menu input, .menu select, .menu a, .menu button { margin-bottom: 0; }

.menu input { display: inline-block; }

.menu, .menu.horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.menu.vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.menu.expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.menu.simple { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.menu.simple li + li { margin-left: 1rem; }

.menu.simple a { padding: 0; }

@media print, screen and (min-width: 48em) { .menu.medium-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .menu.medium-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .menu.medium-expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.medium-simple li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) { .menu.large-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .menu.large-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .menu.large-expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.large-simple li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

@media screen and (min-width: 75em) { .menu.xlarge-horizontal { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .menu.xlarge-vertical { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .menu.xlarge-expanded li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }
  .menu.xlarge-simple li { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; } }

.menu.nested { margin-right: 0; margin-left: 1rem; }

.menu.icons a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.menu.icon-left li a { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg { margin-right: 0.25rem; }

.menu.icon-right li a { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg { margin-left: 0.25rem; }

.menu.icon-top li a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg { -ms-flex-item-align: stretch; align-self: stretch; margin-bottom: 0.25rem; text-align: center; }

.menu.icon-bottom li a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; }

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg { -ms-flex-item-align: stretch; align-self: stretch; margin-bottom: 0.25rem; text-align: center; }

.menu .is-active > a { background: #1779ba; color: #ffffff; }

.menu .active > a { background: #1779ba; color: #ffffff; }

.menu.align-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.menu.align-right li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.menu.align-right li .submenu li { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.menu.align-right.vertical li { display: block; text-align: right; }

.menu.align-right.vertical li .submenu li { text-align: right; }

.menu.align-right .nested { margin-right: 1rem; margin-left: 0; }

.menu.align-center li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.menu.align-center li .submenu li { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.menu .menu-text { padding: 0.7rem 1rem; font-weight: bold; line-height: 1; color: inherit; }

.menu-centered > .menu { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.menu-centered > .menu li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.menu-centered > .menu li .submenu li { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.no-js [data-responsive-menu] ul { display: none; }

.menu-icon { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer; }

.menu-icon::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #ffffff; -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; content: ''; }

.menu-icon:hover::after { background: #cacaca; -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 16px; cursor: pointer; }

.menu-icon.dark::after { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background: #000000; -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; content: ''; }

.menu-icon.dark:hover::after { background: #8a8a8a; -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown { position: relative; overflow: hidden; }

.is-drilldown li { display: block; }

.is-drilldown.animate-height { -webkit-transition: height 0.5s; transition: height 0.5s; }

.drilldown a { padding: 0.7rem 1rem; background: #ffffff; }

.drilldown .is-drilldown-submenu { position: absolute; top: 0; left: 100%; z-index: -1; width: 100%; background: #ffffff; -webkit-transition: -webkit-transform 0.15s linear; transition: -webkit-transform 0.15s linear; transition: transform 0.15s linear; transition: transform 0.15s linear, -webkit-transform 0.15s linear; }

.drilldown .is-drilldown-submenu.is-active { z-index: 1; display: block; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }

.drilldown .is-drilldown-submenu.is-closing { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }

.drilldown .is-drilldown-submenu a { padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu { margin-right: 0; margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous { min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a { position: relative; }

.drilldown .is-drilldown-submenu-parent > a::after { position: absolute; top: 50%; margin-top: -6px; right: 1rem; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after { left: auto; right: 1rem; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after { right: auto; left: 1rem; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back > a::before { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; border-left-width: 0; display: inline-block; vertical-align: middle; margin-right: 0.75rem; border-left-width: 0; }

.dropdown-pane { position: absolute; z-index: 10; width: 300px; padding: 1rem; visibility: hidden; display: none; border: 1px solid #cacaca; border-radius: 0; background-color: #ffffff; font-size: 1rem; }

.dropdown-pane.is-opening { display: block; }

.dropdown-pane.is-open { visibility: visible; display: block; }

.dropdown-pane.tiny { width: 100px; }

.dropdown-pane.small { width: 200px; }

.dropdown-pane.large { width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; right: 5px; left: auto; margin-top: -3px; }

.dropdown.menu a { padding: 0.7rem 1rem; }

[data-whatinput='mouse'] .dropdown.menu a { outline: 0; }

.dropdown.menu .is-active > a { background: transparent; color: #1779ba; }

.no-js .dropdown.menu ul { display: none; }

.dropdown.menu .nested.is-dropdown-submenu { margin-right: 0; margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu { top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

.dropdown.menu.vertical > li > a::after { right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after { right: auto; left: 5px; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 48em) { .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; right: 5px; left: auto; margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after { right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after { right: auto; left: 5px; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) { .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; right: 5px; left: auto; margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }
  .dropdown.menu.large-vertical > li > a::after { right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after { right: auto; left: 5px; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; } }

@media screen and (min-width: 75em) { .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu { top: 100%; right: 0; left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu { top: 100%; right: auto; left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a { position: relative; padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #1779ba transparent transparent; right: 5px; left: auto; margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu { top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu { right: 100%; left: auto; top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after { right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after { right: auto; left: 5px; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub { top: 100%; right: 0; left: auto; }

.is-dropdown-menu.vertical { width: 100px; }

.is-dropdown-menu.vertical.align-right { float: right; }

.is-dropdown-submenu-parent { position: relative; }

.is-dropdown-submenu-parent a::after { position: absolute; top: 50%; right: 5px; left: auto; margin-top: -6px; }

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu { top: 100%; left: auto; }

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu { right: 100%; left: auto; }

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu { right: auto; left: 100%; }

.is-dropdown-submenu { position: absolute; top: 0; left: 100%; z-index: 1; display: none; min-width: 200px; border: 1px solid #cacaca; background: #ffffff; }

.dropdown .is-dropdown-submenu a { padding: 0.7rem 1rem; }

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after { right: 14px; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after { right: auto; left: 5px; display: block; width: 0; height: 0; border: inset 6px; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #1779ba transparent transparent; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after { display: block; width: 0; height: 0; border: inset 6px; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #1779ba; }

.is-dropdown-submenu .is-dropdown-submenu { margin-top: -1px; }

.is-dropdown-submenu > li { width: 100%; }

.is-dropdown-submenu.js-dropdown-active { display: block; }

.responsive-embed, .flex-video { position: relative; height: 0; margin-bottom: 1.6rem; padding-bottom: 75%; overflow: hidden; }

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

.responsive-embed.widescreen, .flex-video.widescreen { padding-bottom: 56.25%; }

.label { display: inline-block; padding: 0.33333rem 0.5rem; border-radius: 0; font-size: 0.8rem; line-height: 1; white-space: nowrap; cursor: default; background: #1779ba; color: #ffffff; }

.label.primary { background: #1779ba; color: #ffffff; }

.label.secondary { background: #767676; color: #000000; }

.label.success { background: #3adb76; color: #000000; }

.label.warning { background: #ffae00; color: #000000; }

.label.alert { background: #cc4b37; color: #000000; }

.media-object { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 1rem; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

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

@media screen and (max-width: 47.9375em) { .media-object.stack-for-small { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media screen and (max-width: 47.9375em) { .media-object.stack-for-small .media-object-section { padding: 0; padding-bottom: 1rem; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
  .media-object.stack-for-small .media-object-section img { width: 100%; } }

.media-object-section { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.media-object-section:first-child { padding-right: 1rem; }

.media-object-section:last-child:not(:nth-child(2)) { padding-left: 1rem; }

.media-object-section > :last-child { margin-bottom: 0; }

.media-object-section.main-section { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.is-off-canvas-open { overflow: hidden; }

.js-off-canvas-overlay { position: absolute; top: 0; left: 0; z-index: 11; width: 100%; height: 100%; -webkit-transition: opacity 0.5s ease, visibility 0.5s ease; transition: opacity 0.5s ease, visibility 0.5s ease; background: rgba(255, 255, 255, 0.25); opacity: 0; visibility: hidden; overflow: hidden; }

.js-off-canvas-overlay.is-visible { opacity: 1; visibility: visible; }

.js-off-canvas-overlay.is-closable { cursor: pointer; }

.js-off-canvas-overlay.is-overlay-absolute { position: absolute; }

.js-off-canvas-overlay.is-overlay-fixed { position: fixed; }

.off-canvas-wrapper { position: relative; overflow: hidden; }

.off-canvas { position: fixed; z-index: 12; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: #e6e6e6; }

[data-whatinput='mouse'] .off-canvas { outline: 0; }

.off-canvas.is-transition-push { z-index: 12; }

.off-canvas.is-closed { visibility: hidden; }

.off-canvas.is-transition-overlap { z-index: 13; }

.off-canvas.is-transition-overlap.is-open { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.off-canvas.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.off-canvas-absolute { position: absolute; z-index: 12; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; background: #e6e6e6; }

[data-whatinput='mouse'] .off-canvas-absolute { outline: 0; }

.off-canvas-absolute.is-transition-push { z-index: 12; }

.off-canvas-absolute.is-closed { visibility: hidden; }

.off-canvas-absolute.is-transition-overlap { z-index: 13; }

.off-canvas-absolute.is-transition-overlap.is-open { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

.off-canvas-absolute.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.position-left { top: 0; left: 0; height: 100%; overflow-y: auto; width: 250px; -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.off-canvas-content.is-open-left.has-transition-push { -webkit-transform: translateX(250px); -ms-transform: translateX(250px); transform: translateX(250px); }

.position-left.is-transition-push { -webkit-box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right { top: 0; right: 0; height: 100%; overflow-y: auto; width: 250px; -webkit-transform: translateX(250px); -ms-transform: translateX(250px); transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right { -webkit-transform: translateX(250px); -ms-transform: translateX(250px); transform: translateX(250px); }

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.off-canvas-content.is-open-right.has-transition-push { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }

.position-right.is-transition-push { -webkit-box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top { top: 0; left: 0; width: 100%; overflow-x: auto; height: 250px; -webkit-transform: translateY(-250px); -ms-transform: translateY(-250px); transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top { -webkit-transform: translateY(-250px); -ms-transform: translateY(-250px); transform: translateY(-250px); }

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.off-canvas-content.is-open-top.has-transition-push { -webkit-transform: translateY(250px); -ms-transform: translateY(250px); transform: translateY(250px); }

.position-top.is-transition-push { -webkit-box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom { bottom: 0; left: 0; width: 100%; overflow-x: auto; height: 250px; -webkit-transform: translateY(250px); -ms-transform: translateY(250px); transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom { -webkit-transform: translateY(250px); -ms-transform: translateY(250px); transform: translateY(250px); }

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.off-canvas-content.is-open-bottom.has-transition-push { -webkit-transform: translateY(-250px); -ms-transform: translateY(-250px); transform: translateY(-250px); }

.position-bottom.is-transition-push { -webkit-box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content { -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.off-canvas-content.has-transition-push { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.off-canvas-content .off-canvas.is-open { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

@media print, screen and (min-width: 48em) { .position-left.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-left.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-left.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-left { margin-left: 250px; }
  .position-left.reveal-for-medium ~ .off-canvas-content { margin-left: 250px; }
  .position-right.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-right.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-right.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-right { margin-right: 250px; }
  .position-right.reveal-for-medium ~ .off-canvas-content { margin-right: 250px; }
  .position-top.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-top.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-top.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-top { margin-top: 250px; }
  .position-top.reveal-for-medium ~ .off-canvas-content { margin-top: 250px; }
  .position-bottom.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-bottom.reveal-for-medium .close-button { display: none; }
  .off-canvas-content .position-bottom.reveal-for-medium { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; }
  .position-bottom.reveal-for-medium ~ .off-canvas-content { margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) { .position-left.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-left.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-left.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-left { margin-left: 250px; }
  .position-left.reveal-for-large ~ .off-canvas-content { margin-left: 250px; }
  .position-right.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-right.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-right.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-right { margin-right: 250px; }
  .position-right.reveal-for-large ~ .off-canvas-content { margin-right: 250px; }
  .position-top.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-top.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-top.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-top { margin-top: 250px; }
  .position-top.reveal-for-large ~ .off-canvas-content { margin-top: 250px; }
  .position-bottom.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-bottom.reveal-for-large .close-button { display: none; }
  .off-canvas-content .position-bottom.reveal-for-large { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; }
  .position-bottom.reveal-for-large ~ .off-canvas-content { margin-bottom: 250px; } }

@media screen and (min-width: 75em) { .position-left.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-left.reveal-for-xlarge .close-button { display: none; }
  .off-canvas-content .position-left.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-left { margin-left: 250px; }
  .position-left.reveal-for-xlarge ~ .off-canvas-content { margin-left: 250px; }
  .position-right.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-right.reveal-for-xlarge .close-button { display: none; }
  .off-canvas-content .position-right.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-right { margin-right: 250px; }
  .position-right.reveal-for-xlarge ~ .off-canvas-content { margin-right: 250px; }
  .position-top.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-top.reveal-for-xlarge .close-button { display: none; }
  .off-canvas-content .position-top.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-top { margin-top: 250px; }
  .position-top.reveal-for-xlarge ~ .off-canvas-content { margin-top: 250px; }
  .position-bottom.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; z-index: 12; -webkit-transition: none; transition: none; visibility: visible; }
  .position-bottom.reveal-for-xlarge .close-button { display: none; }
  .off-canvas-content .position-bottom.reveal-for-xlarge { -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas-content.has-reveal-bottom { margin-bottom: 250px; }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content { margin-bottom: 250px; } }

@media print, screen and (min-width: 48em) { .off-canvas.in-canvas-for-medium { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; -webkit-transition: inherit; transition: inherit; }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom { -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas.in-canvas-for-medium .close-button { display: none; } }

@media print, screen and (min-width: 64em) { .off-canvas.in-canvas-for-large { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; -webkit-transition: inherit; transition: inherit; }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom { -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas.in-canvas-for-large .close-button { display: none; } }

@media screen and (min-width: 75em) { .off-canvas.in-canvas-for-xlarge { visibility: visible; height: auto; position: static; background: inherit; width: inherit; overflow: inherit; -webkit-transition: inherit; transition: inherit; }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom { -webkit-box-shadow: none; box-shadow: none; -webkit-transform: none; -ms-transform: none; transform: none; }
  .off-canvas.in-canvas-for-xlarge .close-button { display: none; } }

.orbit { position: relative; }

.orbit-container { position: relative; height: 0; margin: 0; list-style: none; overflow: hidden; }

.orbit-slide { width: 100%; }

.orbit-slide.no-motionui.is-active { top: 0; left: 0; }

.orbit-figure { margin: 0; }

.orbit-image { width: 100%; max-width: 100%; margin: 0; }

.orbit-caption { position: absolute; bottom: 0; width: 100%; margin-bottom: 0; padding: 1rem; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; }

.orbit-previous, .orbit-next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; padding: 1rem; color: #ffffff; }

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next { outline: 0; }

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus { background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous { left: 0; }

.orbit-next { left: auto; right: 0; }

.orbit-bullets { position: relative; margin-top: 0.8rem; margin-bottom: 0.8rem; text-align: center; }

[data-whatinput='mouse'] .orbit-bullets { outline: 0; }

.orbit-bullets button { width: 1.2rem; height: 1.2rem; margin: 0.1rem; border-radius: 50%; background-color: #cacaca; }

.orbit-bullets button:hover { background-color: #8a8a8a; }

.orbit-bullets button.is-active { background-color: #8a8a8a; }

.pagination { margin-left: 0; margin-bottom: 1rem; }

.pagination::before, .pagination::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.pagination::after { clear: both; }

.pagination li { margin-right: 0.1rem; border-radius: 0; font-size: 1.4rem; display: none; }

.pagination li:last-child, .pagination li:first-child { display: inline-block; }

@media print, screen and (min-width: 48em) { .pagination li { display: inline-block; } }

.pagination a, .pagination button { display: block; padding: 0.3rem 1rem; border-radius: 0; color: #000000; }

.pagination a:hover, .pagination button:hover { background: #e6e6e6; }

.pagination .current { padding: 0.3rem 1rem; background: #1779ba; color: #ffffff; cursor: default; }

.pagination .disabled { padding: 0.3rem 1rem; color: #cacaca; cursor: not-allowed; }

.pagination .disabled:hover { background: transparent; }

.pagination .ellipsis::after { padding: 0.3rem 1rem; content: '\2026'; color: #000000; }

.pagination-previous a::before, .pagination-previous.disabled::before { display: inline-block; margin-right: 0.5rem; content: '\00ab'; }

.pagination-next a::after, .pagination-next.disabled::after { display: inline-block; margin-left: 0.5rem; content: '\00bb'; }

.progress { height: 1rem; margin-bottom: 1rem; border-radius: 0; background-color: #cacaca; }

.progress.primary .progress-meter { background-color: #1779ba; }

.progress.secondary .progress-meter { background-color: #767676; }

.progress.success .progress-meter { background-color: #3adb76; }

.progress.warning .progress-meter { background-color: #ffae00; }

.progress.alert .progress-meter { background-color: #cc4b37; }

.progress-meter { position: relative; display: block; width: 0%; height: 100%; background-color: #1779ba; }

.progress-meter-text { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; margin: 0; font-size: 0.75rem; font-weight: bold; color: #ffffff; white-space: nowrap; }

.slider { position: relative; height: 0.5rem; margin-top: 1.25rem; margin-bottom: 2.25rem; background-color: #e6e6e6; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; }

.slider-fill { position: absolute; top: 0; left: 0; display: inline-block; max-width: 100%; height: 0.5rem; background-color: #cacaca; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging { -webkit-transition: all 0s linear; transition: all 0s linear; }

.slider-handle { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; z-index: 1; display: inline-block; width: 1.4rem; height: 1.4rem; border-radius: 0; background-color: #1779ba; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -ms-touch-action: manipulation; touch-action: manipulation; }

[data-whatinput='mouse'] .slider-handle { outline: 0; }

.slider-handle:hover { background-color: #14679e; }

.slider-handle.is-dragging { -webkit-transition: all 0s linear; transition: all 0s linear; }

.slider.disabled, .slider[disabled] { opacity: 0.25; cursor: not-allowed; }

.slider.vertical { display: inline-block; width: 0.5rem; height: 12.5rem; margin: 0 1.25rem; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

.slider.vertical .slider-fill { top: 0; width: 0.5rem; max-height: 100%; }

.slider.vertical .slider-handle { position: absolute; top: 0; left: 50%; width: 1.4rem; height: 1.4rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.sticky-container { position: relative; }

.sticky { position: relative; z-index: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.sticky.is-stuck { position: fixed; z-index: 5; width: 100%; }

.sticky.is-stuck.is-at-top { top: 0; }

.sticky.is-stuck.is-at-bottom { bottom: 0; }

.sticky.is-anchored { position: relative; right: auto; left: auto; }

.sticky.is-anchored.is-at-bottom { bottom: 0; }

body.is-reveal-open { overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body { min-height: 100%; overflow: hidden; position: fixed; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.reveal-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1005; display: none; background-color: rgba(0, 0, 0, 0.45); overflow-y: scroll; }

.reveal { z-index: 1006; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: none; padding: 1rem; border: 1px solid #cacaca; border-radius: 0; background-color: #ffffff; position: relative; top: 100px; margin-right: auto; margin-left: auto; overflow-y: auto; }

[data-whatinput='mouse'] .reveal { outline: 0; }

@media print, screen and (min-width: 48em) { .reveal { min-height: 0; } }

.reveal .column, .reveal .columns { min-width: 0; }

.reveal > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 48em) { .reveal { width: 600px; max-width: 120rem; } }

.reveal.collapse { padding: 0; }

@media print, screen and (min-width: 48em) { .reveal.tiny { width: 30%; max-width: 120rem; } }

@media print, screen and (min-width: 48em) { .reveal.small { width: 50%; max-width: 120rem; } }

@media print, screen and (min-width: 48em) { .reveal.large { width: 90%; max-width: 120rem; } }

.reveal.full { top: 0; left: 0; width: 100%; max-width: none; height: 100%; height: 100vh; min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; }

@media screen and (max-width: 47.9375em) { .reveal { top: 0; left: 0; width: 100%; max-width: none; height: 100%; height: 100vh; min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; } }

.reveal.without-overlay { position: fixed; }

.switch { height: 2rem; position: relative; margin-bottom: 1rem; outline: 0; font-size: 1.4rem; font-weight: bold; color: #ffffff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.switch-input { position: absolute; margin-bottom: 0; opacity: 0; }

.switch-paddle { position: relative; display: block; width: 4rem; height: 2rem; border-radius: 0; background: #cacaca; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; font-weight: inherit; color: inherit; cursor: pointer; }

input + .switch-paddle { margin: 0; }

.switch-paddle::after { position: absolute; top: 0.25rem; left: 0.25rem; display: block; width: 1.5rem; height: 1.5rem; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); border-radius: 0; background: #ffffff; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; content: ''; }

input:checked ~ .switch-paddle { background: #1779ba; }

input:checked ~ .switch-paddle::after { left: 2.25rem; }

[data-whatinput='mouse'] input:focus ~ .switch-paddle { outline: 0; }

.switch-active, .switch-inactive { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.switch-active { left: 8%; display: none; }

input:checked + label > .switch-active { display: block; }

.switch-inactive { right: 15%; }

input:checked + label > .switch-inactive { display: none; }

.switch.tiny { height: 1.5rem; }

.switch.tiny .switch-paddle { width: 3rem; height: 1.5rem; font-size: 1rem; }

.switch.tiny .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 1rem; height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after { left: 1.75rem; }

.switch.small { height: 1.75rem; }

.switch.small .switch-paddle { width: 3.5rem; height: 1.75rem; font-size: 1.2rem; }

.switch.small .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 1.25rem; height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after { left: 2rem; }

.switch.large { height: 2.5rem; }

.switch.large .switch-paddle { width: 5rem; height: 2.5rem; font-size: 1.6rem; }

.switch.large .switch-paddle::after { top: 0.25rem; left: 0.25rem; width: 2rem; height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after { left: 2.75rem; }

table { border-collapse: collapse; width: 100%; margin-bottom: 1rem; border-radius: 0; }

thead, tbody, tfoot { border: 1px solid #f2f2f2; background-color: #ffffff; }

caption { padding: 0.8rem 1rem 1rem; font-weight: bold; }

thead { background: #f9f9f9; color: #000000; }

tfoot { background: #f2f2f2; color: #000000; }

thead tr, tfoot tr { background: transparent; }

thead th, thead td, tfoot th, tfoot td { padding: 0.8rem 1rem 1rem; font-weight: bold; text-align: left; }

tbody th, tbody td { padding: 0.8rem 1rem 1rem; }

tbody tr:nth-child(even) { border-bottom: 0; background-color: #f2f2f2; }

table.unstriped tbody { background-color: #ffffff; }

table.unstriped tbody tr { border-bottom: 0; border-bottom: 1px solid #f2f2f2; background-color: #ffffff; }

@media screen and (max-width: 61.9375em) { table.stack thead { display: none; }
  table.stack tfoot { display: none; }
  table.stack tr, table.stack th, table.stack td { display: block; }
  table.stack td { border-top: 0; } }

table.scroll { display: block; width: 100%; overflow-x: auto; }

table.hover thead tr:hover { background-color: #f4f4f4; }

table.hover tfoot tr:hover { background-color: #ededed; }

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover { background-color: #ededed; }

.table-scroll { overflow-x: auto; }

.table-scroll table { width: auto; }

.tabs { margin: 0; border: 1px solid #e6e6e6; background: #ffffff; list-style-type: none; }

.tabs::before, .tabs::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.tabs::after { clear: both; }

.tabs.vertical > li { display: block; float: none; width: auto; }

.tabs.simple > li > a { padding: 0; }

.tabs.simple > li > a:hover { background: transparent; }

.tabs.primary { background: #1779ba; }

.tabs.primary > li > a { color: #ffffff; }

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus { background: #1673b1; }

.tabs-title { float: left; }

.tabs-title > a { display: block; padding: 1.25rem 1.5rem; font-size: 1.2rem; line-height: 1; color: #1779ba; }

.tabs-title > a:hover { background: #ffffff; color: #1468a0; }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { background: #e6e6e6; color: #1779ba; }

.tabs-content { border: 1px solid #e6e6e6; border-top: 0; background: #ffffff; color: #000000; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

.tabs-content.vertical { border: 1px solid #e6e6e6; border-left: 0; }

.tabs-panel { display: none; padding: 1rem; }

.tabs-panel.is-active { display: block; }

.thumbnail { display: inline-block; max-width: 100%; margin-bottom: 1rem; border: solid 4px #ffffff; border-radius: 0; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); line-height: 0; }

a.thumbnail { -webkit-transition: -webkit-box-shadow 200ms ease-out; transition: -webkit-box-shadow 200ms ease-out; transition: box-shadow 200ms ease-out; transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }

a.thumbnail:hover, a.thumbnail:focus { -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }

a.thumbnail image { -webkit-box-shadow: none; box-shadow: none; }

.title-bar { padding: 0.5rem; background: #000000; color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.title-bar .menu-icon { margin-left: 0.25rem; margin-right: 0.25rem; }

.title-bar-left, .title-bar-right { -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.title-bar-right { text-align: right; }

.title-bar-title { display: inline-block; vertical-align: middle; font-weight: bold; }

.has-tip { position: relative; display: inline-block; border-bottom: dotted 1px #8a8a8a; font-weight: bold; cursor: help; }

.tooltip { position: absolute; top: calc(100% + 0.6495rem); z-index: 1200; max-width: 10rem; padding: 0.75rem; border-radius: 0; background-color: #000000; font-size: 80%; color: #ffffff; }

.tooltip::before { position: absolute; }

.tooltip.bottom::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-top-width: 0; border-bottom-style: solid; border-color: transparent transparent #000000; bottom: 100%; }

.tooltip.bottom.align-center::before { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.tooltip.top::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #000000 transparent transparent; top: 100%; bottom: auto; }

.tooltip.top.align-center::before { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.tooltip.left::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #000000; left: 100%; }

.tooltip.left.align-center::before { bottom: auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.tooltip.right::before { display: block; width: 0; height: 0; border: inset 0.75rem; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #000000 transparent transparent; right: 100%; left: auto; }

.tooltip.right.align-center::before { bottom: auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.tooltip.align-top::before { bottom: auto; top: 10%; }

.tooltip.align-bottom::before { bottom: 10%; top: auto; }

.tooltip.align-left::before { left: 10%; right: auto; }

.tooltip.align-right::before { left: auto; right: 10%; }

.top-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0.5rem; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.top-bar, .top-bar ul { background-color: #e6e6e6; }

.top-bar input { max-width: 200px; margin-right: 1rem; }

.top-bar .input-group-field { width: 100%; margin-right: 0; }

.top-bar input.button { width: auto; }

.top-bar .top-bar-left, .top-bar .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

@media print, screen and (min-width: 48em) { .top-bar { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .top-bar .top-bar-left { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: auto; }
  .top-bar .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: auto; } }

@media screen and (max-width: 61.9375em) { .top-bar.stacked-for-medium { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 74.9375em) { .top-bar.stacked-for-large { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.top-bar.stacked-for-xlarge { -ms-flex-wrap: wrap; flex-wrap: wrap; }

.top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.top-bar-title { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left, .top-bar-right { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media screen and (max-width: 47.9375em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 48em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 47.9375em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.9375em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 62em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.9375em) { .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } }

@media screen and (min-width: 75em) { .hide-for-xlarge { display: none !important; } }

@media screen and (max-width: 74.9375em) { .show-for-xlarge { display: none !important; } }

@media screen and (min-width: 75em) { .hide-for-xlarge-only { display: none !important; } }

@media screen and (max-width: 74.9375em) { .show-for-xlarge-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; }

.show-for-landscape, .hide-for-portrait { display: block !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }

@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }

@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-center { display: block; margin-right: auto; margin-left: auto; }

.clearfix::before, .clearfix::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.clearfix::after { clear: both; }

.text-hide { font: 0/0 a !important; color: transparent !important; text-shadow: none !important; background-color: transparent !important; border: 0 !important; }

.text-truncate { max-width: 100% !important; overflow: hidden !important; text-overflow: ellipsis; white-space: nowrap !important; }

.text-nowrap { white-space: nowrap !important; }

.text-wrap { word-wrap: break-word !important; }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.text-overline { text-decoration: overline !important; }

.text-underline { text-decoration: underline !important; }

.text-line-through { text-decoration: line-through !important; }

.font-wide { letter-spacing: 0.4rem; }

.font-normal { font-weight: normal; }

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

.font-italic { font-style: italic !important; }

ul.list-disc { list-style-type: disc !important; }

ul.list-circle { list-style-type: circle !important; }

ul.list-square { list-style-type: square !important; }

ol.list-decimal { list-style-type: decimal !important; }

ol.list-lower-alpha { list-style-type: lower-alpha !important; }

ol.list-lower-latin { list-style-type: lower-latin !important; }

ol.list-lower-roman { list-style-type: lower-roman !important; }

ol.list-upper-alpha { list-style-type: upper-alpha !important; }

ol.list-upper-latin { list-style-type: upper-latin !important; }

ol.list-upper-roman { list-style-type: upper-roman !important; }

.rounded { border-radius: 5000px !important; }

.radius { border-radius: 0.3rem; }

.bordered { border: 0.1rem solid #cacaca; }

.shadow { -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down { display: block; width: 0; height: 0; border: inset 0.4375rem; content: ''; border-bottom-width: 0; border-top-style: solid; border-color: #000000 transparent transparent; }

.arrow-up { display: block; width: 0; height: 0; border: inset 0.4375rem; content: ''; border-top-width: 0; border-bottom-style: solid; border-color: transparent transparent #000000; }

.arrow-right { display: block; width: 0; height: 0; border: inset 0.4375rem; content: ''; border-right-width: 0; border-left-style: solid; border-color: transparent transparent transparent #000000; }

.arrow-left { display: block; width: 0; height: 0; border: inset 0.4375rem; content: ''; border-left-width: 0; border-right-style: solid; border-color: transparent #000000 transparent transparent; }

.separator-center { text-align: center !important; }

.separator-center::before, .separator-center::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.separator-center::after { clear: both; }

.separator-center::after { position: relative !important; width: 3rem; border-bottom: 0.2rem solid #1779ba; margin: 1rem auto 0; }

.separator-left { text-align: left !important; }

.separator-left::before, .separator-left::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.separator-left::after { clear: both; }

.separator-left::after { position: relative !important; width: 3rem; border-bottom: 0.2rem solid #1779ba; margin: 1rem auto 0; margin-left: 0 !important; }

.separator-right { text-align: right !important; }

.separator-right::before, .separator-right::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.separator-right::after { clear: both; }

.separator-right::after { position: relative !important; width: 3rem; border-bottom: 0.2rem solid #1779ba; margin: 1rem auto 0; margin-right: 0 !important; }

.overflow-visible { overflow: visible !important; }

.overflow-x-visible { overflow-x: visible !important; }

.overflow-y-visible { overflow-y: visible !important; }

.overflow-hidden { overflow: hidden !important; }

.overflow-x-hidden { overflow-x: hidden !important; }

.overflow-y-hidden { overflow-y: hidden !important; }

.overflow-scroll { overflow: scroll !important; }

.overflow-x-scroll { overflow-x: scroll !important; }

.overflow-y-scroll { overflow-y: scroll !important; }

.display-inline { display: inline !important; }

.display-inline-block { display: inline-block !important; }

.display-block { display: block !important; }

.display-table { display: table !important; }

.display-table-cell { display: table-cell !important; }

.position-static { position: static !important; }

.position-relative { position: relative !important; }

.position-absolute { position: absolute !important; }

.position-fixed { position: fixed !important; }

.position-fixed-top { position: fixed !important; top: 0rem !important; right: 0rem !important; left: 0rem !important; z-index: 975; }

.position-fixed-bottom { position: fixed !important; right: 0rem !important; bottom: 0rem !important; left: 0rem !important; z-index: 975; }

.border-box { -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.border-none { border: none !important; }

.width-25 { width: 25% !important; }

.width-50 { width: 50% !important; }

.width-75 { width: 75% !important; }

.width-100 { width: 100% !important; }

.height-25 { height: 25% !important; }

.height-50 { height: 50% !important; }

.height-75 { height: 75% !important; }

.height-100 { height: 100% !important; }

.max-width-100 { max-width: 100% !important; }

.max-height-100 { max-height: 100% !important; }

.margin-0 { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; }

.padding-0 { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; }

.margin-top-0 { margin-top: 0rem !important; }

.padding-top-0 { padding-top: 0rem !important; }

.margin-right-0 { margin-right: 0rem !important; }

.padding-right-0 { padding-right: 0rem !important; }

.margin-bottom-0 { margin-bottom: 0rem !important; }

.padding-bottom-0 { padding-bottom: 0rem !important; }

.margin-left-0 { margin-left: 0rem !important; }

.padding-left-0 { padding-left: 0rem !important; }

.margin-horizontal-0 { margin-right: 0rem !important; margin-left: 0rem !important; }

.padding-horizontal-0 { padding-right: 0rem !important; padding-left: 0rem !important; }

.margin-vertical-0 { margin-top: 0rem !important; margin-bottom: 0rem !important; }

.padding-vertical-0 { padding-top: 0rem !important; padding-bottom: 0rem !important; }

.margin-1 { margin-top: 1rem !important; margin-right: 1rem !important; margin-bottom: 1rem !important; margin-left: 1rem !important; }

.padding-1 { padding-top: 1rem !important; padding-right: 1rem !important; padding-bottom: 1rem !important; padding-left: 1rem !important; }

.margin-top-1 { margin-top: 1rem !important; }

.padding-top-1 { padding-top: 1rem !important; }

.margin-right-1 { margin-right: 1rem !important; }

.padding-right-1 { padding-right: 1rem !important; }

.margin-bottom-1 { margin-bottom: 1rem !important; }

.padding-bottom-1 { padding-bottom: 1rem !important; }

.margin-left-1 { margin-left: 1rem !important; }

.padding-left-1 { padding-left: 1rem !important; }

.margin-horizontal-1 { margin-right: 1rem !important; margin-left: 1rem !important; }

.padding-horizontal-1 { padding-right: 1rem !important; padding-left: 1rem !important; }

.margin-vertical-1 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.padding-vertical-1 { padding-top: 1rem !important; padding-bottom: 1rem !important; }

.margin-2 { margin-top: 2rem !important; margin-right: 2rem !important; margin-bottom: 2rem !important; margin-left: 2rem !important; }

.padding-2 { padding-top: 2rem !important; padding-right: 2rem !important; padding-bottom: 2rem !important; padding-left: 2rem !important; }

.margin-top-2 { margin-top: 2rem !important; }

.padding-top-2 { padding-top: 2rem !important; }

.margin-right-2 { margin-right: 2rem !important; }

.padding-right-2 { padding-right: 2rem !important; }

.margin-bottom-2 { margin-bottom: 2rem !important; }

.padding-bottom-2 { padding-bottom: 2rem !important; }

.margin-left-2 { margin-left: 2rem !important; }

.padding-left-2 { padding-left: 2rem !important; }

.margin-horizontal-2 { margin-right: 2rem !important; margin-left: 2rem !important; }

.padding-horizontal-2 { padding-right: 2rem !important; padding-left: 2rem !important; }

.margin-vertical-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; }

.padding-vertical-2 { padding-top: 2rem !important; padding-bottom: 2rem !important; }

.margin-3 { margin-top: 3rem !important; margin-right: 3rem !important; margin-bottom: 3rem !important; margin-left: 3rem !important; }

.padding-3 { padding-top: 3rem !important; padding-right: 3rem !important; padding-bottom: 3rem !important; padding-left: 3rem !important; }

.margin-top-3 { margin-top: 3rem !important; }

.padding-top-3 { padding-top: 3rem !important; }

.margin-right-3 { margin-right: 3rem !important; }

.padding-right-3 { padding-right: 3rem !important; }

.margin-bottom-3 { margin-bottom: 3rem !important; }

.padding-bottom-3 { padding-bottom: 3rem !important; }

.margin-left-3 { margin-left: 3rem !important; }

.padding-left-3 { padding-left: 3rem !important; }

.margin-horizontal-3 { margin-right: 3rem !important; margin-left: 3rem !important; }

.padding-horizontal-3 { padding-right: 3rem !important; padding-left: 3rem !important; }

.margin-vertical-3 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.padding-vertical-3 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

@font-face { font-family: 'customicon'; src: url("../glanum/fonts/customicon/customicon.eot?jpoip3"); src: url("../glanum/fonts/customicon/customicon.eot?jpoip3#iefix") format("embedded-opentype"), url("../glanum/fonts/customicon/customicon.ttf?jpoip3") format("truetype"), url("../glanum/fonts/customicon/customicon.woff?jpoip3") format("woff"), url("../glanum/fonts/customicon/customicon.svg?jpoip3#customicon") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'SohoStd'; src: url("fonts/SohoStd-Light.eot"); src: url("fonts/SohoStd-Light.woff2") format("woff2"), url("fonts/SohoStd-Light.woff") format("woff"), url("fonts/SohoStd-Light.ttf") format("truetype"), url("fonts/SohoStd-Light.svg#SohoStd-Light") format("svg"), url("fonts/SohoStd-Light.eot?#iefix") format("embedded-opentype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'SohoStd'; src: url("fonts/SohoStd.eot"); src: url("fonts/SohoStd.woff2") format("woff2"), url("fonts/SohoStd.woff") format("woff"), url("fonts/SohoStd.ttf") format("truetype"), url("fonts/SohoStd.svg#SohoStd") format("svg"), url("fonts/SohoStd.eot?#iefix") format("embedded-opentype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'SohoStd'; src: url("fonts/SohoStd-Bold.eot"); src: url("fonts/SohoStd-Bold.woff2") format("woff2"), url("fonts/SohoStd-Bold.woff") format("woff"), url("fonts/SohoStd-Bold.ttf") format("truetype"), url("fonts/SohoStd-Bold.svg#SohoStd-Bold") format("svg"), url("fonts/SohoStd-Bold.eot?#iefix") format("embedded-opentype"); font-weight: 700; font-style: normal; }

@font-face { font-family: 'SohoGothicStd'; src: url("fonts/SohoGothicStd-Light.eot"); src: url("fonts/SohoGothicStd-Light.woff2") format("woff2"), url("fonts/SohoGothicStd-Light.woff") format("woff"), url("fonts/SohoGothicStd-Light.ttf") format("truetype"), url("fonts/SohoGothicStd-Light.svg#SohoGothicStd-Light") format("svg"), url("fonts/SohoGothicStd-Light.eot?#iefix") format("embedded-opentype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'SohoGothicStd'; src: url("fonts/SohoGothicStd-Regular.eot"); src: url("fonts/SohoGothicStd-Regular.woff2") format("woff2"), url("fonts/SohoGothicStd-Regular.woff") format("woff"), url("fonts/SohoGothicStd-Regular.ttf") format("truetype"), url("fonts/SohoGothicStd-Regular.svg#SohoGothicStd-Regular") format("svg"), url("fonts/SohoGothicStd-Regular.eot?#iefix") format("embedded-opentype"); font-weight: 400; font-style: normal; }

@font-face { font-family: 'SohoGothicStd'; src: url("fonts/SohoGothicStd-Bold.eot"); src: url("fonts/SohoGothicStd-Bold.woff2") format("woff2"), url("fonts/SohoGothicStd-Bold.woff") format("woff"), url("fonts/SohoGothicStd-Bold.ttf") format("truetype"), url("fonts/SohoGothicStd-Bold.svg#SohoGothicStd-Bold") format("svg"), url("fonts/SohoGothicStd-Bold.eot?#iefix") format("embedded-opentype"); font-weight: 700; font-style: normal; }

[class^='gicon-'], [class*=' gicon-'] { display: inline-block; font-family: 'customicon', sans-serif; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.gicon-logo-bw:before { content: ""; }

html { font-size: 62.5%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }

body { background: #ffffff; color: #696b71; font-family: "SohoGothicStd", sans-serif; font-size: 1.2rem; }

@media screen and (max-width: 47.9375em) { body { padding-top: 5rem; } }

@media print, screen and (min-width: 48em) { body { padding-top: 10rem; font-size: 1.4rem; } }

@media screen and (max-width: 47.9375em) { body.overlay-show { overflow: hidden; } }

::-moz-selection { background: #1971a3; color: #ffffff; text-shadow: none; }

::selection { background: #1971a3; color: #ffffff; text-shadow: none; }

:focus { outline: -webkit-focus-ring-color auto 0; }

h1, h2, h3, h4, h5, h6, label { font-family: "SohoStd", sans-serif; }

h1 { font-size: 3rem; color: #08436d; font-weight: 700; }

@media print, screen and (min-width: 48em) { h1 { font-size: 4.6rem; } }

h2 { font-size: 2.4rem; color: #08436d; font-weight: 300; line-height: 2.9rem; }

@media print, screen and (min-width: 48em) { h2 { font-size: 3.3rem; line-height: 3.8rem; } }

h2:after { content: ''; display: block; width: 20%; height: 0.3rem; margin-top: 2rem; background: #08436d; }

@media screen and (min-width: 75em) { h2 strong { display: block; } }

h1, h2 { margin-top: 5rem; margin-bottom: 2rem; }

h3 { font-size: 1.6rem; font-weight: 300; color: #696b71; margin-top: 1rem; margin-bottom: 1.5rem; }

@media print, screen and (min-width: 48em) { h3 { font-size: 2.2rem; } }

@media screen and (min-width: 75em) { h3 strong { display: block; } }

h3 a { color: #696b71; }

h3:after { content: ''; display: block; width: 20%; height: 0.3rem; margin-top: 1.5rem; background: #1971a3; }

h4 { font-size: 1.6rem; font-weight: 700; margin-bottom: 0; }

h5 { font-size: 1.2rem; }

h6 { font-size: 1.2rem; }

a { text-decoration: none; color: #1971a3; outline: 0; }

a:hover { color: #1971a3; text-decoration: underline; }

a:focus { text-decoration: none; color: #1971a3; outline: 0; }

a:active { background-color: transparent; color: #1971a3; }

a img { border: none; }

p { margin-bottom: 1rem; }

ul, ol { margin-bottom: 2rem; }

blockquote { border: 0; position: relative; margin: 4rem 0; }

blockquote:first-letter { margin-left: 2rem; }

blockquote:before, blockquote:after { 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; position: absolute; display: block; font-size: 1.8rem; }

blockquote:before { content: ""; top: -2rem; left: 0; }

blockquote:after { content: ""; bottom: -2rem; right: 0; }

.notification-local { display: none; }

.t-white { color: #ffffff !important; }

.bg-white { background-color: #ffffff !important; }

.bdr-white { border-color: #ffffff !important; }

.fl-white { fill: #ffffff !important; }

.h-white .sup-title { color: #ffffff !important; }

.h-white .sup-title a { color: #ffffff !important; }

.h-white h2:after, .h-white h3:after { background: #ffffff !important; }

.h-white a h2:after, .h-white a h3:after { background: #ffffff !important; }

.t-yellow { color: #fcea0d !important; }

.bg-yellow { background-color: #fcea0d !important; }

.bdr-yellow { border-color: #fcea0d !important; }

.fl-yellow { fill: #fcea0d !important; }

.h-yellow .sup-title { color: #fcea0d !important; }

.h-yellow .sup-title a { color: #fcea0d !important; }

.h-yellow h2:after, .h-yellow h3:after { background: #fcea0d !important; }

.h-yellow a h2:after, .h-yellow a h3:after { background: #fcea0d !important; }

.t-yellow10 { color: #f4c123 !important; }

.bg-yellow10 { background-color: #f4c123 !important; }

.bdr-yellow10 { border-color: #f4c123 !important; }

.fl-yellow10 { fill: #f4c123 !important; }

.h-yellow10 .sup-title { color: #f4c123 !important; }

.h-yellow10 .sup-title a { color: #f4c123 !important; }

.h-yellow10 h2:after, .h-yellow10 h3:after { background: #f4c123 !important; }

.h-yellow10 a h2:after, .h-yellow10 a h3:after { background: #f4c123 !important; }

.t-green-10 { color: #bcc71b !important; }

.bg-green-10 { background-color: #bcc71b !important; color: #ffffff; }

.bg-green-10 a { color: #ffffff !important; }

.bg-green-10 h1, .bg-green-10 h1 a { color: #ffffff !important; }

.bg-green-10 h2, .bg-green-10 h2 a { color: #ffffff !important; }

.bg-green-10 h2:after, .bg-green-10 h2 a:after { background: #ffffff !important; }

.bg-green-10 h3, .bg-green-10 h3 a { color: #ffffff !important; }

.bg-green-10 h3:after, .bg-green-10 h3 a:after { background: #ffffff !important; }

.bg-green-10 .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #bcc71b !important; }

.bg-green-10 .button:hover { background-color: #ffffff !important; }

.bdr-green-10 { border-color: #bcc71b !important; }

.fl-green-10 { fill: #bcc71b !important; }

.h-green-10 .sup-title { color: #bcc71b !important; }

.h-green-10 .sup-title a { color: #bcc71b !important; }

.h-green-10 h2:after, .h-green-10 h3:after { background: #bcc71b !important; }

.h-green-10 a h2:after, .h-green-10 a h3:after { background: #bcc71b !important; }

.t-green { color: #58a636 !important; }

.bg-green { background-color: #58a636 !important; color: #ffffff; }

.bg-green a { color: #ffffff !important; }

.bg-green h1, .bg-green h1 a { color: #ffffff !important; }

.bg-green h2, .bg-green h2 a { color: #ffffff !important; }

.bg-green h2:after, .bg-green h2 a:after { background: #ffffff !important; }

.bg-green h3, .bg-green h3 a { color: #ffffff !important; }

.bg-green h3:after, .bg-green h3 a:after { background: #ffffff !important; }

.bg-green .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #58a636 !important; }

.bg-green .button:hover { background-color: #ffffff !important; }

.bdr-green { border-color: #58a636 !important; }

.fl-green { fill: #58a636 !important; }

.h-green .sup-title { color: #58a636 !important; }

.h-green .sup-title a { color: #58a636 !important; }

.h-green h2:after, .h-green h3:after { background: #58a636 !important; }

.h-green a h2:after, .h-green a h3:after { background: #58a636 !important; }

.t-blue-10 { color: #44abb1 !important; }

.bg-blue-10 { background-color: #44abb1 !important; color: #ffffff; }

.bg-blue-10 a { color: #ffffff !important; }

.bg-blue-10 h1, .bg-blue-10 h1 a { color: #ffffff !important; }

.bg-blue-10 h2, .bg-blue-10 h2 a { color: #ffffff !important; }

.bg-blue-10 h2:after, .bg-blue-10 h2 a:after { background: #ffffff !important; }

.bg-blue-10 h3, .bg-blue-10 h3 a { color: #ffffff !important; }

.bg-blue-10 h3:after, .bg-blue-10 h3 a:after { background: #ffffff !important; }

.bg-blue-10 .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #44abb1 !important; }

.bg-blue-10 .button:hover { background-color: #ffffff !important; }

.bdr-blue-10 { border-color: #44abb1 !important; }

.fl-blue-10 { fill: #44abb1 !important; }

.h-blue-10 .sup-title { color: #44abb1 !important; }

.h-blue-10 .sup-title a { color: #44abb1 !important; }

.h-blue-10 h2:after, .h-blue-10 h3:after { background: #44abb1 !important; }

.h-blue-10 a h2:after, .h-blue-10 a h3:after { background: #44abb1 !important; }

.t-blue { color: #1971a3 !important; }

.bg-blue { background-color: #1971a3 !important; color: #ffffff; }

.bg-blue a { color: #ffffff !important; }

.bg-blue h1, .bg-blue h1 a { color: #ffffff !important; }

.bg-blue h2, .bg-blue h2 a { color: #ffffff !important; }

.bg-blue h2:after, .bg-blue h2 a:after { background: #ffffff !important; }

.bg-blue h3, .bg-blue h3 a { color: #ffffff !important; }

.bg-blue h3:after, .bg-blue h3 a:after { background: #ffffff !important; }

.bg-blue .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #1971a3 !important; }

.bg-blue .button:hover { background-color: #ffffff !important; }

.bdr-blue { border-color: #1971a3 !important; }

.fl-blue { fill: #1971a3 !important; }

.h-blue .sup-title { color: #1971a3 !important; }

.h-blue .sup-title a { color: #1971a3 !important; }

.h-blue h2:after, .h-blue h3:after { background: #1971a3 !important; }

.h-blue a h2:after, .h-blue a h3:after { background: #1971a3 !important; }

.t-blue10 { color: #08436d !important; }

.bg-blue10 { background-color: #08436d !important; color: #ffffff; }

.bg-blue10 a { color: #ffffff !important; }

.bg-blue10 h1, .bg-blue10 h1 a { color: #ffffff !important; }

.bg-blue10 h2, .bg-blue10 h2 a { color: #ffffff !important; }

.bg-blue10 h2:after, .bg-blue10 h2 a:after { background: #ffffff !important; }

.bg-blue10 h3, .bg-blue10 h3 a { color: #ffffff !important; }

.bg-blue10 h3:after, .bg-blue10 h3 a:after { background: #ffffff !important; }

.bg-blue10 .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #08436d !important; }

.bg-blue10 .button:hover { background-color: #ffffff !important; }

.bdr-blue10 { border-color: #08436d !important; }

.fl-blue10 { fill: #08436d !important; }

.h-blue10 .sup-title { color: #08436d !important; }

.h-blue10 .sup-title a { color: #08436d !important; }

.h-blue10 h2:after, .h-blue10 h3:after { background: #08436d !important; }

.h-blue10 a h2:after, .h-blue10 a h3:after { background: #08436d !important; }

.t-black { color: #000000 !important; }

.bg-black { background-color: #000000 !important; color: #ffffff; }

.bg-black a { color: #ffffff !important; }

.bg-black h1, .bg-black h1 a { color: #ffffff !important; }

.bg-black h2, .bg-black h2 a { color: #ffffff !important; }

.bg-black h2:after, .bg-black h2 a:after { background: #ffffff !important; }

.bg-black h3, .bg-black h3 a { color: #ffffff !important; }

.bg-black h3:after, .bg-black h3 a:after { background: #ffffff !important; }

.bg-black .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #000000 !important; }

.bg-black .button:hover { background-color: #ffffff !important; }

.bdr-black { border-color: #000000 !important; }

.fl-black { fill: #000000 !important; }

.h-black .sup-title { color: #000000 !important; }

.h-black .sup-title a { color: #000000 !important; }

.h-black h2:after, .h-black h3:after { background: #000000 !important; }

.h-black a h2:after, .h-black a h3:after { background: #000000 !important; }

.t-grey { color: #696b71 !important; }

.bg-grey { background-color: #696b71 !important; color: #ffffff; }

.bg-grey a { color: #ffffff !important; }

.bg-grey h1, .bg-grey h1 a { color: #ffffff !important; }

.bg-grey h2, .bg-grey h2 a { color: #ffffff !important; }

.bg-grey h2:after, .bg-grey h2 a:after { background: #ffffff !important; }

.bg-grey h3, .bg-grey h3 a { color: #ffffff !important; }

.bg-grey h3:after, .bg-grey h3 a:after { background: #ffffff !important; }

.bg-grey .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #696b71 !important; }

.bg-grey .button:hover { background-color: #ffffff !important; }

.bdr-grey { border-color: #696b71 !important; }

.fl-grey { fill: #696b71 !important; }

.h-grey .sup-title { color: #696b71 !important; }

.h-grey .sup-title a { color: #696b71 !important; }

.h-grey h2:after, .h-grey h3:after { background: #696b71 !important; }

.h-grey a h2:after, .h-grey a h3:after { background: #696b71 !important; }

.t-grey10 { color: #4a4a4a !important; }

.bg-grey10 { background-color: #4a4a4a !important; color: #ffffff; }

.bg-grey10 a { color: #ffffff !important; }

.bg-grey10 h1, .bg-grey10 h1 a { color: #ffffff !important; }

.bg-grey10 h2, .bg-grey10 h2 a { color: #ffffff !important; }

.bg-grey10 h2:after, .bg-grey10 h2 a:after { background: #ffffff !important; }

.bg-grey10 h3, .bg-grey10 h3 a { color: #ffffff !important; }

.bg-grey10 h3:after, .bg-grey10 h3 a:after { background: #ffffff !important; }

.bg-grey10 .button { background-color: rgba(255, 255, 255, 0.5) !important; color: #4a4a4a !important; }

.bg-grey10 .button:hover { background-color: #ffffff !important; }

.bdr-grey10 { border-color: #4a4a4a !important; }

.fl-grey10 { fill: #4a4a4a !important; }

.h-grey10 .sup-title { color: #4a4a4a !important; }

.h-grey10 .sup-title a { color: #4a4a4a !important; }

.h-grey10 h2:after, .h-grey10 h3:after { background: #4a4a4a !important; }

.h-grey10 a h2:after, .h-grey10 a h3:after { background: #4a4a4a !important; }

.t-grey-10 { color: #e6e8ed !important; }

.bg-grey-10 { background-color: #e6e8ed !important; }

.bdr-grey-10 { border-color: #e6e8ed !important; }

.fl-grey-10 { fill: #e6e8ed !important; }

.h-grey-10 .sup-title { color: #e6e8ed !important; }

.h-grey-10 .sup-title a { color: #e6e8ed !important; }

.h-grey-10 h2:after, .h-grey-10 h3:after { background: #e6e8ed !important; }

.h-grey-10 a h2:after, .h-grey-10 a h3:after { background: #e6e8ed !important; }

.t-grey-30 { color: #f7f7f7 !important; }

.bg-grey-30 { background-color: #f7f7f7 !important; }

.bdr-grey-30 { border-color: #f7f7f7 !important; }

.fl-grey-30 { fill: #f7f7f7 !important; }

.h-grey-30 .sup-title { color: #f7f7f7 !important; }

.h-grey-30 .sup-title a { color: #f7f7f7 !important; }

.h-grey-30 h2:after, .h-grey-30 h3:after { background: #f7f7f7 !important; }

.h-grey-30 a h2:after, .h-grey-30 a h3:after { background: #f7f7f7 !important; }

.t-grey-20 { color: #dedede !important; }

.bg-grey-20 { background-color: #dedede !important; }

.bdr-grey-20 { border-color: #dedede !important; }

.fl-grey-20 { fill: #dedede !important; }

.h-grey-20 .sup-title { color: #dedede !important; }

.h-grey-20 .sup-title a { color: #dedede !important; }

.h-grey-20 h2:after, .h-grey-20 h3:after { background: #dedede !important; }

.h-grey-20 a h2:after, .h-grey-20 a h3:after { background: #dedede !important; }

.v-top { vertical-align: top !important; }

.v-mid { vertical-align: middle !important; }

.v-bottom { vertical-align: bottom !important; }

ul.list-unstyled, ol.list-unstyled { padding-left: 0; margin-left: 0; }

ul.list-unstyled li, ol.list-unstyled li { list-style: none; }

ul li ul li, ul li ol li, ol li ul li, ol li ol li { margin-left: 2rem; list-style-type: disclosure-closed; font-size: 1.2rem; margin-bottom: 0.6rem; }

ul li ul li:first-child, ul li ol li:first-child, ol li ul li:first-child, ol li ol li:first-child { margin-top: 0.6rem; }

.display-table { display: table; }

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

.display-cell { display: table-cell; float: none; vertical-align: middle; }

.with-filled-img img { position: absolute !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; max-height: 100% !important; max-width: 100% !important; opacity: 1 !important; -o-object-fit: cover !important; object-fit: cover !important; -o-object-position: center center; object-position: center center; }

.alignleft { margin-bottom: 2rem; display: block; }

@media print, screen and (min-width: 48em) { .alignleft { float: left; margin-right: 2rem; } }

.alignright { margin-bottom: 2rem; display: block; }

@media print, screen and (min-width: 48em) { .alignright { float: right; margin-left: 2rem; } }

.aligncenter { display: block; margin: 2rem auto; }

p.lead { font-size: 1.8rem; color: #1971a3; font-style: italic; font-family: "SohoStd", sans-serif; font-weight: 300; line-height: 2.4rem; margin: 3rem 0; }

span.highlight { font-weight: bold; color: #1971a3; }

.wp-caption { width: auto !important; }

.wp-caption-text { font-size: 1.2rem; margin-top: 1rem; font-style: italic; font-weight: 400; }

.comments-area { margin-top: 7rem; }

.comments-area textarea { height: auto; }

.comments-area input, .comments-area select { display: inline-block; width: auto; vertical-align: middle; }

.comments-area .comment-respond { margin-bottom: 4rem; }

.comments-area .comment-reply-title { margin-bottom: 0; }

.comments-area ol.commentlist li.comment { padding: 2rem; }

.comments-area ol.commentlist li.comment .author { font-size: 1.5rem; font-weight: bold; margin-bottom: 0; }

.comments-area ol.commentlist li.comment .author span { padding-left: 0.5rem; font-size: small; font-style: italic; }

.comments-area ol.commentlist li.comment .author .url { color: #1971a3; }

.comments-area ol.commentlist li.comment .btn a { color: black; }

.comments-area ol.commentlist li.comment article { margin-bottom: 2rem; }

.comments-area ol.commentlist li.comment.comment.even { background: none repeat scroll 0 0 #ebe6de; }

.comments-area ol.commentlist li.comment.comment.odd { background: none repeat scroll 0 0 #f3f0eb; }

.comments-area ol.commentlist nav#comment-nav-below { margin: 0 0 2rem 0; }

.comments-area ol.children { list-style-type: none; margin-left: 0; }

.comment-edit-link, .comment-reply-link { margin-top: 0; }

.comment-form-author::before, .comment-form-author::after, .comment-form-email::before, .comment-form-email::after, .comment-form-url::before, .comment-form-url::after, .comment-form-comment::before, .comment-form-comment::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.comment-form-author::after, .comment-form-email::after, .comment-form-url::after, .comment-form-comment::after { clear: both; }

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label { display: block; }

img.fade-img { opacity: 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

img.fade-img.img-loaded { opacity: 1; }

img.best-fill { position: absolute; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; opacity: 0; }

.page-title { margin-top: 0; }

.button, .comment-edit-link, .comment-reply-link, input[type='submit'], .more-link { display: inline-block; vertical-align: middle; margin: 0 0 1rem 0; font-family: inherit; padding: 0.85em 1em; -webkit-appearance: none; border: 1px solid transparent; border-radius: 0; -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 0.9rem; line-height: 1; text-align: center; cursor: pointer; background-color: #1779ba; color: #ffffff; font-family: "SohoStd", sans-serif; font-weight: 400; border: none; text-transform: uppercase; text-align: center; background-color: rgba(25, 113, 163, 0.5); color: #ffffff; -webkit-transition: 0.2s ease background-color; transition: 0.2s ease background-color; font-size: 1.2rem; }

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .comment-edit-link, [data-whatinput='mouse'] .comment-reply-link, [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse'] .more-link { outline: 0; }

.button:hover, .button:focus, .comment-edit-link:hover, .comment-edit-link:focus, .comment-reply-link:hover, .comment-reply-link:focus, input[type='submit']:hover, input[type='submit']:focus, .more-link:hover, .more-link:focus { background-color: #14679e; color: #ffffff; }

.button:focus, .comment-edit-link:focus, .comment-reply-link:focus, input[type='submit']:focus, .more-link:focus { color: #ffffff; -webkit-box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; }

.button:hover, .button:active, .button:focus, .comment-edit-link:hover, .comment-edit-link:active, .comment-edit-link:focus, .comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus, .more-link:hover, .more-link:active, .more-link:focus { color: #ffffff; background: #1971a3; text-decoration: none; }

#loader-masonry { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 999; background-color: #ffffff; }

#loader-masonry .overlay-content { width: 3.2rem; height: 3.2rem; position: absolute; top: 10rem; left: 50%; margin-left: -1.5rem; }

#loader-masonry .overlay-content .spinner { width: 3.2rem; height: 3.2rem; margin: 0 auto; position: relative; overflow: hidden; }

#loader-masonry .overlay-content .spinner img { max-width: none; position: absolute; left: 0; top: 0; -webkit-animation: rotating 0.8s infinite; animation: rotating 0.8s infinite; opacity: 1; }

.lv_window * { box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; }

.sharrre-wrapper.clearfix { clear: both; margin-top: 2rem; padding-top: 2rem; border-top: 0.1rem solid #ebe6de; }

.sharrre-wrapper .sharrre-label { color: #b19e7f; float: left; margin-right: 1rem; margin-bottom: 0; }

.sharrre-wrapper #total-count { margin-bottom: 1rem; }

.sharrre-wrapper [class^='sharrre_'] .box { width: 3rem; line-height: 3rem; margin-right: 0.1rem; text-align: center; float: left; cursor: pointer; font-size: 1.4rem; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; color: #ffffff; }

.sharrre-wrapper [class^='sharrre_'] .box:hover { background: none repeat scroll 0 0 #1971a3 !important; text-decoration: none; }

.sharrre-wrapper [class^='sharrre_'].sharrre_twitter .box { background: none repeat scroll 0 0 #00aced; }

.sharrre-wrapper [class^='sharrre_'].sharrre_facebook .box { background: none repeat scroll 0 0 #3b5998; }

.sharrre-wrapper [class^='sharrre_'].sharrre_googleplus .box { background: none repeat scroll 0 0 #dd4b39; }

.sharrre-wrapper [class^='sharrre_'].sharrre_pinterest .box { background: none repeat scroll 0 0 #cb2027; }

.sharrre-wrapper [class^='sharrre_'].sharrre_delicious .box { background: none repeat scroll 0 0 #3271cb; }

.sharrre-wrapper [class^='sharrre_'].sharrre_linkedin .box { background: none repeat scroll 0 0 #007bb6; }

.sharrre-wrapper [class^='sharrre_'].sharrre_mail .box { background: none repeat scroll 0 0 #1971a3; }

.sharrre-wrapper [class^='sharrre_'].sharrre_stumbleupon .box { background: none repeat scroll 0 0 #eb4823; }

.sharrre-wrapper [class^='sharrre_'].sharrre_digg .box { background: none repeat scroll 0 0 #0093cc; }

.fb-comments, .fb-comments span, .fb-comments iframe[style] { width: 100% !important; }

.gform_confirmation_message { background-color: #dff0d8; font-size: 1.4rem; margin: 2rem 0; padding: 2rem; border-left: 0.3rem solid #468847; color: #468847 !important; border-top: none !important; border-bottom: none !important; }

.gform_wrapper div.gform_heading { font-size: 1.8rem; color: #1971a3; font-family: "SohoStd", sans-serif; margin-bottom: 2rem; }

.gform_wrapper ul { list-style-type: none; padding: 0; }

.gform_wrapper ul li.gfield { margin-bottom: 2rem; }

.gform_wrapper ul li.gfield .ginput_complex label { font-weight: normal; color: #1971a3; font-size: 1rem; }

.gform_wrapper .gform_confirmation_message { background-color: #dff0d8; font-size: 1.4rem; margin: 2rem 0; padding: 2rem; border-left: 0.3rem solid #468847; color: #468847 !important; border-top: none !important; border-bottom: none !important; }

.gform_wrapper .validation_error { background-color: #fdf7f7; font-size: 1.4rem; margin: 2rem 0; padding: 2rem; border-left: 0.3rem solid #d9534f; color: #d9534f !important; border-top: none !important; border-bottom: none !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border-top: none !important; border-bottom: none !important; background: transparent !important; }

.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper li.gfield_error textarea { border: 1px solid #d9534f !important; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio { color: #d9534f !important; }

.gform_wrapper .gfield_error .gfield_label { color: #d9534f !important; }

.gform_wrapper .validation_message { color: #d9534f !important; }

.gform_wrapper .gfield_required { color: #d9534f !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type='submit'], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type='submit'] { font-size: 1.2rem !important; }

.acf-map { width: 100%; height: 50rem; }

.acf-map img { max-width: none; }

.woocommerce *:before { -webkit-box-sizing: content-box; box-sizing: content-box; }

.post_author_plugin { overflow: hidden; clear: both; margin-bottom: 2rem; font-size: 1.4rem; line-height: 3rem; }

.post_author_plugin .post_author_avatar { float: left; width: 3rem; }

.post_author_plugin .post_author_author { margin-left: 4rem; display: block; }

#breadcrumbs { margin-bottom: 0; padding: 1rem 0; color: #ffffff; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

#breadcrumbs a { color: #ffffff; }

.social-media-section .s-block-inner { padding-top: 2.5rem !important; padding-bottom: 1rem !important; }

.et_pb_social_media_follow { margin-left: 0; margin-bottom: 0 !important; list-style-type: none !important; padding-bottom: 2rem; text-align: center; }

@media print, screen and (min-width: 64em) { .et_pb_social_media_follow { padding-bottom: 2.5rem; } }

.et_pb_social_media_follow .et_pb_social_icon { position: relative; display: inline-block; margin-right: 1.2rem; }

.et_pb_social_media_follow .et_pb_social_icon:last-child { margin-right: 0; }

.et_pb_social_media_follow .et_pb_social_icon .icon { display: inline-block; text-align: center; border-radius: 0.3rem; -webkit-box-sizing: content-box; box-sizing: content-box; width: 3.4rem; height: 3.4rem; padding: 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

.et_pb_social_media_follow .et_pb_social_icon .icon:hover { text-decoration: none; opacity: 0.8; }

@media print, screen and (min-width: 48em) { .et_pb_social_media_follow .et_pb_social_icon .icon { width: 4.8rem; height: 4.8rem; } }

.et_pb_social_media_follow .et_pb_social_icon .icon:before { 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; position: relative; display: block; z-index: 10; width: 3.4rem; height: 3.4rem; color: #ffffff; font-size: 2.2rem; line-height: 3.4rem; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }

@media print, screen and (min-width: 48em) { .et_pb_social_media_follow .et_pb_social_icon .icon:before { width: 4.8rem; height: 4.8rem; line-height: 4.8rem; font-size: 3rem; } }

.et_pb_social_media_follow .et_pb_social_icon .icon .et_pb_social_media_follow_network_name { display: none; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-facebook .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-twitter .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-youtube .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-linkedin .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-pinterest .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-instagram .icon:before { content: ""; }

.et_pb_blog_grid .hentry { padding-top: 2rem; padding-bottom: 2rem; }

@media print, screen and (min-width: 48em) { .et_pb_blog_grid .hentry { float: left; width: 33.3333333333%; padding: 4.5rem 2rem; } }

.et_pb_blog_grid .hentry .entry-title { margin-top: 0; font-size: 2.2rem; line-height: 1.4; margin-bottom: 2.2rem; padding-right: 0; padding-left: 0; }

.et_pb_blog_grid .hentry .entry-title:after { background: #1971a3; }

.et_pb_blog_grid .hentry .entry-title a { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; color: #696b71; display: block; }

.et_pb_blog_grid .hentry .entry-title a:hover { color: #1971a3; text-decoration: none; }

.et_pb_blog_grid .hentry .post-meta { font-size: 1.1rem; font-weight: 700; font-family: "SohoStd", sans-serif; text-transform: uppercase; color: #1971a3; }

.et_pb_blog_grid .hentry .post-content { font-size: 1.2rem; line-height: 1.2rem; }

.video-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-bottom: 20px; }

.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.site-before-header { position: absolute; top: 0; right: 0; height: 2.2rem; z-index: 2; }

.site-before-header .wpml-ls-legacy-list-horizontal { background: transparent; border: none; float: right; padding: 0; margin-left: 1rem; }

.site-before-header .wpml-ls-legacy-list-horizontal li { float: left; margin-left: 0.5rem; }

.site-before-header .wpml-ls-legacy-list-horizontal li a { color: transparent; background-color: transparent; -webkit-filter: grayscale(100%); filter: grayscale(100%); border: none; padding: 0; -webkit-transition: 0.2s ease filter; transition: 0.2s ease filter; }

.site-before-header .wpml-ls-legacy-list-horizontal li a:hover { -webkit-filter: grayscale(50%); filter: grayscale(50%); }

.site-before-header .wpml-ls-legacy-list-horizontal li:first-child { margin-left: 0; }

.site-before-header .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language > a { color: transparent; background-color: transparent; padding: 0; -webkit-filter: none; filter: none; }

#site-header { position: fixed; top: 0; left: 0; width: 100%; height: 10rem; background: #ffffff; z-index: 100; -webkit-transition: opacity 0.2s ease, height 0.2s ease; transition: opacity 0.2s ease, height 0.2s ease; }

@media screen and (max-width: 47.9375em) { #site-header { padding: 1rem 2rem; position: fixed; top: 0; left: 0; width: 100%; height: 5rem; z-index: 101; -webkit-box-shadow: 0 0.1rem 0.9rem -0.1rem rgba(0, 0, 0, 0.2); box-shadow: 0 0.1rem 0.9rem -0.1rem rgba(0, 0, 0, 0.2); }
  #site-header #overlay-main-navigation { float: right; margin-top: 0; height: 3rem; width: 3rem; padding: 0; position: relative; z-index: 2; }
  #site-header #overlay-main-navigation.active { -webkit-box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; } }

#site-header .site-header-inner { background-color: #ffffff; }

@media print, screen and (min-width: 48em) { #site-header .site-header-inner { display: table; width: 100%; table-layout: fixed; } }

#site-header .site-branding { width: 10rem; }

@media screen and (max-width: 47.9375em) { #site-header .site-branding { float: left; position: relative; z-index: 2; } }

@media print, screen and (min-width: 48em) { #site-header .site-branding { padding-top: 1rem; padding-bottom: 1rem; display: table-cell; float: none; vertical-align: middle; } }

@media print, screen and (min-width: 64em) { #site-header .site-branding { padding-left: 4.5rem; width: 20.5rem; } }

#site-header .site-branding .site-logo { display: block; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

#site-header .site-branding .site-logo:hover { opacity: 0.6; }

@media screen and (max-width: 47.9375em) { #site-header .site-branding .site-logo { line-height: 3rem; } }

#site-header .site-branding .site-logo img { max-height: 3rem; max-width: 100%; width: auto; height: auto; -webkit-transition: max-height 0.2s ease; transition: max-height 0.2s ease; }

@media print, screen and (min-width: 48em) { #site-header .site-branding .site-logo img { max-height: 8rem; } }

@media print, screen and (min-width: 48em) { #site-header.tiny { height: 6rem; -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3); box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3); } }

@media print, screen and (min-width: 48em) and (min-width: 48em) { #site-header.tiny .site-branding { padding-top: 1rem; padding-bottom: 1rem; } }

@media print, screen and (min-width: 48em) { #site-header.tiny .site-branding .site-logo img { max-height: 4rem; } }

#site-header.tiny.to-hide { opacity: 0; }

#site-header.tiny.to-hide:hover { opacity: 1; }

@media print, screen and (min-width: 48em) { .site-content { z-index: 10; position: relative; } }

body.home .last-posts::after { content: ''; background: url(images/Separateur.png) repeat-y center center; position: absolute; top: 10%; right: 0; height: 80%; width: 0.3rem; }

body.home .last-posts:last-child::after { display: none; }

/* Common Styles for templates */
/* Publication template */
body.page-template-publications .site-content + .block-publication, body.page-template-publication .site-content + .block-publication { min-height: calc(100vh - ( var(--footer-height) + var(--header-height) + var(--article-height) )); }

.page-header { position: relative; }

.display-list, .display-grid { margin-bottom: 0; margin-left: 0; }

.display-list li, .display-grid li { list-style: none; margin-bottom: 2rem; }

.display-list li .hentry .entry-title, .display-grid li .hentry .entry-title { margin-top: 0; margin-bottom: 2rem; font-size: 1.8rem; font-family: "SohoStd", sans-serif; text-transform: none; background: transparent; padding: 0; }

.display-list li .hentry .entry-title a, .display-grid li .hentry .entry-title a { color: #1971a3; }

.display-list li .hentry .entry-title a:hover, .display-grid li .hentry .entry-title a:hover { color: #2090cf; text-decoration: none; }

.display-list li .hentry .entry-data, .display-grid li .hentry .entry-data { padding-left: 2rem; padding-right: 2rem; }

.display-list li .hentry .entry-date, .display-grid li .hentry .entry-date { display: inline-block; height: 3.2rem; line-height: 3.2rem; padding: 0 2.4rem; color: #ffffff; background-color: rgba(25, 113, 163, 0.7); }

.display-list li .hentry .button, .display-grid li .hentry .button { position: absolute; padding: 0; bottom: 0; right: 0; width: 3rem; height: 3rem; text-align: center; line-height: 3rem; font-size: 1.8rem; margin-bottom: 0; }

.display-grid { margin-right: -1rem; margin-left: -1rem; }

@media print, screen and (min-width: 48em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 64em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media screen and (min-width: 75em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

.display-grid::before, .display-grid::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.display-grid::after { clear: both; }

@media print, screen and (min-width: 48em) { .display-grid { margin-right: -1rem; margin-left: -1rem; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 48em) and (min-width: 64em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media screen and (min-width: 48em) and (min-width: 75em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 48em) { .display-grid::before, .display-grid::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .display-grid::after { clear: both; } }

@media print, screen and (min-width: 64em) { .display-grid { margin-right: -1rem; margin-left: -1rem; } }

@media print, screen and (min-width: 64em) and (min-width: 48em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media screen and (min-width: 64em) and (min-width: 75em) { .display-grid { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 64em) { .display-grid::before, .display-grid::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .display-grid::after { clear: both; } }

@media print, screen and (min-width: 48em) { .display-grid li { width: 50%; float: left; padding-right: 1rem; padding-left: 1rem; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) { .display-grid li { padding-right: 1.5rem; padding-left: 1.5rem; } }

@media print, screen and (min-width: 64em) { .display-grid li { width: 33.3333333333%; float: left; padding-right: 1rem; padding-left: 1rem; } }

@media print, screen and (min-width: 64em) and (min-width: 48em) { .display-grid li { padding-right: 1.5rem; padding-left: 1.5rem; } }

.display-list li .hentry { display: table; width: 100%; padding-bottom: 0; }

.display-list li .hentry .entry-featured-image { width: 33.3333333333%; float: left; padding-right: 1rem; padding-left: 1rem; display: table-cell; float: none; vertical-align: middle; vertical-align: top; background: #000000; overflow: hidden; }

@media print, screen and (min-width: 48em) { .display-list li .hentry .entry-featured-image { padding-right: 1.5rem; padding-left: 1.5rem; } }

.display-list li .hentry .entry-featured-image:last-child:not(:first-child) { float: none; }

@media screen and (max-width: 47.9375em) { .display-list li .hentry .entry-featured-image { min-height: 20rem; } }

.display-list li .hentry .entry-featured-image img { width: 100%; }

.display-list li .hentry .entry-data { width: 66.6666666667%; float: left; padding-right: 1rem; padding-left: 1rem; display: table-cell; float: none; vertical-align: middle; vertical-align: top; }

@media print, screen and (min-width: 48em) { .display-list li .hentry .entry-data { padding-right: 1.5rem; padding-left: 1.5rem; } }

.display-list li .hentry .entry-data:last-child:not(:first-child) { float: none; }

.display-list li .hentry .entry-category { display: table-row; }

.grid-list-toggle { position: absolute; top: 0; right: 0; overflow: hidden; margin-left: 0; margin-bottom: 0; }

.grid-list-toggle li { list-style: none; margin-right: 0.5rem; display: inline-block; }

.grid-list-toggle li:first-child { margin-right: 0; }

.grid-list-toggle li .make-list, .grid-list-toggle li .make-grid { padding: 0; color: #1971a3; height: 2.8rem; width: 2.8rem; background-color: #ebe6de; display: block; float: left; text-align: center; font-size: 1.4rem; -webkit-transition: color 0.2s ease, box-shadow 0.2s ease; -webkit-transition: color 0.2s ease, -webkit-box-shadow 0.2s ease; transition: color 0.2s ease, -webkit-box-shadow 0.2s ease; transition: color 0.2s ease, box-shadow 0.2s ease; transition: color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

.grid-list-toggle li .make-list.active, .grid-list-toggle li .make-list:hover, .grid-list-toggle li .make-grid.active, .grid-list-toggle li .make-grid:hover { color: #1971a3; }

.grid-list-toggle li .make-list.active, .grid-list-toggle li .make-grid.active { -webkit-box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; }

.hentry .entry-featured-image { position: relative; }

.hentry .entry-featured-image > a { display: table-cell; float: none; vertical-align: middle; top: 0; left: 0; width: 100%; padding-bottom: 999.9rem; position: absolute; z-index: 1; }

.hentry .entry-featured-image > a:last-child:not(:first-child) { float: none; }

.hentry .entry-featured-image > a + img { -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

.hentry .entry-featured-image > a:hover + img { opacity: 0.7 !important; }

.display-grid .hentry .entry-featured-image { height: 14rem; }

.display-grid .hentry .entry-featured-image > a { display: block; height: 14rem; }

.hentry .entry-featured-image .entry-date { display: inline-block; position: absolute; bottom: 0; left: 0; height: 3.2rem; line-height: 3.2rem; margin-top: -3.2rem; padding: 0 2.4rem; color: #ffffff; background-color: rgba(25, 113, 163, 0.7); }

.hentry .entry-attachment { margin-bottom: 2rem; }

.hentry .entry-data { position: relative; padding-top: 2.5rem; padding-bottom: 3.4rem; background-color: #ebe6de; }

.hentry .entry-header .author-title { margin-top: -1rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 0.1rem solid #ebe6de; display: block; }

.hentry .entry-header .entry-title a:hover { text-decoration: none; }

.hentry .entry-content .entry-title { position: relative; display: inline-block; padding: 0.3rem 0.7rem; margin-bottom: 3.5rem; }

.hentry .entry-content .data tr { height: 3rem; line-height: 3rem; border: 0.1rem solid #ffffff; background-color: #08436d; font-size: 1.4rem; font-weight: 700; }

.hentry .entry-content .data tr th { padding-left: 1rem; border: 0.1rem solid #ffffff; color: #000000; background-color: #1971a3; }

.hentry .entry-content .data tr td { font-weight: 500; text-align: center; border: 0.1rem solid #ffffff; }

.hentry .entry-category { color: #1971a3; font-size: 1.2rem; font-style: italic; font-weight: bold; }

.hentry .entry-category a { color: #1971a3; }

.hentry .entry-meta { color: #b19e7f; clear: both; margin-bottom: 4rem; }

.hentry .entry-footer { margin-top: 4rem; clear: both; }

.hentry .entry-tags ul { margin-left: 0; }

.hentry .entry-tags ul > li { display: inline-block; list-style: none; padding: 0; margin-right: 0.2rem; margin-bottom: 0.2rem; }

.hentry .entry-tags ul > li a { background: #ebe6de; color: black; display: block; line-height: normal; padding: 0.6rem 1.2rem; text-decoration: none; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

.hentry .entry-tags ul > li a:hover { background: #d8cebe; }

.author-info { background-color: #d8cebe; padding: 2rem; margin-bottom: 2rem; }

.author-info .author-title, .author-info .author-heading { margin-top: 0; }

.author-info .author-link { display: block; margin-top: 1rem; }

nav#nav-above, nav#nav-below { overflow: hidden; margin-top: 2rem; margin-bottom: 2rem; }

nav#nav-above .nav-previous, nav#nav-below .nav-previous { float: left; }

nav#nav-above .nav-next, nav#nav-below .nav-next { float: right; }

nav#nav-above .nav-previous a, nav#nav-above .nav-next a, nav#nav-below .nav-previous a, nav#nav-below .nav-next a { background: #1971a3; color: #ffffff; display: block; padding: 0.5rem 1.5rem; text-transform: uppercase; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

nav#nav-above .nav-previous a:hover, nav#nav-above .nav-next a:hover, nav#nav-below .nav-previous a:hover, nav#nav-below .nav-next a:hover { background: #08436d; text-decoration: none; }

@media screen and (max-width: 47.9375em) { .site-main-navigation { display: none; } }

@media print, screen and (min-width: 48em) { .site-main-navigation { display: table-cell; vertical-align: middle; float: none; padding-left: 3.5rem; } }

@media print, screen and (min-width: 64em) { .site-main-navigation { padding-left: 8rem; } }

.site-main-navigation ul { margin-bottom: 0; margin-left: 0; }

.site-main-navigation ul li { list-style: none; display: block; -webkit-transition: background-color 0.2s ease, color 0.2s ease; transition: background-color 0.2s ease, color 0.2s ease; }

.site-main-navigation ul li a { color: #6e6e6e; position: relative; display: block; font-weight: 400; font-size: 1.4rem; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

@media screen and (min-width: 75em) { .site-main-navigation ul li a { font-size: 1.6rem; } }

.site-main-navigation ul li a:hover { text-decoration: none; }

.site-main-navigation ul li ul { margin-left: 0; }

@media print, screen and (min-width: 48em) { .site-main-navigation ul li ul li { display: inline-block; } }

.site-main-navigation > ul > li > a { padding: 0 2.5rem; -webkit-transition: line-height 0.2s ease; transition: line-height 0.2s ease; }

@media print, screen and (min-width: 48em) { .site-main-navigation > ul > li > a { line-height: 10rem; } }

@media screen and (min-width: 75em) { .site-main-navigation > ul > li > a { padding: 0 4.5rem; } }

.site-main-navigation > ul > li > a:hover { color: #08436d; }

@media print, screen and (min-width: 48em) { #site-header.tiny .site-main-navigation > ul > li > a { line-height: 6rem; } }

.site-main-navigation > ul > li.current-menu-item > a, .site-main-navigation > ul > li.current-menu-ancestor > a { font-weight: 700; color: #08436d; }

.site-main-navigation > ul > li > ul { top: 100%; left: 0; width: 100%; z-index: 2; background: #08436d; padding-top: 1rem; padding-bottom: 1rem; -webkit-transition: padding 0.2s ease; transition: padding 0.2s ease; }

@media print, screen and (min-width: 48em) { .site-main-navigation > ul > li > ul { text-align: center; padding-top: 3.9rem; padding-bottom: 3.9rem; } }

@media print, screen and (min-width: 48em) { #site-header.tiny .site-main-navigation > ul > li > ul { padding-top: 1.9rem; padding-bottom: 1.9rem; } }

@media print, screen and (min-width: 48em) { .site-main-navigation > ul > li > ul > li:before { content: ''; height: 1.2rem; width: 0.1rem; background: rgba(255, 255, 255, 0.3); display: inline-block; vertical-align: middle; } }

.site-main-navigation > ul > li > ul > li:first-child:before { display: none; }

.site-main-navigation > ul > li > ul > li > a { font-weight: 300; color: #ffffff; text-transform: uppercase; font-family: "SohoStd", sans-serif; padding: 0 1.5rem; display: block; line-height: 1.6rem; }

@media print, screen and (min-width: 48em) { .site-main-navigation > ul > li > ul > li > a { display: inline-block; } }

.site-main-navigation > ul > li > ul > li > a:after { display: block; width: 0; height: 0.3rem; margin-top: 1.5rem; background: #ffffff; position: absolute; bottom: -1.5rem; left: 50%; margin-left: -1.5rem; -webkit-transition: width 0.2s ease; transition: width 0.2s ease; }

@media print, screen and (min-width: 48em) { .site-main-navigation > ul > li > ul > li > a:after { content: ''; } }

.site-main-navigation > ul > li > ul > li > a:hover:after { width: 3rem; }

.site-main-navigation > ul > li > ul > li.current-menu-item > a, .site-main-navigation > ul > li > ul > li.current-menu-ancestor > a { font-weight: 700; }

@media screen and (max-width: 47.9375em) { .site-main-navigation { position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding-top: 5rem; overflow: auto; background: #ffffff; z-index: 1; }
  .site-main-navigation > ul > li { border-bottom: 0.1rem solid #ececec; }
  .site-main-navigation > ul > li > a { font-weight: 700; padding-top: 1rem; padding-bottom: 1rem; }
  .site-main-navigation > ul > li > ul > li > a { padding-left: 4rem; padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 1.2rem; } }

@media print, screen and (min-width: 48em) { .site-main-navigation ul li ul { position: absolute; z-index: 999; display: none; }
  .site-main-navigation ul li:hover > ul { display: block; }
  .site-main-navigation > ul > li { display: inline-block; }
  .site-main-navigation > ul > li:before { content: ''; height: 1.2rem; width: 0.1rem; background: rgba(0, 0, 0, 0.3); display: inline-block; vertical-align: middle; }
  .site-main-navigation > ul > li:first-child:before { display: none; }
  .site-main-navigation > ul > li > a { display: inline-block; }
  .site-main-navigation > ul > li > ul { top: 100%; left: 0; width: 100%; z-index: 2; text-align: center; } }

@media screen and (max-width: 47.9375em) { .site-user-navigation { text-align: left; margin-top: 2rem; } }

@media print, screen and (min-width: 48em) { .site-user-navigation { display: inline-block; } }

.site-user-navigation ul { margin-left: 0; margin-bottom: 0; }

.site-user-navigation ul::before, .site-user-navigation ul::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.site-user-navigation ul::after { clear: both; }

.site-user-navigation ul li { list-style-type: none; position: relative; }

@media print, screen and (min-width: 48em) { .site-user-navigation ul li { float: left; } }

@media print, screen and (min-width: 48em) { .site-user-navigation ul li:after { content: ''; height: 1.2rem; width: 0.1rem; background: #c5c5c5; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }

.site-user-navigation ul li a { text-transform: uppercase; color: #727272; font-size: 1rem; padding-left: 1rem; padding-right: 1rem; display: block; }

@media screen and (max-width: 47.9375em) { .site-user-navigation ul li a { padding: 1rem 2.5rem; } }

@media screen and (min-width: 75em) { .site-user-navigation ul li a { font-size: 1.1rem; } }

.site-user-navigation ul li.highlight a { background: #1971a3; color: #ffffff; -webkit-transition: background 0.2s ease; transition: background 0.2s ease; }

.site-user-navigation ul li.highlight a:hover { background: #08436d; text-decoration: none; }

.site-user-navigation ul li.highlight.current-menu-item { text-decoration: none; }

.site-user-navigation ul li.highlight.current-menu-item a { background: #08436d; }

.site-user-navigation ul li.current-menu-item { text-decoration: underline; }

.site-footer-navigation { position: relative; padding: 0 3rem 0 0; overflow: hidden; /*ul { margin: 0; text-align: center; @include breakpoint(medium) { position: relative; text-align: right; display: inline-block; padding-left: 1.6rem; &:before { position: absolute; content: ''; width: 0.1rem; height: 3.6rem; background: $blue; top: 50%; left: 0; margin-top: -1.8rem; } } li { list-style-type: none; display: inline-block; padding: 0.5rem 0; line-height: 2rem; &:first-child { padding-left: 0; } a { img { @include transition(opacity 0.2s ease); } &:hover { color: $white; text-decoration: none; img { @include opacity(0.6); } } } } }*/ }

@media screen and (max-width: 47.9375em) { .site-footer-navigation { margin-top: 1rem; padding-right: 0; } }

@media print, screen and (min-width: 48em) { .site-footer-navigation { display: table-cell; vertical-align: middle; float: none; padding-left: 0.8rem; } }

.site-footer-navigation p { display: inline-block; font-size: 1.1rem; color: #4a4a4a; margin-right: 1.3rem; }

@media screen and (max-width: 47.9375em) { .site-footer-navigation p { display: none; } }

.site-footer-navigation.splide { height: auto; }

.site-footer-navigation.splide .splide__track { height: auto; margin: 0; text-align: center; }

@media print, screen and (min-width: 48em) { .site-footer-navigation.splide .splide__track { position: relative; text-align: right; display: inline-block; padding-left: 1.6rem; }
  .site-footer-navigation.splide .splide__track:before { z-index: 1000; position: absolute; content: ''; width: 0.1rem; height: 3.6rem; background: #1971a3; top: 50%; left: 0; margin-top: -1.8rem; } }

.site-footer-navigation.splide .splide__track .splide__list .splide__slide { list-style-type: none; display: inline-block; padding: 0.5rem 0; line-height: 2rem; }

.site-footer-navigation.splide .splide__track .splide__list .splide__slide:first-child { padding-left: 0; }

.site-footer-navigation.splide .splide__track .splide__list .splide__slide .slide-container { margin: 0; padding: 0 2px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.site-footer-navigation.splide .splide__track .splide__list .splide__slide .slide-container a { -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.site-footer-navigation.splide .splide__track .splide__list .splide__slide .slide-container a img { padding: 0 1px; }

.site-footer-navigation.splide .splide__track .splide__list .splide__slide .slide-container:hover a { background-color: #ffffff; z-index: 999; overflow: visible; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

#site-footer nav ul { margin-bottom: 1rem; margin-left: 0; list-style-type: none; }

@media print, screen and (min-width: 48em) { #site-footer nav ul { margin-bottom: 0; } }

#site-footer nav ul li { text-align: center; }

@media print, screen and (min-width: 48em) { #site-footer nav ul li { text-align: left; } }

.page-sidebar aside.widget { padding: 2rem; margin-bottom: 0.1rem; background: #ebe6de; }

.page-sidebar aside.widget h3 { color: black; margin-bottom: 0.5rem; }

.page-sidebar aside.widget.widget_submenu { overflow: hidden; padding: 0; }

.page-sidebar aside.widget.widget_submenu ul li:hover a, .page-sidebar aside.widget.widget_submenu ul li.current_page_item a { color: #1971a3; text-decoration: none; }

.page-sidebar aside.widget.widget_submenu ul li a { color: black; }

.page-sidebar aside.widget table#wp-calendar { width: 100%; table-layout: fixed; background: #ebe6de; }

.page-sidebar aside.widget table#wp-calendar caption { margin-bottom: 1rem; color: #1971a3; text-align: center; }

.page-sidebar aside.widget table#wp-calendar thead th { background: #1971a3; text-align: center; padding: 1rem 0; color: #ffffff; }

.page-sidebar aside.widget table#wp-calendar tbody td { padding: 0.5rem 0; text-align: center; }

.page-sidebar aside.widget table#wp-calendar tfoot td { padding: 1rem; }

.page-sidebar aside.widget table#wp-calendar tfoot #next { text-align: right; }

.page-sidebar aside.widget table#wp-calendar tfoot #prev { text-align: left; }

.page-sidebar aside.widget.widget_categories ul, .page-sidebar aside.widget.widget_recent_entries ul, .page-sidebar aside.widget.widget_archive ul, .page-sidebar aside.widget.widget_recent_comments ul { padding: 0; margin-left: 0; }

.page-sidebar aside.widget.widget_categories ul li, .page-sidebar aside.widget.widget_recent_entries ul li, .page-sidebar aside.widget.widget_archive ul li, .page-sidebar aside.widget.widget_recent_comments ul li { list-style-type: none; border-bottom: 0.1rem solid #ebe6de; position: relative; }

.page-sidebar aside.widget.widget_glanum_twitter ul { margin: 0; padding: 0; }

.page-sidebar aside.widget.widget_glanum_twitter ul .tweet { margin-bottom: 2.6rem; margin-top: 2.6rem; list-style: none; }

.page-sidebar aside.widget.widget_glanum_twitter ul .tweet a { word-break: break-all; }

.page-sidebar aside.widget.widget_glanum_twitter ul .tweet .in { background: #ffffff; padding: 1rem 2rem; -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); position: relative; }

.page-sidebar aside.widget.widget_glanum_twitter ul .tweet .in .thumb { margin-bottom: -1.4rem; margin-left: -1rem; margin-right: -1rem; background: #f2f2f2; }

.page-sidebar aside.widget.widget_glanum_twitter ul .tweet time { color: #1971a3; display: block; text-align: center; margin-top: 0.7rem; text-transform: uppercase; }

.page-sidebar aside.widget.important_push { color: #ffffff; background-color: #2090cf; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

.page-sidebar aside.widget.important_push h3.widget-title { color: #ffffff; }

.page-sidebar aside.widget.important_push .push_link.push_link_internal { color: #ffffff; }

.page-sidebar aside.widget.secondary_push { background-color: #1971a3; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; }

.page-sidebar a.push_block_link { text-decoration: none; }

.page-sidebar a.push_block_link:hover { text-decoration: none; }

.page-sidebar a.push_block_link:hover .important_push { background: none repeat scroll 0 0 #2a9dde; }

.page-sidebar a.push_block_link:hover .secondary_push { background: none repeat scroll 0 0 #f5f2ee; }

.page-sidebar a.push_block_link:hover .standard { background: none repeat scroll 0 0 #c5b69e; }

.site-prefooter { position: relative; -webkit-box-shadow: 0 0 0.9rem -0.1rem rgba(0, 0, 0, 0.2); box-shadow: 0 0 0.9rem -0.1rem rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 47.9375em) { .site-prefooter { padding-top: 2rem; padding-bottom: 2rem; } }

@media print, screen and (min-width: 48em) { .site-prefooter { height: 10rem; } }

@media print, screen and (min-width: 48em) { .site-prefooter .site-header-inner { display: table; width: 100%; table-layout: fixed; } }

@media screen and (max-width: 47.9375em) { .site-prefooter .site-branding { width: 15rem; margin-left: auto; margin-right: auto; } }

@media print, screen and (min-width: 48em) { .site-prefooter .site-branding { padding-top: 2rem; padding-bottom: 2rem; display: table-cell; float: none; vertical-align: middle; width: 14rem; } }

.site-prefooter .site-branding .site-logo { display: block; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

.site-prefooter .site-branding .site-logo:hover { opacity: 0.6; }

@media screen and (max-width: 47.9375em) { .site-prefooter .site-branding .site-logo { line-height: 3rem; } }

.site-prefooter .site-branding .site-logo img { max-height: 6rem; max-width: 100%; width: auto; height: auto; }

#site-footer { font-size: 1.1rem; background: #4a4a4a; color: #cccccc; padding-top: 1rem; padding-bottom: 1rem; position: relative; }

@media print, screen and (min-width: 48em) { #site-footer .column, #site-footer .columns { position: relative; padding-right: 5rem; } }

#site-footer a { color: #ffffff; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }

#site-footer a:hover { color: #ffffff; }

#site-footer #site-copyright { margin-bottom: 0; line-height: 2rem; }

@media screen and (max-width: 47.9375em) { #site-footer #site-copyright { text-align: center; } }

@media print, screen and (min-width: 48em) { #site-footer #site-copyright { float: right; } }

#site-footer .logo-bw { display: block; }

@media screen and (max-width: 47.9375em) { #site-footer .logo-bw { margin-top: 1rem; } }

@media print, screen and (min-width: 48em) { #site-footer .logo-bw { right: 1rem; position: absolute; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }

#site-footer .logo-bw .gicon { font-size: 2.4rem; color: #ffffff; }

#site-footer .logo-bw:hover .gicon { -webkit-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite; }

.section-stripe, .et_pb_section, .block-publication { position: relative; /** Reset */ }

.section-stripe h1 .icon, .section-stripe .h1 .icon, .section-stripe h2 .icon, .section-stripe .h2 .icon, .section-stripe h3 .icon, .section-stripe .h3 .icon, .section-stripe h4 .icon, .section-stripe .h4 .icon, .section-stripe h5 .icon, .section-stripe .h5 .icon, .section-stripe h6 .icon, .section-stripe .h6 .icon, .et_pb_section h1 .icon, .et_pb_section .h1 .icon, .et_pb_section h2 .icon, .et_pb_section .h2 .icon, .et_pb_section h3 .icon, .et_pb_section .h3 .icon, .et_pb_section h4 .icon, .et_pb_section .h4 .icon, .et_pb_section h5 .icon, .et_pb_section .h5 .icon, .et_pb_section h6 .icon, .et_pb_section .h6 .icon, .block-publication h1 .icon, .block-publication .h1 .icon, .block-publication h2 .icon, .block-publication .h2 .icon, .block-publication h3 .icon, .block-publication .h3 .icon, .block-publication h4 .icon, .block-publication .h4 .icon, .block-publication h5 .icon, .block-publication .h5 .icon, .block-publication h6 .icon, .block-publication .h6 .icon { vertical-align: middle; }

.section-stripe p, .section-stripe ul, .section-stripe ol, .et_pb_section p, .et_pb_section ul, .et_pb_section ol, .block-publication p, .block-publication ul, .block-publication ol { margin-top: 0; }

.section-stripe p, .section-stripe ul, .section-stripe ol, .section-stripe table, .et_pb_section p, .et_pb_section ul, .et_pb_section ol, .et_pb_section table, .block-publication p, .block-publication ul, .block-publication ol, .block-publication table { line-height: normal; }

.section-stripe p, .et_pb_section p, .block-publication p { margin-bottom: 1rem; }

.section-stripe ul, .section-stripe ol, .et_pb_section ul, .et_pb_section ol, .block-publication ul, .block-publication ol { margin-bottom: 2rem; }

.section-stripe i, .et_pb_section i, .block-publication i { font-style: normal; }

.section-stripe.merge-preceded, .et_pb_section.merge-preceded, .block-publication.merge-preceded { padding-bottom: 23rem; }

@media print, screen and (min-width: 48em) { .section-stripe.s-merged, .et_pb_section.s-merged, .block-publication.s-merged { padding: 0.1rem; } }

.section-stripe.s-merged .et_pb_row, .et_pb_section.s-merged .et_pb_row, .block-publication.s-merged .et_pb_row { margin-top: -23rem; position: relative; z-index: 1; }

.section-stripe .s-cover, .et_pb_section .s-cover, .block-publication .s-cover { background: #f7f7f7; overflow: hidden; z-index: 0; -webkit-box-shadow: 0 0 2rem -1rem #000000 inset; box-shadow: 0 0 2rem -1rem #000000 inset; position: relative; height: 40rem; }

@media print, screen and (min-width: 48em) { .section-stripe .s-table, .section-stripe .et_pb_row, .et_pb_section .s-table, .et_pb_section .et_pb_row, .block-publication .s-table, .block-publication .et_pb_row { display: table; width: 100%; table-layout: fixed; max-width: 120rem; margin-left: auto; margin-right: auto; }
  .section-stripe .s-table.et_pb_row_fullwidth, .section-stripe .et_pb_row.et_pb_row_fullwidth, .et_pb_section .s-table.et_pb_row_fullwidth, .et_pb_section .et_pb_row.et_pb_row_fullwidth, .block-publication .s-table.et_pb_row_fullwidth, .block-publication .et_pb_row.et_pb_row_fullwidth { max-width: none; } }

.section-stripe .s-table .s-cell, .section-stripe .s-table .et_pb_column, .section-stripe .et_pb_row .s-cell, .section-stripe .et_pb_row .et_pb_column, .et_pb_section .s-table .s-cell, .et_pb_section .s-table .et_pb_column, .et_pb_section .et_pb_row .s-cell, .et_pb_section .et_pb_row .et_pb_column, .block-publication .s-table .s-cell, .block-publication .s-table .et_pb_column, .block-publication .et_pb_row .s-cell, .block-publication .et_pb_row .et_pb_column { position: relative; padding-left: 2rem; padding-right: 2rem; }

@media print, screen and (min-width: 48em) { .section-stripe .s-table .s-cell, .section-stripe .s-table .et_pb_column, .section-stripe .et_pb_row .s-cell, .section-stripe .et_pb_row .et_pb_column, .et_pb_section .s-table .s-cell, .et_pb_section .s-table .et_pb_column, .et_pb_section .et_pb_row .s-cell, .et_pb_section .et_pb_row .et_pb_column, .block-publication .s-table .s-cell, .block-publication .s-table .et_pb_column, .block-publication .et_pb_row .s-cell, .block-publication .et_pb_row .et_pb_column { display: table-cell; vertical-align: top; float: none; } }

@media print, screen and (min-width: 64em) { .section-stripe .s-table .s-cell, .section-stripe .s-table .et_pb_column, .section-stripe .et_pb_row .s-cell, .section-stripe .et_pb_row .et_pb_column, .et_pb_section .s-table .s-cell, .et_pb_section .s-table .et_pb_column, .et_pb_section .et_pb_row .s-cell, .et_pb_section .et_pb_row .et_pb_column, .block-publication .s-table .s-cell, .block-publication .s-table .et_pb_column, .block-publication .et_pb_row .s-cell, .block-publication .et_pb_row .et_pb_column { padding-left: 4.5rem; padding-right: 4.5rem; } }

.section-stripe .s-table .s-cell.s-banner, .section-stripe .s-table .et_pb_column.s-banner, .section-stripe .et_pb_row .s-cell.s-banner, .section-stripe .et_pb_row .et_pb_column.s-banner, .et_pb_section .s-table .s-cell.s-banner, .et_pb_section .s-table .et_pb_column.s-banner, .et_pb_section .et_pb_row .s-cell.s-banner, .et_pb_section .et_pb_row .et_pb_column.s-banner, .block-publication .s-table .s-cell.s-banner, .block-publication .s-table .et_pb_column.s-banner, .block-publication .et_pb_row .s-cell.s-banner, .block-publication .et_pb_row .et_pb_column.s-banner { padding-left: 0; padding-right: 0; }

.section-stripe .s-table .s-cell:first-child:nth-last-child(3), .section-stripe .s-table .s-cell:first-child:nth-last-child(3) ~ .s-cell, .section-stripe .s-table .s-cell:first-child:nth-last-child(3) ~ .et_pb_column, .section-stripe .s-table .et_pb_column:first-child:nth-last-child(3), .section-stripe .s-table .et_pb_column:first-child:nth-last-child(3) ~ .s-cell, .section-stripe .s-table .et_pb_column:first-child:nth-last-child(3) ~ .et_pb_column, .section-stripe .et_pb_row .s-cell:first-child:nth-last-child(3), .section-stripe .et_pb_row .s-cell:first-child:nth-last-child(3) ~ .s-cell, .section-stripe .et_pb_row .s-cell:first-child:nth-last-child(3) ~ .et_pb_column, .section-stripe .et_pb_row .et_pb_column:first-child:nth-last-child(3), .section-stripe .et_pb_row .et_pb_column:first-child:nth-last-child(3) ~ .s-cell, .section-stripe .et_pb_row .et_pb_column:first-child:nth-last-child(3) ~ .et_pb_column, .et_pb_section .s-table .s-cell:first-child:nth-last-child(3), .et_pb_section .s-table .s-cell:first-child:nth-last-child(3) ~ .s-cell, .et_pb_section .s-table .s-cell:first-child:nth-last-child(3) ~ .et_pb_column, .et_pb_section .s-table .et_pb_column:first-child:nth-last-child(3), .et_pb_section .s-table .et_pb_column:first-child:nth-last-child(3) ~ .s-cell, .et_pb_section .s-table .et_pb_column:first-child:nth-last-child(3) ~ .et_pb_column, .et_pb_section .et_pb_row .s-cell:first-child:nth-last-child(3), .et_pb_section .et_pb_row .s-cell:first-child:nth-last-child(3) ~ .s-cell, .et_pb_section .et_pb_row .s-cell:first-child:nth-last-child(3) ~ .et_pb_column, .et_pb_section .et_pb_row .et_pb_column:first-child:nth-last-child(3), .et_pb_section .et_pb_row .et_pb_column:first-child:nth-last-child(3) ~ .s-cell, .et_pb_section .et_pb_row .et_pb_column:first-child:nth-last-child(3) ~ .et_pb_column, .block-publication .s-table .s-cell:first-child:nth-last-child(3), .block-publication .s-table .s-cell:first-child:nth-last-child(3) ~ .s-cell, .block-publication .s-table .s-cell:first-child:nth-last-child(3) ~ .et_pb_column, .block-publication .s-table .et_pb_column:first-child:nth-last-child(3), .block-publication .s-table .et_pb_column:first-child:nth-last-child(3) ~ .s-cell, .block-publication .s-table .et_pb_column:first-child:nth-last-child(3) ~ .et_pb_column, .block-publication .et_pb_row .s-cell:first-child:nth-last-child(3), .block-publication .et_pb_row .s-cell:first-child:nth-last-child(3) ~ .s-cell, .block-publication .et_pb_row .s-cell:first-child:nth-last-child(3) ~ .et_pb_column, .block-publication .et_pb_row .et_pb_column:first-child:nth-last-child(3), .block-publication .et_pb_row .et_pb_column:first-child:nth-last-child(3) ~ .s-cell, .block-publication .et_pb_row .et_pb_column:first-child:nth-last-child(3) ~ .et_pb_column { font-size: 1.2rem; }

.section-stripe .s-table .s-cell:first-child:nth-last-child(4), .section-stripe .s-table .s-cell:first-child:nth-last-child(4) ~ .s-cell, .section-stripe .s-table .s-cell:first-child:nth-last-child(4) ~ .et_pb_column, .section-stripe .s-table .et_pb_column:first-child:nth-last-child(4), .section-stripe .s-table .et_pb_column:first-child:nth-last-child(4) ~ .s-cell, .section-stripe .s-table .et_pb_column:first-child:nth-last-child(4) ~ .et_pb_column, .section-stripe .et_pb_row .s-cell:first-child:nth-last-child(4), .section-stripe .et_pb_row .s-cell:first-child:nth-last-child(4) ~ .s-cell, .section-stripe .et_pb_row .s-cell:first-child:nth-last-child(4) ~ .et_pb_column, .section-stripe .et_pb_row .et_pb_column:first-child:nth-last-child(4), .section-stripe .et_pb_row .et_pb_column:first-child:nth-last-child(4) ~ .s-cell, .section-stripe .et_pb_row .et_pb_column:first-child:nth-last-child(4) ~ .et_pb_column, .et_pb_section .s-table .s-cell:first-child:nth-last-child(4), .et_pb_section .s-table .s-cell:first-child:nth-last-child(4) ~ .s-cell, .et_pb_section .s-table .s-cell:first-child:nth-last-child(4) ~ .et_pb_column, .et_pb_section .s-table .et_pb_column:first-child:nth-last-child(4), .et_pb_section .s-table .et_pb_column:first-child:nth-last-child(4) ~ .s-cell, .et_pb_section .s-table .et_pb_column:first-child:nth-last-child(4) ~ .et_pb_column, .et_pb_section .et_pb_row .s-cell:first-child:nth-last-child(4), .et_pb_section .et_pb_row .s-cell:first-child:nth-last-child(4) ~ .s-cell, .et_pb_section .et_pb_row .s-cell:first-child:nth-last-child(4) ~ .et_pb_column, .et_pb_section .et_pb_row .et_pb_column:first-child:nth-last-child(4), .et_pb_section .et_pb_row .et_pb_column:first-child:nth-last-child(4) ~ .s-cell, .et_pb_section .et_pb_row .et_pb_column:first-child:nth-last-child(4) ~ .et_pb_column, .block-publication .s-table .s-cell:first-child:nth-last-child(4), .block-publication .s-table .s-cell:first-child:nth-last-child(4) ~ .s-cell, .block-publication .s-table .s-cell:first-child:nth-last-child(4) ~ .et_pb_column, .block-publication .s-table .et_pb_column:first-child:nth-last-child(4), .block-publication .s-table .et_pb_column:first-child:nth-last-child(4) ~ .s-cell, .block-publication .s-table .et_pb_column:first-child:nth-last-child(4) ~ .et_pb_column, .block-publication .et_pb_row .s-cell:first-child:nth-last-child(4), .block-publication .et_pb_row .s-cell:first-child:nth-last-child(4) ~ .s-cell, .block-publication .et_pb_row .s-cell:first-child:nth-last-child(4) ~ .et_pb_column, .block-publication .et_pb_row .et_pb_column:first-child:nth-last-child(4), .block-publication .et_pb_row .et_pb_column:first-child:nth-last-child(4) ~ .s-cell, .block-publication .et_pb_row .et_pb_column:first-child:nth-last-child(4) ~ .et_pb_column { font-size: 1.2rem; }

@media print, screen and (min-width: 48em) { .section-stripe.with-separation-border .s-table > .s-cell:after, .section-stripe.with-separation-border .s-table > .et_pb_column:after, .section-stripe.with-separation-border .et_pb_row > .s-cell:after, .section-stripe.with-separation-border .et_pb_row > .et_pb_column:after, .et_pb_section.with-separation-border .s-table > .s-cell:after, .et_pb_section.with-separation-border .s-table > .et_pb_column:after, .et_pb_section.with-separation-border .et_pb_row > .s-cell:after, .et_pb_section.with-separation-border .et_pb_row > .et_pb_column:after, .block-publication.with-separation-border .s-table > .s-cell:after, .block-publication.with-separation-border .s-table > .et_pb_column:after, .block-publication.with-separation-border .et_pb_row > .s-cell:after, .block-publication.with-separation-border .et_pb_row > .et_pb_column:after { content: ''; background: url("images/Separateur.png") repeat-y center center transparent; position: absolute; top: 10%; right: 0; height: 80%; width: 0.3rem; }
  .section-stripe.with-separation-border .s-table > .s-cell:last-child:after, .section-stripe.with-separation-border .s-table > .et_pb_column:last-child:after, .section-stripe.with-separation-border .et_pb_row > .s-cell:last-child:after, .section-stripe.with-separation-border .et_pb_row > .et_pb_column:last-child:after, .et_pb_section.with-separation-border .s-table > .s-cell:last-child:after, .et_pb_section.with-separation-border .s-table > .et_pb_column:last-child:after, .et_pb_section.with-separation-border .et_pb_row > .s-cell:last-child:after, .et_pb_section.with-separation-border .et_pb_row > .et_pb_column:last-child:after, .block-publication.with-separation-border .s-table > .s-cell:last-child:after, .block-publication.with-separation-border .s-table > .et_pb_column:last-child:after, .block-publication.with-separation-border .et_pb_row > .s-cell:last-child:after, .block-publication.with-separation-border .et_pb_row > .et_pb_column:last-child:after { display: none; }
  .section-stripe.with-separation-border .s-table > .s-cell.no-border:after, .section-stripe.with-separation-border .s-table > .et_pb_column.no-border:after, .section-stripe.with-separation-border .et_pb_row > .s-cell.no-border:after, .section-stripe.with-separation-border .et_pb_row > .et_pb_column.no-border:after, .et_pb_section.with-separation-border .s-table > .s-cell.no-border:after, .et_pb_section.with-separation-border .s-table > .et_pb_column.no-border:after, .et_pb_section.with-separation-border .et_pb_row > .s-cell.no-border:after, .et_pb_section.with-separation-border .et_pb_row > .et_pb_column.no-border:after, .block-publication.with-separation-border .s-table > .s-cell.no-border:after, .block-publication.with-separation-border .s-table > .et_pb_column.no-border:after, .block-publication.with-separation-border .et_pb_row > .s-cell.no-border:after, .block-publication.with-separation-border .et_pb_row > .et_pb_column.no-border:after { display: none; } }

@media print, screen and (min-width: 48em) { .section-stripe.with-transparent-borders .s-table, .section-stripe.with-transparent-borders .et_pb_row, .et_pb_section.with-transparent-borders .s-table, .et_pb_section.with-transparent-borders .et_pb_row, .block-publication.with-transparent-borders .s-table, .block-publication.with-transparent-borders .et_pb_row { border-spacing: 0.4rem 0; } }

.section-stripe .s-header, .et_pb_section .s-header, .block-publication .s-header { position: relative; }

.section-stripe .s-header.to-table, .et_pb_section .s-header.to-table, .block-publication .s-header.to-table { display: table; margin-bottom: 1rem; }

@media screen and (max-width: 47.9375em) { .section-stripe .s-header.to-table, .et_pb_section .s-header.to-table, .block-publication .s-header.to-table { width: 100%; } }

@media print, screen and (min-width: 48em) { .section-stripe .s-header.to-table, .et_pb_section .s-header.to-table, .block-publication .s-header.to-table { margin-bottom: 3rem; } }

.section-stripe .s-header.to-table .s-title-cell, .section-stripe .s-header.to-table .s-icon-cell, .et_pb_section .s-header.to-table .s-title-cell, .et_pb_section .s-header.to-table .s-icon-cell, .block-publication .s-header.to-table .s-title-cell, .block-publication .s-header.to-table .s-icon-cell { display: table-cell; }

@media print, screen and (min-width: 48em) { .section-stripe .s-header.to-table .s-title-cell img, .section-stripe .s-header.to-table .s-icon-cell img, .et_pb_section .s-header.to-table .s-title-cell img, .et_pb_section .s-header.to-table .s-icon-cell img, .block-publication .s-header.to-table .s-title-cell img, .block-publication .s-header.to-table .s-icon-cell img { height: 6rem; } }

.section-stripe .s-header.to-table .s-icon-cell, .et_pb_section .s-header.to-table .s-icon-cell, .block-publication .s-header.to-table .s-icon-cell { width: 6.5rem; }

@media print, screen and (min-width: 48em) { .section-stripe .s-header.to-table .s-icon-cell, .et_pb_section .s-header.to-table .s-icon-cell, .block-publication .s-header.to-table .s-icon-cell { width: 8.5rem; } }

.section-stripe .s-header.to-table .s-icon-cell + .s-title-cell, .et_pb_section .s-header.to-table .s-icon-cell + .s-title-cell, .block-publication .s-header.to-table .s-icon-cell + .s-title-cell { padding-left: 1rem; }

@media print, screen and (min-width: 48em) { .section-stripe .s-header.to-table .s-icon-cell + .s-title-cell, .et_pb_section .s-header.to-table .s-icon-cell + .s-title-cell, .block-publication .s-header.to-table .s-icon-cell + .s-title-cell { padding-left: 2.5rem; } }

.section-stripe .s-header.to-table .s-icon-cell + .s-title-cell .s-title, .et_pb_section .s-header.to-table .s-icon-cell + .s-title-cell .s-title, .block-publication .s-header.to-table .s-icon-cell + .s-title-cell .s-title { margin-bottom: 0; }

.section-stripe .s-header.to-table .s-icon-cell + .s-title-cell .s-title:after, .et_pb_section .s-header.to-table .s-icon-cell + .s-title-cell .s-title:after, .block-publication .s-header.to-table .s-icon-cell + .s-title-cell .s-title:after { display: none; }

.section-stripe .s-header .sup-title, .et_pb_section .s-header .sup-title, .block-publication .s-header .sup-title { font-size: 1.1rem; font-weight: 700; font-family: "SohoStd", sans-serif; text-transform: uppercase; color: #1971a3; }

.section-stripe .s-title, .et_pb_section .s-title, .block-publication .s-title { margin-top: 0; }

.section-stripe .s-title.with-tagline:after, .et_pb_section .s-title.with-tagline:after, .block-publication .s-title.with-tagline:after { display: none; }

.section-stripe .s-lead, .et_pb_section .s-lead, .block-publication .s-lead { font-size: 1.6rem; font-weight: 400; }

@media print, screen and (min-width: 48em) { .section-stripe .s-lead, .et_pb_section .s-lead, .block-publication .s-lead { font-size: 1.8rem; } }

.section-stripe .s-image, .et_pb_section .s-image, .block-publication .s-image { max-width: 100%; height: auto; width: auto; margin-bottom: 1.5rem; }

.section-stripe .s-block .s-block-inner, .section-stripe .et_pb_module .s-block-inner, .et_pb_section .s-block .s-block-inner, .et_pb_section .et_pb_module .s-block-inner, .block-publication .s-block .s-block-inner, .block-publication .et_pb_module .s-block-inner { padding-top: 2rem; padding-bottom: 2rem; }

@media print, screen and (min-width: 64em) { .section-stripe .s-block .s-block-inner, .section-stripe .et_pb_module .s-block-inner, .et_pb_section .s-block .s-block-inner, .et_pb_section .et_pb_module .s-block-inner, .block-publication .s-block .s-block-inner, .block-publication .et_pb_module .s-block-inner { padding-top: 4.5rem; padding-bottom: 4.5rem; } }

.section-stripe .s-block .s-block-featured-image, .section-stripe .et_pb_module .s-block-featured-image, .et_pb_section .s-block .s-block-featured-image, .et_pb_section .et_pb_module .s-block-featured-image, .block-publication .s-block .s-block-featured-image, .block-publication .et_pb_module .s-block-featured-image { margin-bottom: 2rem; }

.section-stripe .s-block .s-block-featured-image.with-cover, .section-stripe .et_pb_module .s-block-featured-image.with-cover, .et_pb_section .s-block .s-block-featured-image.with-cover, .et_pb_section .et_pb_module .s-block-featured-image.with-cover, .block-publication .s-block .s-block-featured-image.with-cover, .block-publication .et_pb_module .s-block-featured-image.with-cover { background: #414141; position: relative; height: 20rem; overflow: hidden; }

.section-stripe .masonry, .et_pb_section .masonry, .block-publication .masonry { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: start; align-content: flex-start; margin-left: -2rem; margin-right: -2rem; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; overflow: hidden; }

@media print, screen and (min-width: 64em) { .section-stripe .masonry, .et_pb_section .masonry, .block-publication .masonry { margin-left: -4.5rem; margin-right: -4.5rem; } }

.section-stripe .masonry .item, .et_pb_section .masonry .item, .block-publication .masonry .item { width: 33.3333333333%; }

.section-stripe .masonry .item .block, .et_pb_section .masonry .item .block, .block-publication .masonry .item .block { border: 0.2rem solid #ffffff; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; line-height: 1.4rem; }

.section-stripe .masonry .item .block .block-inner, .et_pb_section .masonry .item .block .block-inner, .block-publication .masonry .item .block .block-inner { padding: 1rem; position: absolute; top: 50%; left: 50%; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.section-stripe .masonry .item .block .block-inner.cover, .et_pb_section .masonry .item .block .block-inner.cover, .block-publication .masonry .item .block .block-inner.cover { height: 100%; width: 100%; }

@media screen and (min-width: 75em) { .section-stripe .masonry .item .block .block-inner, .et_pb_section .masonry .item .block .block-inner, .block-publication .masonry .item .block .block-inner { padding: 2rem; } }

.section-stripe .masonry .item .block .thumbnail, .et_pb_section .masonry .item .block .thumbnail, .block-publication .masonry .item .block .thumbnail { -webkit-box-shadow: none; box-shadow: none; border: none; background: transparent; display: none; max-height: 5rem; }

@media print, screen and (min-width: 48em) { .section-stripe .masonry .item .block .thumbnail, .et_pb_section .masonry .item .block .thumbnail, .block-publication .masonry .item .block .thumbnail { max-height: none; } }

.section-stripe .masonry .item .block .key-figure, .et_pb_section .masonry .item .block .key-figure, .block-publication .masonry .item .block .key-figure { font-size: 1.8rem; font-weight: 700; display: block; line-height: 1.8rem; font-family: "SohoStd", sans-serif; margin-bottom: 0.5rem; }

@media screen and (min-width: 75em) { .section-stripe .masonry .item .block .key-figure, .et_pb_section .masonry .item .block .key-figure, .block-publication .masonry .item .block .key-figure { font-size: 2.8rem; line-height: 2.8rem; } }

.section-stripe .masonry .item.large, .et_pb_section .masonry .item.large, .block-publication .masonry .item.large { width: 66.6666666667%; }

.section-stripe .masonry .item.large .block, .et_pb_section .masonry .item.large .block, .block-publication .masonry .item.large .block { width: 100%; font-size: 1.8rem; line-height: 2rem; }

@media screen and (min-width: 75em) { .section-stripe .masonry .item.large .block, .et_pb_section .masonry .item.large .block, .block-publication .masonry .item.large .block { font-size: 2.4rem; line-height: 2.8rem; } }

.section-stripe .masonry .item.large .block .block-inner, .et_pb_section .masonry .item.large .block .block-inner, .block-publication .masonry .item.large .block .block-inner { padding: 2rem; }

@media screen and (min-width: 75em) { .section-stripe .masonry .item.large .block .block-inner, .et_pb_section .masonry .item.large .block .block-inner, .block-publication .masonry .item.large .block .block-inner { padding: 4rem; } }

.section-stripe .masonry .item.large .block .thumbnail, .et_pb_section .masonry .item.large .block .thumbnail, .block-publication .masonry .item.large .block .thumbnail { display: block; }

.section-stripe .masonry .item.large .block .key-figure, .et_pb_section .masonry .item.large .block .key-figure, .block-publication .masonry .item.large .block .key-figure { font-size: 3rem; line-height: 3rem; }

@media screen and (min-width: 75em) { .section-stripe .masonry .item.large .block .key-figure, .et_pb_section .masonry .item.large .block .key-figure, .block-publication .masonry .item.large .block .key-figure { font-size: 4.8rem; line-height: 4.8rem; } }

.section-stripe.s-banner, .section-stripe .s-banner, .et_pb_section.s-banner, .et_pb_section .s-banner, .block-publication.s-banner, .block-publication .s-banner { background: #f7f7f7; overflow: hidden; z-index: 0; -webkit-box-shadow: 0 0 2rem -1rem #000000 inset; box-shadow: 0 0 2rem -1rem #000000 inset; height: 20rem; }

@media print, screen and (min-width: 64em) { .section-stripe.s-banner, .section-stripe .s-banner, .et_pb_section.s-banner, .et_pb_section .s-banner, .block-publication.s-banner, .block-publication .s-banner { height: 40rem; } }

.section-stripe.s-banner .et_pb_module, .section-stripe.s-banner .et_pb_module_inner, .section-stripe.s-banner .s-block-inner, .section-stripe.s-banner .s-cover, .section-stripe .s-banner .et_pb_module, .section-stripe .s-banner .et_pb_module_inner, .section-stripe .s-banner .s-block-inner, .section-stripe .s-banner .s-cover, .et_pb_section.s-banner .et_pb_module, .et_pb_section.s-banner .et_pb_module_inner, .et_pb_section.s-banner .s-block-inner, .et_pb_section.s-banner .s-cover, .et_pb_section .s-banner .et_pb_module, .et_pb_section .s-banner .et_pb_module_inner, .et_pb_section .s-banner .s-block-inner, .et_pb_section .s-banner .s-cover, .block-publication.s-banner .et_pb_module, .block-publication.s-banner .et_pb_module_inner, .block-publication.s-banner .s-block-inner, .block-publication.s-banner .s-cover, .block-publication .s-banner .et_pb_module, .block-publication .s-banner .et_pb_module_inner, .block-publication .s-banner .s-block-inner, .block-publication .s-banner .s-cover { top: 0; left: 0; height: 100%; width: 100%; margin: 0; z-index: -1; padding: 0; }

.section-stripe.s-banner .s-title, .section-stripe .s-banner .s-title, .et_pb_section.s-banner .s-title, .et_pb_section .s-banner .s-title, .block-publication.s-banner .s-title, .block-publication .s-banner .s-title { color: #ffffff; margin-bottom: 0; }

.section-stripe.s-banner.s-block, .section-stripe .s-banner.s-block, .et_pb_section.s-banner.s-block, .et_pb_section .s-banner.s-block, .block-publication.s-banner.s-block, .block-publication .s-banner.s-block { height: 40rem; }

.section-stripe.s-banner.s-intro, .section-stripe .s-banner.s-intro, .et_pb_section.s-banner.s-intro, .et_pb_section .s-banner.s-intro, .block-publication.s-banner.s-intro, .block-publication .s-banner.s-intro { height: auto; }

.section-stripe.s-banner.s-intro .s-cover, .section-stripe .s-banner.s-intro .s-cover, .et_pb_section.s-banner.s-intro .s-cover, .et_pb_section .s-banner.s-intro .s-cover, .block-publication.s-banner.s-intro .s-cover, .block-publication .s-banner.s-intro .s-cover { position: absolute; }

.section-stripe.s-banner.s-intro .s-block, .section-stripe .s-banner.s-intro .s-block, .et_pb_section.s-banner.s-intro .s-block, .et_pb_section .s-banner.s-intro .s-block, .block-publication.s-banner.s-intro .s-block, .block-publication .s-banner.s-intro .s-block { padding-top: 7rem; padding-bottom: 2rem; }

@media print, screen and (min-width: 48em) { .section-stripe.s-banner.s-intro .s-block, .section-stripe .s-banner.s-intro .s-block, .et_pb_section.s-banner.s-intro .s-block, .et_pb_section .s-banner.s-intro .s-block, .block-publication.s-banner.s-intro .s-block, .block-publication .s-banner.s-intro .s-block { padding-top: 14rem; padding-bottom: 4rem; } }

.section-stripe.full-width .s-table, .section-stripe.full-width .et_pb_row, .et_pb_section.full-width .s-table, .et_pb_section.full-width .et_pb_row, .block-publication.full-width .s-table, .block-publication.full-width .et_pb_row { max-width: none; }

@media print, screen and (min-width: 48em) { .map-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: start; align-content: flex-start; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; position: relative; } }

@media print, screen and (min-width: 48em) { .map-wrapper #map { width: 65%; } }

.map-wrapper #map .map-image .triangle { position: absolute; top: 0; height: 100%; right: 0; background: rgba(255, 255, 255, 0.5); clip-path: polygon(0 41%, 100% 100%, 100% 0); width: 100%; z-index: 2; display: none; }

@media print, screen and (min-width: 48em) { .clip-css3 .map-wrapper #map .map-image .triangle.is-locked { display: block; } }

@media screen and (max-width: 47.9375em) { .map-wrapper #map .map-image svg { max-width: 100%; height: auto; } }

.map-wrapper #map .map-image path, .map-wrapper #map .map-image polygon { /*            fill: white; stroke: #E6E8ED; @include transition(fill .2s ease);*/ }

.map-wrapper #map .map-image a { display: block; }

@media print, screen and (min-width: 48em) { .map-wrapper #map .map-list { position: absolute; bottom: 0; left: 0; } }

.map-wrapper #map .map-list ul { list-style: none; }

.map-wrapper #map .map-list ul li { margin-bottom: 1rem; }

.map-wrapper #map .map-list ul li a { text-transform: uppercase; font-weight: 700; color: #696b71; padding: 0 0.5rem 0 3.6rem; position: relative; display: inline-block; line-height: 2.5rem; font-family: "SohoStd", sans-serif; border-top-left-radius: 2.8rem; border-bottom-left-radius: 2.8rem; }

.map-wrapper #map .map-list ul li a .flag { width: 2.9rem; position: absolute; top: -0.2rem; left: -0.2rem; }

.map-wrapper #map .map-list ul li a:hover, .map-wrapper #map .map-list ul li a.is-active, .map-wrapper #map .map-list ul li a.is-locked { text-decoration: none; background: #ffffff; }

.map-wrapper .overlay-map { z-index: 3; height: 100%; position: fixed; top: 0; left: 0; width: 100%; padding: 8rem 2rem 3rem; display: none; }

@media print, screen and (min-width: 48em) { .map-wrapper .overlay-map { width: 35%; right: 0; position: absolute; top: 0; left: auto; padding: 0; } }

@media print, screen and (min-width: 48em) { .map-wrapper .overlay-map > .close-overlay-map { display: none; } }

@media screen and (max-width: 47.9375em) { .map-wrapper .overlay-map > .close-overlay-map { position: fixed; height: 100%; width: 100%; background: rgba(25, 113, 163, 0.2); padding: 0; border: none; left: 0; top: 0; } }

.map-wrapper .overlay-map .scroll-indicator { opacity: 0; position: absolute; bottom: 2rem; right: 2rem; z-index: 3; font-size: 3.4rem; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

.map-wrapper .overlay-map .overlay-inner { -webkit-box-shadow: 0 0.1rem 0.9rem -0.1rem rgba(0, 0, 0, 0.2); box-shadow: 0 0.1rem 0.9rem -0.1rem rgba(0, 0, 0, 0.2); background: #ffffff; position: relative; height: 100%; overflow: hidden; }

@media screen and (max-width: 47.9375em) { .map-wrapper .overlay-map .overlay-inner > .close-overlay-map { position: absolute; top: 0; right: 0; width: 3rem; height: 3rem; border: none; padding: 0; line-height: 3rem; text-align: center; z-index: 3; font-size: 1.2rem; background: #1971a3; color: #ffffff; }
  .map-wrapper .overlay-map .overlay-inner > .close-overlay-map:hover { cursor: pointer; } }

@media print, screen and (min-width: 48em) { .map-wrapper .overlay-map .overlay-inner > .close-overlay-map { display: none; } }

.map-wrapper .overlay-map .overlay-inner .target-content { display: none; overflow-y: auto; height: 100%; position: relative; margin-right: -5rem; padding: 2rem 9.5rem 2rem 2rem; }

@media print, screen and (min-width: 64em) { .map-wrapper .overlay-map .overlay-inner .target-content { padding: 4.5rem 9.5rem 4.5rem 4.5rem; } }

.map-wrapper .overlay-map .overlay-inner .target-content .target-content-inner > h3 { font-size: 1.4rem; text-transform: uppercase; font-weight: 700; }

.map-wrapper .overlay-map .overlay-inner .target-content .target-content-inner > h3 .flag { width: 2.7rem; display: inline-block; }

.map-wrapper .overlay-map .overlay-inner .target-content .target-content-inner > h3:after { display: none; }

.map-wrapper .overlay-map .overlay-inner .target-content.is-active, .map-wrapper .overlay-map .overlay-inner .target-content.is-locked { display: block; }

.map-wrapper .overlay-map .overlay-inner .target-content.is-locked { position: absolute; z-index: 2; background: #ffffff; top: 0; left: 0; }

.map-wrapper .overlay-map.scrollable .scroll-indicator { opacity: 1; }

.map-wrapper .overlay-map.scrollable-animated .scroll-indicator { -webkit-animation: scrollto 0.8s linear infinite; animation: scrollto 0.8s linear infinite; }

.map-wrapper .overlay-map.is-active, .map-wrapper .overlay-map.is-locked { display: block; }

.map-wrapper .overlay-map.is-locked .overlay-inner > .close-overlay-map { display: block; position: absolute; top: 0; right: 0; width: 3rem; height: 3rem; border: none; padding: 0; line-height: 3rem; text-align: center; z-index: 3; font-size: 1.2rem; background: #1971a3; color: #ffffff; }

.map-wrapper .overlay-map.is-locked .overlay-inner > .close-overlay-map:hover { cursor: pointer; }

.list-partners { margin-left: 0; }

.list-partners > li { list-style: none; font-size: 1.2rem; border-bottom: dashed #bfc3cb 0.1rem; padding-top: 1.5rem; padding-bottom: 1.5rem; margin-left: 0; }

@media print, screen and (min-width: 48em) { .list-partners > li { display: table; } }

.overlay-map .list-partners > li { display: block; }

@media print, screen and (min-width: 48em) { .list-partners > li .featured-image, .list-partners > li .content { display: table-cell; vertical-align: top; } }

.overlay-map .list-partners > li .featured-image, .overlay-map .list-partners > li .content { display: block; }

.list-partners > li .featured-image { width: 15rem; padding-top: 0.5rem; }

@media screen and (max-width: 47.9375em) { .list-partners > li .featured-image { margin-bottom: 0.5rem; text-align: left; } }

.overlay-map .list-partners > li .featured-image { width: auto; margin-bottom: 0.5rem; }

.list-partners > li .featured-image img { -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

.list-partners > li .featured-image img:hover { opacity: 0.8; }

.list-partners > li .content h4 { font-size: 1.2rem; }

.list-partners > li .content h4 ul { margin-bottom: 0; }

.page-template-front-page { background-color: #ffffff; /* Carrousel */ /* action cards */ }

.page-template-front-page section { -webkit-box-shadow: none; box-shadow: none; background-color: #ffffff; }

.page-template-front-page section .fondation-title { font-size: 2.4rem; color: #ffffff; font-weight: 700; line-height: 2.9rem; text-align: left; margin: 24px 0; overflow: hidden; }

@media print, screen and (min-width: 48em) { .page-template-front-page section .fondation-title { font-size: 3.3rem; line-height: 3.8rem; } }

.page-template-front-page section .section-title { font-size: 46px; color: #08436d; font-weight: 700; line-height: calc(74/60); }

@media print, screen and (min-width: 48em) { .page-template-front-page section .section-title { font-size: 46px; } }

.page-template-front-page section.info-cards { margin: 150px 0; }

@media (max-width: 425px) { .page-template-front-page section.info-cards { margin: 50px 0; } }

.page-template-front-page .slide-news { z-index: 50; position: relative; height: auto; max-height: 100%; background: #ffffff; }

@media (min-width: 1200px) { .page-template-front-page .slide-news.no-custom-height { max-height: calc(100vh - var(--header-height)); } }

.page-template-front-page .slide-news .slick-list { height: 100% !important; }

.page-template-front-page .slide-news .slick-track { height: 100% !important; }

.page-template-front-page .slide-news .slide-item { height: 100%; background: #ffffff; }

.page-template-front-page .slide-news .slide-item__inner-block { background: transparent; height: 100%; position: relative; margin: 0 auto 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 1200px) { .page-template-front-page .slide-news .slide-item__inner-block { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.page-template-front-page .slide-news .slide-item .image-wrapper { width: 100%; height: 100%; }

.page-template-front-page .slide-news .slide-item .image-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; aspect-ratio: 16/9; max-height: 50vh; }

@media (min-width: 1200px) { .page-template-front-page .slide-news .slide-item .image-wrapper img { margin-bottom: 335px; } }

.page-template-front-page .slide-news .slide-item .text-block { min-width: 800px; max-width: 995px; height: 335px; z-index: 99; background: #2A436B; position: absolute; bottom: 0; right: 50%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 1200px) { .page-template-front-page .slide-news .slide-item .text-block { min-width: 100%; position: relative; bottom: 0; right: 0; width: 100%; height: 100%; max-width: 100%; min-height: 300px; } }

.page-template-front-page .slide-news .slide-item .text-block .slide-arrow-container { position: absolute; top: 0; right: 0; margin-top: 0; -ms-flex-item-align: end; align-self: flex-end; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 5px; -webkit-transform: translateY(-30%); -ms-transform: translateY(-30%); transform: translateY(-30%); }

.page-template-front-page .slide-news .slide-item .text-block .slide-arrow-container .slide-arrow { background: #F4E942; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; width: 60px; height: 60px; }

.page-template-front-page .slide-news .slide-item .text-block .slide-arrow-container .slide-arrow:hover { background: #8CB8D1; }

.page-template-front-page .slide-news .slide-item .text-block .slide-arrow-container .slide-arrow svg { height: 60%; width: 60%; }

@media screen and (min-width: 75em) { .page-template-front-page .slide-news .slide-item .text-block .slide-arrow-container .slide-arrow { width: 81px; height: 81px; } }

.page-template-front-page .slide-news .slide-item .text-block .text-content { padding: 35px 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.page-template-front-page .slide-news .slide-item .text-block .text-content__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 1200px) { .page-template-front-page .slide-news .slide-item .text-block .text-content { padding: 55px 65px; min-height: 100%; } }

.page-template-front-page .slide-news .slide-item .text-block .text-content .date-wrapper .date { color: #F4E942; font-weight: bold; line-height: calc(20 / 24); text-transform: uppercase; letter-spacing: 0; }

.page-template-front-page .slide-news .slide-item .text-block .text-content .button-wrapper { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.page-template-front-page .slide-news .slide-item .text-block .button { background-color: #8CB8D1; border: 1px solid #8CB8D1; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.page-template-front-page .slide-news .slide-item .text-block .button:hover { background-color: #ffffff; color: #8CB8D1; }

.page-template-front-page section.info-cards { overflow-x: hidden; background: #ffffff; }

.page-template-front-page section.info-cards .container { margin: 0 auto; max-width: 1440px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.page-template-front-page section.info-cards .title_box { width: 100%; margin: 0 auto 40px auto; position: relative; overflow: hidden; }

.page-template-front-page section.info-cards .title_box .title-level-2 { margin-top: 0; color: #2A436B; text-align: center; font-weight: bold; }

.page-template-front-page section.info-cards .title_box .title-level-2::after { place-self: center; background-color: #F4E942; }

.page-template-front-page section.info-cards .info-cards__list { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 60px; padding: 0 15px; }

@media print, screen and (min-width: 48em) { .page-template-front-page section.info-cards .info-cards__list { grid-template-columns: repeat(2, 1fr); grid-gap: 20px; padding: 0; } }

@media print, screen and (min-width: 64em) { .page-template-front-page section.info-cards .info-cards__list { grid-template-columns: repeat(3, 1fr); } }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper { background: #ffffff; padding: 15px; }

@media print, screen and (min-width: 64em) { .page-template-front-page section.info-cards .info-cards__list .info-card-wrapper:nth-of-type(1) { height: 95%; }
  .page-template-front-page section.info-cards .info-cards__list .info-card-wrapper:nth-of-type(3) { height: 90%; } }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card { background: #598F97; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; padding: 30px; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .image-container { position: relative; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .image-container__inner-wrapper { width: 110px; height: 110px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #598F97; position: absolute; right: 15px; top: -50px; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .image-container__inner-wrapper img { width: 80px; height: 80px; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .content-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .content-container .title-wrapper { width: 100%; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .content-container .title-wrapper .title-level-3 { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; color: #ffffff; max-width: 45%; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .content-container .title-wrapper .title-level-3::after { position: absolute; background-color: white; bottom: -10px; width: 50%; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .content-container .description { color: #ffffff; margin-top: 15px; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .link-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .link-container .button { background-color: #8CB8D1; border: 1px solid #8CB8D1; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .info-card .link-container .button:hover { background-color: white; color: #8CB8D1; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .developpement { background-color: #598F97; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .developpement .image-container__inner-wrapper { background-color: #75A9B0; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .sante { background-color: #3C6098; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .sante .image-container__inner-wrapper { background-color: #2A436B; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .education { background-color: #8CB755; }

.page-template-front-page section.info-cards .info-cards__list .info-card-wrapper .education .image-container__inner-wrapper { background-color: #78A341; }

.page-template-front-page section.reseau { padding: 50px; background-color: #2A436B; }

.page-template-front-page section.reseau .title-level-2 { color: white; text-align: center; font-weight: bold; margin-top: 0; }

.page-template-front-page section.reseau .title-level-2::after { place-self: center; background-color: #F4E942; }

.page-template-front-page section.reseau .reseau__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 25px; margin: 40px 0 30px 0; }

.page-template-front-page section.reseau .reseau__list a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: white; width: 50px; height: 50px; border-radius: 100%; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; border: 1px solid transparent; }

.page-template-front-page section.reseau .reseau__list a svg { width: 30px; height: auto; }

.page-template-front-page section.reseau .reseau__list a:hover { background-color: #2A436B; border: 1px solid white; }

.page-template-front-page section.reseau .reseau__list a:hover svg { fill: white !important; }

.page-template-front-page-old div.et_pb_section.et_pb_section_0 { background-repeat: no-repeat !important; background-size: cover !important; background-position: center !important; }

.alignleft { margin-bottom: 2rem; display: block; }

@media print, screen and (min-width: 48em) { .alignleft { float: left; margin-right: 2rem; } }

.alignright { margin-bottom: 2rem; display: block; }

@media print, screen and (min-width: 48em) { .alignright { float: right; margin-left: 2rem; } }

.aligncenter { display: block; margin: 2rem auto; }

p.lead { font-size: 1.8rem; color: #1971a3; font-style: italic; font-family: "SohoStd", sans-serif; font-weight: 300; line-height: 2.4rem; margin: 3rem 0; }

span.highlight { font-weight: bold; color: #1971a3; }

.wp-caption { width: auto !important; }

.wp-caption-text { font-size: 1.2rem; margin-top: 1rem; font-style: italic; font-weight: 400; }

.comments-area { margin-top: 7rem; }

.comments-area textarea { height: auto; }

.comments-area input, .comments-area select { display: inline-block; width: auto; vertical-align: middle; }

.comments-area .comment-respond { margin-bottom: 4rem; }

.comments-area .comment-reply-title { margin-bottom: 0; }

.comments-area ol.commentlist li.comment { padding: 2rem; }

.comments-area ol.commentlist li.comment .author { font-size: 1.5rem; font-weight: bold; margin-bottom: 0; }

.comments-area ol.commentlist li.comment .author span { padding-left: 0.5rem; font-size: small; font-style: italic; }

.comments-area ol.commentlist li.comment .author .url { color: #1971a3; }

.comments-area ol.commentlist li.comment .btn a { color: black; }

.comments-area ol.commentlist li.comment article { margin-bottom: 2rem; }

.comments-area ol.commentlist li.comment.comment.even { background: none repeat scroll 0 0 #ebe6de; }

.comments-area ol.commentlist li.comment.comment.odd { background: none repeat scroll 0 0 #f3f0eb; }

.comments-area ol.commentlist nav#comment-nav-below { margin: 0 0 2rem 0; }

.comments-area ol.children { list-style-type: none; margin-left: 0; }

.comment-edit-link, .comment-reply-link { margin-top: 0; }

.comment-form-author::before, .comment-form-author::after, .comment-form-email::before, .comment-form-email::after, .comment-form-url::before, .comment-form-url::after, .comment-form-comment::before, .comment-form-comment::after { display: table; content: ' '; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.comment-form-author::after, .comment-form-email::after, .comment-form-url::after, .comment-form-comment::after { clear: both; }

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label { display: block; }

img.fade-img { opacity: 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

img.fade-img.img-loaded { opacity: 1; }

img.best-fill { position: absolute; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; opacity: 0; }

.page-title { margin-top: 0; }

.button, .comment-edit-link, .comment-reply-link, input[type='submit'], .more-link { display: inline-block; vertical-align: middle; margin: 0 0 1rem 0; font-family: inherit; padding: 0.85em 1em; -webkit-appearance: none; border: 1px solid transparent; border-radius: 0; -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out; transition: background-color 0.25s ease-out, color 0.25s ease-out; font-size: 0.9rem; line-height: 1; text-align: center; cursor: pointer; background-color: #1779ba; color: #ffffff; font-family: "SohoStd", sans-serif; font-weight: 400; border: none; text-transform: uppercase; text-align: center; background-color: rgba(25, 113, 163, 0.5); color: #ffffff; -webkit-transition: 0.2s ease background-color; transition: 0.2s ease background-color; font-size: 1.2rem; }

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .comment-edit-link, [data-whatinput='mouse'] .comment-reply-link, [data-whatinput='mouse'] input[type='submit'], [data-whatinput='mouse'] .more-link { outline: 0; }

.button:hover, .button:focus, .comment-edit-link:hover, .comment-edit-link:focus, .comment-reply-link:hover, .comment-reply-link:focus, input[type='submit']:hover, input[type='submit']:focus, .more-link:hover, .more-link:focus { background-color: #14679e; color: #ffffff; }

.button:focus, .comment-edit-link:focus, .comment-reply-link:focus, input[type='submit']:focus, .more-link:focus { color: #ffffff; -webkit-box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.2) inset; }

.button:hover, .button:active, .button:focus, .comment-edit-link:hover, .comment-edit-link:active, .comment-edit-link:focus, .comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:focus, .more-link:hover, .more-link:active, .more-link:focus { color: #ffffff; background: #1971a3; text-decoration: none; }

#loader-masonry { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 999; background-color: #ffffff; }

#loader-masonry .overlay-content { width: 3.2rem; height: 3.2rem; position: absolute; top: 10rem; left: 50%; margin-left: -1.5rem; }

#loader-masonry .overlay-content .spinner { width: 3.2rem; height: 3.2rem; margin: 0 auto; position: relative; overflow: hidden; }

#loader-masonry .overlay-content .spinner img { max-width: none; position: absolute; left: 0; top: 0; -webkit-animation: rotating 0.8s infinite; animation: rotating 0.8s infinite; opacity: 1; }

.lv_window * { box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; }

.sharrre-wrapper.clearfix { clear: both; margin-top: 2rem; padding-top: 2rem; border-top: 0.1rem solid #ebe6de; }

.sharrre-wrapper .sharrre-label { color: #b19e7f; float: left; margin-right: 1rem; margin-bottom: 0; }

.sharrre-wrapper #total-count { margin-bottom: 1rem; }

.sharrre-wrapper [class^='sharrre_'] .box { width: 3rem; line-height: 3rem; margin-right: 0.1rem; text-align: center; float: left; cursor: pointer; font-size: 1.4rem; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; color: #ffffff; }

.sharrre-wrapper [class^='sharrre_'] .box:hover { background: none repeat scroll 0 0 #1971a3 !important; text-decoration: none; }

.sharrre-wrapper [class^='sharrre_'].sharrre_twitter .box { background: none repeat scroll 0 0 #00aced; }

.sharrre-wrapper [class^='sharrre_'].sharrre_facebook .box { background: none repeat scroll 0 0 #3b5998; }

.sharrre-wrapper [class^='sharrre_'].sharrre_googleplus .box { background: none repeat scroll 0 0 #dd4b39; }

.sharrre-wrapper [class^='sharrre_'].sharrre_pinterest .box { background: none repeat scroll 0 0 #cb2027; }

.sharrre-wrapper [class^='sharrre_'].sharrre_delicious .box { background: none repeat scroll 0 0 #3271cb; }

.sharrre-wrapper [class^='sharrre_'].sharrre_linkedin .box { background: none repeat scroll 0 0 #007bb6; }

.sharrre-wrapper [class^='sharrre_'].sharrre_mail .box { background: none repeat scroll 0 0 #1971a3; }

.sharrre-wrapper [class^='sharrre_'].sharrre_stumbleupon .box { background: none repeat scroll 0 0 #eb4823; }

.sharrre-wrapper [class^='sharrre_'].sharrre_digg .box { background: none repeat scroll 0 0 #0093cc; }

.fb-comments, .fb-comments span, .fb-comments iframe[style] { width: 100% !important; }

.gform_confirmation_message { background-color: #dff0d8; font-size: 1.4rem; margin: 2rem 0; padding: 2rem; border-left: 0.3rem solid #468847; color: #468847 !important; border-top: none !important; border-bottom: none !important; }

.gform_wrapper div.gform_heading { font-size: 1.8rem; color: #1971a3; font-family: "SohoStd", sans-serif; margin-bottom: 2rem; }

.gform_wrapper ul { list-style-type: none; padding: 0; }

.gform_wrapper ul li.gfield { margin-bottom: 2rem; }

.gform_wrapper ul li.gfield .ginput_complex label { font-weight: normal; color: #1971a3; font-size: 1rem; }

.gform_wrapper .gform_confirmation_message { background-color: #dff0d8; font-size: 1.4rem; margin: 2rem 0; padding: 2rem; border-left: 0.3rem solid #468847; color: #468847 !important; border-top: none !important; border-bottom: none !important; }

.gform_wrapper .validation_error { background-color: #fdf7f7; font-size: 1.4rem; margin: 2rem 0; padding: 2rem; border-left: 0.3rem solid #d9534f; color: #d9534f !important; border-top: none !important; border-bottom: none !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border-top: none !important; border-bottom: none !important; background: transparent !important; }

.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper li.gfield_error textarea { border: 1px solid #d9534f !important; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio { color: #d9534f !important; }

.gform_wrapper .gfield_error .gfield_label { color: #d9534f !important; }

.gform_wrapper .validation_message { color: #d9534f !important; }

.gform_wrapper .gfield_required { color: #d9534f !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type='submit'], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type='submit'] { font-size: 1.2rem !important; }

.acf-map { width: 100%; height: 50rem; }

.acf-map img { max-width: none; }

.woocommerce *:before { -webkit-box-sizing: content-box; box-sizing: content-box; }

.post_author_plugin { overflow: hidden; clear: both; margin-bottom: 2rem; font-size: 1.4rem; line-height: 3rem; }

.post_author_plugin .post_author_avatar { float: left; width: 3rem; }

.post_author_plugin .post_author_author { margin-left: 4rem; display: block; }

#breadcrumbs { margin-bottom: 0; padding: 1rem 0; color: #ffffff; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }

#breadcrumbs a { color: #ffffff; }

.social-media-section .s-block-inner { padding-top: 2.5rem !important; padding-bottom: 1rem !important; }

.et_pb_social_media_follow { margin-left: 0; margin-bottom: 0 !important; list-style-type: none !important; padding-bottom: 2rem; text-align: center; }

@media print, screen and (min-width: 64em) { .et_pb_social_media_follow { padding-bottom: 2.5rem; } }

.et_pb_social_media_follow .et_pb_social_icon { position: relative; display: inline-block; margin-right: 1.2rem; }

.et_pb_social_media_follow .et_pb_social_icon:last-child { margin-right: 0; }

.et_pb_social_media_follow .et_pb_social_icon .icon { display: inline-block; text-align: center; border-radius: 0.3rem; -webkit-box-sizing: content-box; box-sizing: content-box; width: 3.4rem; height: 3.4rem; padding: 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }

.et_pb_social_media_follow .et_pb_social_icon .icon:hover { text-decoration: none; opacity: 0.8; }

@media print, screen and (min-width: 48em) { .et_pb_social_media_follow .et_pb_social_icon .icon { width: 4.8rem; height: 4.8rem; } }

.et_pb_social_media_follow .et_pb_social_icon .icon:before { 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; position: relative; display: block; z-index: 10; width: 3.4rem; height: 3.4rem; color: #ffffff; font-size: 2.2rem; line-height: 3.4rem; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }

@media print, screen and (min-width: 48em) { .et_pb_social_media_follow .et_pb_social_icon .icon:before { width: 4.8rem; height: 4.8rem; line-height: 4.8rem; font-size: 3rem; } }

.et_pb_social_media_follow .et_pb_social_icon .icon .et_pb_social_media_follow_network_name { display: none; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-facebook .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-twitter .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-youtube .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-linkedin .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-pinterest .icon:before { content: ""; }

.et_pb_social_media_follow .et_pb_social_icon.et-social-instagram .icon:before { content: ""; }

.et_pb_blog_grid .hentry { padding-top: 2rem; padding-bottom: 2rem; }

@media print, screen and (min-width: 48em) { .et_pb_blog_grid .hentry { float: left; width: 33.3333333333%; padding: 4.5rem 2rem; } }

.et_pb_blog_grid .hentry .entry-title { margin-top: 0; font-size: 2.2rem; line-height: 1.4; margin-bottom: 2.2rem; padding-right: 0; padding-left: 0; }

.et_pb_blog_grid .hentry .entry-title:after { background: #1971a3; }

.et_pb_blog_grid .hentry .entry-title a { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; color: #696b71; display: block; }

.et_pb_blog_grid .hentry .entry-title a:hover { color: #1971a3; text-decoration: none; }

.et_pb_blog_grid .hentry .post-meta { font-size: 1.1rem; font-weight: 700; font-family: "SohoStd", sans-serif; text-transform: uppercase; color: #1971a3; }

.et_pb_blog_grid .hentry .post-content { font-size: 1.2rem; line-height: 1.2rem; }

.video-wrapper { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; margin-bottom: 20px; }

.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.block-publication { width: 100%; text-align: center; }

.block-publication .publication-inner-block { width: 100%; max-width: 120rem; margin: 0 auto; }

.block-publication .publication-inner-block .logo-company { height: 70px; margin-top: 20px; margin-bottom: 20px; }

.block-publication .publication-inner-block .jssor_1 { position: relative; margin: 0 auto; top: 0; left: 0; width: 100% !important; height: 50rem; overflow: visible; visibility: visible; }

.block-publication .publication-inner-block .jssor_1 > :first-child { overflow: hidden !important; height: 100%; }

.block-publication .publication-inner-block .jssor_1 > :not(:first-child) { top: 33% !important; }

.block-publication .publication-inner-block .jssor_1 .slide-block { cursor: default; position: relative; top: 0; left: 110px; width: 980px; height: 100%; overflow: visible !important; }

.block-publication .publication-inner-block .jssor_1 .slide-block .slide-arrow { cursor: pointer; position: absolute; top: 30%; }

.block-publication .publication-inner-block .jssor_1 .slide-block .slide-arrow img { width: 60px; height: 100px; }

.block-publication .publication-inner-block .jssor_1 .slide-block .prev-arrow { left: -70px; }

.block-publication .publication-inner-block .jssor_1 .slide-block .next-arrow { right: -70px; }

.block-publication .publication-inner-block .jssor_1 .slide-block .slick-disabled { visibility: hidden; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block { position: relative; height: 500px; width: 250px; top: 0; left: 0; padding: 20px 30px; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block:not(:first-child):after { content: ''; background: url("images/Separateur.png") repeat-y center center transparent; position: absolute; top: 0; left: 0; height: 65% !important; min-height: 355px; width: 0.3rem !important; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block .s-block-featured-image { text-align: left; -webkit-box-shadow: -1px 0px 6px 0px rgba(33, 33, 33, 0.3); box-shadow: -1px 0px 6px 0px rgba(33, 33, 33, 0.3); margin-bottom: 1.5rem; margin-right: 0; margin-left: 0; width: 100%; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block .s-block-featured-image img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block .s-header { text-align: left; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block .s-header .sup-title { font-size: 1rem; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block .s-header h3 { font-size: 1.8rem; line-height: 2rem; }

.block-publication .publication-inner-block .jssor_1 .slide-block .c-block .s-header h3:after { width: 40% !important; }

.block-publication:nth-child(even) { background-color: #e6e8ed; }

@media screen and (max-width: 1200px) { .jssor_1 > :first-child { width: calc(100% / 1.25) !important; left: 90px !important; }
  .b-hidden { display: none !important; } }

@media screen and (max-width: 980px) { .jssor_1 > :first-child { width: calc(100% / 1.35) !important; } }

@media screen and (max-width: 815px) { .jssor_1 > :first-child { width: calc(100% / 1.5) !important; } }

@media screen and (max-width: 630px) { .jssor_1 > :first-child { width: calc(100% / 1.6) !important; } }

@media screen and (max-width: 480px) { .jssor_1 > :first-child { left: 6rem !important; } }

.jssorl-009-spin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.7); }

.jssorl-009-spin img { margin-top: -19px; position: relative; top: 50%; width: 38px; height: 38px; }

.arrowleft { left: 3rem; }

.arrowright { right: 3rem; }

.arrowright, .arrowleft { width: 50px; cursor: pointer; top: -60px !important; }

.a-hidden { display: none !important; }

/*jssor slider loading skin spin css*/
.jssorl-009-spin img { -webkit-animation-name: jssorl-009-spin; animation-name: jssorl-009-spin; -webkit-animation-duration: 1.6s; animation-duration: 1.6s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

@-webkit-keyframes jssorl-009-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes jssorl-009-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/*jssor slider bullet skin 057 css*/
.jssorb057 .i { position: absolute; cursor: pointer; }

.jssorb057 .i .b { fill: none; stroke: #fff; stroke-width: 2000; stroke-miterlimit: 10; stroke-opacity: 0.4; }

.jssorb057 .i:hover .b { stroke-opacity: 0.7; }

.jssorb057 .iav .b { stroke-opacity: 1; }

.jssorb057 .i.idn { opacity: 0.3; }

/*jssor slider arrow skin 073 css*/
.jssora073 { display: block; position: absolute; cursor: pointer; }

.jssora073 .a { fill: #ddd; fill-opacity: 0.7; stroke: #000; stroke-width: 160; stroke-miterlimit: 10; stroke-opacity: 0.7; }

.jssora073:hover { opacity: 0.8; }

.jssora073.jssora073dn { opacity: 0.4; }

.jssora073.jssora073ds { opacity: 0.3; pointer-events: none; }

@media only screen and (min-width: 767px) { .nosactionshacks { top: 35%; left: 4.5vw; }
  .nosactionshacks a { font-size: 1.8rem !important; }
  .emptyhacks::after { display: none; } }

.linkhover-image { -webkit-transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out; }

.linkhover-image:hover { opacity: 0.5; }

.linkhover-title:hover { text-decoration: none; }

.linkhover-title:hover h3 { color: #08436d; }

.go-back { position: absolute; left: 4vw; top: 20px; font-size: 10px; color: #68a5c4; }

.go-back*:last-child *:last-child { display: none; }

.go-back a { color: #68a5c4; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease; /*text-shadow: 0 0 3px black;*/ text-shadow: 0 0 0 #dbdbdb; }

.go-back a:hover { opacity: 0.6; color: #68a5c4; text-decoration: none; }

body.nosactions-template-default .site-content .et_pb_section.s-banner .s-title { color: #1971a3; }

body.post-type-archive-nosactions .nosactionssection { display: block !important; text-align: center; }

.sidebar { position: relative; width: 100%; max-width: 100%; }

@media print, screen and (min-width: 48em) { .sidebar { max-width: 520px !important; } }

.sidebar h2::after { content: none !important; }

@media print, screen and (min-width: 64em) { .sidebar { position: static; z-index: 1600; } }

@media print, screen and (min-width: 64em) { .sidebar .filter-overlay { left: 520px; } }

.sidebar__title-wrapper { padding: 24px 16px 24px 16px !important; background-color: #2A436B !important; }

.sidebar__title-wrapper .sidebar__title { font-size: 30px !important; font-weight: bold !important; }

.sidebar__title-wrapper::after { contain: none !important; }

.sidebar .sidebar-filter__wrapper--title { position: static; }

.sidebar .sidebar-filter__wrapper--title h3 { font-size: 24px; color: #2A436B !important; }

.sidebar .sidebar-filter__wrapper--button { top: 15px !important; }

.sidebar .sidebar-filter__wrapper--button svg { width: 40px !important; height: 40px !important; }

.sidebar .sidebar-filter__wrapper--button svg polygon { fill: #404040 !important; }

.sidebar-filter__wrapper { top: var(--header-height); right: 0; bottom: 0; left: 0; overflow: hidden; border-radius: 5px; }

@media print, screen and (min-width: 64em) { .sidebar-filter__wrapper { top: 50%; left: 420px; min-height: initial !important; max-height: 85%; } }

.sidebar-filter__wrapper--modal { background-color: red; }

@media print, screen and (min-width: 64em) { .sidebar-filter__wrapper--modal { max-width: 420px; height: 850px !important; } }

.sidebar-filter__wrapper--modal.active { left: 0; }

@media print, screen and (min-width: 64em) { .sidebar-filter__wrapper--modal.active { left: 530px !important; -webkit-transform: translate(0, -50%) !important; -ms-transform: translate(0, -50%) !important; transform: translate(0, -50%) !important; } }

.sidebar-filter__wrapper .filter-to-map__btn { position: static; -webkit-transform: none; -ms-transform: none; transform: none; border-radius: 5px; color: white; background-color: #2A436B; }

reset-all-filters .sidebar-filter__wrapper .filter-to-map__btn:hover { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); background-color: #b3d235; }

.sidebar__title-wrapper { padding: 40px 30px; }

.sidebar__title { color: white; font-size: 30px; font-weight: bold; }

.sidebar__btn-filtres { padding: 10px 20px !important; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: #8CB8D1 !important; color: white; font-size: 14px; text-transform: uppercase; cursor: pointer; }

.sidebar__btn-filtres .icon { display: none; }

.sidebar__btn-filtres:hover { background-color: white !important; color: #8CB8D1; }

.sidebar .generic-filter { padding: 0 30px 30px 30px; border-bottom: none; }

.sidebar .generic-filter .items__wrapper, .sidebar .generic-filter .overlay-scrollbar, .sidebar .generic-filter .items__wrapper-inner { width: 100%; }

.sidebar .generic-filter .items__wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.sidebar .generic-filter .items__wrapper-inner { max-height: 180px; }

.sidebar .generic-filter .container-picto { justify-items: center; -ms-flex-item-align: center; align-self: center; }

.sidebar .generic-filter .container-picto .picto { width: 50px; height: 50px; background-color: #020c3f; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.sidebar .generic-filter .container-picto .picto svg { width: 50px !important; height: auto !important; }

.sidebar .generic-filter__title { margin-bottom: 20px; color: #707070; font-size: 18px; font-weight: bold; pointer-events: none; }

.sidebar .generic-filter__title::after { content: none; }

.sidebar .generic-filter__item { position: relative; height: auto; min-height: 30px; padding: 0; padding-right: 10px; border: none; width: -webkit-max-content; width: -moz-max-content; width: max-content; min-width: 100px; }

.sidebar .generic-filter__item:not(:last-child) { margin-bottom: 15px; }

.sidebar .generic-filter__item--svg { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 25px; height: 25px; margin-right: 15px; }

.sidebar .generic-filter__item.active { -webkit-box-shadow: none; box-shadow: none; }

.sidebar .generic-filter__item--name { font-size: 16px; margin-left: 30px; }

.sidebar .generic-filter .subFilter-item { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 20px; padding-left: 30px; font-size: 16px; cursor: pointer; }

.sidebar .generic-filter .subFilter-item:not(:last-child) { margin-bottom: 15px; }

.sidebar .generic-filter .subFilter-item::before { content: ''; position: absolute; top: 50%; left: 0; width: 20px; height: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: 1px solid red; border-radius: 5px; }

.sidebar .generic-filter .subFilter-item::after { content: '\e90c'; position: absolute; top: 50%; left: 3px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border-radius: 5px; opacity: 0; color: red; font-size: 10px; line-height: 1; text-align: center; }

.sidebar .generic-filter .subFilter-item.active { -webkit-box-shadow: none; box-shadow: none; }

.sidebar .generic-filter .subFilter-item.active::before { background-color: red; }

.sidebar .generic-filter .subFilter-item.active::after { opacity: 1; }

.sidebar .generic-filter .subfilter-wrapper { position: relative; margin-bottom: 20px; }

.sidebar .generic-filter .subfilter-wrapper-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.sidebar .generic-filter .subfilters-search { width: 100%; padding: 5px 25px 10px 40px; border: none; border-bottom: 1px solid red-light2; outline: none; background-color: red; font-size: 16px; }

.sidebar .generic-filter .subfilters-search::-webkit-input-placeholder { color: #c4c4cd; font-size: 16px; }

.sidebar .generic-filter .subfilters-search::-moz-placeholder { color: #c4c4cd; font-size: 16px; }

.sidebar .generic-filter .subfilters-search:-ms-input-placeholder { color: #c4c4cd; font-size: 16px; }

.sidebar .generic-filter .subfilters-search::-ms-input-placeholder { color: #c4c4cd; font-size: 16px; }

.sidebar .generic-filter .subfilters-search::placeholder { color: #c4c4cd; font-size: 16px; }

.sidebar .generic-filter .reset-filters { padding: 0; background-color: transparent; }

.sidebar .generic-filter .reset-filters .iconReactLeafletreset { color: red; font-size: 15px; }

.sidebar .generic-filter .subfilters-search__wrapper { display: inline-block; position: relative; margin-bottom: 10px; border-bottom: 1px solid #c4c4cd; }

.sidebar .generic-filter .iconReactLeafletsearch { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-80%); -ms-transform: translateY(-80%); transform: translateY(-80%); -webkit-transition: color 0.4s ease-in-out; transition: color 0.4s ease-in-out; color: rgba(64, 64, 64, 0.75); font-size: 24px; }

.sidebar .generic-filter .iconReactLeafletx { position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: color 0.4s ease-in-out; transition: color 0.4s ease-in-out; font-size: 16px !important; font-size: 15px; cursor: pointer; }

.sidebar .search-input__wrapper .iconReactLeafletsearch { left: 0 !important; font-size: 24px; }

.sidebar .search-input__wrapper .search-input { padding: 10px 40px; outline: none; background-color: transparent; font-size: 16px; border: none !important; border-bottom: 2px solid #e4e4e8 !important; box-shadow: none !important; -webkit-box-shadow: none !important; border-radius: 0 !important; }

.sidebar .search-input__wrapper .search-input::-webkit-input-placeholder { font-size: 16px; }

.sidebar .search-input__wrapper .search-input::-moz-placeholder { font-size: 16px; }

.sidebar .search-input__wrapper .search-input:-ms-input-placeholder { font-size: 16px; }

.sidebar .search-input__wrapper .search-input::-ms-input-placeholder { font-size: 16px; }

.sidebar .search-input__wrapper .search-input::placeholder { font-size: 16px; }

.sidebar .search-input__wrapper .iconReactLeafletsearch { color: var(--map-primary); }

.sidebar .sidebar-to-map__btn { padding: 15px 30px; border-radius: 5px; background-color: #2A436B; color: white; font-size: 16px; font-weight: 600; text-transform: uppercase; white-space: nowrap; }

.sidebar .sidebar-to-map__btn.absolute { position: absolute; }

.sidebar .sidebar-to-map__btn.fixed { position: fixed; }

.sidebar .reset-all-filters { position: static; padding: 0; padding: 10px 20px; border-radius: 5px; color: #2A436B; font-size: 18px; font-weight: bold; text-transform: uppercase; cursor: pointer; background-color: transparent; border: 1px solid #2A436B; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

@media print, screen and (min-width: 64em) { .sidebar .reset-all-filters { margin: 0 auto; } }

.sidebar .reset-all-filters:hover { -webkit-transform: none; -ms-transform: none; transform: none; background-color: #2A436B; color: white; }

.institution { height: initial !important; }

.institution-infos { z-index: 2100; padding-bottom: 60px; background-color: red; }

.institution-infos.active { -webkit-transform: translateY(calc(100vh - 290px - var(--header-height, 0px))); -ms-transform: translateY(calc(100vh - 290px - var(--header-height, 0px))); transform: translateY(calc(100vh - 290px - var(--header-height, 0px))); }

@media print, screen and (min-width: 64em) { .institution-infos.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.institution-infos.active.fullscreen { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.institution-infos .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.institution-infos .overlay-scrollbar { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 100%; }

.institution-infos .overlay-scrollbar .os-content { padding: 0 !important; }

.institution-infos .overlay-scrollbar .os-scrollbar-track { right: 0; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__btn-close { display: block; position: absolute; z-index: 500; top: 15px; right: 15px; border: none; background: none; } }

.institution-infos .inst-info__img-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.institution-infos .inst-info__img-wrapper img { width: 100%; height: auto; max-height: 180px; -o-object-fit: cover; object-fit: cover; }

.institution-infos .inst-info__img-wrapper::before { display: none; }

.institution-infos .inst-info__tags-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 20px; padding-right: 25px; padding-left: 25px; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__tags-wrapper { padding-right: 35px; padding-left: 35px; } }

.institution-infos .tag { margin-right: 15px; margin-bottom: 15px; padding: 8px 16px; border-radius: 500px; background-color: red; color: var(--map-primary); color: red; font-size: 14px; white-space: nowrap; }

.institution-infos .inst-info__title { margin: 40px 0; }

.institution-infos .inst-info__title h4 { margin: 0; font-size: 24px; font-weight: bold; }

.institution-infos .inst-info__address { position: relative; margin-bottom: 20px; padding-right: 25px; padding-left: 50px; color: #404040; font-size: 12px; line-height: 1; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__address { padding-right: 35px; padding-left: 60px; } }

.institution-infos .inst-info__address::before { content: '\e90d'; position: absolute; top: 50%; left: 27px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: red; font-size: 20px; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__address::before { left: 33px; } }

.institution-infos .inst-info__phone { position: relative; margin-bottom: 50px; padding-right: 25px; padding-left: 50px; color: #404040; font-size: 16px; line-height: 1; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__phone { padding-left: 60px; padding-right: 35px; } }

.institution-infos .inst-info__phone::before { content: '\e90e'; position: absolute; top: 50%; left: 27px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: red; font-size: 20px; font-size: 16px; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__phone::before { left: 35px; } }

.institution-infos .inst-info__schedule { position: relative; margin-bottom: 20px; padding-right: 35px; padding-left: 60px; color: #404040; font-size: 16px; line-height: 1; }

.institution-infos .inst-info__schedule * { margin-top: 0; }

.institution-infos .inst-info__schedule::before { content: '\e90f'; position: absolute; top: 0; left: 35px; color: red; font-size: 20px; font-size: 16px; }

.institution-infos .inst-info__contact { position: relative; margin-bottom: 20px; padding-right: 25px; padding-left: 50px; color: #404040; font-size: 16px; line-height: 1; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__contact { padding-left: 60px; padding-right: 35px; } }

.institution-infos .inst-info__contact::before { content: '\e910'; position: absolute; top: 50%; left: 27px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: red; font-size: 20px; font-size: 16px; }

@media print, screen and (min-width: 64em) { .institution-infos .inst-info__contact::before { left: 35px; } }

.institution-infos .inst-info__button { position: fixed; z-index: 500; bottom: 0; left: 50%; width: auto; width: 100%; margin: 0 auto; padding: 20px 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-radius: 0; background-color: red; color: red; font-size: 18px; line-height: 1; text-align: center; text-decoration: none; text-transform: uppercase; }

.institution-infos .inst-info__container { height: auto !important; padding: 0 35px 100px 35px; font-size: 16px; }

.inst-item { position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 90px; padding: 0 15px; -webkit-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; border-bottom: 1px solid #ececec; cursor: pointer; }

.inst-item:hover { background-color: #f5f5f5 !important; }

.inst-item.active { background-color: rgba(105, 96, 148, 0.24); }

.inst-item.active:hover { background-color: rgba(105, 96, 148, 0.24); }

.inst-item .content { padding: 5px 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.inst-item .name-wraper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }

.inst-item .container-picto { justify-items: center; -ms-flex-item-align: center; align-self: center; }

.inst-item .container-picto .picto { width: 80px; height: 80px; margin: 10px; background-color: #020c3f; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }

.inst-item .container-picto .picto svg { width: 60px !important; height: auto !important; }

.inst-item .content-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 8px; margin: 10px 10px 10px 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media print, screen and (min-width: 64em) { .inst-item .content-wrapper { margin: 10px 30px 10px 20px; } }

.inst-item__btn-info { border: none; color: white; font-size: 10px; background-color: #8CB8D1; border: 1px solid #8CB8D1; padding: 4px 12px; -webkit-transition: all ease-in-out 300ms; transition: all ease-in-out 300ms; text-decoration: none !important; }

.inst-item__btn-info:hover { cursor: pointer; background-color: white; color: #8CB8D1; }

.inst-item__name { color: #707070; font-size: 14px !important; font-weight: bold; }

@media print, screen and (min-width: 64em) { .inst-item__name { font-size: 16px !important; } }

.inst-item__name.item-contact { position: relative; padding-left: 25px; }

.inst-item__name.item-contact::before { content: '\e910'; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: red; font-size: 20px; font-size: 16px; }

.inst-item .icon-band { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.inst-item .icon-band .icon-activity { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.inst-item .icon-band .icon-activity:not(:last-child) { margin-right: 10px; }

.inst-item .icon-band svg { height: 25px; width: 25px; }

.inst-item__address { margin-bottom: 10px; color: rgba(64, 64, 64, 0.75); font-size: 14px; font-weight: 400; }

.inst-item__phone { margin-bottom: 10px; color: rgba(64, 64, 64, 0.75); font-size: 14px; }

.inst-item__phone .iconReactLeafletGroup { margin-right: 5px; color: red; font-size: 11px; }

.inst-item:hover { background-color: #f5f5f5; }

.map__wrapper .leaflet-marker-icon { position: relative; }

.map__wrapper .leaflet-marker-icon .picto { position: absolute; width: 26px; height: 26px; top: 10px; left: 11px; }

.map__wrapper .map-legend { display: -webkit-box; display: -ms-flexbox; display: flex; top: auto; right: auto; bottom: 0; left: 0; padding: 10px; background-color: white; width: 100%; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }

@media print, screen and (min-width: 64em) { .map__wrapper .map-legend { width: auto; -webkit-box-pack: normal; -ms-flex-pack: normal; justify-content: normal; } }

.map__wrapper .map-legend .legend-item { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.map__wrapper .map-legend .legend-item:not(:last-child) { margin-right: 15px; }

.map__wrapper .map-legend .legend-title { font-size: 14px; }

.map__wrapper .map-legend .legend-icon { margin-right: 5px; width: 20px; height: 20px; }

.map__wrapper .map-legend .legend-icon svg { width: 20px; height: 20px; }

.map__wrapper .map-to-list__btn { padding: 15px 30px !important; border-radius: 5px !important; background-color: #2A436B !important; color: white !important; font-size: 16px; font-weight: 600; text-transform: uppercase; white-space: nowrap; -webkit-transform: translate(-50%, -40%) scale(1.1) !important; -ms-transform: translate(-50%, -40%) scale(1.1) !important; transform: translate(-50%, -40%) scale(1.1) !important; }

.custom-marker-cluster svg { fill: #020c3f; }

.cluster-icon__child-count { position: absolute; z-index: 200; left: 50% !important; top: 31% !important; -webkit-transform: translateX(-50%) !important; -ms-transform: translateX(-50%) !important; transform: translateX(-50%) !important; color: #fff; font-size: 12px; line-height: 100%; }

.subfilter-wrapper { display: none; }

.fiterlist-wrapper-custom .generic-filter-button-container { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; padding: 10px; gap: 8px; width: 100%; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper-custom .generic-filter-button-container { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 24px 10px; } }

.fiterlist-wrapper-custom .generic-filter-button-container .btn-reset { background-color: #8CB8D1; color: white; border: none; cursor: pointer; height: 40px; width: 100%; border-radius: 30px; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper-custom .generic-filter-button-container .btn-reset { border-radius: 100%; width: 40px; } }

.fiterlist-wrapper-custom .generic-filter-button-container .btn-reset:hover { background-color: #8CB8D1d1; }

.fiterlist-wrapper-custom .generic-filter-button-container .generic-filter-button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 4px; padding: 0 24px; border: none; border-radius: 24px; color: white; font-weight: bold; font-size: 12px; cursor: pointer; -webkit-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper-custom .generic-filter-button-container .generic-filter-button { -webkit-box-pack: normal !important; -ms-flex-pack: normal !important; justify-content: normal !important; } }

.fiterlist-wrapper-custom .generic-filter-button-container .generic-filter-button .picto-container { width: 24px; height: 24px; }

.fiterlist-wrapper-custom .generic-filter-button-container .active { opacity: 100%; }

.fiterlist-wrapper-custom .generic-filter-button-container .disable { opacity: 40%; }

.fiterlist-wrapper-custom .generic-filter-button-container .developpement-de-proximite { background-color: #598F97; text-wrap: wrap; }

.fiterlist-wrapper-custom .generic-filter-button-container .developpement-de-proximite span { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; max-width: 125px; }

.fiterlist-wrapper-custom .generic-filter-button-container .education { background-color: #78A341; }

.fiterlist-wrapper-custom .generic-filter-button-container .sante { background-color: #2A436B; }

.fiterlist-wrapper-custom .generic-filter-button-container .developpement-de-proximite:hover { background-color: #598f97d1; }

.fiterlist-wrapper-custom .generic-filter-button-container .education:hover { background-color: #79a341d1; }

.fiterlist-wrapper-custom .generic-filter-button-container .sante:hover { background-color: #2A436Bd1; }

.filters-bottom-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; position: fixed; bottom: 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding: 10px 20px; background-color: transparent; }

.fiterlist-wrapper { height: 100%; width: 100%; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper { padding-bottom: 0; } }

.fiterlist-wrapper .overlay-scrollbar { max-height: 90%; }

.fiterlist-wrapper .fiterlist-wrapper { height: 100%; padding-bottom: 150px !important; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper .fiterlist-wrapper { padding-bottom: 0; } }

.fiterlist-wrapper .fiterlist-wrapper .overlay-scrollbar { max-height: 90%; }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .search-input__wrapper { width: 100%; }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .btns-wrapper { margin-right: 15px; }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .geosearch-results { position: absolute; top: 11%; z-index: 9999; background-color: white; left: 0; right: 0; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .geosearch-results { top: 24%; } }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .geosearch-results ul { padding: 0 10px; }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .geosearch-results .result-item { list-style: none; padding: 10px 0; }

.fiterlist-wrapper .fiterlist-wrapper .filter-searchgeoloc-container .geosearch-results .result-item:not(:first-child) { border-top: 1px solid #e4e4e8; }

.fiterlist-wrapper .map-header { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; padding-left: 20px; background-color: #f9f9f9; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper .map-header { padding-bottom: 0; } }

.fiterlist-wrapper .map-header .btns-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }

.fiterlist-wrapper .map-header .search-input__wrapper { width: 100%; max-width: 450px; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper .map-header .search-input__wrapper { width: 35%; } }

.fiterlist-wrapper .map-header .search-input__wrapper .search-input { border-bottom: 2px solid red; }

.fiterlist-wrapper .map-header .search-input__wrapper .search-input::-webkit-input-placeholder { font-size: 12px; }

.fiterlist-wrapper .map-header .search-input__wrapper .search-input::-moz-placeholder { font-size: 12px; }

.fiterlist-wrapper .map-header .search-input__wrapper .search-input:-ms-input-placeholder { font-size: 12px; }

.fiterlist-wrapper .map-header .search-input__wrapper .search-input::-ms-input-placeholder { font-size: 12px; }

.fiterlist-wrapper .map-header .search-input__wrapper .search-input::placeholder { font-size: 12px; }

.fiterlist-wrapper .geolocalisation-btn { height: auto; padding: 5px 10px; border: 2px solid green; border-radius: 5px; background-color: red; font-size: 14px; font-weight: 600; color: black; }

.fiterlist-wrapper .geolocalisation-btn:hover { background: red; }

.fiterlist-wrapper .geolocalisation-btn .icon { font-size: 20px; }

.fiterlist-wrapper .more-infos { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 10px; padding: 5px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border-radius: 5px; background-color: green; color: red; font-size: 14px; text-decoration: none !important; }

.fiterlist-wrapper .more-infos .icon { margin-right: 5px; font-size: 14px; }

.fiterlist-wrapper .more-infos:hover { background-color: red; color: red; }

.fiterlist-wrapper .itinerary { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 3px; border: 2px solid green; border-radius: 5px; font-size: 14px; text-decoration: none; color: black; }

.fiterlist-wrapper .itinerary .iconReactLeafletmarker { margin-right: 5px; font-size: 14px; }

.fiterlist-wrapper .distance-to { display: none; position: absolute; right: 20px; bottom: 10px; color: red; font-size: 12px; white-space: nowrap; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper .distance-to { display: block; } }

.fiterlist-wrapper .distance-to .geosearch-results ul { padding: 0 !important; }

.fiterlist-wrapper .distance-to .geosearch-results li { margin-bottom: 0; padding: 10px !important; -webkit-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; cursor: pointer; }

.fiterlist-wrapper .distance-to .geosearch-results li::before { content: none; }

.fiterlist-wrapper .distance-to .geosearch-results li:hover { background-color: #f5f5f5 !important; }

.fiterlist-wrapper .iconReactLeafletsearch::before { color: #D1D5DB; }

.fiterlist-wrapper .leaflet-top .leaflet-control { margin-top: var(--header-height, 100px) !important; }

@media print, screen and (min-width: 64em) { .fiterlist-wrapper .leaflet-top .leaflet-control { margin-top: 20px !important; } }

.my-marker-popup { z-index: -1; width: -webkit-max-content !important; width: -moz-max-content !important; width: max-content !important; }

.my-marker-popup .leaflet-popup-content-wrapper { -webkit-transform: translateY(-30px) !important; -ms-transform: translateY(-30px) !important; transform: translateY(-30px) !important; border-radius: 0 !important; padding: 12px 8px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; cursor: pointer; }

.my-marker-popup .leaflet-popup-content-wrapper .leaflet-popup-content { margin: 0; }

.my-marker-popup .leaflet-popup-content-wrapper .my-marker-popup-container-title { color: white; text-decoration: none !important; padding: 12px 24px !important; font-size: 14px; }

.my-marker-popup .leaflet-popup-tip-container { display: none !important; }

.my-marker-popup .leaflet-popup-close-button { top: -30px !important; }

.my-marker-popup .leaflet-popup-content-wrapper:hover .my-marker-popup-container-title { cursor: pointer !important; }

.leaflet-control-zoom { top: 60px; }

@media print, screen and (min-width: 64em) { .leaflet-control-zoom { top: 0; } }

.empty-data-container { margin: 10px; font-family: inherit; }

.empty-data-container span { font-family: inherit; }

.glanum-leaflet-react .glanum-leaflet__wrapper { -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 30px; }

.glanum-leaflet-react .glanum-leaflet__wrapper .glanum-leaflet__content { width: 100%; }

@media print, screen and (min-width: 48em) { .glanum-leaflet-react .glanum-leaflet__wrapper { padding: 0 15px; }
  .glanum-leaflet-react .glanum-leaflet__wrapper .glanum-leaflet__content { width: 100%; } }

@media print, screen and (min-width: 62em) { .glanum-leaflet-react .glanum-leaflet__wrapper { padding: 0; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-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); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

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

/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { left: auto; right: -25px; }

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { left: -25px; right: auto; }

.slick-next:before { content: "→"; }

[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=style.css.map */
