@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|Source+Sans+Pro:200,300,400,600,700");
/*------------------------------------*\
    ABR Site Colors
\*------------------------------------*/
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

.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-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

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

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

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

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

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

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

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

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

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

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

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

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

.fa-band-aid:before {
  content: "\f462"; }

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

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

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

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

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

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

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

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

.fa-battle-net:before {
  content: "\f835"; }

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

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

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

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

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

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

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

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

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

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

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

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

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

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

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

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

.fa-buffer:before {
  content: "\f837"; }

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

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

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

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

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

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

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

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

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

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

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

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

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

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

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

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

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

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

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

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

.fa-cross:before {
  content: "\f654"; }

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

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

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

.fa-dev:before {
  content: "\f6cc"; }

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

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

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

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

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

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

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

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

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

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

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

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

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

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

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

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

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

.fa-evernote:before {
  content: "\f839"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

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

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

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

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

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-invoice-dollar:before {
  content: "\f571"; }

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

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

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

.fa-fingerprint:before {
  content: "\f577"; }

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479"; }

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

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

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

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

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

.fa-football-ball:before {
  content: "\f44e"; }

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

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

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

.fa-gifts:before {
  content: "\f79c"; }

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

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

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

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

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

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

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
  content: "\e05d"; }

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

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

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

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

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

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

.fa-headset:before {
  content: "\f590"; }

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

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

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

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

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

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

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

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

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

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

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

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

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-innosoft:before {
  content: "\e080"; }

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

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

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

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

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

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

.fa-markdown:before {
  content: "\f60f"; }

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

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

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

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

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

.fa-medrt:before {
  content: "\f3c8"; }

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

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

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

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

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

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-octopus-deploy:before {
  content: "\e082"; }

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

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

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

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

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

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

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

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

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

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

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

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

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

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

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

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

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

.fa-remove-format:before {
  content: "\f87d"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

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

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

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

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

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

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

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

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

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

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

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

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

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

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

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

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

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

.fa-sleigh:before {
  content: "\f7cc"; }

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

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

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

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

.fa-sms:before {
  content: "\f7cd"; }

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

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

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

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

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

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

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

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

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

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

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

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

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

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

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

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

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

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

.fa-splotch:before {
  content: "\f5bc"; }

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

.fa-spray-can:before {
  content: "\f5bd"; }

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

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

.fa-star-and-crescent:before {
  content: "\f699"; }

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

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

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

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

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

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

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

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

.fa-thermometer:before {
  content: "\f491"; }

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

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

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

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

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

.fa-think-peaks:before {
  content: "\f731"; }

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

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

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

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

.fa-tiktok:before {
  content: "\e07b"; }

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

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

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

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

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

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

.fa-tram:before {
  content: "\f7da"; }

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

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

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a"; }

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

.fa-uncharted:before {
  content: "\e084"; }

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

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

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

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

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

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

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

.fa-ups:before {
  content: "\f7e0"; }

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

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

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

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

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

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

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

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

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

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

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

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

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

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

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

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

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

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

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

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

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

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

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

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

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

.fa-wpressr:before {
  content: "\f3e4"; }

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

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

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

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

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

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

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

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

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

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

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

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

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

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

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

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

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

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

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

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f884"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cab:before {
  content: "\f1ba"; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.21s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random {
  width: 37px;
  height: 40px; }
  .ball-scale-random > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(1) {
      margin-left: -7px;
      -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
      animation: ball-scale 1s 0.2s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(3) {
      margin-left: -2px;
      margin-top: 9px;
      -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
      animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ball-rotate {
  position: relative; }
  .ball-rotate > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative; }
    .ball-rotate > div:first-child {
      -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
      animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
    .ball-rotate > div:before, .ball-rotate > div:after {
      background-color: #2199e8;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      margin: 2px;
      content: "";
      position: absolute;
      opacity: 0.8; }
    .ball-rotate > div:before {
      top: 0px;
      left: -28px; }
    .ball-rotate > div:after {
      top: 0px;
      left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.ball-clip-rotate > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #2199e8;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
      background: #2199e8;
      height: 16px;
      width: 16px;
      top: 7px;
      left: -7px;
      -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #2199e8;
      width: 30px;
      height: 30px;
      left: -16px;
      top: -2px;
      background: transparent;
      border: 2px solid;
      border-color: #2199e8 transparent #2199e8 transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #2199e8;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      border-color: #2199e8 transparent #2199e8 transparent;
      animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2199e8;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px); }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #2199e8;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-beat > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }
  .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
    animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  -ms-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px); }
  .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #2199e8; }
    .ball-triangle-path > div:nth-of-type(1) {
      top: 50px; }
    .ball-triangle-path > div:nth-of-type(2) {
      left: 25px; }
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px;
      left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }

.ball-pulse-rise > div {
  background-color: #2199e8;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }
  .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even; }
  .ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }

.ball-grid-beat {
  width: 57px; }
  .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: 0.19s;
    animation-delay: 0.19s;
    -webkit-animation-duration: 0.63s;
    animation-duration: 0.63s; }
  .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: -0.06s;
    animation-delay: -0.06s;
    -webkit-animation-duration: 0.83s;
    animation-duration: 0.83s; }
  .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: 0.11s;
    animation-delay: 0.11s;
    -webkit-animation-duration: 1.41s;
    animation-duration: 1.41s; }
  .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
    -webkit-animation-duration: 1.26s;
    animation-duration: 1.26s; }
  .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: -0.08s;
    animation-delay: -0.08s;
    -webkit-animation-duration: 1.14s;
    animation-duration: 1.14s; }
  .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
    -webkit-animation-duration: 1.08s;
    animation-duration: 1.08s; }
  .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-duration: 0.79s;
    animation-duration: 0.79s; }
  .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
    -webkit-animation-duration: 0.78s;
    animation-duration: 0.78s; }
  .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: 0.17s;
    animation-delay: 0.17s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s; }
  .ball-grid-beat > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: 0.24s;
    animation-delay: 0.24s;
    -webkit-animation-duration: 1.57s;
    animation-duration: 1.57s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-animation-duration: 1.57s;
    animation-duration: 1.57s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.56s;
    animation-delay: 0.56s;
    -webkit-animation-duration: 0.71s;
    animation-duration: 0.71s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
    -webkit-animation-duration: 0.76s;
    animation-duration: 0.76s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.06s;
    animation-delay: 0.06s;
    -webkit-animation-duration: 0.77s;
    animation-duration: 0.77s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    -webkit-animation-duration: 0.98s;
    animation-duration: 0.98s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
    -webkit-animation-duration: 0.82s;
    animation-duration: 0.82s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
    -webkit-animation-duration: 1.14s;
    animation-duration: 1.14s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.76s;
    animation-delay: 0.76s;
    -webkit-animation-duration: 1.43s;
    animation-duration: 1.43s; }
  .ball-grid-pulse > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
  .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
    animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
    animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
    animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
    animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
    animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
    animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
    animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
    animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  .ball-spin-fade-loader > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }

.ball-spin-loader {
  position: relative; }
  .ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
    animation: ball-spin-loader 2s 0.9s infinite linear; }
  .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear; }
  .ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear; }
  .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear; }
  .ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear; }
  .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear; }
  .ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear; }
  .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear; }
  .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }
  .ball-zig-zag > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag > div:first-child {
      -webkit-animation: ball-zig 0.7s 0s infinite linear;
      animation: ball-zig 0.7s 0s infinite linear; }
    .ball-zig-zag > div:last-child {
      -webkit-animation: ball-zag 0.7s 0s infinite linear;
      animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }
  .ball-zig-zag-deflect > div {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag-deflect > div:first-child {
      -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
      animation: ball-zig-deflect 1.5s 0s infinite linear; }
    .ball-zig-zag-deflect > div:last-child {
      -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
      animation: ball-zag-deflect 1.5s 0s infinite linear; }

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #2199e8;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.01s;
  animation-delay: 0.01s;
  -webkit-animation-duration: 0.53s;
  animation-duration: 0.53s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
  -webkit-animation-duration: 0.37s;
  animation-duration: 0.37s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.57s;
  animation-delay: 0.57s;
  -webkit-animation-duration: 0.83s;
  animation-duration: 0.83s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s; }

.line-scale-party > div {
  background-color: #2199e8;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #2199e8;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #2199e8;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
    animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #2199e8;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #2199e8;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #2199e8;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }

.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
    animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
    animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
    animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #2199e8;
    border-left: 25px solid #2199e8;
    border-bottom: 25px solid #2199e8;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
    animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #2199e8;
    border-left: 25px solid #2199e8;
    border-bottom: 25px solid #2199e8;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
    animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: #2199e8;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    -ms-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px); }
  .cube-transition > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #2199e8;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out; }
    .cube-transition > div:last-child {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
  .semi-circle-spin > div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
    animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, #2199e8), to(#2199e8));
    background-image: -o-linear-gradient(transparent 0%, transparent 70%, #2199e8 30%, #2199e8 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #2199e8 30%, #2199e8 100%);
    width: 100%;
    height: 100%; }

/*! 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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=0em&medium=40em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  font-weight: normal;
  line-height: 1.5;
  color: #2c2e32;
  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; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 80.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.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; }

.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.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-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.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; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

@media screen and (min-width: 64.0625em) {
  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.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; } }

@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 64.0625em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; } }

.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.webform-component-fan-choice .radio-choice,
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: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
.webform-component-fan-choice .radio-choice,
h4,
h5,
h6 {
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  font-weight: bold;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  .webform-component-fan-choice .radio-choice small,
  h4 small,
  h5 small,
  h6 small {
    color: #eff0f1;
    line-height: 0; }

h1 {
  font-size: 1.125rem; }

h2 {
  font-size: 1.125rem; }


h3,
.webform-component-fan-choice .radio-choice {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.9375rem; }

h6 {
  font-size: 2.125rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: 1.25rem; }
  
  h3,
  .webform-component-fan-choice .radio-choice {
    font-size: 1.125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 64.0625em) {
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: 1.25rem; }
  
  h3,
  .webform-component-fan-choice .radio-choice {
    font-size: 1.125rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #0068fd;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #e00415; }
  a img {
    border: 0; }

hr {
  max-width: 80.25rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #eff0f1;
  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; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #eff0f1; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #999999; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #999999; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #2c2e32;
  cursor: help;
  border-bottom: 1px dotted #2c2e32; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #2c2e32;
  background-color: #e1e1e1;
  border: 1px solid #eff0f1;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e1e1e1;
  color: #2c2e32;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #999999; }

.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; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center, #horses-first .quote-box {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !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 #999999;
    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,
  .webform-component-fan-choice .radio-choice {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .webform-component-fan-choice .radio-choice {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  border: 1px solid #2c2e32;
  color: #2c2e32; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button, .button:hover, .button:focus {
    background-color: transparent; }
  .button:hover, .button:focus {
    border-color: #161719;
    color: #161719; }
  .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 {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.primary:hover, .button.primary:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
  .button.primary.dropdown::after {
    border-top-color: #2199e8; }
  .button.secondary {
    border: 1px solid #777;
    color: #777; }
    .button.secondary:hover, .button.secondary:focus {
      border-color: #3c3c3c;
      color: #3c3c3c; }
  .button.secondary.dropdown::after {
    border-top-color: #777; }
  .button.success {
    border: 1px solid #3adb76;
    color: #3adb76; }
    .button.success:hover, .button.success:focus {
      border-color: #157539;
      color: #157539; }
  .button.success.dropdown::after {
    border-top-color: #3adb76; }
  .button.warning {
    border: 1px solid #ffae00;
    color: #ffae00; }
    .button.warning:hover, .button.warning:focus {
      border-color: #805700;
      color: #805700; }
  .button.warning.dropdown::after {
    border-top-color: #ffae00; }
  .button.alert {
    border: 1px solid #ec5840;
    color: #ec5840; }
    .button.alert:hover, .button.alert:focus {
      border-color: #881f0e;
      color: #881f0e; }
  .button.alert.dropdown::after {
    border-top-color: #ec5840; }
  .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;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.dropdown::after {
    border-top-color: #2c2e32; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #eff0f1;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #999999;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(44, 46, 50, 0.1);
  box-shadow: inset 0 1px 2px rgba(44, 46, 50, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [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 #999999;
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: 0 0 5px #eff0f1;
    box-shadow: 0 0 5px #eff0f1;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eff0f1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eff0f1; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #eff0f1; }

input::placeholder,
textarea::placeholder {
  color: #eff0f1; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e1e1e1;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  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='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #2c2e32; }
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e1e1e1;
  color: #2c2e32;
  border: 1px solid #eff0f1;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #eff0f1;
  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 #eff0f1;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #999999;
  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%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  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: #e1e1e1;
    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: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  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;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2c2e32;
  position: relative;
  border-bottom: 1px solid #e1e1e1; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e1e1e1; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fefefe; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2c2e32;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #2c2e32;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #eff0f1;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2c2e32; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #eff0f1; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .button-group.primary .button {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button-group.primary .button, .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: transparent; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
  .button-group.secondary .button {
    border: 1px solid #777;
    color: #777; }
    .button-group.secondary .button, .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: transparent; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      border-color: #3c3c3c;
      color: #3c3c3c; }
  .button-group.success .button {
    border: 1px solid #3adb76;
    color: #3adb76; }
    .button-group.success .button, .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: transparent; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      border-color: #157539;
      color: #157539; }
  .button-group.warning .button {
    border: 1px solid #ffae00;
    color: #ffae00; }
    .button-group.warning .button, .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: transparent; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      border-color: #805700;
      color: #805700; }
  .button-group.alert .button {
    border: 1px solid #ec5840;
    color: #ec5840; }
    .button-group.alert .button, .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: transparent; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      border-color: #881f0e;
      color: #881f0e; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64.0625em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(44, 46, 50, 0.25);
  border-radius: 0;
  position: relative;
  color: #2c2e32;
  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.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .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: #999999;
  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: #2c2e32; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .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;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #eff0f1;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #0068fd transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #0068fd transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #0068fd;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0068fd transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0068fd transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0068fd;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0068fd transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0068fd transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0068fd;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-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-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #eff0f1; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0068fd transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0068fd;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.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: #2c2e32;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i {
      margin-right: 0.25rem; }
  .menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu.vertical > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu.expanded > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.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;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #eff0f1;
    -webkit-box-shadow: 0 7px 0 #eff0f1, 0 14px 0 #eff0f1;
    box-shadow: 0 7px 0 #eff0f1, 0 14px 0 #eff0f1; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #2c2e32;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #2c2e32, 0 14px 0 #2c2e32;
    box-shadow: 0 7px 0 #2c2e32, 0 14px 0 #2c2e32; }
  .menu-icon.dark:hover::after {
    background: #999999;
    -webkit-box-shadow: 0 7px 0 #999999, 0 14px 0 #999999;
    box-shadow: 0 7px 0 #999999, 0 14px 0 #999999; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(44, 46, 50, 0.5);
  box-shadow: 0 0 10px rgba(44, 46, 50, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e1e1e1;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.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(44, 46, 50, 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(44, 46, 50, 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: #eff0f1;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #999999; }
    .orbit-bullets button.is-active {
      background-color: #999999; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #2c2e32;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e1e1e1; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2c2e32;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #eff0f1;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #2c2e32; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #eff0f1;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2c2e32; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e1e1e1;
  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: #eff0f1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2c2e32;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #25272b; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.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(44, 46, 50, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #eff0f1;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 80.25rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 80.25rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 80.25rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 80.25rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.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: #eff0f1;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  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;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    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: #2c2e32; }
    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 {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: none;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #2c2e32;
    color: #949ba1; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: none; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: none; }

table.hover tr:nth-of-type(even):hover {
  background-color: none; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid none; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.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: 0.625rem 1.25rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #fefefe; }

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid none;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 0; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(44, 46, 50, 0.2);
  box-shadow: 0 0 0 1px rgba(44, 46, 50, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(44, 46, 50, 0.5);
    box-shadow: 0 0 6px 1px rgba(44, 46, 50, 0.5); }

.title-bar {
  background: #2c2e32;
  color: #fefefe;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #2c2e32;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #2c2e32, 0 14px 0 #2c2e32;
    box-shadow: 0 7px 0 #2c2e32, 0 14px 0 #2c2e32; }
  .menu-icon.dark:hover::after {
    background: #999999;
    -webkit-box-shadow: 0 7px 0 #999999, 0 14px 0 #999999;
    box-shadow: 0 7px 0 #999999, 0 14px 0 #999999; }

.has-tip {
  border-bottom: dotted 1px #999999;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #2c2e32;
  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 #2c2e32;
    border-bottom-style: solid;
    border-top-width: 0;
    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: #2c2e32 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #2c2e32;
    border-left-style: solid;
    border-right-width: 0;
    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 #2c2e32 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.small {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

@media screen and (min-width: 40em) {
  .medium {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 64.0625em) {
  .large {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.3125rem; }
  .top-bar,
  .top-bar ul {
    background-color: #2c2e32; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (max-width: 64em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
  -o-transition-duration: 750ms !important;
  transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
  -o-transition-duration: 250ms !important;
  transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  -o-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  -o-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  -o-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
  -o-transition-delay: 700ms !important;
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*------------------------------------*\
    Borders
\*------------------------------------*/
.bot-border {
  border-bottom: 1px solid #e1e1e1; }

/*------------------------------------*\
    Flexbox
\*------------------------------------*/
.flex-container {
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  /* Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-column {
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.justify-around {
  /* Safari */
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-between {
  /* Safari */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-center {
  /* Safari */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align horizontal */ }

.justify-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*------------------------------------*\
    Positioning
\*------------------------------------*/
.rel {
  position: relative; }

/*------------------------------------*\
    Tick marks
\*------------------------------------*/
.select.select-theme-default .select-options .select-option.select-option-selected:before {
  content: url("../img/icons/checkmark.svg"); }

.select.select-theme-default .select-options .select-option:hover.select-option-selected:before,
.select.select-theme-default .select-options .select-option.select-option-highlight.select-option-selected:before {
  content: url("../img/icons/checkmark.svg"); }

/*------------------------------------*\
    Social Media Share Buttons
\*------------------------------------*/
.fb-share-button, .tw-share-button {
  display: inline-block; }

/*adjust so if next to twitter button they are lined up*/
.fb_iframe_widget {
  top: -4px; }

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* Mobile */
@media only screen and (max-width: 767px) {
  .pane-node-body table.responsive {
    margin-bottom: 0; }
  .pane-node-body table td {
    border-left: solid 1px #2c2e32 !important;
    border-right: solid 1px #2c2e32 !important;
    font-size: 0.875rem; }
  .pane-node-body .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 30%;
    overflow: hidden;
    overflow-x: scroll; }
  .pane-node-body .pinned table {
    border-right: none;
    border-left: none;
    width: 30%; }
  .pane-node-body .pinned table th, .pane-node-body .pinned table td {
    white-space: nowrap; }
  .pane-node-body .pinned table th, .pane-node-body .pinned table tr, .pane-node-body .scrollable table th, .pane-node-body .scrollable table tr {
    height: 45px !important; }
  .pane-node-body .pinned td:last-child {
    border-bottom: 0; }
  .pane-node-body div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
  .pane-node-body div.table-wrapper div.scrollable {
    margin-left: 30%; }
  .pane-node-body div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .pane-node-body .scrollable table[style] {
    width: 100% !important;
    border-left: none !important; }
  .pane-node-body table.responsive td, .pane-node-body table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .pane-node-body table.responsive th:first-child, .pane-node-body table.responsive td:first-child, .pane-node-body table.responsive td:first-child, .pane-node-body table.responsive.pinned td {
    display: none; } }

/*------------------------------------*\
    General
\*------------------------------------*/
h2.section-heading {
  font-size: 1.75rem;
  line-height: 1.1; }

h2.large {
  font-size: 1.875rem;
  line-height: 1.1; }
  @media screen and (max-width: 39.9375em) {
    h2.large {
      font-size: 1.25rem; } }

h4 {
  font-weight: normal; }
  h4 > a {
    color: inherit; }


h3,
.webform-component-fan-choice .radio-choice, h3 a, .webform-component-fan-choice .radio-choice a {
  color: #2c2e32; }

h3.large, .webform-component-fan-choice .large.radio-choice {
  font-size: 1.5rem; }
  @media screen and (max-width: 39.9375em) {
    h3.large, .webform-component-fan-choice .large.radio-choice {
      font-size: 1.125rem; } }

a {
  color: #0068fd; }
  a:hover {
    color: #e00415; }

/*------------------------------------*\
    Heading Styles
\*------------------------------------*/
.section-heading, .widget-heading, .basic-heading {
  text-align: center;
  text-transform: uppercase; }
  .section-heading em, .widget-heading em, .basic-heading em {
    text-transform: lowercase; }

.section-heading:not(.noborder) {
  border-top: 0.1875rem solid #2c2e32;
  border-bottom: 0.0625rem solid #e1e1e1;
  padding: 0.625rem 0; }
  .section-heading:not(.noborder) .sponsor a img {
    margin: 0 0.5em;
    max-height: 1em;
    width: auto; }
  @media screen and (max-width: 39.9375em) {
    .section-heading:not(.noborder) .sponsor a img {
      display: block;
      margin: 0 auto; }
    .section-heading:not(.noborder) .sponsor:not(:first-child) a img {
      display: none; } }

.widget-heading {
  background: #2c2e32;
  color: #fefefe;
  padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }

.gray-widget-heading {
  background: #e1e1e1;
  color: #2c2e32; }

.header-gray-widget-heading .triangle:before {
  background: #e1e1e1; }

.header-text {
  font-size: 0.875rem;
  margin: 0; }

/*
	Behold the mighty Responsive Triangle
	Please be courteous and dont disturb it
 */
.triangle {
  width: 100%;
  padding-bottom: 12%;
  /* = width / 1.41 */
  position: relative;
  overflow: hidden; }

.triangle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c2e32;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(6deg) skewX(-76deg);
  -ms-transform: rotate(6deg) skewX(-76deg);
  transform: rotate(6deg) skewX(-76deg); }

/*------------------------------------*\
    Heading Helpers
\*------------------------------------*/
.fw-normal {
  font-weight: normal; }

/*------------------------------------*\
    Text Styles
\*------------------------------------*/
.serif {
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }

.sans-serif {
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto; }

.small {
  font-size: 0.75rem; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.color-gray, .color-gray a {
  color: #999999; }

.color-blue, .color-blue a {
  color: #0068fd; }

.inactive {
  color: #949ba1; }

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.widget-text {
  font: normal 15px/1.6 "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  font-style: italic;
  text-align: center; }

/*------------------------------------*\
    Foundation Overrides
\*------------------------------------*/
.button {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .button:hover {
    background: #2c2e32;
    color: #fefefe; }
  .button.secondary {
    color: #2c2e32; }
    .button.secondary:hover {
      background: #e1e1e1;
      color: #2c2e32;
      border-color: #e1e1e1; }

/*------------------------------------*\
    Default Node Buttons
\*------------------------------------*/
.action-buttons {
  text-align: center; }
  .action-buttons a {
    min-width: 195px; }

.icon-button .svg, .icon-button img {
  display: inline-block;
  margin: 0 0 0 0.5em;
  vertical-align: baseline;
  max-height: 0.9em; }

.icon-button svg path, .icon-button svg g, .icon-button svg rect {
  fill: currentColor; }

.icon-button.text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .icon-button.text-left .svg, .icon-button.text-left img {
    margin-left: auto; }

.teaser .links {
  color: #999999;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1rem; }
  .teaser .links a {
    color: #999999; }
  .teaser .links > a {
    display: block; }
  .teaser .links .blue, .teaser .links .blue > a {
    color: #0068fd; }

/*------------------------------------*\
    General
\*------------------------------------*/
.overlay > div {
  position: relative; }

/*------------------------------------*\
    Mobile Overlays
\*------------------------------------*/
.mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -o-radial-gradient(center, ellipse, rgba(44, 46, 50, 0.97) 0%, rgba(44, 46, 50, 0.97) 70%, rgba(44, 46, 50, 0.95) 100%);
  background: radial-gradient(ellipse at center, rgba(44, 46, 50, 0.97) 0%, rgba(44, 46, 50, 0.97) 70%, rgba(44, 46, 50, 0.95) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 90000;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  -o-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  color: #e1e1e1;
  pointer-events: none; }
  .mobile-overlay.visible {
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    visibility: visible;
    pointer-events: all; }
  .mobile-overlay .close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    font-family: "Font Awesome 5 Free";
    color: #e1e1e1;
    font-size: 2.0625rem; }
  .mobile-overlay .media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75%;
    height: 75%; }
    .mobile-overlay .media-container img {
      max-height: 100%; }
    @media screen and (max-width: 64em) {
      .mobile-overlay .media-container {
        width: 90%;
        height: 90%; } }

/*------------------------------------*\
    Video Overlays
\*------------------------------------*/
.overlay-std {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear, opacity 0.25s linear;
  -o-transition: visibility 0.25s linear, opacity 0.25s linear;
  transition: visibility 0.25s linear, opacity 0.25s linear; }
  .overlay-std.visible {
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    visibility: visible;
    opacity: 1; }
  .overlay-std.gray {
    background: #999999; }

.overlay-video-std {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 43, 61, 0.6)), color-stop(46%, rgba(14, 35, 65, 0.6)), color-stop(72%, rgba(6, 33, 72, 0.6)), to(rgba(2, 34, 80, 0.6)));
  background: -o-linear-gradient(top, rgba(31, 43, 61, 0.6) 0%, rgba(14, 35, 65, 0.6) 46%, rgba(6, 33, 72, 0.6) 72%, rgba(2, 34, 80, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(31, 43, 61, 0.6) 0%, rgba(14, 35, 65, 0.6) 46%, rgba(6, 33, 72, 0.6) 72%, rgba(2, 34, 80, 0.6) 100%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s; }
  .overlay-video-std:hover {
    opacity: 0;
    cursor: pointer; }

/*------------------------------------*\
    Gallery Overlays
\*------------------------------------*/
.overlay-gallery-std {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  overflow: hidden; }
  .overlay-gallery-std:not(.nohover):hover {
    opacity: 0;
    cursor: pointer; }

.loader {
  position: relative;
  z-index: 0; }
  .loader .flex-container {
    height: 100%; }
    .loader .flex-container > div {
      margin: auto;
      text-align: center;
      position: relative;
      min-width: 12.5rem;
      min-height: 6.25rem; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .loader .flex-container > div {
          height: 1px;
          min-height: 3.75rem; } }
      .loader .flex-container > div > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .loader.icon-only .flex-container > div {
    min-height: 0;
    min-width: 0; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .loader.icon-only .flex-container > div {
        height: 30px; } }
  .loader .icon, .loader .loader-inner {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear; }
  .loader .loader-inner {
    margin-top: 1.25rem; }
    .loader .loader-inner > div {
      background: #fefefe; }
  .loader .icon {
    opacity: 1;
    width: 4.6875rem; }
  .loader.small-icon .icon {
    width: 2.5rem; }
  .loader.loading .icon, .loader .visible.overlay-std.default-hidden .icon {
    opacity: 0; }
  .loader.loading .loader-inner, .loader .visible.overlay-std.default-hidden .loader-inner {
    opacity: 1; }

.icon.sm {
  height: 28px;
  width: 35px; }

.expandable.mode-truncate .summary, .expandable.mode-truncate .full .separator-border {
  display: none; }

.expandable.mode-truncate .full {
  overflow: hidden; }
  .expandable.mode-truncate .full p:first-child {
    font-size: 112.5%; }

.expandable.mode-truncate .toggle a {
  -webkit-box-shadow: 0 -0.3125rem 1.25rem #fefefe;
  box-shadow: 0 -0.3125rem 1.25rem #fefefe; }

.expandable .full {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.25s linear;
  -o-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear; }

.separator-border {
  border-top: dashed 0.0625rem #e1e1e1;
  padding-top: 1.25rem; }

a.separator-border {
  padding-top: 0.9375rem; }

.expandable .toggle a, a.toggle-link {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c2e32;
  padding-bottom: 1.25rem; }
  .expandable .toggle a .text, a.toggle-link .text {
    position: relative;
    vertical-align: middle; }
  .expandable .toggle a .read-text, a.toggle-link .read-text {
    -webkit-transition: opacity 0.25s linear, visibility 0s linear;
    -o-transition: opacity 0.25s linear, visibility 0s linear;
    transition: opacity 0.25s linear, visibility 0s linear;
    opacity: 1;
    visibility: visible; }
  .expandable .toggle a .hide-text, a.toggle-link .hide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
    -o-transition: opacity 0.25s linear, visibility 0.25s linear;
    transition: opacity 0.25s linear, visibility 0.25s linear; }
  .expandable .toggle a img, a.toggle-link img {
    display: inline-block;
    vertical-align: middle;
    margin: 0.25em 0 0 0.5em;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear; }

.expandable.full-visible .toggle a img, a.toggle-link.visible img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.expandable.full-visible .toggle a .read-text, a.toggle-link.visible .read-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  -o-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear; }

.expandable.full-visible .toggle a .hide-text, a.toggle-link.visible .hide-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s linear, visibility 0s linear;
  -o-transition: opacity 0.25s linear, visibility 0s linear;
  transition: opacity 0.25s linear, visibility 0s linear; }

.expandable.bio .summary {
  font-size: 1.25rem;
  line-height: 2.125rem; }
  @media screen and (max-width: 39.9375em) {
    .expandable.bio .summary {
      font-size: 1rem;
      line-height: 1.625rem; } }

.gallery-slider {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 85vh; }
  @media screen and (max-width: 39.9375em) {
    .gallery-slider {
      height: 33vh;
      width: 100% !important; } }
  .gallery-slider button {
    display: none !important; }
  .gallery-slider .slide {
    height: 85vh !important;
    position: absolute;
    width: 100%;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
    @media screen and (max-width: 39.9375em) {
      .gallery-slider .slide {
        width: 100% !important;
        height: 33vh !important;
        position: relative; } }

.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  min-height: 2.5rem;
  font-size: 0;
  min-width: 2.1875rem;
  background: black center center no-repeat;
  z-index: 1; }

.slick-slider .slick-prev {
  left: 0;
  background-image: url("../img/icons/left-arrow-white.svg"); }

.slick-slider .slick-next {
  right: 0;
  background-image: url("../img/icons/right-arrow-white.svg"); }

.slick-slider .slick-dots {
  list-style: none none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0.625rem 0;
  line-height: 1; }
  .slick-slider .slick-dots:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    min-height: 0.0625rem;
    background: #e1e1e1; }
  .slick-slider .slick-dots li {
    position: relative;
    z-index: 1;
    background: #fefefe;
    padding: 0 0.15625rem; }
    .slick-slider .slick-dots li:first-child {
      padding-left: 0.3125rem; }
    .slick-slider .slick-dots li:last-child {
      padding-right: 0.3125rem; }
    .slick-slider .slick-dots li button {
      font-size: 0;
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      background: #eff0f1;
      border-radius: 0.25rem; }
    .slick-slider .slick-dots li.slick-active button {
      background: #949ba1; }

.video-slider .large-slider {
  margin-bottom: 0.625rem; }

.video-slider .thumbnails {
  margin: 0 0 0 -0.3125rem; }
  .video-slider .thumbnails .slick-slide article {
    padding: 0 0.3125rem; }

@media screen and (max-width: 39.9375em) {
  .video-slider .slick-prev, .video-slider .slick-next {
    top: 40%; } }

.pane-profile-gallery .gallery-mobile {
  position: relative; }

.pane-profile-gallery .caption-credit {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  color: #fefefe;
  padding: 0.3125rem;
  display: inline-block; }
  @media screen and (max-width: 39.9375em) {
    .pane-profile-gallery .caption-credit {
      bottom: 0;
      right: 0;
      left: 0;
      padding: 1.875rem 0.625rem 0.625rem 0.625rem;
      text-align: right;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); } }

.cloth-1 {
  background: #cc3333; }

.cloth-2 {
  background: #fff; }

.cloth-3 {
  background: #003399; }

.cloth-4 {
  background: #ffcc33; }

.cloth-5 {
  background: #009933; }

.cloth-6 {
  background: #000; }

.cloth-7 {
  background: #ff6633; }

.cloth-8 {
  background: #ff99cc; }

.cloth-9 {
  background: #009999; }

.cloth-10 {
  background: #660066; }

.cloth-11 {
  background: #c0c0c0; }

.cloth-12 {
  background: #99cc00; }

.cloth-13 {
  background: #663333; }

.cloth-14 {
  background: #993366; }

.cloth-15 {
  background: #999966; }

.cloth-16 {
  background: #6699cc; }

.cloth-17 {
  background: #003333; }

.cloth-18 {
  background: #333333; }

.cloth-19 {
  background: #003399; }

.cloth-20 {
  background: #cc3399; }

.cloth-21 {
  background: #cccccc; }

.cloth-22 {
  background: #336666; }

.cloth-23 {
  background: #99cc99; }

.cloth-24 {
  background: #333333; }

.cloth-1 {
  color: #fff;
  border-color: transparent !important; }

.cloth-2 {
  color: #000;
  border-color: transparent !important; }

.cloth-3 {
  color: #fff;
  border-color: transparent !important; }

.cloth-4 {
  color: #000;
  border-color: transparent !important; }

.cloth-5 {
  color: #fff;
  border-color: transparent !important; }

.cloth-6 {
  color: #ffcc66;
  border-color: transparent !important; }

.cloth-7 {
  color: #000;
  border-color: transparent !important; }

.cloth-8 {
  color: #000;
  border-color: transparent !important; }

.cloth-9 {
  color: #000;
  border-color: transparent !important; }

.cloth-10 {
  color: #fff;
  border-color: transparent !important; }

.cloth-11 {
  color: #cc3333;
  border-color: transparent !important; }

.cloth-12 {
  color: #000;
  border-color: transparent !important; }

.cloth-13 {
  color: #fff;
  border-color: transparent !important; }

.cloth-14 {
  color: #ffcc66;
  border-color: transparent !important; }

.cloth-15 {
  color: #000;
  border-color: transparent !important; }

.cloth-16 {
  color: #ff6633;
  border-color: transparent !important; }

.cloth-17 {
  color: #fff;
  border-color: transparent !important; }

.cloth-18 {
  color: #ffcc66;
  border-color: transparent !important; }

.cloth-19 {
  color: #cc3333;
  border-color: transparent !important; }

.cloth-20 {
  color: #ffcc66;
  border-color: transparent !important; }

.cloth-21 {
  color: #336666;
  border-color: transparent !important; }

.cloth-22 {
  color: #fff;
  border-color: transparent !important; }

.cloth-23 {
  color: #003300;
  border-color: transparent !important; }

.cloth-24 {
  color: #fff;
  border-color: transparent !important; }

.cloth-2 {
  border-color: #999999 !important; }

.black-header, .gray-header {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.9375rem; }
  .black-header.thin, .gray-header.thin {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }

.black-header {
  background: #2c2e32;
  color: #fefefe; }

.gray-header {
  background: #e1e1e1;
  color: #949ba1; }

.empty-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .empty-center span {
    text-transform: uppercase;
    color: #2c2e32;
    font-size: 0.75rem;
    padding: 0.625rem;
    background: #e1e1e1;
    margin: 1.25rem;
    text-align: center; }

@media screen and (max-width: 39.9375em) {
  .empty-center:not(.show-for-mobile) span {
    display: none; } }

ul.separated > li, ul.separated > .item, .list.separated > li, .list.separated > .item {
  padding: 0.625rem 0;
  border-bottom: solid 0.0625rem #e1e1e1; }

ul.separated.thin > li, ul.separated.thin > .item, .list.separated.thin > li, .list.separated.thin > .item {
  padding: 0.3125rem 0; }

ul.spaced > li, ul.spaced > .item, .list.spaced > li, .list.spaced > .item {
  padding: 0.625rem 0; }
  ul.spaced > li:first-child, ul.spaced > .item:first-child, .list.spaced > li:first-child, .list.spaced > .item:first-child {
    padding-top: 0; }

ul.spaced.thin > li, ul.spaced.thin > .item, .list.spaced.thin > li, .list.spaced.thin > .item {
  padding: 0.3125rem 0; }

ul.inline {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none none;
  display: inline-block; }
  ul.inline > li {
    padding: 0 0.9375rem;
    border-bottom: none;
    display: inline-block; }
    ul.inline > li:first-child {
      padding-left: 0; }
    ul.inline > li:last-child {
      padding-right: 0; }
  @media screen and (max-width: 64em) {
    ul.inline:not(.inline-all) > li {
      display: block;
      font-size: 0.875rem;
      padding: 0; } }

.node-list .node-list-item {
  margin: 1.25rem 0; }
  .node-list .node-list-item:first-child {
    margin-top: 0; }
  .node-list .node-list-item:last-child {
    margin-bottom: 0; }

.node-list.separated .node-list-item {
  border-top: dashed 0.0625rem #e1e1e1;
  margin-top: 0;
  padding-top: 1.25rem; }
  .node-list.separated .node-list-item:first-child {
    border-top: 0;
    padding-top: 0; }

.node-list.expandable .toggle {
  margin-top: 1.25rem; }

.node-list.expandable .full > .node-list-item:first-child {
  margin-top: 1.25rem;
  border-top: dashed 0.0625rem #e1e1e1;
  padding-top: 1.25rem; }

ul.key-value, .key-value-list {
  font-size: 0.875rem;
  margin: 0.625rem 0 0 0; }
  ul.key-value a, .key-value-list a {
    color: #2c2e32; }
  @media screen and (max-width: 39.9375em) {
    ul.key-value.small-collapse, .key-value-list.small-collapse {
      margin-top: 0; } }

ul.inline.separated > li:not(:last-child) {
  border-right: solid 0.0625rem #e1e1e1; }

@media screen and (min-width: 64.0625em) {
  ul.inline.separated > li.not-last-for-large {
    border-right: none; } }

@media screen and (max-width: 64em) {
  ul.inline.separated > li:not(:last-child) {
    border-right: none; } }

.social img {
  height: 1.875rem;
  width: 1.875rem; }

ul.inline.social {
  line-height: 1; }
  ul.inline.social img {
    border-radius: 0.25rem;
    vertical-align: top; }
  ul.inline.social li {
    padding: 0 0.3125rem;
    max-height: 1.875rem; }
    ul.inline.social li:first-child {
      padding-left: 0; }
    ul.inline.social li:last-child {
      padding-right: 0; }

.tabs {
  text-align: center;
  border-bottom: solid 0.0625rem #e1e1e1;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tabs a {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: solid 0.1875rem transparent;
    -webkit-transition: border-color 0.25s linear, color 0.25s linear;
    -o-transition: border-color 0.25s linear, color 0.25s linear;
    transition: border-color 0.25s linear, color 0.25s linear;
    font-weight: bold;
    color: #949ba1; }
    .tabs a em {
      font-style: normal; }
  .tabs li.is-active a, .tabs li a:hover {
    border-color: #0068fd;
    color: #2c2e32; }
  @media screen and (max-width: 39.9375em) {
    .tabs a {
      font-size: 0.875rem;
      padding: 1.25rem 0.625rem; } }

table thead {
  border-bottom: none; }
  table thead th {
    border-bottom: none; }
  table thead th, table thead td {
    text-transform: uppercase; }

table tbody {
  border-top: none; }
  table tbody tr, table tbody tr.even, table tbody tr.odd {
    background-color: transparent;
    border-bottom: solid 0.0625rem #e1e1e1; }

table a {
  color: #2c2e32; }

table.past-winners td {
  width: 20%; }

table.plain thead {
  background: none;
  border-bottom: 2px solid #2c2e32;
  font-size: 12px; }

table.plain th:first-child, table.plain td:first-child {
  padding-left: 0; }

table.plain th:last-child, table.plain td:last-child {
  text-align: right;
  padding-right: 0; }

table.plain th {
  padding-bottom: 0.3125rem; }

table.plain td {
  font: bold 0.9375rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
  table.plain td:last-child {
    font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    font-weight: normal; }

.select-target.select-theme-default {
  color: #fefefe;
  background: transparent;
  border: 0;
  padding-left: 5px;
  padding-top: 0px; }
  .select-target.select-theme-default b {
    position: absolute;
    right: 1.2em;
    top: -8px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    border: 1px solid #e1e1e1; }
    .select-target.select-theme-default b:before {
      display: none; }
    .select-target.select-theme-default b:after {
      right: 2px;
      top: 7px; }
  @media screen and (max-width: 39.9375em) {
    .select-target.select-theme-default {
      height: 25px;
      line-height: 1;
      padding: 0 3em 0 0em; }
      .select-target.select-theme-default b {
        top: -5px; }
        .select-target.select-theme-default b:after {
          right: 4px;
          top: 6px; } }

.checkbox-outer:not(.nostyle) {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.3125rem 0 0; }
  .checkbox-outer:not(.nostyle) input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .checkbox-outer:not(.nostyle):before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fefefe;
    border: solid 0.0625rem #e1e1e1;
    display: block; }
  .checkbox-outer:not(.nostyle):after {
    content: ' ';
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    bottom: 0.3125rem;
    left: 0.3125rem;
    opacity: 0;
    background: #2c2e32;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    pointer-events: none; }
  .checkbox-outer:not(.nostyle).checked:after {
    opacity: 1; }

input[type="checkbox"] + label, .checkbox-outer + label {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle !important;
  display: inline-block; }
  @media screen and (max-width: 39.9375em) {
    input[type="checkbox"] + label, .checkbox-outer + label {
      font-size: 0.875rem; } }

select {
  border: solid 0.0625rem #e1e1e1;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #2c2e32;
  font-weight: bold;
  outline: none;
  padding: 1.25rem;
  margin: 0;
  height: auto;
  position: relative;
  background: url("../img/icons/select-arrow.svg") no-repeat;
  background-position: right 1.25rem center; }
  select.noborder {
    border: none; }
  select:invalid {
    color: #949ba1; }
  select option {
    text-transform: none; }
  @media screen and (max-width: 39.9375em) {
    select {
      background-position: right 0.625rem center;
      padding: 0.625rem;
      font-size: 0.875rem; } }
  select.small {
    border: none;
    border-bottom: solid 0.0625rem #e1e1e1;
    font-size: 1rem;
    padding: 0.625rem 0;
    background-position: right center; }

.bordered-item {
  margin: 1.25rem 0;
  border: solid 0.0625rem #e1e1e1;
  padding: 1.25rem; }
  .bordered-item:first-child {
    margin-top: 0; }
  .bordered-item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .bordered-item {
      padding: 0.625rem; } }

.program-number, .entry-header .number {
  position: relative;
  border-style: solid;
  border-width: 0.0625rem;
  border-right: none;
  z-index: 1;
  margin-right: 0.375rem;
  border-radius: 0.125rem;
  padding: 0.3125rem 0;
  width: 1.875rem;
  text-align: center; }
  .program-number:after, .entry-header .number:after {
    content: ' ';
    position: absolute;
    right: -0.375rem;
    left: 50%;
    top: -0.0625rem;
    bottom: -0.0625rem;
    background: inherit;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: inherit;
    border-left: none;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1; }

.cloth-checkbox {
  position: relative;
  width: 4.375rem;
  overflow: hidden; }
  .cloth-checkbox .program-number {
    float: left;
    border-radius: 0;
    margin-right: 0; }
  .cloth-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2; }
  .cloth-checkbox span.right {
    position: relative;
    border-style: solid;
    border-width: 0.0625rem;
    border-left: none;
    display: block;
    z-index: 1;
    min-width: 1.875rem; }
    .cloth-checkbox span.right:after {
      content: ' ';
      position: absolute;
      left: -0.375rem;
      right: 50%;
      top: -0.0625rem;
      bottom: -0.0625rem;
      background: inherit;
      border-style: solid;
      border-width: 0.0625rem;
      border-color: inherit;
      border-right: none;
      border-left: none;
      -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      transform: skew(-20deg);
      z-index: -1; }
  .cloth-checkbox span.right.empty {
    border-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .cloth-checkbox span.right.checked {
    border-color: #e1e1e1;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: 75%;
    bottom: 0;
    -webkit-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .cloth-checkbox.checked span.right.checked {
    right: 0; }

.one-four .bot-buffer {
  padding-bottom: 0; }

@media screen and (min-width: 64.0625em) {
  .one-four .bot-buffer {
    padding-bottom: 0.6875rem; } }

@media screen and (min-width: 40em) {
  .one-two article {
    margin-bottom: 0; }
  .one-two .bot-buffer {
    padding-bottom: 0.6875rem; } }

hr {
  min-height: 0.5rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none; }
  hr:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0.0625rem;
    right: 0;
    bottom: 0.0625rem;
    left: 0;
    background: #fefefe;
    border-top: solid 0.0625rem #e1e1e1;
    border-bottom: solid 0.0625rem #e1e1e1; }
  hr:after {
    display: block;
    content: ' ';
    min-width: 5.625rem;
    background: #fefefe url("../img/icons/tri-star.svg") center center no-repeat;
    min-height: 0.5rem;
    position: relative; }

p:empty {
  display: none; }

.separator {
  margin: 1.25rem 0;
  border-bottom: solid 0.0625rem #e1e1e1; }

#messages-wrapper div.messages {
  margin-top: 0 !important;
  border-width: 0.0625rem 0 0.0625rem 0;
  background-image: none;
  padding: 0.625rem 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    #messages-wrapper div.messages {
      padding: 0.625rem; } }
  #messages-wrapper div.messages ul {
    list-style: none none;
    margin: 0 auto;
    max-width: 80.25rem;
    padding: 0 10px; }
  #messages-wrapper div.messages:last-child {
    margin-bottom: 0; }

.page-search .section-heading {
  margin-bottom: 0; }

.page-search .search-form {
  margin-bottom: 0; }
  .page-search .search-form .main-search input {
    margin-bottom: 1.875rem;
    padding-left: 2.5rem;
    background-color: #f7f7f8;
    background-image: url("/sites/all/themes/custom/abr_theme/img/icons/search.svg");
    background-repeat: no-repeat;
    background-position: 0.625rem;
    background-size: 1.25rem; }

.page-search .search-filters {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 1.875rem; }
  .page-search .search-filters .tabs {
    margin-bottom: 0;
    border-bottom: 0; }

.page-search .search-totals {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.25rem; }

.page-search .search-results {
  margin-left: 0; }
  .page-search .search-results .search-result {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.75rem; }
    .page-search .search-results .search-result .title {
      font-weight: normal;
      margin-bottom: 0.75rem; }
    .page-search .search-results .search-result .search-snippet {
      margin-bottom: 0.75rem; }
    .page-search .search-results .search-result .article-teaser-links {
      color: #999999;
      margin-right: 0.625rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 0.75rem; }
      .page-search .search-results .search-result .article-teaser-links .category {
        margin-right: 1.25rem; }
      .page-search .search-results .search-result .article-teaser-links .views,
      .page-search .search-results .search-result .article-teaser-links .dotSeparator,
      .page-search .search-results .search-result .article-teaser-links .share {
        margin-right: 0.625rem; }

.page-search .pager {
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  font-style: italic; }

.admin-tasks {
  position: fixed;
  top: 12.5rem;
  right: 0;
  width: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .admin-tasks .collapse, .admin-tasks .tabs-wrapper {
    background: #2c2e32; }
  .admin-tasks .collapse {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.875rem;
    width: 1.875rem; }
    .admin-tasks .collapse a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.625rem; }
    .admin-tasks .collapse .svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      height: 100%;
      width: 100%;
      display: block;
      -webkit-transition: -webkit-transform 0.25s linear;
      transition: -webkit-transform 0.25s linear;
      -o-transition: transform 0.25s linear;
      transition: transform 0.25s linear;
      transition: transform 0.25s linear, -webkit-transform 0.25s linear; }
      .admin-tasks .collapse .svg path {
        fill: #fefefe; }
  .admin-tasks .tabs-wrapper {
    position: relative;
    right: 0;
    -webkit-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    padding: 0 0 0 1.875rem; }
    .admin-tasks .tabs-wrapper .item-label {
      position: absolute;
      bottom: 1.25rem;
      left: 1.4375rem;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      font-size: 0.9375rem;
      line-height: 1;
      text-transform: uppercase;
      font-weight: 600; }
      .admin-tasks .tabs-wrapper .item-label a {
        color: #fefefe; }
    .admin-tasks .tabs-wrapper ul {
      background: #e1e1e1;
      padding: 0.625rem;
      list-style: none none;
      margin: 0;
      min-height: 6.25rem; }
      .admin-tasks .tabs-wrapper ul a {
        padding: 0.3125rem 0;
        color: #2c2e32; }
  .admin-tasks.hidden .collapse .svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .admin-tasks.hidden .tabs-wrapper {
    right: -7.5rem; }

.widget-flex, .widget-flex > .abr-style, .widget-flex > .abr-style > .panel-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.widget-flex > .abr-style > .panel-pane {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.widget-flex > .abr-style {
  width: 100%; }

.widget-flex .pane-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.widget-flex .row, .widget-flex .region-row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.vue-debug-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .vue-debug-container .debug-item {
    position: absolute;
    left: 0;
    border-top: solid 1px #2c2e32;
    min-width: 9.375rem;
    line-height: 1;
    padding: 0 0.3125rem; }
    .vue-debug-container .debug-item span {
      font-size: 0.625rem; }

.mobile-filters .list-container {
  margin: auto 0;
  padding: 1.25rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%; }
  .mobile-filters .list-container.wide {
    min-width: 75%; }

.mobile-filters ul {
  margin: 1.25rem 0;
  text-align: center;
  list-style: none; }

.mobile-filters li {
  display: block;
  float: none;
  background: none;
  padding: 0; }
  .mobile-filters li, .mobile-filters li a {
    color: #999999;
    font-size: 1.5625rem;
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    font-style: italic; }
    .mobile-filters li a:hover, .mobile-filters li.is-active a, .mobile-filters li a a:hover, .mobile-filters li a.is-active a {
      background: none;
      color: #fefefe; }
  .mobile-filters li.month, .mobile-filters li.month a, .mobile-filters li.label {
    font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    font-style: normal; }
  .mobile-filters li.month {
    margin: 0.3125rem 0; }
  .mobile-filters li.month, .mobile-filters li.month a {
    font-size: 1rem; }
  .mobile-filters li.separator {
    border-top: solid 0.0625rem #54585d;
    margin: 1.25rem 0; }
  .mobile-filters li.label {
    background: none;
    text-transform: uppercase;
    letter-spacing: 0.3125rem;
    margin: 0.9375rem 0;
    font-weight: bold;
    font-size: 0.875rem; }

.image-loader {
  position: relative;
  background: #2c2e32; }
  .image-loader .image {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear; }
    .image-loader .image.loaded {
      opacity: 1; }

.infinite-loader {
  min-height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .infinite-loader div div {
    background: #999999; }
  .infinite-loader.visible {
    opacity: 1; }

.letter-header {
  font-size: 1.75rem; }
  @media screen and (max-width: 39.9375em) {
    .letter-header {
      padding: 1.25rem 0;
      border-bottom: solid 0.0625rem #e1e1e1; } }

@media screen and (min-width: 40em) {
  .page-learn .pane-custom h1 {
    font-size: 2.25rem; } }

@media screen and (max-width: 64em) {
  .page-learn .pane-newsletter {
    display: none; }
  .page-learn .pane-general-advertisement {
    display: none; }
  .page-learn .default-top-spacing {
    margin-top: 1.25rem; }
  .page-learn .default-top-spacing:first-child {
    margin-top: 0; }
  .page-learn .default-bottom-spacing {
    margin-bottom: 1.25rem; }
  .page-learn .default-bottom-spacing:last-child {
    margin-bottom: 0; } }

.directory {
  border-top: solid 0.1875rem #2c2e32;
  background: #e1e1e1; }
  .directory h2 {
    padding: 1.25rem;
    text-align: center;
    border-bottom: solid 0.0625rem #2c2e32;
    margin-bottom: 0;
    line-height: 1; }
  .directory ul {
    list-style: none none;
    margin: 0;
    padding-bottom: 1.25rem; }
    .directory ul li a {
      display: block;
      padding: 0.9375rem 1.25rem;
      font-size: 0.9375rem;
      line-height: 1;
      -webkit-transition: background 0.15s linear, color 0.15s linear;
      -o-transition: background 0.15s linear, color 0.15s linear;
      transition: background 0.15s linear, color 0.15s linear;
      background: transparent;
      color: #2c2e32;
      font-weight: 600; }
      .directory ul li a:hover {
        color: #e00415; }
    .directory ul li.active a, .directory ul li.selected a {
      background: #2c2e32;
      color: #fefefe; }
  .directory ul.letters {
    padding: 1.25rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .directory ul.letters li a {
      padding: 0.625rem 0.3125rem;
      margin: 0 0.3125rem;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 1.875rem; }

.directory-sticky-outer.abr-stuck {
  width: 100%;
  max-width: 80.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .directory-sticky-outer.abr-stuck > .inner {
    margin-top: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .directory-sticky-outer.abr-stuck {
      display: none; } }
  @media screen and (min-width: 40em) {
    .directory-sticky-outer.abr-stuck .inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 25%; } }
  @media screen and (min-width: 64.0625em) {
    .directory-sticky-outer.abr-stuck .inner {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 16.66667%; } }

.pane-node-body [data-entity-id], drupal-entity [data-entity-id] {
  margin: 1.25rem 0;
  clear: both; }
  .pane-node-body [data-entity-id].align-left, .pane-node-body [data-entity-id].align-center, .pane-node-body [data-entity-id].align-right, drupal-entity [data-entity-id].align-left, drupal-entity [data-entity-id].align-center, drupal-entity [data-entity-id].align-right {
    text-align: left;
    clear: none;
    max-width: 100%; }
    @media screen and (min-width: 40em) {
      .pane-node-body [data-entity-id].align-left, .pane-node-body [data-entity-id].align-center, .pane-node-body [data-entity-id].align-right, drupal-entity [data-entity-id].align-left, drupal-entity [data-entity-id].align-center, drupal-entity [data-entity-id].align-right {
        max-width: 75%; } }
    @media screen and (min-width: 64.0625em) {
      .pane-node-body [data-entity-id].align-left, .pane-node-body [data-entity-id].align-center, .pane-node-body [data-entity-id].align-right, drupal-entity [data-entity-id].align-left, drupal-entity [data-entity-id].align-center, drupal-entity [data-entity-id].align-right {
        max-width: 50%; }
        .pane-node-body [data-entity-id].align-left .large-3, .pane-node-body [data-entity-id].align-center .large-3, .pane-node-body [data-entity-id].align-right .large-3, drupal-entity [data-entity-id].align-left .large-3, drupal-entity [data-entity-id].align-center .large-3, drupal-entity [data-entity-id].align-right .large-3 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          max-width: 50%; } }
  .pane-node-body [data-entity-id].align-left, drupal-entity [data-entity-id].align-left {
    margin: 0 1.25rem 1.25rem 0; }
  .pane-node-body [data-entity-id].align-center, drupal-entity [data-entity-id].align-center {
    margin: 1.25rem auto; }
  .pane-node-body [data-entity-id].align-right, drupal-entity [data-entity-id].align-right {
    margin: 0 0 1.25rem 1.25rem; }
  .pane-node-body [data-entity-id] .other_races, drupal-entity [data-entity-id] .other_races {
    display: none; }

table.tc-bc-results th, table.triple-crown th {
  font-size: 0.75rem; }

table.tc-bc-results tr.even, table.triple-crown tr.even {
  background-color: #fafafb; }

table.tc-bc-results tr td, table.triple-crown tr td {
  border-bottom: 1px solid #e1e1e1; }
  table.tc-bc-results tr td:last-child, table.triple-crown tr td:last-child {
    text-align: right; }

table.tc-bc-results .date, table.triple-crown .date {
  font: bold 0.8125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  position: relative;
  display: block;
  min-width: 50px; }

table.tc-bc-results .horses, table.triple-crown .horses {
  font: normal 0.9375rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  display: block;
  position: relative;
  top: 4px; }
  table.tc-bc-results .horses a, table.triple-crown .horses a {
    color: #2c2e32; }

table.tc-bc-results .points, table.triple-crown .points {
  color: #999999;
  font-size: 0.8125rem;
  text-transform: uppercase;
  position: relative;
  top: 5px; }

table.tc-bc-results .race, table.triple-crown .race {
  font: normal 0.875rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  display: block;
  position: relative;
  top: 5px; }

table.tc-bc-results .track, table.tc-bc-results .track a, table.triple-crown .track, table.triple-crown .track a {
  font: normal 0.75rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  color: #0068fd;
  text-transform: uppercase; }

table.tc-bc-results .track, table.triple-crown .track {
  color: #949ba1; }

table.tc-bc-results .view-race, table.triple-crown .view-race {
  font: bold 0.75rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  margin-right: 10px; }

table.tc-bc-results .svg, table.triple-crown .svg {
  position: relative;
  top: 1px; }

table.tc-bc-results.breeders-cup .date, table.triple-crown.breeders-cup .date {
  max-width: none; }

table.tc-bc-results.breeders-cup .horses, table.triple-crown.breeders-cup .horses {
  top: 0; }

table.tc-bc-results.breeders-cup .replay, table.triple-crown.breeders-cup .replay {
  width: 2.5rem; }

@media screen and (max-width: 39.9375em) {
  table.tc-bc-results.breeders-cup .race, table.triple-crown.breeders-cup .race {
    top: 0; } }

.abr-callout {
  min-width: 9.375rem;
  max-width: 18.75rem; }
  .abr-callout.align-right {
    margin: 0 0 1.25rem 1.25rem; }
  .abr-callout.align-left {
    margin: 0 1.25rem 1.25rem 0; }
  .abr-callout.align-center {
    margin: 1.25rem auto; }
  @media screen and (max-width: 39.9375em) {
    .abr-callout, .abr-callout.align-right, .abr-callout.align-left, .abr-callout.align-center {
      float: none;
      display: block;
      margin: 1.25rem auto; } }

.sponsor-list .sponsor {
  padding: 1.5625rem 0; }

/*------------------------------------*\
    Instagram Widget
\*------------------------------------*/
.pane-node-field-instagram, .pane-instagram {
  padding: 30px 40px;
  background: #e1e1e1;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .pane-node-field-instagram, .pane-instagram {
      padding-left: 0;
      padding-right: 0; } }
  .pane-node-field-instagram h3, .pane-node-field-instagram .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-node-field-instagram .radio-choice, .pane-instagram h3, .pane-instagram .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-instagram .radio-choice {
    font: bold 2.25rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2c2e32;
    text-transform: uppercase; }
    @media screen and (max-width: 39.9375em) {
      .pane-node-field-instagram h3, .pane-node-field-instagram .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-node-field-instagram .radio-choice, .pane-instagram h3, .pane-instagram .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-instagram .radio-choice {
        font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; } }
  .pane-node-field-instagram h4, .pane-instagram h4 {
    font: bold 1.5rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    font-style: italic;
    margin-bottom: 25px; }
    @media screen and (max-width: 39.9375em) {
      .pane-node-field-instagram h4, .pane-instagram h4 {
        font: bold 0.875rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; } }
  .pane-node-field-instagram iframe, .pane-instagram iframe {
    min-width: 100%;
    width: 1px; }

/*------------------------------------*\
    Twitter Widget
\*------------------------------------*/
.pane-node-field-twitter h2 {
  margin-bottom: 0; }

.pane-node-field-twitter .pane-content {
  position: relative;
  top: -1px; }

.social {
  max-width: 12.5rem;
  margin: 0 auto; }

.share-link {
  cursor: pointer;
  display: inline; }

.share-links-tooltip {
  min-width: 6rem;
  min-height: 1.875rem; }

.tiktok-embed {
  border-left: none; }

.tiktok-embed > section {
  display: none; }

body:before {
  -webkit-transition: min-height 0.25s ease-in-out;
  -o-transition: min-height 0.25s ease-in-out;
  transition: min-height 0.25s ease-in-out;
  display: block;
  content: ' ';
  min-height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

header {
  z-index: 2000; }

.menu-icon-outer {
  padding: 0.3125rem;
  margin: 0 -0.3125rem; }

.top-bar > .row {
  width: 100%; }

.primary-bar {
  border-bottom: solid 0.1875rem #e00415;
  padding: 0;
  position: relative;
  z-index: 500; }
  .primary-bar .row {
    width: 100%; }
  .primary-bar .branding {
    height: 3.125rem;
    position: relative;
    top: -4px;
    max-width: none; }
    @media screen and (max-width: 39.9375em) {
      .primary-bar .branding {
        height: 40px; } }
  .primary-bar .menu-icon {
    margin-right: 1.25rem; }
  .primary-bar .menu-outer-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.25rem;
    min-width: 1.25rem; }
    .primary-bar .menu-outer-span .menu-icon {
      margin-right: 0; }
  .primary-bar .page-title {
    font: bold 1.875rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    text-transform: uppercase;
    color: #fefefe; }
    @media screen and (max-width: 39.9375em) {
      .primary-bar .page-title {
        font: bold 1rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; } }
    .primary-bar .page-title .top {
      white-space: nowrap;
      overflow-x: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .primary-bar .page-title .top a {
        color: #fefefe; }
  .primary-bar .search {
    height: 20px; }
  .primary-bar .small-4 {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 39.9375em) {
      .primary-bar .small-4 {
        height: 50px; } }
  .primary-bar .text-center, .primary-bar #horses-first .quote-box, #horses-first .primary-bar .quote-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .primary-bar .small-logo {
    height: 2.1875rem; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .primary-bar img {
      max-width: none; } }
  .primary-bar .global-sponsor {
    margin-left: auto; }
    .primary-bar .global-sponsor img {
      max-height: 2.5rem;
      width: auto; }

.secondary-bar {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin-top 0.25s ease-in-out;
  -o-transition: margin-top 0.25s ease-in-out;
  transition: margin-top 0.25s ease-in-out;
  margin-top: -2.9375rem;
  z-index: 499;
  padding: 0; }
  .secondary-bar .inner {
    border-bottom: solid 0.0625rem #b9b9b9;
    width: 100%; }
  .secondary-bar ul a {
    padding: 1rem; }
  .secondary-bar, .secondary-bar ul {
    background: #f7f7f8; }
  .secondary-bar, .secondary-bar ul, .secondary-bar ul a {
    color: #2c2e32;
    font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
  .secondary-bar ul li.active-trail a, .secondary-bar ul a.active {
    color: #fefefe;
    background: #e00415;
    margin-bottom: -0.0625rem;
    padding-bottom: 1.0625rem; }
  .secondary-bar img {
    max-height: 1.875rem; }
  .secondary-bar .row .sponsor-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .secondary-bar .row .sponsor-outer img {
      width: auto; }
    .secondary-bar .row .sponsor-outer.text-right > a, .secondary-bar .row .sponsor-outer.text-right > img {
      margin-left: auto; }

body.subnav-visible .secondary-bar {
  margin-top: 0; }
  @media screen and (max-width: 39.9375em) {
    body.subnav-visible .secondary-bar {
      display: none; } }

.pinned {
  -webkit-transition: top 0.25s ease-in-out;
  -o-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out; }

aside#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -21.875rem;
  background: #f7f7f8;
  width: 100%;
  max-width: 21.875rem;
  z-index: 2001;
  -webkit-transition: left 0.5s linear, -webkit-box-shadow 0.5s linear;
  transition: left 0.5s linear, -webkit-box-shadow 0.5s linear;
  -o-transition: left 0.5s linear, box-shadow 0.5s linear;
  transition: left 0.5s linear, box-shadow 0.5s linear;
  transition: left 0.5s linear, box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear;
  padding: 0;
  -webkit-box-shadow: 0 0 3.75rem transparent;
  box-shadow: 0 0 3.75rem transparent; }
  aside#sidebar .padded {
    padding: 0 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    aside#sidebar {
      left: -100%;
      max-width: none; } }
  aside#sidebar .top {
    min-height: 3.9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #2c2e32;
    border-bottom: solid 0.1875rem #e00415;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    aside#sidebar .top .menu-icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 20px; }
    aside#sidebar .top .row {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      aside#sidebar .top .row .columns {
        line-height: 1; }
      aside#sidebar .top .row .close .svg {
        height: 1.25rem;
        width: 1.25rem; }
        aside#sidebar .top .row .close .svg path {
          fill: #fefefe; }
      aside#sidebar .top .row .branding {
        height: 2.1875rem;
        position: relative;
        top: -0.1875rem; }
    @media screen and (max-width: 39.9375em) {
      aside#sidebar .top {
        min-height: 3.3125rem; } }
  aside#sidebar .content {
    position: absolute;
    top: 3.9375rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto; }
    @media screen and (max-width: 39.9375em) {
      aside#sidebar .content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0); } }
  aside#sidebar .social {
    margin: 0 20%;
    max-width: none; }
  aside#sidebar .search-form {
    margin-bottom: 0; }
  aside#sidebar .menu {
    padding: 1.25rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    aside#sidebar .menu li {
      display: block; }
      aside#sidebar .menu li a {
        font-size: 1.125rem;
        text-transform: uppercase;
        line-height: 1;
        color: #2c2e32;
        font-weight: 600;
        padding: 1.25rem; }
      aside#sidebar .menu li.expandable .menu a {
        font-size: 0.9375rem;
        font-weight: normal; }
      aside#sidebar .menu li.expandable .header-wrapper {
        background: #eff0f1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        aside#sidebar .menu li.expandable .header-wrapper > a {
          color: #54585d; }
        aside#sidebar .menu li.expandable .header-wrapper > a:first-child {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
      aside#sidebar .menu li.expandable .expand-button {
        height: 1.25rem;
        width: 1.25rem;
        background: url("../img/icons/expand.svg") center center no-repeat;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
      aside#sidebar .menu li.expandable > .menu {
        overflow: hidden;
        padding: 0;
        -webkit-transition: max-height 0.15s ease-in-out;
        -o-transition: max-height 0.15s ease-in-out;
        transition: max-height 0.15s ease-in-out; }
        aside#sidebar .menu li.expandable > .menu li a {
          font-size: 0.9375rem;
          padding: 0.9375rem 1.25rem; }
      aside#sidebar .menu li.expanded .expand-button {
        background-image: url("../img/icons/collapse.svg"); }

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(44, 46, 50, 0.25);
  z-index: 2001;
  -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
  -o-transition: opacity 0.5s linear, visibility 0.5s linear;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  opacity: 0;
  visibility: hidden; }

html.sidebar-visible .sidebar-overlay {
  -webkit-transition: opacity 0.5s linear, visibility 0 linear;
  -o-transition: opacity 0.5s linear, visibility 0 linear;
  transition: opacity 0.5s linear, visibility 0 linear;
  opacity: 1;
  visibility: visible; }

html.sidebar-visible aside#sidebar {
  left: 0;
  -webkit-box-shadow: 0 0 3.75rem #2c2e32;
  box-shadow: 0 0 3.75rem #2c2e32; }

.header-progress {
  min-height: 0.1875rem;
  background: #fefefe;
  z-index: 500;
  position: relative; }
  .header-progress > div {
    background: #e00415;
    height: 0.1875rem;
    width: 0;
    -webkit-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear; }
  .header-progress.no-transition > div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }

.top-bar.article-header {
  border-bottom: none; }
  .top-bar.article-header .home-link {
    position: relative; }
    .top-bar.article-header .home-link img {
      opacity: 1;
      -webkit-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear;
      display: block !important; }
      .top-bar.article-header .home-link img.big-logo {
        height: 2.5rem;
        max-width: none; }
      .top-bar.article-header .home-link img.small-logo {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        display: block !important; }
      @media screen and (max-width: 39.9375em) {
        .top-bar.article-header .home-link img {
          display: none !important; }
          .top-bar.article-header .home-link img.small-logo {
            opacity: 1;
            display: block !important;
            position: static; } }
  .top-bar.article-header.scrolled .home-link img.small-logo {
    position: static;
    opacity: 1; }
  .top-bar.article-header.scrolled .home-link img.big-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .top-bar.article-header.scrolled .article-header-container .top {
    opacity: 0;
    position: absolute;
    top: 0.625rem;
    right: 0;
    left: 0;
    pointer-events: none; }
  .top-bar.article-header.scrolled .article-header-container .scrolled {
    opacity: 1;
    position: static;
    pointer-events: all; }
  .top-bar.article-header .article-header-container {
    position: relative;
    width: 100%; }
    .top-bar.article-header .article-header-container .top, .top-bar.article-header .article-header-container .scrolled {
      -webkit-transition: opacity 0.25s linear;
      -o-transition: opacity 0.25s linear;
      transition: opacity 0.25s linear;
      opacity: 1;
      position: static; }
    .top-bar.article-header .article-header-container .scrolled {
      position: absolute;
      top: -0.625rem;
      right: 0;
      left: 0;
      padding: 0.625rem 1.25rem 0 1.25rem;
      opacity: 0;
      border-left: solid 1px #54585d;
      border-right: solid 1px #54585d;
      height: 3.75rem;
      pointer-events: none; }
      @media screen and (max-width: 39.9375em) {
        .top-bar.article-header .article-header-container .scrolled {
          border-left: none;
          border-right: none;
          padding: 0.625rem 0 0 0; } }
    .top-bar.article-header .article-header-container span {
      display: block;
      font-weight: 600; }
    .top-bar.article-header .article-header-container span.title {
      font-size: 0.9375rem;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .top-bar.article-header .article-header-container span.title a {
      color: #fefefe;
      text-transform: none;
      font-weight: normal; }
    @media screen and (max-width: 64em) {
      .top-bar.article-header .article-header-container .social li {
        padding: 0; } }
    @media screen and (max-width: 39.9375em) {
      .top-bar.article-header .article-header-container .social.inline {
        display: block;
        margin: 0 auto;
        white-space: nowrap; }
        .top-bar.article-header .article-header-container .social.inline li {
          display: inline-block;
          padding: 0 0.15625rem; } }

.sidebar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eff0f1; }
  .sidebar-search .svg {
    width: 15px;
    margin: 0 0 0 1.25rem; }
    .sidebar-search .svg path {
      fill: #949ba1; }
  .sidebar-search input[type="text"] {
    background: none;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    outline: none;
    padding: 1.25rem 1.25rem 1.25rem 0.625rem;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sidebar-search .form-item {
    margin: 0; }

footer.main > .row .footer-inner {
  border-top: 0.1875rem solid #2c2e32;
  padding-top: 1.875rem; }

footer.main > .row .ad-footer {
  padding-bottom: 30px; }

footer.main > .row .sponsors {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 64.0625em) {
    footer.main > .row .sponsors {
      margin: 0 160px; } }
  footer.main > .row .sponsors .sponsor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer.main > .row .sponsors .sponsor img {
      height: 2.8125rem;
      width: auto;
      margin: auto; }
    @media screen and (max-width: 39.9375em) {
      footer.main > .row .sponsors .sponsor {
        width: 50%;
        padding: 0 0 10px; } }

footer.main > .row .footer-block {
  border-top: 1px solid #e1e1e1;
  margin-top: 30px;
  padding: 30px 0 20px;
  font-size: 12px;
  color: #949ba1; }
  footer.main > .row .footer-block a {
    color: #949ba1; }
    footer.main > .row .footer-block a:first-child {
      display: block; }
  footer.main > .row .footer-block img {
    padding-bottom: 3px; }

@media screen and (max-width: 39.9375em) {
  .medium-teaser {
    border-bottom: solid 0.0625rem #e1e1e1;
    padding-bottom: 0.625rem;
    margin: 0 1.25rem 1.25rem 1.25rem; }
    .medium-teaser .bot-border {
      border-bottom: none; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .medium-teaser {
    margin: 0 0 1.25rem 0; } }

@media screen and (min-width: 40em) {
  .medium-teaser h4 {
    min-height: 4.125rem; } }

.medium-teaser img {
  width: 100%; }

article.node.race.small-teaser h4, article.node.race.small-teaser strong {
  font-size: 0.9375em;
  margin: 0; }

article.node.race.small-teaser span.small {
  display: block;
  margin-top: 0.3125rem; }

article.small-teaser, article.tiny-teaser {
  overflow: hidden; }
  article.small-teaser:last-child, article.tiny-teaser:last-child {
    border: 0;
    margin-bottom: 0; }
  article.small-teaser p, article.tiny-teaser p {
    font-size: 0.9375rem;
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    margin-bottom: 0;
    position: relative;
    top: -0.3125rem; }
    article.small-teaser p a, article.tiny-teaser p a {
      color: #2c2e32; }
  article.small-teaser > a > img, article.tiny-teaser > a > img {
    float: left;
    margin: 0 1.25rem 0 0;
    display: block;
    max-width: 5.625rem; }
  article.small-teaser .content, article.tiny-teaser .content {
    margin-left: 6.875rem; }

.title-style-bold article.small-teaser p, .title-style-bold article.tiny-teaser p {
  font-weight: bold;
  top: 0; }

article.large-teaser img {
  padding-bottom: 13px;
  width: 100%; }

article.large-teaser h3, article.large-teaser .webform-component-fan-choice .radio-choice, .webform-component-fan-choice article.large-teaser .radio-choice {
  margin-bottom: 5px; }
  article.large-teaser h3 a, article.large-teaser .webform-component-fan-choice .radio-choice a, .webform-component-fan-choice article.large-teaser .radio-choice a {
    font-weight: normal; }

article.large-teaser .excerpt {
  margin-bottom: 0.625rem; }

article.large-teaser .links > a {
  color: #0068fd; }

.video-large-hero .video-teaser .details {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  color: #fefefe; }
  .video-large-hero .video-teaser .details a {
    color: #fefefe; }
  .video-large-hero .video-teaser .details h1 {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: 0.3125rem; }

.video-large-hero .details h1 {
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-top: 0.625rem; }

.video-large-hero .details .excerpt {
  font-size: 1.0625rem; }

.video-large-hero .details a {
  color: #2c2e32;
  font-weight: normal; }

.video-large-hero .details .inactive a {
  color: #949ba1; }

.video-large-hero .details p {
  margin: 0 0 0.3125rem 0; }

.video-large-hero .details p:last-child {
  margin-bottom: 0; }

.video-large-teaser img {
  width: 100%; }

.video-large-teaser .info {
  background: #e1e1e1;
  width: 100%;
  padding: 1.875rem 1.25rem; }
  .video-large-teaser .info h1 {
    font-size: 1.875rem; }
    .video-large-teaser .info h1 a {
      color: #2c2e32;
      font-weight: normal; }
  .video-large-teaser .info .excerpt {
    font-size: 1.0625rem; }

@media screen and (max-width: 64em) {
  .video-large-teaser .info {
    padding: 0;
    background: none; }
    .video-large-teaser .info h1 {
      font-size: 1.125rem;
      margin-top: 0.625rem;
      margin-bottom: 0.625rem; }
    .video-large-teaser .info .excerpt {
      font-size: 0.9375rem;
      margin-bottom: 0.625rem; } }

.video-medium-teaser .title {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
  left: 0.9375rem;
  color: #fefefe;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media screen and (max-width: 39.9375em) {
  .video-medium-teaser {
    border-bottom: none;
    padding-bottom: 0; }
    .video-medium-teaser h5 {
      font-size: 0.9375rem;
      font-weight: normal; }
    .video-medium-teaser a {
      color: #2c2e32; }
    .video-medium-teaser .loader .flex-container > div {
      min-height: 0; } }

.large-content .video-medium-teaser .title {
  font-size: 1.5rem;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem; }

@media screen and (max-width: 39.9375em) {
  .mobile-large-content .video-medium-teaser .small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
  .mobile-large-content .video-medium-teaser h5 {
    font-size: 1.125rem;
    margin: 0.625rem 0 0 0;
    padding-bottom: 0.625rem;
    border-bottom: solid 0.0625rem #e1e1e1; } }

.medium-detail .list .item {
  font-size: 0.875rem; }
  .medium-detail .list .item a {
    color: #2c2e32; }

.pane-video-superpane .list .item {
  margin-bottom: 1.25rem; }
  .pane-video-superpane .list .item:last-child {
    margin-bottom: 0; }

.learn-teaser .step {
  border-radius: 50%;
  background: #2c2e32;
  height: 3.75rem;
  width: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
  .learn-teaser .step span {
    width: 2.1875rem;
    color: #fefefe;
    line-height: 1;
    text-align: center; }
    .learn-teaser .step span.small {
      font-size: 0.75rem;
      border-bottom: solid 0.0625rem #fefefe;
      padding-bottom: 0.3125rem;
      margin-bottom: 0.3125rem;
      font-weight: 600;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .learn-teaser .step span.number {
      font-size: 1.25rem;
      font-weight: bold;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }

.learn-teaser h2 {
  margin-bottom: 0.3125rem;
  line-height: 1.1; }
  .learn-teaser h2 a {
    color: #2c2e32; }

.race-term-teaser .content-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .race-term-teaser .content-row .image-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%; }
  .race-term-teaser .content-row .information-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 66.66667%; }
    .race-term-teaser .content-row .information-column p {
      font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto; }
    .race-term-teaser .content-row .information-column a {
      color: #0068fd;
      margin-top: 0.3125rem;
      display: block; }
    .race-term-teaser .content-row .information-column .title {
      top: 0; }

.race-term-teaser.large .content-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .race-term-teaser.large .content-row .image-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 14.28571%; }
  .race-term-teaser.large .content-row .information-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85.71429%;
    flex: 0 0 85.71429%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 85.71429%; }

@media screen and (min-width: 40em) {
  .race-term-teaser.large .content-row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .race-term-teaser.large .content-row .image-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 22.22222%;
      flex: 0 0 22.22222%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 22.22222%; }
    .race-term-teaser.large .content-row .information-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 77.77778%;
      flex: 0 0 77.77778%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 77.77778%; } }

@media screen and (min-width: 64.0625em) {
  .race-term-teaser.large .content-row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .race-term-teaser.large .content-row .image-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 10%; }
    .race-term-teaser.large .content-row .information-column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
      flex: 0 0 90%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      max-width: 90%; } }

.race-term-teaser .image-loader {
  background: #2c2e32;
  position: relative; }
  .race-term-teaser .image-loader .video-link {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem; }
  .race-term-teaser .image-loader .image-link {
    position: absolute;
    right: 0.625rem;
    bottom: 0.625rem; }
  .race-term-teaser .image-loader .video-link, .race-term-teaser .image-loader .image-link {
    line-height: 1; }
    .race-term-teaser .image-loader .video-link .svg, .race-term-teaser .image-loader .image-link .svg {
      max-width: 1.25rem;
      max-height: 1.25rem; }
      .race-term-teaser .image-loader .video-link .svg path, .race-term-teaser .image-loader .image-link .svg path {
        fill: #fefefe; }
  .race-term-teaser .image-loader .overlay-std {
    z-index: 0; }

.race-term-teaser p.title {
  line-height: 1;
  margin-bottom: 0.625rem; }

.race-term-teaser .summary, .race-term-teaser .summary * {
  line-height: 1.2; }

@media screen and (max-width: 39.9375em) {
  .race-term-teaser .image-column a {
    display: block; }
  .race-term-teaser .image-column a:first-child {
    margin-bottom: 1.25rem; }
  .race-term-teaser .image-column a:last-child {
    margin-bottom: 0; } }

.article-teaser .row .image-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%; }

.article-teaser .row .content-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 50%; }

@media screen and (min-width: 40em) {
  .article-teaser .row .image-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 33.33333%; }
  .article-teaser .row .content-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 66.66667%; } }

@media screen and (min-width: 40em) {
  .article-teaser .border-container {
    border-bottom: solid 0.0625rem #e1e1e1; } }

.article-teaser .content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.article-teaser .border-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%; }

.article-teaser h3, .article-teaser .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .article-teaser .radio-choice {
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25rem 0; }

.article-teaser .links {
  margin: 1.25rem 0; }
  .article-teaser .links a {
    color: #0068fd;
    margin: 0 1.25rem 0 0;
    display: inline-block; }
  .article-teaser .links span {
    display: inline-block; }
    .article-teaser .links span a {
      margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .article-teaser .links {
      margin-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .article-teaser {
    border-bottom: solid 0.0625rem #e1e1e1;
    padding-bottom: 1.25rem; } }

.entry {
  margin-bottom: 1.875rem; }

.entry-header {
  background: #eff0f1;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0.125rem;
  white-space: nowrap; }
  .entry-header span {
    display: inline-block;
    padding: 0.3125rem 0.625rem; }
    .entry-header span a {
      color: #2c2e32; }
  .entry-header .title {
    max-width: 75%;
    vertical-align: top;
    overflow-x: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal; }
  @media screen and (max-width: 39.9375em) {
    .entry-header {
      font-size: 0.875rem; }
      .entry-header .title {
        max-width: 68%;
        line-height: 0.875rem;
        vertical-align: middle; }
      .entry-header span {
        padding: 0.1875rem 0.4375rem; } }
  .entry-header.scratched .number, .entry-header.scratched .odds {
    display: none; }
  .entry-header.scratched .title {
    text-decoration: line-through; }

.result {
  margin: 1.25rem 0; }
  .result .position span {
    margin: auto; }

.row.payout > .columns.bet {
  padding-left: 0.625rem; }

.row.payout > .columns.payoff {
  padding-right: 0.625rem; }

.article-list-item {
  overflow: hidden;
  margin: 0.625rem 0 !important; }
  .article-list-item .float-left {
    margin: 0 1.25rem 0.625rem 0; }
  @media screen and (max-width: 39.9375em) {
    .article-list-item img {
      max-width: 6.25rem; } }

.field-article-list .field-collection-view-links {
  margin-top: -0.625rem !important;
  margin-bottom: 1.25rem !important; }

ul.tabs.race-schedule-tabs {
  background: #fefefe;
  max-height: 2.5rem;
  margin-bottom: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ul.tabs.race-schedule-tabs li.tabs-title:first-child {
    margin-left: 0; }
  ul.tabs.race-schedule-tabs li.tabs-title:last-child {
    margin-right: 0; }
  ul.tabs.race-schedule-tabs .month-filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    ul.tabs.race-schedule-tabs .month-filter select {
      border: none;
      padding: 0.3125rem 0;
      font-size: 1rem;
      width: 12.5rem;
      background-position: right center; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    ul.tabs.race-schedule-tabs {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      ul.tabs.race-schedule-tabs .month-filter select {
        width: 9.375rem; }
      ul.tabs.race-schedule-tabs li a {
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }

.abr-stuck ul.tabs.race-schedule-tabs {
  padding-top: 0.625rem;
  position: relative;
  max-height: 3.125rem; }
  .abr-stuck ul.tabs.race-schedule-tabs .month-filter {
    top: 0.9375rem;
    right: 0.625rem; }

.abr-stuck .expanded.button {
  background: #fefefe;
  border: none;
  margin: 0;
  position: relative; }

.race-schedule-header.full {
  background: #e1e1e1; }

.race-schedule-header h4 {
  background: #e1e1e1;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  margin: 0;
  font-weight: bold; }

.race-schedule-header.emphasis.full {
  background: #2c2e32; }

.race-schedule-header.emphasis h4 {
  background: #2c2e32;
  color: #fefefe;
  position: relative;
  z-index: 2; }

@media screen and (max-width: 39.9375em) {
  .race-schedule-header h4 {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem; }
  .race-schedule-header .row {
    margin: 0 0 0 0 !important; }
    .race-schedule-header .row .columns {
      padding: 0; } }

@media screen and (max-width: 39.9375em) {
  #race-schedule .upcoming {
    margin-bottom: -1.25rem; }
    #race-schedule .upcoming .column, #race-schedule .upcoming .columns {
      padding: 0; }
    #race-schedule .upcoming .button {
      border: none;
      border-top: solid 0.0625rem #e1e1e1;
      color: #949ba1;
      margin: 0; }
      #race-schedule .upcoming .button:hover {
        background: none; } }

.race-schedule-date {
  line-height: 1.1;
  max-height: 4.5rem;
  margin-top: -1px !important;
  margin-right: -0.4375rem !important; }
  @media screen and (min-width: 64.0625em) {
    .race-schedule-date {
      margin-right: -0.5rem !important; } }
  .race-schedule-date .date {
    font-style: italic;
    font-size: 1.75rem;
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    font-weight: bold; }
  .race-schedule-date .columns {
    padding: 0.9375rem 0.9375rem !important;
    border: solid 0.0625rem #e1e1e1;
    border-right: none;
    margin: 0 10px;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .race-schedule-date .columns {
        font-size: 1.25rem;
        background: #f0f0f0;
        padding: 0.3125rem 0.625rem !important;
        border-top: none;
        margin: 0; } }
  .race-schedule-date a.small {
    color: #2c2e32;
    white-space: nowrap;
    display: block;
    font-weight: normal; }
  @media screen and (max-width: 39.9375em) {
    .race-schedule-date {
      margin: 0 0 0 0 !important; }
      .race-schedule-date a.small {
        float: right;
        margin-top: 0.5rem; } }
  .race-schedule-date.abr-stuck {
    min-height: 4.5625rem; }
    @media screen and (max-width: 39.9375em) {
      .race-schedule-date.abr-stuck {
        min-height: 0; } }
    @media screen and (min-width: 40em) {
      .race-schedule-date.abr-stuck .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.22222%;
        flex: 0 0 22.22222%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 22.22222%; } }
    @media screen and (min-width: 64.0625em) {
      .race-schedule-date.abr-stuck .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
        flex: 0 0 11.11111%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 11.11111%; } }
  .race-schedule-date.abr-frozen .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 133.33333%;
    flex: 0 0 133.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 133.33333%; }

@media screen and (min-width: 40em) {
  .race-schedule-stuck-header .small-12.columns.white {
    background: #fefefe; } }

@media screen and (min-width: 40em) {
  .race-list > div > .row.collapse > .columns.date {
    position: relative; }
    .race-list > div > .row.collapse > .columns.date .race-schedule-date {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .abr-stuck.race-schedule-date {
    position: static; } }

.abr-stuck .day-in-racing {
  margin-left: 0.4375rem; }

.day-in-racing {
  position: absolute;
  top: 0.625rem;
  left: 100%;
  background: #2c2e32;
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
  margin-left: -0.8125rem;
  -webkit-box-shadow: 0 0.0625rem 0.25rem rgba(44, 46, 50, 0.5);
  box-shadow: 0 0.0625rem 0.25rem rgba(44, 46, 50, 0.5);
  width: 20rem;
  color: #e1e1e1;
  font-size: 0.875rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
  -o-transition: opacity 0.25s linear, visibility 0.25s linear;
  transition: opacity 0.25s linear, visibility 0.25s linear;
  z-index: 2; }
  .day-in-racing.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear; }
  .day-in-racing:after {
    right: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #2c2e32;
    border-width: 0.625rem;
    border-style: solid; }
    @media screen and (min-width: 40em) {
      .day-in-racing:after {
        top: 1.875rem; } }
  .day-in-racing h4 {
    color: #fefefe; }
  .day-in-racing .days-container {
    position: relative;
    overflow: hidden; }
    .day-in-racing .days-container .day {
      position: relative;
      display: none;
      -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
      -o-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
      transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out; }
      .day-in-racing .days-container .day.previous, .day-in-racing .days-container .day.next, .day-in-racing .days-container .day.active {
        display: block; }
      .day-in-racing .days-container .day.previous, .day-in-racing .days-container .day.next {
        position: absolute;
        width: 100%;
        top: 0;
        opacity: 0; }
      .day-in-racing .days-container .day.previous {
        left: -100%; }
      .day-in-racing .days-container .day.next {
        left: 100%; }
      .day-in-racing .days-container .day.active {
        position: relative;
        opacity: 1;
        left: 0; }
  .day-in-racing .controls {
    color: #fefefe;
    font-size: 0.75rem;
    padding-top: 0.9375rem;
    border-top: dashed 0.0625rem #54585d;
    margin-top: 1.25rem; }
    .day-in-racing .controls * {
      display: inline-block;
      margin: 0 0.15em; }
  .day-in-racing .close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: #949ba1; }
    .day-in-racing .close .svg {
      width: 0.9375rem;
      height: 0.9375rem; }
  .day-in-racing .content, .day-in-racing .content p {
    line-height: 1.4; }
    .day-in-racing .content p:last-child, .day-in-racing .content p p:last-child {
      margin-bottom: 0; }
    .day-in-racing .content p:first-child, .day-in-racing .content p p:first-child {
      margin-top: 0; }
  @media screen and (max-width: 39.9375em) {
    .day-in-racing {
      width: auto;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 0.3125rem;
      top: 100%;
      left: 0;
      right: 0; }
      .day-in-racing:after {
        bottom: 100%;
        right: 1.25rem;
        border-right-color: transparent;
        border-bottom-color: #2c2e32; } }

.race-schedule-stuck-header {
  pointer-events: none;
  display: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  .race-schedule-stuck-header.visible {
    display: block; }
  .race-schedule-stuck-header .race-schedule-date a, .race-schedule-stuck-header .race-schedule-date .day-in-racing {
    pointer-events: all; }

#race-schedule .race-list {
  margin: 1.25rem 0; }
  @media screen and (max-width: 39.9375em) {
    #race-schedule .race-list > div {
      margin: 0 -10px; } }
  #race-schedule .race-list > div > .row.collapse > .columns:not(.date) {
    padding: 0.9375rem 1.25rem;
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    background: #fefefe;
    z-index: 1; }
    #race-schedule .race-list > div > .row.collapse > .columns:not(.date):last-child {
      border-right: solid 1px #e1e1e1; }
    @media screen and (max-width: 39.9375em) {
      #race-schedule .race-list > div > .row.collapse > .columns:not(.date) {
        border-left: none;
        padding: 0.9375rem 0.625rem; }
        #race-schedule .race-list > div > .row.collapse > .columns:not(.date):last-child {
          border-right: none; } }

#race-schedule .race-expanded {
  margin: 0.9375rem 0 0 0; }
  #race-schedule .race-expanded ul.inline li {
    font-size: 0.9375rem; }
    @media screen and (max-width: 39.9375em) {
      #race-schedule .race-expanded ul.inline li {
        font-size: 0.875rem; } }
  @media screen and (max-width: 39.9375em) {
    #race-schedule .race-expanded ul.inline {
      display: block;
      margin-left: 1.125rem;
      max-width: 60%; }
    #race-schedule .race-expanded .winning-time {
      max-width: 35%;
      font-size: 0.875rem; } }

#race-schedule .race {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.2;
  font-size: 0.9375rem;
  position: relative;
  cursor: pointer; }
  #race-schedule .race .post-time {
    margin-left: auto; }
  #race-schedule .race .image-link img {
    max-height: 2.5rem;
    margin-right: 1.25rem; }
  #race-schedule .race .replay {
    font-size: 0.875rem;
    padding: 0.5em 0.85em;
    margin: 0; }
    #race-schedule .race .replay .svg {
      max-height: none;
      vertical-align: text-bottom; }
    @media screen and (max-width: 39.9375em) {
      #race-schedule .race .replay {
        font-size: 0.75rem;
        min-width: 6.625rem;
        margin-left: 0.3125rem; }
        #race-schedule .race .replay .svg {
          max-height: 1em; } }
  #race-schedule .race .sub {
    font-size: 0.875rem; }
  #race-schedule .race a:not(.button) {
    color: #2c2e32; }
  #race-schedule .race .indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #race-schedule .race .indicators .indicator {
      display: block;
      height: 0.5rem;
      width: 0.5rem;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #949ba1; }
      #race-schedule .race .indicators .indicator:not(:last-child) {
        margin-bottom: 0.25rem; }
      #race-schedule .race .indicators .indicator.red {
        background: #e00415; }
      #race-schedule .race .indicators .indicator.blue {
        background: #0068fd; }
      #race-schedule .race .indicators .indicator.purple {
        background: #46166a; }
    @media screen and (max-width: 39.9375em) {
      #race-schedule .race .indicators {
        position: static;
        margin-right: 0.625rem;
        min-width: 0.5rem; } }

#race-schedule #back-to-today {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1; }

#race-schedule .race-entries .black-header {
  margin: 0.9375rem 0; }

#race-schedule .race-results ul.inline {
  margin-bottom: 0.9375rem;
  display: inline-block; }

#race-schedule .race-results .video-outer {
  border-bottom: none; }
  #race-schedule .race-results .video-outer > div:not(.jw-flag-fullscreen) {
    height: 20rem !important; }
  @media screen and (max-width: 39.9375em) {
    #race-schedule .race-results .video-outer > div:not(.jw-flag-fullscreen) {
      height: 12rem !important; } }
  #race-schedule .race-results .video-outer > div.video.handled {
    height: auto !important; }

#race-schedule .lists {
  margin-top: 1.875rem; }

#gambling-calculator .app .outer {
  background: #cfdbe5;
  border-radius: 0.25rem;
  padding: 1.25rem; }
  #gambling-calculator .app .outer .inner {
    border-radius: 0.25rem;
    background: #fefefe; }
  @media screen and (max-width: 39.9375em) {
    #gambling-calculator .app .outer {
      padding: 0.625rem;
      border-radius: 0;
      margin: 0 -0.625rem; } }

#gambling-calculator .toggler {
  margin-top: 1.25rem; }
  #gambling-calculator .toggler .toggle-link {
    display: block; }

#gambling-calculator .row.bordered {
  margin-right: -0.125rem; }
  #gambling-calculator .row.bordered > .columns {
    border-right: solid 0.0625rem #cfdbe5; }
  #gambling-calculator .row.bordered.bottom > .columns {
    border-bottom: solid 0.0625rem #cfdbe5; }

#gambling-calculator .controls select, #gambling-calculator .controls input {
  margin-bottom: 0; }

#gambling-calculator .controls .checkbox {
  padding: 1.25rem; }

@media screen and (max-width: 39.9375em) {
  #gambling-calculator .controls .checkbox {
    padding: 0.625rem; } }

#gambling-calculator .calculator-body h4 {
  margin: 1.875rem 0; }

#gambling-calculator .calculator-body li {
  margin: 0.625rem 0; }
  #gambling-calculator .calculator-body li:first-child {
    margin-top: 0; }
  #gambling-calculator .calculator-body li:last-child {
    margin-bottom: 1.875rem; }
  #gambling-calculator .calculator-body li .cloth-checkbox {
    margin: 0 auto; }

@media screen and (max-width: 39.9375em) {
  #gambling-calculator .calculator-body .horse-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0.625rem; }
    #gambling-calculator .calculator-body .horse-selector:not(:last-child) {
      border-bottom: solid 0.0625rem #cfdbe5; }
  #gambling-calculator .calculator-body .title-selections {
    line-height: 1; }
  #gambling-calculator .calculator-body h4, #gambling-calculator .calculator-body .selections {
    text-align: left; }
  #gambling-calculator .calculator-body h4 {
    margin: 0; }
  #gambling-calculator .calculator-body .button {
    margin: auto 0 auto auto; } }

#gambling-calculator .mobile-overlay .selectors-container {
  margin: auto 1.25rem;
  padding: 1.25rem 0; }

#gambling-calculator .mobile-overlay .cloth-checkbox {
  margin: 0.625rem;
  background: #fefefe; }

#gambling-calculator .mobile-overlay .checkbox-outer:nth-child(odd) .cloth-checkbox {
  margin-left: auto; }

#gambling-calculator .mobile-overlay .checkbox-outer:nth-child(even) .cloth-checkbox {
  margin-right: auto; }

#gambling-calculator .mobile-overlay .separator {
  min-height: 0.0625rem;
  background: #54585d;
  margin: 0.625rem 0 1.25rem 0; }

#gambling-calculator .mobile-overlay h4 {
  text-align: center;
  margin: 0 0 0.625rem 0; }

#gambling-calculator .no-selectors {
  text-align: center;
  background: #f7f7f8;
  font-size: 1.5625rem;
  margin: 3.125rem 0;
  background: none;
  font-weight: 400;
  color: #54585d; }
  @media screen and (max-width: 39.9375em) {
    #gambling-calculator .no-selectors {
      font-size: 1.25rem;
      padding: 0 1.25rem; } }

#gambling-calculator .header {
  background: #2c2e32;
  padding: 0;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  #gambling-calculator .header span, #gambling-calculator .header ul {
    display: block; }
  #gambling-calculator .header ul {
    margin: 0 1.25rem 0 auto;
    list-style: none none;
    line-height: 1; }
    #gambling-calculator .header ul img {
      height: 1.25rem; }
    #gambling-calculator .header ul li:first-child {
      margin-bottom: 0.3125rem; }
  #gambling-calculator .header .cost-label {
    font-size: 1.125rem;
    max-width: 3.75rem;
    margin: 1.25rem 1.875rem; }
  #gambling-calculator .header .cost {
    font-size: 2.5rem; }

body.page-gambling-calculator {
  overflow: auto;
  top: 0px !important; }

.video-listing-app .content-area {
  position: relative;
  min-height: 18.75rem;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 80.25rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0; }
  .video-listing-app .content-area .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    max-width: 100%; }
  .video-listing-app .content-area .small-offset-0 {
    margin-left: 0%; }
  .video-listing-app .content-area .small-offset-1 {
    margin-left: 100%; }
  @media screen and (min-width: 40em) {
    .video-listing-app .content-area {
      max-width: 80.25rem;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 0; }
      .video-listing-app .content-area .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 33.33333%; }
      .video-listing-app .content-area .medium-offset-0 {
        margin-left: 0%; }
      .video-listing-app .content-area .medium-offset-1 {
        margin-left: 11.11111%; }
      .video-listing-app .content-area .medium-offset-2 {
        margin-left: 22.22222%; }
      .video-listing-app .content-area .medium-offset-3 {
        margin-left: 33.33333%; }
      .video-listing-app .content-area .medium-offset-4 {
        margin-left: 44.44444%; }
      .video-listing-app .content-area .medium-offset-5 {
        margin-left: 55.55556%; }
      .video-listing-app .content-area .medium-offset-6 {
        margin-left: 66.66667%; }
      .video-listing-app .content-area .medium-offset-7 {
        margin-left: 77.77778%; }
      .video-listing-app .content-area .medium-offset-8 {
        margin-left: 88.88889%; }
      .video-listing-app .content-area .medium-offset-9 {
        margin-left: 100%; } }
  @media screen and (min-width: 64.0625em) {
    .video-listing-app .content-area {
      max-width: 80.25rem;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 0; }
      .video-listing-app .content-area .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 20%; }
      .video-listing-app .content-area .large-offset-0 {
        margin-left: 0%; }
      .video-listing-app .content-area .large-offset-1 {
        margin-left: 10%; }
      .video-listing-app .content-area .large-offset-2 {
        margin-left: 20%; }
      .video-listing-app .content-area .large-offset-3 {
        margin-left: 30%; }
      .video-listing-app .content-area .large-offset-4 {
        margin-left: 40%; }
      .video-listing-app .content-area .large-offset-5 {
        margin-left: 50%; }
      .video-listing-app .content-area .large-offset-6 {
        margin-left: 60%; }
      .video-listing-app .content-area .large-offset-7 {
        margin-left: 70%; }
      .video-listing-app .content-area .large-offset-8 {
        margin-left: 80%; }
      .video-listing-app .content-area .large-offset-9 {
        margin-left: 90%; }
      .video-listing-app .content-area .large-offset-10 {
        margin-left: 100%; } }
  .video-listing-app .content-area .item {
    margin-bottom: 1.25rem; }

.video-listing-app .filter select {
  border: none;
  border-bottom: solid 0.0625rem #e1e1e1;
  padding: 0.625rem 0;
  font-size: 1rem;
  width: 100%;
  background-position: right center; }
  @media screen and (max-width: 39.9375em) {
    .video-listing-app .filter select {
      padding-top: 0;
      background-position: right top; } }

.video-listing-app .filter .button {
  margin-bottom: 0; }

.video-listing-app .video-medium-teaser .video-teaser {
  padding-bottom: 56.25%;
  background: #2c2e32;
  margin-bottom: 1.25rem; }
  .video-listing-app .video-medium-teaser .video-teaser img.image, .video-listing-app .video-medium-teaser .video-teaser .logo-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .video-listing-app .video-medium-teaser .video-teaser .logo-inner {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .video-listing-app .video-medium-teaser .video-teaser img.logo {
    max-width: 25%;
    max-height: 25%;
    opacity: 0.4;
    margin: 0.625rem 0.3125rem; }
  @media screen and (max-width: 39.9375em) {
    .video-listing-app .video-medium-teaser .video-teaser {
      margin-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .video-listing-app .video-medium-teaser {
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    border-bottom: solid 0.0625rem #e1e1e1; }
    .video-listing-app .video-medium-teaser .bot-buffer {
      padding-bottom: 0; } }

.video-listing-app .loading-indicator {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .video-listing-app .loading-indicator .inner {
    margin: 3.125rem auto;
    display: inline-block; }
    .video-listing-app .loading-indicator .inner .ball-pulse-sync div {
      background-color: #999999; }

.video-listing-app .empty-container {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 6.25rem;
  width: 100%; }
  .video-listing-app .empty-container .inner {
    max-width: 50%;
    margin: 0 auto; }
  .video-listing-app .empty-container.small-margin {
    margin-top: 1.875rem; }

.pane-node-field-image {
  display: block;
  margin: 0 auto 20px; }
  .pane-node-field-image img {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .pane-node-field-image .field-name-field-caption .field-item {
    text-align: center; }

.field-name-body .media-element-container, .field-name-field-spanish-body .media-element-container {
  width: auto;
  float: left;
  display: block;
  margin-right: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 39.9375em) {
    .field-name-body .media-element-container, .field-name-field-spanish-body .media-element-container {
      float: none;
      width: 100%;
      margin-right: 0; } }
  .field-name-body .media-element-container.legacy-photo-container, .field-name-field-spanish-body .media-element-container.legacy-photo-container {
    float: none;
    margin-bottom: 20px; }
  .field-name-body .media-element-container.media-float-right img, .field-name-body .media-element-container.media-float-left img, .field-name-field-spanish-body .media-element-container.media-float-right img, .field-name-field-spanish-body .media-element-container.media-float-left img {
    float: none !important; }
  .field-name-body .media-element-container img.legacy-photo, .field-name-field-spanish-body .media-element-container img.legacy-photo {
    float: none;
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 39.9375em), screen and (orientation: portrait) {
    .field-name-body .media-element-container img, .field-name-field-spanish-body .media-element-container img {
      display: block !important;
      margin: auto !important; } }
  .field-name-body .media-element-container .field-items, .field-name-field-spanish-body .media-element-container .field-items {
    position: relative; }
    @media screen and (min-width: 40em) {
      .field-name-body .media-element-container .field-items .field-item, .field-name-field-spanish-body .media-element-container .field-items .field-item {
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        top: 0;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        left: 0;
        right: 0; } }

.field-name-field-caption, figcaption, .caption-credit {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
  text-align: center; }

.caption-credit div {
  display: inline-block; }

.node-type-article .pane-video {
  margin-bottom: 20px; }

.node-type-article .pane-node-body, .node-type-article .field-name-field-spanish-body {
  overflow: auto; }
  .node-type-article .pane-node-body h2, .node-type-article .field-name-field-spanish-body h2 {
    margin-bottom: 5px; }
  .node-type-article .pane-node-body hr, .node-type-article .field-name-field-spanish-body hr {
    margin: 40px 0; }

.field-name-body .field-item {
  overflow: hidden; }

.media_embed {
  clear: both; }

.pane-article-headline-section {
  width: 100%; }
  .pane-article-headline-section .article-headline {
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px; }
    .pane-article-headline-section .article-headline .sponsor {
      float: right;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      color: #999999; }
      .pane-article-headline-section .article-headline .sponsor span {
        display: block; }
      .pane-article-headline-section .article-headline .sponsor img {
        width: 150px; }
    .pane-article-headline-section .article-headline h1 {
      font-size: 2.25rem;
      margin-bottom: 20px;
      line-height: 1; }
    .pane-article-headline-section .article-headline > a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px; }
    .pane-article-headline-section .article-headline .date-byline .date {
      font-style: italic;
      font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
    .pane-article-headline-section .article-headline .date-byline .by {
      font-weight: bold;
      font-size: 12px;
      color: #999999;
      text-transform: uppercase; }
    .pane-article-headline-section .article-headline .date-byline .author {
      font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
      font-weight: bold;
      font-style: italic;
      color: #2c2e32; }
    .pane-article-headline-section .article-headline .provided-by {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      color: #999999; }
    .pane-article-headline-section .article-headline .bloodhorse-link {
      font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
      font-weight: bold;
      font-style: italic;
      color: #2c2e32;
      text-transform: none; }
      .pane-article-headline-section .article-headline .bloodhorse-link:hover {
        color: #e00415; }

.article-loader-placeholder {
  background: #e1e1e1;
  padding: 2.5rem; }
  .article-loader-placeholder .ball-pulse-sync {
    margin: 1.25rem 0 2.5rem 0; }
    .article-loader-placeholder .ball-pulse-sync div {
      background-color: #949ba1; }
  .article-loader-placeholder h1 {
    margin: 0; }
    .article-loader-placeholder h1 a {
      font-weight: normal;
      color: #2c2e32; }

.pane-category-hero .hero article {
  position: relative;
  color: #fefefe; }
  .pane-category-hero .hero article .details {
    position: absolute;
    bottom: 0.625rem;
    padding-left: 1.5625rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding-top: 9.375rem; }
    @media screen and (max-width: 64em) {
      .pane-category-hero .hero article .details {
        position: inherit;
        background: none;
        padding-left: 0;
        padding-top: 0; } }
  .pane-category-hero .hero article h3, .pane-category-hero .hero article .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-category-hero .hero article .radio-choice {
    margin-bottom: 0.3125rem;
    font-size: 1.875rem;
    line-height: 1; }
    .pane-category-hero .hero article h3 a, .pane-category-hero .hero article .webform-component-fan-choice .radio-choice a, .webform-component-fan-choice .pane-category-hero .hero article .radio-choice a {
      color: #fefefe; }
      @media screen and (max-width: 64em) {
        .pane-category-hero .hero article h3 a, .pane-category-hero .hero article .webform-component-fan-choice .radio-choice a, .webform-component-fan-choice .pane-category-hero .hero article .radio-choice a {
          font-size: 18px;
          color: #2c2e32;
          line-height: 1.5; } }
    @media screen and (max-width: 64em) {
      .pane-category-hero .hero article h3, .pane-category-hero .hero article .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-category-hero .hero article .radio-choice {
        margin-bottom: 0;
        font-size: 18px; } }
  .pane-category-hero .hero article .excerpt {
    margin-bottom: 0.4375rem; }
    @media screen and (max-width: 64em) {
      .pane-category-hero .hero article .excerpt {
        display: none; } }
  @media screen and (max-width: 64em) {
    .pane-category-hero .hero article .links {
      padding-bottom: 0; }
      .pane-category-hero .hero article .links > a {
        display: none; } }

.pane-category-hero .featured-stories {
  margin-top: 5px; }
  @media screen and (max-width: 64em) {
    .pane-category-hero .featured-stories {
      margin-top: 16px; } }
  @media screen and (min-width: 64.0625em) {
    .pane-category-hero .featured-stories .node-article {
      min-height: 324px; } }

.pane-category-listing .article-listing .node-list-item > *:first-child {
  padding-top: 0.9375rem; }

.pane-category-listing .article-listing .node-list-item > *:last-child {
  padding-bottom: 0.9375rem;
  border-bottom: dashed 0.0625rem #e1e1e1; }

.pane-category-listing .article-listing .node-list-item:first-child > *:first-child {
  padding-top: 0; }

.pane-category-listing .article-listing .node-list-item:last-child > *:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .pane-category-listing .article-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pane-category-listing .article-listing .node-list-item {
      border: 0;
      padding: 0 15px 15px; }
      .pane-category-listing .article-listing .node-list-item article {
        border-bottom: 1px dotted #e1e1e1;
        padding-bottom: 15px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .pane-category-teaser .main-article {
    border-bottom: solid 0.0625rem #e1e1e1;
    margin-bottom: 1.25rem; }
    .pane-category-teaser .main-article h3, .pane-category-teaser .main-article .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-category-teaser .main-article .radio-choice {
      margin-bottom: 5px; } }

@media screen and (max-width: 39.9375em) {
  .pane-category-teaser .main-article {
    border-bottom: solid 0.0625rem #e1e1e1;
    margin-bottom: 1.25rem; }
  .pane-category-teaser .sub-articles .node-list-item {
    display: none; }
    .pane-category-teaser .sub-articles .node-list-item:nth-child(1), .pane-category-teaser .sub-articles .node-list-item:nth-child(2) {
      display: block; }
  .pane-category-teaser .expanded.button {
    margin-bottom: 1.25rem; } }

.pane-most-popular .pane-content {
  padding-top: 5px !important; }
  .pane-most-popular .pane-content .node-list-item {
    border-bottom: 1px dotted #e1e1e1;
    padding: 15px 0; }
    .pane-most-popular .pane-content .node-list-item:first-child {
      padding-top: 0; }
    .pane-most-popular .pane-content .node-list-item:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  .pane-most-popular .pane-content .tabs {
    margin-bottom: 20px; }
    .pane-most-popular .pane-content .tabs li {
      width: 33%;
      max-width: 140px; }
      .pane-most-popular .pane-content .tabs li a {
        padding-left: 2px;
        padding-right: 2px;
        width: 100%;
        font-size: 13px; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .pane-most-popular .pane-content .tabs-panel.is-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .pane-most-popular .pane-content .tabs-panel.is-active .node-list-item {
        border: 0;
        padding: 0 15px 15px; }
        .pane-most-popular .pane-content .tabs-panel.is-active .node-list-item article {
          border-bottom: 1px dotted #e1e1e1;
          padding-bottom: 15px; } }

.pane-must-see-photos .node-list-item {
  margin-top: 20px; }
  .pane-must-see-photos .node-list-item:first-child {
    margin-top: 0px; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .pane-must-see-photos .node-list-item {
      margin-top: 0px; } }

.translation-controls ul {
  margin: -30px 0 0px; }

.spanish-translation.body {
  margin-top: 20px;
  display: none; }

.spanish-indicator {
  color: #e00415; }

.pane-ad-gambling-calculator img {
  margin: 0 auto;
  display: block; }

.pane-error-cartoon {
  position: relative;
  top: -10px; }
  .pane-error-cartoon img {
    width: 700px;
    margin: 0 auto;
    display: block; }
  .pane-error-cartoon .text-wrapper {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px; }
    .pane-error-cartoon .text-wrapper h3, .pane-error-cartoon .text-wrapper .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-error-cartoon .text-wrapper .radio-choice {
      font: bold 1.5rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
    .pane-error-cartoon .text-wrapper p {
      font: normal 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
      max-width: 550px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 30px; }
  .pane-error-cartoon form {
    max-width: 800px;
    display: block;
    margin: 0 auto 30px; }
  .pane-error-cartoon span {
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    color: #999999;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    text-align: center; }
  .pane-error-cartoon .search-filters {
    display: none; }

.pane-header-advertisement {
  margin: 0 0 40px; }

.pane-mobile-app-advertisement .pane-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px !important; }
  .pane-mobile-app-advertisement .pane-content .top {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px; }
    .pane-mobile-app-advertisement .pane-content .top img {
      display: block;
      margin: 0 auto; }
  .pane-mobile-app-advertisement .pane-content .bottom {
    margin: 0 auto;
    max-width: 225px; }
    .pane-mobile-app-advertisement .pane-content .bottom img {
      height: auto;
      width: 105px; }
    .pane-mobile-app-advertisement .pane-content .bottom .android {
      float: right; }
      .pane-mobile-app-advertisement .pane-content .bottom .android img {
        position: relative;
        top: -8px;
        right: -10px;
        width: 120px; }
    .pane-mobile-app-advertisement .pane-content .bottom.no-android a {
      display: block;
      text-align: center; }

.pane-track-map #locationInput {
  text-align: center;
  background: #f7f7f8;
  border-bottom: 2px solid #2c2e32; }

.pane-track-map #gpsLocation {
  padding: 18px;
  border: 1px solid #2c2e32;
  display: block;
  background-image: url("../img/icons/gps.svg");
  background-repeat: no-repeat;
  background-position: center; }
  .pane-track-map #gpsLocation:hover {
    background: #2c2e32;
    border: 1px solid #2c2e32;
    background-image: url("../img/icons/gps-hover.svg");
    background-repeat: no-repeat;
    background-position: center; }

.pane-track-map #map {
  height: 450px; }
  @media screen and (max-width: 39.9375em) {
    .pane-track-map #map {
      height: 200px; } }

.pane-track-map .infoBox {
  border: 1px solid #eff0f1;
  width: 272px; }
  .pane-track-map .infoBox > div {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important; }
  .pane-track-map .infoBox .trackLogo {
    width: 270px;
    height: 152px; }
  @media screen and (max-width: 39.9375em) {
    .pane-track-map .infoBox {
      width: 80% !important; }
      .pane-track-map .infoBox .trackLogo,
      .pane-track-map .infoBox .bottomContent {
        display: none; } }

.pane-track-map .infoBoxContent {
  color: #2c2e32; }
  .pane-track-map .infoBoxContent .topContent,
  .pane-track-map .infoBoxContent .bottomContent {
    padding: 15px;
    -o-text-overflow: hidden;
    text-overflow: hidden;
    text-align: justify; }
    .pane-track-map .infoBoxContent .topContent p,
    .pane-track-map .infoBoxContent .bottomContent p {
      padding: 0;
      margin: 0; }
  .pane-track-map .infoBoxContent h1 {
    font-weight: bold;
    font-size: 20px;
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    padding: 0;
    margin: 0; }
  .pane-track-map .infoBoxContent .location {
    font-weight: normal;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    color: #999999; }

.pane-track-map .trackButton {
  padding: 10px;
  border-top: 1px solid #e1e1e1;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  color: #2c2e32;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }
  .pane-track-map .trackButton:first-child {
    border-right: 1px solid #e1e1e1; }
  .pane-track-map .trackButton:hover {
    background: #2c2e32;
    color: white; }

.pane-track-map #locationControls {
  width: 90%;
  margin: auto; }

.pane-track-map #mapLoader {
  background: #e1e1e1;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pane-track-map #mapLoader .loader-inner {
    -ms-flex-item-align: center;
    align-self: center; }
    .pane-track-map #mapLoader .loader-inner > div {
      background: #999999; }

#top-leaderboard {
  height: 696px;
  background-size: cover !important; }
  #top-leaderboard .leaderboard-header {
    width: 100%;
    margin-top: 60px; }
    #top-leaderboard .leaderboard-header h2 {
      color: #fefefe;
      border-top: 3px solid #fefefe; }
      #top-leaderboard .leaderboard-header h2 em {
        padding-left: 25px; }
  #top-leaderboard .leaderboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    #top-leaderboard .leaderboard .equibase-placement {
      width: 257px; }
      @media only screen and (min-device-width: 1024px) and (max-width: 1285px) {
        #top-leaderboard .leaderboard .equibase-placement {
          display: none; } }
    #top-leaderboard .leaderboard .list-wrapper {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2; }
      #top-leaderboard .leaderboard .list-wrapper .leaderboard-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (min-device-width: 1024px) and (max-width: 1285px) {
          #top-leaderboard .leaderboard .list-wrapper .leaderboard-list {
            -ms-flex-pack: distribute;
            justify-content: space-around; } }
        @media screen and (max-width: 39.9375em) {
          #top-leaderboard .leaderboard .list-wrapper .leaderboard-list {
            position: relative;
            display: block;
            max-width: 100vw; } }
        @media screen and (min-width: 40em) and (max-width: 64em) {
          #top-leaderboard .leaderboard .list-wrapper .leaderboard-list {
            position: relative;
            display: block;
            max-width: 100vw;
            padding-left: 20px; } }
  #top-leaderboard .view-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px; }
    #top-leaderboard .view-all .button {
      border-color: #fefefe;
      color: #fefefe;
      margin: 0 auto;
      padding: 0.85em 50px; }
  @media screen and (max-width: 39.9375em) {
    #top-leaderboard {
      height: 650px; }
      #top-leaderboard .leaderboard-header {
        margin-top: 40px;
        padding: 0 20px; }
        #top-leaderboard .leaderboard-header h2 {
          font-size: 20px;
          line-height: 40px; } }

.leaderboard-item {
  width: 236px;
  position: relative;
  outline: 0; }
  .leaderboard-item img {
    margin-bottom: 20px; }
  .leaderboard-item h3, .leaderboard-item .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .leaderboard-item .radio-choice {
    margin-bottom: 5px;
    overflow: hidden; }
    .leaderboard-item h3 a, .leaderboard-item .webform-component-fan-choice .radio-choice a, .webform-component-fan-choice .leaderboard-item .radio-choice a {
      font: normal 1.5rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
      color: #fefefe;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      width: 236px;
      display: block; }
      .leaderboard-item h3 a:hover, .leaderboard-item .webform-component-fan-choice .radio-choice a:hover, .webform-component-fan-choice .leaderboard-item .radio-choice a:hover, .leaderboard-item h3 a:hover:visited, .leaderboard-item .webform-component-fan-choice .radio-choice a:hover:visited, .webform-component-fan-choice .leaderboard-item .radio-choice a:hover:visited {
        color: #e00415; }
  .leaderboard-item .stat-label {
    font: bold 0.75rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    color: #999999;
    text-transform: uppercase; }
    @media screen and (max-width: 39.9375em) {
      .leaderboard-item .stat-label {
        margin-bottom: 5px; } }
  .leaderboard-item .current-earnings {
    font: normal 1.875rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    color: #fefefe;
    margin-bottom: 10px; }
  .leaderboard-item .stats-bottom {
    border-top: 1px solid #232b2b;
    border-bottom: 1px solid #232b2b;
    padding: 5px 0; }
    .leaderboard-item .stats-bottom .leaderboard-stat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      font: bold 0.75rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
      color: #fefefe;
      margin: 4px 0; }
      .leaderboard-item .stats-bottom .leaderboard-stat .stat-label {
        margin-right: auto; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .leaderboard-item .stats-bottom .leaderboard-stat .stat-label {
            width: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .leaderboard-item {
      width: 236px;
      margin: 0 20px; }
      .leaderboard-item h3, .leaderboard-item .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .leaderboard-item .radio-choice, .leaderboard-item .stat-label, .leaderboard-item .current-earnings {
        text-align: center;
        display: block; } }
  @media screen and (min-width: 40em) {
    .leaderboard-item {
      margin: 0 0 0 1.5rem; } }

.rank {
  background-color: #00683b;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 10px 10px 97px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 97px -16px rgba(0, 0, 0, 0.75); }
  .rank span {
    font: normal 1.5rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    color: #fefefe; }
  .rank:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 20px 0 20px;
    border-color: #00683b transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0; }

.pane-button-group {
  margin-top: 40px;
  margin-bottom: 25px; }
  @media screen and (max-width: 39.9375em) {
    .pane-button-group .button {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.pane-connections-people .connection {
  text-align: center; }
  .pane-connections-people .connection h3, .pane-connections-people .connection .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-connections-people .connection .radio-choice {
    font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    margin: 0;
    text-transform: uppercase; }
  .pane-connections-people .connection span {
    font: normal 1rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    display: block;
    text-transform: uppercase;
    color: #949ba1;
    margin: 0; }
  .pane-connections-people .connection img {
    width: 300px;
    margin: 5px auto 0; }
  .pane-connections-people .connection a {
    position: relative;
    top: -20px;
    display: block;
    margin: 0 auto;
    background: #fefefe;
    width: 50%;
    background: #fefefe; }
    .pane-connections-people .connection a:hover {
      background: #2c2e32;
      color: #fefefe; }

.pane-connections-people .connection, .pane-connections-horse .connection {
  text-align: center;
  outline: 0; }
  .pane-connections-people .connection h3, .pane-connections-people .connection .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-connections-people .connection .radio-choice, .pane-connections-horse .connection h3, .pane-connections-horse .connection .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-connections-horse .connection .radio-choice {
    font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    margin: 0;
    text-transform: uppercase; }
  .pane-connections-people .connection span, .pane-connections-horse .connection span {
    font: normal 1rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    display: block;
    text-transform: uppercase;
    color: #949ba1;
    margin: 0; }
  .pane-connections-people .connection img, .pane-connections-horse .connection img {
    width: 300px;
    margin: 5px auto 0; }
  .pane-connections-people .connection a, .pane-connections-horse .connection a {
    position: relative;
    top: -20px;
    display: block;
    margin: 0 auto;
    background: #fefefe;
    width: 50%;
    background: #fefefe; }
    .pane-connections-people .connection a:hover, .pane-connections-horse .connection a:hover {
      background: #2c2e32;
      color: #fefefe; }

.contributor-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .contributor-details .contributor-name {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .contributor-details .contributor-description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.contributor-details-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contributor-details-social > * {
    margin-right: 10px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center; }
  .contributor-details-social.show-for-small-only {
    margin-top: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contributor-details-social.show-for-small-only > * {
      margin: 5px; }
  .contributor-details-social .contributor-article-count {
    padding: 0 0.3125rem;
    line-height: 1.8125rem;
    background: #eff0f1;
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }

.contributor-stories {
  margin-top: 20px; }

.contributor-body-small {
  margin-top: 20px; }
  .contributor-body-small .summary {
    display: none; }

.equibase-profile a {
  margin: 0 auto; }
  .equibase-profile a img {
    width: 120px; }
  .equibase-profile a span {
    color: #2c2e32;
    margin-right: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .equibase-profile a:hover span {
    font-weight: bold;
    color: #54585d; }

.profile-hero {
  position: relative;
  top: -150px;
  margin-bottom: -150px; }
  @media screen and (max-width: 64em) {
    .profile-hero {
      top: 0;
      margin-bottom: 0px; } }
  .profile-hero .aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .profile-hero .aligner .top {
      margin-left: 20px;
      margin-top: auto; }
      .profile-hero .aligner .top h1 {
        font: bold 2.75rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
        color: #fefefe;
        margin-bottom: 0; }
        @media screen and (max-width: 64em) {
          .profile-hero .aligner .top h1 {
            color: #2c2e32;
            margin: 10px 0; } }
        @media screen and (max-width: 39.9375em) {
          .profile-hero .aligner .top h1 {
            font-size: 18px; } }
      .profile-hero .aligner .top h4 {
        font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
        color: #fefefe; }
        @media screen and (max-width: 64em) {
          .profile-hero .aligner .top h4 {
            color: #2c2e32; } }
        @media screen and (max-width: 39.9375em) {
          .profile-hero .aligner .top h4 {
            font-size: 14px;
            font-weight: normal; } }
      @media screen and (max-width: 64em) {
        .profile-hero .aligner .top {
          margin: 20px 0 0; } }
    .profile-hero .aligner .bottom {
      margin-top: auto; }
      .profile-hero .aligner .bottom .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #e1e1e1;
        min-height: 110px;
        margin-top: 20px; }
        .profile-hero .aligner .bottom .columns .wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media screen and (max-width: 64em) {
            .profile-hero .aligner .bottom .columns .wrapper {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              text-align: center; } }
          @media screen and (min-width: 64.0625em) {
            .profile-hero .aligner .bottom .columns .wrapper .icon img {
              float: left;
              padding-right: 10px; } }
          @media screen and (max-width: 64em) {
            .profile-hero .aligner .bottom .columns .wrapper .icon img {
              height: 30px;
              margin-bottom: 10px; } }
          .profile-hero .aligner .bottom .columns .wrapper .speed-figure {
            width: 65px; }
          .profile-hero .aligner .bottom .columns .wrapper .stat {
            font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
            @media screen and (min-width: 40em) and (max-width: 64em) {
              .profile-hero .aligner .bottom .columns .wrapper .stat {
                font-size: 1.5rem; } }
            @media screen and (max-width: 39.9375em) {
              .profile-hero .aligner .bottom .columns .wrapper .stat {
                font-size: 18px; } }
          .profile-hero .aligner .bottom .columns .wrapper span {
            text-transform: uppercase;
            color: #949ba1; }
            @media screen and (max-width: 39.9375em) {
              .profile-hero .aligner .bottom .columns .wrapper span {
                font-size: 12px;
                font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto; } }
        .profile-hero .aligner .bottom .columns:last-child {
          border-right: 0; }
  .profile-hero .profile-pic {
    border: solid 10px #fefefe;
    width: 300px; }
    @media screen and (max-width: 64em) {
      .profile-hero .profile-pic {
        float: left;
        border: 0;
        margin-right: 10px;
        max-width: 200px; } }
    @media screen and (max-width: 39.9375em) {
      .profile-hero .profile-pic {
        width: 100px; } }

.pane-race-entries .pane-content, .pane-race-results .pane-content {
  padding: 0 !important; }

.pane-race-entries .footer, .pane-race-results .footer {
  margin: 0 !important; }

.pane-race-entries .scratches .entry-header, .pane-race-results .scratches .entry-header {
  margin-top: 1.25rem; }

.pane-race-entries .scratches .entry-header:last-child, .pane-race-results .scratches .entry-header:last-child {
  margin-bottom: 1.25rem; }

.pane-race-entries .header, .pane-race-results .header {
  margin: 0 !important;
  border-bottom: solid 1px #CACBCC; }

.pane-race-entries .content, .pane-race-results .content {
  border-top: solid 1px #e1e1e1;
  padding: 1.25rem; }

.pane-race-entries .other_races, .pane-race-results .other_races {
  padding-top: 1.25rem; }

@media screen and (max-width: 39.9375em) {
  .pane-race-entries .header, .pane-race-results .header {
    margin: 0 -0.625rem !important; }
    .pane-race-entries .header span.float-right, .pane-race-results .header span.float-right {
      font-size: 0.875rem; }
  .pane-race-entries .footer, .pane-race-results .footer {
    margin: 0 -0.625rem !important; }
  .pane-race-entries .content, .pane-race-results .content {
    padding: 1.25rem 0; } }

.pane-race-entries .pane-content .footer {
  margin-top: -1.875rem !important; }

@media screen and (max-width: 39.9375em) {
  .pane-race-entries .pane-content .footer {
    margin: -1.875rem -0.625rem 0 -0.625rem !important; } }

.entries-results-small .race-entries, .entries-results-small .race-results {
  padding: 1.25rem; }

@media screen and (max-width: 39.9375em) {
  .entries-results-small .race-entries, .entries-results-small .race-results {
    padding: 0.625rem; } }

.entries-results-small .header.black {
  margin: 0 !important;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.abr-style .entries-results-embedded .entry-header .title, .abr-style .entries-results-small .entry-header .title {
  max-width: 60%; }

.abr-style .entries-results-embedded .header, .abr-style .entries-results-small .header {
  font-size: 0.9375rem; }
  .abr-style .entries-results-embedded .header li, .abr-style .entries-results-small .header li {
    padding: 0 0.3125rem; }
    .abr-style .entries-results-embedded .header li:first-child, .abr-style .entries-results-small .header li:first-child {
      padding-left: 0; }
    .abr-style .entries-results-embedded .header li:last-child, .abr-style .entries-results-small .header li:last-child {
      padding-right: 0; }
  .abr-style .entries-results-embedded .header.black, .abr-style .entries-results-small .header.black {
    font-size: 1.125rem; }

@media screen and (min-width: 64.0625em) {
  .race-hero {
    position: relative;
    top: -154px;
    margin-bottom: -154px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .race-hero {
    position: relative;
    top: -120px;
    margin-bottom: -120px; } }

@media screen and (max-width: 39.9375em) {
  .race-hero {
    position: relative;
    top: -25px;
    margin-bottom: -25px; } }

.race-hero .details span {
  margin: 10px 0 0;
  font: normal 1.5rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  color: #fefefe;
  font-style: italic;
  display: block; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .race-hero .details span {
      margin-top: 0; } }
  @media screen and (max-width: 39.9375em) {
    .race-hero .details span {
      color: #2c2e32;
      margin: 0;
      font-size: 14px;
      position: relative;
      display: inline;
      top: -25px;
      left: 120px; } }

.race-hero .details h1 {
  font: bold 2.75rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  color: #fefefe;
  margin-top: auto;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media screen and (max-width: 39.9375em) {
    .race-hero .details h1 {
      color: #2c2e32;
      margin: 0 0 15px;
      font-size: 18px; } }

.race-hero .details h4 {
  font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  color: #fefefe;
  font-weight: normal; }
  @media screen and (max-width: 39.9375em) {
    .race-hero .details h4 {
      color: #2c2e32;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 0; } }
  .race-hero .details h4 em {
    font-style: normal; }

.race-hero .profile-pic {
  max-height: 154px; }
  @media screen and (min-width: 40em) {
    .race-hero .profile-pic {
      border: solid 10px #fefefe;
      width: 300px; } }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .race-hero .profile-pic {
      width: 200px; } }
  @media screen and (max-width: 39.9375em) {
    .race-hero .profile-pic {
      border: solid 1px #e1e1e1;
      width: 100px; } }

@media screen and (min-width: 40em) {
  .race-icons .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-right: 1px solid #e1e1e1;
    min-height: 50px;
    margin: 0 0 40px; } }

@media screen and (max-width: 39.9375em) {
  .race-icons .columns {
    border-bottom: 1px solid #e1e1e1; } }

@media screen and (min-width: 64.0625em) {
  .race-icons .columns img {
    float: left;
    padding-right: 10px; } }

@media screen and (max-width: 64em) {
  .race-icons .columns img {
    height: 30px;
    margin-bottom: 10px; } }

@media screen and (max-width: 39.9375em) {
  .race-icons .columns img {
    min-width: 50px;
    margin-top: 10px; } }

.race-icons .columns .stat {
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  font-size: 1.875rem;
  margin: auto 0; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .race-icons .columns .stat {
      font-size: 1.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .race-icons .columns .stat {
      font-size: 18px;
      display: inline; } }

.race-icons .columns span {
  text-transform: uppercase;
  color: #949ba1; }
  @media screen and (max-width: 39.9375em) {
    .race-icons .columns span {
      font-size: 12px;
      font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto; } }

.race-icons .columns:last-child {
  border-right: 0;
  border-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .race-icons .columns:last-child {
      margin-bottom: 30px; } }

.race-icons.with-small-details .columns {
  padding-bottom: 0.625rem;
  margin-bottom: 0; }

.pane-race-icon-details .separator {
  margin-top: 0;
  margin-bottom: 0.625rem; }
  .pane-race-icon-details .separator.large-margin {
    margin-bottom: 2.5rem; }

.pane-race-icon-details .race-small-details {
  padding-bottom: 0.625rem;
  margin-bottom: 0; }
  .pane-race-icon-details .race-small-details img {
    max-height: 3.125rem; }
  .pane-race-icon-details .race-small-details .summary {
    font-size: 0.875rem;
    margin-bottom: 0; }
    .pane-race-icon-details .race-small-details .summary p {
      margin-bottom: 0; }

.pane-race-results .video-outer {
  margin-bottom: 1.25rem;
  border-bottom: solid 0.3125rem #2c2e32; }
  .pane-race-results .video-outer > div:not(.jw-flag-fullscreen) {
    width: 100% !important;
    height: 25rem !important; }
    @media screen and (max-width: 39.9375em) {
      .pane-race-results .video-outer > div:not(.jw-flag-fullscreen) {
        height: 12.5rem !important; } }
  .pane-race-results .video-outer > .video.handled {
    width: 100% !important;
    height: auto !important; }
    .pane-race-results .video-outer > .video.handled img.thumb {
      width: 100%; }
    .pane-race-results .video-outer > .video.handled .overlay-video-std {
      opacity: 0.75; }
      .pane-race-results .video-outer > .video.handled .overlay-video-std:hover {
        opacity: 1; }

.pane-race-results a:hover, .pane-race-results a:focus {
  color: #e00415; }

.pane-race-results .other_races a:hover, .pane-race-results a:focus {
  color: #fefefe; }

.pane-race-results .inner, .pane-race-entries .inner {
  border: solid 0.0625rem #e1e1e1; }
  @media screen and (max-width: 39.9375em) {
    .pane-race-results .inner, .pane-race-entries .inner {
      border: 0; }
      .pane-race-results .inner .header, .pane-race-entries .inner .header {
        border-bottom: 2px solid #54585d; }
      .pane-race-results .inner .content, .pane-race-entries .inner .content {
        border-top: 0;
        padding: 10px 0; }
      .pane-race-results .inner .video-outer, .pane-race-entries .inner .video-outer {
        margin-bottom: 10px; } }

.racing-record .black-header.first {
  border-right: solid 1px #fefefe;
  border-left: solid 10px #fefefe; }

.racing-record .black-header.second {
  border-right: solid 10px #fefefe; }

.racing-record .stat {
  position: relative;
  text-align: center;
  font-size: 0;
  width: 100%; }
  .racing-record .stat:first-child {
    margin-top: 1.75rem; }
  .racing-record .stat:last-child {
    margin-bottom: 2.5rem; }
  .racing-record .stat span {
    position: relative;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    background: #fefefe;
    padding: 0 0.625rem;
    display: inline-block;
    margin: 0.75rem 0; }
    .racing-record .stat span:first-of-type, .racing-record .stat span:last-of-type {
      font-weight: bold; }
    .racing-record .stat span:first-of-type {
      padding-left: 0; }
    .racing-record .stat span:last-of-type {
      padding-right: 0; }
    .racing-record .stat span.center {
      color: #949ba1; }
    .racing-record .stat span.float-left {
      position: absolute;
      left: 0; }
    .racing-record .stat span.float-right {
      position: absolute;
      right: 0; }
  .racing-record .stat .line {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 0.0625rem;
    background: #e1e1e1;
    z-index: -1; }
  .racing-record .stat.blue .line {
    background: #0068fd; }
  .racing-record .stat.red .line {
    background: #e00415; }
  .racing-record .stat.black .line {
    background: #54585d; }
  .racing-record .stat.hover .line {
    height: 0.1875rem;
    margin-top: -0.0625rem; }
  .racing-record .stat.hover span {
    font-weight: bold; }

.racing-record .graph {
  position: relative;
  overflow: hidden; }
  .racing-record .graph .svg-container {
    position: static !important; }
  .racing-record .graph svg {
    position: absolute !important;
    right: 0;
    bottom: 0;
    padding: 0.625rem 20px;
    height: 100%;
    width: 100%; }
    .racing-record .graph svg .slice .surface {
      -webkit-transition: opacity 0.15s linear;
      -o-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear;
      cursor: pointer; }
    .racing-record .graph svg .trace:hover .slice .surface, .racing-record .graph svg .trace.hover .slice .surface {
      opacity: 0.5; }
      .racing-record .graph svg .trace:hover .slice .surface:hover, .racing-record .graph svg .trace:hover .slice .surface.hover, .racing-record .graph svg .trace.hover .slice .surface:hover, .racing-record .graph svg .trace.hover .slice .surface.hover {
        opacity: 1; }
  @media screen and (max-width: 39.9375em) {
    .racing-record .graph {
      max-height: 12.5rem; } }

@media screen and (min-width: 64.0625em) {
  .track-hero {
    position: relative;
    top: -175px;
    margin-bottom: -175px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .track-hero {
    position: relative;
    top: -120px;
    margin-bottom: -120px; } }

@media screen and (max-width: 39.9375em) {
  .track-hero {
    position: relative;
    top: -25px;
    margin-bottom: -25px; } }

.track-hero .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .track-hero .details h1 {
    font: bold 2.75rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    color: #fefefe;
    margin-top: auto;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .track-hero .details h1 {
        color: #2c2e32;
        margin: 15px 0;
        font-size: 18px; } }
  .track-hero .details h4 {
    font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    color: #fefefe; }
    @media screen and (max-width: 39.9375em) {
      .track-hero .details h4 {
        color: #2c2e32;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0; } }

@media screen and (min-width: 40em) {
  .track-hero .profile-pic {
    border: solid 10px #fefefe;
    width: 300px; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .track-hero .profile-pic {
    width: 200px; } }

@media screen and (max-width: 39.9375em) {
  .track-hero .profile-pic {
    border: solid 1px #e1e1e1;
    width: 100px; } }

.mobile-app-links {
  padding: 0 30px; }
  .mobile-app-links img, .mobile-app-links .app-link {
    display: block;
    margin: 0 auto; }
  .mobile-app-links .phones {
    max-width: 400px;
    width: 100%; }
  .mobile-app-links .android-link {
    width: 150px;
    height: initial;
    position: relative;
    top: -10px; }
  .mobile-app-links .coming-soon {
    color: #fefefe;
    background-color: #2c2e32;
    text-align: center;
    width: 300px;
    margin: 0 auto; }
    .mobile-app-links .coming-soon p {
      font: bold 14px/36px "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
      .mobile-app-links .coming-soon p em {
        color: #e00415; }
  .mobile-app-links .middle {
    padding: 30px;
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .mobile-app-links .middle {
        padding: 30px 0; } }

.abr-style.narrow {
  max-width: 18.75rem;
  margin: 0 auto; }

.abr-style.default-top-spacing {
  margin-top: 2.5rem; }

.abr-style.default-bottom-spacing {
  margin-bottom: 2.5rem; }

.abr-style.compact-spacing.default-top-spacing {
  margin-top: 1.25rem; }

.abr-style.compact-spacing.default-bottom-spacing {
  margin-bottom: 1.25rem; }

.abr-style.bordered .panel-pane .pane-content {
  padding: 1.25rem; }
  .abr-style.bordered .panel-pane .pane-content .header, .abr-style.bordered .panel-pane .pane-content .footer {
    margin: -1.25rem; }
  .abr-style.bordered .panel-pane .pane-content .footer {
    margin-top: 1.25rem; }
  .abr-style.bordered .panel-pane .pane-content .header {
    margin-bottom: 1.25rem; }

.abr-style.bordered:not(.header-section-heading) .panel-pane .pane-content {
  border: solid 0.0625rem #e1e1e1; }

.abr-style.bordered.header-section-heading {
  border: solid 0.0625rem #e1e1e1; }
  .abr-style.bordered.header-section-heading .section-heading:not(.noborder) {
    border-bottom: none;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0; }
    .abr-style.bordered.header-section-heading .section-heading:not(.noborder):after {
      content: ' ';
      display: block;
      margin: 0.625rem 1.25rem 0 1.25rem;
      border-bottom: solid 0.0625rem #2c2e32; }
  .abr-style.bordered.header-section-heading .footer-button {
    margin: 1.25rem -1.3125rem -1.3125rem -1.3125rem;
    width: auto;
    border-color: #e1e1e1; }

.abr-style.header-widget-heading.bordered .panel-pane .pane-content {
  padding-top: 3.75rem;
  margin-top: -60px; }

.abr-style.background-gray {
  background: #e1e1e1; }

.abr-style.background-black {
  background: #2c2e32;
  color: #fefefe; }

.abr-style.background-super-black {
  background: #000;
  color: #fefefe; }

.abr-style .footer {
  background: #e1e1e1;
  font-size: 0.75rem;
  padding: 0.3125rem; }
  .abr-style .footer span, .abr-style .footer img {
    vertical-align: middle; }
  .abr-style .footer img {
    max-height: 1.25rem; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .abr-style .footer img {
      height: 1.25rem; } }
  .abr-style .footer _:-ms-lang(x), .abr-style .footer _:-webkit-full-screen, .abr-style .footer img {
    height: 1.25rem; }

.abr-style .header {
  background: #e1e1e1;
  padding: 1.25rem;
  font-size: 1.125rem; }
  .abr-style .header.black {
    background: #2c2e32;
    color: #fefefe; }
  @media screen and (min-width: 64.0625em) {
    .abr-style .header ul.inline {
      max-width: 75%; } }

@media screen and (min-width: 40em) and (max-width: 64em) {
  .region-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 80.25rem; }
    .region-row .no-stack-container {
      width: 100%; }
    .region-row .stack-container {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .abr-style.columns.small-12.bordered.header-section-heading {
    border: 0; }
    .abr-style.columns.small-12.bordered.header-section-heading .panel-pane {
      border: solid 0.0625rem #e1e1e1; } }

@media screen and (max-width: 39.9375em) {
  .abr-style.default-top-spacing {
    margin-top: 1.875rem; }
  .abr-style.default-bottom-spacing {
    margin-bottom: 1.875rem; }
  .abr-style.compact-spacing.default-top-spacing {
    margin-top: 1.25rem; }
  .abr-style.compact-spacing.default-bottom-spacing {
    margin-bottom: 1.25rem; }
  .abr-style .header, .abr-style .footer {
    margin: 0 -0.625rem; }
  .abr-style .header {
    padding: 1.25rem 0.625rem; } }

.pane-countdown .pane-content {
  padding: 20px !important; }

.pane-countdown .countdown-longines {
  background: #002744; }

.pane-countdown .countdown-nrha {
  background: #d01242; }

.pane-countdown .countdown-wrapper .countdown-heading {
  font: normal 14px/1 "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  color: #fefefe;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #fefefe;
  padding-bottom: 15px;
  margin: 7px 0 0; }
  .pane-countdown .countdown-wrapper .countdown-heading em {
    text-transform: lowercase; }

.pane-countdown .countdown-wrapper .countdown-placeholder {
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px solid #fefefe;
  color: #fefefe; }
  .pane-countdown .countdown-wrapper .countdown-placeholder span {
    font-weight: bold;
    font-size: 20px;
    margin: 0 2px;
    color: #fefefe; }

.pane-countdown .countdown-wrapper img {
  width: 150px;
  display: block;
  margin: 0 auto; }

.accordion-header {
  margin-bottom: 0; }
  .accordion-header tbody {
    background-color: #2c2e32;
    border: 0; }
    .accordion-header tbody tr th {
      font-size: 0.75rem;
      color: #999999;
      text-transform: uppercase; }
      .accordion-header tbody tr th:first-child {
        width: 54px; }

.triple-crown.accordion {
  border: 0; }
  .triple-crown.accordion .accordion-item:nth-child(even) {
    background-color: #fafafb; }
  .triple-crown.accordion .accordion-title {
    padding: 12px 10px; }
  .triple-crown.accordion .accordion-title:hover, .triple-crown.accordion .accordion-title:focus {
    background-color: #fefefe; }
  .triple-crown.accordion .accordion-title::before {
    font-size: 25px;
    top: 40%; }
  .triple-crown.accordion .accordion-item .left-item {
    font: bold 0.8125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    width: 45px;
    display: inline-block;
    margin-right: 15px; }
  .triple-crown.accordion .accordion-item .middle-item {
    max-width: 210px;
    margin-left: 54px; }
    .triple-crown.accordion .accordion-item .middle-item span {
      display: block; }
  .triple-crown.accordion .accordion-item .accordion-content {
    position: relative;
    padding: 10px; }
  .triple-crown.accordion .date {
    position: absolute;
    top: 11px; }
  .triple-crown.accordion .horses {
    font: bold 0.875rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
    .triple-crown.accordion .horses a {
      color: #2c2e32; }
  .triple-crown.accordion .points {
    float: right;
    color: #999999;
    font-size: 0.8125rem;
    text-transform: uppercase;
    position: relative;
    top: 5px; }
  .triple-crown.accordion .position {
    color: #999999; }
  .triple-crown.accordion .race {
    font: normal 0.875rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
  .triple-crown.accordion .track {
    font: normal 0.75rem "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
    color: #0068fd;
    text-transform: uppercase; }

.tc td:last-child {
  text-align: left !important; }

.pane-video .row.collapse {
  margin-left: auto;
  margin-right: auto;
  background: #2c2e32; }

.pane-video .youtube-video-wrapper-embed {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }

.pane-video .video-info {
  padding: 1.25rem; }

.pane-video h1 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: normal; }

.pane-video .small.inactive {
  margin-bottom: 0.625rem; }

.pane-video .content {
  color: #868c92; }
  .pane-video .content p:last-child {
    margin-bottom: 0; }

.pane-video .video-wrapper {
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer; }
  .pane-video .video-wrapper .play-overlay {
    position: absolute;
    top: 40%;
    left: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: bold;
    z-index: 10; }
  .pane-video .video-wrapper .play-overlay:hover {
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 10px #ffff64;
    box-shadow: 0px 0px 10px #ffff64;
    text-shadow: 0px 0px 10px #ffff64; }

.pane-generic-widget .widget-wrapper > p {
  font: normal 15px/1.6 "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  font-style: italic;
  text-align: center; }

.pane-generic-widget .widget-wrapper > img {
  margin: 20px auto;
  display: block; }

.pane-generic-widget .widget-wrapper .button {
  margin: 20px 0 0;
  display: block; }

.basic-heading {
  margin-bottom: 0; }

button {
  margin-top: 0.625rem; }


h3,
.webform-component-fan-choice .radio-choice {
  margin-bottom: 0.625rem; }

.button {
  margin-bottom: 0; }

#newsletterFormFields {
  position: relative; }

.pane-newsletter h3, .pane-newsletter .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-newsletter .radio-choice {
  margin-bottom: 0.625rem; }

.pane-newsletter .button {
  margin-bottom: 0; }

#newsletterFormDiv {
  padding-top: 2.5rem; }
  #newsletterFormDiv .basic-heading {
    margin-bottom: 0; }
  #newsletterFormDiv button {
    margin-top: 0.625rem; }

#newsletterFormFields {
  position: relative; }

.pane-social-media h3, .pane-social-media .webform-component-fan-choice .radio-choice, .webform-component-fan-choice .pane-social-media .radio-choice {
  margin-bottom: 0.625rem; }

.pane-social-media .pane-content .full-mode .social {
  padding: 0.875rem 0; }

.pane-social-media .pane-content .full-mode hr {
  margin-bottom: 0; }

.pane-top-fives .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px; }
  .pane-top-fives .step-item .step-indicator {
    font: bold 1.125rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    border: 1px solid #999999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px 15px;
    margin-right: 15px; }
  .pane-top-fives .step-item .step-text {
    font: bold 0.9375rem "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    margin: auto 0; }
    .pane-top-fives .step-item .step-text a {
      color: #2c2e32; }
      .pane-top-fives .step-item .step-text a:hover {
        color: #e00415; }

.pane-upcoming-signature-races .node-list {
  margin-bottom: 1.25rem; }

/*------------------------------------*
    Full Width Content
\*------------------------------------*/
.gray-section {
  height: 289px;
  background-color: #e1e1e1; }

/*------------------------------------*
    Panel Layouts
\*------------------------------------*/
.nine-three-layout > .columns {
  margin-bottom: 30px; }

.two-col-stacked-layout > .row > .large-9 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

@media screen and (min-width: 64.0625em) {
  .two-col-stacked-layout > .row > .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 321px;
    flex: 0 0 321px;
    max-width: initial; } }

/*------------------------------------*
    Spacing
\*------------------------------------*/
.spacer {
  padding-bottom: 30px; }

.top-buffer {
  padding-top: 20px; }

.bot-buffer {
  padding-bottom: 20px; }

.bot-buffer-10 {
  padding-bottom: 10px; }

.bot-margin {
  margin-bottom: 20px; }

.minimum-margin {
  margin: 1.25rem 0; }

.top-margin {
  margin-top: 20px; }

.no-bot-margin {
  margin-bottom: 0; }

/*------------------------------------*
    Misc.
\*------------------------------------*/
.row.narrow, #google-cse-results {
  max-width: 59.0625rem; }

#google-cse-results {
  margin: auto; }

.view-article-listings .views-row {
  margin-bottom: 20px; }
  .view-article-listings .views-row .article-wrapper {
    border-bottom: 0.0625rem solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .view-article-listings .views-row .views-field-title, .view-article-listings .views-row .views-field-field-spanish-title {
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem; }
    @media screen and (max-width: 39.9375em) {
      .view-article-listings .views-row .views-field-title, .view-article-listings .views-row .views-field-field-spanish-title {
        margin-top: 0; } }
    .view-article-listings .views-row .views-field-title a, .view-article-listings .views-row .views-field-field-spanish-title a {
      color: #2c2e32;
      font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
      font-size: 1.25rem;
      line-height: 28px; }
      @media screen and (max-width: 39.9375em) {
        .view-article-listings .views-row .views-field-title a, .view-article-listings .views-row .views-field-field-spanish-title a {
          font-size: 1.125rem;
          line-height: 1.5rem;
          font-weight: bold; } }
  .view-article-listings .views-row .field-body-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .view-article-listings .views-row .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.75rem; }
    @media screen and (max-width: 39.9375em) {
      .view-article-listings .views-row .links {
        margin-top: 0.625rem;
        display: block; } }
    .view-article-listings .views-row .links .article-category-wrapper .views-field-field-category {
      color: #0068fd;
      margin-right: 1.25rem; }
    .view-article-listings .views-row .links .views-field-field-count {
      color: #999999;
      margin-right: 0.625rem; }
    .view-article-listings .views-row .links .dotSeparator {
      color: #999999;
      margin-right: 0.625rem; }
    .view-article-listings .views-row .links .article-link-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .view-article-listings .views-row .links .article-link-wrapper .views-field-field-share {
        color: #999999; }
        .view-article-listings .views-row .links .article-link-wrapper .views-field-field-share:hover {
          color: #e00415;
          cursor: pointer; }

#horses-first {
  font-size: 16px;
  font: normal normal 300 2.3vw/1.5 "Source Sans Pro" !important; }
  @media screen and (max-width: 40rem) {
    #horses-first {
      font-size: 5.0vw !important; }
      #horses-first .shadow-box-none, #horses-first .hf-section-12 .grid-container .right-col .text, #horses-first .hf-section-15 .grid-container .right-col .text {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; } }
  #horses-first a {
    color: inherit;
    text-decoration: underline; }
  #horses-first p {
    line-height: 1.3; }
  #horses-first .field-items {
    display: none; }
  #horses-first .shadow-box, #horses-first .hf-section-6 .grid-container .media_embed, #horses-first .hf-section-11 .grid-container .text-area .grid-image .media_embed video {
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8); }
  #horses-first .shadow-box-top, #horses-first .hf-section-5 .grid-container .grid-image .media_embed, #horses-first .hf-section-12, #horses-first .hf-section-15 {
    -webkit-box-shadow: 0 -22px 22px -22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 -22px 22px -22px rgba(0, 0, 0, 0.8); }
  #horses-first .shadow-box-top-bottom, #horses-first .quote-box, #horses-first .hf-section-3 .grid-container .what-foal-button {
    -webkit-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8), 0 -22px 22px -22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8), 0 -22px 22px -22px rgba(0, 0, 0, 0.8); }
  #horses-first .shadow-box-left-right, #horses-first .hf-section-5 .grid-container .grid-image .media_embed {
    -webkit-box-shadow: 22px 0px 22px -22px rgba(0, 0, 0, 0.8), -22px 0px 22px -22px rgba(0, 0, 0, 0.8);
    box-shadow: 22px 0px 22px -22px rgba(0, 0, 0, 0.8), -22px 0px 22px -22px rgba(0, 0, 0, 0.8); }
  #horses-first .shadow-box-inset, #horses-first .hf-section-12 .grid-container .right-col .text, #horses-first .hf-section-15 .grid-container .right-col .text, #horses-first .hf-section-15 .grid-container .right-col .learn-more-button {
    -webkit-box-shadow: 22px 0 22px -22px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 22px 0 22px -22px rgba(0, 0, 0, 0.8) inset; }
  #horses-first .blue-to-black, #horses-first .hf-section-5 .grid-container, #horses-first .hf-section-13 {
    background: -webkit-gradient(linear, left top, left bottom, from(#00528D), to(#2c2e32));
    background: -o-linear-gradient(#00528D, #2c2e32);
    background: linear-gradient(#00528D, #2c2e32); }
  #horses-first .media-element-container, #horses-first .media-element {
    width: 100%;
    height: 100% !important; }
  #horses-first .media-element {
    -o-object-fit: cover;
    object-fit: cover; }
  #horses-first .hf-button, #horses-first .hf-section-3 .grid-container .what-foal-button, #horses-first .hf-section-4 .grid-container .grid-text .true-false-button, #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button, #horses-first .hf-section-12 .grid-container .right-col .learn-more-button, #horses-first .hf-section-15 .grid-container .right-col .learn-more-button {
    border: none;
    border-top: #e00415 solid 0.5rem;
    background-color: #fefefe;
    color: #2c2e32;
    text-align: center;
    position: relative;
    display: inline-block;
    font: italic normal 600 4vw/1 Lora; }
    @media screen and (max-width: 40rem) {
      #horses-first .hf-button, #horses-first .hf-section-3 .grid-container .what-foal-button, #horses-first .hf-section-4 .grid-container .grid-text .true-false-button, #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button, #horses-first .hf-section-12 .grid-container .right-col .learn-more-button, #horses-first .hf-section-15 .grid-container .right-col .learn-more-button {
        font-size: 10vw !important;
        border-top-color: #e00415; } }
  #horses-first .caret, #horses-first .hf-section-3 .grid-container .what-foal-button .question::before, #horses-first .hf-section-4 .grid-container .grid-text .true-false-button .answer:after, #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button a:after, #horses-first .hf-section-12 .grid-container .right-col .learn-more-button a:after, #horses-first .hf-section-15 .grid-container .right-col .learn-more-button a:after {
    font: normal normal 600 7vw/1 "Font Awesome 5 Free";
    color: #00528D;
    position: absolute;
    top: 0;
    padding: 0 10%; }
    @media screen and (max-width: 40rem) {
      #horses-first .caret, #horses-first .hf-section-3 .grid-container .what-foal-button .question::before, #horses-first .hf-section-4 .grid-container .grid-text .true-false-button .answer:after, #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button a:after, #horses-first .hf-section-12 .grid-container .right-col .learn-more-button a:after, #horses-first .hf-section-15 .grid-container .right-col .learn-more-button a:after {
        font-size: 14vw !important; } }
  #horses-first .play-button {
    font: normal normal 600 3vw/1 "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1vw 1vw 1vw 1.3vw;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: #fefefe; }
  #horses-first .q-text, #horses-first .quote-box .quote, #horses-first .hf-section-4 .grid-container .grid-text .question, #horses-first .hf-section-4 .grid-container .grid-text .true-answer, #horses-first .hf-section-4 .grid-container .grid-text .false-answer, #horses-first .hf-section-5 .grid-container .grid-text {
    font: normal normal 400 5vw/1.2 Lora; }
  #horses-first .quote-box {
    padding: 5%; }
    #horses-first .quote-box .quote {
      padding: 2% 0; }
    #horses-first .quote-box .reference {
      font: normal normal 600 2.5vw/1.5 "Source Sans Pro";
      text-transform: uppercase;
      color: #e00415;
      padding: 2% 0; }
    #horses-first .quote-box .tweet {
      text-transform: uppercase; }
      #horses-first .quote-box .tweet a {
        display: block;
        font-size: 1.5vw;
        text-decoration: none; }
        #horses-first .quote-box .tweet a:before {
          font-family: "Font Awesome 5 Brands" !important;
          padding: .75vw;
          content: '\f099';
          background-color: #2c2e32;
          color: white;
          margin-right: 3vw; }
  #horses-first .quote-box-no-bottom-shadow {
    -webkit-box-shadow: 0 -22px 22px -22px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 -22px 22px -22px rgba(0, 0, 0, 0.8) !important; }
  #horses-first .no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #horses-first .image-strip {
    margin-top: 22px;
    /*offset to not cover shadow*/ }
  #horses-first .hiwu-logo-cell {
    width: 30%; }
  #horses-first .grid-container {
    display: grid;
    padding: 0; }
    #horses-first .grid-container .grid-image {
      -o-object-fit: contain;
      object-fit: contain; }
    #horses-first .grid-container .grid-text {
      padding: 2% 5%; }
    @media screen and (max-width: 40rem) {
      #horses-first .grid-container {
        display: block; } }
  #horses-first .hf-section-1 {
    position: relative;
    overflow: hidden; }
    #horses-first .hf-section-1 h1 {
      padding: 2% 3% 0 3%;
      width: 45%;
      font: normal normal 300 13vw/0.9 Lora; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-1 h1 {
          font-size: 17vw;
          width: 100%; } }
    #horses-first .hf-section-1 .intro {
      padding: 0 3% .5%;
      width: 50%; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-1 .intro {
          width: 100%; } }
    #horses-first .hf-section-1 .background {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -10;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5); }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-1 .background {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          opacity: .5; } }
  #horses-first .hf-section-3 .grid-container, #horses-first .hf-section-5 .grid-container, #horses-first .hf-section-6 .grid-container, #horses-first .hf-section-8 .grid-container, #horses-first .hf-section-9 .grid-container {
    grid-template-columns: 50% 50%; }
  #horses-first .hf-section-3 .grid-container {
    position: relative;
    grid-template-rows: auto auto 1fr;
    /*used this way so that ordering works.*/ }
    #horses-first .hf-section-3 .grid-container .grid-image {
      grid-row-start: 1;
      grid-row-end: span 3;
      position: relative;
      /*because answer is absolute*/ }
      #horses-first .hf-section-3 .grid-container .grid-image .image img {
        position: relative;
        z-index: -10; }
        @media screen and (max-width: 40rem) {
          #horses-first .hf-section-3 .grid-container .grid-image .image img {
            aspect-ratio: 1; } }
      #horses-first .hf-section-3 .grid-container .grid-image .answer {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20%;
        background-color: rgba(255, 255, 255, 0.7);
        font: normal normal 400 4.5vw/1.3 Lora;
        min-height: 100%;
        z-index: 10; }
      #horses-first .hf-section-3 .grid-container .grid-image .answer-active {
        display: inline-block; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-3 .grid-container .grid-image .answer {
          padding: 10%;
          font-size: 8vw !important; } }
    #horses-first .hf-section-3 .grid-container .grid-text {
      margin: 5% 0 2%; }
    #horses-first .hf-section-3 .grid-container .what-foal-button {
      padding: 2% 0;
      width: 100%; }
      #horses-first .hf-section-3 .grid-container .what-foal-button:hover {
        border-top: #00528D solid 0.5rem; }
      #horses-first .hf-section-3 .grid-container .what-foal-button .question::before {
        top: -0.5vw;
        left: 0;
        content: '\f0d9'; }
        @media screen and (max-width: 40rem) {
          #horses-first .hf-section-3 .grid-container .what-foal-button .question::before {
            padding: 0 5%; } }
    #horses-first .hf-section-3 .grid-container .what-foal-active {
      border-top-color: #fefefe; }
      #horses-first .hf-section-3 .grid-container .what-foal-active .question::before {
        color: #2c2e32 !important; }
      #horses-first .hf-section-3 .grid-container .what-foal-active:hover {
        border-top-color: #fefefe; }
    @media screen and (max-width: 40rem) {
      #horses-first .hf-section-3 .grid-container {
        display: grid;
        grid-template-columns: none; }
        #horses-first .hf-section-3 .grid-container div:nth-child(1) {
          grid-column: 1;
          grid-row: 2; }
        #horses-first .hf-section-3 .grid-container div:nth-child(2) {
          grid-column: 1;
          grid-row: 1; }
        #horses-first .hf-section-3 .grid-container div:nth-child(3) {
          grid-column: 1;
          grid-row-start: 2;
          grid-row-end: span 1;
          z-index: 5;
          margin: 75% 0 0 0; }
        #horses-first .hf-section-3 .grid-container div:nth-child(4) {
          grid-column: 1;
          grid-row: 3; } }
  #horses-first .hf-section-4, #horses-first .hf-section-5 {
    background-color: #00528D;
    color: #fefefe; }
  #horses-first .hf-section-4 {
    text-align: center; }
    #horses-first .hf-section-4 .grid-container .grid-text .false-answer, #horses-first .hf-section-4 .grid-container .grid-text .true-answer {
      display: none; }
    #horses-first .hf-section-4 .grid-container .grid-text .explanation {
      display: none;
      width: 70%;
      margin: auto;
      text-align: justify;
      font: normal normal 300 3vw/1.5 "Source Sans Pro"; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-4 .grid-container .grid-text .explanation {
          text-align: left; } }
    #horses-first .hf-section-4 .grid-container .grid-text .true-false-button {
      padding: 1vw;
      margin: 2%;
      width: 25%;
      text-align: center; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-4 .grid-container .grid-text .true-false-button {
          text-align: center;
          width: 70%;
          margin: 2% auto; } }
      #horses-first .hf-section-4 .grid-container .grid-text .true-false-button .answer {
        margin: 2%; }
        @media screen and (max-width: 40rem) {
          #horses-first .hf-section-4 .grid-container .grid-text .true-false-button .answer {
            left: 0; } }
        #horses-first .hf-section-4 .grid-container .grid-text .true-false-button .answer:after {
          content: '\f0da'; }
    #horses-first .hf-section-4:after {
      content: '';
      display: block;
      margin: 0 auto;
      width: 90%;
      border-bottom: 1px solid #e00415;
      padding-bottom: 2%; }
  #horses-first .hf-section-5 .grid-container .grid-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media screen and (max-width: 40rem) {
      #horses-first .hf-section-5 .grid-container .grid-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  #horses-first .hf-section-5 .grid-container .grid-image {
    position: relative;
    margin: 5%; }
  #horses-first .hf-section-6 .grid-container .grid-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #horses-first .hf-section-6 .grid-container .media_embed {
    margin-right: 5%; }
  #horses-first .hf-section-7 {
    position: relative;
    background-color: black;
    padding: 5%; }
    #horses-first .hf-section-7 .media_embed {
      width: 90%;
      margin: 0 auto; }
  #horses-first .hf-section-8 .grid-container .grid-text {
    border-left: solid 0.5rem #e00415;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative; }
    #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button {
      width: 100%;
      background-color: transparent !important;
      padding: 3% 0;
      position: absolute;
      bottom: 20px;
      left: 0px; }
      #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button a {
        display: block;
        text-decoration: none; }
        #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button a:after {
          content: '\f0da'; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button .learn-more-button {
          position: relative; }
          #horses-first .hf-section-8 .grid-container .grid-text .learn-more-button .learn-more-button a:after {
            top: 1vh; } }
  #horses-first .hf-section-9 .grid-container .grid-text {
    border-left: solid 0.5rem #00528D; }
  #horses-first .hf-section-11 .grid-container {
    grid-template-columns: 30% auto; }
    #horses-first .hf-section-11 .grid-container .text-area .text, #horses-first .hf-section-11 .grid-container .text-area .button-area {
      margin: 2% 5%; }
    #horses-first .hf-section-11 .grid-container .text-area .grid-image {
      position: relative; }
    #horses-first .hf-section-11 .grid-container .text-area .involved {
      display: none; }
    #horses-first .hf-section-11 .grid-container .text-area .button-area {
      display: grid;
      grid-template-columns: auto auto auto; }
  @media screen and (max-width: 40rem) {
    #horses-first .hf-section-11 .grid-container .image-strip {
      display: none; }
    #horses-first .hf-section-11 .grid-container .text-area .involved {
      display: block;
      color: #00528D;
      font-style: italic;
      font-weight: 600;
      text-align: center; }
    #horses-first .hf-section-11 .grid-container .text-area .button-area {
      display: block; }
      #horses-first .hf-section-11 .grid-container .text-area .button-area .media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  #horses-first .hf-section-12 .grid-container {
    grid-template-columns: auto auto; }
    #horses-first .hf-section-12 .grid-container .right-col {
      position: relative; }
      #horses-first .hf-section-12 .grid-container .right-col .text {
        padding: 2% 5%;
        height: 100%; }
        #horses-first .hf-section-12 .grid-container .right-col .text a {
          color: inherit;
          text-decoration: underline; }
      #horses-first .hf-section-12 .grid-container .right-col .learn-more-button {
        width: 100%;
        background-color: transparent !important;
        padding: 3% 0;
        position: absolute;
        bottom: 0;
        left: 0; }
        #horses-first .hf-section-12 .grid-container .right-col .learn-more-button a {
          display: block;
          text-decoration: none; }
          #horses-first .hf-section-12 .grid-container .right-col .learn-more-button a:after {
            content: '\f0da'; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-12 .grid-container .right-col .learn-more-button {
          position: relative; }
          #horses-first .hf-section-12 .grid-container .right-col .learn-more-button a:after {
            top: 1vh; } }
  #horses-first .hf-section-13 {
    color: white;
    padding: 5% 3%; }
  #horses-first .hf-section-14 {
    padding: 2%; }
    #horses-first .hf-section-14 table tbody tr {
      border: none; }
  #horses-first .hf-section-15 .grid-container {
    grid-template-columns: auto auto; }
    #horses-first .hf-section-15 .grid-container .right-col {
      position: relative; }
      #horses-first .hf-section-15 .grid-container .right-col .text {
        padding: 2% 5%; }
        #horses-first .hf-section-15 .grid-container .right-col .text a {
          color: inherit;
          text-decoration: underline; }
      #horses-first .hf-section-15 .grid-container .right-col .learn-more-button {
        width: 100%;
        background-color: transparent !important;
        padding: 3% 0;
        position: relative;
        bottom: 0;
        left: 0; }
        #horses-first .hf-section-15 .grid-container .right-col .learn-more-button a {
          display: block;
          text-decoration: none; }
          #horses-first .hf-section-15 .grid-container .right-col .learn-more-button a:after {
            content: '\f0da'; }
      @media screen and (max-width: 40rem) {
        #horses-first .hf-section-15 .grid-container .right-col .learn-more-button {
          position: relative; }
          #horses-first .hf-section-15 .grid-container .right-col .learn-more-button a:after {
            top: 1vh; } }
  #horses-first .desktop-hide {
    display: none; }
  @media screen and (max-width: 40rem) {
    #horses-first .mobile-hide {
      display: none; } }
  @media screen and (max-width: 40rem) {
    #horses-first .mobile-show {
      display: block; } }
  #horses-first .styled-ul {
    margin-left: 5rem;
    font-size: 2rem; }
    @media screen and (max-width: 40rem) {
      #horses-first .styled-ul {
        margin-left: 3rem;
        font-size: 1.3rem; } }

.view-leaderboard-listing .view-header {
  margin-bottom: 20px; }

.view-leaderboard-listing thead > tr > th:first-child {
  width: 100px !important; }
  @media screen and (max-width: 39.9375em) {
    .view-leaderboard-listing thead > tr > th:first-child {
      padding: 0px 5px; } }

.view-leaderboard-listing th.views-field {
  font-weight: normal;
  font-size: 14px; }

.view-leaderboard-listing .views-field-counter {
  width: 100px; }

.view-leaderboard-listing td.views-field-field-image {
  font-weight: bold;
  font-size: 15px;
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  color: #2c2e32;
  width: 450px;
  white-space: nowrap;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .view-leaderboard-listing td.views-field-field-image img {
    width: 50px;
    border-radius: 50%;
    margin-right: 20px; }
    @media screen and (max-width: 39.9375em) {
      .view-leaderboard-listing td.views-field-field-image img {
        margin-right: 10px;
        float: left; } }
  @media screen and (max-width: 39.9375em) {
    .view-leaderboard-listing td.views-field-field-image a {
      word-wrap: break-word;
      width: 96px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: block;
      position: relative;
      top: -5px; } }
  @media screen and (max-width: 39.9375em) {
    .view-leaderboard-listing td.views-field-field-image {
      padding-right: 0; } }

.view-leaderboard-listing .right {
  float: right;
  font-size: 14px; }

.view-leaderboard-listing tfoot th {
  border-bottom: none; }

@media screen and (max-width: 39.9375em) {
  .view-leaderboard-listing th:nth-child(n+4), .view-leaderboard-listing td:nth-child(n+4) {
    display: none; }
  .view-leaderboard-listing .view-header {
    display: none; }
  .view-leaderboard-listing .view-footer > * {
    width: 100%; } }

.page-tracks #mini-panel-track_views ul.tabs {
  margin-bottom: 0; }

.page-tracks .view-tracks .views-field-field-signature {
  width: 80px; }
  @media screen and (max-width: 39.9375em) {
    .page-tracks .view-tracks .views-field-field-signature {
      width: 37px; } }

.page-tracks .view-tracks .views-field-field-image {
  width: 120px; }
  @media screen and (max-width: 39.9375em) {
    .page-tracks .view-tracks .views-field-field-image {
      width: 90px; } }

.page-tracks .view-tracks .views-field-title .title {
  font-weight: bold;
  font-size: 15px;
  font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
  color: #2c2e32; }

.page-tracks .view-tracks .views-field-title .location {
  font-weight: normal;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  color: #999999; }

.page-tracks .view-tracks .views-field-view-node > a {
  font-weight: bold;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif, "Helvetica Neue", Helvetica, Roboto;
  color: #2c2e32;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (max-width: 39.9375em) {
    .page-tracks .view-tracks .views-field-view-node > a .text {
      display: none; } }
  .page-tracks .view-tracks .views-field-view-node > a img {
    padding-bottom: 3px; }

.webform-component-fan-choice {
  text-align: center; }
  .webform-component-fan-choice .form-required {
    display: none; }
  .webform-component-fan-choice legend {
    width: 100%; }
    .webform-component-fan-choice legend .fieldset-legend {
      display: block; }
  .webform-component-fan-choice > label, .webform-component-fan-choice .fieldset-legend {
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
    font-weight: bold;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 1.25rem;
    border-top: 0.1875rem solid #2c2e32;
    border-bottom: 0.0625rem solid #e1e1e1;
    padding: 0.625rem 2rem 0.625rem 0; }
    .webform-component-fan-choice > label em, .webform-component-fan-choice .fieldset-legend em {
      text-transform: lowercase; }
  .webform-component-fan-choice img {
    width: 400px; }
  .webform-component-fan-choice h3, .webform-component-fan-choice .radio-choice {
    margin-bottom: 0; }
  .webform-component-fan-choice .form-radios .form-item {
    padding: 1em; }
  .webform-component-fan-choice .radio-choice {
    text-align: left;
    position: relative;
    top: 1rem;
    padding-left: 3.5rem;
    padding-top: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default radio button */
    /* make a box that will replace the radio button*/
    /* Show the indicator when checked */ }
    .webform-component-fan-choice .radio-choice input[type="radio"] {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .webform-component-fan-choice .radio-choice .form-radios {
      display: none; }
    .webform-component-fan-choice .radio-choice .webform-fan-choice-legend {
      position: relative;
      top: -.5rem; }
    .webform-component-fan-choice .radio-choice .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 3rem;
      width: 3rem;
      border: 3px solid black;
      display: block;
      font-size: 1.75rem;
      padding: 0 .5rem; }
    .webform-component-fan-choice .radio-choice input:checked ~ .checkmark {
      border-color: #e00415;
      color: #e00415; }
    .webform-component-fan-choice .radio-choice input:checked ~ .checkmark:after {
      display: block;
      content: "\f00c";
      font-family: "Font Awesome 5 Free"; }
    .webform-component-fan-choice .radio-choice .unchecked {
      border-color: #eff0f1; }
  .webform-component-fan-choice .checked-option {
    border: 3px solid #e00415; }
  .webform-component-fan-choice .no-selection {
    color: #eff0f1; }
  .webform-component-fan-choice .option-selected {
    color: #e00415; }
  .webform-component-fan-choice .button {
    margin: 0; }
    .webform-component-fan-choice .button.selected {
      background-color: red;
      color: white; }
  .webform-component-fan-choice .email {
    margin: auto;
    width: 320px; }

.webform-component-radios {
  position: relative; }
  .webform-component-radios::after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Font Awesome 5 Free";
    padding: .5rem;
    font-size: 1.5rem;
    z-index: -99; }
  .webform-component-radios .hidden {
    display: none; }
  .webform-component-radios .show {
    display: block; }

.webform-component-radios-closed::after {
  content: "\f0fe"; }

.webform-component-radios-open::after {
  content: "\f146"; }

.webform-component-radios-selection {
  margin: .5rem 0; }
  .webform-component-radios-selection .next-button {
    cursor: pointer;
    border: 1px solid black;
    padding: .5rem 0; }
    .webform-component-radios-selection .next-button i {
      font-family: "Font Awesome 5 Free"; }

.webform-client-form .form-actions {
  text-align: center; }
  .webform-client-form .form-actions .button-primary {
    line-height: 1;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    padding: 0.85em 1em;
    margin: 0 1rem 1rem 0;
    font-size: 0.9rem;
    border: 1px solid #2c2e32;
    color: #2c2e32;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }

.webform-client-form .g-recaptcha > div {
  margin: auto; }

.webform-client-form .form-submit {
  display: block;
  width: 100%; }

.links {
  display: none; }

.social-media-icon {
  padding: 0 .5rem;
  cursor: pointer; }

#jGrowl {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 3000;
  /*Set to block out header area as well.  will only allow access to admin bar if applicable*/
  top: 0;
  left: 0;
  position: fixed;
  margin: auto; }
  #jGrowl .jGrowl-notification {
    border-radius: 0px;
    width: 60%;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -30%;
    /*half of defined width*/ }
  #jGrowl .jGrowl-notification .jGrowl-close {
    font-family: "Font Awesome 5 Free" !important; }
  #jGrowl .jGrowl-notification.status {
    background-color: #fefefe;
    color: #2c2e32; }
  #jGrowl .jGrowl-notification.error {
    background: rgba(255, 0, 0, 0.2);
    color: #fefefe; }
  #jGrowl .jGrowl-notification.warning {
    background-color: rgba(236, 227, 161, 0.7);
    color: #2c2e32; }

#vote-now {
  margin: 0 auto;
  min-width: 200px;
  max-width: 200px; }

#vote-button {
  cursor: pointer;
  border: 3px solid #2c2e32;
  padding: .5rem;
  text-align: center;
  font-weight: bold; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 10%;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  color: #e00415;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #999999;
  width: 60%;
  font-weight: bold; }

/* The Close Button */
.close {
  color: #999999;
  float: right;
  font-size: 1.5rem;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #2c2e32;
  text-decoration: none;
  cursor: pointer; }

@media all and (-ms-high-contrast: none) {
  .sidebar-search {
    height: 3.75rem; }
  aside#sidebar .top .menu-icon {
    margin-top: 1.25rem; }
  .leaderboard-item {
    width: 14.75rem; }
  .widget-flex, .widget-flex > .abr-style, .widget-flex > .abr-style > .panel-pane {
    display: block; }
  .pane-node-disqus.ctools-collapsed .pane-content {
    display: block !important; } }

@supports (-ms-accelerator: true) {
  .pane-node-disqus.ctools-collapsed .pane-content {
    display: block !important; } }

@use 'main';
body {
  position: relative; }

.slicknav_menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2001; }

#admin-menu {
  z-index: 9999; }

body.adminimal-menu:before {
  padding-bottom: 1.8125rem; }

body.adminimal-menu aside#sidebar {
  top: 1.8125rem; }

@media screen and (max-width: 1024px) {
  body.adminimal-menu:before {
    padding-bottom: 2.9375rem;
    display: block !important;
    content: ' '; }
  body.adminimal-menu aside#sidebar {
    top: 2.9375rem; } }

#admin-menu .menu {
  width: auto; }

.row.collapse {
  margin-left: 0;
  margin-right: 0; }

.admin-links {
  position: absolute;
  top: 200px;
  z-index: 999;
  right: 100px;
  background: white; }

.cloth-4:after {
  border-color: transparent !important; }

.abr-sticky-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .abr-sticky-container .abr-stuck > *, .abr-sticky-container header {
    pointer-events: all; }

.abr-sticky-replace {
  -webkit-transition: margin-top 0.25s linear;
  -o-transition: margin-top 0.25s linear;
  transition: margin-top 0.25s linear;
  margin-top: 0; }

.expand-transition {
  -webkit-transition: max-height 0.25s ease-in-out, opacity 0.25s linear;
  -o-transition: max-height 0.25s ease-in-out, opacity 0.25s linear;
  transition: max-height 0.25s ease-in-out, opacity 0.25s linear;
  max-height: 62.5rem;
  opacity: 1; }
  @media screen and (min-width: 40em) and (max-width: 64em) {
    .expand-transition {
      max-height: 125rem; } }
  @media screen and (max-width: 39.9375em) {
    .expand-transition {
      max-height: 171.875rem; } }

.expand-transition.expand-enter {
  max-height: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0; }

.expand-transition.expand-leave {
  max-height: 0;
  opacity: 0; }

.arrow-flipped {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pane-node-field-gallery {
  width: 100%; }

.field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: none; }

.field-collection-container {
  border-bottom: none; }

#modalContent, #modalBackdrop {
  z-index: 3000 !important; }

html.noscroll body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  z-index: 3000; }

body.is-popup-open {
  overflow: inherit !important; }

/* reset reveal-overlay settings when used as popup on homepage*/
@media screen and (min-width: 40em) {
  .homepage-popup {
    top: auto !important;
    left: auto !important;
    background-color: transparent !important;
    overflow-y: hidden;
    border-color: #2c2e32 !important; }
    .homepage-popup .reveal {
      top: 0 !important; } }

@media screen and (max-width: 39.9375em) {
  .homepage-popup .reveal {
    height: auto !important;
    min-height: auto !important;
    top: 100% !important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

.jw-skin-seven .jw-button-color:hover {
  color: #0068fd !important; }

.jw-skin-seven .jw-progress, .jw-skin-seven .jw-icon-tooltip .jw-active-option {
  background: #0068fd !important; }

.jw-sharing-text {
  font-size: 0.875rem !important; }

body.page-videos-embed:before {
  padding-bottom: 0 !important; }

.header-advertisement {
  margin-top: 1.25rem; }

.pane-aggregator-feed-1 ul,
[class*="pane-aggregator-feed-"] ul {
  margin: 0;
  list-style-type: none; }
  .pane-aggregator-feed-1 ul li,
  [class*="pane-aggregator-feed-"] ul li {
    margin: 10px 0;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 10px; }
    .pane-aggregator-feed-1 ul li a,
    [class*="pane-aggregator-feed-"] ul li a {
      font-size: 0.9375rem;
      font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto;
      color: #2c2e32; }
      .pane-aggregator-feed-1 ul li a:hover,
      [class*="pane-aggregator-feed-"] ul li a:hover {
        color: #e00415; }
    .pane-aggregator-feed-1 ul li:first-child,
    [class*="pane-aggregator-feed-"] ul li:first-child {
      margin-top: 0; }
    .pane-aggregator-feed-1 ul li:last-child,
    [class*="pane-aggregator-feed-"] ul li:last-child {
      border: 0;
      padding-bottom: 0;
      margin-bottom: 0; }

.pane-aggregator-feed-1 .more-link,
[class*="pane-aggregator-feed-"] .more-link {
  display: none; }

.ctools-collapsible-container {
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .ctools-collapsible-container .ctools-collapsible-handle h2 {
      margin-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  .ctools-collapsible-container .ctools-toggle {
    position: absolute;
    right: 0;
    top: 10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-position: 7px 7px;
    background-repeat: no-repeat;
    background-image: url("/sites/all/themes/custom/abr_theme/img/icons/collapse.svg"); }
  .ctools-collapsible-container .ctools-collapsible-content {
    display: block !important; }
  .ctools-collapsible-container.ctools-collapsed .ctools-collapsible-content {
    display: none !important; }

@media screen and (min-width: 40em) {
  .ctools-collapsible-container:not(.pane-node-disqus):not(.large-collapse) .ctools-collapsible-handle {
    cursor: default; }
  .ctools-collapsible-container:not(.pane-node-disqus):not(.large-collapse) .ctools-collapsible-content {
    display: block !important; }
    .ctools-collapsible-container:not(.pane-node-disqus):not(.large-collapse) .ctools-collapsible-content.row {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .ctools-collapsible-container:not(.pane-node-disqus):not(.large-collapse) .ctools-toggle {
    display: none; } }

.pane-search-form input {
  margin-bottom: 0;
  padding-left: 2.5rem;
  background-color: #f7f7f8;
  background-image: url("/sites/all/themes/custom/abr_theme/img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 0.625rem;
  background-size: 1.25rem; }

.abr-style.background-gray .advertisement {
  padding: 1.25rem 0; }

.pane-node-body {
  overflow: auto; }

@media screen and (max-width: 64em) {
  .three-col-layout > .columns .abr-style > .row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.three-col-layout > .columns .abr-style.stack-container {
  border: 0; }
  .three-col-layout > .columns .abr-style.stack-container .pane-content {
    border: 1px solid #e1e1e1; }

.pane-node-disqus {
  border-top: 2px solid #2c2e32; }
  .pane-node-disqus .heading-wrapper {
    width: 215px;
    margin: 0 auto; }
  .pane-node-disqus .ctools-toggle {
    display: none; }

.juicebox-container {
  height: 700px !important;
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #e1e1e1; }
  @media screen and (max-width: 39.9375em) {
    .juicebox-container {
      height: 550px !important; } }

ul.tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto; }
  ul.tabs li.tabs-title {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    ul.tabs li.tabs-title:first-child {
      margin-left: auto; }
    ul.tabs li.tabs-title:last-child {
      margin-right: auto; }

#outdated {
  z-index: 4000 !important;
  background-color: #e00415 !important; }
  #outdated h6 {
    font-family: "Lora", serif, "Helvetica Neue", Helvetica, Roboto; }
  @media screen and (max-width: 39.9375em) {
    #outdated {
      height: auto;
      padding: 1.25rem 0.625rem; }
      #outdated h6 {
        font-size: 0.9375rem; }
      #outdated p {
        font-size: 0.8125rem;
        line-height: 1.4; }
      #outdated a {
        width: auto !important; } }
  #outdated a {
    font-weight: bold;
    background-color: #e00415 !important;
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    -o-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
    letter-spacing: 0.125rem; }
    #outdated a:hover {
      color: #e00415;
      background-color: #fefefe !important; }

.column, .columns, .columns {
  min-width: 0; }

.column.row.row, .row.row.columns, .row.row.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

h2.element-invisible {
  font-size: 1px; }

body.no_ad_footer div.spacer,
body.no_ad_footer div.header-advertisement,
body.no_ad_footer footer {
  display: none !important; }

@media screen and (min-width: 85.375em) {
  .show-horizontal {
    display: none !important; } }

@media screen and (max-width: 85.374em) {
  .show-vertical {
    display: none !important; } }

.sticky-social-media {
  position: sticky;
  z-index: 100; }
  @media screen and (min-width: 85.375em) {
    .sticky-social-media {
      bottom: 1%;
      display: inline-block; } }
  @media screen and (max-width: 85.374em) {
    .sticky-social-media {
      bottom: 0;
      width: 100%;
      background-color: #2c2e32; } }
  .sticky-social-media .social {
    background-color: #2c2e32; }
    @media screen and (max-width: 85.374em) {
      .sticky-social-media .social {
        max-width: inherit; } }
    @media screen and (min-width: 85.375em) {
      .sticky-social-media .social {
        max-width: 5rem;
        margin: 0; }
        .sticky-social-media .social a {
          padding: .3rem;
          border: thin solid #54585d; }
          .sticky-social-media .social a img {
            height: 2.25rem;
            width: 2.25rem; } }
    .sticky-social-media .social img {
      border-radius: 10px; }
