@charset "UTF-8";
/* Repertory of all the Sass files */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800|Playfair+Display:700,900");
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/foundation/6.5.1/css/foundation.css');*/
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');*/
/*@import url('//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css');*/
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
/*VENDORS*/
/*@import "foundation";*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }

.wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px; }

@media (min-width: 765px) {
  .wp-block-column:first-child {
    margin-left: 0;
    margin-right: 10px; }
  .wp-block-column:nth-child(2) {
    margin-right: 0;
    margin-left: 10px; } }

@media (max-width: 764px) {
  .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .wp-block-column:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .wp-block-column {
    margin: 0; } }

@media (max-width: 478px) {
  .wp-block-columns {
    display: block; }
  .wp-block-column {
    margin: 10px 0; } }

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

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: 3px; }

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

.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: 3px;
  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; }

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: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

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

a:hover, a:focus {
  color: #258faf; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem 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.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

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

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

cite:before {
  content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px; }

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

.lead {
  font-size: 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: 40em) {
  .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; } }

.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: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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: #fefefe;
  -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;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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: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: 3px; }

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

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

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

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

::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

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

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 3px 3px 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: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -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 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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 -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -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;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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: #fefefe;
  -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;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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: #c60f13;
  background-color: #f8e6e7; }

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

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

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

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }

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

.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: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .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.99875em) {
  .show-for-large {
    display: none !important; } }

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

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-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;
  border: 0; }

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-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-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2ba6cb;
  color: #fefefe; }

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

.button:hover, .button:focus {
  background-color: #258dad;
  color: #fefefe; }

.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: #2ba6cb;
  color: #0a0a0a; }

.button.primary:hover, .button.primary:focus {
  background-color: #2285a2;
  color: #0a0a0a; }

.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #bababa;
  color: #0a0a0a; }

.button.alert {
  background-color: #c60f13;
  color: #fefefe; }

.button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe; }

.button.success {
  background-color: #5da423;
  color: #0a0a0a; }

.button.success:hover, .button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a; }

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

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

.button.body-font {
  background-color: #222222;
  color: #fefefe; }

.button.body-font:hover, .button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button.header {
  background-color: #222222;
  color: #fefefe; }

.button.header:hover, .button.header:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.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: #2ba6cb;
  color: #fefefe; }

.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: #2ba6cb;
  color: #0a0a0a; }

.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: #e9e9e9;
  color: #0a0a0a; }

.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: #c60f13;
  color: #fefefe; }

.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: #5da423;
  color: #0a0a0a; }

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

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

.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
  background-color: #222222;
  color: #fefefe; }

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

.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
  background-color: #222222;
  color: #fefefe; }

.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

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

.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

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

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

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

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

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

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

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

.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423; }

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

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

.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.body-font {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.body-font:hover, .button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111; }

.button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled], .button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.header {
  border: 1px solid #222222;
  color: #222222; }

.button.hollow.header:hover, .button.hollow.header:focus {
  border-color: #111111;
  color: #111111; }

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

.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb; }

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

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

.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 #2ba6cb;
  color: #2ba6cb; }

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

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

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

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

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

.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.alert {
  border: 1px solid #c60f13;
  color: #c60f13; }

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

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

.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.clear.success {
  border: 1px solid #5da423;
  color: #5da423; }

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

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

.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.body-font {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.body-font:hover, .button.clear.body-font:focus {
  border-color: #111111;
  color: #111111; }

.button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222; }

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

.button.clear.header {
  border: 1px solid #222222;
  color: #222222; }

.button.clear.header:hover, .button.clear.header:focus {
  border-color: #111111;
  color: #111111; }

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

.button.clear.header, .button.clear.header.disabled, .button.clear.header[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header: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: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em; }

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #2ba6cb; }

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #e9e9e9; }

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #c60f13; }

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #5da423; }

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

.button.dropdown.hollow.body-font::after, .button.dropdown.clear.body-font::after {
  border-top-color: #222222; }

.button.dropdown.hollow.header::after, .button.dropdown.clear.header::after {
  border-top-color: #222222; }

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

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

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

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

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

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

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

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -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;
  -webkit-flex: 0 0 auto;
  -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;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a; }

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2285a2;
  color: #0a0a0a; }

.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a; }

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #bababa;
  color: #0a0a0a; }

.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe; }

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe; }

.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a; }

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #4a831c;
  color: #0a0a0a; }

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

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

.button-group.body-font .button {
  background-color: #222222;
  color: #fefefe; }

.button-group.body-font .button:hover, .button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.header .button {
  background-color: #222222;
  color: #fefefe; }

.button-group.header .button:hover, .button-group.header .button:focus {
  background-color: #1b1b1b;
  color: #fefefe; }

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -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;
  -webkit-flex: 0 0 100%;
  -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; }

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

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

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

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

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

.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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  -o-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: 3px;
  background-color: #2ba6cb;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: #258dad; }

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  -o-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%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -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: 3px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  -o-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: 3px;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: ''; }

input:checked ~ .switch-paddle {
  background: #2ba6cb; }

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: 0.625rem; }

.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: 0.75rem; }

.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: 1rem; }

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

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

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

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: 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: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

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

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

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -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;
  -webkit-flex-flow: row nowrap;
  -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;
  -webkit-flex-flow: column nowrap;
  -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 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-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;
  -webkit-flex-flow: column nowrap;
  -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 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center; }

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe; }

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe; }

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

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

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

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

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

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

.is-drilldown li {
  display: block; }

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

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

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: 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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > 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 #2ba6cb;
  right: 1rem;
  left: auto; }

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

.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 #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.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: #2ba6cb transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem; }

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

.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;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb 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;
  border: 0; }

.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: #2ba6cb transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

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

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2ba6cb; }

.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 {
  top: 0;
  right: 100%;
  left: auto; }

.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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 5px; }

.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 #2ba6cb; }

@media print, screen and (min-width: 40em) {
  .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: #2ba6cb 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 {
    top: 0;
    right: 100%;
    left: auto; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
    right: auto;
    left: 5px; }
  .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 #2ba6cb; } }

@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: #2ba6cb 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 {
    top: 0;
    right: 100%;
    left: auto; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent;
    right: auto;
    left: 5px; }
  .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 #2ba6cb; } }

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

.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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  right: auto;
  left: 5px; }

.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 #2ba6cb; }

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

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex: 1 1 0px;
  -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; }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -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;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -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;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -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;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -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;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

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

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

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  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: #2ba6cb; }

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

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

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

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

.pagination::after {
  clear: both; }

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none; }

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

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

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a; }

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

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ba6cb;
  color: #fefefe;
  cursor: default; }

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

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

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a; }

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

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

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

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

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

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

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

.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: #fefefe;
  color: #0a0a0a; }

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

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

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

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

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

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

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

.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;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 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;
  -o-transition: 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(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 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;
  -o-transition: 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(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 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(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 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(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 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(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 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(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 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;
  -o-transition: 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: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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 print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .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: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .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; } }

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

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -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: #2ba6cb; }

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

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #299ec1; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb; }

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0; }

.tabs-title > a:hover {
  background: #fefefe;
  color: #258faf; }

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

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  -o-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; }

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

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

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

.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a; }

.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a; }

.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a; }

.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a; }

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

.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a; }

.callout.header {
  background-color: #dedede;
  color: #0a0a0a; }

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }

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

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

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

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

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

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

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

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

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

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -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 screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .stack-for-small .media-object-section img {
    width: 100%; } }

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll; }

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

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  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: 40em) {
  .reveal {
    min-height: 0; } }

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

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

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

.reveal.collapse {
  padding: 0; }

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

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

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

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

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

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

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

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

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

thead {
  background: #f8f8f8;
  color: #0a0a0a; }

tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

thead tr,
tfoot tr {
  background: transparent; }

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

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

@media screen and (max-width: 63.99875em) {
  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: #f3f3f3; }

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

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

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

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

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

.badge.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.badge.alert {
  background: #c60f13;
  color: #fefefe; }

.badge.success {
  background: #5da423;
  color: #0a0a0a; }

.badge.warning {
  background: #ffae00;
  color: #0a0a0a; }

.badge.body-font {
  background: #222222;
  color: #fefefe; }

.badge.header {
  background: #222222;
  color: #fefefe; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe; }

.label.primary {
  background: #2ba6cb;
  color: #0a0a0a; }

.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.label.alert {
  background: #c60f13;
  color: #fefefe; }

.label.success {
  background: #5da423;
  color: #0a0a0a; }

.label.warning {
  background: #ffae00;
  color: #0a0a0a; }

.label.body-font {
  background: #222222;
  color: #fefefe; }

.label.header {
  background: #222222;
  color: #fefefe; }

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

.progress.primary .progress-meter {
  background-color: #2ba6cb; }

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

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

.progress.success .progress-meter {
  background-color: #5da423; }

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

.progress.body-font .progress-meter {
  background-color: #222222; }

.progress.header .progress-meter {
  background-color: #222222; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px; }

.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: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.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: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }

.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 #0a0a0a;
  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: #0a0a0a 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 #0a0a0a;
  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 #0a0a0a 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%; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  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%; }

.orbit {
  position: relative; }

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

.orbit-slide {
  width: 100%;
  position: absolute; }

.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(10, 10, 10, 0.5);
  color: #fefefe; }

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

[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(10, 10, 10, 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; }

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

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: 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(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

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

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

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

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -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: -0.9375rem;
  margin-left: -0.9375rem; }

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

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

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

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

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

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

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

.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: 0.9375rem;
  padding-left: 0.9375rem; }

.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;
  margin-right: 0;
  margin-left: 0; }

.small-uncentered, .small-uncentered:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-pull-0,
.small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none; }

.small-uncentered:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-pull-0:last-child:not(:first-child) {
  float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .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.28571%; }
  .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: 0.9375rem;
    padding-left: 0.9375rem; }
  .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;
    margin-right: 0;
    margin-left: 0; }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
  .medium-push-0,
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0,
  .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .medium-uncentered:last-child:not(:first-child),
  .medium-push-0:last-child:not(:first-child),
  .medium-pull-0:last-child:not(:first-child) {
    float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .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.28571%; }
  .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: 0.9375rem;
    padding-left: 0.9375rem; }
  .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;
    margin-right: 0;
    margin-left: 0; }
  .large-uncentered, .large-uncentered:last-child:not(:first-child),
  .large-push-0,
  .large-push-0:last-child:not(:first-child),
  .large-pull-0,
  .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .large-uncentered:last-child:not(:first-child),
  .large-push-0:last-child:not(:first-child),
  .large-pull-0:last-child:not(:first-child) {
    float: right; } }

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

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

.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: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  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: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  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; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
  -o-transition-duration: 750ms !important;
  transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
  -o-transition-duration: 250ms !important;
  transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  -o-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
  -o-transition-delay: 700ms !important;
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*******************************************************/
/* tarteaucitron */
/*******************************************************/
/*COLORS COOKIE NOTICE - RGPD*/
body:not(.page-id-3):not(.page-id-32):not(.page-id-33) #tarteaucitronAlertSmall {
  display: none !important; }

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronPercentage,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background: #E44139 !important; }

#tarteaucitronAlertBig {
  background-color: rgba(0, 0, 0, 0.8) !important; }

#tarteaucitronDisclaimerAlert, #tarteaucitronDisclaimerAlert strong, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #fff !important; }

#tarteaucitronAlertSmall {
  background-color: rgba(0, 0, 0, 0.5) !important; }

#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border-radius: 3px !important; }

/*RENDRE BLANC TOUTE L'4'INTERFACE*/
html body#body {
  /*Panneau de configuration*/
  /*Banner cookie notice - bas*/
  /*Banner cookie notice - centrée*/
  /*Banner cookie notice - haute*/
  /*Notice coin bas droite*/ }
  html body#body div#tarteaucitronServices {
    -webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.2) !important; }
  html body#body #tarteaucitronRoot li.tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #E44139 !important; }
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    background: #f2f2f2 !important;
    padding-bottom: 10px; }
  html body#body #tarteaucitronRoot button.tarteaucitronAllow,
  html body#body #tarteaucitronRoot #tarteaucitronDotGreen {
    background-color: #6ba26d !important; }
  html body#body #tarteaucitronRoot button.tarteaucitronDeny,
  html body#body #tarteaucitronRoot #tarteaucitronDotRed {
    background-color: #E44139 !important; }
  html body#body #tarteaucitronRoot #tarteaucitronAlertBig,
  html body#body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    background-color: #ffffff !important; }
  html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesNumber,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
  html body#body #tarteaucitronAlertBig,
  html body#body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
  html body#body #tarteaucitronAlertSmall,
  html body#body .tac_activate,
  html body#body .tac_activate .tac_float,
  html body#body .tac_activate .tac_float b,
  html body#body #tarteaucitron #tarteaucitronClosePanel,
  html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
  html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle,
  html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle:hover,
  html body#body #tarteaucitron #tarteaucitronInfo,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
  html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover, html body#body div#tarteaucitronServices,
  html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    color: #494949 !important; }
  html body#body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  html body#body #tarteaucitron #tarteaucitronPrivacyUrl,
  html body#body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
  html body#body #tarteaucitronRoot #tarteaucitronPrivacyUrl {
    margin-bottom: 0px !important;
    margin-left: 3px !important;
    padding: 7px 10px !important;
    font-size: 14px !important; }

/*@import "theme";*/
/* Variables couleurs */
/*ROUGE*/
/*ROSE*/
/*GRIS FONCE*/
/*GRIS TEXT*/
/*GRIS CLAIR*/
/*GRIS TRES CLAIR*/
.gradient_skew, .section_CTA .CTA .link_absolute, .listing_blog .vignette_blog .img_container:before, .prev_next_posts .box_text, .section_promo_steelcase:before, .vignette_marque:after {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 ); }

* {
  outline: none; }

a {
  cursor: pointer; }

.link_absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*border: 1px solid red;*/
  text-indent: -99999px;
  border: none !important;
  cursor: pointer;
  z-index: 50;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900; }
  .link_absolute:hover, .link_absolute:active, .link_absolute:focus {
    border: none !important;
    cursor: pointer; }
  .link_absolute.visible_text {
    text-indent: initial; }

.transition, footer a,
p a, h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, a a, li a, span a, .download_link a, .btn, .wpcf7-submit,
.search-submit,
.fancybox-content .mc4wp-form-fields input[type="submit"],
.wp-block-button__link, .mc4wp-form-fields input[type="submit"],
.bg_red .wpcf7-form input[type="submit"], .bg_btn_red, .bg_btn_white, .btn_red, .btn_white, .bg_red .wpcf7-submit, .cn-set-cookie,
.cn-button, .fleche_btn_rouge:after, .fleche_btn_blanc:after, .bg_btn_red a:after, .btn_white a:after, .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit:after, .bg_btn_white a:after, .btn_red a:after, .is-menu svg path, .search-close, .menu .btn a, .menu .wpcf7-submit a, .menu .search-submit a, .menu .wp-block-button__link a, .menu .mc4wp-form-fields input[type="submit"] a, .mc4wp-form-fields .menu input[type="submit"] a, .menu .bg_red .wpcf7-form input[type="submit"] a, .bg_red .wpcf7-form .menu input[type="submit"] a, .menu .bg_btn_red a, .menu .bg_btn_white a, .menu .btn_red a, .menu .btn_white a, .menu .cn-set-cookie a, .menu .cn-button a, body.is_scrolled .site-header .menu .btn a, body.is_scrolled .site-header .menu .wpcf7-submit a, body.is_scrolled .site-header .menu .search-submit a, body.is_scrolled .site-header .menu .wp-block-button__link a, body.is_scrolled .site-header .menu .mc4wp-form-fields input[type="submit"] a, .mc4wp-form-fields body.is_scrolled .site-header .menu input[type="submit"] a, body.is_scrolled .site-header .menu .bg_btn_red a, body.is_scrolled .site-header .menu .bg_btn_white a, body.is_scrolled .site-header .menu .btn_red a, body.is_scrolled .site-header .menu .btn_white a, body.is_scrolled .site-header .menu .cn-set-cookie a, body.is_scrolled .site-header .menu .cn-button a, .slider_arrow .slick-arrow,
.gallery .slick-arrow {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.35, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.35, 1); }

.slow_transition, .section_CTA .CTA .link_absolute, .section_CTA .CTA img, .vignette_espace .img_container, .vignette_blog .inner_vignette,
.vignette_job .inner_vignette, .section_CTA .CTA .img_container img,
.prev_next_posts .bloc_post .img_container img,
.vignette_steelcase .img_container img,
.vignette_marque .img_container img, .archive_vignette img, .vignette_produit .img_container img,
a.hover_more .img_container img,
a.hover_more_video .img_container img,
.cat_prod_lie .img_container img, .vignette_produit .img_container:after,
a.hover_more .img_container:after,
a.hover_more_video .img_container:after,
.cat_prod_lie .img_container:after, .gallery-icon a img, .gallery-icon a:after {
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.35, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.35, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.35, 1); }

section {
  position: relative;
  background-color: #ffffff; }
  section:first-of-type {
    margin-top: 25px; }
    section:first-of-type.intro_centered {
      padding: 100px 0; }
    section:first-of-type.first_section_margin {
      padding: 100px 0; }

aside section:first-of-type {
  margin-top: 0px; }

.section {
  padding: 150px 0; }

.row {
  max-width: 1440px;
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto; }

.bg_grey {
  background-color: #3C3C3B; }

.bg_lightgrey {
  background-color: #e8e8e8; }

.bg_contain, aside ul li:before,
aside .widget ul  li:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.bg_cover, .vignette_pub .inner_vignette {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

ul.no_list, .site-header .wpml-ls-current-language ul.sub-menu, .site-header .wpml-ls-current-language:hover ul.sub-menu, aside ul,
aside .widget ul  {
  list-style: none;
  margin: 0;
  padding: 0; }

ul, ul.list {
  margin-left: 25px; }

.vertical_align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ta_center {
  display: block;
  text-align: center;
  margin: 0 auto; }

.img_container {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .img_container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .img_container.section_img_full img {
    -o-object-fit: cover;
    object-fit: cover; }

.section_img_full {
  height: 350px; }

*.no_padding {
  padding: 0 !important; }

.empty {
  height: 100px;
  margin-top: 50px; }

.intro_centered {
  text-align: center;
  padding: 100px 0; }
  .intro_centered blockquote {
    text-align: left; }

.intro_notcentered {
  padding: 100px 0; }
  .intro_notcentered blockquote {
    text-align: left; }

.margin-top-50 {
  margin-top: 50px; }

.no_margin {
  margin: 0; }

.box_text {
  padding: 50px 0.9375rem; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

body {
  color: #545453;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans', sans-serif;
  color: #E44139;
  font-weight: 900; }

.white_text h1, .white_text .h1, .white_text h2, .white_text .h2, .white_text h3, .white_text .h3, .white_text h4, .white_text .h4, .white_text h5, .white_text .h5, .white_text h6, .white_text .h6, .white_text p, .white_text a, .white_text li, .white_text span, .white_text strong,
.bg_red h1,
.bg_red .h1,
.bg_red h2,
.bg_red .h2,
.bg_red h3,
.bg_red .h3,
.bg_red h4,
.bg_red .h4,
.bg_red h5,
.bg_red .h5,
.bg_red h6,
.bg_red .h6,
.bg_red p,
.bg_red a,
.bg_red li,
.bg_red span,
.bg_red strong {
  color: #ffffff; }

.is-highlight {
  color: #E44139; }

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

.home .banner h1, .home .banner .h1 {
  font-size: 134px;
  color: #ffffff; }

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

h3, .h3 {
  font-size: 32px;
  font-family: 'Playfair Display', serif; }

.sans-serif {
  font-family: 'Open Sans', sans-serif !important; }

h4, .h4 {
  font-size: 24px;
  font-family: 'Playfair Display', serif; }

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

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

.home .banner h1, .home .banner .h1 {
  font-size: 154px;
  line-height: 130px;
  color: #ffffff; }

article h1, article .h1 {
  font-size: 28px; }

article h2, article .h2 {
  font-size: 24px;
  color: #545453; }

article h3, article .h3 {
  font-size: 20px;
  color: #545453;
  font-family: 'Open Sans', sans-serif; }

article h4, article .h4 {
  font-size: 18px;
  color: #545453;
  font-family: 'Open Sans', sans-serif; }

article h5, article .h5 {
  font-size: 16px;
  color: #545453; }

article h6, article .h6 {
  font-size: 14px;
  color: #545453; }

.article h1, .article .h1,
.article h2, .article .h2,
.article h3, .article .h3,
.article h4, .article .h4,
.article h5, .article .h5,
.article h6, .article .h6,
.listing_blog .vignette_blog .inner_vignette h1,
.listing_blog .vignette_blog .inner_vignette .h1,
.listing_blog .vignette_blog .inner_vignette h2,
.listing_blog .vignette_blog .inner_vignette .h2,
.listing_blog .vignette_blog .inner_vignette h3,
.listing_blog .vignette_blog .inner_vignette .h3,
.listing_blog .vignette_blog .inner_vignette h4,
.listing_blog .vignette_blog .inner_vignette .h4,
.listing_blog .vignette_blog .inner_vignette h5,
.listing_blog .vignette_blog .inner_vignette .h5,
.listing_blog .vignette_blog .inner_vignette h6,
.listing_blog .vignette_blog .inner_vignette .h6 {
  font-size: 16px;
  color: #545453;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

.article .title,
.listing_blog .vignette_blog .inner_vignette .title {
  font-size: 24px;
  color: #E44139;
  font-family: 'Playfair Display', serif;
  /*font-size: 28px;*/ }

.listing_blog .vignette_blog .inner_vignette .title {
  font-size: 24px;
  color: #E44139;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.listing_blog .vignette_blog .inner_vignette strong {
  font-weight: 500; }

strong {
  font-weight: 600;
  color: #3c3c3c; }

.fiche_produit_box_infos h2,
.fiche_produit_box_infos h3,
.fiche_produit_box_infos h4,
.fiche_produit_box_infos h5,
.fiche_produit_box_infos h6 {
  color: #E44139;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0 10px 0; }

.fiche_produit_box_infos h2, .fiche_produit_box_infos h3 {
  font-size: 18px; }

.fiche_produit_box_infos h4, .fiche_produit_box_infos h5, .fiche_produit_box_infos h6 {
  font-size: 16px; }

/*liens dans les contenus*/
footer a,
p a {
  text-decoration: none; }

footer a {
  color: #3C3C3B; }
  footer a:hover, footer a:active, footer a:focus {
    color: #E44139; }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, p a, a a, li a, span a {
  color: #E44139; }
  h1 a:hover, h1 a:active, h1 a:focus, .h1 a:hover, .h1 a:active, .h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, .h2 a:hover, .h2 a:active, .h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, .h3 a:hover, .h3 a:active, .h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, .h4 a:hover, .h4 a:active, .h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, .h5 a:hover, .h5 a:active, .h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus, .h6 a:hover, .h6 a:active, .h6 a:focus, p a:hover, p a:active, p a:focus, a a:hover, a a:active, a a:focus, li a:hover, li a:active, li a:focus, span a:hover, span a:active, span a:focus {
    color: #3C3C3B; }

.download_link {
  display: block;
  width: auto;
  float: none;
  margin-bottom: 10px; }
  .download_link a {
    color: #E44139; }
    .download_link a:hover, .download_link a:active, .download_link a:focus {
      color: #3C3C3B; }
  .download_link:before {
    content: '';
    display: inline-block;
    float: left;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    background-image: url("./img/arrow-download.svg");
    background-repeat: no-repeat;
    background-size: contain; }

/*HOVER LIENS*/
.download_link a,
a.link,
p a,
.fancybox-content a {
  border-bottom: 1px solid transparent; }
  .download_link a:hover, .download_link a:active, .download_link a:focus,
  a.link:hover,
  a.link:active,
  a.link:focus,
  p a:hover,
  p a:active,
  p a:focus,
  .fancybox-content a:hover,
  .fancybox-content a:active,
  .fancybox-content a:focus {
    color: #E44139; }

.fancybox-content a,
form a {
  color: #E44139;
  border-bottom: 1px solid transparent; }
  .fancybox-content a:hover, .fancybox-content a:active, .fancybox-content a:focus,
  form a:hover,
  form a:active,
  form a:focus {
    border-bottom: 1px solid #E44139;
    color: #E44139; }

/*.btn {
	@extend .transition;
	min-width: 200px;
	max-width: 100%;
	display: inline-block;
	text-align: left !important;
	background-color: inherit;
	border-radius: 0;
	border: none;
	font-family: "Playfair Display", Arial, serif;
	font-size: 16px;
	margin-right: 10px;
}*/
.btn, .wpcf7-submit,
.search-submit,
.fancybox-content .mc4wp-form-fields input[type="submit"],
.wp-block-button__link, .mc4wp-form-fields input[type="submit"],
.bg_red .wpcf7-form input[type="submit"], .bg_btn_red, .bg_btn_white, .btn_red, .btn_white, .bg_red .wpcf7-submit, .cn-set-cookie,
.cn-button {
  min-width: 200px;
  max-width: 100%;
  display: inline-block;
  margin-right: 10px;
  pointer-events: visible; }
  .btn a, .wpcf7-submit a, .search-submit a, .fancybox-content .mc4wp-form-fields input[type="submit"] a, .wp-block-button__link a, .mc4wp-form-fields input[type="submit"] a, .bg_red .wpcf7-form input[type="submit"] a, .bg_btn_red a, .bg_btn_white a, .btn_red a, .btn_white a, .bg_red .wpcf7-submit a, .cn-set-cookie a, .cn-button a {
    display: block;
    text-align: left !important;
    background-color: inherit;
    border-radius: 0;
    border: none;
    font-family: "Playfair Display", Arial, serif;
    font-size: 16px;
    padding: 10px 20px 10px 10px;
    pointer-events: visible; }

.menu .btn, .menu .wpcf7-submit,
.menu .search-submit,
.menu .wp-block-button__link, .menu .mc4wp-form-fields input[type="submit"], .mc4wp-form-fields .menu input[type="submit"],
.menu .bg_red .wpcf7-form input[type="submit"], .bg_red .wpcf7-form .menu input[type="submit"], .menu .bg_btn_red, .menu .bg_btn_white, .menu .btn_red, .menu .btn_white, .menu .cn-set-cookie,
.menu .cn-button {
  min-width: inherit;
  max-width: inherit; }
  .menu .btn a, .menu .wpcf7-submit a, .menu .search-submit a, .menu .wp-block-button__link a, .menu .mc4wp-form-fields input[type="submit"] a, .mc4wp-form-fields .menu input[type="submit"] a, .menu .bg_red .wpcf7-form input[type="submit"] a, .bg_red .wpcf7-form .menu input[type="submit"] a, .menu .bg_btn_red a, .menu .bg_btn_white a, .menu .btn_red a, .menu .btn_white a, .menu .cn-set-cookie a, .menu .cn-button a {
    background-color: #E44139;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-right: 0px;
    padding: 10px 25px; }

.wpcf7-submit,
.search-submit,
.fancybox-content .mc4wp-form-fields input[type="submit"],
.wp-block-button__link {
  background-color: #E44139;
  padding: 10px 25px;
  color: #ffffff;
  min-width: inherit;
  border: 1px solid #E44139;
  border-radius: 0; }
  .wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus,
  .search-submit:hover,
  .search-submit:active,
  .search-submit:focus,
  .fancybox-content .mc4wp-form-fields input[type="submit"]:hover,
  .fancybox-content .mc4wp-form-fields input[type="submit"]:active,
  .fancybox-content .mc4wp-form-fields input[type="submit"]:focus,
  .wp-block-button__link:hover,
  .wp-block-button__link:active,
  .wp-block-button__link:focus {
    background-color: #ffffff;
    color: #E44139; }

.mc4wp-form-fields input[type="submit"],
.bg_red .wpcf7-form input[type="submit"] {
  background-color: #ffffff;
  padding: 10px 25px;
  color: #E44139;
  min-width: inherit;
  border: 1px solid #ffffff;
  border-radius: 0; }
  .mc4wp-form-fields input[type="submit"]:hover, .mc4wp-form-fields input[type="submit"]:active, .mc4wp-form-fields input[type="submit"]:focus,
  .bg_red .wpcf7-form input[type="submit"]:hover,
  .bg_red .wpcf7-form input[type="submit"]:active,
  .bg_red .wpcf7-form input[type="submit"]:focus {
    background-color: #E44139;
    color: #ffffff; }

.fleche_btn_rouge:after, .fleche_btn_blanc:after, .bg_btn_red a:after, .btn_white a:after, .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit:after, .bg_btn_white a:after, .btn_red a:after {
  content: "";
  background-image: url("./img/arrow-right-red.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  margin-left: 35px;
  margin-right: 0;
  position: relative;
  right: 0; }

.fleche_btn_rouge:hover:after, .fleche_btn_blanc:hover:after, .bg_btn_red a:hover:after, .btn_white a:hover:after, .bg_red .wpcf7-submit a:hover:after, .bg_red .wpcf7-submit:hover:after, .bg_btn_white a:hover:after, .btn_red a:hover:after, .fleche_btn_rouge:active:after, .fleche_btn_blanc:active:after, .bg_btn_red a:active:after, .btn_white a:active:after, .bg_red .wpcf7-submit a:active:after, .bg_red .wpcf7-submit:active:after, .bg_btn_white a:active:after, .btn_red a:active:after, .fleche_btn_rouge:focus:after, .fleche_btn_blanc:focus:after, .bg_btn_red a:focus:after, .btn_white a:focus:after, .bg_red .wpcf7-submit a:focus:after, .bg_red .wpcf7-submit:focus:after, .bg_btn_white a:focus:after, .btn_red a:focus:after {
  right: -10px; }

.fleche_btn_blanc:after, .bg_btn_red a:after, .btn_white a:after, .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit:after {
  background-image: url("./img/arrow-right-white.svg"); }

/*bouton rouge avec fond - texte blanc*/
.bg_btn_red a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  background-color: #E44139;
  border: 1px solid #E44139; }

.bg_btn_red:hover a, .bg_btn_red:active a, .bg_btn_red:focus a {
  -webkit-box-shadow: 0 0 15px rgba(255, 99, 99, 0.2);
  box-shadow: 0 0 15px rgba(255, 99, 99, 0.2); }

/*bouton blanc avec fond - texte rouge*/
.bg_btn_white {
  border-bottom: 1px solid #ffffff; }
  .bg_btn_white a {
    background-color: #ffffff;
    width: 100%;
    display: inline-block;
    background-color: #ffffff; }

/*bouton sans fond - texte rouge*/
.btn_red {
  border-bottom: 1px solid #E44139; }
  .btn_red a {
    /*display: inline-block;*/
    color: #E44139; }

/*bouton sans fond - texte blanc*/
.btn_white, .bg_red .wpcf7-submit {
  border-bottom: 1px solid #ffffff; }
  .btn_white a, .bg_red .wpcf7-submit a {
    color: #ffffff;
    width: 100%;
    display: inline-block;
    display: inline-block; }

.bg_red .wpcf7-submit {
  color: #ffffff;
  padding: 5px 0; }

.cn-set-cookie,
.cn-button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #E44139;
  display: block;
  width: 250px;
  margin: 10px auto 0 auto !important;
  text-align: center;
  padding: 5px; }
  .cn-set-cookie:hover, .cn-set-cookie:active, .cn-set-cookie:focus,
  .cn-button:hover,
  .cn-button:active,
  .cn-button:focus {
    background-color: #E44139;
    color: #ffffff; }

.cookie-notice-container {
  padding: 25px; }
  .cookie-notice-container span {
    font-size: 14px;
    line-height: 1.2; }

blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
  font-weight: 600;
  color: #3C3C3B; }

.banner {
  /*background-image: url('./img/17-0080432.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .banner .slider_hp_photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .banner .banner_box_text {
    position: absolute;
    top: 50%;
    left: 0;
    /*transform: translateY(-50%);*/
    width: calc(1440px * 5/6);
    margin: 0 calc((100vw - 1440px) / 2); }
  .banner .h1 {
    margin-bottom: 75px;
    color: #ffffff;
    text-shadow: 0 0 32px rgba(0, 0, 0, 0.2); }

/*banner internes*/
.page-header.banner {
  position: relative;
  height: 500px; }
  .page-header.banner .banner_box_text {
    top: 75%;
    /*margin: 0;*/ }

.single-produit .page-header {
  overflow: hidden; }

.single-espaces .banner {
  height: 100%; }
  .single-espaces .banner .banner_box_text {
    display: none; }

header.banner {
  position: fixed; }

.single-produit {
  /*defaire le parralax*/
  /*Slider tailles differentes en fonction du type de photo mises*/ }
  .single-produit #headerfull {
    position: relative;
    height: 90vh; }
  .single-produit #headerfull header {
    /*position: relative;*/ }
  .single-produit #page {
    top: 0; }
  .single-produit .page-header {
    /*height: 100vh;*/ }
    .single-produit .page-header .banner {
      height: 90vh; }
    .single-produit .page-header .mid_size {
      width: 50%;
      float: right; }
      .single-produit .page-header .mid_size .img_container img {
        -o-object-fit: contain;
        object-fit: contain; }
    .single-produit .page-header .img_container img {
      -o-object-fit: cover;
      object-fit: cover; }

.slider_hp_text {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  z-index: 500;
  /*transform: translateY(-50%);*/
  /*border: 5px solid red;*/
  width: 100%;
  pointer-events: none; }
  .slider_hp_text .slick-list {
    height: 100%; }
  .slider_hp_text .slick-track {
    top: 35%; }

.slider_hp_photo,
.slider_hp_photo .slick-track,
.slider_hp_photo .slick-list {
  height: 100%; }

/*.header-paralax {*/
#headerfull {
  /*background-image: url('https://goo.gl/TiDA5i');*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: fixed;
  height: 500px;
  margin-top: 0;
  top: 0; }
  #headerfull .banner_box_text {
    position: relative !important;
    top: 0px !important;
    left: 0;
    /* width: calc(1440px * 5/6); */
    margin: 0 calc((100vw - 1440px) / 2);
    /*border: 5px solid red;*/
    height: 100%; }
    #headerfull .banner_box_text h1 {
      position: relative;
      top: 65%;
      line-height: 1.05;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      /*text-shadow: 0 0 32px rgba(0,0,0,.2);*/ }

.single-realisations #headerfull {
  height: 70vh; }

.single-realisations .page-header {
  height: 100%; }

.single-realisations .banner {
  height: 100%; }

.single-realisations #page {
  top: 70vh; }

.home #headerfull {
  height: 100vh; }
  .home #headerfull .banner_box_text h1 {
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; }

.home .page-header {
  height: 100%; }

.home .banner {
  height: 100%; }

.home #page {
  position: relative;
  top: 100vh; }

.home .banner_box_text {
  top: 200px !important;
  /*transform: translateY(-50%) !important;*/ }

#page {
  position: relative;
  top: 445px;
  background: #fff;
  overflow: hidden;
  z-index: 40; }

.post-type-archive-produit section:first-of-type,
.page-template-template-beaverbuilder section:first-of-type,
.page-template-template-produits section:first-of-type {
  margin-top: 0; }

.post-type-archive-produit #page,
.page-template-template-beaverbuilder #page,
.page-template-template-produits #page {
  top: inherit; }

.is-menu {
  position: relative; }
  .is-menu svg {
    position: relative;
    top: 3px; }
    .is-menu svg path {
      fill: #ffffff; }
  .is-menu:hover svg path, .is-menu:active svg path, .is-menu:focus svg path {
    fill: #E44139; }
  .is-menu [type='submit'] {
    display: none; }

.is-menu.full-width-menu form,
.is-menu.sliding form {
  width: 0;
  min-width: 0 !important;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: -3px;
  width: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.search-close {
  cursor: pointer;
  /*display: none;*/
  height: 20px;
  position: absolute;
  right: 0%;
  top: 3px;
  width: 20px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden; }

.is-menu form label {
  margin: 0;
  padding: 0; }
  .is-menu form label .screen-reader-text {
    display: none; }
  .is-menu form label input,
  .is-menu form label [type='search']:focus {
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.is-menu.open form {
  width: 310px !important;
  /*right: 20px;*/
  opacity: 1;
  visibility: visible;
  display: block; }

.is-menu.open svg path {
  fill: transparent; }

.is-menu.dropdown form[style="display: block;"] + .search-close,
.is-menu.full-width-menu.open .search-close,
.is-menu.sliding.open .search-close {
  /*display: block;*/
  opacity: 1;
  visibility: visible; }

.popup-search-close:before, .search-close:before {
  border-left: 2px solid #ffffff;
  content: '';
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.popup-search-close:after, .search-close:after {
  border-left: 2px solid #ffffff;
  content: '';
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/*search page*/
.searched_article {
  padding: 25px; }
  .searched_article .img_container {
    width: 20%;
    height: 100%;
    float: left;
    display: inline-block; }
  .searched_article .text_container {
    width: 80%;
    display: inline-block;
    padding: 20px; }

.search-results .searchbar_box {
  width: 100%;
  padding: 25px; }
  .search-results .searchbar_box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .search-results .searchbar_box label {
    -webkit-box-flex: 90;
    -ms-flex-positive: 90;
    flex-grow: 90;
    height: 100%;
    margin-right: 15px; }
    .search-results .searchbar_box label .search-field {
      padding-left: 15px;
      padding-right: 15px; }
  .search-results .searchbar_box input {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    height: 100%; }

/*SECTION CTA BEFORE FOOTER*/
.section_CTA {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 !important; }
  .section_CTA .CTA {
    height: 350px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden; }
    .section_CTA .CTA .title {
      position: absolute;
      top: 15px;
      left: 25px;
      color: #ffffff;
      font-size: 28px;
      font-family: 'Open Sans', sans-serif; }
    .section_CTA .CTA img {
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      transform: scale(1.01); }
    .section_CTA .CTA:hover a, .section_CTA .CTA:active a, .section_CTA .CTA:focus a {
      color: #ffffff; }
    .section_CTA .CTA:hover img, .section_CTA .CTA:active img, .section_CTA .CTA:focus img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .section_CTA.section_double_CTA .CTA:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border-left: 1px solid #ffffff; }
  .section_CTA.section_triple_CTA .CTA, .section_CTA.section_double_CTA .CTA {
    width: 33.3%; }
  .section_CTA.section_triple_CTA .CTA:nth-child(2),
  .section_CTA.section_triple_CTA .CTA:nth-child(3), .section_CTA.section_double_CTA .CTA:nth-child(2),
  .section_CTA.section_double_CTA .CTA:nth-child(3) {
    border-left: 1px solid #ffffff; }

.site-footer {
  background-color: #ffffff; }
  .site-footer:before {
    content: "";
    display: block;
    width: calc(100vw - ((100vw - 1440px) / 2));
    height: 1px;
    background-color: #E44139;
    margin-bottom: 50px; }
  .site-footer p, .site-footer a {
    margin: 5px 0;
    display: block; }
  .site-footer .site-title a {
    width: 200px;
    background-image: url(./img/alternativ-logo-red.png); }
  .site-footer .footer-bottom {
    width: 70%;
    margin: 0 auto;
    border-top: 1px solid #B0B0B0;
    margin-top: 25px;
    padding-top: 25px; }
    .site-footer .footer-bottom .sub-menu {
      display: none; }
  .site-footer .menu .social {
    /*a {
				text-indent: -999999px;
				width: 15px;
				height: 15px;
				background-repeat: no-repeat;
				background-size: contain;
				padding: 0;
				margin: 13px 7px 0px 7px;
				background-position: center;
			}*/ }
    .site-footer .menu .social.facebook a {
      background-image: url("./img/facebook-red.svg"); }
      .site-footer .menu .social.facebook a:hover, .site-footer .menu .social.facebook a:active, .site-footer .menu .social.facebook a:focus {
        background-image: url("./img/facebook-red.svg"); }
    .site-footer .menu .social.twitter a {
      background-image: url("./img/twitter-red.svg"); }
      .site-footer .menu .social.twitter a:hover, .site-footer .menu .social.twitter a:active, .site-footer .menu .social.twitter a:focus {
        background-image: url("./img/twitter-red.svg"); }
    .site-footer .menu .social.pinterest a {
      background-image: url("./img/pinterest-red.svg"); }
      .site-footer .menu .social.pinterest a:hover, .site-footer .menu .social.pinterest a:active, .site-footer .menu .social.pinterest a:focus {
        background-image: url("./img/pinterest-red.svg"); }
    .site-footer .menu .social.instagram a {
      background-image: url("./img/instagram-red.svg"); }
      .site-footer .menu .social.instagram a:hover, .site-footer .menu .social.instagram a:active, .site-footer .menu .social.instagram a:focus {
        background-image: url("./img/instagram-red.svg"); }
    .site-footer .menu .social.linkedin a {
      background-image: url("./img/linkedin-red.svg"); }
      .site-footer .menu .social.linkedin a:hover, .site-footer .menu .social.linkedin a:active, .site-footer .menu .social.linkedin a:focus {
        background-image: url("./img/linkedin-red.svg"); }
  .site-footer .menu .steelcase {
    margin: 0 auto; }
    .site-footer .menu .steelcase a {
      text-indent: -999999px;
      width: 230px;
      height: 35px;
      background-repeat: no-repeat;
      background-size: contain;
      padding: 0;
      background-position: center;
      background-image: url("./img/platinum-partner-2019-grey.png"); }
  .site-footer .menu .wpml-ls-current-language {
    margin: auto 0 auto auto; }
  .site-footer .credits-site {
    text-align: center;
    display: table;
    width: auto;
    font-size: 10px;
    color: #B0B0B0; }

#menu-credits li {
  display: block;
  width: 100%; }

#menu-credits a {
  padding: 0;
  color: #545453;
  text-shadow: none;
  font-weight: inherit; }

/*LOGO, DESCRIPTION, NAV EN GROS*/
.site-title {
  color: transparent;
  font-size: 32px; }
  .site-title a {
    color: transparent;
    text-indent: -999999px;
    width: 220px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/alternativ-logo.svg);
    font-size: 32px;
    background-position: center; }

.site-description {
  display: none; }

.site-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  padding: 15px 0 5px 0;
  z-index: 50;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
  .site-header .row {
    width: 1440px;
    margin: 0 calc((100vw - 1440px) /2);
    /*centrer en absolute*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .site-header .columns {
    padding: 0; }
  .site-header .transition, .site-header footer a, footer .site-header a,
  .site-header p a, p .site-header a, .site-header h1 a, h1 .site-header a, .site-header .h1 a, .h1 .site-header a, .site-header h2 a, h2 .site-header a, .site-header .h2 a, .h2 .site-header a, .site-header h3 a, h3 .site-header a, .site-header .h3 a, .h3 .site-header a, .site-header h4 a, h4 .site-header a, .site-header .h4 a, .h4 .site-header a, .site-header h5 a, h5 .site-header a, .site-header .h5 a, .h5 .site-header a, .site-header h6 a, h6 .site-header a, .site-header .h6 a, .h6 .site-header a, .site-header a a, a .site-header a, .site-header li a, li .site-header a, .site-header span a, span .site-header a, .site-header .download_link a, .download_link .site-header a, .site-header .btn, .site-header .wpcf7-submit,
  .site-header .search-submit,
  .site-header .wp-block-button__link, .site-header .mc4wp-form-fields input[type="submit"], .mc4wp-form-fields .site-header input[type="submit"],
  .site-header .bg_red .wpcf7-form input[type="submit"], .bg_red .wpcf7-form .site-header input[type="submit"], .site-header .bg_btn_red, .site-header .bg_btn_white, .site-header .btn_red, .site-header .btn_white, .site-header .cn-set-cookie,
  .site-header .cn-button, .site-header .fleche_btn_rouge:after, .site-header .fleche_btn_blanc:after, .site-header .bg_btn_red a:after, .bg_btn_red .site-header a:after, .site-header .btn_white a:after, .btn_white .site-header a:after, .site-header .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit .site-header a:after, .site-header .bg_red .wpcf7-submit:after, .bg_red .site-header .wpcf7-submit:after, .site-header .bg_btn_white a:after, .bg_btn_white .site-header a:after, .site-header .btn_red a:after, .btn_red .site-header a:after, .site-header .is-menu svg path, .is-menu svg .site-header path, .site-header .search-close, .site-header .menu .btn a, .menu .btn .site-header a, .site-header .menu .wpcf7-submit a, .menu .wpcf7-submit .site-header a, .site-header .menu .search-submit a, .menu .search-submit .site-header a, .site-header .menu .wp-block-button__link a, .menu .wp-block-button__link .site-header a, .site-header .menu .mc4wp-form-fields input[type="submit"] a, .menu .mc4wp-form-fields input[type="submit"] .site-header a, .site-header .mc4wp-form-fields .menu input[type="submit"] a, .mc4wp-form-fields .menu input[type="submit"] .site-header a, .site-header .menu .bg_red .wpcf7-form input[type="submit"] a, .menu .bg_red .wpcf7-form input[type="submit"] .site-header a, .site-header .bg_red .wpcf7-form .menu input[type="submit"] a, .bg_red .wpcf7-form .menu input[type="submit"] .site-header a, .site-header .menu .bg_btn_red a, .menu .bg_btn_red .site-header a, .site-header .menu .bg_btn_white a, .menu .bg_btn_white .site-header a, .site-header .menu .btn_red a, .menu .btn_red .site-header a, .site-header .menu .btn_white a, .menu .btn_white .site-header a, .site-header .menu .cn-set-cookie a, .menu .cn-set-cookie .site-header a, .site-header .menu .cn-button a, .menu .cn-button .site-header a, body.is_scrolled .site-header .menu .btn a, body.is_scrolled .site-header .menu .wpcf7-submit a, body.is_scrolled .site-header .menu .search-submit a, body.is_scrolled .site-header .menu .wp-block-button__link a, .mc4wp-form-fields body.is_scrolled .site-header .menu input[type="submit"] a, .bg_red .wpcf7-form body.is_scrolled .site-header .menu input[type="submit"] a, body.is_scrolled .site-header .menu .bg_btn_red a, body.is_scrolled .site-header .menu .bg_btn_white a, body.is_scrolled .site-header .menu .btn_red a, body.is_scrolled .site-header .menu .btn_white a, body.is_scrolled .site-header .menu .cn-set-cookie a, body.is_scrolled .site-header .menu .cn-button a, .site-header .slider_arrow .slick-arrow, .slider_arrow .site-header .slick-arrow,
  .site-header .gallery .slick-arrow, .gallery .site-header .slick-arrow,
  .site-header footer a,
  .site-header p a,
  .site-header h1 a, .site-header .h1 a,
  .site-header h2 a, .site-header .h2 a,
  .site-header h3 a, .site-header .h3 a,
  .site-header h4 a,
  .site-header h4 a,
  .site-header h5 a,
  .site-header .h5 a,
  .site-header h6 a,
  .site-header .h6 a,
  .site-header a a,
  .site-header li a,
  .site-header span a,
  .site-header .is-menu svg path, .site-header .search-close {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

/*MENU*/
.menu a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
  .menu a:hover, .menu a:active, .menu a:focus {
    color: #E44139; }

.menu .btn a, .menu .wpcf7-submit a, .menu .search-submit a, .menu .wp-block-button__link a, .menu .mc4wp-form-fields input[type="submit"] a, .mc4wp-form-fields .menu input[type="submit"] a, .menu .bg_red .wpcf7-form input[type="submit"] a, .bg_red .wpcf7-form .menu input[type="submit"] a, .menu .bg_btn_red a, .menu .bg_btn_white a, .menu .btn_red a, .menu .btn_white a, .menu .cn-set-cookie a, .menu .cn-button a {
  background-color: #E44139;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #E44139; }
  .menu .btn a:hover, .menu .wpcf7-submit a:hover, .menu .search-submit a:hover, .menu .wp-block-button__link a:hover, .menu .mc4wp-form-fields input[type="submit"] a:hover, .mc4wp-form-fields .menu input[type="submit"] a:hover, .menu .bg_red .wpcf7-form input[type="submit"] a:hover, .bg_red .wpcf7-form .menu input[type="submit"] a:hover, .menu .bg_btn_red a:hover, .menu .bg_btn_white a:hover, .menu .btn_red a:hover, .menu .btn_white a:hover, .menu .cn-set-cookie a:hover, .menu .cn-button a:hover, .menu .btn a:active, .menu .wpcf7-submit a:active, .menu .search-submit a:active, .menu .wp-block-button__link a:active, .menu .mc4wp-form-fields input[type="submit"] a:active, .mc4wp-form-fields .menu input[type="submit"] a:active, .menu .bg_red .wpcf7-form input[type="submit"] a:active, .bg_red .wpcf7-form .menu input[type="submit"] a:active, .menu .bg_btn_red a:active, .menu .bg_btn_white a:active, .menu .btn_red a:active, .menu .btn_white a:active, .menu .cn-set-cookie a:active, .menu .cn-button a:active, .menu .btn a:focus, .menu .wpcf7-submit a:focus, .menu .search-submit a:focus, .menu .wp-block-button__link a:focus, .menu .mc4wp-form-fields input[type="submit"] a:focus, .mc4wp-form-fields .menu input[type="submit"] a:focus, .menu .bg_red .wpcf7-form input[type="submit"] a:focus, .bg_red .wpcf7-form .menu input[type="submit"] a:focus, .menu .bg_btn_red a:focus, .menu .bg_btn_white a:focus, .menu .btn_red a:focus, .menu .btn_white a:focus, .menu .cn-set-cookie a:focus, .menu .cn-button a:focus {
    background-color: rgba(228, 65, 57, 0.2);
    color: #ffffff; }

body.is_scrolled .site-header .menu .current-menu-item a,
.site-header .menu .current-menu-item a {
  color: #E44139; }

body.is_scrolled .site-header .menu .current-menu-item.btn a, body.is_scrolled .site-header .menu .current-menu-item.wpcf7-submit a, body.is_scrolled .site-header .menu .current-menu-item.search-submit a, body.is_scrolled .site-header .menu .current-menu-item.wp-block-button__link a, body.is_scrolled .site-header .menu .mc4wp-form-fields input.current-menu-item[type="submit"] a, .mc4wp-form-fields body.is_scrolled .site-header .menu input.current-menu-item[type="submit"] a, body.is_scrolled .site-header .menu .bg_red .wpcf7-form input.current-menu-item[type="submit"] a, .bg_red .wpcf7-form body.is_scrolled .site-header .menu input.current-menu-item[type="submit"] a, body.is_scrolled .site-header .menu .current-menu-item.bg_btn_red a, body.is_scrolled .site-header .menu .current-menu-item.bg_btn_white a, body.is_scrolled .site-header .menu .current-menu-item.btn_red a, body.is_scrolled .site-header .menu .current-menu-item.btn_white a, body.is_scrolled .site-header .menu .current-menu-item.cn-set-cookie a, body.is_scrolled .site-header .menu .current-menu-item.cn-button a,
.site-header .menu .current-menu-item.btn a,
.site-header .menu .current-menu-item.wpcf7-submit a,
.site-header .menu .current-menu-item.search-submit a,
.site-header .menu .current-menu-item.wp-block-button__link a,
.site-header .menu .mc4wp-form-fields input.current-menu-item[type="submit"] a,
.mc4wp-form-fields .site-header .menu input.current-menu-item[type="submit"] a,
.site-header .menu .bg_red .wpcf7-form input.current-menu-item[type="submit"] a,
.bg_red .wpcf7-form .site-header .menu input.current-menu-item[type="submit"] a,
.site-header .menu .current-menu-item.bg_btn_red a,
.site-header .menu .current-menu-item.bg_btn_white a,
.site-header .menu .current-menu-item.btn_red a,
.site-header .menu .current-menu-item.btn_white a,
.site-header .menu .current-menu-item.cn-set-cookie a,
.site-header .menu .current-menu-item.cn-button a {
  background-color: rgba(228, 65, 57, 0.2); }

#menu-principal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-top {
  float: right; }

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.menu .social a {
  text-indent: -999999px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  margin: 13px 7px 0px 7px;
  background-position: center; }

.menu .social.facebook a {
  background-image: url("./img/facebook-white.svg"); }
  .menu .social.facebook a:hover, .menu .social.facebook a:active, .menu .social.facebook a:focus {
    background-image: url("./img/facebook-red.svg"); }

.menu .social.twitter a {
  background-image: url("./img/twitter-white.svg"); }
  .menu .social.twitter a:hover, .menu .social.twitter a:active, .menu .social.twitter a:focus {
    background-image: url("./img/twitter-red.svg"); }

.menu .social.pinterest a {
  background-image: url("./img/pinterest-white.svg"); }
  .menu .social.pinterest a:hover, .menu .social.pinterest a:active, .menu .social.pinterest a:focus {
    background-image: url("./img/pinterest-red.svg"); }

.menu .social.instagram a {
  background-image: url("./img/instagram-white.svg"); }
  .menu .social.instagram a:hover, .menu .social.instagram a:active, .menu .social.instagram a:focus {
    background-image: url("./img/instagram-red.svg"); }

.menu .social.linkedin a {
  background-image: url("./img/linkedin-white.svg"); }
  .menu .social.linkedin a:hover, .menu .social.linkedin a:active, .menu .social.linkedin a:focus {
    background-image: url("./img/linkedin-red.svg"); }

/*POPUP STEELCASE*/
.nav-right .steelcase {
  margin-right: 10px;
  text-indent: -999999px;
  color: transparent;
  width: 85px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  background-position: center;
  /*@extend .transition;*/
  background-image: url("./img/steelcase-logo-white.svg"); }

.fancybox-content {
  max-width: 80%;
  width: 750px;
  padding: 35px; }
  .fancybox-content img {
    margin-bottom: 35px; }

/*MENU LANGUES*/
.menu-topmenu-langues-container,
.menu-topmenu-langues-anglais-container,
.menu-topmenu-langues-neerlandais-container {
  margin: 10px; }

.site-header .wpml-ls-current-language a {
  width: 20px;
  padding: 0;
  margin: 0 auto; }

.site-header .wpml-ls-current-language .sub-menu {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .site-header .wpml-ls-current-language .sub-menu a {
    margin: 10px auto; }

.site-header .wpml-ls-current-language:hover .sub-menu {
  /*display: block;*/
  opacity: 1;
  visibility: visible;
  height: auto;
  top: 100%; }

body.is_scrolled .site-title {
  color: transparent;
  font-size: 32px; }
  body.is_scrolled .site-title a {
    color: transparent;
    text-indent: -999999px;
    /*width: 220px;*/
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/alternativ-logo-red.svg);
    font-size: 32px; }

body.is_scrolled .site-header {
  background: none;
  background-color: #ffffff;
  /*border-bottom: 2px solid $primary-color;*/ }
  body.is_scrolled .site-header .menu a {
    color: #545453;
    text-shadow: none; }
    body.is_scrolled .site-header .menu a:hover, body.is_scrolled .site-header .menu a:active, body.is_scrolled .site-header .menu a:focus {
      color: #E44139; }
  body.is_scrolled .site-header .menu .btn a, body.is_scrolled .site-header .menu .wpcf7-submit a, body.is_scrolled .site-header .menu .search-submit a, body.is_scrolled .site-header .menu .wp-block-button__link a, body.is_scrolled .site-header .menu .mc4wp-form-fields input[type="submit"] a, .mc4wp-form-fields body.is_scrolled .site-header .menu input[type="submit"] a, body.is_scrolled .site-header .menu .bg_red .wpcf7-form input[type="submit"] a, .bg_red .wpcf7-form body.is_scrolled .site-header .menu input[type="submit"] a, body.is_scrolled .site-header .menu .bg_btn_red a, body.is_scrolled .site-header .menu .bg_btn_white a, body.is_scrolled .site-header .menu .btn_red a, body.is_scrolled .site-header .menu .btn_white a, body.is_scrolled .site-header .menu .cn-set-cookie a, body.is_scrolled .site-header .menu .cn-button a {
    background-color: #E44139;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #E44139; }
    body.is_scrolled .site-header .menu .btn a:hover, body.is_scrolled .site-header .menu .wpcf7-submit a:hover, body.is_scrolled .site-header .menu .search-submit a:hover, body.is_scrolled .site-header .menu .wp-block-button__link a:hover, body.is_scrolled .site-header .menu .mc4wp-form-fields input[type="submit"] a:hover, .mc4wp-form-fields body.is_scrolled .site-header .menu input[type="submit"] a:hover, body.is_scrolled .site-header .menu .bg_red .wpcf7-form input[type="submit"] a:hover, .bg_red .wpcf7-form body.is_scrolled .site-header .menu input[type="submit"] a:hover, body.is_scrolled .site-header .menu .bg_btn_red a:hover, body.is_scrolled .site-header .menu .bg_btn_white a:hover, body.is_scrolled .site-header .menu .btn_red a:hover, body.is_scrolled .site-header .menu .btn_white a:hover, body.is_scrolled .site-header .menu .cn-set-cookie a:hover, body.is_scrolled .site-header .menu .cn-button a:hover, body.is_scrolled .site-header .menu .btn a:active, body.is_scrolled .site-header .menu .wpcf7-submit a:active, body.is_scrolled .site-header .menu .search-submit a:active, body.is_scrolled .site-header .menu .wp-block-button__link a:active, body.is_scrolled .site-header .menu .mc4wp-form-fields input[type="submit"] a:active, .mc4wp-form-fields body.is_scrolled .site-header .menu input[type="submit"] a:active, body.is_scrolled .site-header .menu .bg_red .wpcf7-form input[type="submit"] a:active, .bg_red .wpcf7-form body.is_scrolled .site-header .menu input[type="submit"] a:active, body.is_scrolled .site-header .menu .bg_btn_red a:active, body.is_scrolled .site-header .menu .bg_btn_white a:active, body.is_scrolled .site-header .menu .btn_red a:active, body.is_scrolled .site-header .menu .btn_white a:active, body.is_scrolled .site-header .menu .cn-set-cookie a:active, body.is_scrolled .site-header .menu .cn-button a:active, body.is_scrolled .site-header .menu .btn a:focus, body.is_scrolled .site-header .menu .wpcf7-submit a:focus, body.is_scrolled .site-header .menu .search-submit a:focus, body.is_scrolled .site-header .menu .wp-block-button__link a:focus, body.is_scrolled .site-header .menu .mc4wp-form-fields input[type="submit"] a:focus, .mc4wp-form-fields body.is_scrolled .site-header .menu input[type="submit"] a:focus, body.is_scrolled .site-header .menu .bg_red .wpcf7-form input[type="submit"] a:focus, .bg_red .wpcf7-form body.is_scrolled .site-header .menu input[type="submit"] a:focus, body.is_scrolled .site-header .menu .bg_btn_red a:focus, body.is_scrolled .site-header .menu .bg_btn_white a:focus, body.is_scrolled .site-header .menu .btn_red a:focus, body.is_scrolled .site-header .menu .btn_white a:focus, body.is_scrolled .site-header .menu .cn-set-cookie a:focus, body.is_scrolled .site-header .menu .cn-button a:focus {
      color: #E44139;
      background-color: rgba(228, 65, 57, 0.2); }
  body.is_scrolled .site-header .menu .social.facebook a {
    background-image: url("./img/facebook-grey.svg"); }
    body.is_scrolled .site-header .menu .social.facebook a:hover, body.is_scrolled .site-header .menu .social.facebook a:active, body.is_scrolled .site-header .menu .social.facebook a:focus {
      background-image: url("./img/facebook-red.svg"); }
  body.is_scrolled .site-header .menu .social.twitter a {
    background-image: url("./img/twitter-grey.svg"); }
    body.is_scrolled .site-header .menu .social.twitter a:hover, body.is_scrolled .site-header .menu .social.twitter a:active, body.is_scrolled .site-header .menu .social.twitter a:focus {
      background-image: url("./img/twitter-red.svg"); }
  body.is_scrolled .site-header .menu .social.pinterest a {
    background-image: url("./img/pinterest-grey.svg"); }
    body.is_scrolled .site-header .menu .social.pinterest a:hover, body.is_scrolled .site-header .menu .social.pinterest a:active, body.is_scrolled .site-header .menu .social.pinterest a:focus {
      background-image: url("./img/pinterest-red.svg"); }
  body.is_scrolled .site-header .menu .social.instagram a {
    background-image: url("./img/instagram-grey.svg"); }
    body.is_scrolled .site-header .menu .social.instagram a:hover, body.is_scrolled .site-header .menu .social.instagram a:active, body.is_scrolled .site-header .menu .social.instagram a:focus {
      background-image: url("./img/instagram-red.svg"); }
  body.is_scrolled .site-header .menu .social.linkedin a {
    background-image: url("./img/linkedin-grey.svg"); }
    body.is_scrolled .site-header .menu .social.linkedin a:hover, body.is_scrolled .site-header .menu .social.linkedin a:active, body.is_scrolled .site-header .menu .social.linkedin a:focus {
      background-image: url("./img/linkedin-red.svg"); }
  body.is_scrolled .site-header .steelcase {
    background-image: url("./img/steelcase-logo-grey.svg"); }
  body.is_scrolled .site-header .is-menu:hover svg path, body.is_scrolled .site-header .is-menu:active svg path, body.is_scrolled .site-header .is-menu:focus svg path {
    fill: #E44139; }
  body.is_scrolled .site-header .is-menu svg path {
    fill: #3C3C3B; }

body.is_scrolled .menu-toggle span,
body.is_scrolled .menu-toggle span::before,
body.is_scrolled .menu-toggle span::after {
  background: #E44139; }

body.is_scrolled .menu-toggle.active > span {
  background: transparent; }

body.is_scrolled .menu-toggle.active > span::before,
body.is_scrolled .menu-toggle.active > span::after {
  background: #E44139;
  top: 0px; }

.home .list_products {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  /*li:first-child a {
			font-weight: bold;
			font-size: 20px;
			margin-bottom: 25px;
			display: inline-block;
		}*/ }
  .home .list_products li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .home .list_products a {
    font-family: 'Playfair Display';
    color: #E44139;
    font-size: 16px;
    line-height: 1.8; }

.products {
  position: relative; }

/*single service*/
.text_service {
  padding: 100px 0 250px 0; }
  .text_service .box_text {
    padding-right: 50px; }

.intro_service {
  margin-bottom: 75px; }

.outside_img {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
  .outside_img .img_container {
    height: 100%;
    min-height: 550px; }

.page-template-archive-services .outside_img .img_container {
  min-height: inherit; }

/*HP services*/
.home .hp_services h2 {
  width: 50%; }

.hp_services .slick-list {
  overflow: visible;
  margin-top: 50px;
  padding: 0 !important; }

.hp_services span {
  font-family: 'Playfair Display', Arial, serif;
  font-size: 142px;
  position: absolute;
  left: -80px;
  top: -130px;
  z-index: 0;
  color: #FCECEB;
  opacity: 0.5; }

/*ARCHIVE BLOG*/
.listing_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .listing_blog .menu_blog {
    width: 33.3%;
    display: inline-block;
    padding: 15px;
    margin: 15px 0; }
    .listing_blog .menu_blog button {
      display: inline-block;
      width: 100%;
      text-align: left;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.7; }
    .listing_blog .menu_blog h2, .listing_blog .menu_blog .h2 {
      position: relative;
      z-index: 10; }
  .listing_blog .callout {
    border: none;
    padding: 0; }
  .listing_blog .vignette_blog {
    position: relative;
    padding: 15px;
    width: 33.3%; }
    .listing_blog .vignette_blog .inner_vignette {
      border: 1px solid #E3E3E3;
      overflow: hidden;
      height: 100%;
      position: relative; }
    .listing_blog .vignette_blog h2 {
      font-size: 20px;
      color: #3C3C3B; }
    .listing_blog .vignette_blog p, .listing_blog .vignette_blog .text_container {
      /*color: $lightgrey;*/ }
    .listing_blog .vignette_blog .label_blog {
      position: absolute;
      top: 20px;
      left: 20px;
      color: #fff;
      padding: 5px 10px;
      border: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.2); }
    .listing_blog .vignette_blog .img_container {
      width: 100%;
      height: 250px;
      position: relative; }
      .listing_blog .vignette_blog .img_container:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
    .listing_blog .vignette_blog .text_container {
      width: 100%;
      padding: 20px; }
    .listing_blog .vignette_blog:nth-child(2) {
      /*first actu*/
      width: 66.66%;
      float: right; }
      .listing_blog .vignette_blog:nth-child(2) .img_container {
        width: 40%;
        float: left;
        min-height: 450px;
        height: 100%; }
      .listing_blog .vignette_blog:nth-child(2) .text_container {
        width: 60%;
        float: right;
        padding: 80px 20px 90px 20px; }
    .listing_blog .vignette_blog:nth-child(3), .listing_blog .vignette_blog:nth-child(4) {
      width: 50%;
      float: left; }
      .listing_blog .vignette_blog:nth-child(3) .img_container, .listing_blog .vignette_blog:nth-child(4) .img_container {
        height: 300px; }

.vignette_pub {
  min-height: 300px; }
  .vignette_pub .inner_vignette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%; }
    .vignette_pub .inner_vignette:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(228, 65, 57, 0.75); }
    .vignette_pub .inner_vignette .text_container {
      position: relative;
      z-index: 10;
      margin-bottom: 25px;
      padding: 20px;
      width: 100%; }
      .vignette_pub .inner_vignette .text_container h2 {
        font-size: 32px;
        line-height: 38px;
        color: #ffffff;
        font-weight: 700; }
      .vignette_pub .inner_vignette .text_container h3 {
        font-size: 24px;
        line-height: 28px;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: 600; }

.page-template-template-jobs .section_template_jobs {
  margin: 100px 0; }

.page-template-template-jobs .listing_jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-template-template-jobs .listing_jobs .vignette_job {
    /*position: relative;*/
    /*padding: 15px;*/
    margin-bottom: 20px;
    height: 100%; }
    .page-template-template-jobs .listing_jobs .vignette_job .inner_vignette {
      border: 1px solid #E3E3E3;
      overflow: hidden;
      height: 100%;
      position: relative; }
    .page-template-template-jobs .listing_jobs .vignette_job h2 {
      font-size: 28px;
      margin-bottom: 20px; }
    .page-template-template-jobs .listing_jobs .vignette_job .cat_job {
      font-size: 18px;
      color: #B0B0B0;
      margin-bottom: 0; }
    .page-template-template-jobs .listing_jobs .vignette_job p, .page-template-template-jobs .listing_jobs .vignette_job .text_container {
      /*color: $lightgrey;*/ }
    .page-template-template-jobs .listing_jobs .vignette_job .text_container {
      width: 100%;
      padding: 40px 20px; }

.page-template-template-jobs .vignette_pub {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*margin-top: 75px;*/
  width: 100%;
  height: 100%; }
  .page-template-template-jobs .vignette_pub .text_container {
    font-size: 14px; }

.page-template-contact .vignette_pub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 75px;
  width: 100%; }

/*SINGLE REALISATION*/
.listing_cat_prod_lie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1050px;
  margin: 35px auto; }
  .listing_cat_prod_lie .cat_prod_lie {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 33.33%; }
    .listing_cat_prod_lie .cat_prod_lie img {
      height: 400px;
      -o-object-fit: contain;
      object-fit: contain; }
    .listing_cat_prod_lie .cat_prod_lie h4 {
      color: #545453; }

article .intro {
  margin-bottom: 50px; }

article .article_chapeau {
  margin-bottom: 50px;
  border-left: 2px solid #E44139;
  padding-left: 25px;
  padding: 25px 0 25px 25px; }

article p:last-of-type {
  margin-bottom: 0; }

article ul {
  margin: 35px; }
  article ul li {
    position: relative;
    list-style: none;
    margin: 7px 0; }
    article ul li:before {
      content: "";
      display: inline-block;
      position: relative;
      top: -2px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #E44139;
      margin-right: 7px; }

.news-share {
  margin-top: 35px; }

.news-share span a {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-indent: -999999px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  /*border: 2px solid red;*/
  /*border-radius: 50px;*/
  margin-right: 10px; }

.share-fb a {
  background-image: url("img/facebook-red.svg"); }
  .share-fb a:hover {
    background-image: url("img/facebook-grey.svg"); }

.share-lk a {
  background-image: url("img/linkedin-red.svg"); }
  .share-lk a:hover {
    background-image: url("img/linkedin-grey.svg"); }

.news-share span {
  display: inline-block; }

/* contact */
form .form_mid span {
  width: 50%;
  float: left;
  padding-right: 10px; }
  form .form_mid span:nth-child(2) {
    padding-left: 10px;
    padding-right: 0px; }

form div.checkbox {
  margin: 15px 0; }

form div.checkbox_gdpr span {
  margin-left: 0; }

form .wpcf7-checkbox span.wpcf7-list-item {
  display: block; }
  form .wpcf7-checkbox span.wpcf7-list-item input {
    margin-bottom: 5px; }

aside.coordonnees {
  background: #ffffff;
  padding: 0 25px 25px 25px;
  position: relative;
  z-index: 10; }
  aside.coordonnees h4 {
    margin-bottom: 30px; }
  aside.coordonnees a, aside.coordonnees p {
    display: block;
    margin: 10px 0; }

.img_contact {
  width: 40%;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0; }

.page-template-contact .vignette_pub {
  position: relative; }

/*ABOUT*/
.valeur {
  position: relative;
  z-index: 10;
  margin: 75px 0; }
  .valeur img {
    position: absolute;
    top: -50px;
    left: -50px;
    opacity: .2;
    z-index: 0; }

/*ASIDE*/
aside {
  background-color: #FCECEB;
  padding: 25px 15px 45px 15px;
  position: relative; }
  aside .widget,
  aside .controls,
  aside ul,
  aside .button-group {
    background-color: #FCECEB;
    position: relative;
    z-index: 10; }
  aside .widget-title {
    font-size: 32px; }
  aside ul,
  aside .widget ul  {
    list-style: none;
    margin: 0; }
    aside ul li,
    aside .widget ul  li {
      margin: 7px 0;
      position: relative; }
      aside ul li:before,
      aside .widget ul  li:before {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        width: 15px;
        height: 15px;
        background-image: url("img/arrow-right-red.svg");
        margin-right: 5px; }
      aside ul li a,
      aside .widget ul  li a {
        /*background-color: purple;*/
        color: #3C3C3B;
        margin-left: 25px;
        display: block; }
  aside .current-cat a {
    color: #E44139; }
  aside:after {
    content: "";
    display: block;
    background-color: #FCECEB;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% + ((100vw - 95% ) / 2) + 20px);
    z-index: 0; }
  aside.coordonnees {
    overflow: hidden; }
    aside.coordonnees:after {
      display: none; }
    aside.coordonnees .col_adresse {
      width: 100%;
      float: none;
      margin: 15px 0 30px 0; }
  aside a {
    font-size: 18px;
    color: #545453; }

.blog aside section:first-of-type {
  margin-top: 0; }

.blog .widget-title,
.archive .widget-title {
  display: none; }

.prev_next_posts {
  padding-top: 75px; }
  .prev_next_posts .bloc_post {
    position: relative;
    height: 300px;
    overflow: hidden;
    /*&:before {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			
		}*/ }
  .prev_next_posts .box_text {
    padding: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .prev_next_posts h4 {
    color: #ffffff; }

.box_text_on_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*ARCHIVE PRODUITS*/
/*steelcase*/
.section_promo_steelcase {
  padding: 150px 0;
  background-size: cover;
  background-position: center 25%;
  position: relative; }
  .section_promo_steelcase:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .section_promo_steelcase .box_text {
    position: relative;
    z-index: 30; }
  .section_promo_steelcase img {
    display: block;
    margin-bottom: 10px;
    width: 175px; }
  .section_promo_steelcase p {
    font-weight: 600; }
  .section_promo_steelcase:hover .btn_white a:after, .section_promo_steelcase:hover .bg_red .wpcf7-submit a:after, .bg_red .section_promo_steelcase:hover .wpcf7-submit a:after, .section_promo_steelcase:active .btn_white a:after, .section_promo_steelcase:active .bg_red .wpcf7-submit a:after, .bg_red .section_promo_steelcase:active .wpcf7-submit a:after, .section_promo_steelcase:focus .btn_white a:after, .section_promo_steelcase:focus .bg_red .wpcf7-submit a:after, .bg_red .section_promo_steelcase:focus .wpcf7-submit a:after {
    right: -10px; }

.steelcase-logo-promo {
  width: 175px !important;
  height: auto !important;
  -o-object-fit: inherit !important;
  object-fit: inherit !important; }

.section_promo_steelcase_produits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 50px 0; }

.vignette_steelcase {
  width: 32.3%;
  margin-bottom: 100px;
  position: relative; }
  .vignette_steelcase .img_container {
    height: 425px; }

/*marques*/
.section_archive_marques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 20px 0 50px 0;*/ }
  .section_archive_marques .block_100 {
    display: block;
    width: 100%; }

.vignette_marque {
  width: 32.3%;
  margin-bottom: 1.5vw;
  position: relative; }
  .vignette_marque:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .vignette_marque .img_container {
    height: 32.3vw; }
  .vignette_marque .vignette_marque_logo {
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    z-index: 10;
    max-width: 230px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .vignette_marque .vignette_marque_logo img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      display: block; }
    .vignette_marque .vignette_marque_logo h3 {
      margin: 0 auto;
      text-transform: uppercase;
      /*font-size: 30px;*/
      text-align: center; }

.listing_produits {
  /*align-items: stretch;*/
  height: auto !important; }
  .listing_produits .columns {
    margin-bottom: 30px;
    position: relative !important;
    left: inherit !important;
    top: inherit !important; }
  .listing_produits .grid-item {
    position: relative;
    float: left;
    width: 32%;
    height: auto;
    margin: 5px;
    padding: 10px; }

.vignette_produit {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .vignette_produit .img_container {
    height: 555px;
    width: 100%; }
    .vignette_produit .img_container img {
      -o-object-fit: cover;
      object-fit: cover; }
  .vignette_produit .infos_container {
    text-align: center;
    padding: 25px;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: block;
    width: 100%; }
    .vignette_produit .infos_container h5 {
      color: #3C3C3B;
      margin-bottom: 0px; }
    .vignette_produit .infos_container p {
      font-size: 14px;
      margin-bottom: 0px; }

/*FICHE PRODUIT*/
.single-produit .row {
  position: relative; }

.single-produit .ungrid_archive {
  padding: 10px 0; }

.single-produit .ungrid_archive.Big_Tiny .archive_vignette:nth-child(1),
.single-produit .ungrid_archive.Tiny_Big .archive_vignette:nth-child(2) {
  width: calc((( 100% / 12 ) * 7) - 10px); }

.single-produit .ungrid_archive.Big_Tiny .archive_vignette:nth-child(2),
.single-produit .ungrid_archive.Tiny_Big .archive_vignette:first-child {
  width: calc((( 100% / 12 ) * 5) - 10px); }

.single-produit .mid_bandeau {
  top: 0;
  z-index: 30; }

.single-produit #page {
  top: -75px; }

.single-produit section:first-of-type {
  top: 75px; }

.single-produit .bande_testi {
  padding: 0; }

.fiche_produit_box_infos {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc( 1440px / 2);
  margin: 0 calc((100vw - 1440px) /2);
  /*centrer en absolute*/
  padding: 50px 35px; }
  .fiche_produit_box_infos h1 {
    margin-bottom: 0; }
  .fiche_produit_box_infos span {
    font-style: italic;
    font-size: 14px; }

.ungrid_section {
  padding: 100px 0 100px 0px; }
  .ungrid_section .ungrid_box_text .columns {
    padding-right: 50px; }
  .ungrid_section .ungrid_box_photo {
    top: -75px;
    right: 0;
    overflow: hidden;
    height: 100%; }
    .ungrid_section .ungrid_box_photo .slick-slide {
      overflow: hidden;
      height: 550px;
      width: 50vw !important; }
    .ungrid_section .ungrid_box_photo .slick-list {
      overflow: visible;
      margin-top: 50px;
      padding: 0 !important;
      width: 50vw; }

/* UNGRID ARCHIVE - Realisations et Services */
.ungrid_archive {
  width: 100%;
  overflow: hidden;
  padding: 50px 0; }
  .ungrid_archive:nth-child(2) {
    padding-top: 0; }
  .ungrid_archive .archive_vignette {
    float: left;
    display: inline-block; }
    .ungrid_archive .archive_vignette:nth-child(2) {
      float: right; }
    .ungrid_archive .archive_vignette .img_container {
      height: 550px;
      position: relative; }
    .ungrid_archive .archive_vignette .btn_red {
      margin-left: 25px;
      margin-top: 15px; }
  .ungrid_archive.Big_Tiny .archive_vignette:nth-child(1) {
    width: calc(( 100% / 12 ) * 6); }
  .ungrid_archive.Big_Tiny .archive_vignette:nth-child(2) {
    width: calc(( 100% / 12 ) * 5); }
  .ungrid_archive.Tiny_Big .archive_vignette:first-child {
    width: calc(( 100% / 12 ) * 5); }
  .ungrid_archive.Tiny_Big .archive_vignette:nth-child(2) {
    width: calc(( 100% / 12 ) * 6); }

/* bande testi */
.bande_testi {
  padding: 10px 0; }
  .bande_testi .bande_testi_container {
    position: relative; }
    .bande_testi .bande_testi_container .box_text {
      padding: 150px 0.9375rem; }
    .bande_testi .bande_testi_container .outside_img {
      width: 60%; }
    .bande_testi .bande_testi_container.reverse .outside_img {
      left: 0; }
    .bande_testi .bande_testi_container.reverse .box_text {
      float: right; }

/*Bandeau rouge form*/
.cta_bandeau {
  padding: 50px 0;
  margin: 0; }
  .cta_bandeau.mid_bandeau {
    padding: 0; }
  .cta_bandeau form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .cta_bandeau .wpcf7-form-control-wrap {
    display: inline-block;
    /*margin: 0 10px;*/
    width: 32%; }
  .cta_bandeau .acceptance .wpcf7-form-control-wrap {
    width: 100%; }
  .cta_bandeau .mc4wp-form {
    display: block; }
    .cta_bandeau .mc4wp-form .mc4wp-form-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .cta_bandeau .mc4wp-form .mc4wp-form-fields input {
        width: 23.5%; }
  .cta_bandeau .first_part_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%; }
    .cta_bandeau .first_part_form input {
      /*float: left;*/
      /*width: calc( 33.33% - 20px);*/
      margin: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      border-radius: 0;
      outline: none; }
  .cta_bandeau .acceptance .wpcf7-list-item {
    margin: 0; }
  .cta_bandeau .acceptance .wpcf7-list-item-label {
    color: #ffffff; }
  .cta_bandeau .submit {
    float: right; }

.page-template-about .mc4wp-form label {
  width: 100%;
  display: block; }
  .page-template-about .mc4wp-form label input {
    width: auto !important; }

.page-template-about .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  width: 24%; }

.page-template-about .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  margin: 5px auto; }

.mid_bandeau {
  position: relative;
  top: -75px;
  width: 65%;
  overflow: hidden; }
  .mid_bandeau .box_text_form_service {
    padding: 50px 50px 50px 0;
    width: 100%;
    position: relative;
    padding-left: calc(( 100vw - 1440px ) / 2); }

.cta_subscribe .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*rester à la page HP-footer*/
.mailchimp_form .form_with_acceptance {
  width: 73%; }
  .mailchimp_form .form_with_acceptance p input {
    width: auto !important; }
  .mailchimp_form .form_with_acceptance p label {
    color: #ffffff; }

.mailchimp_form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mailchimp_form form div input {
    margin: 5px 5px;
    border-radius: 0;
    border: none; }

.mailchimp_form .form_mailchimp_submit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

@media screen and (max-width: 880px) {
  .mailchimp_form .form_with_acceptance {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .cta_bandeau .mc4wp-form .mc4wp-form-fields .form_with_acceptance input {
    width: 100% !important;
    margin: 5px 0; } }

.cta_bandeau .mc4wp-form .mc4wp-form-fields .form_with_acceptance input {
  width: 32%; }

/*CONTACT*/
.form_mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form_mid span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.form_full {
  display: block; }

/*  */
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 30px;
  border: none; }

div.wpcf7-mail-sent-ok {
  background-color: #3fb573; }

div.wpcf7-mail-sent-ng {
  background-color: #ff7070; }

div.wpcf7-spam-blocked {
  background-color: #ffc966; }

div.wpcf7-validation-errors {
  background-color: #fff677; }

.mc4wp-alert {
  margin-top: 15px; }

.mc4wp-success {
  color: #3fb573; }

/*.slider_hp_photo,*/
.slider_hp_text {
  visibility: hidden; }

.slick-initialized {
  visibility: visible; }

/* SLICK */
.slider_line_dots .slick-dots,
.gallery .slick-dots {
  /*display: flex;
		align-items: center;
		position: absolute;
		width: 100vw;
		right: 0;
		text-align: center;
		justify-content: center;
		*/
  list-style: none; }
  .slider_line_dots .slick-dots li,
  .gallery .slick-dots li {
    float: left;
    text-indent: -999999px;
    width: 75px;
    height: 2px;
    background-color: #E44139;
    position: relative; }
  .slider_line_dots .slick-dots li.slick-active,
  .gallery .slick-dots li.slick-active {
    top: -1px;
    border: 2px solid #E44139; }

.gallery .slick-dots li {
  width: 50px; }

/*LINE DOTS*/
.ungrid_box_text {
  position: relative; }
  .ungrid_box_text .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    z-index: 500;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -60px;
    bottom: 0; }
  .ungrid_box_text .slick-slider {
    position: initial; }

.slider_arrow .slick-arrow,
.gallery .slick-arrow {
  position: absolute;
  right: 50px;
  bottom: -35px;
  text-indent: -999999px;
  background-image: url("img/arrow-right-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 25px;
  border: none;
  cursor: pointer;
  opacity: .5; }
  .slider_arrow .slick-arrow:hover, .slider_arrow .slick-arrow:active, .slider_arrow .slick-arrow:focus,
  .gallery .slick-arrow:hover,
  .gallery .slick-arrow:active,
  .gallery .slick-arrow:focus {
    opacity: 1; }

.slider_arrow .slick-prev,
.gallery .slick-prev {
  background-image: url("img/arrow-left-red.svg");
  right: 100px; }

.gallery {
  margin-bottom: 100px; }
  .gallery .slick-arrow {
    right: 0px;
    bottom: -50px; }
  .gallery .slick-prev {
    right: 50px; }

article .slider_line_dots .slick-dots,
article .gallery .slick-dots {
  position: relative;
  /*width: 100vw;*/
  display: inline-block !important;
  margin: 35px 0;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

article .slider_line_dots .slick-slide,
article .gallery .slick-slide {
  height: 600px;
  margin-bottom: 0; }
  article .slider_line_dots .slick-slide .gallery-icon a,
  article .gallery .slick-slide .gallery-icon a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative; }
  article .slider_line_dots .slick-slide .gallery-icon,
  article .gallery .slick-slide .gallery-icon {
    height: 100%;
    overflow: hidden; }
  article .slider_line_dots .slick-slide img,
  article .gallery .slick-slide img {
    width: 100%;
    margin-bottom: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 600px; }

.slider_hp .slick-slide,
.fiche_produit_slider .slick-slide {
  height: 100vh; }

.slider_hp .slick-dots,
.slider_hp_photo .slick-dots,
.fiche_produit_slider .slick-dots {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  list-style: none; }
  .slider_hp .slick-dots li,
  .slider_hp_photo .slick-dots li,
  .fiche_produit_slider .slick-dots li {
    text-align: right;
    margin: 20px 0; }
    .slider_hp .slick-dots li button,
    .slider_hp_photo .slick-dots li button,
    .fiche_produit_slider .slick-dots li button {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      margin-right: 20px;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); }
      .slider_hp .slick-dots li button:before,
      .slider_hp_photo .slick-dots li button:before,
      .fiche_produit_slider .slick-dots li button:before {
        content: "0";
        display: inline; }
  .slider_hp .slick-dots li.slick-active:after,
  .slider_hp_photo .slick-dots li.slick-active:after,
  .fiche_produit_slider .slick-dots li.slick-active:after {
    content: "";
    display: inline-block;
    width: 3px;
    background-color: #E44139;
    height: 50px;
    padding: 0px 0;
    top: 11px;
    position: relative; }
  .slider_hp .slick-dots li.slick-active button,
  .slider_hp_photo .slick-dots li.slick-active button,
  .fiche_produit_slider .slick-dots li.slick-active button {
    font-size: 36px;
    margin-right: 15px; }

.fiche_produit_slider .slick-dots li button {
  color: #3C3C3B; }

.bg_red {
  background-color: #E44139;
  color: #ffffff; }
  .bg_red .slider_line_dots .slick-dots li {
    background-color: #ffffff;
    border-color: #ffffff; }

.bg_lightred {
  background-color: #FCECEB;
  color: #3C3C3B; }

/*SLIDER TESTI HP*/
.testi_slider_logos {
  margin: 25px 0; }
  .testi_slider_logos .slick-slide {
    height: 100px;
    line-height: 100px;
    white-space: nowrap; }
    .testi_slider_logos .slick-slide img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: .3;
      max-width: 250px;
      max-height: 250px;
      margin: 0 auto;
      -o-object-fit: contain;
      object-fit: contain; }
  .testi_slider_logos .slick-slide.slick-current img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

.testi_slider_text {
  margin: 25px auto; }

/*slider product hp*/
.hp_produits {
  padding: 200px 0; }
  .hp_produits .row {
    min-height: 500px;
    /*hauteur du slider en absolute*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.slider_products_container {
  /*border: 1px solid purple;*/
  position: absolute;
  width: calc( (100vw - ( (100vw - 1440px) / 2)) - ( (1440px / 12) * 3 ));
  right: 0;
  top: 120px; }
  .slider_products_container .slick-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto; }

.grid-container {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  /* 12fr (fractions) égales*/
  -ms-grid-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
  grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
  grid-template-areas: ". . . . . . . . . . . ."  "First First First First First First . . . . . ."  "First First First First First First . . . . . ."  "First First First First First First . Second Second Second Second ."  "First First First First First First . Second Second Second Second ."  "First First First First First First . Second Second Second Second ."  "First First First First First First . Second Second Second Second ."  ". . . . . . . Second Second Second Second ."  ". Third Third Third Third . . Second Second Second Second ." ". Third Third Third Third . . Second Second Second Second ."  ". Third Third Third Third . . . . . . ."  ". Third Third Third Third . . . . . . ."  ". Third Third Third Third . Fourth Fourth Fourth Fourth Fourth Fourth"  ". Third Third Third Third . Fourth Fourth Fourth Fourth Fourth Fourth"  ". Third Third Third Third . Fourth Fourth Fourth Fourth Fourth Fourth"  ". . . . . . Fourth Fourth Fourth Fourth Fourth Fourth"  ". . . . . . Fourth Fourth Fourth Fourth Fourth Fourth"  ". . . . . . . . . . . ."  "Fifth Fifth Fifth Fifth Fifth Fifth . . . . . ."  "Fifth Fifth Fifth Fifth Fifth Fifth . . . . . ."  "Fifth Fifth Fifth Fifth Fifth Fifth . . . . . ."  "Fifth Fifth Fifth Fifth Fifth Fifth . . . . . ."   "Fifth Fifth Fifth Fifth Fifth Fifth . . . . . ."; }

.first,
.second,
.third,
.fourth,
.fifth {
  position: relative; }

.first {
  -ms-grid-row: 2;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: First; }

.second {
  -ms-grid-row: 4;
  -ms-grid-row-span: 7;
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-area: Second; }

.third {
  -ms-grid-row: 9;
  -ms-grid-row-span: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-area: Third; }

.fourth {
  -ms-grid-row: 13;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-area: Fourth; }

.fifth {
  -ms-grid-row: 19;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: Fifth; }

.grid-container .first,
.grid-container .fourth,
.grid-container .fifth {
  /*horizontal*/ }
  .grid-container .first .img_container,
  .grid-container .fourth .img_container,
  .grid-container .fifth .img_container {
    height: calc((100% / 6) * 5); }

.grid-container .second,
.grid-container .third {
  /*vertical*/ }
  .grid-container .second .img_container,
  .grid-container .third .img_container {
    height: calc((100% / 7) * 6); }

.grid-container .btn_red {
  margin-top: 15px; }

@media screen and (max-width: 1024px) {
  /*
   * MENU BUTTON
   */
  .menu-toggle {
    position: relative;
    margin: 0 auto;
    z-index: 999;
    height: 28px;
    width: 28px;
    outline: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: -99999999px; }
    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after {
      position: absolute;
      content: '';
      left: 0;
      width: 28px;
      height: 2.5px;
      background: #ffffff;
      border-radius: 20px;
      -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: 500ms cubic-bezier(0.77, 0, 0.175, 1); }
    .menu-toggle span::before {
      top: -8px; }
    .menu-toggle span::after {
      top: 8px; }
    .menu-toggle.active > span {
      background: transparent; }
    .menu-toggle.active > span::before,
    .menu-toggle.active > span::after {
      background: #E44139;
      top: 0px; }
    .menu-toggle.active > span::before {
      -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg); }
    .menu-toggle.active > span::after {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg); }
  /*
   * SLIDING MENU PANEL
   */
  .menu-menu-mobile-global-container {
    top: -120vh;
    position: absolute;
    left: 0px;
    z-index: 998;
    color: #005c9c;
    background: rgba(255, 255, 255, 0.95);
    width: 100vw;
    height: 100vh;
    padding: 0 40px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
    z-index: 500;
    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-transition: 300ms all cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 300ms all cubic-bezier(0.77, 0, 0.175, 1);
    transition: 300ms all cubic-bezier(0.77, 0, 0.175, 1); }
    .menu-menu-mobile-global-container.active {
      top: 0vh; }
    .menu-menu-mobile-global-container p {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
    .menu-menu-mobile-global-container ul {
      text-align: center; }
    .menu-menu-mobile-global-container li {
      width: 100%; }
    .menu-menu-mobile-global-container a {
      color: #545453;
      margin: 10px 0;
      padding: 0 !important;
      font-size: 28px;
      font-weight: 700;
      text-shadow: none;
      width: auto;
      display: inline-block; }
  .burgersteelcase {
    color: red;
    margin: 25px auto 0 auto !important;
    text-indent: -999999px;
    color: transparent;
    width: 110px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    background-position: center;
    background-image: url("./img/steelcase-logo-grey.svg");
    display: none !important; } }

.loadMoreContent {
  display: none; }

#loadMore {
  width: 200px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #E44139;
  background-color: #E44139;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#loadMore:hover {
  color: #E44139;
  background-color: #ffffff;
  border: 1px solid #E44139;
  text-decoration: none; }

#loadMore.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
  display: none; }

/*HP REALISATION*/
.vignette_espace .img_container {
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.vignette_espace:hover .img_container {
  -webkit-box-shadow: 0 0 35px rgba(60, 60, 59, 0.35);
  box-shadow: 0 0 35px rgba(60, 60, 59, 0.35);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.vignette_espace:hover .fleche_btn_rouge:after, .vignette_espace:hover .fleche_btn_blanc:after, .vignette_espace:hover .bg_btn_red a:after, .bg_btn_red .vignette_espace:hover a:after, .vignette_espace:hover .btn_white a:after, .btn_white .vignette_espace:hover a:after, .vignette_espace:hover .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit .vignette_espace:hover a:after, .vignette_espace:hover .bg_red .wpcf7-submit:after, .bg_red .vignette_espace:hover .wpcf7-submit:after, .vignette_espace:hover .bg_btn_white a:after, .bg_btn_white .vignette_espace:hover a:after, .vignette_espace:hover .btn_red a:after, .btn_red .vignette_espace:hover a:after {
  right: -10px; }

.vignette_blog .inner_vignette:hover,
.vignette_job .inner_vignette:hover {
  -webkit-box-shadow: 0 5px 35px rgba(60, 60, 59, 0.35);
  box-shadow: 0 5px 35px rgba(60, 60, 59, 0.35); }

aside ul li a:hover, aside ul li a:active, aside ul li a:focus, aside .widget ul  li a:hover, aside .widget ul  li a:active, aside .widget ul  li a:focus {
  color: #E44139;
  font-weight: 500; }

aside a:hover, aside a:active, aside a:focus {
  color: #E44139;
  font-weight: 600; }

/*SECTION CTA BEFORE FOOTER*/
.section_CTA .CTA .img_container img,
.prev_next_posts .bloc_post .img_container img,
.vignette_steelcase .img_container img,
.vignette_marque .img_container img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.section_CTA .CTA:hover .img_container img, .section_CTA .CTA:active .img_container img, .section_CTA .CTA:focus .img_container img,
.prev_next_posts .bloc_post:hover .img_container img,
.prev_next_posts .bloc_post:active .img_container img,
.prev_next_posts .bloc_post:focus .img_container img,
.vignette_steelcase:hover .img_container img,
.vignette_steelcase:active .img_container img,
.vignette_steelcase:focus .img_container img,
.vignette_marque:hover .img_container img,
.vignette_marque:active .img_container img,
.vignette_marque:focus .img_container img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.section_CTA .CTA:hover a, .section_CTA .CTA:active a, .section_CTA .CTA:focus a,
.prev_next_posts .bloc_post:hover a,
.prev_next_posts .bloc_post:active a,
.prev_next_posts .bloc_post:focus a,
.vignette_steelcase:hover a,
.vignette_steelcase:active a,
.vignette_steelcase:focus a,
.vignette_marque:hover a,
.vignette_marque:active a,
.vignette_marque:focus a {
  color: #ffffff; }

.section_CTA .CTA:hover .btn_red a, .section_CTA .CTA:active .btn_red a, .section_CTA .CTA:focus .btn_red a,
.prev_next_posts .bloc_post:hover .btn_red a,
.prev_next_posts .bloc_post:active .btn_red a,
.prev_next_posts .bloc_post:focus .btn_red a,
.vignette_steelcase:hover .btn_red a,
.vignette_steelcase:active .btn_red a,
.vignette_steelcase:focus .btn_red a,
.vignette_marque:hover .btn_red a,
.vignette_marque:active .btn_red a,
.vignette_marque:focus .btn_red a {
  color: #E44139; }

.section_CTA .CTA:hover .fleche_btn_rouge:after, .section_CTA .CTA:hover .fleche_btn_blanc:after, .section_CTA .CTA:hover .bg_btn_red a:after, .bg_btn_red .section_CTA .CTA:hover a:after, .section_CTA .CTA:hover .btn_white a:after, .btn_white .section_CTA .CTA:hover a:after, .section_CTA .CTA:hover .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit .section_CTA .CTA:hover a:after, .section_CTA .CTA:hover .bg_red .wpcf7-submit:after, .bg_red .section_CTA .CTA:hover .wpcf7-submit:after, .section_CTA .CTA:hover .bg_btn_white a:after, .bg_btn_white .section_CTA .CTA:hover a:after, .section_CTA .CTA:hover .btn_red a:after, .btn_red .section_CTA .CTA:hover a:after, .section_CTA .CTA:active .fleche_btn_rouge:after, .section_CTA .CTA:active .fleche_btn_blanc:after, .section_CTA .CTA:active .bg_btn_red a:after, .bg_btn_red .section_CTA .CTA:active a:after, .section_CTA .CTA:active .btn_white a:after, .btn_white .section_CTA .CTA:active a:after, .section_CTA .CTA:active .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit .section_CTA .CTA:active a:after, .section_CTA .CTA:active .bg_red .wpcf7-submit:after, .bg_red .section_CTA .CTA:active .wpcf7-submit:after, .section_CTA .CTA:active .bg_btn_white a:after, .bg_btn_white .section_CTA .CTA:active a:after, .section_CTA .CTA:active .btn_red a:after, .btn_red .section_CTA .CTA:active a:after, .section_CTA .CTA:focus .fleche_btn_rouge:after, .section_CTA .CTA:focus .fleche_btn_blanc:after, .section_CTA .CTA:focus .bg_btn_red a:after, .bg_btn_red .section_CTA .CTA:focus a:after, .section_CTA .CTA:focus .btn_white a:after, .btn_white .section_CTA .CTA:focus a:after, .section_CTA .CTA:focus .bg_red .wpcf7-submit a:after, .bg_red .wpcf7-submit .section_CTA .CTA:focus a:after, .section_CTA .CTA:focus .bg_red .wpcf7-submit:after, .bg_red .section_CTA .CTA:focus .wpcf7-submit:after, .section_CTA .CTA:focus .bg_btn_white a:after, .bg_btn_white .section_CTA .CTA:focus a:after, .section_CTA .CTA:focus .btn_red a:after, .btn_red .section_CTA .CTA:focus a:after,
.prev_next_posts .bloc_post:hover .fleche_btn_rouge:after,
.prev_next_posts .bloc_post:hover .fleche_btn_blanc:after,
.prev_next_posts .bloc_post:hover .bg_btn_red a:after,
.bg_btn_red .prev_next_posts .bloc_post:hover a:after,
.prev_next_posts .bloc_post:hover .btn_white a:after,
.btn_white .prev_next_posts .bloc_post:hover a:after,
.prev_next_posts .bloc_post:hover .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .prev_next_posts .bloc_post:hover a:after,
.prev_next_posts .bloc_post:hover .bg_red .wpcf7-submit:after,
.bg_red .prev_next_posts .bloc_post:hover .wpcf7-submit:after,
.prev_next_posts .bloc_post:hover .bg_btn_white a:after,
.bg_btn_white .prev_next_posts .bloc_post:hover a:after,
.prev_next_posts .bloc_post:hover .btn_red a:after,
.btn_red .prev_next_posts .bloc_post:hover a:after,
.prev_next_posts .bloc_post:active .fleche_btn_rouge:after,
.prev_next_posts .bloc_post:active .fleche_btn_blanc:after,
.prev_next_posts .bloc_post:active .bg_btn_red a:after,
.bg_btn_red .prev_next_posts .bloc_post:active a:after,
.prev_next_posts .bloc_post:active .btn_white a:after,
.btn_white .prev_next_posts .bloc_post:active a:after,
.prev_next_posts .bloc_post:active .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .prev_next_posts .bloc_post:active a:after,
.prev_next_posts .bloc_post:active .bg_red .wpcf7-submit:after,
.bg_red .prev_next_posts .bloc_post:active .wpcf7-submit:after,
.prev_next_posts .bloc_post:active .bg_btn_white a:after,
.bg_btn_white .prev_next_posts .bloc_post:active a:after,
.prev_next_posts .bloc_post:active .btn_red a:after,
.btn_red .prev_next_posts .bloc_post:active a:after,
.prev_next_posts .bloc_post:focus .fleche_btn_rouge:after,
.prev_next_posts .bloc_post:focus .fleche_btn_blanc:after,
.prev_next_posts .bloc_post:focus .bg_btn_red a:after,
.bg_btn_red .prev_next_posts .bloc_post:focus a:after,
.prev_next_posts .bloc_post:focus .btn_white a:after,
.btn_white .prev_next_posts .bloc_post:focus a:after,
.prev_next_posts .bloc_post:focus .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .prev_next_posts .bloc_post:focus a:after,
.prev_next_posts .bloc_post:focus .bg_red .wpcf7-submit:after,
.bg_red .prev_next_posts .bloc_post:focus .wpcf7-submit:after,
.prev_next_posts .bloc_post:focus .bg_btn_white a:after,
.bg_btn_white .prev_next_posts .bloc_post:focus a:after,
.prev_next_posts .bloc_post:focus .btn_red a:after,
.btn_red .prev_next_posts .bloc_post:focus a:after,
.vignette_steelcase:hover .fleche_btn_rouge:after,
.vignette_steelcase:hover .fleche_btn_blanc:after,
.vignette_steelcase:hover .bg_btn_red a:after,
.bg_btn_red .vignette_steelcase:hover a:after,
.vignette_steelcase:hover .btn_white a:after,
.btn_white .vignette_steelcase:hover a:after,
.vignette_steelcase:hover .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .vignette_steelcase:hover a:after,
.vignette_steelcase:hover .bg_red .wpcf7-submit:after,
.bg_red .vignette_steelcase:hover .wpcf7-submit:after,
.vignette_steelcase:hover .bg_btn_white a:after,
.bg_btn_white .vignette_steelcase:hover a:after,
.vignette_steelcase:hover .btn_red a:after,
.btn_red .vignette_steelcase:hover a:after,
.vignette_steelcase:active .fleche_btn_rouge:after,
.vignette_steelcase:active .fleche_btn_blanc:after,
.vignette_steelcase:active .bg_btn_red a:after,
.bg_btn_red .vignette_steelcase:active a:after,
.vignette_steelcase:active .btn_white a:after,
.btn_white .vignette_steelcase:active a:after,
.vignette_steelcase:active .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .vignette_steelcase:active a:after,
.vignette_steelcase:active .bg_red .wpcf7-submit:after,
.bg_red .vignette_steelcase:active .wpcf7-submit:after,
.vignette_steelcase:active .bg_btn_white a:after,
.bg_btn_white .vignette_steelcase:active a:after,
.vignette_steelcase:active .btn_red a:after,
.btn_red .vignette_steelcase:active a:after,
.vignette_steelcase:focus .fleche_btn_rouge:after,
.vignette_steelcase:focus .fleche_btn_blanc:after,
.vignette_steelcase:focus .bg_btn_red a:after,
.bg_btn_red .vignette_steelcase:focus a:after,
.vignette_steelcase:focus .btn_white a:after,
.btn_white .vignette_steelcase:focus a:after,
.vignette_steelcase:focus .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .vignette_steelcase:focus a:after,
.vignette_steelcase:focus .bg_red .wpcf7-submit:after,
.bg_red .vignette_steelcase:focus .wpcf7-submit:after,
.vignette_steelcase:focus .bg_btn_white a:after,
.bg_btn_white .vignette_steelcase:focus a:after,
.vignette_steelcase:focus .btn_red a:after,
.btn_red .vignette_steelcase:focus a:after,
.vignette_marque:hover .fleche_btn_rouge:after,
.vignette_marque:hover .fleche_btn_blanc:after,
.vignette_marque:hover .bg_btn_red a:after,
.bg_btn_red .vignette_marque:hover a:after,
.vignette_marque:hover .btn_white a:after,
.btn_white .vignette_marque:hover a:after,
.vignette_marque:hover .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .vignette_marque:hover a:after,
.vignette_marque:hover .bg_red .wpcf7-submit:after,
.bg_red .vignette_marque:hover .wpcf7-submit:after,
.vignette_marque:hover .bg_btn_white a:after,
.bg_btn_white .vignette_marque:hover a:after,
.vignette_marque:hover .btn_red a:after,
.btn_red .vignette_marque:hover a:after,
.vignette_marque:active .fleche_btn_rouge:after,
.vignette_marque:active .fleche_btn_blanc:after,
.vignette_marque:active .bg_btn_red a:after,
.bg_btn_red .vignette_marque:active a:after,
.vignette_marque:active .btn_white a:after,
.btn_white .vignette_marque:active a:after,
.vignette_marque:active .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .vignette_marque:active a:after,
.vignette_marque:active .bg_red .wpcf7-submit:after,
.bg_red .vignette_marque:active .wpcf7-submit:after,
.vignette_marque:active .bg_btn_white a:after,
.bg_btn_white .vignette_marque:active a:after,
.vignette_marque:active .btn_red a:after,
.btn_red .vignette_marque:active a:after,
.vignette_marque:focus .fleche_btn_rouge:after,
.vignette_marque:focus .fleche_btn_blanc:after,
.vignette_marque:focus .bg_btn_red a:after,
.bg_btn_red .vignette_marque:focus a:after,
.vignette_marque:focus .btn_white a:after,
.btn_white .vignette_marque:focus a:after,
.vignette_marque:focus .bg_red .wpcf7-submit a:after,
.bg_red .wpcf7-submit .vignette_marque:focus a:after,
.vignette_marque:focus .bg_red .wpcf7-submit:after,
.bg_red .vignette_marque:focus .wpcf7-submit:after,
.vignette_marque:focus .bg_btn_white a:after,
.bg_btn_white .vignette_marque:focus a:after,
.vignette_marque:focus .btn_red a:after,
.btn_red .vignette_marque:focus a:after {
  right: -10px; }

.archive_vignette img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.archive_vignette:hover img, .archive_vignette:active img, .archive_vignette:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.archive_vignette:hover .btn_red a:after, .archive_vignette:active .btn_red a:after, .archive_vignette:focus .btn_red a:after {
  margin-right: -15px; }

.vignette_produit .img_container,
a.hover_more .img_container,
a.hover_more_video .img_container,
.cat_prod_lie .img_container {
  position: relative; }
  .vignette_produit .img_container img,
  a.hover_more .img_container img,
  a.hover_more_video .img_container img,
  .cat_prod_lie .img_container img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .vignette_produit .img_container:after,
  a.hover_more .img_container:after,
  a.hover_more_video .img_container:after,
  .cat_prod_lie .img_container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(84, 84, 83, 0.1);
    background-image: url("img/more.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    opacity: 0;
    visibility: hidden; }

.vignette_produit:hover .img_container img, .vignette_produit:active .img_container img, .vignette_produit:focus .img_container img,
a.hover_more:hover .img_container img,
a.hover_more_video:hover .img_container img,
a.hover_more:active .img_container img,
a.hover_more_video:active .img_container img,
a.hover_more:focus .img_container img,
a.hover_more_video:focus .img_container img,
.cat_prod_lie:hover .img_container img,
.cat_prod_lie:active .img_container img,
.cat_prod_lie:focus .img_container img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.vignette_produit:hover .img_container:after, .vignette_produit:active .img_container:after, .vignette_produit:focus .img_container:after,
a.hover_more:hover .img_container:after,
a.hover_more_video:hover .img_container:after,
a.hover_more:active .img_container:after,
a.hover_more_video:active .img_container:after,
a.hover_more:focus .img_container:after,
a.hover_more_video:focus .img_container:after,
.cat_prod_lie:hover .img_container:after,
.cat_prod_lie:active .img_container:after,
.cat_prod_lie:focus .img_container:after {
  opacity: 1;
  visibility: visible; }

a.hover_more_video .img_container:after {
  background-image: url("img/video.svg"); }

.gallery-icon a {
  position: relative; }
  .gallery-icon a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .gallery-icon a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(84, 84, 83, 0.1);
    background-image: url("img/more.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    opacity: 0;
    visibility: hidden; }
  .gallery-icon a:hover img, .gallery-icon a:active img, .gallery-icon a:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .gallery-icon a:hover:after, .gallery-icon a:active:after, .gallery-icon a:focus:after {
    opacity: 1;
    visibility: visible; }

/*MENU BURGER*/
@media print, screen and (min-width: 64em) {
  .nav-right.large-3,
  .site-branding.large-3  {
    width: 270px !important; } }

/*RESPONSIVE + */
@media screen and (min-width: 1025px) {
  .menu-toggle {
    display: none !important; }
  .menu-menu-mobile-global-container {
    display: none; }
  select.mobile-filter {
    display: none; } }

/*REPONSIVE - */
@media screen and (max-width: 1550px) {
  .site-header .row,
  .row {
    width: 90%;
    margin: 0 auto; }
  #headerfull .banner_box_text {
    margin: 0 auto;
    width: 90%; }
  .box_text {
    padding: 50px 0; }
  .fiche_produit_box_infos {
    width: calc( 90% / 2);
    margin: 0 5%; }
  .mid_bandeau .box_text_form_service {
    padding-left: 5%; }
  .nav-right.large-3,
  .site-branding.large-3  {
    width: 270px !important; } }

@media screen and (max-width: 1440px) {
  /*NAV*/
  .site-title a {
    width: 170px; }
  .nav-right .steelcase {
    width: 75px; }
  .page-header.banner {
    /*height: 360px;*/ }
  .single-realisations .banner {
    height: 100%; }
  #page {
    top: 360px; }
  .page-template-template-beaverbuilder #page {
    top: inherit; }
  .home .banner h1, .home .banner .h1 {
    font-size: 132px; }
  .row {
    width: 90%; }
  section:first-of-type.intro_centered {
    padding: 60px 0; }
  .slider_products_container {
    width: 75%; }
  .site-footer .footer-bottom {
    width: 90%; }
  .vignette_produit .img_container {
    height: 400px;
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media screen and (max-width: 1440px) {
  .home .banner h1, .home .banner .h1 {
    font-size: 98px; } }

@media screen and (max-width: 1220px) {
  .menu-topmenu-social-container,
  .menu-topmenu-social-anglais-container,
  .menu-topmenu-social-neerlandais-container {
    display: none; }
  .nav-right.large-3,
  .site-branding.large-3  {
    width: 200px !important; }
  .main-navigation {
    width: calc(100% - 200px); }
  .mid_bandeau {
    width: 80%; }
  body p {
    font-size: 14px; }
  .listing_blog .vignette_blog .inner_vignette .title {
    font-size: 18px; }
  .listing_blog .vignette_blog:nth-child(2) .text_container {
    padding: 40px 20px 20px 20px; }
  .listing_blog .vignette_blog:nth-child(2) .img_container {
    min-height: 350px; } }

@media screen and (max-width: 1070px) {
  .cta_bandeau .mc4wp-form .mc4wp-form-fields input {
    width: 22.5%; }
  .site-title a {
    width: 150px; } }

@media screen and (max-width: 1050px) {
  .menu .btn a, .menu .wpcf7-submit a, .menu .search-submit a, .menu .wp-block-button__link a, .menu .mc4wp-form-fields input[type="submit"] a, .mc4wp-form-fields .menu input[type="submit"] a, .menu .bg_red .wpcf7-form input[type="submit"] a, .bg_red .wpcf7-form .menu input[type="submit"] a, .menu .bg_btn_red a, .menu .bg_btn_white a, .menu .btn_red a, .menu .btn_white a, .menu .cn-set-cookie a, .menu .cn-button a {
    padding: 10px 15px; }
  .menu a {
    padding: 10px 7px; }
  .section_testi_CEO .flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .ungrid_archive .archive_vignette .img_container {
    height: 350px; } }

/*FOUNDATION MEDIUM*/
@media screen and (max-width: 1024px) {
  .row {
    width: 90%; }
  .medium_hidden {
    display: none; }
  .section  {
    padding: 100px 0 !important; }
  section:first-of-type.first_section_margin {
    padding: 50px 0; }
  /*HEADER*/
  .single-realisations #headerfull {
    height: 50vh; }
  .single-realisations #page {
    top: 48.5vh; }
  .menu-topmenu-social-container,
  .menu-topmenu-social-anglais-container,
  .menu-topmenu-social-neerlandais-container {
    display: inline-block; }
  .nav-right.large-3,
  .site-branding.large-3  {
    /*width: initial !important;*/ }
  .main-navigation {
    width: initial !important;
    margin-left: 10px; }
  .site-branding {
    width: calc(100% - 315px) !important; }
  .nav-right.large-3,
  .site-branding.large-3  {
    width: 315px !important; }
  /*MENU BURGER*/
  .menu-menu-1-global-container,
  .topmenu {
    display: none; }
  .site-header {
    position: fixed;
    z-index: 50;
    /*background: #fff;*/
    width: 100%; }
  .site-title {
    height: auto;
    width: 150px; }
  .main-navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu-menu-mobile-global-container a {
    padding: 25px 0; }
  /*TYPOGRAPHY*/
  h1, .h1 {
    font-size: 38px; }
  h2, .h2 {
    font-size: 32px; }
  h3, .h3 {
    font-size: 22px; }
  h4, .h4 {
    font-size: 20px; }
  /*h5, .h5 { font-size: 48px; }*/
  /*h6, .h6 { font-size: 48px; }*/
  .hp_services span {
    font-size: 92px;
    left: -40px;
    top: -70px; }
  .hp_services .slick-list {
    margin-top: 25px; }
  .grid-container {
    display: block;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    grid-template-areas: inherit; }
    .grid-container .vignette_espace {
      grid-area: inherit;
      margin: 50px 2.5%;
      width: 45%;
      float: left; }
      .grid-container .vignette_espace .img_container {
        height: 350px; }
  .slider_products_container {
    width: 50%; }
  .outside_img {
    width: 80%;
    position: relative; }
  .ungrid_section {
    padding: 100px 0 0 0; }
    .ungrid_section .ungrid_box_photo {
      top: 0; }
      .ungrid_section .ungrid_box_photo .slick-slide {
        width: 100% !important; }
    .ungrid_section .ungrid_box_text .columns {
      padding-right: 0px !important;
      padding-left: 0px !important; }
    .ungrid_section .ungrid_box_text .slick-dots {
      margin: 0 auto !important; }
  .ungrid_section .ungrid_box_photo .slick-list {
    width: 100vw; }
  .bande_testi .bande_testi_container .box_text {
    padding: 75px 0.9375rem 35px 0.9375rem; }
  .bande_testi .bande_testi_container .outside_img {
    width: 100%; }
  .home .hp_services h2 {
    width: 100%; }
  .ungrid_section .ungrid_box_photo {
    width: 100%;
    overflow: hidden;
    height: 500px; }
    .ungrid_section .ungrid_box_photo .slick-slider {
      overflow: hidden;
      height: 100%; }
    .ungrid_section .ungrid_box_photo .slick-list {
      height: 500px;
      width: 100%;
      position: relative; }
    .ungrid_section .ungrid_box_photo .slick-track {
      opacity: 1;
      width: 3872px;
      height: 100%;
      position: absolute;
      width: 100% !important; }
    .ungrid_section .ungrid_box_photo .slick-slide {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100%; }
  .ungrid_box_text .slick-dots {
    margin-bottom: -30px; }
  .ungrid_section .ungrid_box_text {
    margin-bottom: 50px; }
  .outside_img .img_container,
  .ungrid_section .ungrid_box_photo .slick-list {
    min-height: 450px;
    margin-top: 0 !important; }
  .cta_bandeau .mc4wp-form .mc4wp-form-fields input {
    width: 23.5%; }
  .page-template-about .mc4wp-form .mc4wp-form-fields input {
    width: 48%; }
  .page-template-about .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    margin: 5px auto; }
  /*ACTUALITES*/
  .listing_blog .menu_blog {
    width: 100%; }
  aside ul li {
    text-align: center; }
    aside ul li:before {
      display: none; }
  aside .widget {
    width: 75%;
    display: inline-block; }
    aside .widget ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      aside .widget ul li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
  aside .fake_widget {
    width: 25%;
    float: left;
    display: inline-block; }
  .listing_blog .text_container p {
    display: none; }
  .listing_blog .vignette_blog:nth-child(2) {
    width: 100%; }
  .listing_blog .vignette_blog:nth-child(2) .text_container p,
  .listing_blog .vignette_blog:nth-child(3) .text_container p,
  .listing_blog .vignette_blog:nth-child(4) .text_container p {
    display: block; }
  /*SINGLE ACTU*/
  .aside_box {
    display: none; }
  figure {
    margin-bottom: 35px; }
  /*SERVICE*/
  .page-template-template-service .text_service {
    padding: 100px 0 0 0; }
    .page-template-template-service .text_service .box_text {
      padding: 0 0.9375rem; }
  .page-template-template-service .outside_img {
    width: 100%; }
    .page-template-template-service .outside_img .img_container {
      max-height: 550px; }
  .page-template-template-service .mid_bandeau {
    top: 0;
    width: 100%; }
    .page-template-template-service .mid_bandeau .box_text_form_service {
      padding: 50px;
      padding-left: 50px; }
  .listing_cat_prod_lie {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%; }
    .listing_cat_prod_lie .cat_prod_lie {
      /*width: 100%;*/
      height: 325px;
      padding: 0 0.97rem; }
      .listing_cat_prod_lie .cat_prod_lie img {
        height: 300px; }
  /*CONTACT*/
  aside.coordonnees {
    /*margin-top: 50px !important;*/
    /*background-color: transparent;*/
    padding: 50px 0px 25px 0px; }
  .img_contact {
    height: 350px;
    width: 70%; }
  .site-footer p, .site-footer a {
    display: block; }
  /*MARQUES*/
  .tax-marques .grid-item {
    width: 48%; }
  .tax-marques .aside_container {
    width: 100%; }
  .tax-marques aside,
  .tax-marques aside .widget {
    width: 100%;
    background-color: transparent;
    padding: 0;
    /*ul {
				flex-wrap: wrap;
				background-color: transparent;
				li {
					a {
						border: 1px solid $lightgrey;
						background-color: rgba($lightgrey, .1);
						border-radius: 50px;
						margin: 0 5px;
						padding: 5px 10px;
						font-size: 16px;
						margin-left: 0;
						color: $lightgrey;
						
						&.active,
						&:hover,
						&:active,
						&:focus {
							border: 1px solid $primary-color;
							color: $primary-color;
							background-color: rgba($primary-color, .1);
						}
					}

				}
			}*/ }
    .tax-marques aside .button-group-home.filter-button-group,
    .tax-marques aside .widget .button-group-home.filter-button-group {
      display: none; }
    .tax-marques aside select.mobile-filter,
    .tax-marques aside .widget select.mobile-filter {
      display: block !important;
      margin-top: 20px; }
  .tax-marques aside:after {
    display: none; }
  .vignette_produit .img_container {
    height: 500px; }
  .listing_blog .vignette_blog {
    width: 50%; } }

@media screen and (max-width: 960px) {
  .home .banner h1, .home .banner .h1 {
    font-size: 64px; } }

@media screen and (max-width: 880px) {
  .cta_bandeau .mc4wp-form .mc4wp-form-fields input {
    width: 100%; } }

@media screen and (max-width: 860px) {
  .home .banner h1, .home .banner .h1 {
    font-size: 64px; }
  .section_testi_CEO .photo_CEO {
    display: none; }
  .section_testi_CEO .testi_CEO {
    width: 100%; }
  .section_CTA.section_triple_CTA {
    display: block; }
    .section_CTA.section_triple_CTA .CTA {
      width: 100%; }
      .section_CTA.section_triple_CTA .CTA:nth-child(2), .section_CTA.section_triple_CTA .CTA:nth-child(3) {
        border-left: none;
        border-top: 1px solid #ffffff; }
  .ungrid_archive {
    padding: 0; }
  .ungrid_archive.Big_Tiny .archive_vignette,
  .ungrid_archive.Tiny_Big .archive_vignette {
    margin: 35px 0; }
  .ungrid_archive.Tiny_Big .archive_vignette:first-child,
  .ungrid_archive.Tiny_Big .archive_vignette:nth-child(2),
  .ungrid_archive.Big_Tiny .archive_vignette:first-child,
  .ungrid_archive.Big_Tiny .archive_vignette:nth-child(2) {
    width: 100%; }
  .intro_centered {
    text-align: left; }
  .vignette_marque {
    width: 48.25vw; }
    .vignette_marque .img_container {
      height: 49vw; }
  .single-produit .page-header .mid_size,
  .fiche_produit_box_infos {
    width: 100%;
    position: relative;
    top: inherit;
    bottom: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    height: auto;
    display: inline-block;
    min-height: 50vh; }
  .fiche_produit_box_infos {
    margin: 0 auto; }
  .single-produit .page-header .mid_size {
    height: 50vh; }
  .single-produit #headerfull {
    height: auto; }
  .fiche_produit_box_infos {
    padding: 30px 5%; }
  .single-produit .page-header .slick-slider .slick-track,
  .single-produit .page-header .slick-slider .slick-list,
  .single-produit .page-header .banner,
  .single-produit .page-header .mid_size .img_container img {
    height: 100%; }
  .single-produit #page {
    top: 0 !important; }
  .single_produit section:first-of-type {
    top: 0 !important;
    margin: 25px 0; }
  .mid_bandeau {
    width: 100% !important; }
  .single-produit .ungrid_archive {
    padding: 0; }
  .single-produit .ungrid_archive.Big_Tiny .archive_vignette:first-child,
  .single-produit .ungrid_archive.Tiny_Big .archive_vignette:first-child {
    margin-bottom: 0px;
    margin: 10px 0; }
  .section_CTA.section_double_CTA {
    display: block; }
    .section_CTA.section_double_CTA .CTA,
    .section_CTA.section_double_CTA .CTA:nth-child(2) {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-left: none;
      border-top: 1px solid #ffffff; }
  .listing_blog .vignette_blog {
    width: 100%; } }

@media screen and (max-width: 760px) {
  .grid-container .vignette_espace {
    margin: 50px 0;
    width: 100%;
    float: none; }
    .grid-container .vignette_espace .img_container {
      height: 350px; }
  .cta_bandeau form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  article .slider_line_dots .slick-slide,
  article .gallery .slick-slide {
    height: 400px; }
    article .slider_line_dots .slick-slide img,
    article .gallery .slick-slide img {
      height: 400px; }
  .listing_cat_prod_lie .cat_prod_lie {
    height: 235px; }
    .listing_cat_prod_lie .cat_prod_lie img  {
      height: 220px; }
  /*HEADER*/
  .single-realisations #headerfull {
    height: 450px; }
  .single-realisations #page {
    top: 400px; }
  article .slider_line_dots .slick-slide,
  article .gallery .slick-slide,
  article .slider_line_dots .slick-slide img,
  article .gallery .slick-slide img {
    height: 275px; }
  .vignette_produit .img_container {
    height: 420px; }
  .hp_produits {
    min-height: 500px;
    padding: 100px 0; }
  .tax-marques .grid-item {
    width: 100%; }
  .single-produit section:first-of-type {
    top: 0; }
  /*.mid_bandeau {
		width: 90%;
		
	}*/
  .single-produit .ungrid_archive.Big_Tiny .archive_vignette:nth-child(1),
  .single-produit .ungrid_archive.Tiny_Big .archive_vignette:nth-child(2),
  .single-produit .ungrid_archive.Big_Tiny .archive_vignette:nth-child(2),
  .single-produit .ungrid_archive.Tiny_Big .archive_vignette:first-child {
    width: 100%; }
  .mid_bandeau .box_text_form_service .bg_btn_red,
  .mid_bandeau .box_text_form_service .btn_red {
    margin: 5px 0; } }

/*FOUNDATION SMALL*/
@media screen and (max-width: 640px) {
  .is-menu.open form {
    max-width: 220px !important; }
  .search-results .searchbar_box {
    padding: 0; }
  .searched_article {
    padding: 25px 0; }
    .searched_article .img_container,
    .searched_article .text_container {
      width: 100%;
      float: none; }
    .searched_article .img_container {
      height: 200px; }
  .row {
    width: 90%; }
  /*NAV*/
  .menu-topmenu-social-container,
  .menu-topmenu-social-anglais-container,
  .menu-topmenu-social-neerlandais-container {
    display: none; }
  .site-branding {
    width: calc(100% - 200px) !important; }
  .site-title a {
    width: 130px; }
  .home .banner h1, .home .banner .h1 {
    font-size: 38px; }
  .banner .h1 {
    margin-bottom: 25px; }
  #headerfull .banner_box_text {
    width: 95%; }
  .slider_hp .slick-dots li.slick-active button,
  .slider_hp_photo .slick-dots li.slick-active button,
  .fiche_produit_slider .slick-dots li.slick-active button {
    margin-right: 0px; }
  .btn a, .wpcf7-submit a, .search-submit a, .fancybox-content .mc4wp-form-fields input[type="submit"] a, .wp-block-button__link a, .mc4wp-form-fields input[type="submit"] a, .bg_red .wpcf7-form input[type="submit"] a, .bg_btn_red a, .bg_btn_white a, .btn_red a, .btn_white a, .bg_red .wpcf7-submit a, .cn-set-cookie a, .cn-button a {
    font-size: 14px; }
  .ungrid_section .ungrid_box_photo {
    height: 350px; }
    .ungrid_section .ungrid_box_photo .slick-list {
      height: 100%; }
    .ungrid_section .ungrid_box_photo .slick-slide img {
      height: 350px; }
  .footer-bottom {
    /*#menu-top-social {
			justify-content: space-evenly;
		}*/
    /*#menu-bottom-steelcase {*/
    /*margin: 25px 0;*/
    /*}*/ }
    .footer-bottom .menu .wpml-ls-current-language {
      display: none; }
    .footer-bottom .column,
    .footer-bottom .columns,
    .footer-bottom .column:last-child:not(:first-child),
    .footer-bottom .columns:last-child:not(:first-child) {
      float: left; }
  .site-footer .footer-bottom {
    width: 100%; }
  .slider_hp_text .slick-slide {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important; }
  /*SLIDER DOTS*/
  .slider_hp .slick-dots,
  .slider_hp_photo .slick-dots,
  .fiche_produit_slider .slick-dots {
    position: absolute;
    right: inherit;
    left: 5%;
    top: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slider_hp .slick-dots li,
    .slider_hp_photo .slick-dots li,
    .fiche_produit_slider .slick-dots li {
      text-align: center;
      margin: 0 10px;
      display: inline-block;
      float: left; }
      .slider_hp .slick-dots li button,
      .slider_hp_photo .slick-dots li button,
      .fiche_produit_slider .slick-dots li button {
        margin: 0; }
    .slider_hp .slick-dots li.slick-active:after,
    .slider_hp_photo .slick-dots li.slick-active:after,
    .fiche_produit_slider .slick-dots li.slick-active:after {
      display: none; }
  .fiche_produit_slider .slick-dots {
    width: 100%;
    margin: 0 auto;
    right: inherit;
    left: inherit;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  section:first-of-type.first_section_margin {
    padding: 0; }
  form .form_mid span {
    width: 100%;
    padding-right: 0px; }
    form .form_mid span:nth-child(2) {
      padding-left: 0px; }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: none; }
  .slider_products_container {
    width: 100%;
    position: relative;
    top: 0; }
  .cta_bandeau .first_part_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cta_bandeau .first_part_form p, .cta_bandeau .first_part_form span {
      width: 100%;
      margin: 10px 0; }
  .listing_blog .vignette_blog:nth-child(3),
  .listing_blog .vignette_blog:nth-child(4),
  .listing_blog .vignette_blog {
    width: 100%; }
  .listing_blog .vignette_blog:nth-child(2) .img_container,
  .listing_blog .vignette_blog:nth-child(3) .img_container,
  .listing_blog .vignette_blog:nth-child(4) .img_container,
  .listing_blog .vignette_blog .img_container {
    width: 100%;
    float: none;
    min-height: 150px;
    max-height: 250px; }
  .listing_blog .vignette_blog:nth-child(2) .text_container,
  .listing_blog .vignette_blog:nth-child(3) .text_container,
  .listing_blog .vignette_blog:nth-child(4) .text_container,
  .listing_blog .vignette_blog .text_container {
    width: 100%; }
  aside ul li {
    text-align: left; }
    aside ul li:before {
      display: inline-block; }
  aside .widget {
    width: 100%;
    display: inline-block; }
    aside .widget ul {
      display: inline-block; }
      aside .widget ul li {
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit; }
  aside .fake_widget {
    width: 100%;
    float: none;
    /*display: inline-block;*/ }
  /*MARQUES*/
  .tax-marques aside,
  .tax-marques aside .widget {
    width: 100%;
    background-color: transparent;
    padding: 0; }
    .tax-marques aside ul,
    .tax-marques aside .widget ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: transparent; }
      .tax-marques aside ul li,
      .tax-marques aside .widget ul li {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 5px; }
        .tax-marques aside ul li:before,
        .tax-marques aside .widget ul li:before {
          display: none; }
        .tax-marques aside ul li a,
        .tax-marques aside .widget ul li a {
          width: 100%;
          border: 1px solid #B0B0B0;
          background-color: rgba(176, 176, 176, 0.1);
          border-radius: 50px;
          margin: 0 5px;
          padding: 5px 10px;
          font-size: 16px;
          margin-left: 0;
          color: #B0B0B0;
          display: inline-block; }
          .tax-marques aside ul li a.active, .tax-marques aside ul li a:hover, .tax-marques aside ul li a:active, .tax-marques aside ul li a:focus,
          .tax-marques aside .widget ul li a.active,
          .tax-marques aside .widget ul li a:hover,
          .tax-marques aside .widget ul li a:active,
          .tax-marques aside .widget ul li a:focus {
            border: 1px solid #E44139;
            color: #E44139;
            background-color: rgba(228, 65, 57, 0.1); }
  .tax-marques aside:after {
    display: none; }
  .cat_prod_lie {
    width: 100% !important;
    margin-bottom: 25px; }
    .cat_prod_lie .infos_container {
      width: 50%;
      text-align: left;
      display: inline-block;
      margin-top: 15%;
      padding-left: 15px; }
    .cat_prod_lie .img_container {
      width: 50%;
      float: left;
      display: inline-block; }
  .img_contact {
    position: relative;
    width: 100%; }
  .gradient_skew, .section_CTA .CTA .link_absolute, .listing_blog .vignette_blog .img_container:before, .prev_next_posts .box_text, .section_promo_steelcase:before, .vignette_marque:after {
    background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }
  .vignette_marque {
    width: 100vw; }
    .vignette_marque .vignette_marque_logo {
      max-width: 28%; }
  .vignette_produit .img_container img {
    -o-object-fit: contain;
    object-fit: contain; } }

@media screen and (max-width: 520px) {
  .nav-right .steelcase {
    display: none; }
  .burgersteelcase {
    display: block !important; }
  .site-branding {
    width: calc(100% - 100px) !important; }
  .menu-menu-mobile-global-container a {
    font-size: 18px;
    margin: 7px 0; }
  .vignette_pub .inner_vignette .text_container h2 {
    font-size: 24px;
    line-height: 28px; }
  .vignette_pub .inner_vignette .text_container h3 {
    font-size: 16px;
    line-height: 18px; } }

@media screen and (max-width: 390px) {
  .vignette_marque {
    width: 100vw; }
    .vignette_marque .vignette_marque_logo {
      max-width: 40%; } }

/*# sourceMappingURL=style.css.map */