@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/* $breadcrumbs-margin: 0 0 $global-margin 0;
$breadcrumbs-item-font-size: rem-calc(11);
$breadcrumbs-item-color: $primary-color;
$breadcrumbs-item-color-current: $black;
$breadcrumbs-item-color-disabled: $medium-gray;
$breadcrumbs-item-margin: 0.75rem;
$breadcrumbs-item-uppercase: true;
$breadcrumbs-item-slash: true; */
/**
 * Foundation for Sites by ZURB
 * Version 6.0.6
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

/* .wp-caption{
  padding:rem-calc(4);
}

.wp-caption img{
  max-width:100%;
}

p.wp-caption-text{
  font-size:90%;
  color: #666;
  padding:rem-calc(10) 0;
}
 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -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:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=20em&medium=48em&large=64em&xlarge=68.75em&xxlarge=97.5em"; }

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

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

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

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

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

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

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

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

.row {
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  @media screen and (min-width: 20em) {
    .row.small-collapse > .column, .row.small-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media screen and (min-width: 48em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media screen and (min-width: 68.75em) {
    .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media screen and (min-width: 97.5em) {
    .row.xxlarge-collapse > .column, .row.xxlarge-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.xxlarge-uncollapse > .column, .row.xxlarge-uncollapse > .columns {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

@media screen and (min-width: 20em) {
  .small-1 {
    width: 8.33333%; }
  .small-push-1 {
    position: relative;
    left: 8.33333%; }
  .small-pull-1 {
    position: relative;
    left: -8.33333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    width: 16.66667%; }
  .small-push-2 {
    position: relative;
    left: 16.66667%; }
  .small-pull-2 {
    position: relative;
    left: -16.66667%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-3 {
    width: 25%; }
  .small-push-3 {
    position: relative;
    left: 25%; }
  .small-pull-3 {
    position: relative;
    left: -25%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-4 {
    width: 33.33333%; }
  .small-push-4 {
    position: relative;
    left: 33.33333%; }
  .small-pull-4 {
    position: relative;
    left: -33.33333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    width: 41.66667%; }
  .small-push-5 {
    position: relative;
    left: 41.66667%; }
  .small-pull-5 {
    position: relative;
    left: -41.66667%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-6 {
    width: 50%; }
  .small-push-6 {
    position: relative;
    left: 50%; }
  .small-pull-6 {
    position: relative;
    left: -50%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-7 {
    width: 58.33333%; }
  .small-push-7 {
    position: relative;
    left: 58.33333%; }
  .small-pull-7 {
    position: relative;
    left: -58.33333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    width: 66.66667%; }
  .small-push-8 {
    position: relative;
    left: 66.66667%; }
  .small-pull-8 {
    position: relative;
    left: -66.66667%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-9 {
    width: 75%; }
  .small-push-9 {
    position: relative;
    left: 75%; }
  .small-pull-9 {
    position: relative;
    left: -75%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-10 {
    width: 83.33333%; }
  .small-push-10 {
    position: relative;
    left: 83.33333%; }
  .small-pull-10 {
    position: relative;
    left: -83.33333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    width: 91.66667%; }
  .small-push-11 {
    position: relative;
    left: 91.66667%; }
  .small-pull-11 {
    position: relative;
    left: -91.66667%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-12 {
    width: 100%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left; }
    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
      float: left; }
  .small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left; }
    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
      float: left; }
  .small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
      float: left; }
  .small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left; }
    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
      float: left; }
  .small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left; }
    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
      float: left; }
  .small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
      float: left; }
  .small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
      float: left; }
  .small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
      float: left; }
  .column.small-centered, .small-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .small-uncenter,
  .small-push-0,
  .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 68.75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .column.xlarge-centered, .xlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncenter,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 97.5em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .column.xxlarge-centered, .xxlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncenter,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

@media screen and (min-width: 20em) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 1.375rem; }
  h3 {
    font-size: 1.1875rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.1875rem; }
  h4 {
    font-size: 1.0625rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 68.75em) {
  h1 {
    font-size: 4.375rem; }
  h2 {
    font-size: 2.625rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.1875rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 97.5em) {
  h1 {
    font-size: 6.25rem; }
  h2 {
    font-size: 3.75rem; }
  h3 {
    font-size: 2rem; }
  h4 {
    font-size: 1.75rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #141b1e;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #11171a; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #868585; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #868585; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  padding: 0.95em 2.6em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #0a0a0a;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #090909;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fefefe; }
  .button.alert {
    background: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fefefe; }
  .button.warning {
    background: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 2.6em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

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

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > *:first-child {
    border-radius: 0 0 0 0; }
  .input-group > *:last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.5625rem 1.875rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0a0a0a;
  position: relative;
  border-bottom: 1px solid #a6a6a6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #0a0a0a; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }

.accordion-content {
  padding: 1.5625rem 1.875rem;
  display: none;
  border-bottom: 1px solid #a6a6a6; }

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

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

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #868585;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

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

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

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

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

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

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

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #141b1e transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.625rem;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #141b1e transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #141b1e;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

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

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

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

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 20em) and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.5rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 68.75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 97.5em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.5rem 1rem; }

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

.orbit, .featured-news .orbit-disable, .featured-news .orbit,
.featured-events .orbit-disable,
.featured-events .orbit,
.featured-athletes .orbit-disable,
.featured-athletes .orbit {
  position: relative; }

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

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #868585; }
    .orbit-bullets button.is-active {
      background-color: #868585; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

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

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 97.5rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 97.5rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 97.5rem; } }
  @media screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 97.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: none; }

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

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

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

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

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

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

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

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

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

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

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

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

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

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 700;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #2199e8; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

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

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #0c0b0b; }
  .top-bar a {
    color: #868585; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 47.9375em) {
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 68.6875em) {
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 97.4375em) {
  .stacked-for-xlarge .top-bar-right {
    width: 100%; }
  .stacked-for-xlarge .top-bar-left {
    width: 100%; } }

@media screen and (max-width: ) {
  .stacked-for-xxlarge .top-bar-right {
    width: 100%; }
  .stacked-for-xxlarge .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 47.9375em) {
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
body {
  font-size: 1.125rem;
  -webkit-overflow-scrolling: touch; }

textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  border-color: inherit;
  box-shadow: inherit !important;
  outline: none !important;
  background-color: #FFE6E6 !important; }

ul {
  margin: 0; }

li {
  list-style-type: none; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

h1, h2, h3 {
  text-transform: uppercase; }

h3 {
  font-weight: 700; }

.entry-title {
  color: #fefefe;
  line-height: 1em; }

.featured {
  display: inline-block;
  float: right;
  padding: 0.4375rem 0.9375rem;
  background: #ffec1a;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.9375rem !important;
  margin-left: 0 !important; }

.entry-content {
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto; }
  .entry-content::before, .entry-content::after {
    content: ' ';
    display: table; }
  .entry-content::after {
    clear: both; }
  .entry-content::before, .entry-content::after {
    content: ' ';
    display: table; }
  .entry-content::after {
    clear: both; }
  .entry-content > h2 {
    margin: 6.25rem 0 5rem 0;
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .entry-content > h2:last-child:not(:first-child) {
      float: right; }

.tags {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #776868; }
  .tags a {
    color: #776868;
    text-decoration: underline; }
    .tags a:hover {
      text-decoration: none; }

.read-more {
  font-family: Chivo;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: underline;
  color: #cd2027;
  text-transform: uppercase; }
  .read-more:hover {
    color: #cd2027;
    text-decoration: none; }

.backlink {
  margin-bottom: 1.875rem;
  font-weight: 700; }
  .backlink a {
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #cd2027;
    display: inline-block; }
    .backlink a:hover {
      text-decoration: none; }
  .backlink span {
    color: #cd2027;
    font-size: 1.2em; }

.addthis_toolbox {
  margin-top: 1.875rem; }
  .addthis_toolbox > a {
    margin-right: 1.75rem; }
    .addthis_toolbox > a .at-icon-wrapper {
      width: 60px !important;
      height: 60px !important;
      border-radius: 50%;
      padding-top: 0.875rem;
      text-align: center; }

.wpcf7-submit {
  background: #0a0a0a;
  color: #fefefe;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.95em 2.6em;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 2.5rem;
  border: none;
  box-shadow: none;
  outline: 0;
  opacity: 0.85; }
  .wpcf7-submit:hover, .wpcf7-submit:focus {
    background: #0a0a0a;
    color: #fefefe; }

.wpcf7-submit:hover {
  opacity: 1; }

.button {
  opacity: 0.85; }

.button:hover {
  opacity: 1; }

.social-icon {
  width: 26px;
  height: 30px;
  display: table-cell;
  padding-right: 1rem; }
  .social-icon a {
    display: block !important;
    width: 26px;
    height: 21px;
    padding: 0 !important;
    vertical-align: middle; }
    .social-icon a i {
      display: none; }
  .social-icon.facebook a {
    background: url("../images/picto-facebook.png") no-repeat 0 1px; }
    .social-icon.facebook a i {
      display: none; }
    .social-icon.facebook a:hover {
      background: url("../images/picto-facebook-active.png") no-repeat 0 1px; }
  .social-icon.twitter a {
    background: url("../images/picto-twitter.png") no-repeat 0 1px; }
    .social-icon.twitter a i {
      display: none; }
    .social-icon.twitter a:hover {
      background: url("../images/picto-twitter-active.png") no-repeat 0 1px; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  body {
    font-size: 0.9375rem; }
  .row {
    max-width: 68.75rem; }
  .featured {
    padding: 0.4375rem 0.75rem;
    font-size: 0.875rem; }
  .read-more {
    font-size: 0.875rem; }
  .entry-content {
    max-width: 68.75rem; }
    .entry-content > h2 {
      margin: 4.375rem 0 4.0625rem 0; }
  .wpcf7-submit {
    font-size: 0.9375rem;
    padding: 1em 2.5em;
    margin-top: 1.875rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  body {
    font-size: 0.875rem; }
  .gutter-tablet-landscape-x2, .entry-content > h2, .team-member .row h2, .page-template-page-about-us .committees h2,
  .page-template-page-about-us .member-organizations h2, .page-template-page-about-us .committees .accordion,
  .page-template-page-about-us .member-organizations .accordion, .page-template-page-about-us .awards .row h2, .page-template-page-about-us .awards .row ul, .page-template-athletes h2.columns, .page-template-page-contact .entry-content, .page-template-press-releases #latest-news {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .gutter-tablet-landscape, .columns, body.home #main-front #maincontent, .filter-choices, .page-template-page-about-us .entry-content pre {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .row {
    max-width: 100%; }
  .row.collapse > .columns {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .featured {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
    margin-left: 0; }
  .read-more {
    font-size: 0.8125rem; }
  .entry-content {
    max-width: 100%; }
    .entry-content > h2 {
      margin: 2.8125rem 0 1.875rem 0; }
  .wpcf7-submit {
    font-size: 0.75rem; }
  .backlink {
    margin-bottom: 1.25rem;
    font-weight: 700; }
    .backlink a {
      font-size: 0.875rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .gutter-tablet-landscape-x2, .entry-content > h2, .team-member .row h2, .page-template-page-about-us .committees h2,
  .page-template-page-about-us .member-organizations h2, .page-template-page-about-us .committees .accordion,
  .page-template-page-about-us .member-organizations .accordion, .page-template-page-about-us .awards .row h2, .page-template-page-about-us .awards .row ul, .page-template-athletes h2.columns, .page-template-page-contact .entry-content, .page-template-press-releases #latest-news {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .gutter-mobile, .page-template-page-about-us .entry-content, .page-template-page-about-us .committees h2,
  .page-template-page-about-us .member-organizations h2, .page-template-page-about-us .committees .accordion .accordion-item .accordion-title,
  .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title, .page-template-page-about-us .committees .accordion .accordion-content,
  .page-template-page-about-us .member-organizations .accordion .accordion-content, .page-template-page-about-us .awards .row h2, .page-template-page-about-us .awards .row ul, .page-template-athletes h2.columns, .page-template-page-contact .entry-content, .page-template-press-releases #latest-news > h2 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .columns {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .entry-content {
    max-width: 100%; }
    .entry-content > h2 {
      margin: 1.875rem 0 1.25rem 0;
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .backlink a {
    font-size: 0.8125rem; }
  .tags {
    font-size: 0.9375rem !important;
    margin-top: 1.25rem !important; } }

@media screen and (max-width: 47.9375em) {
  /** FRONTPAGE */
  body.home #main-front #maincontent {
    height: auto !important; }
    body.home #main-front #maincontent a {
      margin-top: 1.875rem;
      width: 100%;
      padding: 0.75rem;
      font-size: 0.8125rem;
      line-height: 1em;
      text-align: center; }
  body.home #main-front #headblocks .headblock img {
    width: 100%;
    height: auto; }
  body.home #latest-news {
    margin-top: 2.375rem; }
    body.home #latest-news h2 {
      font-size: 1.875rem;
      text-align: center;
      margin-bottom: 1.875rem; }
    body.home #latest-news .button {
      width: 100%; }
    body.home #latest-news article {
      text-align: center;
      height: auto !important; }
      body.home #latest-news article .date,
      body.home #latest-news article h3 {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 1rem; }
      body.home #latest-news article .date {
        margin-bottom: 0.5625rem; }
      body.home #latest-news article .featured {
        padding: 0.25rem 0.75rem;
        margin-bottom: 0.75rem; }
      body.home #latest-news article .content {
        text-align: left; }
      body.home #latest-news article p.tags {
        text-align: center;
        margin-bottom: 0.875rem; }
        body.home #latest-news article p.tags a {
          color: #776868;
          text-decoration: underline; }
          body.home #latest-news article p.tags a:hover {
            text-decoration: none; }
    body.home #latest-news .row.wrap-btn-centred {
      padding-top: 0; }
  body.home #upcoming-events {
    margin-top: 1.875rem;
    padding: 1.875rem 0; }
    body.home #upcoming-events h2 {
      font-size: 1.875rem;
      text-align: center;
      margin-bottom: 1.875rem; }
    body.home #upcoming-events .all-button {
      width: 100%; }
    body.home #upcoming-events .row article .columns {
      display: inline-block; }
    body.home #upcoming-events .row article .content-event-teaser {
      text-align: center;
      border-radius: 8px;
      margin-bottom: 1.25rem; }
      body.home #upcoming-events .row article .content-event-teaser .thumbnail {
        margin-bottom: 1.625rem;
        text-align: center; }
        body.home #upcoming-events .row article .content-event-teaser .thumbnail img {
          display: inline;
          max-width: 50%; }
      body.home #upcoming-events .row article .content-event-teaser p.tags {
        margin-bottom: 0.875rem; }
        body.home #upcoming-events .row article .content-event-teaser p.tags a {
          color: #776868;
          text-decoration: underline; }
          body.home #upcoming-events .row article .content-event-teaser p.tags a:hover {
            text-decoration: none; }
      body.home #upcoming-events .row article .content-event-teaser .featured {
        margin-top: 0.875rem;
        padding: 0.25rem 0.75rem; }
      body.home #upcoming-events .row article .content-event-teaser ul li {
        text-align: center;
        width: 100%; }
      body.home #upcoming-events .row article .content-event-teaser p,
      body.home #upcoming-events .row article .content-event-teaser h3 {
        width: 100%;
        text-align: center; }
      body.home #upcoming-events .row article .content-event-teaser .read-more {
        display: none; }
      body.home #upcoming-events .row article .content-event-teaser .metabox {
        margin-bottom: 0.875rem; }
      body.home #upcoming-events .row article .content-event-teaser .button {
        margin-bottom: 0; }
  body.home .featured-athletes .entry-title {
    width: 100%;
    max-width: 100%;
    font-size: 1.875rem;
    margin: 2rem 0;
    padding: 0;
    text-align: center; }
  body.home
  .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail, body.home
  .featured-athletes .orbit .orbit-slide .caption .athlete-detail {
    padding: 5.25rem 0.75rem 0 0.75rem;
    margin: 0;
    width: 100%;
    max-width: 100%; }
    body.home
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail h3, body.home
    .featured-athletes .orbit .orbit-slide .caption .athlete-detail h3 {
      text-align: center;
      width: 100%;
      font-size: 1.875rem; }
    body.home
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail p.role, body.home
    .featured-athletes .orbit .orbit-slide .caption .athlete-detail p.role {
      width: 100%;
      text-align: center;
      margin-bottom: 1.5rem; }
    body.home
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail p.ranks span, body.home
    .featured-athletes .orbit .orbit-slide .caption .athlete-detail p.ranks span {
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0 !important; }
    body.home
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail a.button, body.home
    .featured-athletes .orbit .orbit-slide .caption .athlete-detail a.button {
      margin: 0.75rem 0;
      width: 100%; }
  body.home
  .featured-athletes .orbit-disable .orbit-btn, body.home
  .featured-athletes .orbit .orbit-btn {
    left: 56%; }
  #footer-container #footer .top-section {
    padding: 0.5rem 0 0 !important; }
    #footer-container #footer .top-section .columns {
      padding-left: 0;
      padding-right: 0; }
    #footer-container #footer .top-section h6 {
      text-align: center;
      margin: 1.625rem 0;
      font-size: 1.875rem; }
    #footer-container #footer .top-section #text-5 h6 {
      margin-bottom: 0.5625rem; }
    #footer-container #footer .top-section #cff .cff-item {
      text-align: center; }
      #footer-container #footer .top-section #cff .cff-item .cff-author a {
        width: 100%;
        position: relative;
        padding-top: 2.5rem 0; }
      #footer-container #footer .top-section #cff .cff-item .cff-author-img {
        float: none;
        margin: 0 auto !important;
        position: absolute;
        top: 0; }
      #footer-container #footer .top-section #cff .cff-item .cff-post-text {
        text-align: left; }
    #footer-container #footer .top-section div.wpcf7 input {
      margin: 0 !important; }
    #footer-container #footer .top-section div.wpcf7 .wpcf7-submit {
      width: 100%;
      margin-top: 0; }
    #footer-container #footer .top-section div.wpcf7 p {
      text-align: center; }
  #footer-container #footer .bottom-line .bottom-line-wrapper nav, #footer-container #footer .bottom-line .bottom-line-wrapper p {
    position: relative !important;
    text-align: center;
    width: 100%; }
  #footer-container #footer .bottom-line .bottom-line-wrapper nav ul li {
    font-size: 1rem;
    display: block;
    width: 100%; }
    #footer-container #footer .bottom-line .bottom-line-wrapper nav ul li a, #footer-container #footer .bottom-line .bottom-line-wrapper nav ul li span.nolink {
      padding: 0 3rem !important; }
  #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links {
    margin-top: 1.75rem;
    text-align: center;
    float: left; }
    #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links ul {
      margin: 0 auto;
      width: 6.25rem; }
      #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links ul li {
        float: left;
        display: inline;
        width: auto; }
        #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links ul li a {
          padding: 0.75rem !important; }
  #footer-container #footer .bottom-line .bottom-line-wrapper nav.mentions {
    margin-top: 1.75rem;
    float: left; }
  #footer-container #footer .bottom-line .bottom-line-wrapper p#powered-by {
    margin: 1.125rem 0; }
    #footer-container #footer .bottom-line .bottom-line-wrapper p#powered-by a {
      padding: 0 2.25rem !important; }
  #footer-container #footer .bottom-section .partners-wrapper {
    padding-top: 2.375rem !important;
    padding-bottom: 0.75rem !important; }
    #footer-container #footer .bottom-section .partners-wrapper .partners-content {
      padding: 0 2.5rem; }
      #footer-container #footer .bottom-section .partners-wrapper .partners-content article {
        display: block;
        padding: 0.75rem 0; }
        #footer-container #footer .bottom-section .partners-wrapper .partners-content article img {
          width: 100%;
          height: auto; } }

header#masthead {
  z-index: 10;
  position: relative; }

.pre-top-bar {
  background-color: #141b1e;
  height: auto;
  padding: 0.75rem 1.875rem; }
  .pre-top-bar a {
    color: #8a8d8f;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 0.5rem 0.9375rem; }
    .pre-top-bar a:hover {
      color: #fefefe; }
  .pre-top-bar .wrap-widgt article {
    display: inline-block;
    float: right; }
    .pre-top-bar .wrap-widgt article:first-child {
      float: left; }
  .pre-top-bar .wrap-widgt input, .pre-top-bar .wrap-widgt select {
    margin-bottom: 0; }
  .pre-top-bar #menu-liens-sociaux {
    float: left; }
    .pre-top-bar #menu-liens-sociaux a {
      padding: 0 0.9375rem 0 0; }
      .pre-top-bar #menu-liens-sociaux a i {
        font-size: 1.5625rem; }
  .pre-top-bar #searchform {
    position: relative; }
    .pre-top-bar #searchform input {
      height: 1.875rem;
      font-size: 0.75rem;
      border-radius: 0.3125rem;
      width: 13.75rem;
      padding-right: 1.6875rem; }
    .pre-top-bar #searchform .button-wrapper {
      position: absolute;
      right: 0;
      width: auto; }
      .pre-top-bar #searchform .button-wrapper .button {
        width: 1.25rem;
        height: 1.25rem;
        padding: 0;
        margin: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
        background: none;
        position: relative; }
        .pre-top-bar #searchform .button-wrapper .button .icon-search {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          font-size: 0.9375rem;
          color: #cd2027; }
  .pre-top-bar .switch-lang {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0; }
    .pre-top-bar .switch-lang li {
      list-style-type: none; }
      .pre-top-bar .switch-lang li.current-lang {
        display: none; }

.top-bar,
.responsive-top-menu-wrapper {
  font-size: 0.875rem;
  padding: 0 1.875rem; }
  .top-bar .site-logo,
  .responsive-top-menu-wrapper .site-logo {
    max-width: 20.625rem;
    padding-top: 0.9375rem; }
  .top-bar .menu li,
  .responsive-top-menu-wrapper .menu li {
    padding: 0 1rem;
    height: 5.625rem;
    vertical-align: middle; }
    .top-bar .menu li a,
    .responsive-top-menu-wrapper .menu li a {
      height: 100%;
      padding: 0;
      display: table-cell;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.125rem; }
      .top-bar .menu li a:hover,
      .responsive-top-menu-wrapper .menu li a:hover {
        color: #fefefe; }
    .top-bar .menu li:last-child a,
    .responsive-top-menu-wrapper .menu li:last-child a {
      padding-right: 0; }
    .top-bar .menu li.red-button a,
    .responsive-top-menu-wrapper .menu li.red-button a {
      padding: 0.625rem 1.875rem;
      border-radius: 20px;
      background: #cd2027;
      color: #fefefe;
      opacity: 0.85; }
      .top-bar .menu li.red-button a:hover,
      .responsive-top-menu-wrapper .menu li.red-button a:hover {
        opacity: 1; }
    .top-bar .menu li.active,
    .responsive-top-menu-wrapper .menu li.active {
      position: relative; }
      .top-bar .menu li.active a,
      .responsive-top-menu-wrapper .menu li.active a {
        color: #fefefe; }
        .top-bar .menu li.active a:after,
        .responsive-top-menu-wrapper .menu li.active a:after {
          content: '';
          position: absolute;
          display: inline-block;
          height: 5px;
          background: #cd2027;
          bottom: 0;
          left: 1rem;
          right: 1rem; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .pre-top-bar {
    padding: 0.5rem 1.5625rem; }
    .pre-top-bar a {
      font-size: 0.6875rem;
      padding: 0.375rem 0.75rem; }
    .pre-top-bar #search-4 {
      width: 12.5rem; }
    .pre-top-bar #menu-liens-sociaux a {
      padding: 0 0.625rem 0 0; }
      .pre-top-bar #menu-liens-sociaux a i {
        font-size: 1.25rem; }
    .pre-top-bar #searchform input {
      height: 1.75rem;
      width: 12.5rem; }
    .pre-top-bar #searchform .button {
      margin: 0.3125rem 0.3125rem 0.3125rem 2.5rem; }
  .top-bar {
    padding: 0 1.5625rem; }
    .top-bar .site-logo {
      max-width: 14.375rem;
      padding-top: 0.75rem; }
    .top-bar .menu li {
      padding: 0 0.5rem;
      height: 4.0625rem; }
      .top-bar .menu li a {
        font-size: 0.75rem; }
      .top-bar .menu li.red-button a {
        padding: 0.3125rem 0.9375rem;
        border-radius: 10px; }
      .top-bar .menu li.active a:after {
        left: 0.5rem;
        right: 0.5rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .responsive-top-menu-wrapper {
    margin-left: 50px; }
  .top-bar .menu li,
  .responsive-top-menu-wrapper .menu li {
    margin-left: 10px; }
    .top-bar .menu li.menu-item-239,
    .responsive-top-menu-wrapper .menu li.menu-item-239 {
      display: none !important; }
    .top-bar .menu li.red-button,
    .responsive-top-menu-wrapper .menu li.red-button {
      padding-top: 10px !important; }
      .top-bar .menu li.red-button a,
      .responsive-top-menu-wrapper .menu li.red-button a {
        padding: 8px 12px !important; }
      .top-bar .menu li.red-button.active a:after,
      .responsive-top-menu-wrapper .menu li.red-button.active a:after {
        display: none; }
    .top-bar .menu li.active a:after,
    .responsive-top-menu-wrapper .menu li.active a:after {
      right: 6px;
      left: 6px; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .top-bar .menu li.red-button,
  .responsive-top-menu-wrapper .menu li.red-button {
    padding-top: 0 !important; }
    .top-bar .menu li.red-button a,
    .responsive-top-menu-wrapper .menu li.red-button a {
      border-radius: 0;
      background: none;
      color: #8a8d8f; } }

#footer-container {
  max-width: 100%;
  width: 100%; }
  #footer-container #footer h6 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
  #footer-container #footer #text-2 h6 {
    margin-bottom: 0.25rem; }
  #footer-container #footer .top-section {
    padding: 4.6875rem 5.625rem;
    background: #e6e6e6; }
    #footer-container #footer .top-section .fb-like {
      margin-bottom: 0.75rem; }
    #footer-container #footer .top-section::before, #footer-container #footer .top-section::after {
      content: ' ';
      display: table; }
    #footer-container #footer .top-section::after {
      clear: both; }
    #footer-container #footer .top-section .cff-author {
      margin-bottom: 0.625rem; }
    #footer-container #footer .top-section .cff-author-text {
      padding-left: 10px; }
    #footer-container #footer .top-section .cff-post-text {
      margin-top: 0; }
    #footer-container #footer .top-section .cff-text {
      font-family: Chivo;
      font-weight: 400; }
      #footer-container #footer .top-section .cff-text a {
        color: #cd2027; }
    #footer-container #footer .top-section .cff-author-img {
      width: 45px; }
      #footer-container #footer .top-section .cff-author-img img {
        width: 100%; }
    #footer-container #footer .top-section .tweets_avatar {
      background: inherit;
      border: none;
      box-shadow: none; }
      #footer-container #footer .top-section .tweets_avatar .tweet_data,
      #footer-container #footer .top-section .tweets_avatar .times {
        padding-left: 3.75rem;
        font-family: Chivo;
        font-size: inherit; }
    #footer-container #footer .top-section .tweet_wrap .screen_name {
      display: inline-block;
      margin-bottom: 6px; }
    #footer-container #footer .top-section .wpcf7 {
      font-weight: 400; }
      #footer-container #footer .top-section .wpcf7 input[type="text"],
      #footer-container #footer .top-section .wpcf7 input[type="email"] {
        border-radius: 5px;
        border: none;
        margin-top: 1.5625rem;
        line-height: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.3125rem; }
      #footer-container #footer .top-section .wpcf7 .wpcf7-submit {
        margin-top: 25px; }
  #footer-container #footer .bottom-section .widget_ultimate_posts,
  #footer-container #footer .bottom-section .partners-wrapper {
    padding: 5.625rem 5.625rem 4.375rem;
    text-align: center; }
    #footer-container #footer .bottom-section .widget_ultimate_posts::before, #footer-container #footer .bottom-section .widget_ultimate_posts::after,
    #footer-container #footer .bottom-section .partners-wrapper::before,
    #footer-container #footer .bottom-section .partners-wrapper::after {
      content: ' ';
      display: table; }
    #footer-container #footer .bottom-section .widget_ultimate_posts::after,
    #footer-container #footer .bottom-section .partners-wrapper::after {
      clear: both; }
    #footer-container #footer .bottom-section .widget_ultimate_posts section,
    #footer-container #footer .bottom-section .partners-wrapper section {
      margin-top: 0px; }
    #footer-container #footer .bottom-section .widget_ultimate_posts h6,
    #footer-container #footer .bottom-section .partners-wrapper h6 {
      font-family: Chivo;
      text-align: center;
      margin-bottom: 3.125rem; }
    #footer-container #footer .bottom-section .widget_ultimate_posts article,
    #footer-container #footer .bottom-section .partners-wrapper article {
      border: none;
      display: inline-block;
      margin-left: 1.5625rem; }
      #footer-container #footer .bottom-section .widget_ultimate_posts article:first-child,
      #footer-container #footer .bottom-section .partners-wrapper article:first-child {
        margin-left: 0; }
  #footer-container #footer .bottom-line {
    background-color: #141b1e;
    text-align: center;
    position: relative; }
    #footer-container #footer .bottom-line::before, #footer-container #footer .bottom-line::after {
      content: ' ';
      display: table; }
    #footer-container #footer .bottom-line::after {
      clear: both; }
    #footer-container #footer .bottom-line .bottom-line-wrapper {
      margin: 0 auto;
      display: inline-block; }
      #footer-container #footer .bottom-line .bottom-line-wrapper li {
        display: inline;
        float: left; }
        #footer-container #footer .bottom-line .bottom-line-wrapper li a,
        #footer-container #footer .bottom-line .bottom-line-wrapper li span.nolink {
          display: inline-block;
          color: #fefefe;
          padding: 1.625rem 1.1875rem 1.125rem 1.1875rem;
          text-transform: uppercase;
          font-size: 0.875rem; }
      #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links {
        position: absolute;
        left: 1.5rem;
        top: 1.5rem; }
        #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links li {
          display: table-cell;
          float: none; }
          #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links li a {
            color: #8a8d8f; }
      #footer-container #footer .bottom-line .bottom-line-wrapper p#powered-by {
        float: left;
        display: inline-block;
        position: absolute;
        right: 0px;
        margin-bottom: 0; }
        #footer-container #footer .bottom-line .bottom-line-wrapper p#powered-by a {
          display: inline-block;
          padding: 1.625rem 1.1875rem 1.125rem 1.1875rem;
          text-transform: none;
          font-size: 0.875rem;
          color: #cd2027;
          font-weight: 700; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  #footer-container #footer h6 {
    font-size: 1.4375rem; }
  #footer-container #footer .top-section {
    padding: 3.4375rem 1.875rem; }
    #footer-container #footer .top-section::before, #footer-container #footer .top-section::after {
      content: ' ';
      display: table; }
    #footer-container #footer .top-section::after {
      clear: both; }
    #footer-container #footer .top-section .cff-author {
      margin-bottom: 0.375rem; }
    #footer-container #footer .top-section .wpcf7 input[type="text"],
    #footer-container #footer .top-section .wpcf7 input[type="email"] {
      margin-top: 1.5625rem;
      line-height: 1.875rem;
      height: 1.875rem; }
    #footer-container #footer .top-section .wpcf7 .wpcf7-not-valid-tip {
      font-size: 0.75rem; }
    #footer-container #footer .top-section .wpcf7 div.wpcf7-validation-errors {
      font-size: 0.75rem; }
  #footer-container #footer .bottom-section .widget_ultimate_posts,
  #footer-container #footer .bottom-section .partners-wrapper {
    padding: 3.75rem 1.875rem 4.0625rem; }
    #footer-container #footer .bottom-section .widget_ultimate_posts h6,
    #footer-container #footer .bottom-section .partners-wrapper h6 {
      margin-bottom: 1.125rem; }
    #footer-container #footer .bottom-section .widget_ultimate_posts article,
    #footer-container #footer .bottom-section .partners-wrapper article {
      margin-left: 0.9375rem; }
  #footer-container #footer .bottom-line .bottom-line-wrapper li a,
  #footer-container #footer .bottom-line .bottom-line-wrapper li span.nolink {
    padding: 1.625rem 0.9375rem;
    font-size: 0.6875rem; }
  #footer-container #footer .bottom-line .bottom-line-wrapper li.facebook {
    padding-left: 0.625rem; }
  #footer-container #footer .bottom-line .bottom-line-wrapper p#powered-by a {
    padding: 1.25rem 1.5625rem;
    font-size: 0.6875rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  #footer-container #footer h6 {
    font-size: 1.125rem; }
  #footer-container #footer .top-section {
    padding: 3.125rem 1.25rem; }
    #footer-container #footer .top-section .cff-wrapper #cff {
      padding-top: 0.9375rem; }
    #footer-container #footer .top-section .wpcf7 input[type="text"],
    #footer-container #footer .top-section .wpcf7 input[type="email"] {
      margin-top: 1.5625rem;
      line-height: 2.5rem;
      height: 2.5rem; }
  #footer-container #footer .bottom-section .widget_ultimate_posts,
  #footer-container #footer .bottom-section .partners-wrapper {
    padding: 3.125rem 2.5rem 3.4375rem; }
    #footer-container #footer .bottom-section .widget_ultimate_posts h6,
    #footer-container #footer .bottom-section .partners-wrapper h6 {
      margin-bottom: 0.9375rem; }
    #footer-container #footer .bottom-section .widget_ultimate_posts article,
    #footer-container #footer .bottom-section .partners-wrapper article {
      margin-left: 0.75rem; }
  #footer-container #footer .bottom-line .bottom-line-wrapper li a,
  #footer-container #footer .bottom-line .bottom-line-wrapper li span.nolink {
    padding: 1.25rem 0.625rem;
    font-size: 0.75rem; }
  #footer-container #footer .bottom-line .bottom-line-wrapper p#powered-by a {
    padding: 1.25rem 1.25rem;
    font-size: 0.75rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  #footer-container {
    width: 100%;
    overflow-x: hidden; }
    #footer-container #footer .top-section {
      /* .cff-wrapper{
					#cff{
						padding: rem-calc(12 0);
					}
				} */ }
      #footer-container #footer .top-section #text-5 {
        width: 100%;
        margin-top: 1.875rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  #footer-container #footer #text-2 h6 {
    margin-bottom: 1.625rem; }
  #footer-container #footer .top-section .cff-wrapper #cff {
    padding: 0.9375rem 0; }
    #footer-container #footer .top-section .cff-wrapper #cff .cff-item .cff-post-text {
      margin-top: 0.75rem; }
    #footer-container #footer .top-section .cff-wrapper #cff .cff-item .cff-post-desc {
      text-align: left; }
  #footer-container #footer .top-section div.wpcf7 .wpcf7-submit {
    margin-top: 12px !important; }
  #footer-container #footer .top-section li.tweets_avatar {
    padding: 15px 0 0 !important; }
    #footer-container #footer .top-section li.tweets_avatar .tweet_data {
      padding-left: 0 !important;
      margin-top: 0.625rem !important; }
  #footer-container #footer .bottom-section .partners-wrapper .partners-content article {
    margin-left: 0;
    padding-bottom: 5px; }
    #footer-container #footer .bottom-section .partners-wrapper .partners-content article img {
      max-width: 145px; }
  #footer-container #footer .bottom-line .bottom-line-wrapper nav.social-links {
    left: 0; } }

@media screen and (min-width: 20em) {
  .sidebar {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .sidebar:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 48em) {
  .sidebar {
    width: 33.33333%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: 1rem; }
    .sidebar:last-child:not(:first-child) {
      float: right; } }

.wrap-btn-centred {
  text-align: center;
  padding-top: 1.875rem; }

.button {
  text-transform: uppercase; }

.all-button {
  font-size: 1.25rem;
  font-weight: 700; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .all-button {
    font-size: 0.9375rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .all-button {
    font-size: 0.8125rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .button {
    text-transform: uppercase;
    width: 100%;
    padding: 0.75rem !important;
    font-size: 0.8125rem !important;
    line-height: 1em;
    text-align: center; } }

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 26.25rem; }
  #featured-hero .bg-red {
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.875rem 5.625rem 0;
    background: url(../images/bg-red-featured-img.png) no-repeat left top;
    background-size: 100% 100%; }
    #featured-hero .bg-red .entry-title {
      max-width: 82%; }

.featured-news,
.featured-events,
.featured-athletes {
  position: relative; }
  .featured-news #breadcrumb,
  .featured-news .entry-title,
  .featured-events #breadcrumb,
  .featured-events .entry-title,
  .featured-athletes #breadcrumb,
  .featured-athletes .entry-title {
    position: absolute;
    z-index: 2;
    margin-left: 5.625rem; }
  .featured-news #breadcrumb,
  .featured-events #breadcrumb,
  .featured-athletes #breadcrumb {
    margin-top: 1.875rem; }
  .featured-news .entry-title,
  .featured-events .entry-title,
  .featured-athletes .entry-title {
    margin-top: 8.4375rem;
    max-width: 60%; }
  .featured-news .orbit-disable .thumbnail, .featured-news .orbit-disable .thumbnail, .featured-news .orbit .thumbnail,
  .featured-events .orbit-disable .thumbnail,
  .featured-events .orbit-disable .thumbnail,
  .featured-events .orbit .thumbnail,
  .featured-athletes .orbit-disable .thumbnail,
  .featured-athletes .orbit-disable .thumbnail,
  .featured-athletes .orbit .thumbnail {
    margin: 0; }
  .featured-news .orbit-disable .caption, .featured-news .orbit-disable .caption, .featured-news .orbit .caption,
  .featured-events .orbit-disable .caption,
  .featured-events .orbit-disable .caption,
  .featured-events .orbit .caption,
  .featured-athletes .orbit-disable .caption,
  .featured-athletes .orbit-disable .caption,
  .featured-athletes .orbit .caption {
    color: #fefefe; }
    .featured-news .orbit-disable .caption .athlete-detail, .featured-news .orbit-disable .caption .athlete-detail, .featured-news .orbit .caption .athlete-detail,
    .featured-events .orbit-disable .caption .athlete-detail,
    .featured-events .orbit-disable .caption .athlete-detail,
    .featured-events .orbit .caption .athlete-detail,
    .featured-athletes .orbit-disable .caption .athlete-detail,
    .featured-athletes .orbit-disable .caption .athlete-detail,
    .featured-athletes .orbit .caption .athlete-detail {
      padding-right: 0;
      width: 70%; }
    .featured-news .orbit-disable .caption h3, .featured-news .orbit-disable .caption h3, .featured-news .orbit .caption h3,
    .featured-events .orbit-disable .caption h3,
    .featured-events .orbit-disable .caption h3,
    .featured-events .orbit .caption h3,
    .featured-athletes .orbit-disable .caption h3,
    .featured-athletes .orbit-disable .caption h3,
    .featured-athletes .orbit .caption h3 {
      margin-top: 2.5rem;
      font-size: 3.75rem;
      font-weight: 700;
      line-height: 1.2em;
      text-transform: uppercase; }
    .featured-news .orbit-disable .caption .role, .featured-news .orbit-disable .caption .role, .featured-news .orbit .caption .role,
    .featured-events .orbit-disable .caption .role,
    .featured-events .orbit-disable .caption .role,
    .featured-events .orbit .caption .role,
    .featured-athletes .orbit-disable .caption .role,
    .featured-athletes .orbit-disable .caption .role,
    .featured-athletes .orbit .caption .role {
      text-transform: uppercase; }
    .featured-news .orbit-disable .caption .metabox, .featured-news .orbit-disable .caption .metabox, .featured-news .orbit .caption .metabox,
    .featured-events .orbit-disable .caption .metabox,
    .featured-events .orbit-disable .caption .metabox,
    .featured-events .orbit .caption .metabox,
    .featured-athletes .orbit-disable .caption .metabox,
    .featured-athletes .orbit-disable .caption .metabox,
    .featured-athletes .orbit .caption .metabox {
      margin: 0; }
      .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit .caption .metabox .date,
      .featured-events .orbit-disable .caption .metabox .date,
      .featured-events .orbit-disable .caption .metabox .date,
      .featured-events .orbit .caption .metabox .date,
      .featured-athletes .orbit-disable .caption .metabox .date,
      .featured-athletes .orbit-disable .caption .metabox .date,
      .featured-athletes .orbit .caption .metabox .date {
        font-size: 1.875rem;
        text-transform: uppercase;
        margin-bottom: 1.875rem; }
    .featured-news .orbit-disable .caption .button, .featured-news .orbit-disable .caption .button, .featured-news .orbit .caption .button,
    .featured-events .orbit-disable .caption .button,
    .featured-events .orbit-disable .caption .button,
    .featured-events .orbit .caption .button,
    .featured-athletes .orbit-disable .caption .button,
    .featured-athletes .orbit-disable .caption .button,
    .featured-athletes .orbit .caption .button {
      margin-top: 1.5625rem !important; }
    .featured-news .orbit-disable .caption p, .featured-news .orbit-disable .caption p, .featured-news .orbit .caption p,
    .featured-events .orbit-disable .caption p,
    .featured-events .orbit-disable .caption p,
    .featured-events .orbit .caption p,
    .featured-athletes .orbit-disable .caption p,
    .featured-athletes .orbit-disable .caption p,
    .featured-athletes .orbit .caption p {
      font-weight: 400; }
    .featured-news .orbit-disable .caption .read-more, .featured-news .orbit-disable .caption .read-more, .featured-news .orbit .caption .read-more,
    .featured-events .orbit-disable .caption .read-more,
    .featured-events .orbit-disable .caption .read-more,
    .featured-events .orbit .caption .read-more,
    .featured-athletes .orbit-disable .caption .read-more,
    .featured-athletes .orbit-disable .caption .read-more,
    .featured-athletes .orbit .caption .read-more {
      display: none; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  #featured-hero {
    height: 18.75rem; }
    #featured-hero .bg-red {
      padding: 1.25rem 3.75rem 0; }
  .featured-news #breadcrumb,
  .featured-news .entry-title,
  .featured-events #breadcrumb,
  .featured-events .entry-title,
  .featured-athletes #breadcrumb,
  .featured-athletes .entry-title {
    margin-left: 3.75rem; }
  .featured-news #breadcrumb,
  .featured-events #breadcrumb,
  .featured-athletes #breadcrumb {
    margin-top: 1.25rem; }
  .featured-news .entry-title,
  .featured-events .entry-title,
  .featured-athletes .entry-title {
    margin-top: 5.625rem; }
  .featured-news .orbit-disable .caption h3, .featured-news .orbit-disable .caption h3, .featured-news .orbit .caption h3,
  .featured-events .orbit-disable .caption h3,
  .featured-events .orbit-disable .caption h3,
  .featured-events .orbit .caption h3,
  .featured-athletes .orbit-disable .caption h3,
  .featured-athletes .orbit-disable .caption h3,
  .featured-athletes .orbit .caption h3 {
    margin-top: 1.5625rem;
    font-size: 2.625rem;
    line-height: 1.1em; }
  .featured-news .orbit-disable .caption .metabox, .featured-news .orbit-disable .caption .metabox, .featured-news .orbit .caption .metabox,
  .featured-events .orbit-disable .caption .metabox,
  .featured-events .orbit-disable .caption .metabox,
  .featured-events .orbit .caption .metabox,
  .featured-athletes .orbit-disable .caption .metabox,
  .featured-athletes .orbit-disable .caption .metabox,
  .featured-athletes .orbit .caption .metabox {
    margin: 0; }
    .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit .caption .metabox .date,
    .featured-events .orbit-disable .caption .metabox .date,
    .featured-events .orbit-disable .caption .metabox .date,
    .featured-events .orbit .caption .metabox .date,
    .featured-athletes .orbit-disable .caption .metabox .date,
    .featured-athletes .orbit-disable .caption .metabox .date,
    .featured-athletes .orbit .caption .metabox .date {
      font-size: 1.375rem;
      margin-bottom: 1.25rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  #featured-hero {
    height: 15.625rem; }
    #featured-hero .bg-red {
      padding: 1.25rem 2.5rem 0; }
  .featured-news #breadcrumb,
  .featured-news .entry-title,
  .featured-events #breadcrumb,
  .featured-events .entry-title,
  .featured-athletes #breadcrumb,
  .featured-athletes .entry-title {
    margin-left: 40px; }
  .featured-news .entry-title,
  .featured-events .entry-title,
  .featured-athletes .entry-title {
    margin-top: 3.125rem; }
  .featured-news .orbit-disable .caption h3, .featured-news .orbit-disable .caption h3, .featured-news .orbit .caption h3,
  .featured-events .orbit-disable .caption h3,
  .featured-events .orbit-disable .caption h3,
  .featured-events .orbit .caption h3,
  .featured-athletes .orbit-disable .caption h3,
  .featured-athletes .orbit-disable .caption h3,
  .featured-athletes .orbit .caption h3 {
    margin-top: 1.25rem;
    font-size: 2rem; }
  .featured-news .orbit-disable .caption .olympic, .featured-news .orbit-disable .caption .olympic, .featured-news .orbit .caption .olympic,
  .featured-events .orbit-disable .caption .olympic,
  .featured-events .orbit-disable .caption .olympic,
  .featured-events .orbit .caption .olympic,
  .featured-athletes .orbit-disable .caption .olympic,
  .featured-athletes .orbit-disable .caption .olympic,
  .featured-athletes .orbit .caption .olympic {
    padding-left: 0 !important; }
  .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit .caption .metabox .date,
  .featured-events .orbit-disable .caption .metabox .date,
  .featured-events .orbit-disable .caption .metabox .date,
  .featured-events .orbit .caption .metabox .date,
  .featured-athletes .orbit-disable .caption .metabox .date,
  .featured-athletes .orbit-disable .caption .metabox .date,
  .featured-athletes .orbit .caption .metabox .date {
    font-size: 1.0625rem;
    margin-bottom: 0.9375rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  #featured-hero {
    height: 15.625rem; }
    #featured-hero .bg-red {
      padding: 1.25rem 2.5rem 0; }
  .featured-news #breadcrumb,
  .featured-news .entry-title,
  .featured-events #breadcrumb,
  .featured-events .entry-title,
  .featured-athletes #breadcrumb,
  .featured-athletes .entry-title {
    margin-left: 40px; }
  .featured-news .entry-title,
  .featured-events .entry-title,
  .featured-athletes .entry-title {
    margin-top: 3.125rem; }
  .featured-news .orbit-disable .caption h3, .featured-news .orbit-disable .caption h3, .featured-news .orbit .caption h3,
  .featured-events .orbit-disable .caption h3,
  .featured-events .orbit-disable .caption h3,
  .featured-events .orbit .caption h3,
  .featured-athletes .orbit-disable .caption h3,
  .featured-athletes .orbit-disable .caption h3,
  .featured-athletes .orbit .caption h3 {
    font-size: 1.75rem; }
  .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit-disable .caption .metabox .date, .featured-news .orbit .caption .metabox .date,
  .featured-events .orbit-disable .caption .metabox .date,
  .featured-events .orbit-disable .caption .metabox .date,
  .featured-events .orbit .caption .metabox .date,
  .featured-athletes .orbit-disable .caption .metabox .date,
  .featured-athletes .orbit-disable .caption .metabox .date,
  .featured-athletes .orbit .caption .metabox .date {
    font-size: 1rem;
    margin-bottom: 0.3125rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  #featured-hero {
    height: auto;
    padding-bottom: 12.5rem;
    background-position: right bottom !important;
    background-size: auto 250px;
    background-color: #141b1e; }
    #featured-hero .bg-red {
      position: relative;
      padding: 1.25rem 20px 0;
      width: 100%;
      height: 100%;
      height: 220px;
      background: url(../images/bg-red-featured-img-mobile.png) no-repeat left top;
      background-size: 100% 100%; }
      #featured-hero .bg-red .entry-title {
        max-width: 100%; }
  .featured-news #breadcrumb,
  .featured-news .entry-title,
  .featured-events #breadcrumb,
  .featured-events .entry-title,
  .featured-athletes #breadcrumb,
  .featured-athletes .entry-title {
    margin-left: 20px; }
  .featured-news .entry-title,
  .featured-events .entry-title,
  .featured-athletes .entry-title {
    margin-top: 3.125rem; }
  .featured-news .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail, .featured-news .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail, .featured-news .orbit .orbit-container .orbit-slide .caption .athlete-detail,
  .featured-events .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail,
  .featured-events .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail,
  .featured-events .orbit .orbit-container .orbit-slide .caption .athlete-detail,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail,
  .featured-athletes .orbit .orbit-container .orbit-slide .caption .athlete-detail {
    width: 100%;
    padding-bottom: 5rem !important; }
  .featured-news .orbit-disable .orbit-container .orbit-slide .caption h3, .featured-news .orbit-disable .orbit-container .orbit-slide .caption h3, .featured-news .orbit .orbit-container .orbit-slide .caption h3,
  .featured-events .orbit-disable .orbit-container .orbit-slide .caption h3,
  .featured-events .orbit-disable .orbit-container .orbit-slide .caption h3,
  .featured-events .orbit .orbit-container .orbit-slide .caption h3,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .caption h3,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .caption h3,
  .featured-athletes .orbit .orbit-container .orbit-slide .caption h3 {
    font-size: 1.1875rem; }
  .featured-news .orbit-disable .orbit-container .orbit-slide .caption .metabox .date, .featured-news .orbit-disable .orbit-container .orbit-slide .caption .metabox .date, .featured-news .orbit .orbit-container .orbit-slide .caption .metabox .date,
  .featured-events .orbit-disable .orbit-container .orbit-slide .caption .metabox .date,
  .featured-events .orbit-disable .orbit-container .orbit-slide .caption .metabox .date,
  .featured-events .orbit .orbit-container .orbit-slide .caption .metabox .date,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .caption .metabox .date,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .caption .metabox .date,
  .featured-athletes .orbit .orbit-container .orbit-slide .caption .metabox .date {
    font-size: 0.9375rem; }
  .featured-news .orbit-disable .orbit-container .orbit-slide .thumbnail, .featured-news .orbit-disable .orbit-container .orbit-slide .thumbnail, .featured-news .orbit .orbit-container .orbit-slide .thumbnail,
  .featured-events .orbit-disable .orbit-container .orbit-slide .thumbnail,
  .featured-events .orbit-disable .orbit-container .orbit-slide .thumbnail,
  .featured-events .orbit .orbit-container .orbit-slide .thumbnail,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .thumbnail,
  .featured-athletes .orbit-disable .orbit-container .orbit-slide .thumbnail,
  .featured-athletes .orbit .orbit-container .orbit-slide .thumbnail {
    margin-top: -50px; }
  .featured-news .orbit-disable .orbit-container:after, .featured-news .orbit-disable .orbit-container:after, .featured-news .orbit .orbit-container:after,
  .featured-events .orbit-disable .orbit-container:after,
  .featured-events .orbit-disable .orbit-container:after,
  .featured-events .orbit .orbit-container:after,
  .featured-athletes .orbit-disable .orbit-container:after,
  .featured-athletes .orbit-disable .orbit-container:after,
  .featured-athletes .orbit .orbit-container:after {
    bottom: 370px !important; }
  .featured-news .orbit-disable .orbit-btn, .featured-news .orbit-disable .orbit-btn, .featured-news .orbit .orbit-btn,
  .featured-events .orbit-disable .orbit-btn,
  .featured-events .orbit-disable .orbit-btn,
  .featured-events .orbit .orbit-btn,
  .featured-athletes .orbit-disable .orbit-btn,
  .featured-athletes .orbit-disable .orbit-btn,
  .featured-athletes .orbit .orbit-btn {
    bottom: 410px; } }

.orbit, .featured-news .orbit-disable, .featured-news .orbit,
.featured-events .orbit-disable,
.featured-events .orbit,
.featured-athletes .orbit-disable,
.featured-athletes .orbit {
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .orbit .orbit-btn, .featured-news .orbit-disable .orbit-btn,
  .featured-events .orbit-disable .orbit-btn,
  .featured-athletes .orbit-disable .orbit-btn {
    position: absolute;
    width: 1.875rem;
    height: 2.5rem;
    background: url(../images/sprite.png) no-repeat left top;
    bottom: 1.875rem;
    z-index: 10;
    left: 50%;
    top: inherit;
    right: inherit; }
    .orbit .orbit-btn.orbit-next, .featured-news .orbit-disable .orbit-btn.orbit-next,
    .featured-events .orbit-disable .orbit-btn.orbit-next,
    .featured-athletes .orbit-disable .orbit-btn.orbit-next {
      margin-right: -60px;
      background-position: -73px 0; }
    .orbit .orbit-btn.orbit-previous, .featured-news .orbit-disable .orbit-btn.orbit-previous,
    .featured-events .orbit-disable .orbit-btn.orbit-previous,
    .featured-athletes .orbit-disable .orbit-btn.orbit-previous {
      margin-left: -60px;
      background-position: 0 0; }
  .orbit .orbit-slide, .featured-news .orbit-disable .orbit-slide,
  .featured-events .orbit-disable .orbit-slide,
  .featured-athletes .orbit-disable .orbit-slide {
    width: 100%;
    position: relative;
    background: #0a0e0f;
    height: 820px; }
    .orbit .orbit-slide::before, .featured-news .orbit-disable .orbit-slide::before,
    .featured-events .orbit-disable .orbit-slide::before,
    .featured-athletes .orbit-disable .orbit-slide::before, .orbit .orbit-slide::after, .featured-news .orbit-disable .orbit-slide::after,
    .featured-events .orbit-disable .orbit-slide::after,
    .featured-athletes .orbit-disable .orbit-slide::after {
      content: ' ';
      display: table; }
    .orbit .orbit-slide::after, .featured-news .orbit-disable .orbit-slide::after,
    .featured-events .orbit-disable .orbit-slide::after,
    .featured-athletes .orbit-disable .orbit-slide::after {
      clear: both; }
    .orbit .orbit-slide .thumbnail, .featured-news .orbit-disable .orbit-slide .thumbnail,
    .featured-events .orbit-disable .orbit-slide .thumbnail,
    .featured-athletes .orbit-disable .orbit-slide .thumbnail {
      float: right;
      border: none;
      box-shadow: none;
      height: 100%; }
      .orbit .orbit-slide .thumbnail img, .featured-news .orbit-disable .orbit-slide .thumbnail img,
      .featured-events .orbit-disable .orbit-slide .thumbnail img,
      .featured-athletes .orbit-disable .orbit-slide .thumbnail img {
        height: 100%;
        width: auto;
        max-width: inherit;
        border-radius: 0; }
    .orbit .orbit-slide .caption, .featured-news .orbit-disable .orbit-slide .caption,
    .featured-events .orbit-disable .orbit-slide .caption,
    .featured-athletes .orbit-disable .orbit-slide .caption {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url(../images/bg-athlete-detail-slider.png) no-repeat left top;
      background-size: cover;
      height: 100%; }
      .orbit .orbit-slide .caption .athlete-detail, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail {
        padding: 15rem 9.375rem 0 5.625rem;
        font-weight: 700; }
        .orbit .orbit-slide .caption .athlete-detail .athlete-name, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name {
          font-weight: 700;
          font-size: 3.75rem;
          line-height: 1em;
          margin-bottom: 1.25rem; }
        .orbit .orbit-slide .caption .athlete-detail .role, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .role,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .role,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .role {
          font-size: 2rem;
          color: #0a0a0a;
          margin-bottom: 3.75rem; }
        .orbit .orbit-slide .caption .athlete-detail .ranks .columns, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .ranks .columns,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .ranks .columns,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .ranks .columns {
          padding-left: 0; }
        .orbit .orbit-slide .caption .athlete-detail .ranks .value, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value {
          font-weight: 300;
          font-size: 3.75rem; }
        .orbit .orbit-slide .caption .athlete-detail .button, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .button,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .button,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .button {
          margin-top: 3.75rem;
          font-size: 1.25rem;
          opacity: 0.75; }
          .orbit .orbit-slide .caption .athlete-detail .button:hover, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .button:hover,
          .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .button:hover,
          .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .button:hover {
            opacity: 1; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .orbit .orbit-container, .featured-news .orbit-disable .orbit-container,
  .featured-events .orbit-disable .orbit-container,
  .featured-athletes .orbit-disable .orbit-container {
    height: 580px !important; }
  .orbit .orbit-slide, .featured-news .orbit-disable .orbit-slide,
  .featured-events .orbit-disable .orbit-slide,
  .featured-athletes .orbit-disable .orbit-slide {
    height: 580px; }
    .orbit .orbit-slide .caption .athlete-detail, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail,
    .featured-events .orbit-disable .orbit-slide .caption .athlete-detail,
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail {
      padding: 10rem 6.25rem 0 3.75rem; }
      .orbit .orbit-slide .caption .athlete-detail .athlete-name, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name {
        font-size: 2.625rem;
        margin-bottom: 0.9375rem; }
      .orbit .orbit-slide .caption .athlete-detail .role, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .role,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .role,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .role {
        font-size: 1.375rem;
        color: #0a0a0a;
        margin-bottom: 3.125rem; }
      .orbit .orbit-slide .caption .athlete-detail .ranks .value, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value {
        font-size: 2.6875rem; }
      .orbit .orbit-slide .caption .athlete-detail .button, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .button,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .button,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .button {
        margin-top: 2.5rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .orbit .orbit-btn, .featured-news .orbit-disable .orbit-btn,
  .featured-events .orbit-disable .orbit-btn,
  .featured-athletes .orbit-disable .orbit-btn {
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/sprite-tablet.png) no-repeat left top;
    bottom: -0.625rem; }
    .orbit .orbit-btn.orbit-next, .featured-news .orbit-disable .orbit-btn.orbit-next,
    .featured-events .orbit-disable .orbit-btn.orbit-next,
    .featured-athletes .orbit-disable .orbit-btn.orbit-next {
      margin-right: -40px;
      background-position: -44px 0; }
    .orbit .orbit-btn.orbit-previous, .featured-news .orbit-disable .orbit-btn.orbit-previous,
    .featured-events .orbit-disable .orbit-btn.orbit-previous,
    .featured-athletes .orbit-disable .orbit-btn.orbit-previous {
      margin-left: -40px; }
  .orbit .orbit-container, .featured-news .orbit-disable .orbit-container,
  .featured-events .orbit-disable .orbit-container,
  .featured-athletes .orbit-disable .orbit-container {
    height: 430px !important; }
  .orbit .orbit-slide, .featured-news .orbit-disable .orbit-slide,
  .featured-events .orbit-disable .orbit-slide,
  .featured-athletes .orbit-disable .orbit-slide {
    height: 430px; }
    .orbit .orbit-slide .caption .athlete-detail, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail,
    .featured-events .orbit-disable .orbit-slide .caption .athlete-detail,
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail {
      padding: 6.875rem 5rem 0 40px !important; }
      .orbit .orbit-slide .caption .athlete-detail .athlete-name, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name {
        font-size: 1.875rem; }
      .orbit .orbit-slide .caption .athlete-detail .role, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .role,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .role,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .role {
        font-size: 1.125rem;
        color: #0a0a0a;
        margin-bottom: 2.5rem; }
      .orbit .orbit-slide .caption .athlete-detail .ranks .value, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value {
        font-size: 1.875rem; }
      .orbit .orbit-slide .caption .athlete-detail .button, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .button,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .button,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .button {
        margin-top: 1.875rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .orbit .orbit-container, .featured-news .orbit-disable .orbit-container,
  .featured-events .orbit-disable .orbit-container,
  .featured-athletes .orbit-disable .orbit-container {
    height: 430px !important; }
  .orbit .orbit-slide, .featured-news .orbit-disable .orbit-slide,
  .featured-events .orbit-disable .orbit-slide,
  .featured-athletes .orbit-disable .orbit-slide {
    height: 430px; }
    .orbit .orbit-slide .caption .athlete-detail, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail,
    .featured-events .orbit-disable .orbit-slide .caption .athlete-detail,
    .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail {
      padding: 5.9375rem 3.75rem 0 40px !important; }
      .orbit .orbit-slide .caption .athlete-detail .athlete-name, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name {
        font-size: 1.75rem; }
      .orbit .orbit-slide .caption .athlete-detail .metabox li, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .metabox li,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .metabox li,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .metabox li {
        margin-bottom: 0.3125rem; }
      .orbit .orbit-slide .caption .athlete-detail .role, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .role,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .role,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .role {
        font-size: 1.0625rem;
        margin-bottom: 1.5625rem; }
      .orbit .orbit-slide .caption .athlete-detail .ranks .value, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value {
        font-size: 1.75rem; }
      .orbit .orbit-slide .caption .athlete-detail .button, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .button,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .button,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .button {
        margin-top: 0.9375rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .orbit .orbit-btn, .featured-news .orbit-disable .orbit-btn,
  .featured-events .orbit-disable .orbit-btn,
  .featured-athletes .orbit-disable .orbit-btn {
    bottom: 550px;
    z-index: 15; }
  .orbit > .orbit-container, .featured-news .orbit-disable > .orbit-container, .featured-news .orbit > .orbit-container,
  .featured-events .orbit-disable > .orbit-container,
  .featured-events .orbit > .orbit-container,
  .featured-athletes .orbit-disable > .orbit-container,
  .featured-athletes .orbit > .orbit-container {
    background: #0a0a0a;
    height: auto !important; }
    .orbit > .orbit-container:after, .featured-news .orbit-disable > .orbit-container:after, .featured-news .orbit > .orbit-container:after,
    .featured-events .orbit-disable > .orbit-container:after,
    .featured-events .orbit > .orbit-container:after,
    .featured-athletes .orbit-disable > .orbit-container:after,
    .featured-athletes .orbit > .orbit-container:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 400px;
      background: url(../images/bg-athlete-detail-slider-mobile.png) no-repeat left top;
      background-size: 100% 100%; }
  .orbit .orbit-slide, .featured-news .orbit-disable .orbit-slide,
  .featured-events .orbit-disable .orbit-slide,
  .featured-athletes .orbit-disable .orbit-slide {
    height: auto;
    width: 100%;
    background: none; }
    .orbit .orbit-slide .thumbnail, .featured-news .orbit-disable .orbit-slide .thumbnail,
    .featured-events .orbit-disable .orbit-slide .thumbnail,
    .featured-athletes .orbit-disable .orbit-slide .thumbnail {
      padding: 0;
      position: relative;
      width: 100%;
      height: 465px; }
      .orbit .orbit-slide .thumbnail a, .featured-news .orbit-disable .orbit-slide .thumbnail a,
      .featured-events .orbit-disable .orbit-slide .thumbnail a,
      .featured-athletes .orbit-disable .orbit-slide .thumbnail a {
        display: inline-block; }
      .orbit .orbit-slide .thumbnail img, .featured-news .orbit-disable .orbit-slide .thumbnail img,
      .featured-events .orbit-disable .orbit-slide .thumbnail img,
      .featured-athletes .orbit-disable .orbit-slide .thumbnail img {
        right: -20px;
        top: 0;
        bottom: 0;
        position: absolute;
        display: block;
        max-width: inherit;
        max-height: inherit; }
    .orbit .orbit-slide .caption, .featured-news .orbit-disable .orbit-slide .caption,
    .featured-events .orbit-disable .orbit-slide .caption,
    .featured-athletes .orbit-disable .orbit-slide .caption {
      opacity: 1 !important;
      position: relative;
      z-index: 12 !important;
      background: none;
      opacity: 1 !important; }
      .orbit .orbit-slide .caption .athlete-detail, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail,
      .featured-events .orbit-disable .orbit-slide .caption .athlete-detail,
      .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail {
        padding: 5.9375rem 1.25rem 11.25rem !important; }
        .orbit .orbit-slide .caption .athlete-detail h3, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail h3,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail h3,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail h3 {
          margin-bottom: 0.3125rem; }
        .orbit .orbit-slide .caption .athlete-detail .athlete-name, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .athlete-name {
          font-size: 1.875rem; }
        .orbit .orbit-slide .caption .athlete-detail .role, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .role,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .role,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .role {
          font-size: 1.25rem; }
        .orbit .orbit-slide .caption .athlete-detail .ranks .value, .featured-news .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
        .featured-events .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value,
        .featured-athletes .orbit-disable .orbit-slide .caption .athlete-detail .ranks .value {
          font-size: 2.5rem; }
      .orbit .orbit-slide .caption .metabox .date, .featured-news .orbit-disable .orbit-slide .caption .metabox .date,
      .featured-events .orbit-disable .orbit-slide .caption .metabox .date,
      .featured-athletes .orbit-disable .orbit-slide .caption .metabox .date {
        line-height: 1em;
        margin-bottom: 0 !important; } }

#breadcrumb {
  font-size: 0.875rem;
  margin-bottom: 5.625rem; }
  #breadcrumb a {
    text-decoration: underline;
    text-transform: uppercase; }
    #breadcrumb a:hover {
      text-decoration: none; }
  #breadcrumb .breadcrumb_last {
    text-transform: uppercase;
    color: #fefefe; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  #breadcrumb {
    font-size: 0.6875rem;
    margin-bottom: 3.75rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  #breadcrumb {
    margin-bottom: 2.8125rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  #breadcrumb {
    margin-bottom: 1.875rem;
    font-size: 0.625rem; } }

.wrap-secondary-nav, .wrap-tertiary-nav {
  background: #e6e6e6; }
  .wrap-secondary-nav::before, .wrap-tertiary-nav::before, .wrap-secondary-nav::after, .wrap-tertiary-nav::after {
    content: ' ';
    display: table; }
  .wrap-secondary-nav::after, .wrap-tertiary-nav::after {
    clear: both; }
  .wrap-secondary-nav ul.menu, .wrap-tertiary-nav ul.menu {
    margin: 0;
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .wrap-secondary-nav ul.menu:last-child:not(:first-child), .wrap-tertiary-nav ul.menu:last-child:not(:first-child) {
      float: right; }
    .wrap-secondary-nav ul.menu li, .wrap-tertiary-nav ul.menu li {
      display: inline-block; }
      .wrap-secondary-nav ul.menu li a, .wrap-tertiary-nav ul.menu li a {
        display: inline-block;
        font-size: 1.125rem;
        font-weight: 700;
        color: #969798;
        text-transform: uppercase;
        padding: 1.25rem 1.5625rem;
        line-height: 1em; }
      .wrap-secondary-nav ul.menu li.current-menu-item, .wrap-tertiary-nav ul.menu li.current-menu-item, .wrap-secondary-nav ul.menu li.current-menu-parent, .wrap-tertiary-nav ul.menu li.current-menu-parent, .wrap-secondary-nav ul.menu li.active, .wrap-tertiary-nav ul.menu li.active {
        background: #fefefe; }
        .wrap-secondary-nav ul.menu li.current-menu-item a, .wrap-tertiary-nav ul.menu li.current-menu-item a, .wrap-secondary-nav ul.menu li.current-menu-parent a, .wrap-tertiary-nav ul.menu li.current-menu-parent a, .wrap-secondary-nav ul.menu li.active a, .wrap-tertiary-nav ul.menu li.active a {
          color: #141b1e; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .wrap-secondary-nav ul.menu li a, .wrap-tertiary-nav ul.menu li a {
    font-size: 0.875rem;
    padding: 0.9375rem 1.25rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .wrap-secondary-nav ul.menu, .wrap-tertiary-nav ul.menu {
    padding: 0 2.5rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .wrap-secondary-nav ul.menu, .wrap-tertiary-nav ul.menu {
    padding: 0 20px 0.625rem; }
    .wrap-secondary-nav ul.menu li, .wrap-tertiary-nav ul.menu li {
      background: none;
      min-width: 100%; }
      .wrap-secondary-nav ul.menu li a, .wrap-tertiary-nav ul.menu li a {
        padding: 0.3125rem;
        margin-top: 0.625rem; }
      .wrap-secondary-nav ul.menu li.current-menu-item, .wrap-tertiary-nav ul.menu li.current-menu-item, .wrap-secondary-nav ul.menu li.current-menu-parent, .wrap-tertiary-nav ul.menu li.current-menu-parent, .wrap-secondary-nav ul.menu li.active, .wrap-tertiary-nav ul.menu li.active {
        background: inherit; }
        .wrap-secondary-nav ul.menu li.current-menu-item a, .wrap-tertiary-nav ul.menu li.current-menu-item a, .wrap-secondary-nav ul.menu li.current-menu-parent a, .wrap-tertiary-nav ul.menu li.current-menu-parent a, .wrap-secondary-nav ul.menu li.active a, .wrap-tertiary-nav ul.menu li.active a {
          text-decoration: underline; }
          .wrap-secondary-nav ul.menu li.current-menu-item a:hover, .wrap-tertiary-nav ul.menu li.current-menu-item a:hover, .wrap-secondary-nav ul.menu li.current-menu-parent a:hover, .wrap-tertiary-nav ul.menu li.current-menu-parent a:hover, .wrap-secondary-nav ul.menu li.active a:hover, .wrap-tertiary-nav ul.menu li.active a:hover {
            text-decoration: none; } }

.wrap-tertiary-nav {
  display: inline-block;
  background: #fefefe; }

.boxed-nav .header {
  font-weight: 700;
  background: #0a0a0a;
  color: #fefefe;
  font-size: 2rem;
  padding: 1.5625rem;
  margin: 0;
  border-radius: 5px 5px 0 0; }

.boxed-nav ul.menu {
  margin: 0;
  background: #e6e6e6;
  padding-bottom: 3.125rem; }
  .boxed-nav ul.menu li {
    display: block;
    padding: 0 1.5625rem;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase; }
    .boxed-nav ul.menu li a {
      padding: 1.875rem 0;
      border-bottom: 1px solid #776868;
      display: inline-block;
      text-decoration: underline;
      line-height: 1.2em;
      color: #cd2027;
      width: 100%; }
      .boxed-nav ul.menu li a:hover {
        text-decoration: none; }
    .boxed-nav ul.menu li.current-menu-item, .boxed-nav ul.menu li.active {
      background: #776868;
      position: relative;
      margin-top: -1px; }
      .boxed-nav ul.menu li.current-menu-item:after, .boxed-nav ul.menu li.active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 15px;
        border-color: transparent transparent transparent #776868;
        border-left-style: solid;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -15px; }
      .boxed-nav ul.menu li.current-menu-item a, .boxed-nav ul.menu li.active a {
        color: #fefefe;
        text-decoration: none; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .boxed-nav .header {
    font-size: 1.375rem;
    padding: 1.25rem; }
  .boxed-nav ul.menu {
    padding-bottom: 2.5rem; }
    .boxed-nav ul.menu li {
      padding: 0 1.25rem;
      font-size: 1rem; }
      .boxed-nav ul.menu li a {
        padding: 1.25rem 0; }
      .boxed-nav ul.menu li.current-menu-item:after, .boxed-nav ul.menu li.active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 12px;
        border-color: transparent transparent transparent #776868;
        border-left-style: solid;
        margin-top: -12px; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .boxed-nav .header {
    font-size: 1.125rem;
    padding: 1.25rem; }
  .boxed-nav ul.menu {
    padding-bottom: 1.875rem; }
    .boxed-nav ul.menu li {
      padding: 0 1.25rem;
      font-size: 0.875rem; }
      .boxed-nav ul.menu li.current-menu-item:after, .boxed-nav ul.menu li.active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 10px;
        border-color: transparent transparent transparent #776868;
        border-left-style: solid;
        margin-top: -10px; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .boxed-nav .header {
    padding: 0.9375rem 0.625rem; }
  .boxed-nav ul.menu li {
    padding: 0 0.625rem; }
    .boxed-nav ul.menu li.current-menu-item:after, .boxed-nav ul.menu li.active:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 10px;
      border-color: transparent transparent transparent #776868;
      border-left-style: solid;
      margin-top: -10px;
      margin-left: -1px; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .boxed-nav .header {
    font-size: 1.0625rem;
    width: 100%; }
  .boxed-nav ul.menu li.current-menu-item:after, .boxed-nav ul.menu li.active:after {
    display: none; } }

.content-filters {
  margin-top: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto; }
  .content-filters::before, .content-filters::after {
    content: ' ';
    display: table; }
  .content-filters::after {
    clear: both; }
  .page-template-athletes .content-filters {
    float: right; }

.order-box {
  width: 100%;
  float: left;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-align: right; }
  .order-box:last-child:not(:first-child) {
    float: right; }
  .order-box::before, .order-box::after {
    content: ' ';
    display: table; }
  .order-box::after {
    clear: both; }
  .order-box > p {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0.75rem; }
  .order-box ul {
    display: inline-block; }
    .order-box ul li {
      display: inline-block;
      padding: 0 0.75rem; }
      .order-box ul li a {
        color: #776868; }
      .order-box ul li.active a {
        color: #cd2027; }
      .order-box ul li:last-child {
        padding-right: 0; }

.btn-toggle {
  font-weight: 700;
  position: relative;
  padding-right: 1.5625rem; }
  .btn-toggle i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    transition: all 300ms ease-in 0s;
    color: #cd2027;
    font-size: 25px;
    font-weight: 700; }
  .btn-toggle.opened i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.filter-choices li,
.active-filters li {
  display: inline-block;
  margin-right: 0.9375rem;
  border-radius: 15px;
  background: #776868; }
  .filter-choices li a,
  .active-filters li a {
    display: inline-block;
    padding: 0 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: #fefefe; }

.filter-choices {
  width: 100%;
  float: left;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-top: 1.5625rem;
  display: none; }
  .filter-choices:last-child:not(:first-child) {
    float: right; }
  .filter-choices .active {
    display: none; }

.active-filters {
  display: inline-block;
  margin-left: 1.5625rem; }
  .active-filters li a {
    padding-right: 1.875rem;
    position: relative; }
    .active-filters li a:after {
      content: ' ';
      position: absolute;
      right: 12px;
      top: 8px;
      background: url("../images/delete-filter.png") no-repeat 0 0;
      width: 12px;
      height: 12px; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .content-filters {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    max-width: 68.75rem; }
  .order-box > p {
    padding: 0 0.625rem; }
  .order-box ul li {
    padding: 0 0.625rem; }
  .btn-toggle {
    padding-right: 1.25rem; }
    .btn-toggle i {
      margin-top: -10px;
      font-size: 20px; }
  .filter-choices li a,
  .active-filters li a {
    padding: 0 0.75rem;
    font-size: 0.75rem;
    line-height: 1.375rem;
    color: #fefefe; }
  .filter-choices {
    margin-top: 1.25rem; }
  .active-filters {
    margin-left: 1.25rem; }
    .active-filters li a {
      padding-right: 1.5625rem; }
      .active-filters li a:after {
        right: 10px; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .content-filters {
    max-width: 100%;
    font-size: 0.8125rem; }
  .order-box {
    padding-right: 40px; }
  .btn-toggle {
    padding-left: 20px; }
    .btn-toggle i {
      margin-top: -9px;
      font-size: 18px; }
  .filter-choices li a,
  .active-filters li a {
    padding: 0 0.625rem;
    font-size: 0.625rem;
    line-height: 1.25rem; }
  .active-filters li a {
    padding-right: 1.5625rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .filters-cat {
    padding-right: 0 !important; }
  .btn-toggle {
    margin-bottom: 0.3125rem;
    display: inline-block; }
  .active-filters li {
    margin-right: 0.3125rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .order-box {
    padding: 20px;
    text-align: left; }
    .order-box > p {
      padding-left: 0; }
  .btn-toggle {
    padding-left: 0;
    margin-right: 20%; }
    .btn-toggle i {
      margin-top: -8px;
      font-size: 16px; }
  .filter-choices,
  .active-filters {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .filter-choices li,
    .active-filters li {
      margin-bottom: 0.625rem;
      min-width: 40%;
      margin-right: 5%;
      text-align: center; }
      .filter-choices li a,
      .active-filters li a {
        width: 100%; }
  .filter-choices {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #8a8d8f; }
  .active-filters {
    width: 100%;
    margin-left: 0;
    padding-top: 1.25rem; }
    .active-filters li a:after {
      top: 4px;
      right: 8px;
      width: 10px;
      height: 10px;
      background-size: 100% 100%; } }

.content-event-teaser {
  width: 100%;
  margin-bottom: 3.4375rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-radius: 150px 0 0 150px;
  background: #fefefe;
  text-transform: uppercase;
  display: table; }
  .content-event-teaser > .columns {
    display: table-cell;
    vertical-align: middle;
    float: none !important; }

.thumbnail {
  border: none;
  box-shadow: none !important;
  margin: 0;
  padding-left: 3.125rem; }
  .thumbnail img {
    display: block;
    border-radius: 50%; }

.metabox li {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 500; }

h3 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2em; }

.featured {
  font-weight: 500;
  float: none;
  padding: 0 0.75rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.125rem;
  display: inline-block; }

.content-event-teaser h3 {
  float: left !important;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem; }

.content-event-teaser .featured {
  float: left;
  margin-top: 0.375rem !important; }
  .content-event-teaser .featured::before, .content-event-teaser .featured::after {
    content: ' ';
    display: table; }
  .content-event-teaser .featured::after {
    clear: both; }

.content-event-teaser .tags {
  clear: both;
  float: left; }

.content-event-teaser .thumbnail {
  max-witdh: 161px;
  max-height: 161px; }

.tags {
  margin: 1.5625rem 0 0; }
  .tags a {
    color: #776868;
    text-decoration: underline; }
    .tags a:hover {
      text-decoration: none; }

.actions .button {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700; }
  .actions .button.register-button {
    background: #cd2027;
    margin-bottom: 0; }
  .actions .button:nth-child(2) {
    margin-top: 1.5625rem; }

.read-more .arrow-button {
  display: inline-block;
  text-indent: -9999px;
  width: 2.1875rem;
  height: 2.5rem;
  background: url(../images/empty-arrow-right.png) no-repeat left top;
  background-size: 100% auto;
  opacity: 0.85; }
  .read-more .arrow-button:hover {
    opacity: 1; }

#all-events .content-event-teaser .thumbnail a,
#upcoming-events .content-event-teaser .thumbnail a {
  display: inline-block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  text-align: center; }
  #all-events .content-event-teaser .thumbnail a img,
  #upcoming-events .content-event-teaser .thumbnail a img {
    display: inline-block;
    max-width: inherit;
    width: auto;
    height: 100%;
    vertical-align: middle; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .content-event-teaser {
    margin-bottom: 2.5rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    border-radius: 100px 0 0 100px; }
  .thumbnail {
    padding-left: 1.5625rem; }
  .metabox li {
    font-size: 1.0625rem; }
  .content-event-teaser .featured {
    margin-left: 0.75rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .tags {
    margin: 0.9375rem 0 0; }
  .actions {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .actions .button {
      font-size: 0.875rem; }
      .actions .button.register-button {
        margin-bottom: 1rem; }
  .read-more .arrow-button {
    width: 1.5625rem;
    height: 1.875rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .content-event-teaser {
    margin-bottom: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-radius: 90px 0 0 90px; }
  .thumbnail {
    padding-left: 1.25rem; }
  .metabox li {
    font-size: 1rem; }
  .tags {
    margin: 0.75rem 0 0; }
  .actions {
    /* padding-left: rem-calc(20);
		padding-right: rem-calc(20); */ }
    .actions .button {
      font-size: 0.875rem; }
      .actions .button.register-button {
        margin-bottom: 0.875rem; }
  .read-more .arrow-button {
    width: 1.25rem;
    height: 1.5625rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .content-event-teaser {
    border-radius: 5px;
    position: relative; }
    .content-event-teaser > .columns {
      display: block;
      float: left !important; }
    .content-event-teaser .read-more {
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -12px; }
  .thumbnail {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .metabox li {
    margin-bottom: 0.625rem; }
  .metabox h3 {
    margin-top: 0.9375rem; }
  .tags {
    margin: 1.5625rem 0 0; }
  .actions {
    margin-top: 1.5625rem; }
    .actions .button {
      width: 45%;
      float: left;
      font-size: 1rem;
      padding: 1.25rem 0.625rem;
      margin-top: 0 !important;
      text-align: center; }
      .actions .button.register-button {
        float: right;
        margin-top: 0;
        margin-right: 0; }
  #all-events .content-event-teaser .thumbnail a,
  #upcoming-events .content-event-teaser .thumbnail a {
    width: 120px;
    height: 120px; }
    #all-events .content-event-teaser .thumbnail a img,
    #upcoming-events .content-event-teaser .thumbnail a img {
      max-width: inherit !important; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .content-event-teaser {
    padding-bottom: 1.875rem; }
    .content-event-teaser .read-more {
      display: none; }
    .content-event-teaser .event-teaser-details {
      text-align: center; }
    .content-event-teaser .thumbnail {
      margin-top: 0.5rem;
      padding-bottom: 0;
      text-align: center;
      margin-bottom: 1.25rem; }
      .content-event-teaser .thumbnail img {
        display: inline-block; }
    .content-event-teaser .metabox li {
      margin-bottom: 0.3125rem;
      line-height: 1.2em;
      width: 100%; }
    .content-event-teaser h3 {
      margin: 0 0 0.75rem;
      width: 100%; }
    .content-event-teaser .tags {
      margin: 0 0 0;
      margin-top: 0 !important;
      font-weight: 700;
      width: 100%; }
    .content-event-teaser .featured {
      float: none;
      margin-left: 0 !important;
      margin-bottom: 1rem !important; }
    .content-event-teaser .actions {
      margin-top: 0.875rem; }
      .content-event-teaser .actions .button {
        width: 100%;
        padding: 0.9375rem 0.625rem; }
        .content-event-teaser .actions .button:nth-child(2) {
          margin-top: 1.25rem !important; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  header.site-header {
    margin-bottom: 0px; }
    header.site-header .title-bar {
      padding: 0; }
      header.site-header .title-bar .site-logo {
        float: left;
        display: inline;
        width: 55%;
        margin: 0.3125rem 0 0 0.5rem;
        max-width: 13.625rem; }
        header.site-header .title-bar .site-logo a {
          display: table-cell;
          height: 34px;
          vertical-align: middle; }
      header.site-header .title-bar .switch-lang {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 0; }
        header.site-header .title-bar .switch-lang li {
          list-style-type: none;
          text-transform: uppercase; }
          header.site-header .title-bar .switch-lang li.current-lang {
            display: none; }
          header.site-header .title-bar .switch-lang li a {
            color: #8a8d8f;
            width: 2.25rem;
            height: 2.875rem;
            padding: 0.4375rem 0.3125rem 0.125rem 0.3125rem;
            display: table-cell;
            text-align: center;
            vertical-align: middle; }
      header.site-header .title-bar button.icon-search {
        width: 2.625rem;
        height: 2.875rem;
        float: right;
        color: #cd2027; }
      header.site-header .title-bar button.menu-icon {
        width: 2.625rem;
        height: 2.875rem;
        float: right;
        padding: 0.3125rem;
        margin: 0; }
        header.site-header .title-bar button.menu-icon::after {
          background: none;
          box-shadow: none;
          content: inherit; }
        header.site-header .title-bar button.menu-icon span {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          cursor: pointer;
          width: 20px;
          height: 16px; }
          header.site-header .title-bar button.menu-icon span::after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            background: #fefefe;
            top: 0;
            left: 0;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
          header.site-header .title-bar button.menu-icon span:hover::after {
            background: #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
      header.site-header .title-bar button.active {
        background-color: #141b1e; }
      header.site-header .title-bar .responsive-top-menu-wrapper {
        float: left;
        padding: 0; }
        header.site-header .title-bar .responsive-top-menu-wrapper li {
          padding: 0;
          font-size: 0.75rem;
          display: inline;
          float: left;
          height: auto; }
          header.site-header .title-bar .responsive-top-menu-wrapper li a {
            color: #e6e6e6;
            font-size: inherit;
            padding: 1.1875rem 0.375rem 0.9375rem 0.375rem;
            font-weight: 500; }
    header.site-header .pre-top-bar {
      display: none;
      /* masqué par défaut */
      /* width:rem-calc(330);
               position:absolute;
               right:0; */
      padding: 0.375rem 1rem; }
      header.site-header .pre-top-bar .switch-lang {
        display: none; }
      header.site-header .pre-top-bar .wrap-widgt .widget_nav_menu {
        display: none; }
      header.site-header .pre-top-bar .widget_search {
        width: 100% !important; }
        header.site-header .pre-top-bar .widget_search #searchform .small-8,
        header.site-header .pre-top-bar .widget_search #searchform input {
          width: 100%; }
    header.site-header .top-bar {
      display: none;
      /* masqué par défaut */
      padding: 0 1.9375rem;
      width: 20.625rem;
      position: absolute;
      right: 0;
      background: #141b1e; }
      header.site-header .top-bar ul {
        background: #141b1e; }
      header.site-header .top-bar .top-bar-right {
        float: none; }
        header.site-header .top-bar .top-bar-right nav.menu ul {
          margin-top: 1rem; }
          header.site-header .top-bar .top-bar-right nav.menu ul > li {
            height: auto;
            padding: 0;
            margin-left: 0; }
            header.site-header .top-bar .top-bar-right nav.menu ul > li a {
              color: #868585;
              font-size: 1.25rem;
              font-weight: 700;
              padding: 0.75rem 0; }
            header.site-header .top-bar .top-bar-right nav.menu ul > li.red-button a {
              color: #cd2027;
              background: none;
              border-radius: 0;
              padding: 0.75rem 0 !important; }
            header.site-header .top-bar .top-bar-right nav.menu ul > li.active a {
              border-bottom: 4px solid #cd2027;
              padding-bottom: 4px;
              margin-bottom: 4px; }
              header.site-header .top-bar .top-bar-right nav.menu ul > li.active a::after {
                height: 0;
                content: inherit; }
            header.site-header .top-bar .top-bar-right nav.menu ul > li.is-accordion-submenu-parent a::after {
              border: 0; }
            header.site-header .top-bar .top-bar-right nav.menu ul > li ul {
              display: none; }
      header.site-header .top-bar .top-bar-mobile {
        padding-bottom: 6.75rem;
        position: relative;
        float: left; }
        header.site-header .top-bar .top-bar-mobile .menu-liens-sociaux-container {
          position: absolute;
          bottom: 2.8125rem; }
          header.site-header .top-bar .top-bar-mobile .menu-liens-sociaux-container .menu {
            position: relative;
            margin: 0 0 0 -14px; }
            header.site-header .top-bar .top-bar-mobile .menu-liens-sociaux-container .menu li {
              height: 3.3125rem; }
        header.site-header .top-bar .top-bar-mobile .menu-menu-secondaire-en-container ul,
        header.site-header .top-bar .top-bar-mobile .menu-menu-secondaire-fr-container ul {
          margin-top: 0.5rem; }
          header.site-header .top-bar .top-bar-mobile .menu-menu-secondaire-en-container ul > li,
          header.site-header .top-bar .top-bar-mobile .menu-menu-secondaire-fr-container ul > li {
            padding: 0;
            display: block;
            font-size: 1rem;
            height: auto;
            margin-left: 0; }
            header.site-header .top-bar .top-bar-mobile .menu-menu-secondaire-en-container ul > li a,
            header.site-header .top-bar .top-bar-mobile .menu-menu-secondaire-fr-container ul > li a {
              padding: 0.875rem 0;
              font-size: 1rem;
              font-weight: 300; }
        header.site-header .top-bar .top-bar-mobile .widget_search {
          display: none; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet Portrait + Smartphone
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  header.site-header .pre-top-bar {
    width: 100%;
    position: relative;
    right: inherit; }
  header.site-header .top-bar {
    width: 100%;
    position: relative;
    right: inherit; }
  header.site-header .top-bar-mobile {
    padding-bottom: 4.25rem; }
    header.site-header .top-bar-mobile .menu-liens-sociaux-container {
      bottom: 0.9375rem; } }

#top-international-athletes {
  background: #e6e6e6; }
  #top-international-athletes.front-bloc {
    margin-top: 0; }
  #top-international-athletes .wrap {
    padding: 0 1.25rem; }
  #top-international-athletes > h3 {
    background: #0a0a0a;
    color: #fefefe;
    font-size: 2rem;
    padding: 1.5625rem;
    margin: 0;
    border-radius: 5px 5px 0 0; }
  #top-international-athletes hr {
    background: #776868;
    height: 2px;
    margin: 0 30px; }
  #top-international-athletes article {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }
    #top-international-athletes article::before, #top-international-athletes article::after {
      content: ' ';
      display: table; }
    #top-international-athletes article::after {
      clear: both; }
    #top-international-athletes article .athlete-thumbnail {
      text-align: center;
      position: relative; }
      #top-international-athletes article .athlete-thumbnail img {
        display: inline-block;
        border-radius: 50%;
        border-color: #0a0a0a;
        border-style: solid;
        border-width: 4px; }
      #top-international-athletes article .athlete-thumbnail .world-rank {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        font-size: 1.25rem;
        font-weight: 700;
        padding-top: 0.7em;
        background: #0a0a0a;
        color: #fefefe;
        width: 3.75rem;
        height: 3.75rem;
        text-align: center; }
    #top-international-athletes article .athlete-details {
      padding-right: 15px; }
      #top-international-athletes article .athlete-details h4 {
        text-transform: uppercase;
        line-height: 1.1em;
        margin-bottom: 0.3em;
        font-weight: 700; }
      #top-international-athletes article .athlete-details p {
        font-size: 1.25rem;
        margin-bottom: 0.2em;
        line-height: 1.2em; }
      #top-international-athletes article .athlete-details .role {
        text-transform: uppercase; }
      #top-international-athletes article .athlete-details .profile-link {
        color: #cd2027;
        text-transform: uppercase;
        font-size: 1.125rem;
        text-decoration: underline; }
        #top-international-athletes article .athlete-details .profile-link:hover {
          text-decoration: none; }
    #top-international-athletes article:nth-child(2) .athlete-thumbnail img {
      border-color: #c4ae36; }
    #top-international-athletes article:nth-child(2) .athlete-thumbnail .world-rank {
      background: #c4ae36; }
    #top-international-athletes article:nth-child(2) .athlete-details .world-rank {
      color: #c4ae36; }
    #top-international-athletes article:nth-child(4) .athlete-thumbnail img {
      border-color: #737373; }
    #top-international-athletes article:nth-child(4) .athlete-thumbnail .world-rank {
      background: #737373; }
    #top-international-athletes article:nth-child(4) .athlete-details .world-rank {
      color: #737373; }
    #top-international-athletes article:nth-child(6) .athlete-thumbnail img {
      border-color: #8c6239; }
    #top-international-athletes article:nth-child(6) .athlete-thumbnail .world-rank {
      background: #8c6239; }
    #top-international-athletes article:nth-child(6) .athlete-details .world-rank {
      color: #8c6239; }
    #top-international-athletes article.front .athlete-details h4 {
      margin-bottom: 0.625rem; }
    #top-international-athletes article.front .athlete-details .profile-link {
      display: none; }
    #top-international-athletes article.front .athlete-details .world-rank {
      display: inline-block;
      font-size: 1rem;
      padding-right: 10px; }
      #top-international-athletes article.front .athlete-details .world-rank.olympic-rank {
        padding-right: 0; }
    #top-international-athletes article.front:first-child .athlete-thumbnail img {
      border-color: #c4ae36; }
    #top-international-athletes article.front:first-child .athlete-thumbnail .world-rank {
      background: #c4ae36; }
    #top-international-athletes article.front:first-child .athlete-details .world-rank {
      color: #c4ae36; }
    #top-international-athletes article.front:nth-child(3) .athlete-thumbnail img {
      border-color: #737373; }
    #top-international-athletes article.front:nth-child(3) .athlete-thumbnail .world-rank {
      background: #737373; }
    #top-international-athletes article.front:nth-child(3) .athlete-details .world-rank {
      color: #737373; }
    #top-international-athletes article.front:nth-child(5) .athlete-details .world-rank {
      color: #8c6239; }
    #top-international-athletes article.front:nth-child(5) .athlete-thumbnail img {
      border-color: #8c6239; }
    #top-international-athletes article.front:nth-child(5) .athlete-thumbnail .world-rank {
      background: #8c6239; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  #top-international-athletes.front-bloc > .row {
    padding-left: 15px;
    padding-right: 15px; }
  #top-international-athletes .wrap {
    padding: 0 0.9375rem; }
  #top-international-athletes > h3 {
    font-size: 1.375rem;
    padding: 1.25rem; }
  #top-international-athletes hr {
    height: 1px; }
  #top-international-athletes article {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    #top-international-athletes article .athlete-thumbnail {
      padding-left: 15px;
      padding-right: 15px; }
      #top-international-athletes article .athlete-thumbnail .world-rank {
        font-size: 1.0625rem;
        width: 2.8125rem;
        height: 2.8125rem; }
    #top-international-athletes article .athlete-details {
      padding-left: 15px; }
      #top-international-athletes article .athlete-details p {
        font-size: 1.0625rem; }
      #top-international-athletes article .athlete-details .profile-link {
        font-size: 0.9375rem; }
    #top-international-athletes article.front .athlete-details .world-rank {
      font-size: 0.8125rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  #top-international-athletes.front-bloc > .row {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    float: none; }
    #top-international-athletes.front-bloc > .row:last-child:not(:first-child) {
      float: right; }
  #top-international-athletes .wrap {
    padding: 0 0.625rem; }
  #top-international-athletes > h3 {
    font-size: 1.0625rem;
    padding: 0.625rem !important; }
  #top-international-athletes article .athlete-thumbnail {
    padding-left: 0.625rem !important;
    padding-right: 0 !important; }
    #top-international-athletes article .athlete-thumbnail .world-rank {
      font-size: 0.8125rem;
      width: 2.375rem;
      height: 2.375rem; }
  #top-international-athletes article .athlete-details {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
    #top-international-athletes article .athlete-details h4 {
      font-size: 0.9375rem; }
    #top-international-athletes article .athlete-details p {
      font-size: 0.75rem; }
    #top-international-athletes article .athlete-details .profile-link {
      font-size: 0.6875rem; }
  #top-international-athletes article.front .athlete-details h4 {
    font-size: 1.125rem; }
  #top-international-athletes article.front .athlete-details .role {
    font-size: 0.75rem; }
  #top-international-athletes article.front .athlete-details .world-rank {
    font-size: 0.6875rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  #top-international-athletes.front-bloc hr:last-child {
    display: none; }
  #top-international-athletes article .athlete-thumbnail {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important; }
    #top-international-athletes article .athlete-thumbnail .world-rank {
      font-size: 0.9375rem;
      width: 2.8125rem;
      height: 2.8125rem;
      right: 25px;
      bottom: 15px; }
  #top-international-athletes article .athlete-details {
    padding-top: 0.9375rem;
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
    text-align: center; }
    #top-international-athletes article .athlete-details h4 {
      font-size: 0.9375rem; }
    #top-international-athletes article .athlete-details p {
      font-size: 0.8125rem; }
    #top-international-athletes article .athlete-details .profile-link {
      font-size: 0.75rem; }
  #top-international-athletes article.front .athlete-details h4 {
    font-size: 1.375rem; }
  #top-international-athletes article.front .athlete-details .role {
    font-size: 1.125rem; }
  #top-international-athletes article.front .athlete-details .world-rank {
    font-size: 1rem; }
  #top-international-athletes article.front .athlete-thumbnail .world-rank {
    font-size: 1rem;
    right: 50% !important;
    margin-right: -100px; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  #top-international-athletes > h3 {
    width: 100%; }
  #top-international-athletes article .athlete-thumbnail {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
    #top-international-athletes article .athlete-thumbnail .world-rank {
      font-size: 1rem;
      width: 3.125rem;
      height: 3.125rem;
      right: 55px;
      bottom: 25px; }
  #top-international-athletes article .athlete-details {
    padding-top: 0.9375rem;
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
    text-align: center; }
    #top-international-athletes article .athlete-details h4 {
      font-size: 1rem; }
    #top-international-athletes article .athlete-details p {
      font-size: 0.875rem; }
    #top-international-athletes article .athlete-details .profile-link {
      font-size: 0.8125rem; } }

.team-member {
  padding-top: 6.25rem; }
  .team-member .row h2 {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .team-member .row h2:last-child:not(:first-child) {
      float: right; }
  .team-member .list-member {
    padding: 3.4375rem 1.875rem 7.8125rem; }
    .team-member .list-member .member {
      position: relative; }
      .team-member .list-member .member:hover .caption {
        display: block; }
      .team-member .list-member .member .caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(10, 10, 10, 0.9);
        padding: 35% 0.9375rem 0.625rem;
        text-align: center;
        color: #fefefe;
        display: none; }
        .team-member .list-member .member .caption h6 {
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.1em; }
        .team-member .list-member .member .caption p {
          text-transform: uppercase; }
        .team-member .list-member .member .caption a {
          color: #cd2027;
          text-decoration: underline;
          text-transform: uppercase; }
          .team-member .list-member .member .caption a:hover {
            text-decoration: none; }
  .team-member.group-board-of-directors {
    background-color: #e6e6e6; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .team-member {
    padding-top: 4.375rem; }
    .team-member .list-member {
      padding: 2.1875rem 1.875rem 5rem; }
      .team-member .list-member .member .caption {
        padding: 25% 0.625rem 0.5rem; }
        .team-member .list-member .member .caption h6 {
          font-size: 1.375rem; }
        .team-member .list-member .member .caption .role {
          margin-bottom: 0.625rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .team-member {
    padding-top: 3.4375rem; }
    .team-member .list-member {
      padding: 2.5rem 2.5rem 5rem; }
      .team-member .list-member .member .caption {
        padding: 28% 0.625rem 0.5rem; }
        .team-member .list-member .member .caption h6 {
          font-size: 1.25rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .team-member {
    padding-top: 1.875rem; }
    .team-member .row h2 {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    .team-member .list-member {
      padding: 1.25rem 1.25rem 3.125rem; }
      .team-member .list-member .member .caption {
        padding: 40% 0.625rem 0.5rem;
        font-size: 1rem; }
        .team-member .list-member .member .caption h6 {
          font-size: 1.375rem; }
      .team-member .list-member .member img {
        width: 100% !important; } }

#latest-news article {
  margin-bottom: 3.125rem;
  float: left !important; }
  #latest-news article .date {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 0.75rem; }
  #latest-news article h3 {
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 0.75rem; }
    #latest-news article h3 a {
      opacity: 0.85; }
      #latest-news article h3 a:hover {
        opacity: 1; }
  #latest-news article p {
    font-family: Chivo;
    font-size: 1.125rem; }
  #latest-news article img {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  #latest-news article {
    margin-bottom: 1.875rem; }
    #latest-news article .date {
      font-size: 18px; }
    #latest-news article p {
      font-size: 0.9375rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  #latest-news {
    padding-left: 20px;
    padding-right: 20px; }
    #latest-news article {
      margin-bottom: 1.875rem; }
      #latest-news article .link-wrap-img {
        display: none; }
      #latest-news article .date {
        font-size: 18px; }
      #latest-news article p {
        font-size: 0.9375rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  #latest-news article .date {
    font-size: 16px; }
  #latest-news article p {
    font-size: 0.875rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  #latest-news {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    #latest-news .row {
      margin-left: 0 !important;
      margin-right: 0 !important; } }

input, textarea {
  box-shadow: none !important; }

div.wpcf7-validation-errors {
  border: none !important;
  color: #cd2027 !important; }

.wpcf7-mail-sent-ok {
  border: none !important;
  color: #489b31 !important; }

span.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid::-webkit-input-placeholder {
  color: #cd2027 !important; }

.wpcf7-not-valid:-moz-placeholder {
  color: #cd2027 !important; }

.wpcf7-not-valid::-moz-placeholder {
  color: #cd2027 !important; }

.wpcf7-not-valid:-ms-input-placeholder {
  color: #cd2027 !important; }

.wpcf7-not-valid::-ms-input-placeholder {
  color: #cd2027 !important; }

.home #main-front #maincontent {
  padding: 6.25rem 5.625rem 0.9375rem;
  background: url(../images/bg-home-maintext.jpg) no-repeat left top;
  background-size: cover;
  color: #fefefe;
  font-size: 1.5rem; }
  .home #main-front #maincontent h1 {
    line-height: 1em;
    letter-spacing: 5px;
    color: #fefefe;
    text-transform: uppercase; }
  .home #main-front #maincontent p {
    line-height: 1.6em;
    font-size: 1.125rem;
    margin-bottom: 1.625rem; }
    .home #main-front #maincontent p strong {
      font-size: 1.5rem;
      line-height: 1.4em; }
  .home #main-front #maincontent a {
    display: inline-block;
    text-transform: uppercase;
    background: #0a0a0a;
    color: #fefefe;
    font-size: 1.75rem;
    padding: 1.2em 2em;
    font-weight: 700;
    border-radius: 3.125rem;
    -webkit-border-radius: 3.125rem;
    -moz-border-radius: 3.125rem;
    margin-top: 1.5625rem;
    opacity: 0.85; }
    .home #main-front #maincontent a:hover, .home #main-front #maincontent a:focus {
      background: #0a0a0a;
      color: #fefefe; }
  .home #main-front #maincontent a:hover {
    opacity: 1; }

.home #main-front #headblocks {
  padding: 0;
  margin-top: 0; }
  .home #main-front #headblocks .headblock {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 50%; }
    .home #main-front #headblocks .headblock > a {
      display: inline-block;
      width: 100%;
      height: 100%; }
    .home #main-front #headblocks .headblock img {
      /* 	height: 100%; */
      height: auto;
      width: auto;
      max-width: inherit;
      min-width: 100%;
      min-height: 100%;
      max-height: 425px;
      /* Safari and Chrome */
      /* Firefox */
      /* IE 9 */
      /* Opera */
      transition: all 0.5s ease; }
      @media screen and (min-width: 2000px) {
        .home #main-front #headblocks .headblock img {
          width: 100%;
          height: auto;
          max-height: inherit; } }
    .home #main-front #headblocks .headblock a:hover img {
      -webkit-transform: scale(1.15);
      /* Safari and Chrome */
      /* Firefox */
      -ms-transform: scale(1.15);
      /* IE 9 */
      /* Opera */
      transform: scale(1.15); }
    .home #main-front #headblocks .headblock span {
      display: inline-block;
      width: 100%;
      text-align: center;
      font-weight: 700; }
    .home #main-front #headblocks .headblock .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(10, 10, 10, 0.9);
      padding: 1.25rem 0.3125rem;
      text-transform: uppercase; }
    .home #main-front #headblocks .headblock .title {
      font-size: 1.5rem;
      color: #cd2027; }
    .home #main-front #headblocks .headblock .action {
      font-size: 1.75rem;
      color: #fefefe; }

.home section {
  margin-top: 7.5rem; }
  .home section.container {
    margin-top: 0; }

.home #latest-news article .link-wrap-img img.thumbnail {
  display: none; }

.home #upcoming-events {
  background: url(../images/bg-upcoming-events.jpg) no-repeat left top;
  background-size: cover;
  padding: 5.625rem 0 6.875rem; }
  .home #upcoming-events h2 {
    color: #fefefe;
    margin-bottom: 3.75rem; }
  .home #upcoming-events h3 a {
    opacity: 0.85; }
    .home #upcoming-events h3 a:hover {
      opacity: 1; }

.home .featured-athletes {
  position: relative;
  margin-top: 0;
  color: #fefefe;
  text-transform: uppercase; }
  .home .featured-athletes #breadcrumb {
    display: none; }
  .home .featured-athletes h2 {
    position: absolute;
    top: 6.25rem;
    z-index: 10;
    padding-left: 5.625rem; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .home #main-front #maincontent {
    padding: 4.375rem 3.75rem 0.9375rem;
    font-size: 0.9375rem; }
    .home #main-front #maincontent h1 {
      letter-spacing: 3px; }
    .home #main-front #maincontent a {
      font-size: 1.1875rem;
      border-radius: 30; }
  .home #main-front #headblocks .headblock .caption {
    background: rgba(10, 10, 10, 0.9);
    padding: 1.25rem 0.3125rem; }
  .home #main-front #headblocks .headblock .title {
    font-size: 1.125rem; }
  .home #main-front #headblocks .headblock .action {
    font-size: 1.25rem; }
  .home section {
    margin-top: 4.6875rem; }
  .home #upcoming-events {
    padding: 4.375rem 0; }
    .home #upcoming-events h2 {
      margin-bottom: 2.8125rem; }
  .home .featured-athletes h2 {
    top: 4.375rem;
    padding-left: 3.75rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .home #main-front #maincontent {
    padding: 2.1875rem 1.875rem 0.9375rem;
    font-size: 0.9375rem;
    line-height: 1.5em;
    padding-left: 40px !important; }
    .home #main-front #maincontent a {
      font-size: 0.875rem;
      border-radius: 25; }
  .home #main-front #headblocks {
    padding: 0 !important; }
    .home #main-front #headblocks .headblock {
      padding: 0 !important;
      position: relative; }
      .home #main-front #headblocks .headblock img {
        max-height: 220px;
        min-width: 100%;
        height: auto;
        position: absolute; }
      .home #main-front #headblocks .headblock .caption {
        padding: 0.625rem 0.3125rem; }
      .home #main-front #headblocks .headblock .title {
        font-size: 0.875rem; }
      .home #main-front #headblocks .headblock .action {
        font-size: 0.9375rem; }
  .home section {
    margin-top: 3.125rem; }
  .home #upcoming-events {
    padding: 3.125rem 20px 3.125rem; }
    .home #upcoming-events h2 {
      margin-bottom: 2.1875rem; }
  .home .featured-athletes h2 {
    top: 3.125rem;
    padding-left: 40px; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .home #main-front #maincontent {
    height: auto !important; }
    .home #main-front #maincontent a {
      margin-top: 1.875rem; }
  .home #main-front #headblocks {
    height: auto !important; }
    .home #main-front #headblocks .headblock img {
      max-height: inherit;
      max-width: 100%;
      min-height: inherit;
      width: 100%;
      height: auto;
      position: static; }
  .home #upcoming-events {
    padding: 3.125rem 20px 2.1875rem; } }

.page-template-default .main-content {
  padding: 3.125rem 0 5.625rem; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-default .main-content {
    padding: 2.5rem 0 5rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-default .main-content {
    padding: 1.875rem 0 3.75rem; }
    .page-template-default .main-content .entry-content {
      padding: 0 20px; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-default .main-content {
    padding: 1.875rem 0 2.5rem; }
    .page-template-default .main-content .entry-content {
      padding: 0; } }

.page-template-page-about-us .entry-content pre {
  width: 100%;
  float: left;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 2rem;
  font-weight: 500;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fefefe; }
  .page-template-page-about-us .entry-content pre:last-child:not(:first-child) {
    float: right; }
  .page-template-page-about-us .entry-content pre span {
    background-color: #141b1e;
    line-height: 2.2em;
    padding: 0.625rem 1.875rem; }

.page-template-page-about-us .team-member.group-board-of-directors {
  background-color: #e6e6e6; }

.page-template-page-about-us .committees,
.page-template-page-about-us .member-organizations {
  padding: 6.25rem 0;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto; }
  .page-template-page-about-us .committees::before, .page-template-page-about-us .committees::after,
  .page-template-page-about-us .member-organizations::before,
  .page-template-page-about-us .member-organizations::after {
    content: ' ';
    display: table; }
  .page-template-page-about-us .committees::after,
  .page-template-page-about-us .member-organizations::after {
    clear: both; }
  .page-template-page-about-us .committees > h2,
  .page-template-page-about-us .member-organizations > h2 {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .page-template-page-about-us .committees > h2:last-child:not(:first-child),
    .page-template-page-about-us .member-organizations > h2:last-child:not(:first-child) {
      float: right; }
  .page-template-page-about-us .committees .accordion,
  .page-template-page-about-us .member-organizations .accordion {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border: none; }
    .page-template-page-about-us .committees .accordion:last-child:not(:first-child),
    .page-template-page-about-us .member-organizations .accordion:last-child:not(:first-child) {
      float: right; }
    .page-template-page-about-us .committees .accordion .accordion-item,
    .page-template-page-about-us .member-organizations .accordion .accordion-item {
      background-color: #e6e6e6; }
      .page-template-page-about-us .committees .accordion .accordion-item.is-active .accordion-title, .page-template-page-about-us .committees .accordion .accordion-item:hover .accordion-title,
      .page-template-page-about-us .member-organizations .accordion .accordion-item.is-active .accordion-title,
      .page-template-page-about-us .member-organizations .accordion .accordion-item:hover .accordion-title {
        background-color: #0a0a0a;
        color: #fefefe; }
      .page-template-page-about-us .committees .accordion .accordion-item.is-active .accordion-title i,
      .page-template-page-about-us .member-organizations .accordion .accordion-item.is-active .accordion-title i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .page-template-page-about-us .committees .accordion .accordion-item .accordion-title,
      .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title {
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase; }
        .page-template-page-about-us .committees .accordion .accordion-item .accordion-title i,
        .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title i {
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -15px;
          transition: all 300ms ease-in 0s;
          color: #cd2027;
          font-size: 35px;
          font-weight: 700; }
    .page-template-page-about-us .committees .accordion .accordion-content,
    .page-template-page-about-us .member-organizations .accordion .accordion-content {
      background-color: #fefefe;
      font-size: 1.5rem;
      font-weight: 500; }
      .page-template-page-about-us .committees .accordion .accordion-content ul,
      .page-template-page-about-us .member-organizations .accordion .accordion-content ul {
        margin-left: 0; }

.page-template-page-about-us .awards {
  padding: 6.25rem 0;
  color: #fefefe;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-template-page-about-us .awards::before, .page-template-page-about-us .awards::after {
    content: ' ';
    display: table; }
  .page-template-page-about-us .awards::after {
    clear: both; }
  .page-template-page-about-us .awards .row > h2,
  .page-template-page-about-us .awards .row > ul {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .page-template-page-about-us .awards .row > h2:last-child:not(:first-child),
    .page-template-page-about-us .awards .row > ul:last-child:not(:first-child) {
      float: right; }
  .page-template-page-about-us .awards .row ul li {
    font-size: 2rem;
    line-height: 1.3em;
    margin-bottom: 0.625rem; }

/* .fancybox-overlay{ */
.fancybox-wrap {
  max-width: 1200px;
  min-width: 60%; }
  .fancybox-wrap .fancybox-inner {
    max-width: 100%; }
  .fancybox-wrap .team-member {
    padding: 3.75rem;
    color: #0a0a0a; }
    .fancybox-wrap .team-member .entry-title {
      font-size: 2rem;
      color: #0a0a0a;
      font-weight: 700;
      text-transform: inherit;
      margin-bottom: 0.1875rem; }
    .fancybox-wrap .team-member .role {
      text-transform: uppercase; }
    .fancybox-wrap .team-member .contact a {
      color: #cd2027; }
    .fancybox-wrap .team-member ul {
      margin-left: 1em; }
      .fancybox-wrap .team-member ul li {
        line-height: 1.2em;
        margin-bottom: rem(5);
        position: relative; }
        .fancybox-wrap .team-member ul li:before {
          color: #cd2027;
          content: "\2022";
          font-size: 1.5em;
          position: absolute;
          top: 0;
          font-weight: 700;
          left: -0.75em; }
  .fancybox-wrap .fancybox-close, .fancybox-wrap .fancybox-nav {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat; }
  .fancybox-wrap .fancybox-close {
    top: -55px;
    right: -55px;
    width: 112px;
    height: 112px;
    background-position: -126px 0; }
  .fancybox-wrap .fancybox-nav {
    display: inline-block;
    opacity: 1;
    width: 40px;
    height: 54px;
    bottom: -100px;
    top: inherit;
    left: 50%; }
    .fancybox-wrap .fancybox-nav span {
      display: none; }
    .fancybox-wrap .fancybox-nav.fancybox-next {
      background-position: -74px 0;
      margin-right: -60px; }
    .fancybox-wrap .fancybox-nav.fancybox-prev {
      background-position: 0 0;
      margin-left: -60px; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-page-about-us {
    /* .fancybox-overlay{ */ }
    .page-template-page-about-us .entry-content pre {
      font-size: 1.5rem; }
    .page-template-page-about-us .fancybox-wrap {
      max-width: 860px;
      /* } */ }
      .page-template-page-about-us .fancybox-wrap .team-member {
        padding: 2.5rem; }
        .page-template-page-about-us .fancybox-wrap .team-member .entry-title {
          font-size: 1.5rem; }
    .page-template-page-about-us .committees,
    .page-template-page-about-us .member-organizations {
      padding: 4.375rem 0;
      max-width: 68.75rem; }
      .page-template-page-about-us .committees .accordion .accordion-item .accordion-title,
      .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title {
        font-size: 1.375rem; }
        .page-template-page-about-us .committees .accordion .accordion-item .accordion-title i,
        .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title i {
          font-size: 25px; }
      .page-template-page-about-us .committees .accordion .accordion-content,
      .page-template-page-about-us .member-organizations .accordion .accordion-content {
        font-size: 1.125rem; }
    .page-template-page-about-us .awards {
      padding: 4.0625rem 0; }
      .page-template-page-about-us .awards .row ul li {
        font-size: 1.375rem;
        margin-bottom: 0.5rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-page-about-us {
    /* .fancybox-overlay{ */ }
    .page-template-page-about-us .entry-content pre {
      font-size: 1.125rem; }
    .page-template-page-about-us .fancybox-wrap {
      max-width: 700px;
      left: 8% !important;
      min-width: 84% !important; }
      .page-template-page-about-us .fancybox-wrap .team-member {
        padding: 1.875rem; }
        .page-template-page-about-us .fancybox-wrap .team-member .entry-content {
          padding: 0; }
        .page-template-page-about-us .fancybox-wrap .team-member .entry-title {
          font-size: 1.25rem !important;
          color: #141b1e !important; }
        .page-template-page-about-us .fancybox-wrap .team-member .row .columns {
          padding-left: 0.625rem;
          padding-right: 0.625rem; }
      .page-template-page-about-us .fancybox-wrap .fancybox-close, .page-template-page-about-us .fancybox-wrap .fancybox-nav {
        background: url("../images/sprite-tablet.png") no-repeat !important; }
      .page-template-page-about-us .fancybox-wrap .fancybox-close {
        top: -34px !important;
        right: -34px !important;
        width: 69px;
        height: 69px;
        background-position: -76px 0px !important; }
      .page-template-page-about-us .fancybox-wrap .fancybox-nav {
        width: 25px;
        height: 25px;
        bottom: -60px; }
        .page-template-page-about-us .fancybox-wrap .fancybox-nav.fancybox-next {
          background-position: -44px 0 !important;
          margin-right: -40px; }
        .page-template-page-about-us .fancybox-wrap .fancybox-nav.fancybox-prev {
          margin-left: -40px; }
    .page-template-page-about-us .committees,
    .page-template-page-about-us .member-organizations {
      padding: 3.4375rem 0;
      max-width: 100%; }
      .page-template-page-about-us .committees .accordion .accordion-item .accordion-title,
      .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title {
        font-size: 1.125rem; }
        .page-template-page-about-us .committees .accordion .accordion-item .accordion-title i,
        .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title i {
          font-size: 22px; }
      .page-template-page-about-us .committees .accordion .accordion-content,
      .page-template-page-about-us .member-organizations .accordion .accordion-content {
        font-size: 0.875rem; }
    .page-template-page-about-us .awards {
      padding: 3.4375rem 0; }
      .page-template-page-about-us .awards .row ul li {
        font-size: 1.0625rem;
        margin-bottom: 0.375rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .page-template-page-about-us .fancybox-wrap .team-member {
    padding: 1.25rem; }
    .page-template-page-about-us .fancybox-wrap .team-member .thumbnail-overlay {
      text-align: center; }
    .page-template-page-about-us .fancybox-wrap .team-member .entry-title {
      margin-top: 1.5625rem;
      text-align: center; }
    .page-template-page-about-us .fancybox-wrap .team-member .role, .page-template-page-about-us .fancybox-wrap .team-member .contact {
      text-align: center; }
    .page-template-page-about-us .fancybox-wrap .team-member .role {
      margin-bottom: 0.125rem; }
    .page-template-page-about-us .fancybox-wrap .team-member .entry-content {
      padding: 0; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-page-about-us {
    /* .fancybox-overlay{ */ }
    .page-template-page-about-us .main-content {
      padding-bottom: 0; }
    .page-template-page-about-us .entry-content pre {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .page-template-page-about-us .entry-content pre span {
        line-height: 2em;
        padding: 5px; }
    .page-template-page-about-us .fancybox-wrap .team-member {
      padding: 0.3125rem !important; }
      .page-template-page-about-us .fancybox-wrap .team-member .columns {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .page-template-page-about-us .fancybox-wrap .team-member .columns .entry-content {
          padding-left: 0 !important;
          padding-right: 0 !important; }
    .page-template-page-about-us .committees,
    .page-template-page-about-us .member-organizations {
      padding: 2.8125rem 0; }
      .page-template-page-about-us .committees .accordion .accordion-item .accordion-title,
      .page-template-page-about-us .member-organizations .accordion .accordion-item .accordion-title {
        padding: 1.25rem 2.1875rem 1.25rem 1.25rem !important;
        line-height: 1.3em;
        font-size: 1rem; }
    .page-template-page-about-us .awards {
      padding: 2.8125rem 0; }
      .page-template-page-about-us .awards .row ul li {
        font-size: 0.9375rem;
        margin-bottom: 0.3125rem; }
    .page-template-page-about-us .fancybox-wrap {
      overflow-x: hidden;
      width: 90% !important;
      min-width: inherit !important;
      left: 5% !important; }
      .page-template-page-about-us .fancybox-wrap .fancybox-inner {
        width: 100% !important; }
      .page-template-page-about-us .fancybox-wrap .team-member {
        padding: 3.75rem;
        color: #0a0a0a; }
        .page-template-page-about-us .fancybox-wrap .team-member .entry-title {
          font-size: 2rem;
          color: #0a0a0a;
          font-weight: 700;
          text-transform: inherit;
          margin-bottom: 0.1875rem; }
        .page-template-page-about-us .fancybox-wrap .team-member .role {
          text-transform: uppercase; }
        .page-template-page-about-us .fancybox-wrap .team-member .contact a {
          color: #cd2027; }
        .page-template-page-about-us .fancybox-wrap .team-member ul {
          margin-left: 1em; }
          .page-template-page-about-us .fancybox-wrap .team-member ul li {
            line-height: 1.2em;
            margin-bottom: rem(5);
            position: relative; }
            .page-template-page-about-us .fancybox-wrap .team-member ul li:before {
              color: #cd2027;
              content: "\2022";
              font-size: 1.5em;
              position: absolute;
              top: 0;
              font-weight: 700;
              left: -0.75em; }
      .page-template-page-about-us .fancybox-wrap .fancybox-close {
        top: -10px !important;
        right: -10px !important;
        width: 25px !important;
        height: 25px !important;
        background-position: 0 -62px !important; }
      .page-template-page-about-us .fancybox-wrap .fancybox-nav {
        display: inline-block;
        opacity: 1;
        width: 30px;
        height: 35px;
        bottom: -70px;
        top: inherit;
        left: 50%; }
        .page-template-page-about-us .fancybox-wrap .fancybox-nav span {
          display: none; }
        .page-template-page-about-us .fancybox-wrap .fancybox-nav.fancybox-next {
          background-position: -74px 0;
          margin-right: -40px; }
        .page-template-page-about-us .fancybox-wrap .fancybox-nav.fancybox-prev {
          background-position: 0 0;
          margin-left: -40px; } }

.single-resource-page #single-post {
  padding: 6.25rem 0; }

.single-resource-page .right-content .entry-title {
  font-size: 3.75rem;
  color: #0a0a0a;
  font-weight: 700; }

.single-resource-page .right-content #resources li {
  margin-bottom: 0.5rem; }
  .single-resource-page .right-content #resources li a {
    color: #cd2027;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    opacity: 0.85; }
    .single-resource-page .right-content #resources li a:hover {
      opacity: 1;
      text-decoration: none; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .single-resource-page #single-post {
    padding: 4.0625rem 0; }
  .single-resource-page .right-content .entry-title {
    font-size: 2.625rem; }
  .single-resource-page .right-content #resources li {
    margin-bottom: 0.375rem; }
    .single-resource-page .right-content #resources li a {
      font-size: 0.9375rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .single-resource-page #single-post {
    padding: 3.4375rem 1.25rem; }
  .single-resource-page .right-content .entry-title {
    font-size: 2rem; }
  .single-resource-page .right-content #resources li {
    margin-bottom: 0.3125rem; }
    .single-resource-page .right-content #resources li a {
      font-size: 0.875rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .single-resource-page #single-post {
    padding: 2.5rem 0; }
  .single-resource-page .right-content {
    margin-bottom: 2.1875rem; }
    .single-resource-page .right-content .entry-title {
      font-size: 1.375rem; }
    .single-resource-page .right-content #resources li {
      line-height: 1.1em; } }

.page-template-news .container::before, .page-template-news .container::after {
  content: ' ';
  display: table; }

.page-template-news .container::after {
  clear: both; }

.page-template-news .page-full-width::before, .page-template-news .page-full-width::after {
  content: ' ';
  display: table; }

.page-template-news .page-full-width::after {
  clear: both; }

.page-template-news .filter-choices {
  padding-left: 0; }

.page-template-news #all-news {
  padding: 3.125rem 0 6.25rem;
  background: #fefefe; }
  .page-template-news #all-news::before, .page-template-news #all-news::after {
    content: ' ';
    display: table; }
  .page-template-news #all-news::after {
    clear: both; }
  .page-template-news #all-news article {
    margin-bottom: 3.125rem; }
    .page-template-news #all-news article:last-child:not(:first-child) {
      float: left; }
  .page-template-news #all-news > h2 {
    max-width: 97.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    margin-bottom: 3.4375rem; }
    .page-template-news #all-news > h2::before, .page-template-news #all-news > h2::after {
      content: ' ';
      display: table; }
    .page-template-news #all-news > h2::after {
      clear: both; }
  .page-template-news #all-news h3 {
    margin-bottom: 0.75rem; }
  .page-template-news #all-news .date {
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500; }
  .page-template-news #all-news img {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem; }
  .page-template-news #all-news .more-events {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .page-template-news #all-news .more-events:last-child:not(:first-child) {
      float: right; }
    .page-template-news #all-news .more-events .button {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase; }
  .page-template-news #all-news .featured {
    float: right;
    margin-bottom: 1.5rem; }
  .page-template-news #all-news .link-wrap-img img.thumbnail {
    display: none; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-news #all-news {
    padding: 2.5rem 0 3.75rem; }
    .page-template-news #all-news article {
      margin-bottom: 2.1875rem; }
    .page-template-news #all-news > h2 {
      padding: 0  25px;
      margin-bottom: 2.5rem;
      max-width: 68.75rem; }
    .page-template-news #all-news .date {
      font-size: 1.0625rem; }
    .page-template-news #all-news .more-events .button {
      font-size: 0.9375rem; }
    .page-template-news #all-news .featured {
      float: right;
      margin-bottom: 1.0625rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-news #all-news {
    padding: 1.875rem 0 2.5rem; }
    .page-template-news #all-news article {
      margin-bottom: 1.5625rem; }
    .page-template-news #all-news > h2 {
      padding: 0 20px;
      margin-bottom: 2.1875rem;
      max-width: 100%; }
    .page-template-news #all-news .date {
      font-size: 0.875rem; }
    .page-template-news #all-news .more-events .button {
      font-size: 0.8125rem; }
    .page-template-news #all-news .featured {
      float: right;
      margin-bottom: 0.8125rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-news #all-news {
    padding-top: 10px; }
    .page-template-news #all-news article {
      margin-bottom: 1.875rem;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .page-template-news #all-news > h2 {
      padding: 0;
      margin-bottom: 1.875rem; } }

.single-post .container {
  padding: 1.875rem 0 6.25rem; }

.single-post #breadcrumb {
  margin-bottom: 1.875rem; }
  .single-post #breadcrumb a {
    color: #cd2027; }
  .single-post #breadcrumb .breadcrumb_last {
    color: #0a0a0a; }

.single-post #lastestnews > h2 {
  font-weight: 700;
  background: #0a0a0a;
  color: #fefefe;
  font-size: 2rem;
  padding: 1.5625rem;
  margin: 0;
  border-radius: 5px 5px 0 0; }

.single-post #lastestnews ul.menu {
  margin: 0;
  background: #e6e6e6;
  padding-bottom: 3.125rem; }
  .single-post #lastestnews ul.menu li {
    display: block;
    padding: 1.75rem 1.5625rem 0 1.5625rem;
    font-weight: 500;
    font-size: 1.125rem;
    text-transform: uppercase; }
    .single-post #lastestnews ul.menu li p.date {
      margin-bottom: 0.25rem; }
    .single-post #lastestnews ul.menu li h3 {
      font-size: 1.25rem;
      border-bottom: 1px solid #776868;
      padding-bottom: 1.75rem;
      width: 100%; }
      .single-post #lastestnews ul.menu li h3 a {
        display: inline-block;
        text-decoration: underline;
        line-height: 1.2em;
        color: #cd2027;
        width: 100%; }
        .single-post #lastestnews ul.menu li h3 a:hover {
          text-decoration: none; }

.single-post article header .entry-title {
  margin-top: 1.5625rem;
  font-size: 3.75rem;
  color: #0a0a0a;
  font-weight: 700; }

.single-post article header .featured {
  float: none;
  margin-top: 1.875rem;
  margin-left: 0; }

.single-post article h2 {
  font-size: 2rem;
  font-weight: global-weight-medium;
  margin-bottom: 0.3125rem;
  text-transform: none; }

.single-post article p, .single-post article li {
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 500; }
  .single-post article p.date, .single-post article li.date {
    text-transform: uppercase;
    font-size: 1.5rem; }
  .single-post article p.tags, .single-post article li.tags {
    font-weight: 700;
    text-transform: uppercase; }
    .single-post article p.tags a, .single-post article li.tags a {
      text-decoration: underline;
      color: #776868; }
      .single-post article p.tags a:hover, .single-post article li.tags a:hover {
        text-decoration: none; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .single-post .container {
    padding: 1.25rem 0 5rem; }
  .single-post #breadcrumb {
    margin-bottom: 1.25rem; }
  .single-post #lastestnews > h2 {
    font-size: 1.375rem;
    padding: 1.5625rem; }
  .single-post #lastestnews ul.menu li {
    font-size: 0.9375rem; }
    .single-post #lastestnews ul.menu li h3 {
      font-size: 1rem;
      padding-bottom: 1.5625rem; }
  .single-post article header .entry-title {
    margin-top: 1.25rem;
    font-size: 2.625rem; }
  .single-post article header .featured {
    margin-top: 1.5625rem; }
  .single-post article h2 {
    font-size: 1.375rem; }
  .single-post article p, .single-post article li {
    font-size: 0.9375rem; }
    .single-post article p.date, .single-post article li.date {
      text-transform: uppercase;
      font-size: 1.375rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .single-post .container {
    padding: 1.25rem 20px 3.4375rem; }
  .single-post #lastestnews > h2 {
    font-size: 1.125rem;
    padding: 1.25rem; }
  .single-post #lastestnews ul.menu li {
    font-size: 0.875rem; }
    .single-post #lastestnews ul.menu li h3 {
      font-size: 0.9375rem;
      padding-bottom: 1.25rem; }
  .single-post article header .entry-title {
    font-size: 2rem; }
  .single-post article header .featured {
    margin-top: 1.25rem; }
  .single-post article h2 {
    font-size: 1.0625rem; }
  .single-post article p, .single-post article li {
    font-size: 0.875rem; }
    .single-post article p.date, .single-post article li.date {
      text-transform: uppercase;
      font-size: 1.0625rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .single-post .container {
    padding: 1.25rem 0 3.125rem; }
  .single-post #lastestnews > h2 {
    font-size: 1.0625rem;
    padding: 0.9375rem; }
  .single-post #lastestnews ul.menu li {
    padding: 0.9375rem; }
    .single-post #lastestnews ul.menu li h3 {
      padding-bottom: 1.875rem; }
  .single-post article header .entry-title {
    font-size: 1.375rem; }
  .single-post article h2 {
    font-size: 1.0625rem; }
  .single-post article p.date, .single-post article li.date {
    font-size: 0.9375rem; } }

.page-template-events .order-box {
  width: 33.33333%;
  float: right; }

.page-template-events #all-events {
  margin-top: 1.5625rem;
  background: #141b1e url(../images/bg-upcoming-events.jpg) no-repeat left top;
  background-size: cover;
  padding: 5.625rem 0 6.25rem; }
  .page-template-events #all-events > h2 {
    max-width: 97.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    color: #fefefe;
    margin-bottom: 5rem; }
    .page-template-events #all-events > h2::before, .page-template-events #all-events > h2::after {
      content: ' ';
      display: table; }
    .page-template-events #all-events > h2::after {
      clear: both; }
  .page-template-events #all-events .more-events {
    width: 100%;
    float: left;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .page-template-events #all-events .more-events:last-child:not(:first-child) {
      float: right; }
    .page-template-events #all-events .more-events .button {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-events #all-events {
    padding: 3.75rem 0 4.6875rem; }
    .page-template-events #all-events > h2 {
      max-width: 68.75rem;
      margin-bottom: 3.125rem; }
    .page-template-events #all-events .more-events {
      margin-top: 1.5625rem; }
      .page-template-events #all-events .more-events .button {
        font-size: 0.9375rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-events #all-events {
    padding: 3.125rem 20px 3.75rem; }
    .page-template-events #all-events > h2 {
      max-width: 100%;
      margin-bottom: 2.1875rem; }
    .page-template-events #all-events .more-events {
      margin-top: 1.25rem; }
      .page-template-events #all-events .more-events .button {
        font-size: 0.875rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .page-template-events .order-box {
    width: 41.66667%; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-events .order-box {
    width: 100%; }
  .page-template-events #all-events {
    padding: 3.125rem 0 3.75rem; }
    .page-template-events #all-events > h2 {
      max-width: 100%;
      margin-bottom: 2.1875rem; }
    .page-template-events #all-events .more-events {
      margin-top: 1.25rem; }
      .page-template-events #all-events .more-events .button {
        font-size: 0.875rem; } }

.single-events .container {
  padding: 1.875rem 0 6.25rem; }

.single-events #breadcrumb {
  margin-bottom: 1.875rem; }
  .single-events #breadcrumb a {
    color: #cd2027; }
  .single-events #breadcrumb .breadcrumb_last {
    color: #0a0a0a; }

.single-events #lastestnews > h2 {
  font-weight: 700;
  background: #0a0a0a;
  color: #fefefe;
  font-size: 2rem;
  padding: 1.5625rem;
  margin: 0;
  border-radius: 5px 5px 0 0; }

.single-events #lastestnews ul.menu {
  margin: 0;
  background: #e6e6e6;
  padding-bottom: 3.125rem; }
  .single-events #lastestnews ul.menu li {
    display: block;
    padding: 1.75rem 1.5625rem 0 1.5625rem;
    font-weight: 500;
    font-size: 1.125rem;
    text-transform: uppercase; }
    .single-events #lastestnews ul.menu li p.date {
      margin-bottom: 0.25rem; }
    .single-events #lastestnews ul.menu li h3 {
      font-size: 1.25rem;
      border-bottom: 1px solid #776868;
      padding-bottom: 1.75rem;
      width: 100%; }
      .single-events #lastestnews ul.menu li h3 a {
        display: inline-block;
        text-decoration: underline;
        line-height: 1.2em;
        color: #cd2027;
        width: 100%; }
        .single-events #lastestnews ul.menu li h3 a:hover {
          text-decoration: none; }

.single-events article header .entry-title {
  margin-top: 1.5625rem;
  font-size: 3.75rem;
  color: #0a0a0a;
  font-weight: 700; }

.single-events article header .featured {
  float: none;
  margin-top: 1.875rem;
  margin-left: 0; }

.single-events article h2 {
  font-size: 2rem;
  font-weight: global-weight-medium;
  margin-bottom: 0.3125rem;
  text-transform: none; }

.single-events article p, .single-events article li {
  text-transform: none;
  font-size: 1.125rem;
  font-weight: 500; }
  .single-events article p.date, .single-events article li.date {
    text-transform: uppercase;
    font-size: 1.5rem; }
  .single-events article p.tags, .single-events article li.tags {
    font-weight: 700;
    text-transform: uppercase; }
    .single-events article p.tags a, .single-events article li.tags a {
      text-decoration: underline;
      color: #776868; }
      .single-events article p.tags a:hover, .single-events article li.tags a:hover {
        text-decoration: none; }

.single-events article .actions {
  margin: 0;
  padding: 0; }
  .single-events article .actions .button {
    width: 33%;
    float: left;
    padding: 0.95em 1em; }
    .single-events article .actions .button.volunteer-button {
      float: right;
      margin-right: 0; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .single-events .container {
    padding: 1.25rem 0 5rem; }
  .single-events #breadcrumb {
    margin-bottom: 1.25rem; }
  .single-events #lastestnews > h2 {
    font-size: 1.375rem;
    padding: 1.5625rem; }
  .single-events #lastestnews ul.menu li {
    font-size: 0.9375rem; }
    .single-events #lastestnews ul.menu li h3 {
      font-size: 1rem;
      padding-bottom: 1.5625rem; }
  .single-events article header .entry-title {
    margin-top: 1.25rem;
    font-size: 2.625rem; }
  .single-events article header .featured {
    margin-top: 1.5625rem; }
  .single-events article h2 {
    font-size: 1.375rem; }
  .single-events article p, .single-events article li {
    text-transform: none;
    font-size: 0.9375rem; }
    .single-events article p.date, .single-events article li.date {
      font-size: 1.375rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .single-events .container {
    padding: 1.25rem 20px 3.4375rem; }
  .single-events #lastestnews > h2 {
    font-size: 1.125rem;
    padding: 1.25rem; }
  .single-events #lastestnews ul.menu li {
    font-size: 0.875rem; }
    .single-events #lastestnews ul.menu li h3 {
      font-size: 0.9375rem;
      padding-bottom: 1.25rem; }
  .single-events article header .entry-title {
    font-size: 2rem; }
  .single-events article header .featured {
    margin-top: 1.25rem; }
  .single-events article h2 {
    font-size: 1.0625rem; }
  .single-events article p, .single-events article li {
    font-size: 0.875rem; }
    .single-events article p.date, .single-events article li.date {
      text-transform: uppercase;
      font-size: 1.0625rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .single-events #lastestnews > h2 {
    font-size: 1.0625rem;
    padding: 0.625rem; }
  .single-events #lastestnews ul.menu li {
    padding: 0.625rem;
    font-size: 0.8125rem; }
    .single-events #lastestnews ul.menu li h3 {
      font-size: 0.875rem;
      padding-bottom: 0.9375rem; }
  .single-events article header .entry-title {
    font-size: 1.5625rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .single-events .container {
    padding: 1.25rem 0 3.125rem; }
  .single-events #lastestnews {
    margin: 2.5rem 0 0.3125rem; }
    .single-events #lastestnews > h2 {
      font-size: 1.0625rem;
      padding: 0.9375rem; }
    .single-events #lastestnews ul.menu li {
      padding: 0.9375rem; }
  .single-events article header .entry-title {
    font-size: 1.375rem; } }

.page-template-page-with-navigation #breadcrumb {
  margin-bottom: 2rem; }

.page-template-page-with-navigation #page-with-navigation {
  padding: 6.25rem 0; }

.page-template-page-with-navigation #contextual-navigation > h2 {
  font-weight: 700;
  background: #0a0a0a;
  color: #fefefe;
  font-size: 2rem;
  padding: 1.5625rem;
  margin: 0;
  border-radius: 5px 5px 0 0; }

.page-template-page-with-navigation #contextual-navigation ul.menu {
  margin: 0;
  background: #e6e6e6;
  padding-bottom: 3.125rem; }
  .page-template-page-with-navigation #contextual-navigation ul.menu li {
    display: block;
    padding: 0 1.5625rem;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li a {
      padding: 1.875rem 0;
      border-bottom: 1px solid #776868;
      display: inline-block;
      text-decoration: underline;
      line-height: 1.2em;
      color: #cd2027;
      width: 100%; }
      .page-template-page-with-navigation #contextual-navigation ul.menu li a:hover {
        text-decoration: none; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item {
      background: #776868;
      position: relative;
      margin-top: -1px; }
      .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 15px;
        border-color: transparent transparent transparent #776868;
        border-left-style: solid;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -15px; }
      .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item a {
        color: #fefefe;
        text-decoration: none; }

.page-template-page-with-navigation .main-content .entry-title h1 {
  font-size: 3.75rem;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  margin-bottom: 1.125rem;
  text-transform: uppercase; }

.page-template-page-with-navigation .main-content .entry-content::before, .page-template-page-with-navigation .main-content .entry-content::after {
  content: ' ';
  display: table; }

.page-template-page-with-navigation .main-content .entry-content::after {
  clear: both; }

.page-template-page-with-navigation .main-content .entry-content h2 {
  font-size: 2rem;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  margin-bottom: 0.75rem;
  text-transform: none;
  float: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-template-page-with-navigation .main-content p, .page-template-page-with-navigation .main-content li {
  font-weight: 500; }

.page-template-page-with-navigation .main-content a {
  color: #cd2027;
  text-decoration: underline;
  font-size: 1.125rem;
  font-weight: 500; }
  .page-template-page-with-navigation .main-content a:hover {
    text-decoration: none; }

.page-template-page-with-navigation .main-content ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.625rem;
  background: url(../images/bg-list-item.png) no-repeat left center; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-page-with-navigation #breadcrumb {
    margin-bottom: 1.5625rem; }
  .page-template-page-with-navigation #page-with-navigation {
    padding: 4.0625rem 0; }
  .page-template-page-with-navigation #contextual-navigation > h2 {
    font-size: 1.375rem;
    padding: 1.25rem; }
  .page-template-page-with-navigation #contextual-navigation ul.menu li {
    padding: 0 1.25rem;
    font-size: 1rem; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li a {
      padding: 1.25rem 0; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 12px;
      border-color: transparent transparent transparent #776868;
      border-left-style: solid;
      position: absolute;
      margin-top: -12px; }
  .page-template-page-with-navigation .main-content .entry-title h1 {
    font-size: 2.625rem;
    margin-bottom: 0.9375rem; }
  .page-template-page-with-navigation .main-content .entry-content h2 {
    font-size: 1.375rem;
    margin-bottom: 0.625rem; }
  .page-template-page-with-navigation .main-content a {
    font-size: 0.9375rem; }
  .page-template-page-with-navigation .main-content ul li {
    margin-bottom: 0.3125rem;
    padding-left: 1.125rem;
    background: url(../images/bg-list-item-tablet.png) no-repeat left center; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-page-with-navigation #breadcrumb {
    margin-bottom: 1.25rem; }
  .page-template-page-with-navigation #page-with-navigation {
    padding: 3.125rem 20px; }
  .page-template-page-with-navigation #contextual-navigation > h2 {
    font-size: 1.125rem;
    padding: 1.25rem; }
  .page-template-page-with-navigation #contextual-navigation ul.menu li {
    padding: 0 1.25rem;
    font-size: 0.875rem; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li a {
      padding: 1.25rem 0; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 10px;
      border-color: transparent transparent transparent #776868;
      border-left-style: solid;
      margin-top: -10px; }
  .page-template-page-with-navigation .main-content .entry-title h1 {
    font-size: 2rem; }
  .page-template-page-with-navigation .main-content .entry-content h2 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem; }
  .page-template-page-with-navigation .main-content a {
    font-size: 0.8125rem; }
  .page-template-page-with-navigation .main-content ul li {
    margin-bottom: 0.25rem;
    padding-left: 0.875rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .page-template-page-with-navigation #contextual-navigation > h2 {
    font-size: 1.0625rem;
    padding: 0.9375rem 0.625rem; }
  .page-template-page-with-navigation #contextual-navigation ul.menu li {
    padding: 0 0.625rem;
    font-size: 0.8125rem; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li a {
      padding: 0.9375rem 0; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item:after {
      margin-left: -1px; }
  .page-template-page-with-navigation .main-content .entry-title h1 {
    font-size: 1.5625rem; }
  .page-template-page-with-navigation .main-content .entry-content {
    padding: 0 !important; }
    .page-template-page-with-navigation .main-content .entry-content h2 {
      font-size: 1.125rem;
      margin-bottom: 0.5rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-page-with-navigation #page-with-navigation {
    padding: 1.875rem 0; }
  .page-template-page-with-navigation #contextual-navigation {
    margin-bottom: 1.875rem; }
    .page-template-page-with-navigation #contextual-navigation > h2 {
      font-size: 1.0625rem;
      padding: 0.9375rem; }
    .page-template-page-with-navigation #contextual-navigation ul.menu li {
      font-size: 0.875rem; }
      .page-template-page-with-navigation #contextual-navigation ul.menu li a {
        padding: 0.9375rem 0; }
      .page-template-page-with-navigation #contextual-navigation ul.menu li.current-menu-item:after {
        display: none; }
  .page-template-page-with-navigation .main-content {
    padding-bottom: 2.5rem; }
    .page-template-page-with-navigation .main-content .entry-title h1 {
      font-size: 1.375rem; }
    .page-template-page-with-navigation .main-content .entry-content {
      padding: 0 !important; }
      .page-template-page-with-navigation .main-content .entry-content ul li {
        margin-bottom: 2px;
        background-position: left 8px; } }

.page-template-athletes #all-athletes {
  padding: 3.4375rem 0 0; }
  .page-template-athletes #all-athletes .team-member {
    padding: 0 0 6.25rem; }
    .page-template-athletes #all-athletes .team-member > h3 {
      width: 100%;
      float: left;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      margin-bottom: 1.875rem; }
      .page-template-athletes #all-athletes .team-member > h3:last-child:not(:first-child) {
        float: right; }
    .page-template-athletes #all-athletes .team-member .list-member .member .caption {
      padding-top: 20%; }

.page-template-athletes #top-athletes {
  padding: 3.4375rem 0 6.25rem; }
  .page-template-athletes #top-athletes > h3 {
    margin-bottom: 1.875rem; }

.page-template-athletes #top-international-athletes {
  padding-bottom: 2.8125rem;
  margin-bottom: 3.4375rem; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-athletes #all-athletes {
    padding: 2.5rem 0 0; }
    .page-template-athletes #all-athletes .team-member {
      padding: 0 0 4.0625rem; }
      .page-template-athletes #all-athletes .team-member > h3 {
        margin-bottom: 1.5625rem; }
  .page-template-athletes #top-athletes {
    padding: 2.5rem 0 4.0625rem; }
    .page-template-athletes #top-athletes > h3 {
      margin-bottom: 1.5625rem; }
  .page-template-athletes #top-international-athletes {
    padding-bottom: 2.1875rem;
    margin-bottom: 2.5rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-athletes #all-athletes {
    padding: 2.1875rem 0 0; }
    .page-template-athletes #all-athletes .list-member {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .page-template-athletes #all-athletes .team-member {
      padding: 0 20px 3.125rem; }
      .page-template-athletes #all-athletes .team-member > h3 {
        margin-bottom: 1.25rem;
        padding: 0 !important; }
  .page-template-athletes #top-athletes {
    padding: 2.1875rem 0 3.125rem;
    padding-left: 0 !important;
    padding-right: 40px !important; }
    .page-template-athletes #top-athletes > h3 {
      margin-bottom: 1.25rem; }
  .page-template-athletes #top-international-athletes {
    padding-bottom: 1.875rem;
    margin-bottom: 2.1875rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .page-template-athletes #top-athletes {
    padding-left: 20px !important; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-athletes .content-filters {
    float: left; }
  .page-template-athletes #all-athletes {
    padding: 2.5rem 0 0 !important; }
    .page-template-athletes #all-athletes .team-member .list-member .member .caption {
      padding-top: 40%; }
    .page-template-athletes #all-athletes .team-member .list-member .member img {
      width: 100%; }
  .page-template-athletes #top-athletes {
    padding-top: 0.625rem;
    padding-right: 1.25rem !important; } }

.page-template-page-sitemap .sitemap-wrapper {
  margin: 3.75rem 0;
  float: left;
  width: 100%;
  display: inline;
  /* premier niveau */ }
  .page-template-page-sitemap .sitemap-wrapper ul {
    margin-bottom: 2rem; }
    .page-template-page-sitemap .sitemap-wrapper ul li {
      font-size: 2rem;
      display: block;
      text-transform: uppercase;
      /* deuxième niveau */
      /* exception pour le sous-menu athlètes */ }
      .page-template-page-sitemap .sitemap-wrapper ul li a {
        padding: 0.3125rem 0;
        text-align: left; }
        .page-template-page-sitemap .sitemap-wrapper ul li a:hover {
          text-decoration: underline; }
      .page-template-page-sitemap .sitemap-wrapper ul li ul {
        margin-bottom: 0.75rem; }
        .page-template-page-sitemap .sitemap-wrapper ul li ul li {
          text-transform: none;
          font-size: 1.25rem; }
      .page-template-page-sitemap .sitemap-wrapper ul li.menu-item-40 ul {
        display: none; }

@media screen and (max-width: 63.9375em) {
  .page-template-page-sitemap .sitemap-wrapper {
    /* premier niveau */ }
    .page-template-page-sitemap .sitemap-wrapper > ul {
      margin-bottom: 2rem; }
      .page-template-page-sitemap .sitemap-wrapper > ul li {
        font-size: 2rem; }
        .page-template-page-sitemap .sitemap-wrapper > ul li ul {
          margin-bottom: 0; }
          .page-template-page-sitemap .sitemap-wrapper > ul li ul li {
            font-size: 1.25rem; } }

.single-athlete .container {
  padding: 1.875rem 0 6.25rem; }
  .single-athlete .container #breadcrumb {
    margin-bottom: 1.875rem; }
    .single-athlete .container #breadcrumb a {
      color: #cd2027; }
    .single-athlete .container #breadcrumb .breadcrumb_last {
      color: #0a0a0a; }
  .single-athlete .container #team .menu li a span {
    text-transform: inherit; }
  .single-athlete .container #team .menu li.active {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    color: #fefefe; }
  .single-athlete .container article header .entry-title {
    margin-top: 1.5625rem;
    font-size: 3.75rem;
    color: #0a0a0a;
    font-weight: 700; }
  .single-athlete .container article header .featured {
    float: none;
    margin-top: 1.875rem; }
  .single-athlete .container article #athlete-stats {
    padding-top: 0.9375rem; }
    .single-athlete .container article #athlete-stats .columns {
      padding-bottom: 2.5rem; }
      .single-athlete .container article #athlete-stats .columns:last-child {
        float: left; }
  .single-athlete .container article h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    text-transform: none; }
  .single-athlete .container article p, .single-athlete .container article li {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .single-athlete .container {
    padding: 1.5625rem 0 5rem; }
    .single-athlete .container #breadcrumb {
      margin-bottom: 1.5625rem; }
    .single-athlete .container #team .menu li.active {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    .single-athlete .container article header .entry-title {
      margin-top: 1.5625rem;
      font-size: 3.75rem; }
    .single-athlete .container article header .featured {
      margin-top: 1.5625rem; }
    .single-athlete .container article #athlete-stats .columns {
      padding-bottom: 2.1875rem; }
    .single-athlete .container article h2 {
      font-size: 1.75rem; }
    .single-athlete .container article p, .single-athlete .container article li {
      font-size: 1.125rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .single-athlete .container {
    padding: 1.25rem 40px 3.75rem; }
    .single-athlete .container #breadcrumb {
      margin-bottom: 1.25rem; }
    .single-athlete .container #team .menu li.active {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; }
    .single-athlete .container article header .entry-title {
      margin-top: 1.25rem;
      font-size: 2rem; }
    .single-athlete .container article header .featured {
      margin-top: 1.375rem; }
    .single-athlete .container article #athlete-stats .columns {
      padding-bottom: 1.875rem; }
    .single-athlete .container article h2 {
      font-size: 1.125rem; }
    .single-athlete .container article p, .single-athlete .container article li {
      font-size: 0.875rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .single-athlete .container article header .entry-title {
    font-size: 1.5625rem; }
  .single-athlete .container article #athlete-stats {
    margin: -20px; }
    .single-athlete .container article #athlete-stats .columns {
      padding-bottom: 1.5625rem; }
  .single-athlete .container article h2 {
    font-size: 1.125rem; }
  .single-athlete .container article p, .single-athlete .container article li {
    font-size: 0.875rem;
    line-height: 1.2em;
    margin-bottom: 5px; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .single-athlete .container {
    padding: 1.25rem 0 2.5rem; }
    .single-athlete .container article {
      margin-bottom: 1.875rem; }
      .single-athlete .container article header .entry-title {
        font-size: 1.375rem;
        margin-bottom: 1.25rem; }
      .single-athlete .container article #athlete-stats {
        width: 100%;
        margin: 0; }
        .single-athlete .container article #athlete-stats .columns {
          padding-bottom: 0.9375rem;
          padding-left: 0 !important; }
      .single-athlete .container article h2 {
        font-size: 1.1875rem; }
      .single-athlete .container article p, .single-athlete .container article li {
        font-size: 0.8125rem; } }

.page-template-page-contact h3 {
  margin-bottom: 2rem; }

.page-template-page-contact div#gmaps {
  width: 100%;
  height: 432px; }

.page-template-page-contact .entry-content h2 {
  margin: 5.75rem 0 3.875rem 0;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-template-page-contact #contact-form .wpcf7 {
  text-align: center; }
  .page-template-page-contact #contact-form .wpcf7 h3 {
    text-align: left;
    display: block; }
  .page-template-page-contact #contact-form .wpcf7 input[type="text"],
  .page-template-page-contact #contact-form .wpcf7 input[name="email"],
  .page-template-page-contact #contact-form .wpcf7 input[name="phone"],
  .page-template-page-contact #contact-form .wpcf7 textarea {
    background-color: #e6e6e6;
    color: #141b1e;
    border: none;
    border-radius: 5px;
    margin-top: 1.875rem;
    margin-bottom: 2px; }
  .page-template-page-contact #contact-form .wpcf7 textarea {
    margin-bottom: 0;
    height: 13.5rem; }
  .page-template-page-contact #contact-form .wpcf7 span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 0.75rem; }

.page-template-page-contact #contact-details {
  margin: 0 0 6.25rem; }
  .page-template-page-contact #contact-details .custommarker {
    background-color: #000;
    width: 3.9375rem;
    height: 3.9375rem; }
  .page-template-page-contact #contact-details .details-wrapper {
    margin: 0 1.875rem;
    padding: 1.875rem 0.9375rem;
    background-color: #e6e6e6; }
    .page-template-page-contact #contact-details .details-wrapper::before, .page-template-page-contact #contact-details .details-wrapper::after {
      content: ' ';
      display: table; }
    .page-template-page-contact #contact-details .details-wrapper::after {
      clear: both; }
    .page-template-page-contact #contact-details .details-wrapper .prefix {
      display: inline-block;
      padding-right: 6px;
      font-weight: 700; }
    .page-template-page-contact #contact-details .details-wrapper h4 {
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 500; }
    .page-template-page-contact #contact-details .details-wrapper .phone {
      margin-bottom: 0.3125rem; }
  .page-template-page-contact #contact-details a {
    color: #cd2027;
    text-decoration: underline; }
    .page-template-page-contact #contact-details a:hover {
      text-decoration: none; }
  .page-template-page-contact #contact-details span.closed-day {
    color: #cd2027; }
  .page-template-page-contact #contact-details .office-hours li {
    position: relative;
    padding-left: 25px; }
    .page-template-page-contact #contact-details .office-hours li > strong {
      position: absolute;
      left: 0; }

/****************************************************************************
    Media query : Screen width < 1560px
/****************************************************************************/
@media screen and (max-width: 97.4375em) {
  .page-template-page-contact h3 {
    margin-bottom: 1.375rem; }
  .page-template-page-contact div#gmaps {
    height: 310px; }
  .page-template-page-contact .entry-content h2 {
    margin: 4.375rem 0 2.8125rem 0; }
  .page-template-page-contact #contact-form .wpcf7 {
    text-align: center; }
    .page-template-page-contact #contact-form .wpcf7 input[type="text"],
    .page-template-page-contact #contact-form .wpcf7 input[name="email"],
    .page-template-page-contact #contact-form .wpcf7 input[name="phone"],
    .page-template-page-contact #contact-form .wpcf7 textarea {
      margin-top: 1.25rem; }
    .page-template-page-contact #contact-form .wpcf7 h4 {
      font-size: 1.5rem;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    .page-template-page-contact #contact-form .wpcf7 .details-wrapper {
      padding: 2.1875rem 2.375rem;
      border-radius: 0 0 8px 8px;
      margin-bottom: 7.5rem; }
    .page-template-page-contact #contact-form .wpcf7 textarea {
      height: 9.375rem; }
    .page-template-page-contact #contact-form .wpcf7 span.wpcf7-not-valid-tip {
      text-align: left;
      font-size: 0.6875rem; }
    .page-template-page-contact #contact-form .wpcf7 ul.office-hours span.closed-day {
      color: #cd2027; }
    .page-template-page-contact #contact-form .wpcf7 ul.office-hours strong {
      display: inline-block;
      width: 1.25rem; }
    .page-template-page-contact #contact-form .wpcf7 p.phone,
    .page-template-page-contact #contact-form .wpcf7 p.fax,
    .page-template-page-contact #contact-form .wpcf7 p.email {
      margin-bottom: 0; }
      .page-template-page-contact #contact-form .wpcf7 p.phone strong,
      .page-template-page-contact #contact-form .wpcf7 p.fax strong,
      .page-template-page-contact #contact-form .wpcf7 p.email strong {
        display: inline-block;
        width: 1.25rem; }
  .page-template-page-contact #contact-details {
    margin: 0 0 4.0625rem; }
    .page-template-page-contact #contact-details .custommarker {
      background-color: #000;
      width: 3.125rem;
      height: 3.125rem; }
    .page-template-page-contact #contact-details .details-wrapper {
      padding: 1.25rem 0.75rem; }
      .page-template-page-contact #contact-details .details-wrapper h4 {
        font-size: 1.125rem; } }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-page-contact h3 {
    margin-bottom: 1.0625rem; }
  .page-template-page-contact div#gmaps {
    height: 280px; }
  .page-template-page-contact .entry-content h2 {
    margin: 1.25rem 0 2.1875rem 0; }
  .page-template-page-contact #contact-form {
    padding-left: 40px !important; }
    .page-template-page-contact #contact-form .wpcf7 {
      text-align: center; }
      .page-template-page-contact #contact-form .wpcf7 input[type="text"],
      .page-template-page-contact #contact-form .wpcf7 input[name="email"],
      .page-template-page-contact #contact-form .wpcf7 input[name="phone"],
      .page-template-page-contact #contact-form .wpcf7 textarea {
        margin-top: 0.9375rem; }
      .page-template-page-contact #contact-form .wpcf7 h4 {
        font-size: 1.0625rem;
        margin-bottom: 0.9375rem; }
      .page-template-page-contact #contact-form .wpcf7 .details-wrapper {
        padding: 1.875rem 2rem;
        margin-bottom: 4.375rem; }
      .page-template-page-contact #contact-form .wpcf7 textarea {
        height: 7.5rem; }
  .page-template-page-contact #contact-details {
    margin: 0 0 4.0625rem;
    padding-right: 40px !important; }
    .page-template-page-contact #contact-details .row {
      max-width: inherit; }
    .page-template-page-contact #contact-details .details-wrapper {
      padding: 1.25rem 0.75rem; }
      .page-template-page-contact #contact-details .details-wrapper h4 {
        font-size: 1.0625rem; } }

/****************************************************************************
    Media query : Screen width < 768px  - Tablet  Portrait
/****************************************************************************/
@media screen and (max-width: 63.9375em) {
  .page-template-page-contact h3 {
    margin-bottom: 1.125rem; }
  .page-template-page-contact div#gmaps {
    height: 320px; }
  .page-template-page-contact #contact-form {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .page-template-page-contact #contact-details {
    padding-left: 40px !important;
    padding-right: 40px !important; }
    .page-template-page-contact #contact-details .details-wrapper h4 {
      font-size: 1.125rem; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-page-contact h3 {
    margin-bottom: 1.1875rem; }
  .page-template-page-contact #contact-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 1.875rem; }
  .page-template-page-contact #contact-details {
    padding-left: 20px !important;
    padding-right: 20px !important; }
    .page-template-page-contact #contact-details .details-wrapper h4 {
      font-size: 1.1875rem; }
    .page-template-page-contact #contact-details .details-wrapper .email {
      margin-bottom: 2.1875rem; } }

.page-template-press-releases #latest-news {
  margin-bottom: 3.75rem; }

/****************************************************************************
    Media query : Screen width < 1024px  - Tablet  Landscape
/****************************************************************************/
@media screen and (max-width: 68.6875em) {
  .page-template-press-releases #latest-news > h2::before, .page-template-press-releases #latest-news > h2::after {
    content: ' ';
    display: table; }
  .page-template-press-releases #latest-news > h2::after {
    clear: both; }
  .page-template-press-releases #latest-news .row {
    margin-left: -20px;
    margin-right: -20px; } }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .page-template-press-releases #latest-news > h2 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem; }
    .page-template-press-releases #latest-news > h2::before, .page-template-press-releases #latest-news > h2::after {
      content: ' ';
      display: table; }
    .page-template-press-releases #latest-news > h2::after {
      clear: both; }
  .page-template-press-releases #latest-news .row {
    margin-left: -20px;
    margin-right: -20px; }
  .page-template-press-releases .featured-news .orbit-disable .orbit-container .orbit-slide .caption .athlete-detail {
    padding-top: 8.125rem !important; }
  .single-post #lastestnews {
    margin-top: 1.5625rem; } }

.search-results h1, .search-no-results h1 {
  font-size: 3.75rem;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2em;
  margin: 2.5rem 0;
  padding: 0;
  text-transform: uppercase; }

.search-results h2, .search-no-results h2 {
  font-size: 2rem;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  margin-bottom: 0.75rem;
  text-transform: none;
  float: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.search-results input, .search-no-results input {
  height: 2.6875rem; }

.search-results .button-wrapper, .search-no-results .button-wrapper {
  display: block !important; }

/****************************************************************************
    Media query : Mobile
/****************************************************************************/
@media screen and (max-width: 47.9375em) {
  .search-results input, .search-no-results input {
    height: 2.4375rem; } }

/*# sourceMappingURL=app.css.map */
