@charset "UTF-8";
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Alegreya-normal-700.woff) format("woff"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Poppins-normal-300.woff) format("woff"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins-normal-400.woff) format("woff"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Poppins-normal-600.woff) format("woff"); }

@font-face {
  font-family: 'fae';
  src: url("../fonts/fae.eot?3iazrf");
  src: url("../fonts/fae.eot?3iazrf#iefix") format("embedded-opentype"), url("../fonts/fae.ttf?3iazrf") format("truetype"), url("../fonts/fae.woff?3iazrf") format("woff"), url("../fonts/fae.svg?3iazrf#fae") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="fc-"], [class*=" fc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fae' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fc-user:before {
  content: "\e900"; }

.fc-play:before {
  content: "\e901"; }

.fc-loupe:before {
  content: "\e902"; }

/*!
 *  Font Awesome 4.6.3 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.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

/* ==========================================================================
   Mixins REM
   ========================================================================== */
/* ==========================================================================
   Mixins text-hide
   ========================================================================== */
/* ==========================================================================
   Mixins Buttons
   ========================================================================== */
.form .form-item:after,
.form .form-item--icon:after,
.form .form-item--inline:after, [class^='section--']:after {
  content: '';
  display: table;
  clear: both; }

img {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1rem;
  color: #221e1f; }
  img:before, img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  img:before {
    background-color: #F44336;
    z-index: 1;
    min-height: 3rem; }
  img:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "" " Broken Image";
    z-index: 2;
    padding: 1rem; }

.banner__cover, .blog__figure figure, .issue__figure {
  display: block;
  width: 100%; }
  .banner__cover div, .blog__figure figure div, .issue__figure div, .banner__cover span, .blog__figure figure span, .issue__figure span {
    width: 100%;
    height: 100%;
    display: block; }
    .banner__cover div > img, .blog__figure figure div > img, .issue__figure div > img, .banner__cover span > img, .blog__figure figure span > img, .issue__figure span > img {
      object-fit: cover;
      display: block;
      width: 100%;
      height: 100%;
      backface-visibility: hidden; }
  .banner__cover > img, .blog__figure figure > img, .issue__figure > img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  .banner__cover objectfit, .blog__figure figure objectfit, .issue__figure objectfit {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  color: #221e1f;
  font: 16px/1.5 "Poppins", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility; }

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

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

main {
  display: block; }

details {
  display: block; }

summary {
  display: block; }

progress {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

nav ol,
nav ul {
  list-style: none; }

small {
  font-size: 75%; }

b,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  text-decoration: none;
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: inherit; }

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

input {
  -webkit-border-radius: 0;
  /* Chrome, Safari, Edge, Opera */ }
  input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button; }
  input[type='number']:not(.pagination__current) {
    width: auto; }
  input[type='number'].pagination__current {
    /* Firefox */
    -moz-appearance: textfield; }
  input[type='number'].pagination__current::-webkit-outer-spin-button, input[type='number'].pagination__current::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type='search'] {
    -webkit-appearance: textfield; }
    input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
      -webkit-appearance: none; }

button {
  overflow: visible;
  -webkit-appearance: button; }

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  min-height: 1.5em; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

textarea {
  overflow: auto;
  resize: vertical; }

svg:not(:root) {
  overflow: hidden; }

audio:not([controls]) {
  display: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%; }

.svg {
  display: none; }

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

[aria-busy='true'] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden='false'] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden='false']:focus {
    clip: auto; }

.h1, .gr-typography h1,
.gr-typography .h1, .typography h1 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 60px;
  margin: 30px 0;
  font-weight: normal; }

.h2, .gr-typography h2,
.gr-typography .h2, .typography h2, .blog__title, .project__title, .member__name {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h3, .gr-typography h3,
.gr-typography .h3, .typography h3 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h4, .gr-typography h4,
.gr-typography .h4, .typography h4, .video__title {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h5, .gr-typography h5,
.gr-typography .h5, .typography h5 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h6, .gr-typography h6,
.gr-typography .h6, .typography h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.gr-typography a {
  color: currentColor;
  text-decoration: none; }

.gr-typography p {
  margin-bottom: 1em; }

.gr-typography ul,
.gr-typography ol {
  margin: 30px 0; }
  .gr-typography ul li, .gr-typography ol li {
    position: relative;
    list-style-position: inside; }
    .gr-typography ul li ul, .gr-typography ul li ol, .gr-typography ol li ul, .gr-typography ol li ol {
      margin: 0; }
    .gr-typography ul li li, .gr-typography ol li li {
      padding-left: 1em; }

.gr-typography ol {
  counter-reset: item; }
  .gr-typography ol li {
    list-style: none; }
    .gr-typography ol li:before {
      content: counters(item, ".") " - ";
      counter-increment: item;
      color: #f8981c; }
    .gr-typography ol li ol {
      counter-reset: item; }

.gr-typography address, .typography address {
  font-size: .875em;
  font-style: normal;
  line-height: 1.5; }

.gr-typography {
  line-height: 30px; }
  .gr-typography:before, .gr-typography:after {
    content: '';
    display: table;
    clear: both; }
  .gr-typography a.b-btn {
    margin: 30px 0; }

img.alignright {
  float: right;
  margin: 0 0 2em 2em; }

img.alignleft {
  float: left;
  margin: 0 2em 2em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

.b-btn {
  padding: 1.14286em 1.14286em;
  font-size: 1em;
  border-radius: 6px;
  display: inline-block;
  background-color: #dfdfdf;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid transparent; }

.b-btn--small {
  font-size: 1em; }

.b-btn--large {
  font-size: 1.28571em; }

.b-btn--primary {
  background-color: #1982c4;
  border-color: #dfdfdf;
  transition: all 240ms ease-out; }
  .b-btn--primary:hover {
    background-color: #FFFFFF;
    border-color: #dfdfdf; }
  .b-btn--primary:hover {
    color: #1982c4;
    transform: translate3d(0, -0.25em, 0); }

.b-btn--secondary {
  background-color: #0d466a;
  border-color: #0d466a;
  transition: all 240ms ease-out;
  color: #FFFFFF; }
  .b-btn--secondary:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .b-btn--secondary:hover {
    color: #1982c4;
    transform: translate3d(0, -0.25em, 0); }

.b-btn--info {
  background-color: #037DC3;
  border-color: #dfdfdf; }
  .b-btn--info:hover {
    background-color: #005BAA;
    border-color: #dfdfdf; }

.b-btn--sucess {
  background-color: #4CAF50;
  border-color: #dfdfdf; }
  .b-btn--sucess:hover {
    background-color: #388E3C;
    border-color: #dfdfdf; }

.b-btn--warning {
  background-color: #F44336;
  border-color: #dfdfdf; }
  .b-btn--warning:hover {
    background-color: #D32F2F;
    border-color: #dfdfdf; }

.b-btn-flatt {
  padding: 1.07143em 2.14286em;
  font-size: 1em;
  border-radius: 0;
  display: inline-block;
  background-color: #dfdfdf;
  color: #FFFFFF; }

.b-btn-flatt--primary {
  position: relative;
  background-color: #1982c4;
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
  transition: color .3s; }
  .b-btn-flatt--primary:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #005BAA;
    content: '';
    z-index: -2;
    transition: transform .3s; }
  .b-btn-flatt--primary:hover::after {
    transform: translateY(-80%);
    transition: transform .3s; }

.b-btn-flatt--secondary {
  position: relative;
  background-color: #0d466a;
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
  transition: color .3s; }
  .b-btn-flatt--secondary:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #092e45;
    content: '';
    z-index: -2;
    transition: transform .3s; }
  .b-btn-flatt--secondary:hover::after {
    transform: translateY(-80%);
    transition: transform .3s; }

.member, .member--committee, .member--syndicate, .partner__group {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

@media print {
  nav,
  .nav,
  .menu {
    display: none !important; }
  button,
  .button,
  .btn {
    display: none !important; }
  a:after {
    content: none !important; } }

body {
  font-size: 87.5%; }

.h1, .gr-typography h1,
.gr-typography .h1, .typography h1 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 60px;
  margin: 30px 0;
  font-weight: normal; }

.h2, .gr-typography h2,
.gr-typography .h2, .typography h2, .blog__title, .project__title, .member__name {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h3, .gr-typography h3,
.gr-typography .h3, .typography h3 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h4, .gr-typography h4,
.gr-typography .h4, .typography h4, .video__title {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h5, .gr-typography h5,
.gr-typography .h5, .typography h5 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.h6, .gr-typography h6,
.gr-typography .h6, .typography h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 30px 0;
  font-weight: normal; }

.typography a, .blog__link {
  color: #c02c19;
  text-decoration: none; }
  .typography a:hover, .blog__link:hover {
    text-decoration: underline; }
  .typography a:focus, .blog__link:focus, .typography a:visited, .blog__link:visited {
    color: #c02c19; }
  .typography a[disabled], [disabled].blog__link {
    cursor: not-allowed; }

.link--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.p, .typography p, .form__confirm, .video__description {
  color: #5d5d5d;
  margin-bottom: 1em; }

.typography ul,
.typography ol {
  margin: 30px 0; }
  .typography ul li, .typography ol li {
    position: relative;
    list-style-position: inside; }
    .typography ul li ul, .typography ul li ol, .typography ol li ul, .typography ol li ol {
      margin: 0; }
    .typography ul li li, .typography ol li li {
      padding-left: 1em; }

.typography ul {
  list-style: none; }
  .typography ul li {
    position: relative;
    padding-left: 0.71429em; }
    .typography ul li:before {
      padding-right: 0.42857em;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-weight: 600;
      color: #f8981c;
      position: absolute;
      left: 0;
      top: 6px; }
    .typography ul li li:before {
      content: ""; }
    .typography ul li li li:before {
      content: ""; }

.typography ol {
  counter-reset: item; }
  .typography ol li {
    list-style: none; }
    .typography ol li:before {
      content: counters(item, ".") " - ";
      counter-increment: item;
      font-weight: 600;
      color: #f8981c; }
    .typography ol li ol {
      counter-reset: item; }

.gr-typography address, .typography address {
  font-size: .875em;
  font-style: normal;
  line-height: 1.5; }

.typography {
  line-height: 30px; }
  .typography:before, .typography:after {
    content: '';
    display: table;
    clear: both; }
  .typography a {
    position: relative;
    z-index: 20; }
    .typography a.b-btn {
      margin: 30px 0; }
  .typography iframe {
    max-width: 100%; }
  .typography hr {
    width: 100%;
    display: block;
    height: 1px;
    background: #8a8c8f; }
  @media (max-width: 64em) {
    .typography img {
      float: none;
      width: 100%;
      height: auto; } }

.form {
  font-size: 1em; }
  .form fieldset {
    min-width: 0; }
  .form :focus {
    outline-style: none;
    box-shadow: none; }
  .form .form-item,
  .form .form-item--icon,
  .form .form-item--inline {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 1em; }
  .form .form-item--icon,
  .form .form-item--inline {
    overflow: hidden;
    -ms-flex-direction: row;
        flex-direction: row; }
  .form .form-item--icon i,
  .form .form-item--icon span,
  .form .form-item--icon button {
    display: table-cell;
    height: 50px;
    line-height: 45px;
    padding: 0 1em;
    color: #c02c19;
    /*position: absolute;
                //top: $root-line-height * 1em;
                top: 0;

                height: $form-size;
                line-height: $form-size;*/
    border: 2px solid currentColor;
    border-radius: 0 0 0 0; }
  .form .form-item--inline label {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    line-height: 50px;
    margin-right: 30px;
    margin-bottom: 15px; }

input[type="text"]:not(.pagination__current), input[type="number"]:not(.pagination__current), input[type="email"], input[type="password"], input[type="tel"], input[type="search"], textarea, select, .file-upload-wrapper label {
  background: #FFFFFF;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
  border: 2px solid #dfdfdf;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]:not(.pagination__current)::-webkit-input-placeholder, input[type="number"]:not(.pagination__current)::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .file-upload-wrapper label::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s; }
  input[type="text"]:not(.pagination__current)::-moz-placeholder, input[type="number"]:not(.pagination__current)::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .file-upload-wrapper label::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s; }
  input[type="text"]:-moz-placeholder:not(.pagination__current), input[type="number"]:-moz-placeholder:not(.pagination__current), input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .file-upload-wrapper label:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s; }
  input[type="text"]:-ms-input-placeholder:not(.pagination__current), input[type="number"]:-ms-input-placeholder:not(.pagination__current), input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .file-upload-wrapper label:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s; }
  .form-item--icon input[type="text"]:not(.pagination__current), .form-item--icon input[type="number"]:not(.pagination__current), .form-item--icon input[type="email"], .form-item--icon input[type="password"], .form-item--icon input[type="tel"], .form-item--icon input[type="search"], .form-item--icon textarea, .form-item--icon select, .form-item--icon .file-upload-wrapper label, .file-upload-wrapper .form-item--icon label {
    border-radius: 0 0 0 0; }
  .form-item--icon input[type="text"]:not(.pagination__current) ~ i, .form-item--icon input[type="number"]:not(.pagination__current) ~ i, .form-item--icon input[type="email"] ~ i, .form-item--icon input[type="password"] ~ i, .form-item--icon input[type="tel"] ~ i, .form-item--icon input[type="search"] ~ i, .form-item--icon textarea ~ i, .form-item--icon select ~ i, .form-item--icon .file-upload-wrapper label ~ i, .file-upload-wrapper .form-item--icon label ~ i,
  .form-item--icon input[type="text"]:not(.pagination__current) ~ span,
  .form-item--icon input[type="number"]:not(.pagination__current) ~ span,
  .form-item--icon input[type="email"] ~ span,
  .form-item--icon input[type="password"] ~ span,
  .form-item--icon input[type="tel"] ~ span,
  .form-item--icon input[type="search"] ~ span,
  .form-item--icon textarea ~ span,
  .form-item--icon select ~ span,
  .form-item--icon .file-upload-wrapper label ~ span, .file-upload-wrapper
  .form-item--icon label ~ span,
  .form-item--icon input[type="text"]:not(.pagination__current) ~ button,
  .form-item--icon input[type="number"]:not(.pagination__current) ~ button,
  .form-item--icon input[type="email"] ~ button,
  .form-item--icon input[type="password"] ~ button,
  .form-item--icon input[type="tel"] ~ button,
  .form-item--icon input[type="search"] ~ button,
  .form-item--icon textarea ~ button,
  .form-item--icon select ~ button,
  .form-item--icon .file-upload-wrapper label ~ button, .file-upload-wrapper
  .form-item--icon label ~ button {
    border-radius: 0 0 0 0;
    border-right: 2px solid currentColor;
    margin-left: -2px; }
  .form-item--icon i ~ input[type="text"]:not(.pagination__current), .form-item--icon i ~ input[type="number"]:not(.pagination__current), .form-item--icon i ~ input[type="email"], .form-item--icon i ~ input[type="password"], .form-item--icon i ~ input[type="tel"], .form-item--icon i ~ input[type="search"], .form-item--icon i ~ textarea, .form-item--icon i ~ select, .form-item--icon .file-upload-wrapper i ~ label, .file-upload-wrapper .form-item--icon i ~ label,
  .form-item--icon span ~ input[type="text"]:not(.pagination__current),
  .form-item--icon span ~ input[type="number"]:not(.pagination__current),
  .form-item--icon span ~ input[type="email"],
  .form-item--icon span ~ input[type="password"],
  .form-item--icon span ~ input[type="tel"],
  .form-item--icon span ~ input[type="search"],
  .form-item--icon span ~ textarea,
  .form-item--icon span ~ select,
  .form-item--icon .file-upload-wrapper span ~ label, .file-upload-wrapper
  .form-item--icon span ~ label,
  .form-item--icon button ~ input[type="text"]:not(.pagination__current),
  .form-item--icon button ~ input[type="number"]:not(.pagination__current),
  .form-item--icon button ~ input[type="email"],
  .form-item--icon button ~ input[type="password"],
  .form-item--icon button ~ input[type="tel"],
  .form-item--icon button ~ input[type="search"],
  .form-item--icon button ~ textarea,
  .form-item--icon button ~ select,
  .form-item--icon .file-upload-wrapper button ~ label, .file-upload-wrapper
  .form-item--icon button ~ label {
    border-radius: 0 0 0 0;
    border-left: 0; }
  .form-item input[type="text"]:not(.pagination__current), .form-item input[type="number"]:not(.pagination__current), .form-item input[type="email"], .form-item input[type="password"], .form-item input[type="tel"], .form-item input[type="search"], .form-item textarea, .form-item select, .form-item .file-upload-wrapper label, .file-upload-wrapper .form-item label {
    width: 100%; }
  .form-item--inline input[type="text"]:not(.pagination__current), .form-item--inline input[type="number"]:not(.pagination__current), .form-item--inline input[type="email"], .form-item--inline input[type="password"], .form-item--inline input[type="tel"], .form-item--inline input[type="search"], .form-item--inline textarea, .form-item--inline select, .form-item--inline .file-upload-wrapper label, .file-upload-wrapper .form-item--inline label,
  .form-item--icon input[type="text"]:not(.pagination__current),
  .form-item--icon input[type="number"]:not(.pagination__current),
  .form-item--icon input[type="email"],
  .form-item--icon input[type="password"],
  .form-item--icon input[type="tel"],
  .form-item--icon input[type="search"],
  .form-item--icon textarea,
  .form-item--icon select,
  .form-item--icon .file-upload-wrapper label, .file-upload-wrapper
  .form-item--icon label {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  input[type="text"]:focus:not(.pagination__current), input[type="number"]:focus:not(.pagination__current), input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus, select:focus, .file-upload-wrapper label:focus {
    border-color: #c02c19; }
    input[type="text"]:not(.pagination__current):focus::-webkit-input-placeholder, input[type="number"]:not(.pagination__current):focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, .file-upload-wrapper label:focus::-webkit-input-placeholder {
      opacity: .5; }
    input[type="text"]:not(.pagination__current):focus::-moz-placeholder, input[type="number"]:not(.pagination__current):focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder, .file-upload-wrapper label:focus::-moz-placeholder {
      opacity: .5; }
    input[type="text"]:focus:-moz-placeholder:not(.pagination__current), input[type="number"]:focus:-moz-placeholder:not(.pagination__current), input[type="email"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder, .file-upload-wrapper label:focus:-moz-placeholder {
      opacity: .5; }
    input[type="text"]:focus:-ms-input-placeholder:not(.pagination__current), input[type="number"]:focus:-ms-input-placeholder:not(.pagination__current), input[type="email"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, .file-upload-wrapper label:focus:-ms-input-placeholder {
      opacity: .5; }
    input[type="text"]:focus:not(.pagination__current) ~ i, input[type="number"]:focus:not(.pagination__current) ~ i, input[type="email"]:focus ~ i, input[type="password"]:focus ~ i, input[type="tel"]:focus ~ i, input[type="search"]:focus ~ i, textarea:focus ~ i, select:focus ~ i, .file-upload-wrapper label:focus ~ i, input[type="text"]:focus:not(.pagination__current) ~ span, input[type="number"]:focus:not(.pagination__current) ~ span, input[type="email"]:focus ~ span, input[type="password"]:focus ~ span, input[type="tel"]:focus ~ span, input[type="search"]:focus ~ span, textarea:focus ~ span, select:focus ~ span, .file-upload-wrapper label:focus ~ span, input[type="text"]:focus:not(.pagination__current) ~ button, input[type="number"]:focus:not(.pagination__current) ~ button, input[type="email"]:focus ~ button, input[type="password"]:focus ~ button, input[type="tel"]:focus ~ button, input[type="search"]:focus ~ button, textarea:focus ~ button, select:focus ~ button, .file-upload-wrapper label:focus ~ button,
    i ~ input[type="text"]:focus:not(.pagination__current),
    i ~ input[type="number"]:focus:not(.pagination__current),
    i ~ input[type="email"]:focus,
    i ~ input[type="password"]:focus,
    i ~ input[type="tel"]:focus,
    i ~ input[type="search"]:focus,
    i ~ textarea:focus,
    i ~ select:focus, .file-upload-wrapper
    i ~ label:focus,
    span ~ input[type="text"]:focus:not(.pagination__current),
    span ~ input[type="number"]:focus:not(.pagination__current),
    span ~ input[type="email"]:focus,
    span ~ input[type="password"]:focus,
    span ~ input[type="tel"]:focus,
    span ~ input[type="search"]:focus,
    span ~ textarea:focus,
    span ~ select:focus, .file-upload-wrapper
    span ~ label:focus,
    button ~ input[type="text"]:focus:not(.pagination__current),
    button ~ input[type="number"]:focus:not(.pagination__current),
    button ~ input[type="email"]:focus,
    button ~ input[type="password"]:focus,
    button ~ input[type="tel"]:focus,
    button ~ input[type="search"]:focus,
    button ~ textarea:focus,
    button ~ select:focus, .file-upload-wrapper
    button ~ label:focus {
      border-color: #c02c19;
      color: #c02c19; }

textarea {
  height: 250px; }

[type='submit'],
button {
  cursor: pointer; }

.radio-wrapper {
  display: inherit; }
  .form-item--inline .radio-wrapper {
    float: left; }
  .form-item .radio-wrapper + .radio-wrapper {
    margin-top: 1em; }
  .radio-wrapper .radio-hidden {
    display: none; }
    .radio-wrapper .radio-hidden + label {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      line-height: 20px;
      min-height: 20px;
      cursor: pointer;
      color: #221e1f; }
      .radio-wrapper .radio-hidden + label:before, .radio-wrapper .radio-hidden + label:after {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0; }
      .radio-wrapper .radio-hidden + label:before {
        display: inline-block;
        content: '';
        background-color: #FFFFFF;
        border: 2px solid currentColor;
        color: #dfdfdf;
        transition: border-color 240ms ease-in-out;
        border-radius: 50%; }
      .radio-wrapper .radio-hidden + label:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        padding-left: 1px;
        font-size: 11.42857px;
        content: "";
        text-align: center;
        opacity: 0;
        line-height: 20px;
        color: #c02c19;
        transition: all 240ms ease-in-out;
        transform: scale(0); }
      .radio-wrapper .radio-hidden + label:hover:before {
        border-color: #c02c19; }
    .radio-wrapper .radio-hidden:checked + label:after {
      opacity: 1;
      transform: scale(1); }

.checkbox-wrapper {
  display: inherit; }
  .checkbox-wrapper::after {
    clear: both;
    content: '';
    display: block; }
  .form-item--inline .checkbox-wrapper {
    float: left; }
  .form-item .checkbox-wrapper + .checkbox-wrapper {
    margin-top: 1em; }
  .checkbox-wrapper .checkbox-hidden {
    display: none; }
    .checkbox-wrapper .checkbox-hidden + label {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      line-height: 20px;
      min-height: 20px;
      cursor: pointer;
      color: #221e1f; }
      .checkbox-wrapper .checkbox-hidden + label:before, .checkbox-wrapper .checkbox-hidden + label:after {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0; }
      .checkbox-wrapper .checkbox-hidden + label:before {
        display: inline-block;
        content: '';
        background-color: #FFFFFF;
        border: 2px solid currentColor;
        color: #dfdfdf;
        transition: border-color 240ms ease-in-out; }
      .checkbox-wrapper .checkbox-hidden + label:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        font-size: 14.28571px;
        content: "";
        text-align: center;
        opacity: 0;
        line-height: 20px;
        color: #c02c19;
        transition: all 240ms ease-in-out;
        transform: scale(0); }
      .checkbox-wrapper .checkbox-hidden + label:hover:before {
        border-color: #c02c19; }
    .checkbox-wrapper .checkbox-hidden:checked + label:after {
      opacity: 1;
      transform: scale(1); }

.select-wrapper {
  position: relative;
  height: 50px;
  cursor: pointer;
  display: inherit; }
  .select-wrapper select:focus ~ .select-styled,
  .select-wrapper select:focus ~ .select-options {
    border-color: #c02c19; }
  .select-wrapper .select-hidden {
    opacity: 0;
    height: 50px; }
  .select-wrapper .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 50px;
    text-align: left;
    padding: 0 66px 0 1em;
    border: 2px solid currentColor;
    border-color: #dfdfdf;
    border-radius: 0;
    transition: border-radius 240ms ease-in-out;
    color: #8a8c8f;
    overflow: hidden;
    z-index: 50; }
    .select-wrapper .select-styled:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      top: 0;
      right: 0;
      color: #c02c19;
      transition: background-color 240ms ease-in-out;
      border: 2px solid currentColor; }
    .select-wrapper .select-styled:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      font-size: 1.1em;
      width: 50px;
      text-align: center;
      top: 0;
      right: 0;
      color: #c02c19;
      line-height: 50px;
      transition: transform 240ms ease-in-out; }
    .select-wrapper .select-styled:focus, .select-wrapper .select-styled:active, .select-wrapper .select-styled.is-active {
      border-radius: 0 0 0 0; }
      .select-wrapper .select-styled:focus:after, .select-wrapper .select-styled:active:after, .select-wrapper .select-styled.is-active:after {
        color: #FFFFFF;
        transform: rotate(-180deg); }
      .select-wrapper .select-styled:focus:before, .select-wrapper .select-styled:active:before, .select-wrapper .select-styled.is-active:before {
        background-color: #c02c19; }
  .select-wrapper .select-options {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: calc( 100% - 1px);
    right: 0;
    left: 0;
    z-index: 49;
    text-align: left;
    background: #FFFFFF;
    border-radius: 0 0 0 0;
    transition: height 240ms ease-in-out;
    color: #dfdfdf; }
    .select-wrapper .select-options span {
      padding-bottom: 1em; }
    .select-wrapper .select-options li {
      padding: 1em;
      list-style-type: none;
      color: #221e1f;
      transition: background 240ms; }
      .select-wrapper .select-options li:last-child {
        border-radius: 0 0 0 0; }
      .select-wrapper .select-options li[rel='hide'] {
        display: none; }
      .select-wrapper .select-options li:hover {
        background-color: #f4f4f4; }
      .select-wrapper .select-options li.select-group:not(:last-child) {
        padding-bottom: 0; }
    .select-wrapper .select-options.is-active {
      border: 2px solid currentColor;
      margin-top: -1px;
      height: auto; }
  .select-wrapper.is-inverted .select-styled:focus, .select-wrapper.is-inverted .select-styled:active, .select-wrapper.is-inverted .select-styled.is-active {
    border-radius: 0 0 0 0; }
  .select-wrapper.is-inverted .select-options {
    top: auto;
    bottom: calc( 100% - 1px);
    margin-bottom: 0;
    border-radius: 0 0 0 0; }
    .select-wrapper.is-inverted .select-options.is-active {
      margin-top: 0;
      margin-bottom: -1px; }

.file-upload-wrapper {
  cursor: pointer;
  display: inherit; }
  .file-upload-wrapper .input-file-hidden {
    display: none; }
  .file-upload-wrapper label {
    overflow: hidden;
    color: #8a8c8f;
    text-overflow: ellipsis; }
    .file-upload-wrapper label:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      width: 50px;
      text-align: center;
      top: 0;
      right: 0;
      color: #c02c19;
      line-height: 46px;
      transition: transform 240ms ease-in-out;
      border: 2px solid currentColor; }
    .file-upload-wrapper label.is-ready:after {
      content: ""; }

.parsley-error :not(label),
.parsley-error .file-upload-wrapper label {
  color: #F44336 !important;
  border-color: #F44336 !important; }

.parsley-error label:before,
.parsley-error label:after {
  border-color: #F44336 !important; }

.parsley-errors-list {
  list-style: none;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  margin-top: 0.5em;
  margin-bottom: 1em; }
  .form-item .parsley-errors-list {
    float: left; }
  .form-item--inline .parsley-errors-list {
    display: inline-block;
    float: right; }

.form__header {
  margin: 30px 0; }
  .form__header div.mandatory {
    margin-bottom: 15px; }

.form__footer {
  margin: 60px 0 30px; }

.form-item + .form-item,
.form-item + .form--inline {
  margin-top: 15px; }

.form-item[gr-grid='row'] {
  -ms-flex-direction: row;
      flex-direction: row; }

.form-item [gr-grid] + [gr-grid] {
  margin-top: 15px; }

.form-item--checkboxes {
  padding-bottom: 30px; }
  .form-item--checkboxes .parsley-errors-list {
    position: absolute;
    left: 0;
    bottom: 0; }

.form-item__caption {
  margin-top: 10px;
  color: #8a8c8f;
  font-size: 0.85714em; }

@media (min-width: 40em) {
  .form-item [gr-grid^='xs-'] + [gr-grid^='xs-'] {
    margin-top: 0; } }

@media (min-width: 48em) {
  .form-item [gr-grid^='sm-'] + [gr-grid^='sm-'] {
    margin-top: 0; } }

.form-item input + input {
  margin-top: 15px; }

.form .form-item.form-item--nomargin,
.form .form-item--inline.form-item--nomargin {
  margin-bottom: 0; }

.form .form-item--icon label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 50px;
  margin-right: 30px;
  margin-bottom: 15px; }

.form .form-item--inline .radio-wrapper {
  margin-top: 1em; }
  @media (max-width: 768px) {
    .form .form-item--inline .radio-wrapper {
      margin-top: 0; } }
  @media (min-width: 48em) {
    .form .form-item--inline .radio-wrapper {
      margin-top: 0; } }

.form .form-item--radio {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .form .form-item--radio {
      margin-top: 0; } }
  .form .form-item--radio > label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    line-height: 1; }
  .form .form-item--radio + .form-item {
    margin-top: 0;
    margin-bottom: 1.5em; }

.file-upload-wrapper {
  position: relative; }

.form__success {
  display: none; }

.mandatory {
  color: #F44336; }

.captcha-fae {
  margin: 15px 0; }

.form-msg--success, .form-msg--error {
  position: relative;
  padding: 15px 15px 15px 35px;
  margin-bottom: 15px;
  clear: both; }
  .form-msg--success:before, .form-msg--error:before {
    font-family: "fontAwesome";
    position: absolute;
    top: 15px;
    left: 15px; }
  .form-msg--success a, .form-msg--error a {
    text-decoration: underline; }

.form-msg--success {
  border: 2px solid #8dc63e;
  color: #8dc63e; }
  .form-msg--success:before {
    content: ""; }
  .form-msg--success a {
    color: #8dc63e; }

.form-msg--error {
  border: 2px solid #F44336;
  color: #F44336; }
  .form-msg--error:before {
    content: ""; }
  .form-msg--error a {
    color: #F44336; }

.formulaire_progression {
  padding-top: 30px;
  display: none; }

.form-item textarea {
  line-height: 25px;
  padding: 0.5em 1em; }

.select-wrapper .select-styled {
  border: 0;
  box-shadow: inset 0 0 0 2px #dfdfdf;
  word-break: break-all; }

.select-wrapper .select-options {
  max-height: 24.75rem;
  overflow-y: auto;
  z-index: 1000; }
  .select-wrapper .select-options [disabled] {
    color: #8a8c8f; }

.parsley-error .select-wrapper .select-styled {
  box-shadow: inset 0 0 0 2px #F44336; }
  .parsley-error .select-wrapper .select-styled:before {
    color: #F44336; }

.gsc-search-box {
  max-width: 25em; }

input.gsc-input {
  min-height: 0; }

.gsc-input-box,
.gsc-search-button {
  box-sizing: content-box; }

.gsc-control-cse {
  padding: 0 !important; }

table.gsc-search-box td {
  vertical-align: top !important; }

input.gsc-search-button-v2 {
  margin-top: 0 !important; }

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  font-size: 0.85714em !important;
  padding: 1em 1.71429em !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select,
.gform_wrapper textarea {
  padding-left: 1rem !important; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0 !important; }

.gform_wrapper .gform_button {
  padding: 0.85714em 1.71429em;
  font-size: 1em;
  border-radius: 0;
  display: inline-block;
  color: #c02c19;
  text-transform: uppercase;
  border: 2px solid transparent;
  position: relative;
  transition: transform 240ms;
  border: #c02c19 2px solid;
  background-color: white;
  font-weight: 600; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:active {
    transform: translate3d(0, -0.25em, 0);
    background-color: #c02c19;
    color: #FFFFFF; }

.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  font-size: 1em !important; }

.gform_wrapper .checkbox-wrapper .ginput_container_checkbox input,
.gform_wrapper .gfield .ginput_container_checkbox input {
  display: none !important; }
  .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input + label,
  .gform_wrapper .gfield .ginput_container_checkbox input + label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    line-height: 20px;
    min-height: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #221e1f; }
    .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input + label:before, .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input + label:after,
    .gform_wrapper .gfield .ginput_container_checkbox input + label:before,
    .gform_wrapper .gfield .ginput_container_checkbox input + label:after {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0; }
    .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input + label:before,
    .gform_wrapper .gfield .ginput_container_checkbox input + label:before {
      display: inline-block;
      content: '';
      background-color: #FFFFFF;
      border: 2px solid currentColor;
      color: #dfdfdf;
      transition: border-color 240ms ease-in-out; }
    .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input + label:after,
    .gform_wrapper .gfield .ginput_container_checkbox input + label:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      padding-left: 1px;
      font-size: 20px / 1.75;
      content: "";
      text-align: center;
      opacity: 0;
      line-height: 20px;
      color: #c02c19;
      transition: all 240ms ease-in-out;
      transform: scale(0); }
    .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input + label:hover:before,
    .gform_wrapper .gfield .ginput_container_checkbox input + label:hover:before {
      border-color: #c02c19; }
  .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input:checked + label,
  .gform_wrapper .gfield .ginput_container_checkbox input:checked + label {
    font-weight: normal !important; }
    .gform_wrapper .checkbox-wrapper .ginput_container_checkbox input:checked + label:after,
    .gform_wrapper .gfield .ginput_container_checkbox input:checked + label:after {
      opacity: 1;
      transform: scale(1); }

.gform_wrapper .ginput_container_select select {
  cursor: pointer;
  background: url(../img/svg/ic-arrow-down.svg) no-repeat 98%;
  background-size: 20px auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .gform_wrapper .ginput_container_select select:focus {
    border-color: #dfdfdf; }

.gform_wrapper .top_label .gfield_label .file-upload-wrapper label,
.gform_wrapper .file-upload-wrapper label {
  width: 100%;
  line-height: 50px !important;
  cursor: pointer;
  margin-top: 0 !important; }

@media only screen and (min-width: 641px) {
  .gform_wrapper .file-small .file-upload-wrapper {
    width: 25%; }
  .gform_wrapper .file-medium .file-upload-wrapper {
    width: calc(50% - 8px); } }

.btn {
  padding: 0.85714em 1.71429em;
  font-size: 1em;
  border-radius: 0;
  display: inline-block;
  background-color: #dfdfdf;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 2px solid transparent; }

.btn--small {
  font-size: 1em; }

.btn--large {
  font-size: 1.14286em; }

.btn--primary {
  background-color: transparent;
  border-color: #c02c19;
  color: #c02c19; }
  .btn--primary:hover {
    background-color: transparent;
    border-color: #c02c19; }
  .btn--primary:hover {
    color: #FFFFFF; }

.btn--secondary {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .btn--secondary:hover {
    background-color: transparent;
    border-color: #FFFFFF; }
  .btn--secondary:hover {
    color: #c02c19; }

.btn--category {
  border: none;
  border-radius: 25px;
  line-height: 1.4;
  background-color: #fcd098;
  color: #ec7b6d;
  margin-bottom: 15px;
  margin-right: 15px; }
  .btn--category::after {
    border-radius: 25px; }

.btn--category-active {
  background-color: #c02c19;
  color: #FFFFFF; }

.newsletter__form .btn:hover, #newsletter_form input:focus:not([type="submit"]) ~ button:hover {
  color: #f8981c; }

.issue--blue .btn--secondary:hover {
  color: #005595; }

.issue--turquoise .btn--secondary:hover {
  color: #22b0a5; }

.issue--green .btn--secondary:hover {
  color: #8dc63e; }

.btn--primary,
.btn--secondary {
  position: relative;
  transition: transform 240ms; }
  .btn--primary:after,
  .btn--secondary:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 240ms; }
  .btn--primary:hover, .btn--primary:active,
  .btn--secondary:hover,
  .btn--secondary:active {
    transform: translate3d(0, -0.25em, 0); }
    .btn--primary:hover:after, .btn--primary:active:after,
    .btn--secondary:hover:after,
    .btn--secondary:active:after {
      height: 100%; }

.btn--primary:after {
  background-color: #c02c19; }

.btn--secondary:after {
  background-color: #FFFFFF; }

/* Container */
[gr-grid^='container'], [class^='section--'], .section--fluid, .footer__inner, .modal__inner, .newsletter {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  /* Container fluid*/ }
  [gr-grid^='container'][gr-grid$='--fluid'], [gr-grid$='--fluid'][class^='section--'], .section--fluid, [gr-grid$='--fluid'].footer__inner, [gr-grid$='--fluid'].modal__inner, [gr-grid$='--fluid'].newsletter {
    max-width: 100%; }

/* Row */
[gr-grid~=row] {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  /* Collapse without breakpoint */
  /* Uncollapse without breakpoint */ }
  [gr-grid~=row][gr-grid~=collapse] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~=uncollapse] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }

/* Flex row options without breakpoint */
[gr-grid~=row] {
  /* Flex reverse row */
  /* Flex reverse columns */
  /* Flex reverse columns */
  /* Flex center without breakpoint */
  /* Flex between without breakpoint */
  /* Flex around without breakpoint */ }
  [gr-grid~=row][gr-grid~=row--reverse] {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  [gr-grid~=row][gr-grid~=row--column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [gr-grid~=row][gr-grid~=row--column-reverse] {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  [gr-grid~=row][gr-grid~=center] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~=between] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~=around] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

/* block grid row */
[gr-grid~=row--block] {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

/* Columns */
[gr-grid~=row] [gr-grid*='-'],
[gr-grid~=row] [gr-grid~=column] {
  display: block;
  width: 100%;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Block column */
[gr-grid=block] {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 0) {
  [gr-grid~=row] [gr-grid~='root-1'] {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  [gr-grid~=row--block][gr-grid~='root-1'] [gr-grid=block] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gr-grid~=row] [gr-grid~='root-offset-1'] {
    margin-left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='root-pull-1'] {
    position: relative;
    right: 8.33333%; }
  [gr-grid~=row] [gr-grid~='root-push-1'] {
    position: relative;
    left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='root-2'] {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  [gr-grid~=row--block][gr-grid~='root-2'] [gr-grid=block] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gr-grid~=row] [gr-grid~='root-offset-2'] {
    margin-left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='root-pull-2'] {
    position: relative;
    right: 16.66667%; }
  [gr-grid~=row] [gr-grid~='root-push-2'] {
    position: relative;
    left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='root-3'] {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  [gr-grid~=row--block][gr-grid~='root-3'] [gr-grid=block] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gr-grid~=row] [gr-grid~='root-offset-3'] {
    margin-left: 25%; }
  [gr-grid~=row] [gr-grid~='root-pull-3'] {
    position: relative;
    right: 25%; }
  [gr-grid~=row] [gr-grid~='root-push-3'] {
    position: relative;
    left: 25%; }
  [gr-grid~=row] [gr-grid~='root-4'] {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  [gr-grid~=row--block][gr-grid~='root-4'] [gr-grid=block] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gr-grid~=row] [gr-grid~='root-offset-4'] {
    margin-left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='root-pull-4'] {
    position: relative;
    right: 33.33333%; }
  [gr-grid~=row] [gr-grid~='root-push-4'] {
    position: relative;
    left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='root-5'] {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  [gr-grid~=row--block][gr-grid~='root-5'] [gr-grid=block] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gr-grid~=row] [gr-grid~='root-offset-5'] {
    margin-left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='root-pull-5'] {
    position: relative;
    right: 41.66667%; }
  [gr-grid~=row] [gr-grid~='root-push-5'] {
    position: relative;
    left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='root-6'] {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  [gr-grid~=row--block][gr-grid~='root-6'] [gr-grid=block] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gr-grid~=row] [gr-grid~='root-offset-6'] {
    margin-left: 50%; }
  [gr-grid~=row] [gr-grid~='root-pull-6'] {
    position: relative;
    right: 50%; }
  [gr-grid~=row] [gr-grid~='root-push-6'] {
    position: relative;
    left: 50%; }
  [gr-grid~=row] [gr-grid~='root-7'] {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  [gr-grid~=row--block][gr-grid~='root-7'] [gr-grid=block] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gr-grid~=row] [gr-grid~='root-offset-7'] {
    margin-left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='root-pull-7'] {
    position: relative;
    right: 58.33333%; }
  [gr-grid~=row] [gr-grid~='root-push-7'] {
    position: relative;
    left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='root-8'] {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  [gr-grid~=row--block][gr-grid~='root-8'] [gr-grid=block] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gr-grid~=row] [gr-grid~='root-offset-8'] {
    margin-left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='root-pull-8'] {
    position: relative;
    right: 66.66667%; }
  [gr-grid~=row] [gr-grid~='root-push-8'] {
    position: relative;
    left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='root-9'] {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  [gr-grid~=row--block][gr-grid~='root-9'] [gr-grid=block] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gr-grid~=row] [gr-grid~='root-offset-9'] {
    margin-left: 75%; }
  [gr-grid~=row] [gr-grid~='root-pull-9'] {
    position: relative;
    right: 75%; }
  [gr-grid~=row] [gr-grid~='root-push-9'] {
    position: relative;
    left: 75%; }
  [gr-grid~=row] [gr-grid~='root-10'] {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  [gr-grid~=row--block][gr-grid~='root-10'] [gr-grid=block] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gr-grid~=row] [gr-grid~='root-offset-10'] {
    margin-left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='root-pull-10'] {
    position: relative;
    right: 83.33333%; }
  [gr-grid~=row] [gr-grid~='root-push-10'] {
    position: relative;
    left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='root-11'] {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  [gr-grid~=row--block][gr-grid~='root-11'] [gr-grid=block] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gr-grid~=row] [gr-grid~='root-offset-11'] {
    margin-left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='root-pull-11'] {
    position: relative;
    right: 91.66667%; }
  [gr-grid~=row] [gr-grid~='root-push-11'] {
    position: relative;
    left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='root-12'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [gr-grid~=row--block][gr-grid~='root-12'] [gr-grid=block] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gr-grid~=row] [gr-grid~='root-offset-12'] {
    margin-left: 100%; }
  [gr-grid~=row] [gr-grid~='root-pull-12'] {
    position: relative;
    right: 100%; }
  [gr-grid~=row] [gr-grid~='root-push-12'] {
    position: relative;
    left: 100%; } }

@media only screen and (min-width: 40em) {
  [gr-grid~=row] [gr-grid~='xs-1'] {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  [gr-grid~=row--block][gr-grid~='xs-1'] [gr-grid=block] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gr-grid~=row] [gr-grid~='xs-offset-1'] {
    margin-left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xs-pull-1'] {
    position: relative;
    right: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xs-push-1'] {
    position: relative;
    left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xs-2'] {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  [gr-grid~=row--block][gr-grid~='xs-2'] [gr-grid=block] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gr-grid~=row] [gr-grid~='xs-offset-2'] {
    margin-left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xs-pull-2'] {
    position: relative;
    right: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xs-push-2'] {
    position: relative;
    left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xs-3'] {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  [gr-grid~=row--block][gr-grid~='xs-3'] [gr-grid=block] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xs-offset-3'] {
    margin-left: 25%; }
  [gr-grid~=row] [gr-grid~='xs-pull-3'] {
    position: relative;
    right: 25%; }
  [gr-grid~=row] [gr-grid~='xs-push-3'] {
    position: relative;
    left: 25%; }
  [gr-grid~=row] [gr-grid~='xs-4'] {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  [gr-grid~=row--block][gr-grid~='xs-4'] [gr-grid=block] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gr-grid~=row] [gr-grid~='xs-offset-4'] {
    margin-left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xs-pull-4'] {
    position: relative;
    right: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xs-push-4'] {
    position: relative;
    left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xs-5'] {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  [gr-grid~=row--block][gr-grid~='xs-5'] [gr-grid=block] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gr-grid~=row] [gr-grid~='xs-offset-5'] {
    margin-left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='xs-pull-5'] {
    position: relative;
    right: 41.66667%; }
  [gr-grid~=row] [gr-grid~='xs-push-5'] {
    position: relative;
    left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='xs-6'] {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  [gr-grid~=row--block][gr-grid~='xs-6'] [gr-grid=block] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xs-offset-6'] {
    margin-left: 50%; }
  [gr-grid~=row] [gr-grid~='xs-pull-6'] {
    position: relative;
    right: 50%; }
  [gr-grid~=row] [gr-grid~='xs-push-6'] {
    position: relative;
    left: 50%; }
  [gr-grid~=row] [gr-grid~='xs-7'] {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  [gr-grid~=row--block][gr-grid~='xs-7'] [gr-grid=block] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gr-grid~=row] [gr-grid~='xs-offset-7'] {
    margin-left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='xs-pull-7'] {
    position: relative;
    right: 58.33333%; }
  [gr-grid~=row] [gr-grid~='xs-push-7'] {
    position: relative;
    left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='xs-8'] {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  [gr-grid~=row--block][gr-grid~='xs-8'] [gr-grid=block] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gr-grid~=row] [gr-grid~='xs-offset-8'] {
    margin-left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='xs-pull-8'] {
    position: relative;
    right: 66.66667%; }
  [gr-grid~=row] [gr-grid~='xs-push-8'] {
    position: relative;
    left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='xs-9'] {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  [gr-grid~=row--block][gr-grid~='xs-9'] [gr-grid=block] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gr-grid~=row] [gr-grid~='xs-offset-9'] {
    margin-left: 75%; }
  [gr-grid~=row] [gr-grid~='xs-pull-9'] {
    position: relative;
    right: 75%; }
  [gr-grid~=row] [gr-grid~='xs-push-9'] {
    position: relative;
    left: 75%; }
  [gr-grid~=row] [gr-grid~='xs-10'] {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  [gr-grid~=row--block][gr-grid~='xs-10'] [gr-grid=block] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gr-grid~=row] [gr-grid~='xs-offset-10'] {
    margin-left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='xs-pull-10'] {
    position: relative;
    right: 83.33333%; }
  [gr-grid~=row] [gr-grid~='xs-push-10'] {
    position: relative;
    left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='xs-11'] {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  [gr-grid~=row--block][gr-grid~='xs-11'] [gr-grid=block] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gr-grid~=row] [gr-grid~='xs-offset-11'] {
    margin-left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='xs-pull-11'] {
    position: relative;
    right: 91.66667%; }
  [gr-grid~=row] [gr-grid~='xs-push-11'] {
    position: relative;
    left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='xs-12'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [gr-grid~=row--block][gr-grid~='xs-12'] [gr-grid=block] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xs-offset-12'] {
    margin-left: 100%; }
  [gr-grid~=row] [gr-grid~='xs-pull-12'] {
    position: relative;
    right: 100%; }
  [gr-grid~=row] [gr-grid~='xs-push-12'] {
    position: relative;
    left: 100%; } }

@media only screen and (min-width: 48em) {
  [gr-grid~=row] [gr-grid~='sm-1'] {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  [gr-grid~=row--block][gr-grid~='sm-1'] [gr-grid=block] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gr-grid~=row] [gr-grid~='sm-offset-1'] {
    margin-left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='sm-pull-1'] {
    position: relative;
    right: 8.33333%; }
  [gr-grid~=row] [gr-grid~='sm-push-1'] {
    position: relative;
    left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='sm-2'] {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  [gr-grid~=row--block][gr-grid~='sm-2'] [gr-grid=block] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gr-grid~=row] [gr-grid~='sm-offset-2'] {
    margin-left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='sm-pull-2'] {
    position: relative;
    right: 16.66667%; }
  [gr-grid~=row] [gr-grid~='sm-push-2'] {
    position: relative;
    left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='sm-3'] {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  [gr-grid~=row--block][gr-grid~='sm-3'] [gr-grid=block] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gr-grid~=row] [gr-grid~='sm-offset-3'] {
    margin-left: 25%; }
  [gr-grid~=row] [gr-grid~='sm-pull-3'] {
    position: relative;
    right: 25%; }
  [gr-grid~=row] [gr-grid~='sm-push-3'] {
    position: relative;
    left: 25%; }
  [gr-grid~=row] [gr-grid~='sm-4'] {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  [gr-grid~=row--block][gr-grid~='sm-4'] [gr-grid=block] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gr-grid~=row] [gr-grid~='sm-offset-4'] {
    margin-left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='sm-pull-4'] {
    position: relative;
    right: 33.33333%; }
  [gr-grid~=row] [gr-grid~='sm-push-4'] {
    position: relative;
    left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='sm-5'] {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  [gr-grid~=row--block][gr-grid~='sm-5'] [gr-grid=block] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gr-grid~=row] [gr-grid~='sm-offset-5'] {
    margin-left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='sm-pull-5'] {
    position: relative;
    right: 41.66667%; }
  [gr-grid~=row] [gr-grid~='sm-push-5'] {
    position: relative;
    left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='sm-6'] {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  [gr-grid~=row--block][gr-grid~='sm-6'] [gr-grid=block] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gr-grid~=row] [gr-grid~='sm-offset-6'] {
    margin-left: 50%; }
  [gr-grid~=row] [gr-grid~='sm-pull-6'] {
    position: relative;
    right: 50%; }
  [gr-grid~=row] [gr-grid~='sm-push-6'] {
    position: relative;
    left: 50%; }
  [gr-grid~=row] [gr-grid~='sm-7'] {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  [gr-grid~=row--block][gr-grid~='sm-7'] [gr-grid=block] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gr-grid~=row] [gr-grid~='sm-offset-7'] {
    margin-left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='sm-pull-7'] {
    position: relative;
    right: 58.33333%; }
  [gr-grid~=row] [gr-grid~='sm-push-7'] {
    position: relative;
    left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='sm-8'] {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  [gr-grid~=row--block][gr-grid~='sm-8'] [gr-grid=block] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gr-grid~=row] [gr-grid~='sm-offset-8'] {
    margin-left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='sm-pull-8'] {
    position: relative;
    right: 66.66667%; }
  [gr-grid~=row] [gr-grid~='sm-push-8'] {
    position: relative;
    left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='sm-9'] {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  [gr-grid~=row--block][gr-grid~='sm-9'] [gr-grid=block] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gr-grid~=row] [gr-grid~='sm-offset-9'] {
    margin-left: 75%; }
  [gr-grid~=row] [gr-grid~='sm-pull-9'] {
    position: relative;
    right: 75%; }
  [gr-grid~=row] [gr-grid~='sm-push-9'] {
    position: relative;
    left: 75%; }
  [gr-grid~=row] [gr-grid~='sm-10'] {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  [gr-grid~=row--block][gr-grid~='sm-10'] [gr-grid=block] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gr-grid~=row] [gr-grid~='sm-offset-10'] {
    margin-left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='sm-pull-10'] {
    position: relative;
    right: 83.33333%; }
  [gr-grid~=row] [gr-grid~='sm-push-10'] {
    position: relative;
    left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='sm-11'] {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  [gr-grid~=row--block][gr-grid~='sm-11'] [gr-grid=block] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gr-grid~=row] [gr-grid~='sm-offset-11'] {
    margin-left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='sm-pull-11'] {
    position: relative;
    right: 91.66667%; }
  [gr-grid~=row] [gr-grid~='sm-push-11'] {
    position: relative;
    left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='sm-12'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [gr-grid~=row--block][gr-grid~='sm-12'] [gr-grid=block] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gr-grid~=row] [gr-grid~='sm-offset-12'] {
    margin-left: 100%; }
  [gr-grid~=row] [gr-grid~='sm-pull-12'] {
    position: relative;
    right: 100%; }
  [gr-grid~=row] [gr-grid~='sm-push-12'] {
    position: relative;
    left: 100%; } }

@media only screen and (min-width: 64em) {
  [gr-grid~=row] [gr-grid~='md-1'] {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  [gr-grid~=row--block][gr-grid~='md-1'] [gr-grid=block] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gr-grid~=row] [gr-grid~='md-offset-1'] {
    margin-left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='md-pull-1'] {
    position: relative;
    right: 8.33333%; }
  [gr-grid~=row] [gr-grid~='md-push-1'] {
    position: relative;
    left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='md-2'] {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  [gr-grid~=row--block][gr-grid~='md-2'] [gr-grid=block] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gr-grid~=row] [gr-grid~='md-offset-2'] {
    margin-left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='md-pull-2'] {
    position: relative;
    right: 16.66667%; }
  [gr-grid~=row] [gr-grid~='md-push-2'] {
    position: relative;
    left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='md-3'] {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  [gr-grid~=row--block][gr-grid~='md-3'] [gr-grid=block] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gr-grid~=row] [gr-grid~='md-offset-3'] {
    margin-left: 25%; }
  [gr-grid~=row] [gr-grid~='md-pull-3'] {
    position: relative;
    right: 25%; }
  [gr-grid~=row] [gr-grid~='md-push-3'] {
    position: relative;
    left: 25%; }
  [gr-grid~=row] [gr-grid~='md-4'] {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  [gr-grid~=row--block][gr-grid~='md-4'] [gr-grid=block] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gr-grid~=row] [gr-grid~='md-offset-4'] {
    margin-left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='md-pull-4'] {
    position: relative;
    right: 33.33333%; }
  [gr-grid~=row] [gr-grid~='md-push-4'] {
    position: relative;
    left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='md-5'] {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  [gr-grid~=row--block][gr-grid~='md-5'] [gr-grid=block] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gr-grid~=row] [gr-grid~='md-offset-5'] {
    margin-left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='md-pull-5'] {
    position: relative;
    right: 41.66667%; }
  [gr-grid~=row] [gr-grid~='md-push-5'] {
    position: relative;
    left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='md-6'] {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  [gr-grid~=row--block][gr-grid~='md-6'] [gr-grid=block] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gr-grid~=row] [gr-grid~='md-offset-6'] {
    margin-left: 50%; }
  [gr-grid~=row] [gr-grid~='md-pull-6'] {
    position: relative;
    right: 50%; }
  [gr-grid~=row] [gr-grid~='md-push-6'] {
    position: relative;
    left: 50%; }
  [gr-grid~=row] [gr-grid~='md-7'] {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  [gr-grid~=row--block][gr-grid~='md-7'] [gr-grid=block] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gr-grid~=row] [gr-grid~='md-offset-7'] {
    margin-left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='md-pull-7'] {
    position: relative;
    right: 58.33333%; }
  [gr-grid~=row] [gr-grid~='md-push-7'] {
    position: relative;
    left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='md-8'] {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  [gr-grid~=row--block][gr-grid~='md-8'] [gr-grid=block] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gr-grid~=row] [gr-grid~='md-offset-8'] {
    margin-left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='md-pull-8'] {
    position: relative;
    right: 66.66667%; }
  [gr-grid~=row] [gr-grid~='md-push-8'] {
    position: relative;
    left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='md-9'] {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  [gr-grid~=row--block][gr-grid~='md-9'] [gr-grid=block] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gr-grid~=row] [gr-grid~='md-offset-9'] {
    margin-left: 75%; }
  [gr-grid~=row] [gr-grid~='md-pull-9'] {
    position: relative;
    right: 75%; }
  [gr-grid~=row] [gr-grid~='md-push-9'] {
    position: relative;
    left: 75%; }
  [gr-grid~=row] [gr-grid~='md-10'] {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  [gr-grid~=row--block][gr-grid~='md-10'] [gr-grid=block] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gr-grid~=row] [gr-grid~='md-offset-10'] {
    margin-left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='md-pull-10'] {
    position: relative;
    right: 83.33333%; }
  [gr-grid~=row] [gr-grid~='md-push-10'] {
    position: relative;
    left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='md-11'] {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  [gr-grid~=row--block][gr-grid~='md-11'] [gr-grid=block] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gr-grid~=row] [gr-grid~='md-offset-11'] {
    margin-left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='md-pull-11'] {
    position: relative;
    right: 91.66667%; }
  [gr-grid~=row] [gr-grid~='md-push-11'] {
    position: relative;
    left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='md-12'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [gr-grid~=row--block][gr-grid~='md-12'] [gr-grid=block] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gr-grid~=row] [gr-grid~='md-offset-12'] {
    margin-left: 100%; }
  [gr-grid~=row] [gr-grid~='md-pull-12'] {
    position: relative;
    right: 100%; }
  [gr-grid~=row] [gr-grid~='md-push-12'] {
    position: relative;
    left: 100%; } }

@media only screen and (min-width: 69.375em) {
  [gr-grid~=row] [gr-grid~='lg-1'] {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  [gr-grid~=row--block][gr-grid~='lg-1'] [gr-grid=block] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gr-grid~=row] [gr-grid~='lg-offset-1'] {
    margin-left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='lg-pull-1'] {
    position: relative;
    right: 8.33333%; }
  [gr-grid~=row] [gr-grid~='lg-push-1'] {
    position: relative;
    left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='lg-2'] {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  [gr-grid~=row--block][gr-grid~='lg-2'] [gr-grid=block] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gr-grid~=row] [gr-grid~='lg-offset-2'] {
    margin-left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='lg-pull-2'] {
    position: relative;
    right: 16.66667%; }
  [gr-grid~=row] [gr-grid~='lg-push-2'] {
    position: relative;
    left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='lg-3'] {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  [gr-grid~=row--block][gr-grid~='lg-3'] [gr-grid=block] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gr-grid~=row] [gr-grid~='lg-offset-3'] {
    margin-left: 25%; }
  [gr-grid~=row] [gr-grid~='lg-pull-3'] {
    position: relative;
    right: 25%; }
  [gr-grid~=row] [gr-grid~='lg-push-3'] {
    position: relative;
    left: 25%; }
  [gr-grid~=row] [gr-grid~='lg-4'] {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  [gr-grid~=row--block][gr-grid~='lg-4'] [gr-grid=block] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gr-grid~=row] [gr-grid~='lg-offset-4'] {
    margin-left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='lg-pull-4'] {
    position: relative;
    right: 33.33333%; }
  [gr-grid~=row] [gr-grid~='lg-push-4'] {
    position: relative;
    left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='lg-5'] {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  [gr-grid~=row--block][gr-grid~='lg-5'] [gr-grid=block] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gr-grid~=row] [gr-grid~='lg-offset-5'] {
    margin-left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='lg-pull-5'] {
    position: relative;
    right: 41.66667%; }
  [gr-grid~=row] [gr-grid~='lg-push-5'] {
    position: relative;
    left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='lg-6'] {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  [gr-grid~=row--block][gr-grid~='lg-6'] [gr-grid=block] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gr-grid~=row] [gr-grid~='lg-offset-6'] {
    margin-left: 50%; }
  [gr-grid~=row] [gr-grid~='lg-pull-6'] {
    position: relative;
    right: 50%; }
  [gr-grid~=row] [gr-grid~='lg-push-6'] {
    position: relative;
    left: 50%; }
  [gr-grid~=row] [gr-grid~='lg-7'] {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  [gr-grid~=row--block][gr-grid~='lg-7'] [gr-grid=block] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gr-grid~=row] [gr-grid~='lg-offset-7'] {
    margin-left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='lg-pull-7'] {
    position: relative;
    right: 58.33333%; }
  [gr-grid~=row] [gr-grid~='lg-push-7'] {
    position: relative;
    left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='lg-8'] {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  [gr-grid~=row--block][gr-grid~='lg-8'] [gr-grid=block] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gr-grid~=row] [gr-grid~='lg-offset-8'] {
    margin-left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='lg-pull-8'] {
    position: relative;
    right: 66.66667%; }
  [gr-grid~=row] [gr-grid~='lg-push-8'] {
    position: relative;
    left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='lg-9'] {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  [gr-grid~=row--block][gr-grid~='lg-9'] [gr-grid=block] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gr-grid~=row] [gr-grid~='lg-offset-9'] {
    margin-left: 75%; }
  [gr-grid~=row] [gr-grid~='lg-pull-9'] {
    position: relative;
    right: 75%; }
  [gr-grid~=row] [gr-grid~='lg-push-9'] {
    position: relative;
    left: 75%; }
  [gr-grid~=row] [gr-grid~='lg-10'] {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  [gr-grid~=row--block][gr-grid~='lg-10'] [gr-grid=block] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gr-grid~=row] [gr-grid~='lg-offset-10'] {
    margin-left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='lg-pull-10'] {
    position: relative;
    right: 83.33333%; }
  [gr-grid~=row] [gr-grid~='lg-push-10'] {
    position: relative;
    left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='lg-11'] {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  [gr-grid~=row--block][gr-grid~='lg-11'] [gr-grid=block] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gr-grid~=row] [gr-grid~='lg-offset-11'] {
    margin-left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='lg-pull-11'] {
    position: relative;
    right: 91.66667%; }
  [gr-grid~=row] [gr-grid~='lg-push-11'] {
    position: relative;
    left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='lg-12'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [gr-grid~=row--block][gr-grid~='lg-12'] [gr-grid=block] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gr-grid~=row] [gr-grid~='lg-offset-12'] {
    margin-left: 100%; }
  [gr-grid~=row] [gr-grid~='lg-pull-12'] {
    position: relative;
    right: 100%; }
  [gr-grid~=row] [gr-grid~='lg-push-12'] {
    position: relative;
    left: 100%; } }

@media only screen and (min-width: 80em) {
  [gr-grid~=row] [gr-grid~='xl-1'] {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  [gr-grid~=row--block][gr-grid~='xl-1'] [gr-grid=block] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [gr-grid~=row] [gr-grid~='xl-offset-1'] {
    margin-left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xl-pull-1'] {
    position: relative;
    right: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xl-push-1'] {
    position: relative;
    left: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xl-2'] {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  [gr-grid~=row--block][gr-grid~='xl-2'] [gr-grid=block] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [gr-grid~=row] [gr-grid~='xl-offset-2'] {
    margin-left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xl-pull-2'] {
    position: relative;
    right: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xl-push-2'] {
    position: relative;
    left: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xl-3'] {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  [gr-grid~=row--block][gr-grid~='xl-3'] [gr-grid=block] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xl-offset-3'] {
    margin-left: 25%; }
  [gr-grid~=row] [gr-grid~='xl-pull-3'] {
    position: relative;
    right: 25%; }
  [gr-grid~=row] [gr-grid~='xl-push-3'] {
    position: relative;
    left: 25%; }
  [gr-grid~=row] [gr-grid~='xl-4'] {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  [gr-grid~=row--block][gr-grid~='xl-4'] [gr-grid=block] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [gr-grid~=row] [gr-grid~='xl-offset-4'] {
    margin-left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xl-pull-4'] {
    position: relative;
    right: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xl-push-4'] {
    position: relative;
    left: 33.33333%; }
  [gr-grid~=row] [gr-grid~='xl-5'] {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  [gr-grid~=row--block][gr-grid~='xl-5'] [gr-grid=block] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [gr-grid~=row] [gr-grid~='xl-offset-5'] {
    margin-left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='xl-pull-5'] {
    position: relative;
    right: 41.66667%; }
  [gr-grid~=row] [gr-grid~='xl-push-5'] {
    position: relative;
    left: 41.66667%; }
  [gr-grid~=row] [gr-grid~='xl-6'] {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  [gr-grid~=row--block][gr-grid~='xl-6'] [gr-grid=block] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [gr-grid~=row] [gr-grid~='xl-offset-6'] {
    margin-left: 50%; }
  [gr-grid~=row] [gr-grid~='xl-pull-6'] {
    position: relative;
    right: 50%; }
  [gr-grid~=row] [gr-grid~='xl-push-6'] {
    position: relative;
    left: 50%; }
  [gr-grid~=row] [gr-grid~='xl-7'] {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  [gr-grid~=row--block][gr-grid~='xl-7'] [gr-grid=block] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [gr-grid~=row] [gr-grid~='xl-offset-7'] {
    margin-left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='xl-pull-7'] {
    position: relative;
    right: 58.33333%; }
  [gr-grid~=row] [gr-grid~='xl-push-7'] {
    position: relative;
    left: 58.33333%; }
  [gr-grid~=row] [gr-grid~='xl-8'] {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  [gr-grid~=row--block][gr-grid~='xl-8'] [gr-grid=block] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [gr-grid~=row] [gr-grid~='xl-offset-8'] {
    margin-left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='xl-pull-8'] {
    position: relative;
    right: 66.66667%; }
  [gr-grid~=row] [gr-grid~='xl-push-8'] {
    position: relative;
    left: 66.66667%; }
  [gr-grid~=row] [gr-grid~='xl-9'] {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  [gr-grid~=row--block][gr-grid~='xl-9'] [gr-grid=block] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [gr-grid~=row] [gr-grid~='xl-offset-9'] {
    margin-left: 75%; }
  [gr-grid~=row] [gr-grid~='xl-pull-9'] {
    position: relative;
    right: 75%; }
  [gr-grid~=row] [gr-grid~='xl-push-9'] {
    position: relative;
    left: 75%; }
  [gr-grid~=row] [gr-grid~='xl-10'] {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  [gr-grid~=row--block][gr-grid~='xl-10'] [gr-grid=block] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [gr-grid~=row] [gr-grid~='xl-offset-10'] {
    margin-left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='xl-pull-10'] {
    position: relative;
    right: 83.33333%; }
  [gr-grid~=row] [gr-grid~='xl-push-10'] {
    position: relative;
    left: 83.33333%; }
  [gr-grid~=row] [gr-grid~='xl-11'] {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  [gr-grid~=row--block][gr-grid~='xl-11'] [gr-grid=block] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [gr-grid~=row] [gr-grid~='xl-offset-11'] {
    margin-left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='xl-pull-11'] {
    position: relative;
    right: 91.66667%; }
  [gr-grid~=row] [gr-grid~='xl-push-11'] {
    position: relative;
    left: 91.66667%; }
  [gr-grid~=row] [gr-grid~='xl-12'] {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  [gr-grid~=row--block][gr-grid~='xl-12'] [gr-grid=block] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [gr-grid~=row] [gr-grid~='xl-offset-12'] {
    margin-left: 100%; }
  [gr-grid~=row] [gr-grid~='xl-pull-12'] {
    position: relative;
    right: 100%; }
  [gr-grid~=row] [gr-grid~='xl-push-12'] {
    position: relative;
    left: 100%; } }

@media only screen and (min-width: 0) {
  [gr-grid~=row][gr-grid~='root-collapse'] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~='root-uncollapse'] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }
  [gr-grid~=row][gr-grid~='root-center'] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~='root-between'] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~='root-around'] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [gr-grid~=row--block][gr-grid~='root-collapse'] > [gr-grid=block] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  [gr-grid~=row--block][gr-grid~='root-uncollapse'] > [gr-grid=block] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 40em) {
  [gr-grid~=row][gr-grid~='xs-collapse'] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~='xs-uncollapse'] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }
  [gr-grid~=row][gr-grid~='xs-center'] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~='xs-between'] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~='xs-around'] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [gr-grid~=row--block][gr-grid~='xs-collapse'] > [gr-grid=block] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  [gr-grid~=row--block][gr-grid~='xs-uncollapse'] > [gr-grid=block] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 48em) {
  [gr-grid~=row][gr-grid~='sm-collapse'] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~='sm-uncollapse'] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }
  [gr-grid~=row][gr-grid~='sm-center'] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~='sm-between'] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~='sm-around'] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [gr-grid~=row--block][gr-grid~='sm-collapse'] > [gr-grid=block] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  [gr-grid~=row--block][gr-grid~='sm-uncollapse'] > [gr-grid=block] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 64em) {
  [gr-grid~=row][gr-grid~='md-collapse'] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~='md-uncollapse'] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }
  [gr-grid~=row][gr-grid~='md-center'] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~='md-between'] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~='md-around'] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [gr-grid~=row--block][gr-grid~='md-collapse'] > [gr-grid=block] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  [gr-grid~=row--block][gr-grid~='md-uncollapse'] > [gr-grid=block] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 69.375em) {
  [gr-grid~=row][gr-grid~='lg-collapse'] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~='lg-uncollapse'] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }
  [gr-grid~=row][gr-grid~='lg-center'] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~='lg-between'] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~='lg-around'] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [gr-grid~=row--block][gr-grid~='lg-collapse'] > [gr-grid=block] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  [gr-grid~=row--block][gr-grid~='lg-uncollapse'] > [gr-grid=block] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

@media only screen and (min-width: 80em) {
  [gr-grid~=row][gr-grid~='xl-collapse'] > [gr-grid] {
    padding-left: 0;
    padding-right: 0; }
  [gr-grid~=row][gr-grid~='xl-uncollapse'] > [gr-grid] {
    padding-left: 15px;
    padding-right: 15px; }
  [gr-grid~=row][gr-grid~='xl-center'] {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
  [gr-grid~=row][gr-grid~='xl-between'] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [gr-grid~=row][gr-grid~='xl-around'] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [gr-grid~=row--block][gr-grid~='xl-collapse'] > [gr-grid=block] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  [gr-grid~=row--block][gr-grid~='xl-uncollapse'] > [gr-grid=block] {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; } }

[gr-grid] img {
  max-width: 100%; }

[class^='section--'] {
  padding-top: 3.21429em;
  padding-bottom: 3.21429em; }

.main {
  --margin-top-main: 7.14286em;
  margin-top: var(--margin-top-main); }
  @media (min-width: 64em) {
    .main--svg {
      position: relative; }
      .main--svg .section--container,
      .main--svg .section--social {
        padding-right: 30%; } }
  @media (min-width: 69.375em) {
    .main {
      margin-top: 10.71429em; } }

.section__title, .section__title-underline {
  margin-bottom: 30px;
  font-size: 1.71429em;
  font-weight: 600;
  color: #c02c19;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center; }

.section__title-underline {
  display: inline-block;
  text-align: left; }
  .section__title-underline:after {
    content: '';
    display: block;
    width: 1.5625rem;
    height: 0.125rem;
    margin-top: 0.83333em;
    background-color: #c02c19; }

.section__logo {
  margin-bottom: 30px;
  max-width: 100%;
  max-height: 4.6875rem; }

.section--fluid {
  padding-left: 0;
  padding-right: 0; }

.section--grey, .section--blog, .section--partners {
  background-color: #f4f4f4; }

.section--blog {
  padding-top: 6.42857em;
  padding-bottom: 6.42857em;
  padding-left: 3.21429em;
  padding-right: 3.21429em; }

.section--issues {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 13; }
  .section--issues [gr-grid^='row--block'] {
    margin-left: 0;
    margin-right: 0; }

.section--videos .video, .section--videos .banner__video {
  margin-bottom: 2.14286em; }

@media (min-width: 48em) {
  .section--videos {
    margin-bottom: 0; } }

.section--projects {
  position: relative;
  padding-top: 6.42857em;
  background-color: #FFFFFF;
  z-index: 13; }
  .section--projects:before, .section--projects:after {
    content: '';
    position: absolute;
    width: 269px;
    height: 267px;
    background-image: url("../img/bg_projects.png");
    background-repeat: no-repeat; }
  .section--projects:before {
    top: 0;
    left: 0; }
  .section--projects:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg); }

.section--social {
  text-align: center; }
  .section--social .social-icons--share {
    display: inline-block; }
    .section--social .social-icons--share [gr-grid="row"] {
      -ms-flex-align: center;
          -ms-grid-row-align: center;
          align-items: center; }

.section--partners {
  position: relative;
  z-index: 13; }

.section--newsletter {
  position: relative;
  padding-top: 1.42857em;
  padding-bottom: 1.42857em;
  background-color: #f8981c; }

.section--form .typography ul {
  margin-top: 0; }

.section--svg {
  padding: 0; }
  @media (min-width: 64em) {
    .section--svg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 3.57143em;
      z-index: 12;
      width: 40%;
      height: var(--svg-height, 100%);
      transform: translate3d(0, -6%, 0);
      background-image: url("../img/svg/bg_fae.svg");
      background-size: 100%;
      background-repeat: no-repeat; } }

.section--text {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 960px; }

.table thead, .table--list thead {
  background-color: #221e1f;
  color: #FFFFFF;
  text-transform: uppercase; }

.table tbody tr:nth-child(even), .table--list tbody tr:nth-child(even) {
  background-color: #f4f4f4; }

.table tr:hover td, .table--list tr:hover td {
  color: #c02c19; }

.table td, .table--list td,
.table th, .table--list th {
  text-align: left;
  padding-right: 0.57143em; }

.table th, .table--list th {
  padding-top: 1.42857em;
  padding-bottom: 1.42857em; }
  .table th:first-child, .table--list th:first-child {
    padding-left: 0.57143em; }

.table td, .table--list td {
  padding-top: 1.14286em;
  padding-bottom: 1.14286em;
  border-bottom: 2px solid #dfdfdf;
  cursor: pointer; }
  .table td:first-child, .table--list td:first-child {
    padding-left: 1.14286em; }
  .table td:last-child, .table--list td:last-child {
    padding-right: 1.14286em;
    text-align: right; }
  .table td .fa, .table--list td .fa {
    color: #c02c19; }

.table--list tbody tr:nth-child(even) {
  background-color: transparent; }

.table--list tr:hover td {
  color: #c02c19; }

.table--list td {
  padding-top: 0.57143em;
  padding-bottom: 0.57143em; }
  .table--list td.icon {
    width: 1em; }
  .table--list td:first-child {
    padding-left: 0;
    padding-right: 0.57143em; }
  .table--list td:last-child {
    padding-right: 0;
    padding-left: 0.57143em; }

.header__nav-icon {
  position: relative;
  display: block;
  cursor: pointer;
  color: inherit; }
  .header__nav-icon svg {
    position: relative;
    width: auto;
    height: auto; }
  .header__nav-icon rect {
    transition: transform 150ms ease-in-out;
    transform-origin: 50%;
    transform: rotate(0);
    fill: currentColor; }
  .header__nav-icon g {
    transition: transform 150ms ease-in-out 200ms; }
  .header__nav-icon g:nth-of-type(2) rect {
    opacity: 1;
    transition: opacity 250ms ease-in-out 50ms; }

.header__nav-icon[gr-nav-trigger=squeeze].is-open rect {
  transition: transform 150ms ease-in-out 250ms; }

.header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(1),
.header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(3) {
  transition: transform 150ms ease-in-out; }

.header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(1) {
  transform: translateY(10px); }
  .header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(1) rect {
    transform: rotate(45deg); }

.header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(2) rect {
  opacity: 0; }

.header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(3) {
  transform: translateY(-10px); }
  .header__nav-icon[gr-nav-trigger=squeeze].is-open g:nth-of-type(3) rect {
    transform: rotate(-45deg); }

.header__nav-icon[gr-nav-trigger=collapse].is-open g:nth-of-type(1),
.header__nav-icon[gr-nav-trigger=collapse].is-open g:nth-of-type(2) {
  transition: transform 150ms ease-in-out; }

.header__nav-icon[gr-nav-trigger=collapse].is-open g:nth-of-type(1) {
  transform: translateY(20px); }

.header__nav-icon[gr-nav-trigger=collapse].is-open g:nth-of-type(2) {
  transform: translateY(10px); }

@media (min-width: 69.375em) {
  .header__nav-icon {
    display: none; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
  height: 100px;
  z-index: 21; }
  .header[gr-nav-sticky='always'] {
    position: fixed; }

.header__panel {
  position: fixed;
  top: 100px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 225px;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms cubic-bezier(0.47, 0, 0.745, 0.715);
  overflow: visible;
  overflow-y: auto;
  z-index: 22; }
  .header__panel ul {
    list-style-type: none; }
  @media (min-width: 69.375em) {
    .header__panel {
      position: static;
      transform: none;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          -ms-grid-row-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      height: 100px; }
      .header__panel ul li {
        display: inline-block; } }

[gr-nav-overlay] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 19;
  visibility: hidden;
  background-color: transparent;
  transition: background-color 240ms cubic-bezier(0.47, 0, 0.745, 0.715); }
  [gr-nav-overlay].is-visible {
    background-color: #000000;
    opacity: .5;
    visibility: visible; }

.header[gr-nav-effect='reveal-left'] .header__panel {
  left: -225px; }
  .header[gr-nav-effect='reveal-left'] .header__panel.is-open {
    transform: translateX(225px); }

.header[gr-nav-effect='reveal-right'] .header__panel {
  right: 0;
  transform: translateX(225px); }
  .header[gr-nav-effect='reveal-right'] .header__panel.is-open {
    transform: translateX(0); }

.header[gr-nav-effect='offset-left'] .header__panel {
  left: -225px; }
  .header[gr-nav-effect='offset-left'] .header__panel.is-open {
    transform: translateX(225px); }

.header[gr-nav-effect='offset-left'] ~ * {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms cubic-bezier(0.47, 0, 0.745, 0.715); }

.header[gr-nav-effect='offset-left'].is-open ~ * {
  transform: translateX(225px); }

.header[gr-nav-effect='offset-right'] .header__panel {
  right: 0;
  transform: translateX(225px); }
  .header[gr-nav-effect='offset-right'] .header__panel.is-open {
    transform: translateX(0); }

.header[gr-nav-effect='offset-right'] ~ * {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 240ms cubic-bezier(0.47, 0, 0.745, 0.715); }

.header[gr-nav-effect='offset-right'].is-open ~ * {
  transform: translateX(-225px); }

.header {
  padding: 0;
  border-bottom: 2px solid #dfdfdf;
  background-color: #FFFFFF;
  z-index: 60; }
  .header__top {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 0 2.14286em;
    background-color: #f8981c;
    color: #FFFFFF; }
  .header__top-links,
  .header .social-icons--link {
    display: none; }
  .header__search .fc {
    font-size: 2em;
    color: #FFFFFF; }
  .header__search input {
    display: none; }
  .header__logo {
    padding-left: 1.42857em;
    padding-right: 0.71429em; }
    .header__logo svg {
      width: 75px;
      height: 60px; }
      .header__logo svg .logo__em {
        fill: #bf311a; }
      .header__logo svg .logo__txt {
        fill: #c02c19; }
  .header__logo--10 svg {
    width: 100px;
    height: 80px; }
  .header__panel {
    background-color: #FFFFFF;
    border-right: 2px solid #dfdfdf;
    font-size: 13px; }
  .header__nav > li {
    text-transform: uppercase; }
    .header__nav > li.has-sub {
      position: relative; }
      .header__nav > li.has-sub .header__nav-link {
        position: relative;
        padding-right: 2.42857em;
        transition: background 480ms;
        cursor: pointer; }
        .header__nav > li.has-sub .header__nav-link:after {
          content: "";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 50%;
          right: 1.25em;
          transform: translate3d(0, -50%, 0);
          font-size: 0.85714em;
          transition: transform 240ms; }
      .header__nav > li.has-sub.is-open > a,
      .header__nav > li.has-sub.is-open > span {
        background-color: #f4f4f4; }
        .header__nav > li.has-sub.is-open > a:after,
        .header__nav > li.has-sub.is-open > span:after {
          transform: translate3d(0, -50%, 0) rotate(180deg); }
      .header__nav > li.has-sub.is-open > ul {
        display: block; }
      .header__nav > li.has-sub > ul {
        display: none;
        background-color: #f4f4f4; }
        .header__nav > li.has-sub > ul a,
        .header__nav > li.has-sub > ul span {
          display: block;
          padding: 1.07143em 1.42857em;
          color: #221e1f; }
        .header__nav > li.has-sub > ul > li > a,
        .header__nav > li.has-sub > ul > li > span {
          background-color: #f4f4f4;
          transition: background 240ms; }
        .header__nav > li.has-sub > ul > li.has-sub > a,
        .header__nav > li.has-sub > ul > li.has-sub > span {
          position: relative;
          padding-right: 2.85714em;
          cursor: pointer; }
          .header__nav > li.has-sub > ul > li.has-sub > a:after,
          .header__nav > li.has-sub > ul > li.has-sub > span:after {
            content: "";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 50%;
            right: 1.66667em;
            transform: translate3d(0, -50%, 0);
            font-size: 0.85714em; }
        .header__nav > li.has-sub > ul > li.has-sub.is-open > a,
        .header__nav > li.has-sub > ul > li.has-sub.is-open > span {
          background-color: #dfdfdf; }
          .header__nav > li.has-sub > ul > li.has-sub.is-open > a:after,
          .header__nav > li.has-sub > ul > li.has-sub.is-open > span:after {
            transform: translate3d(0, -50%, 0) rotate(180deg); }
        .header__nav > li.has-sub > ul > li.has-sub.is-open > ul {
          display: block; }
        .header__nav > li.has-sub > ul > li.has-sub > ul {
          display: none;
          background-color: #dfdfdf; }
          .header__nav > li.has-sub > ul > li.has-sub > ul li {
            transition: background 240ms; }
            .header__nav > li.has-sub > ul > li.has-sub > ul li:hover {
              background-color: #8a8c8f; }
    .header__nav > li li {
      display: block; }
  .header__nav-link {
    display: block;
    padding: 1.07143em 1.42857em;
    color: #221e1f;
    text-transform: uppercase; }
  .header__nav-icon svg {
    width: 50px;
    height: 30px; }
  @media (min-width: 69.375em) {
    .header {
      height: 10.71429em;
      border-bottom: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header__top {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        -ms-flex-order: 0;
            order: 0;
        height: 2.92857em;
        padding: 0 0 0 1.07143em; }
      .header__top-links,
      .header .social-icons--link {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
      .header__top-links li {
        list-style: none;
        padding: 0.71429em 1.42857em;
        font-weight: 600;
        text-transform: uppercase; }
        .header__top-links li:first-child {
          background-color: #c02c19; }
        .header__top-links li a,
        .header__top-links li span {
          color: #FFFFFF; }
      .header__member-link a {
        display: block;
        position: relative;
        padding-left: 2.57143em; }
      .header__member-link .fc {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate3d(0, -50%, 0);
        font-size: 1.85714em; }
      .header__search {
        position: relative;
        height: 100%;
        margin-left: 2.14286em; }
        .header__search .fc {
          position: absolute;
          top: 50%;
          right: 0.71429em;
          transform: translate3d(0, -50%, 0);
          font-size: 1.5em;
          cursor: pointer; }
          .header__search .fc:before {
            vertical-align: text-bottom; }
        .header__search input {
          display: block;
          float: left;
          height: 100%;
          width: 2.57143em;
          border: 0;
          padding: 0;
          font-size: 1em;
          color: #221e1f;
          outline: 0;
          opacity: 0;
          visibility: hidden;
          transition: all 240ms; }
        .header__search.is-open .fc {
          color: #f8981c; }
        .header__search.is-open input {
          width: 12.5em;
          padding: 0 1em;
          opacity: 1;
          visibility: visible; }
      .header__logo {
        -ms-flex-order: 1;
            order: 1; }
      .header__panel {
        border-right: 0; }
      .header__nav {
        height: 100%; }
        .header__nav > li {
          height: 100%; }
          .header__nav > li.is-mobile {
            display: none; }
          .header__nav > li.has-sub .header__nav-link {
            padding-right: 2.14286em; }
            .header__nav > li.has-sub .header__nav-link:after {
              right: 1.25em; }
          .header__nav > li.has-sub > ul {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 21.42857em;
            height: auto;
            padding-left: 0;
            clip: rect(0px, 0px, 0px, 0px);
            text-align: left;
            opacity: 0;
            visibility: hidden;
            z-index: 1;
            transform: translate3d(0, -10px, 0);
            transition: all 480ms; }
            .header__nav > li.has-sub > ul > li > a,
            .header__nav > li.has-sub > ul > li > span {
              position: relative;
              z-index: 2; }
            .header__nav > li.has-sub > ul > li:hover > a,
            .header__nav > li.has-sub > ul > li:hover > span {
              background-color: #dfdfdf; }
            .header__nav > li.has-sub > ul > li.has-sub > ul {
              display: block;
              position: absolute;
              top: 0;
              left: 100%;
              width: 21.42857em;
              height: 100%;
              opacity: 0;
              visibility: hidden;
              z-index: 1;
              transform: translate3d(-10%, 0, 0);
              transition: all 480ms; }
            .header__nav > li.has-sub > ul > li.has-sub > a:after,
            .header__nav > li.has-sub > ul > li.has-sub > span:after {
              content: ""; }
            .header__nav > li.has-sub > ul > li.has-sub:hover > ul {
              opacity: 1;
              visibility: visible;
              transform: translate3d(0, 0, 0); }
          .header__nav > li.has-sub:hover > a,
          .header__nav > li.has-sub:hover > span {
            background-color: #f4f4f4; }
            .header__nav > li.has-sub:hover > a:after,
            .header__nav > li.has-sub:hover > span:after {
              transform: translate3d(0, -50%, 0) rotate(180deg); }
          .header__nav > li.has-sub:hover > ul {
            clip: auto;
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0, 0); }
      .header__nav-link {
        height: 100%;
        padding-top: 3.14286em;
        padding-left: 0.71429em;
        padding-right: 0.71429em; }
      .header__nav-icon {
        -ms-flex-order: 2;
            order: 2; }
      .header__panel {
        width: auto;
        height: 7.78571em;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-order: 3;
            order: 3;
        -ms-flex-pack: start;
            justify-content: flex-start;
        overflow-y: visible; } }
  @media (min-width: 80em) {
    .header__nav {
      height: 100%; }
      .header__nav > li {
        height: 100%; }
        .header__nav > li.has-sub .header__nav-link {
          padding-right: 2.5em; }
    .header__nav-link {
      padding-left: 1.07143em;
      padding-right: 1.07143em; } }

.admin-bar .header {
  margin-top: 32px; }

.footer {
  padding-top: 2.14286em;
  padding-bottom: 2.14286em;
  background-color: #221e1f;
  color: #FFFFFF; }
  .footer__inner {
    text-align: center; }
  .footer__logo, .footer__partner {
    text-align: center; }
    .footer__logo svg, .footer__partner svg {
      height: auto;
      fill: #FFFFFF; }
  .footer__logo svg {
    width: 100px;
    height: 103px; }
  .footer__partner {
    margin-top: 10px; }
    .footer__partner svg {
      width: 140px;
      height: 71px; }
  .footer__nav {
    margin: 2.14286em 0; }
    .footer__nav ul {
      list-style: none;
      vertical-align: top; }
    .footer__nav li {
      padding-bottom: 0.35714em; }
    .footer__nav a {
      color: #FFFFFF; }
      .footer__nav a:hover {
        text-decoration: underline; }
  .footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px; }
  .footer__globalia {
    margin-top: 10px; }
    .footer__globalia svg {
      fill: #fff;
      width: 75px;
      height: 20px; }
  @media (min-width: 48em) {
    .footer__inner {
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: justify;
          justify-content: space-between;
      text-align: left; }
    .footer__logo {
      width: 15.35714em; }
    .footer__partner {
      width: 15.35714em; }
    .footer__nav {
      margin: 0; }
      .footer__nav > ul {
        display: inline-block;
        padding-left: 1.07143em;
        padding-right: 1.07143em; } }

.footer__content {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 48em) {
    .footer__content {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  .footer__content a {
    color: #fff; }
  .footer__content ul {
    list-style: none; }
  .footer__content .copyright {
    margin-top: 10px; }

.breadcrumb {
  display: none;
  list-style: none;
  padding: 1.5em 1em;
  background-color: #5d5d5d; }
  .breadcrumb li {
    display: inline-block;
    color: #FFFFFF; }
    .breadcrumb li:first-child:before {
      font-family: "fontAwesome";
      content: "";
      display: inline-block;
      margin-right: .2em; }
    .breadcrumb li a {
      color: #FFFFFF; }
      .breadcrumb li a:hover {
        text-decoration: underline; }
  .breadcrumb li:not(:last-child):after {
    font-family: "fontAwesome";
    content: "";
    display: inline-block;
    margin: 0 .2em; }
  .breadcrumb li:last-child a {
    cursor: default; }
  .banner--small .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: transparent;
    z-index: 12; }
  @media (min-width: 40em) {
    .breadcrumb {
      display: block; } }

.pagination {
  float: right;
  margin-top: 2.14286em; }
  .pagination form {
    display: inline-block;
    vertical-align: top; }
  .pagination__current {
    display: inline-block;
    width: 4.64286em;
    height: 2.85714em;
    margin-right: 0.57143em;
    padding: 0 1em;
    border: 2px solid #dfdfdf;
    line-height: 2.85714em;
    color: #8a8c8f;
    text-align: center; }
  .pagination__pages {
    line-height: 2.85714em;
    color: #8a8c8f; }
  .pagination__btn, .pagination__btn--prev, .pagination__btn--next, .pagination__btn--disabled {
    display: inline-block;
    width: 2.85714em;
    height: 2.85714em;
    border: 2px solid #c02c19;
    line-height: 2.85714em;
    color: #c02c19;
    text-align: center;
    transition: all 240ms; }
    .pagination__btn:before, .pagination__btn--prev:before, .pagination__btn--next:before, .pagination__btn--disabled:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .pagination__btn span, .pagination__btn--prev span, .pagination__btn--next span, .pagination__btn--disabled span {
      display: none;
      font-size: .875em; }
    .pagination__btn:not(.pagination__btn--disabled):hover, .pagination__btn--prev:not(.pagination__btn--disabled):hover, .pagination__btn--next:not(.pagination__btn--disabled):hover, .pagination__btn--disabled:not(.pagination__btn--disabled):hover {
      background-color: #c02c19;
      border-color: #c02c19;
      color: #FFFFFF; }
    .pagination__btn--prev, .pagination__btn--next {
      cursor: pointer; }
    .pagination__btn--prev {
      margin-right: 1em; }
      .pagination__btn--prev:before {
        content: ""; }
    .pagination__btn--next {
      margin-left: 1em; }
      .pagination__btn--next:before {
        content: ""; }
    .pagination__btn--disabled {
      border-color: #dfdfdf;
      background-color: #dfdfdf;
      color: #FFFFFF;
      cursor: default; }

.social-icons--link a, .social-icons--share a {
  display: inline-block;
  border-radius: 50%;
  margin-left: 15px;
  border: 2px solid currentColor;
  text-align: center;
  transition: all 240ms; }
  .social-icons--link a:before, .social-icons--share a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit; }
  .social-icons--link a span, .social-icons--share a span {
    display: none; }
  .social-icons--link a[href*='twitter']:before, .social-icons--share a[href*='twitter']:before {
    content: ""; }
  .social-icons--link a[href*='google']:before, .social-icons--share a[href*='google']:before {
    content: ""; }
  .social-icons--link a[href*='facebook']:before, .social-icons--share a[href*='facebook']:before {
    content: ""; }
  .social-icons--link a[href*='pinterest']:before, .social-icons--share a[href*='pinterest']:before {
    content: ""; }
  .social-icons--link a[href*='youtube']:before, .social-icons--share a[href*='youtube']:before {
    content: ""; }
  .social-icons--link a[href*='flickr']:before, .social-icons--share a[href*='flickr']:before {
    content: ""; }
  .social-icons--link a[href*='linkedin']:before, .social-icons--share a[href*='linkedin']:before {
    content: ""; }
  .social-icons--link a[href*='mailto']:before, .social-icons--share a[href*='mailto']:before {
    content: ""; }
  .social-icons--link a[href*='rss']:before, .social-icons--share a[href*='rss']:before {
    content: ""; }

.social-icons--link a {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 15px;
  width: 1.5em;
  height: 1.5em; }
  .social-icons--link a:before {
    content: '';
    display: block;
    font-size: .75em;
    line-height: 1.75; }
  .social-icons--link a:hover {
    color: #f8981c;
    background-color: #FFFFFF; }
    .social-icons--link a:hover svg {
      fill: #f8981c; }

.social-icons--share {
  margin: 0;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center; }
  .social-icons--share a {
    display: block;
    width: 2.5em;
    height: 2.5em;
    margin-left: 20px; }
    .social-icons--share a:before {
      font-size: 1.1em;
      line-height: 2.125; }
    .social-icons--share a[href*='twitter'] {
      color: #55acee; }
      .social-icons--share a[href*='twitter']:hover {
        color: #FFFFFF;
        background-color: #55acee; }
    .social-icons--share a[href*='google'] {
      color: #dd4b39; }
      .social-icons--share a[href*='google']:hover {
        color: #FFFFFF;
        background-color: #dd4b39; }
    .social-icons--share a[href*='facebook'] {
      color: #3b5998; }
      .social-icons--share a[href*='facebook']:hover {
        color: #FFFFFF;
        background-color: #3b5998; }
    .social-icons--share a[href*='pinterest'] {
      color: #bd081c; }
      .social-icons--share a[href*='pinterest']:hover {
        color: #FFFFFF;
        background-color: #bd081c; }
    .social-icons--share a[href*='youtube'] {
      color: #bd081c; }
      .social-icons--share a[href*='youtube']:hover {
        color: #FFFFFF;
        background-color: #bd081c; }
    .social-icons--share a[href*='flickr'] {
      color: #036ee0; }
      .social-icons--share a[href*='flickr']:hover {
        color: #FFFFFF;
        background-color: #036ee0; }
    .social-icons--share a[href*='linkedin'] {
      color: #0077b5; }
      .social-icons--share a[href*='linkedin']:hover {
        color: #FFFFFF;
        background-color: #0077b5; }
    .social-icons--share a[href*='mailto'] {
      color: #f00; }
      .social-icons--share a[href*='mailto']:hover {
        color: #FFFFFF;
        background-color: #f00; }
    .social-icons--share a[href*='rss'] {
      color: #f60; }
      .social-icons--share a[href*='rss']:hover {
        color: #FFFFFF;
        background-color: #f60; }

.video, .banner__video {
  position: relative;
  cursor: pointer; }
  .video:hover figcaption, .banner__video:hover figcaption,
  .video:hover figcaption:after, .banner__video:hover figcaption:after {
    color: #FFFFFF;
    border-color: #c02c19;
    background-color: #c02c19; }
  .video img, .banner__video img {
    width: 100%; }
  .video figcaption, .banner__video figcaption, .video figcaption:after, .banner__video figcaption:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #FFFFFF;
    z-index: 2;
    transition: all 240ms; }
  .video figcaption:after, .banner__video figcaption:after {
    content: '';
    display: block;
    width: 4em;
    height: 4em;
    border: 2px solid currentColor;
    border-radius: 100%; }
  .video figcaption:before, .banner__video figcaption:before {
    position: relative;
    font-size: 1.28571em;
    z-index: 3; }
  .video__title {
    display: block;
    margin: 0.71429em 0 0.35714em;
    color: #221e1f;
    line-height: 22px;
    font-weight: bold; }
    .video__title:hover, .video__title:visited {
      color: #221e1f; }
  .video__group [gr-grid='block'] {
    margin-bottom: 1.07143em; }

.banner {
  position: relative;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 48em) {
    .banner {
      min-height: 42rem; }
      .banner::after {
        content: "";
        display: inline-block;
        min-height: 42rem;
        visibility: hidden;
        z-index: -1; } }

.banner__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 11; }

.banner__inner {
  padding: 5rem 15px;
  position: relative;
  text-align: center;
  z-index: 12; }
  @media (min-width: 48em) {
    .banner__inner {
      width: 100%;
      max-width: 1440px; } }

.banner {
  overflow: hidden; }
  .banner:before, .banner--small:before {
    content: '';
    position: absolute;
    top: -24%;
    right: 1.07143em;
    z-index: 12;
    width: 400px;
    height: 124%;
    background-image: url("../img/svg/bg_fae.svg");
    background-size: 100%;
    background-repeat: no-repeat; }
  .banner__cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5d5d5d; }
  .banner__cover img {
    display: none; }
  .banner__inner {
    max-width: 580px;
    color: #FFFFFF;
    text-align: left;
    z-index: 13; }
  .banner__title, .banner__subtitle {
    line-height: 1.2;
    text-transform: uppercase; }
  .banner__title {
    font-size: 2.28571em;
    font-weight: 600; }
  .banner__txt {
    margin: 0.71429em 0 1.07143em;
    font-size: 1.42857em; }
  .banner__subtitle {
    font-size: 2.85714em;
    font-weight: 300; }
  .banner__video {
    max-width: 24.28571em;
    margin: 0.71429em 0 1.07143em;
    cursor: pointer; }
  .banner--small {
    position: relative;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
    .banner--small:before {
      width: 400px; }
    .banner--small .banner__inner {
      padding-top: 3rem;
      padding-bottom: 3rem;
      text-align: center; }
    .banner--small .breadcrumb {
      padding-top: 0.57143em; }
  @media (min-width: 40em) {
    .banner__title {
      font-size: 3.85714em; }
    .banner--small .banner__inner {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 48em) {
    .banner:before {
      width: 820px; }
    .banner__cover:after {
      background-color: rgba(0, 0, 0, 0.4); }
    .banner__cover img {
      display: block; }
    .banner__inner {
      margin-left: 30%; }
    .banner--small {
      min-height: 12.5rem; }
      .banner--small:after {
        min-height: 12.5rem; }
      .banner--small .banner__inner {
        max-width: 1440px;
        margin-left: 0; } }
  @media (min-width: 64em) {
    .banner--small:before {
      content: none; } }

.banner__logo {
  padding: 1.5rem 0;
  display: block; }
  @media (min-width: 48em) {
    .banner__logo {
      display: inline-block; } }
  .banner__logo img {
    display: block;
    max-width: 230px;
    margin: 0 auto; }
    @media (min-width: 48em) {
      .banner__logo img {
        margin-left: 0; } }

.banner--home:before, .banner--home:after {
  display: none; }

.banner--home img {
  max-width: 100%; }

.slides {
  width: 100%; }
  .slides img {
    max-width: 100%;
    width: 100%; }
  .slides .flickity-page-dots {
    bottom: 15px; }
    .slides .flickity-page-dots .dot {
      background: #fff; }

.slides__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.slides__slide-image-desktop {
  display: none; }
  @media (min-width: 48em) {
    .slides__slide-image-desktop {
      display: block; } }

.slides__slide-image-mobile {
  display: block; }
  @media (min-width: 48em) {
    .slides__slide-image-mobile {
      display: none; } }

.banner__svg-wrapper {
  display: none; }
  @media (min-width: 64em) {
    .banner__svg-wrapper {
      display: block;
      position: absolute;
      top: calc(-1 *  var(--margin-top-main));
      right: 3.57143em;
      width: 40%;
      z-indeX: 12;
      height: 50vw;
      transform: translateY(7%); } }
  .main--svg .banner__svg-wrapper {
    transform: translateY(-18%);
    width: 30%; }

.banner__svg {
  object-fit: contain;
  width: 100%; }
  .main--svg .banner__svg {
    object-fit: cover;
    height: 100%;
    object-position: right; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5.35714em 0 2.14286em;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate3d(0, -75px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 240ms;
  z-index: 75; }
  .modal.is-open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible; }
  .modal__close {
    position: absolute;
    top: 0;
    right: 0.41667em;
    transform: translate3d(0, -120%, 0);
    font-size: 2.57143em;
    transition: transform 240ms;
    cursor: pointer; }
    .modal__close:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .modal__close:hover {
      transform: translate3d(0, -120%, 0) scale(1.2); }
  .modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
    .modal__inner img {
      max-width: 100%; }
  .modal__video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .modal__video iframe,
    .modal__video object,
    .modal__video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.blog, .blog--card, .blog--list {
  font-size: 1em;
  display: inline-block;
  width: 100%;
  padding: 1em;
  border: 0;
  border-radius: 0;
  -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF, #000000); }

.blog__header {
  margin: -1em -1em 1em;
  padding: 0.5em 1em;
  border-bottom: 0;
  border-radius: 0 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF, #000000); }

.blog__footer {
  margin: 1em -1em -1em;
  padding: 0.5em 1em;
  border-top: 0;
  border-radius: 0 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF, #000000); }

.blog__figure {
  margin: -1em -1em 1em;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 0;
  -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF, #000000); }
  .blog__figure figure {
    position: relative;
    overflow: hidden; }
    .blog__figure figure:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 56.25%; }
    .blog__figure figure > img,
    .blog__figure figure > picture,
    .blog__figure figure > iframe,
    .blog__figure figure > video {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .blog__figure figure {
    border-radius: 0 0 0 0;
    -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF, #000000); }
    .blog__figure figure img {
      border-radius: 0 0 0 0;
      -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF, #000000); }

.blog--card {
  position: relative;
  margin-bottom: 2.14286em;
  background-color: #FFFFFF;
  vertical-align: top;
  transition: all 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  -webkit-mask-image: none;
  transform: scale3d(1, 1, 1) rotateX(0deg); }
  .blog--card .blog__figure img {
    height: auto; }
  @media (min-width: 64em) {
    .blog--card:hover {
      transform: scale3d(1.03, 1.03, 1.03) translate3d(0, -15px, 0) rotateX(10deg);
      z-index: 1; }
      .blog--card:hover:after,
      .blog--card:hover .blog__figure:before {
        opacity: 1; }
      .blog--card:hover figcaption,
      .blog--card:hover figcaption:after {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1); }
      .blog--card:hover .blog__title {
        color: #c02c19; } }
  .blog--card:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 480ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.blog--list {
  position: relative;
  border-bottom: 2px solid #dfdfdf;
  padding-top: 2.57143em;
  padding-bottom: 2.57143em; }
  .blog--list .blog__figure img {
    width: auto;
    /* It was previously 100% but the images were stretched 100% width*/
    width: 100%;
    height: auto; }
  .blog--list .blog__header {
    -webkit-mask-image: initial; }
  .blog--list .btn {
    margin-top: 1.07143em; }
  @media (min-width: 48em) {
    .blog--list {
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      padding: 1.42857em 0; }
      .blog--list .blog__figure {
        -ms-flex: 0 0 10.71429em;
            flex: 0 0 10.71429em;
        /* It was previously em(220px) but the thumbnails were stretched */
        margin: 0 2.14286em 0 0; }
      .blog--list .blog__header,
      .blog--list .blog__footer {
        margin: 0;
        padding: 0; } }

.blog__figure {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  color: #FFFFFF;
  display: block; }
  .blog__figure:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    transition: opacity 240ms; }
  .blog__figure figcaption, .blog__figure figcaption:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0) scale3d(0, 0, 0);
    opacity: 0;
    z-index: 2;
    transition: all 240ms; }
  .blog__figure figcaption:after {
    content: '';
    display: block;
    width: 3.57143em;
    height: 3.57143em;
    border: 2px solid currentColor;
    border-radius: 100%; }

.blog__date {
  margin-bottom: 0.35714em;
  color: #8a8c8f; }

.blog__title {
  margin: 0;
  color: #221e1f;
  transition: color 240ms; }

.blog__link {
  display: block;
  margin-top: 0.35714em; }

.blog__header {
  margin-top: 0;
  margin-bottom: 0; }

.blog__footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  color: #5d5d5d; }

.filter {
  display: inline-block;
  width: 17.85714em;
  margin-right: 1.07143em;
  margin-bottom: 1.07143em; }
  .filter__group {
    margin-top: 1.07143em; }
  .filter .select-wrapper {
    width: 100%; }
  .filter__input {
    position: relative;
    margin-top: 1.07143em;
    margin-bottom: 2.14286em;
    width: 100%;
    z-index: 13; }
  .filter__inline {
    display: inline; }
  @media (min-width: 48em) {
    .filter {
      margin-right: 0; }
      .filter + .filter {
        margin-left: 1.07143em; }
      .filter__group {
        float: right;
        margin-top: 0; }
      .filter__input {
        float: left;
        clear: right; } }

.project--card {
  position: relative;
  margin-bottom: 2.14286em;
  text-align: center; }
  @media (min-width: 64em) {
    .project--card:hover .project__figure {
      transform: scale3d(1.03, 1.03, 1.03) translate3d(0, -6px, 0) rotateX(10deg); }
      .project--card:hover .project__figure:before, .project--card:hover .project__figure:after {
        opacity: 1; }
      .project--card:hover .project__figure figcaption,
      .project--card:hover .project__figure figcaption:after {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1); }
    .project--card:hover .project__title {
      color: #c02c19; }
    .project--card:hover .btn {
      color: #FFFFFF;
      transform: translate3d(-50%, -0.25em, 0); }
      .project--card:hover .btn:after {
        height: 100%; } }

.project__figure {
  position: relative;
  display: inline-block;
  width: 85%;
  padding-top: 85%;
  color: #FFFFFF;
  transition: all 480ms cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: scale3d(1, 1, 1) rotateX(0deg);
  perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }
  .project__figure:before, .project__figure:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0; }
  .project__figure:before {
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: opacity 240ms; }
  .project__figure:after {
    top: -1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: all 480ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .project__figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #dfdfdf;
    overflow: hidden; }
  .project__figure figcaption, .project__figure figcaption:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0) scale3d(0, 0, 0);
    opacity: 0;
    z-index: 2;
    transition: all 240ms; }
  .project__figure figcaption:after {
    content: '';
    display: block;
    width: 3.57143em;
    height: 3.57143em;
    border: 2px solid currentColor;
    border-radius: 100%; }

.project__title {
  margin: 0 0 0.33333em;
  color: #221e1f;
  transition: color 240ms; }

.project__content {
  margin: 1.14286em 0;
  padding-bottom: 5.14286em;
  color: #5d5d5d; }
  .project__content .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap; }

.member, .member--committee, .member--syndicate {
  margin-bottom: 2.14286em; }
  .member__figure {
    margin-bottom: 1.07143em;
    height: 100%; }
    .member__figure img,
    .member__figure objectfit {
      left: 15px;
      right: 15px;
      width: calc( 100% - 30px);
      max-width: 15.71429em;
      max-height: 15.71429em;
      border-radius: 100%;
      border: 2px solid #dfdfdf;
      overflow: hidden; }
    @media (min-width: 48em) {
      .member__figure {
        margin-bottom: 0; } }
  .member__name {
    margin: 0 0 0.35714em; }
  .member__title {
    color: #8a8c8f; }
  .member .btn, .member--committee .btn, .member--syndicate .btn {
    margin-top: 1.07143em; }
  .member--committee .member__figure {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 48em) {
      .member--committee .member__figure {
        max-width: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; } }
  .member--committee .member__content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      .member--committee .member__content {
        max-width: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%; } }
  .member--committee .member__header {
    margin-bottom: 2.14286em; }
  .member--syndicate .member__figure {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 48em) {
      .member--syndicate .member__figure {
        max-width: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%; } }
  .member--syndicate .member__content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 48em) {
      .member--syndicate .member__content {
        max-width: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%; } }
  @media (min-width: 48em) {
    .member__figure {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden; }
      .member__figure:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 100%; }
      .member__figure div,
      .member__figure span {
        width: 100%;
        height: 100%;
        display: block; }
        .member__figure div > img,
        .member__figure span > img {
          object-fit: cover;
          display: block;
          width: 100%;
          height: 100%;
          backface-visibility: hidden; }
      .member__figure > img {
        object-fit: cover;
        display: block;
        backface-visibility: hidden; }
      .member__figure objectfit {
        display: block;
        background-size: cover;
        background-position: center center; }
      .member__figure > img,
      .member__figure > picture,
      .member__figure > iframe,
      .member__figure > objectfit,
      .member__figure > video {
        display: block;
        position: absolute;
        top: 0;
        bottom: 30px; } }

.issue, .issue--blue, .issue--turquoise, .issue--green {
  position: relative;
  padding-top: 17vh;
  padding-bottom: 17vh;
  color: #FFFFFF;
  text-align: center; }
  .issue:after, .issue--blue:after, .issue--turquoise:after, .issue--green:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    z-index: 2; }
  .issue__figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1; }
  .issue__content {
    position: relative;
    z-index: 3; }
    .issue__content .btn {
      margin-top: 2.14286em; }
  .issue__title {
    position: relative;
    padding-bottom: 0.83333em;
    margin-bottom: 1em;
    font-size: 2.14286em;
    font-weight: 600; }
    .issue__title:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate3d(-50%, 0, 0);
      display: inline-block;
      width: 1.5625rem;
      height: 0.125rem;
      margin-top: 0.83333em;
      background-color: #FFFFFF; }
  .issue--blue:after {
    background-color: #005595; }
  .issue--turquoise:after {
    background-color: #22b0a5; }
  .issue--green:after {
    background-color: #8dc63e; }
  .issue--small {
    padding-top: 4.28571em;
    padding-bottom: 4.28571em; }
    .issue--small .issue__figure > img {
      object-fit: initial;
      height: auto; }
    .issue--small .issue__title {
      padding-bottom: 0; }
      .issue--small .issue__title:after {
        content: none; }
    .issue--small .issue__content .btn {
      margin-top: 0; }

.partner {
  display: inline-block;
  margin-bottom: 2.14286em;
  padding-left: 1.07143em;
  padding-right: 1.07143em;
  text-align: center; }
  .partner__group {
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; }
    .partner__group .partner {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      text-align: center; }
  .partner img,
  .partner svg {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .partner svg {
    fill: #8a8c8f; }
  @media (min-width: 40em) {
    .partner__group .partner {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }
  @media (min-width: 48em) {
    .partner {
      margin-bottom: 0; }
      .partner__group {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .partner__group .partner {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
          -ms-flex-preferred-size: initial;
              flex-basis: initial;
          max-width: 100%; } }
  @media (min-width: 64em) {
    .partner {
      z-index: 13; } }

.newsletter {
  position: relative; }
  .newsletter .form-item {
    margin-top: 1.78571em; }
    .newsletter .form-item--right {
      text-align: center; }
      @media (min-width: 64em) {
        .newsletter .form-item--right {
          text-align: right; } }
    @media (min-width: 64em) {
      .newsletter .form-item {
        margin-top: 0; } }
    .newsletter .form-item--my {
      margin-top: 2.5em; }
  .newsletter__inner {
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    color: #FFFFFF; }
  .newsletter__row {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 64em) {
      .newsletter__row {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .newsletter__row--right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .newsletter__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .newsletter__col .form-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
      .newsletter__col .form-item:last-child {
        margin-right: 0; }
    @media (min-width: 64em) {
      .newsletter__col--half {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 64em) {
      .newsletter__col--right {
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        text-align: right;
        -ms-flex-align: baseline;
            align-items: baseline; } }
    .newsletter__col--flex {
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 64em) {
        .newsletter__col--flex {
          -ms-flex-direction: row;
              flex-direction: row; } }
      .newsletter__col--flex .form-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        width: 100%; }
        @media (min-width: 64em) {
          .newsletter__col--flex .form-item {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
            max-width: 50%; } }
  .newsletter__title {
    text-align: center; }
    .newsletter__title .fa {
      width: 3em;
      height: 3em;
      border: 2px solid currentColor;
      border-radius: 100%;
      font-size: 1.42857em;
      text-align: center; }
      .newsletter__title .fa:before {
        line-height: 2.75; }
    .newsletter__title strong {
      display: block;
      margin-bottom: -.2em;
      font-size: 1.71429em;
      text-transform: uppercase; }
    .newsletter__title span {
      font-weight: 300; }
  .newsletter__form {
    margin-top: 2.14286em;
    width: 100%; }
    .newsletter__form .btn {
      margin-bottom: 1.07143em; }
  .newsletter__confirm {
    padding-top: 1.42857em;
    padding-bottom: 1.42857em;
    background-color: #FFFFFF;
    text-align: center; }
  @media (min-width: 40em) {
    .newsletter__form .form-item {
      display: inline-block;
      width: 100%;
      margin-right: 2.85714em; } }
  @media (min-width: 64em) {
    .newsletter__title {
      text-align: left; }
      .newsletter__title .fa {
        float: left;
        margin-right: 1.25em; }
    .newsletter__form {
      margin-top: 0;
      text-align: right; }
      .newsletter__form input {
        margin-bottom: 0; }
    .newsletter .btn {
      margin-bottom: 0; } }

#newsletter_form input {
  width: 100%;
  margin-bottom: 1.07143em;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 2px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  outline: 0; }
  #newsletter_form input::-webkit-input-placeholder {
    color: #FFFFFF; }
  #newsletter_form input::-moz-placeholder {
    color: #FFFFFF; }
  #newsletter_form input:-moz-placeholder {
    color: #FFFFFF; }
  #newsletter_form input:-ms-input-placeholder {
    color: #FFFFFF; }
  #newsletter_form input:focus {
    border-color: #FFFFFF; }
    #newsletter_form input:focus:not([type="submit"]) ~ button {
      border-color: #FFFFFF;
      color: #FFFFFF; }

.is-loading::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../img/svg/ic-loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px auto; }

.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 240ms linear; }

.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 0s 240ms, opacity 240ms linear; }

/* color utilities */
.u-color-primary {
  color: #c02c19; }

.u-color-secondary {
  color: #f8981c; }

.u-color-blue {
  color: #005595; }

.u-color-green {
  color: #8dc63e; }

.u-color-turquoise {
  color: #22b0a5; }

.u-color-logo {
  color: #bf311a; }

/*

    spacing

    Ex: 
    La classe u-ml-2 ajoute un margin left de 2 * $root-vgrid

*/
.u-m-0 {
  margin-: 0px !important; }

.u-m-1 {
  margin-: 30px !important; }

.u-m-2 {
  margin-: 60px !important; }

.u-m-3 {
  margin-: 90px !important; }

.u-m-4 {
  margin-: 120px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mt-1 {
  margin-top: 30px !important; }

.u-mt-2 {
  margin-top: 60px !important; }

.u-mt-3 {
  margin-top: 90px !important; }

.u-mt-4 {
  margin-top: 120px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-mb-1 {
  margin-bottom: 30px !important; }

.u-mb-2 {
  margin-bottom: 60px !important; }

.u-mb-3 {
  margin-bottom: 90px !important; }

.u-mb-4 {
  margin-bottom: 120px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-ml-1 {
  margin-left: 30px !important; }

.u-ml-2 {
  margin-left: 60px !important; }

.u-ml-3 {
  margin-left: 90px !important; }

.u-ml-4 {
  margin-left: 120px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mr-1 {
  margin-right: 30px !important; }

.u-mr-2 {
  margin-right: 60px !important; }

.u-mr-3 {
  margin-right: 90px !important; }

.u-mr-4 {
  margin-right: 120px !important; }

.u-p-0 {
  padding-: 0px !important; }

.u-p-1 {
  padding-: 30px !important; }

.u-p-2 {
  padding-: 60px !important; }

.u-p-3 {
  padding-: 90px !important; }

.u-p-4 {
  padding-: 120px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pt-1 {
  padding-top: 30px !important; }

.u-pt-2 {
  padding-top: 60px !important; }

.u-pt-3 {
  padding-top: 90px !important; }

.u-pt-4 {
  padding-top: 120px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pb-1 {
  padding-bottom: 30px !important; }

.u-pb-2 {
  padding-bottom: 60px !important; }

.u-pb-3 {
  padding-bottom: 90px !important; }

.u-pb-4 {
  padding-bottom: 120px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-pl-1 {
  padding-left: 30px !important; }

.u-pl-2 {
  padding-left: 60px !important; }

.u-pl-3 {
  padding-left: 90px !important; }

.u-pl-4 {
  padding-left: 120px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pr-1 {
  padding-right: 30px !important; }

.u-pr-2 {
  padding-right: 60px !important; }

.u-pr-3 {
  padding-right: 90px !important; }

.u-pr-4 {
  padding-right: 120px !important; }

.u-mtb-half {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.z-13 {
  z-index: 13;
  position: relative; }

.expander__wrapper {
  border-bottom: solid 1px #dfdfdf;
  transition: all 240ms ease-out; }

[gr-expand-trigger],
.typography [gr-expand-trigger] {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer; }
  [gr-expand-trigger] span::after,
  .typography [gr-expand-trigger] span::after {
    content: '+';
    color: #c02c19;
    font-size: 2rem;
    margin-right: 15px;
    margin-left: 15px;
    transition: all 240ms ease-out; }
  [gr-expand-trigger].expander__trigger--expanded span::after,
  .typography [gr-expand-trigger].expander__trigger--expanded span::after {
    content: '-'; }

[gr-expand-target] {
  display: none; }

.accordion-container span.content, .accordion-container div.content {
  display: none; }

.accordion-toggle {
  cursor: pointer;
  text-decoration: underline; }

.elections-2018__heading {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1em; }

@media (min-width: 48em) {
  .party__content {
    overflow: auto; } }

.party-section .party__content {
  margin-top: 200px; }

.party__content a {
  color: #fff;
  text-decoration: underline;
  transition: .3s; }
  .party__content a:hover {
    text-decoration: none; }

.party__content ul {
  padding-left: 20px; }

.party__content__item {
  padding-bottom: 100px;
  position: relative;
  transition: .3s; }
  @media (min-width: 48em) {
    .party__content__item {
      margin-right: 20px;
      min-height: 50vh; } }
  .party__content__item.active {
    display: block;
    opacity: 1; }
  .party__content__item p:last-child {
    margin-bottom: 0; }

.elections-2018__footer {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 0; }
  @media (min-width: 48em) {
    .elections-2018__footer {
      display: block;
      opacity: 0;
      padding: 35px 20px 25px;
      transform: translateY(100%);
      transition: .3s;
      width: 100%; } }
  @media (min-width: 48em) {
    .show-party .elections-2018__footer {
      opacity: 1;
      transform: translateY(0); } }

.party__logo {
  border-left: 1px solid #b2b2b2;
  display: none;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  padding: 0 25px;
  vertical-align: middle;
  height: 70px; }
  @media (min-width: 48em) {
    .party__logo {
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media (min-width: 64em) {
    .party__logo {
      height: 100px; } }
  @media (min-width: 1440px) {
    .party__logo {
      padding: 0 25px; } }
  .party__logo:first-child {
    border-left: 0; }
  .party__logo path {
    fill: #d1d1d1;
    transition: .3s; }
  .party__logo svg, .party__logo img {
    width: 100px; }
    @media (min-width: 64em) {
      .party__logo svg, .party__logo img {
        width: 150px; } }

@media (min-width: 69.375em) {
  .party__solidaire {
    width: 147px;
    height: 68px; } }

.party__solidaire:hover .party__solidaire__orange,
.party__logo.active .party__solidaire .party__solidaire__orange {
  fill: #FF5505; }

.party__solidaire:hover .party__solidaire__blue,
.party__logo.active .party__solidaire .party__solidaire__blue {
  fill: #28347C; }

@media (min-width: 69.375em) {
  .party__liberal {
    width: 132px;
    height: 76px; } }

.party__liberal .party__liberal__white {
  fill: #fff; }

.party__liberal:hover .party__liberal__red,
.party__logo.active .party__liberal .party__liberal__red {
  fill: #be002F; }

.party__liberal:hover .party__liberal__blue,
.party__logo.active .party__liberal .party__liberal__blue {
  fill: #3C72B7; }

.party__liberal:hover .party__liberal__white,
.party__logo.active .party__liberal .party__liberal__white {
  fill: #fff; }

@media (min-width: 69.375em) {
  .party__quebecois {
    width: 174px;
    height: 55px; } }

.party__quebecois:hover .party__quebecois__blue,
.party__logo.active .party__quebecois .party__quebecois__blue {
  fill: #005BAB; }

.party__quebecois:hover .party__quebecois__green,
.party__logo.active .party__quebecois .party__quebecois__green {
  fill: #80C342; }

@media (min-width: 69.375em) {
  .party__caq {
    width: 142px;
    height: 52px; } }

.party__caq:hover .party__caq__blue,
.party__logo.active .party__caq .party__caq__blue {
  fill: #00B3F0; }

.elections-2018-back-home-link {
  background-color: #ccc;
  color: #fff;
  display: none;
  font-size: 21px;
  margin: 20px auto 0;
  padding: 11px 20px 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  width: 100%; }
  .elections-2018-back-home-link:hover {
    color: #000; }
  @media (min-width: 48em) {
    .elections-2018-back-home-link {
      position: static; } }
  @media (min-width: 64em) {
    .elections-2018-back-home-link {
      width: 900px; } }
  .show-party .elections-2018-back-home-link {
    display: block; }

.elections-2018-html {
  height: 100%;
  overflow: hidden; }

.elections-2018 {
  background-color: #dfdfdf;
  background-position: center center;
  background-size: cover;
  font-size: 14px;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .elections-2018:before {
    background-color: rgba(255, 255, 255, 0.92);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .elections-2018.show-party {
    background-image: none !important; }
  .elections-2018 a {
    cursor: pointer; }
  .elections-2018 img {
    display: block;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }
  .elections-2018 p, .elections-2018 div {
    margin-bottom: 1em; }
  .elections-2018 .party__logo-color {
    display: none; }
  .elections-2018 .party__logo.active .party__logo-color {
    display: block; }
  .elections-2018 .party__logo.active .party__logo-bw {
    display: none; }

@media (min-width: 48em) {
  .section__content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto; } }

@media (min-width: 64em) {
  .section__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px; } }

.choice-heading {
  font-size: 16px;
  margin-top: 3em;
  margin-bottom: 2.5em;
  text-align: center; }

.header__logo--elections-2018 {
  padding: 50px;
  text-align: center; }
  @media (min-width: 69.375em) {
    .header__logo--elections-2018 {
      -ms-flex-order: 0;
          order: 0; } }
  .header__logo--elections-2018 svg {
    width: 113px;
    height: 117px; }

.logo-box {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0.71429em 2.5em;
  transition: .3s;
  vertical-align: middle;
  width: 178px;
  height: 90px; }
  .logo-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(2px); }

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

.elections-2018__section {
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.party-section {
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .6s;
  width: 100%;
  overflow: auto; }
  @media (min-width: 48em) {
    .party-section {
      height: calc(100% - 227.5px);
      overflow: auto; } }

.elections-2018--home {
  transition: .3s; }
  .show-party .elections-2018--home {
    opacity: 0; }

.elections-2018--solidaire {
  background-color: #FE5E13; }
  .show-solidaire .elections-2018--solidaire {
    opacity: 1;
    z-index: 1; }

.elections-2018--liberal {
  background-color: #BE002F; }
  .show-liberal .elections-2018--liberal {
    opacity: 1;
    z-index: 1; }

.elections-2018--quebecois {
  background-color: #005BAB; }
  .show-quebecois .elections-2018--quebecois {
    opacity: 1;
    z-index: 1; }

.elections-2018--caq {
  background-color: #00B3F0; }
  .show-caq .elections-2018--caq {
    opacity: 1;
    z-index: 1; }

/* 2019 / Federal */
.elections-2018--bloc {
  background-color: #42b7bf; }
  .show-bloc .elections-2018--bloc {
    opacity: 1;
    z-index: 1; }

.elections-2018--npd {
  background-color: #f99e29; }
  .show-npd .elections-2018--npd {
    opacity: 1;
    z-index: 1; }

.elections-2018--conservateurs {
  background-color: #1d4880; }
  .show-conservateurs .elections-2018--conservateurs {
    opacity: 1;
    z-index: 1; }

.elections-2018--vert {
  background-color: #3d9b35; }
  .show-vert .elections-2018--vert {
    opacity: 1;
    z-index: 1; }

.elections-2018--fae {
  background-color: #c02c19; }
  .show-fae .elections-2018--fae {
    opacity: 1;
    z-index: 1; }

.elections-2018--fed-liberal {
  background-color: #d71920; }
  .show-fed-liberal .elections-2018--fed-liberal {
    opacity: 1;
    z-index: 1; }

.party__navigation {
  display: none;
  margin-bottom: 25px;
  text-align: center; }
  @media (min-width: 80em) {
    .party__navigation {
      position: absolute;
      bottom: 45%;
      left: calc(50% - 600px); } }
  @media (min-width: 80em) {
    .party__navigation.bottom {
      display: none; } }

.party__nav__item {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  position: relative;
  width: 14px;
  height: 14px; }
  @media (min-width: 80em) {
    .party__nav__item {
      display: block;
      margin: 8px 0; } }
  .party__nav__item.active:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px); }

.elections-2018__arrow {
  position: absolute;
  top: 70px; }
  @media (min-width: 48em) {
    .elections-2018__arrow {
      display: none; } }

.elections-2018__arrow--left {
  left: 20px; }

.elections-2018__arrow--right {
  right: 20px; }

.party__header {
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  transition: .3s;
  width: 100%; }
  .elections-2018--solidaire .party__header {
    background-color: #FE5E13; }
  .elections-2018--liberal .party__header {
    background-color: #BE002F; }
  .elections-2018--quebecois .party__header {
    background-color: #005BAB; }
  .elections-2018--caq .party__header {
    background-color: #00B3F0; }
  .elections-2018--bloc .party__header {
    background-color: #42b7bf; }
  .elections-2018--npd .party__header {
    background-color: #f99e29; }
  .elections-2018--conservateurs .party__header {
    background-color: #1d4880; }
  .elections-2018--vert .party__header {
    background-color: #3d9b35; }
  .elections-2018--fae .party__header {
    background-color: #c02c19; }
  .party__header.hide {
    transform: translateY(-100%); }

.elections-2018--fed-liberal #elections-2019 {
  background-color: #d71920; }

#elections-2019 .elections-2018--fed-liberal {
  background-color: #d71920; }
  .show-block #elections-2019 .elections-2018--fed-liberal {
    opacity: 1;
    z-index: 1; }

#elections-2019 .elections-2018--fed-liberal .party__header {
  background-color: #d71920; }

.btn-party {
  text-align: center; }
  .btn-party .btn {
    display: inline-block; }

.elections-2019__heading {
  padding: .8rem;
  border: #FFFFFF 2px solid;
  margin-bottom: 1rem; }

/*# sourceMappingURL=fae.css.map */
