@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

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

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.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-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.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-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-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-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-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-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-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media print, 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-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .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-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-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-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-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-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-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, 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 print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .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-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .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-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-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-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-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-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-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14.28571%;
              flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12.5%;
              flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #e6e6e6;
  color: #0a0a0a; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.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 print, 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: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.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;
  width: auto;
  height: 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-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 500ms;
  -webkit-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;
  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;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-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;
          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;
          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;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-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-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.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; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@media print, screen and (min-width: 40em) {
  .mobile-menu,
  .site-title-bar {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important; } }

.site-desktop-title a {
  font-weight: bold; }

.mobile-menu {
  display: none; }

.mobile-menu .is-accordion-submenu-parent > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent > a::after {
  border-color: #1779ba transparent transparent; }

.mobile-menu .is-accordion-submenu-parent.active > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

.mobile-menu .current_page_item > a,
.mobile-off-canvas-menu .current_page_item > a {
  font-weight: bold; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #1779ba transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.main-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

.footer-container {
  max-width: 100%;
  width: 100%;
  margin: 3rem auto 1rem; }
  @media print, screen and (min-width: 40em) {
    .footer-container {
      margin: 10rem auto 1rem; } }

.footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 1.875rem 0; }
  .footer::before, .footer::after {
    display: table;
    content: ' '; }
  .footer::after {
    clear: both; }
  .footer svg path {
    fill: #000;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .footer .footer-menu ul {
    display: table;
    list-style-type: none;
    padding: 0;
    margin: 1rem auto;
    text-align: center; }
    .footer .footer-menu ul li {
      border-right: 1px solid #000; }
      .footer .footer-menu ul li:last-of-type {
        border: none; }
    .footer .footer-menu ul a {
      padding: 0 0.75rem; }
      .footer .footer-menu ul a:hover {
        color: #f21d5e; }
  .footer .si-social a:hover svg path {
    fill: #f21d5e; }
  .footer .copyright {
    text-align: center; }

body#tinymce {
  background: none;
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !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; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

html, body {
  width: 100vw !important;
  overflow-x: hidden; }

body {
  font-family: 'URWFranklinGothicW01-Bo_927744'; }

strong {
  font-family: 'ITC Franklin Gothic LT W01 Dm'; }

a {
  color: #000;
  -webkit-transition: all .4s;
  transition: all .4s; }
  a:hover, a:focus, a:active {
    color: #f21d5e; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase; }

hr {
  margin: 1rem;
  border: none;
  border-top: 1px solid #000; }

.a {
  fill: #ee225f; }

.b {
  fill: #b51347; }

#nav-icon {
  width: 23px;
  height: 23px;
  float: left;
  margin: 0.2rem 0.2rem 0 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

#nav-icon span:nth-child(1) {
  top: 5px; }

#nav-icon span:nth-child(2) {
  top: 12px; }

#nav-icon span:nth-child(3) {
  top: 19px; }

#nav-icon.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.site-header {
  position: fixed;
  width: 100%;
  z-index: 10000; }
  @media print, screen and (min-width: 40em) {
    .site-header {
      padding-top: 2.75rem; } }

.top-bar {
  position: relative;
  z-index: 10000;
  text-align: center;
  background: none; }
  .top-bar .top-bar-left {
    width: 100%; }
  .top-bar .top-bar-right {
    clear: both;
    float: none;
    width: 100%; }
  .top-bar .top-bar-title {
    float: none;
    width: 100%; }
  .top-bar ul {
    background: -webkit-gradient(linear, left top, right top, from(#f21d5e), color-stop(50%, #ece145), to(#f21d5e));
    background: -webkit-linear-gradient(left, #f21d5e 0%, #ece145 50%, #f21d5e 100%);
    background: linear-gradient(to right, #f21d5e 0%, #ece145 50%, #f21d5e 100%);
    text-transform: uppercase; }
  .top-bar #menu-main-navigation {
    text-transform: uppercase;
    background: none;
    text-align: center; }
    .top-bar #menu-main-navigation .menu-item {
      display: inline-block;
      margin-right: 0.4rem; }
      .top-bar #menu-main-navigation .menu-item.current-menu-item a {
        color: red;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff44b), to(#fff44b));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%); }
      .top-bar #menu-main-navigation .menu-item a {
        font-size: 0.875rem;
        padding: 0.24rem;
        color: #000;
        display: block;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), to(#fff44b));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%); }
        .top-bar #menu-main-navigation .menu-item a:hover, .top-bar #menu-main-navigation .menu-item a:focus, .top-bar #menu-main-navigation .menu-item a:active {
          color: red;
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff44b), to(#fff44b));
          background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%);
          background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%); }
        @media print, screen and (min-width: 64em) {
          .top-bar #menu-main-navigation .menu-item a {
            font-size: 1rem; } }
    .top-bar #menu-main-navigation #menu-item-251 {
      padding: 0; }
      .top-bar #menu-main-navigation #menu-item-251 a {
        font-size: 1rem;
        line-height: 0.7;
        margin: 0;
        padding: 0; }
      .top-bar #menu-main-navigation #menu-item-251 i {
        padding: 0.25rem; }

.title-bar {
  width: 100vw;
  position: relative;
  z-index: 10000;
  background: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .title-bar.menu-open {
    background: #ece145; }

.title-bar-left {
  width: 100%;
  text-align: center; }

.site-mobile-title a {
  width: 100%;
  height: auto; }
  .site-mobile-title a svg {
    margin: .6rem .6rem 0 0;
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 40px; }

.mobile-menu {
  width: 100vw; }

.site-navigation {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  @media screen and (max-width: 39.9375em) {
    .site-navigation {
      width: 100%;
      position: absolute;
      z-index: 1000; } }

svg.text1 path, svg.text1 polygon, svg.text1 rect, svg.text2 path, svg.text2 polygon, svg.text2 rect {
  fill: #f5f5f5; }

svg.text1 .text-a, svg.text2 .text-a {
  fill: none; }

html body .newsletter-signup {
  width: 100%;
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    html body .newsletter-signup {
      padding: 5rem 0 0 0; } }
  html body .newsletter-signup .newsletter-wrapper {
    max-width: 570px;
    min-height: 220px;
    z-index: 100;
    margin: 3rem 0;
    position: relative;
    padding: 3rem 1.5rem 1.5rem;
    border: 2px solid #000; }
    html body .newsletter-signup .newsletter-wrapper p {
      line-height: 1.2;
      font-size: 1.25rem;
      margin: 0;
      padding: 0; }
  html body .newsletter-signup .newsletter-header-wrapper {
    position: relative; }
    html body .newsletter-signup .newsletter-header-wrapper h2 {
      z-index: 1;
      color: #ece145;
      position: absolute;
      font-size: 2.9rem; }
      @media print, screen and (min-width: 40em) {
        html body .newsletter-signup .newsletter-header-wrapper h2 {
          font-size: 3.125rem; } }
  html body .newsletter-signup .gform_wrapper {
    margin: 1rem 0 0; }
    html body .newsletter-signup .gform_wrapper::before, html body .newsletter-signup .gform_wrapper::after {
      display: table;
      content: ' '; }
    html body .newsletter-signup .gform_wrapper::after {
      clear: both; }
    html body .newsletter-signup .gform_wrapper .gform_fields {
      line-height: 1; }
    html body .newsletter-signup .gform_wrapper ul {
      margin: 0; }
      html body .newsletter-signup .gform_wrapper ul li.gfield {
        list-style: none;
        line-height: 1;
        margin: 0;
        padding: 0; }
    html body .newsletter-signup .gform_wrapper .gform_body {
      height: 45px;
      margin: 0;
      padding: 0;
      width: 65%;
      float: left; }
      html body .newsletter-signup .gform_wrapper .gform_body input {
        padding: 0;
        margin: 0; }
    html body .newsletter-signup .gform_wrapper .gform_footer {
      clear: none;
      margin: 0;
      padding: 0 1rem;
      width: 30%;
      float: left; }
      html body .newsletter-signup .gform_wrapper .gform_footer input {
        font-family: 'ITC Franklin Gothic LT W01 Dm';
        line-height: 40px;
        background: none;
        color: #000;
        text-transform: uppercase;
        padding: 0 0.25rem;
        margin: 0;
        font-size: 0.9375rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), color-stop(90%, #fff44b), color-stop(90%, transparent), to(transparent));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 90%, transparent 90%, transparent 100%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 90%, transparent 90%, transparent 100%);
        border: none; }
        html body .newsletter-signup .gform_wrapper .gform_footer input:hover, html body .newsletter-signup .gform_wrapper .gform_footer input:focus, html body .newsletter-signup .gform_wrapper .gform_footer input:active {
          background: #fff44b; }
        @media print, screen and (min-width: 40em) {
          html body .newsletter-signup .gform_wrapper .gform_footer input {
            font-size: 1.5rem; } }
    html body .newsletter-signup .gform_wrapper .ginput_container input {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      border-bottom: 1px solid #000; }
    html body .newsletter-signup .gform_wrapper ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    html body .newsletter-signup .gform_wrapper ::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    html body .newsletter-signup .gform_wrapper :-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    html body .newsletter-signup .gform_wrapper :-moz-placeholder {
      /* Firefox 18- */
      color: #000; }
  html body .newsletter-signup .validation_error, html body .newsletter-signup .validation_message {
    padding: 0.1rem;
    color: #f21d5e;
    font-size: 0.75rem; }

.reveal-overlay {
  z-index: 10000;
  background: rgba(242, 29, 94, 0.98);
  height: 100vh;
  width: 100vw; }

#searchModal {
  border: none;
  padding: 2rem 0 0;
  background: none;
  height: auto;
  min-height: 0;
  margin-top: 0rem;
  outline: none; }
  #searchModal .instructions {
    color: #fff;
    padding: 0 1.5rem; }
  #searchModal .input-group {
    background: none;
    padding: 0 1rem; }
    #searchModal .input-group input {
      color: #fff;
      height: 70px;
      font-size: 2.25rem;
      background: none;
      border: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media print, screen and (min-width: 40em) {
        #searchModal .input-group input {
          font-size: 2.8125rem; } }
      #searchModal .input-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 0.8;
        font-style: italic; }
      #searchModal .input-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 0.8;
        font-style: italic; }
      #searchModal .input-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 0.8;
        font-style: italic; }
      #searchModal .input-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 0.8;
        font-style: italic; }
    #searchModal .input-group .input-group-button {
      display: none; }
  #searchModal .close-button {
    color: #fff; }

@media screen and (max-width: 39.9375em) {
  .newsletter-header-wrapper {
    margin-top: 3rem; }
    .newsletter-header-wrapper h2 {
      top: -3rem; } }

@media screen and (max-width: 39.9375em) {
  .newsletter-wrapper {
    margin: 0 !important; } }

.newsletter-signup h2 {
  left: 0; }
  @media print, screen and (min-width: 64em) {
    .newsletter-signup h2 {
      left: 0rem !important; } }

body > iframe {
  position: absolute;
  left: -9999px; }

.search .site-header {
  background: #fff; }

.search-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4rem 1rem 1rem; }
  @media print, screen and (min-width: 40em) {
    .search-wrap {
      padding: 12rem 1rem 1rem; } }
  .search-wrap .entry-title {
    color: #f21d5e;
    line-height: 1;
    font-size: 2.5rem; }
    @media print, screen and (min-width: 40em) {
      .search-wrap .entry-title {
        margin-top: 2rem;
        font-size: 5rem; } }
    @media print, screen and (min-width: 64em) {
      .search-wrap .entry-title {
        font-size: 6.25rem; } }
  .search-wrap .search-content {
    max-width: 75rem;
    border: none !important; }
  .search-wrap .blog-post {
    margin: 2rem 0;
    padding-top: 1rem;
    border-top: 1px solid #000; }
  .search-wrap .type-tribe_events {
    padding: 0 !important;
    border: 0 !important;
    max-width: none !important; }

#searchform {
  max-width: 50rem; }

#searchsubmit {
  text-transform: uppercase;
  border: none;
  background: #f21d5e;
  color: #fff; }

.search-no-results .page-content,
.search-no-results .page-header {
  max-width: 50rem;
  margin: 0 auto; }

.cs-wrap {
  position: relative; }

.text-glitch {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #000;
  font-size: 100px;
  position: absolute;
  right: -5rem;
  top: 15%;
  margin: 0 auto;
  line-height: 1;
  max-width: 500px;
  text-align: left; }

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(45px, 9999px, 134px, 0); }
  5% {
    clip: rect(67px, 9999px, 157px, 0); }
  10% {
    clip: rect(7px, 9999px, 132px, 0); }
  15.0% {
    clip: rect(53px, 9999px, 161px, 0); }
  20% {
    clip: rect(21px, 9999px, 149px, 0); }
  25% {
    clip: rect(8px, 9999px, 133px, 0); }
  30.0% {
    clip: rect(17px, 9999px, 136px, 0); }
  35% {
    clip: rect(23px, 9999px, 11px, 0); }
  40% {
    clip: rect(98px, 9999px, 186px, 0); }
  45% {
    clip: rect(64px, 9999px, 172px, 0); }
  50% {
    clip: rect(42px, 9999px, 160px, 0); }
  55.0% {
    clip: rect(38px, 9999px, 146px, 0); }
  60.0% {
    clip: rect(21px, 9999px, 155px, 0); }
  65% {
    clip: rect(71px, 9999px, 157px, 0); }
  70% {
    clip: rect(34px, 9999px, 170px, 0); }
  75% {
    clip: rect(60px, 9999px, 167px, 0); }
  80% {
    clip: rect(51px, 9999px, 148px, 0); }
  85.0% {
    clip: rect(72px, 9999px, 148px, 0); }
  90% {
    clip: rect(95px, 9999px, 198px, 0); }
  95% {
    clip: rect(52px, 9999px, 165px, 0); }
  100% {
    clip: rect(87px, 9999px, 150px, 0); } }

@keyframes noise-anim {
  0% {
    clip: rect(45px, 9999px, 134px, 0); }
  5% {
    clip: rect(67px, 9999px, 157px, 0); }
  10% {
    clip: rect(7px, 9999px, 132px, 0); }
  15.0% {
    clip: rect(53px, 9999px, 161px, 0); }
  20% {
    clip: rect(21px, 9999px, 149px, 0); }
  25% {
    clip: rect(8px, 9999px, 133px, 0); }
  30.0% {
    clip: rect(17px, 9999px, 136px, 0); }
  35% {
    clip: rect(23px, 9999px, 11px, 0); }
  40% {
    clip: rect(98px, 9999px, 186px, 0); }
  45% {
    clip: rect(64px, 9999px, 172px, 0); }
  50% {
    clip: rect(42px, 9999px, 160px, 0); }
  55.0% {
    clip: rect(38px, 9999px, 146px, 0); }
  60.0% {
    clip: rect(21px, 9999px, 155px, 0); }
  65% {
    clip: rect(71px, 9999px, 157px, 0); }
  70% {
    clip: rect(34px, 9999px, 170px, 0); }
  75% {
    clip: rect(60px, 9999px, 167px, 0); }
  80% {
    clip: rect(51px, 9999px, 148px, 0); }
  85.0% {
    clip: rect(72px, 9999px, 148px, 0); }
  90% {
    clip: rect(95px, 9999px, 198px, 0); }
  95% {
    clip: rect(52px, 9999px, 165px, 0); }
  100% {
    clip: rect(87px, 9999px, 150px, 0); } }

.text-glitch:after {
  opacity: 0.5;
  content: attr(data-text);
  position: absolute;
  left: -5px;
  text-shadow: -3px 0 #00ff00;
  top: 0;
  color: #ff0000;
  background: none;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim 2s infinite linear alternate-reverse;
          animation: noise-anim 2s infinite linear alternate-reverse; }

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(93px, 9999px, 57px, 0); }
  5% {
    clip: rect(22px, 9999px, 5px, 0); }
  10% {
    clip: rect(54px, 9999px, 44px, 0); }
  15.0% {
    clip: rect(24px, 9999px, 40px, 0); }
  20% {
    clip: rect(88px, 9999px, 85px, 0); }
  25% {
    clip: rect(95px, 9999px, 86px, 0); }
  30.0% {
    clip: rect(62px, 9999px, 6px, 0); }
  35% {
    clip: rect(64px, 9999px, 39px, 0); }
  40% {
    clip: rect(2px, 9999px, 85px, 0); }
  45% {
    clip: rect(94px, 9999px, 58px, 0); }
  50% {
    clip: rect(46px, 9999px, 8px, 0); }
  55.0% {
    clip: rect(65px, 9999px, 52px, 0); }
  60.0% {
    clip: rect(7px, 9999px, 59px, 0); }
  65% {
    clip: rect(85px, 9999px, 75px, 0); }
  70% {
    clip: rect(40px, 9999px, 19px, 0); }
  75% {
    clip: rect(53px, 9999px, 54px, 0); }
  80% {
    clip: rect(17px, 9999px, 37px, 0); }
  85.0% {
    clip: rect(87px, 9999px, 59px, 0); }
  90% {
    clip: rect(37px, 9999px, 77px, 0); }
  95% {
    clip: rect(36px, 9999px, 53px, 0); }
  100% {
    clip: rect(80px, 9999px, 94px, 0); } }

@keyframes noise-anim-2 {
  0% {
    clip: rect(93px, 9999px, 57px, 0); }
  5% {
    clip: rect(22px, 9999px, 5px, 0); }
  10% {
    clip: rect(54px, 9999px, 44px, 0); }
  15.0% {
    clip: rect(24px, 9999px, 40px, 0); }
  20% {
    clip: rect(88px, 9999px, 85px, 0); }
  25% {
    clip: rect(95px, 9999px, 86px, 0); }
  30.0% {
    clip: rect(62px, 9999px, 6px, 0); }
  35% {
    clip: rect(64px, 9999px, 39px, 0); }
  40% {
    clip: rect(2px, 9999px, 85px, 0); }
  45% {
    clip: rect(94px, 9999px, 58px, 0); }
  50% {
    clip: rect(46px, 9999px, 8px, 0); }
  55.0% {
    clip: rect(65px, 9999px, 52px, 0); }
  60.0% {
    clip: rect(7px, 9999px, 59px, 0); }
  65% {
    clip: rect(85px, 9999px, 75px, 0); }
  70% {
    clip: rect(40px, 9999px, 19px, 0); }
  75% {
    clip: rect(53px, 9999px, 54px, 0); }
  80% {
    clip: rect(17px, 9999px, 37px, 0); }
  85.0% {
    clip: rect(87px, 9999px, 59px, 0); }
  90% {
    clip: rect(37px, 9999px, 77px, 0); }
  95% {
    clip: rect(36px, 9999px, 53px, 0); }
  100% {
    clip: rect(80px, 9999px, 94px, 0); } }

.text-glitch:before {
  opacity: 0.5;
  content: attr(data-text);
  position: absolute;
  left: -5px;
  text-shadow: 3px 0 #00ff00;
  top: 0;
  color: #00FF00;
  background: none;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
          animation: noise-anim-2 3s infinite linear alternate-reverse; }

.gform_validation_container {
  display: none; }

.error404 h1 {
  color: #f21d5e;
  line-height: 1;
  font-size: 2.5rem; }
  @media print, screen and (min-width: 40em) {
    .error404 h1 {
      font-size: 4.375rem; } }
  @media print, screen and (min-width: 64em) {
    .error404 h1 {
      font-size: 6.25rem; } }

.error404 .error-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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: 1rem; }
  @media print, screen and (min-width: 40em) {
    .error404 .error-wrap {
      margin-top: 3rem; } }

.error404 .site-header {
  background: #fff; }

.error404 .error-wrap {
  padding: 4rem 1rem 1rem; }
  @media print, screen and (min-width: 40em) {
    .error404 .error-wrap {
      padding: 12rem 1rem 1rem; } }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  padding: 8px; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br + br {
  display: none; }

body.attachment .author-info {
  display: none; }

.page-template-page-home {
  background: #fff44b; }
  .page-template-page-home .top-bar #menu-main-navigation .menu-item a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .page-template-page-home .top-bar #menu-main-navigation .menu-item a:hover, .page-template-page-home .top-bar #menu-main-navigation .menu-item a:focus, .page-template-page-home .top-bar #menu-main-navigation .menu-item a:active {
      color: #f21d5e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
  .page-template-page-home .site-header {
    background: #fff44b; }

.main {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-top: 8rem; }
  .main::before, .main::after {
    display: table;
    content: ' '; }
  .main::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main {
      padding-top: 20rem; } }

.scroll-widget {
  height: inherit;
  position: relative;
  text-align: center;
  padding-top: 1rem;
  display: none; }
  .scroll-widget img {
    display: inline-block;
    float: left;
    -webkit-transition: all .75s;
    transition: all .75s;
    width: 100%;
    height: auto; }
  @media print, screen and (min-width: 40em) {
    .scroll-widget {
      display: block;
      padding-top: 9rem; } }

.violin {
  display: none;
  width: 100%;
  position: relative;
  margin: -160px auto;
  font-size: 0; }
  @media screen and (max-width: 39.9375em) {
    .violin {
      max-width: 66.66%; } }
  @media print, screen and (min-width: 40em) {
    .violin {
      max-width: 615px;
      margin: -160px auto 0; } }
  .violin img {
    float: left;
    clear: left; }

.glitch {
  width: 100%;
  display: none; }
  .glitch.active {
    display: block; }
  .glitch canvas {
    display: block;
    width: 100%;
    max-height: 420px; }

.normal {
  width: 100% !important;
  max-height: 420px; }
  .normal.active {
    display: none; }

.text-svgs {
  position: relative; }

.text {
  position: absolute;
  left: 0; }

.text1 {
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%); }

.text2 {
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%); }

.home-main {
  padding: 2rem 0 8rem;
  clear: both;
  text-align: center; }
  .home-main a {
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    font-size: 1.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #f21d5e), to(#f21d5e));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #f21d5e 60%, #f21d5e 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #f21d5e 60%, #f21d5e 100%);
    padding: .25rem; }
    .home-main a:hover, .home-main a:focus, .home-main a:active {
      color: #fff;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #f21d5e), to(#f21d5e));
      background-image: -webkit-linear-gradient(top, transparent 0%, #f21d5e 0%, #f21d5e 100%);
      background-image: linear-gradient(to bottom, transparent 0%, #f21d5e 0%, #f21d5e 100%); }

.home-sub-header {
  position: relative;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .home-sub-header::before, .home-sub-header::after {
    display: table;
    content: ' '; }
  .home-sub-header::after {
    clear: both; }
  .home-sub-header h1 {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
    line-height: 1;
    text-align: left;
    color: #fff;
    font-size: 3.125rem;
    padding: 3rem 0 3rem 1rem;
    letter-spacing: 0.05em; }
    @media print, screen and (min-width: 40em) {
      .home-sub-header h1 {
        font-size: 6.875rem; } }
    @media screen and (min-width: 75em) {
      .home-sub-header h1 {
        font-size: 10rem; } }
    @media screen and (min-width: 90em) {
      .home-sub-header h1 {
        top: -8rem;
        left: -6rem; } }
  .home-sub-header img {
    position: absolute;
    top: 0;
    left: 0; }
  .home-sub-header .columns {
    padding: 0; }

.home-sub img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 102; }
  @media print, screen and (min-width: 64em) {
    .home-sub img {
      padding-right: 1rem; } }

.home-sub .columns {
  padding: 0; }

.home-sub .quote {
  padding: 0 0 0 1rem; }

.home-sub .more-events-link a {
  font-family: 'ITC Franklin Gothic LT W01 Dm';
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 0.25rem 0;
  display: inline-block;
  margin: 2rem 0 0 1rem; }
  .home-sub .more-events-link a:hover, .home-sub .more-events-link a:focus, .home-sub .more-events-link a:active {
    font-style: normal;
    color: #f21d5e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
    background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
    background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }

.home-sub-white {
  min-height: 1000px;
  background: #fff;
  padding: 600px 0 0;
  margin: -600px 0 0; }
  .home-sub-white .featured-recording {
    margin: 7rem 0 0; }
    @media print, screen and (min-width: 64em) {
      .home-sub-white .featured-recording {
        padding: 0 0 0 3rem; } }
    .home-sub-white .featured-recording h2 {
      font-size: 3.75rem;
      line-height: 1;
      color: #f21d5e;
      margin: 0 0 -0.4rem 0;
      padding: 0; }
      @media print, screen and (min-width: 64em) {
        .home-sub-white .featured-recording h2 {
          margin: 0 0 -0.5rem -3rem; } }
      @media print, screen and (min-width: 64em) {
        .home-sub-white .featured-recording h2 span.sub-text {
          position: relative;
          top: 5px; } }
    .home-sub-white .featured-recording .player-box {
      max-width: 680px;
      border: 2px solid #000;
      padding: 2.5rem 1rem 1rem;
      position: relative;
      top: -10px; }
    .home-sub-white .featured-recording .recording-description {
      max-width: 350px;
      margin: 1rem 0 0 1rem; }
      .home-sub-white .featured-recording .recording-description a {
        font-family: 'ITC Franklin Gothic LT W01 Dm';
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #f21d5e), color-stop(40%, #f21d5e));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #f21d5e 20%, #f21d5e 40%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #f21d5e 20%, #f21d5e 40%);
        font-size: 1.5rem;
        text-transform: uppercase;
        padding: 0 0.25rem 0;
        display: inline-block;
        margin: 2rem 0 2rem 0; }
        .home-sub-white .featured-recording .recording-description a:hover, .home-sub-white .featured-recording .recording-description a:focus, .home-sub-white .featured-recording .recording-description a:active {
          font-style: normal;
          color: #fff;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#f21d5e), to(#f21d5e));
          background-image: -webkit-linear-gradient(top, #f21d5e 0%, #f21d5e 100%);
          background-image: linear-gradient(to bottom, #f21d5e 0%, #f21d5e 100%); }

.widget-wrapper {
  position: relative;
  z-index: 101;
  padding: 1rem; }
  @media print, screen and (min-width: 64em) {
    .widget-wrapper {
      padding: 0 1rem 1rem; } }
  @media screen and (min-width: 90em) {
    .widget-wrapper {
      margin: -150px 0 0;
      padding: 1rem; } }
  .widget-wrapper .type-tribe_events {
    margin-bottom: 1rem;
    -webkit-transition: all .8s;
    transition: all .8s;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%); }
    .widget-wrapper .type-tribe_events.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

.projects-slider-section {
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 0; }
  .projects-slider-section * {
    min-height: 0;
    min-width: 0; }
  .projects-slider-section h2 {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 3.75rem; }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section h2 {
        font-size: 6.875rem; } }
    @media screen and (min-width: 75em) {
      .projects-slider-section h2 {
        font-size: 10rem; } }
  .projects-slider-section img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0 0.5rem;
    cursor: pointer;
    height: auto; }
  .projects-slider-section .pink-box {
    background: #f21d5e;
    position: relative;
    z-index: 0;
    padding: 1rem 0 2rem 0; }
    .projects-slider-section .pink-box h2 {
      z-index: 1000;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -4rem;
      right: 0; }
      @media print, screen and (min-width: 40em) {
        .projects-slider-section .pink-box h2 {
          top: -6rem;
          right: -1.5rem; } }
      @media print, screen and (min-width: 64em) {
        .projects-slider-section .pink-box h2 {
          top: -9rem;
          right: -1.5rem; } }
    .projects-slider-section .pink-box p {
      position: relative;
      z-index: 1000;
      font-size: 1.5rem;
      padding: 1rem;
      text-align: right; }
      @media print, screen and (min-width: 40em) {
        .projects-slider-section .pink-box p {
          margin: 3rem 11% 0 33.33%; } }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section .pink-box::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 33%;
        right: 5%;
        background: #f21d5e;
        display: block;
        content: " ";
        z-index: 0; } }
    .projects-slider-section .pink-box .columns {
      padding: 0; }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section .pink-box {
        background: none;
        padding: 2rem 0 2rem 0; } }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section .pink-box {
        margin-top: 10rem; } }
  .projects-slider-section .slider-wrapper {
    position: relative;
    z-index: 1000;
    padding: 2rem 4rem;
    background: #fff; }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section .slider-wrapper {
        padding: 2rem 5rem; } }
  .projects-slider-section .project-slider {
    width: 100%;
    position: relative; }
  .projects-slider-section .slick-slide {
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    opacity: 0.6; }
    .projects-slider-section .slick-slide:hover {
      opacity: 1; }
  .projects-slider-section .slick-current {
    opacity: 1; }
  .projects-slider-section .slick-dots::before, .projects-slider-section .slick-dots::after {
    display: table;
    content: ' '; }
  .projects-slider-section .slick-dots::after {
    clear: both; }
  .projects-slider-section .slick-dots li {
    font-size: 1.875rem;
    padding-left: 0.5rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    float: left;
    list-style: circle; }
    .projects-slider-section .slick-dots li.slick-active {
      list-style: disc; }
  .projects-slider-section .slick-dots button {
    display: none; }
  .projects-slider-section .slick-arrow {
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    color: #000;
    height: 44px;
    top: 50%;
    margin-top: -22px; }
  .projects-slider-section .slick-prev {
    left: -2.5rem; }
  .projects-slider-section .slick-next {
    right: -4.5rem; }
  .projects-slider-section .slider-sub {
    position: relative;
    z-index: 1000;
    padding: 2rem 1rem 0rem;
    font-size: 1rem; }
    .projects-slider-section .slider-sub h6 {
      text-transform: none;
      margin: 0;
      padding: 0;
      font-size: 1.125rem; }
    .projects-slider-section .slider-sub a {
      padding: 0 0.25rem;
      text-decoration: underline; }
      .projects-slider-section .slider-sub a:hover, .projects-slider-section .slider-sub a:focus, .projects-slider-section .slider-sub a:active {
        text-decoration: none;
        color: #ece145; }
      .projects-slider-section .slider-sub a.view-all {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, white), to(white));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, white 60%, white 100%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, white 60%, white 100%);
        font-family: 'ITC Franklin Gothic LT W01 Dm';
        text-decoration: none;
        display: inline-block;
        margin-top: 2rem;
        text-transform: uppercase;
        font-size: 1.5rem; }
        .projects-slider-section .slider-sub a.view-all:hover {
          background: #fff;
          color: #f21d5e; }
    .projects-slider-section .slider-sub .caption p {
      text-align: left;
      font-size: 1rem;
      margin: 0;
      padding: 0 0 1rem 0; }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section .slider-sub .caption {
        padding-right: 10%; } }
    @media print, screen and (min-width: 40em) {
      .projects-slider-section .slider-sub {
        padding: 2rem 0 0 38%; } }
  .projects-slider-section .slider-bullets {
    margin-left: 0.5rem; }

.support-section {
  padding-bottom: 3rem; }
  .support-section h2 {
    position: relative;
    z-index: 99;
    top: 1rem;
    color: #f21d5e;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 3.125rem; }
    @media print, screen and (min-width: 40em) {
      .support-section h2 {
        top: 3rem;
        left: -2rem;
        font-size: 6.875rem; } }
    @media screen and (min-width: 75em) {
      .support-section h2 {
        left: -3rem;
        font-size: 10rem; } }
  .support-section .support-content {
    position: relative;
    z-index: 100;
    font-size: 1.5rem;
    border: 2px solid #000;
    padding: 3rem 2rem 2rem 2rem; }
    @media print, screen and (min-width: 40em) {
      .support-section .support-content {
        padding: 3rem 45% 2rem 2rem; } }
    @media screen and (min-width: 90em) {
      .support-section .support-content {
        padding-right: 30%; } }
  .support-section .donations {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    margin-left: 2%; }
    .support-section .donations::before, .support-section .donations::after {
      display: table;
      content: ' '; }
    .support-section .donations::after {
      clear: both; }
  .support-section a.donation-link {
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    margin-left: 4%;
    padding: 0 0.25rem;
    display: inline-block;
    font-size: 1.5rem;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #f21d5e), to(#f21d5e));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #f21d5e 60%, #f21d5e 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #f21d5e 60%, #f21d5e 100%); }
    .support-section a.donation-link:hover, .support-section a.donation-link:focus, .support-section a.donation-link:active {
      background: #f21d5e;
      color: #fff; }

.booking-section {
  position: relative; }
  .booking-section h2 {
    color: #fff;
    font-size: 3.125rem;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .booking-section h2 {
        margin: 3rem 0 0; } }
  .booking-section p {
    padding: 1rem 0.25rem; }
  .booking-section img {
    float: right; }
    @media screen and (max-width: 39.9375em) {
      .booking-section img {
        margin-top: 2rem; } }
    @media screen and (min-width: 75em) {
      .booking-section img {
        position: absolute;
        z-index: 101;
        right: 0;
        top: -100%; } }
  .booking-section a.contact-us {
    font-size: 1.25rem;
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    padding: 0 0.25rem;
    display: inline-block;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, white), to(white));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, white 60%, white 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, white 60%, white 100%); }
    .booking-section a.contact-us:hover, .booking-section a.contact-us:focus, .booking-section a.contact-us:active {
      background: white;
      color: black; }
    @media print, screen and (min-width: 40em) {
      .booking-section a.contact-us {
        font-size: 1.5rem; } }

.page-template-page-about .site-header {
  background: white; }

.page-template-page-about .about-header-widget {
  position: relative;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8rem; }
  .page-template-page-about .about-header-widget .text-svgs {
    text-align: center;
    position: relative; }
    .page-template-page-about .about-header-widget .text-svgs .clarinet {
      text-align: center;
      padding: 5rem 0 7rem 0;
      color: #000;
      width: 80%;
      height: 100px;
      margin: 0 10%;
      position: relative;
      z-index: 101; }
      .page-template-page-about .about-header-widget .text-svgs .clarinet .columns {
        padding: 0;
        width: 100%;
        height: auto; }
      .page-template-page-about .about-header-widget .text-svgs .clarinet img, .page-template-page-about .about-header-widget .text-svgs .clarinet canvas {
        float: left;
        width: 100%;
        height: auto; }
      .page-template-page-about .about-header-widget .text-svgs .clarinet canvas {
        height: 100%;
        width: 100%; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-about .about-header-widget .text-svgs .clarinet {
          padding: 8rem 0 1rem 0;
          min-height: 435px; } }
      .page-template-page-about .about-header-widget .text-svgs .clarinet #clarinet-glitch {
        display: none; }
        .page-template-page-about .about-header-widget .text-svgs .clarinet #clarinet-glitch.active {
          display: block; }
      .page-template-page-about .about-header-widget .text-svgs .clarinet #clarinet-normal {
        display: block; }
        .page-template-page-about .about-header-widget .text-svgs .clarinet #clarinet-normal.active {
          display: none; }
    .page-template-page-about .about-header-widget .text-svgs svg {
      z-index: 0;
      text-align: center;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      min-height: 100%;
      padding: 0 10%;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .page-template-page-about .about-header-widget .text-svgs svg.text1 {
        -webkit-transform: translateY(60%);
            -ms-transform: translateY(60%);
                transform: translateY(60%); }
      .page-template-page-about .about-header-widget .text-svgs svg.text2 {
        -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
                transform: translateY(-60%); }
  @media print, screen and (min-width: 40em) {
    .page-template-page-about .about-header-widget {
      padding-top: 24rem; } }

.page-template-page-about .about-section {
  margin-top: 10rem;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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; }
  .page-template-page-about .about-section h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #f21d5e;
    line-height: 1;
    position: relative;
    top: 1rem;
    right: 1rem;
    font-size: 3.125rem;
    text-align: right; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .about-section h2 {
        font-size: 6.875rem;
        top: 2rem; } }
    @media screen and (min-width: 75em) {
      .page-template-page-about .about-section h2 {
        font-size: 12.5rem;
        top: 3rem; } }
  .page-template-page-about .about-section .callout {
    width: 100%;
    font-size: 1.5rem;
    background: none;
    margin: 0 1rem;
    padding: 2rem;
    border: 2px solid #000; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .about-section .callout {
        padding: 2rem 30% 2rem 2rem; } }
    @media screen and (min-width: 75em) {
      .page-template-page-about .about-section .callout {
        padding: 2rem 60% 2rem 2rem; } }
  .page-template-page-about .about-section .about-columns {
    width: 100%;
    padding: 2rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .about-section .about-columns {
        padding: 2rem 3rem;
        -webkit-columns: 2;
                columns: 2; } }
  .page-template-page-about .about-section .about-buttons {
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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;
    width: 100%;
    text-align: left;
    padding: 2rem; }
    .page-template-page-about .about-section .about-buttons a {
      font-size: 1.125rem;
      text-transform: uppercase;
      padding: 0.5rem 1rem;
      margin: 0 0;
      display: inline-block;
      color: #fff;
      background: #000; }
      .page-template-page-about .about-section .about-buttons a:hover {
        color: #f21d5e; }
      .page-template-page-about .about-section .about-buttons a:first-of-type {
        text-align: left; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-about .about-section .about-buttons a {
          margin-bottom: 1rem; } }
    .page-template-page-about .about-section .about-buttons .columns {
      padding: 0; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-about .about-section .about-buttons {
        padding: 0 2rem 3rem; } }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .about-section .about-buttons {
        padding: 1rem 3rem 5rem; } }
  .page-template-page-about .about-section.active {
    opacity: 1;
    margin-top: 0; }

.page-template-page-about .about-text-widget {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 3rem 0 52.25% 0; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-about .about-text-widget {
      padding: 3rem 0 45.5% 0; } }
  @media print, screen and (min-width: 64em) {
    .page-template-page-about .about-text-widget {
      padding: 5rem 0 38% 0; } }
  .page-template-page-about .about-text-widget .background {
    position: absolute;
    top: 0;
    left: -20%;
    max-height: 100%;
    max-width: 100%;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .about-text-widget .background {
        display: block; } }
  .page-template-page-about .about-text-widget p {
    position: absolute;
    bottom: 1rem;
    width: 80%;
    left: 15%;
    padding-right: 15%;
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-about .about-text-widget p {
        left: 0;
        width: 100%;
        padding: 0 15%;
        font-size: 0.75rem; } }
  .page-template-page-about .about-text-widget .quote-widget {
    width: 100vw;
    margin: 0 auto;
    position: relative; }
    .page-template-page-about .about-text-widget .quote-widget img {
      -webkit-transition: all .4s;
      transition: all .4s;
      padding: 0 10%;
      width: 100%;
      height: auto;
      position: absolute; }
      .page-template-page-about .about-text-widget .quote-widget img.q1 {
        top: 0;
        left: 0; }
      .page-template-page-about .about-text-widget .quote-widget img.q2 {
        top: -5rem;
        left: 0; }
      .page-template-page-about .about-text-widget .quote-widget img.q3 {
        top: 0;
        left: 0; }
      .page-template-page-about .about-text-widget .quote-widget img.q4 {
        top: 0;
        left: -17rem; }

.page-template-page-about .our-history-wrapper {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 3.75rem 0 0 0; }

.page-template-page-about .our-history {
  margin: 60px 0 -120px 0;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem);
  margin-top: 2rem;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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; }
  .page-template-page-about .our-history.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .page-template-page-about .our-history .background {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .our-history .background {
        display: block; } }
  .page-template-page-about .our-history h2 {
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 0.9;
    font-size: 3.125rem;
    color: #f21d5e; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .our-history h2 {
        width: 40%;
        left: -3rem;
        font-size: 6.875rem;
        top: 2rem; } }
    @media screen and (min-width: 75em) {
      .page-template-page-about .our-history h2 {
        font-size: 12.5rem;
        top: 3rem; } }
    .page-template-page-about .our-history h2 span {
      text-transform: uppercase;
      font-size: 1.125rem;
      color: #232323;
      display: block;
      margin: 0.5rem 0; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-about .our-history h2 span {
          width: 100%;
          margin: 0;
          position: absolute;
          top: 20%;
          left: 15rem; } }
      @media screen and (min-width: 75em) {
        .page-template-page-about .our-history h2 span {
          left: 28rem; } }
  .page-template-page-about .our-history .meta {
    color: #525252; }
    .page-template-page-about .our-history .meta a {
      color: #525252; }
      .page-template-page-about .our-history .meta a:hover {
        color: #f21d5e;
        text-decoration: underline; }
  .page-template-page-about .our-history .callout {
    background: none;
    border: 2px solid #000;
    padding: 2rem;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-about .our-history .callout {
        padding: 3rem; } }
    .page-template-page-about .our-history .callout a {
      text-decoration: underline; }
      .page-template-page-about .our-history .callout a:hover {
        color: #f21d5e; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-about .our-history {
      padding: 0 0 8rem 0; } }
  @media print, screen and (min-width: 64em) {
    .page-template-page-about .our-history {
      padding: 0 0 6rem 0; } }

.page-template-page-about .members-section {
  padding-top: 180px;
  margin: 5rem 0 0;
  position: relative;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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; }
  .page-template-page-about .members-section h2 {
    color: #fff44b;
    font-size: 3.125rem;
    padding: 0;
    margin: 0 1rem -40px 1rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .members-section h2 {
        font-size: 6.25rem;
        padding: 0 0 0 3rem;
        margin: 0 0 -65px 0; } }
  .page-template-page-about .members-section .callout {
    margin: 1rem 0.5rem -1rem 0.5rem;
    width: 100%;
    background: none;
    border: 2px solid #000;
    padding: 2rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .members-section .callout {
        width: 90%;
        margin: 1rem 0.5rem -50px 1rem;
        padding: 3rem 1rem 3rem 3rem; } }
  .page-template-page-about .members-section .members-grid {
    width: 100%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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;
    position: relative;
    z-index: 100; }
    .page-template-page-about .members-section .members-grid span {
      display: inline-block;
      background: #fff44b;
      margin: 2rem 0 0.25rem 0; }
  .page-template-page-about .members-section img {
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1;
    max-width: 100%;
    width: 100%; }
    .page-template-page-about .members-section img:hover {
      opacity: 0.4; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-about .members-section img {
        width: 100%;
        max-width: none; } }
  .page-template-page-about .members-section a:hover h3, .page-template-page-about .members-section a:hover p, .page-template-page-about .members-section a:focus h3, .page-template-page-about .members-section a:focus p, .page-template-page-about .members-section a:active h3, .page-template-page-about .members-section a:active p {
    color: #f21d5e; }
  .page-template-page-about .members-section h3 {
    margin: 0;
    padding: 0;
    font-size: 1.875rem;
    text-transform: none;
    line-height: 1; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-about .members-section h3 {
        margin-left: -10px; } }
  .page-template-page-about .members-section p {
    padding: 0;
    margin: .25rem 0 0;
    line-height: 1.1; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-about .members-section p {
        margin: 0.25rem 0 0 -10px; } }
  .page-template-page-about .members-section #fh-glitch {
    position: relative;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: -10; }
    .page-template-page-about .members-section #fh-glitch .background {
      margin: 0 !important;
      position: relative;
      left: 0; }
    .page-template-page-about .members-section #fh-glitch canvas {
      position: absolute;
      top: 40.8%;
      left: 31.75%;
      z-index: 1000;
      max-width: 100%;
      height: auto;
      display: none; }
    @media screen and (min-width: 75em) {
      .page-template-page-about .members-section #fh-glitch.active canvas {
        display: block; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-about .members-section #fh-glitch {
        display: none; } }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .members-section #fh-glitch {
        top: 19%;
        left: -904px; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-about .members-section #fh-glitch {
        top: 27%;
        left: -727px; } }
    @media screen and (min-width: 75em) {
      .page-template-page-about .members-section #fh-glitch {
        top: 30%;
        left: -54%; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-about .members-section {
      padding: 3rem 0; } }

.page-template-page-about .staff-section {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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;
  border: 2px solid #000;
  margin: 5rem 1rem 0;
  padding: 3rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-about .staff-section {
      margin: 7rem auto 0; } }
  .page-template-page-about .staff-section h2 {
    position: absolute;
    top: -3rem;
    right: 2rem;
    font-size: 3.125rem;
    width: 100%;
    color: #ece145;
    text-align: right !important; }

.page-template-page-about .sponsors-section {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 5rem 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
          transform: translateY(10rem); }
  .page-template-page-about .sponsors-section h2 {
    padding: 0;
    margin: 2.5rem 0 0 0;
    line-height: 1;
    font-size: 3.125rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-about .sponsors-section h2 {
        font-size: 4.6875rem;
        top: 2rem; } }
    @media screen and (min-width: 75em) {
      .page-template-page-about .sponsors-section h2 {
        font-size: 6.25rem;
        top: 3rem; } }
    .page-template-page-about .sponsors-section h2::after {
      background: #fff;
      display: block;
      width: 100%;
      height: 3rem;
      content: "";
      position: relative;
      top: -1rem;
      z-index: 10000; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-about .sponsors-section h2::after {
          top: -1.8rem; } }
  .page-template-page-about .sponsors-section .sponsors a {
    display: block;
    margin: 0 0 2rem 0; }
    .page-template-page-about .sponsors-section .sponsors a img {
      -webkit-transition: all .4s;
      transition: all .4s; }
    .page-template-page-about .sponsors-section .sponsors a:hover img {
      opacity: 0.8; }
    .page-template-page-about .sponsors-section .sponsors a.support-link {
      display: inline-block; }
  .page-template-page-about .sponsors-section.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.page-template-page-about .subscribe {
  position: relative; }
  .page-template-page-about .subscribe .support-link {
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0 0.25rem 0;
    display: inline-block;
    margin: 2rem 0 0 0; }
    .page-template-page-about .subscribe .support-link:hover, .page-template-page-about .subscribe .support-link:focus, .page-template-page-about .subscribe .support-link:active {
      font-style: normal;
      color: #f21d5e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
      background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
      background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }
  .page-template-page-about .subscribe .newsletter-header-wrapper {
    width: 100%; }
    .page-template-page-about .subscribe .newsletter-header-wrapper h2 {
      width: 100%; }
  .page-template-page-about .subscribe .newsletter-wrapper p {
    font-size: 1rem; }

.page-template-page-listen {
  background: #fff44b; }
  .page-template-page-listen .site-header {
    background: #fff44b; }
  .page-template-page-listen .top-bar #menu-main-navigation .menu-item.current-menu-item a {
    color: red;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
  .page-template-page-listen .top-bar #menu-main-navigation .menu-item a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .page-template-page-listen .top-bar #menu-main-navigation .menu-item a:hover, .page-template-page-listen .top-bar #menu-main-navigation .menu-item a:focus, .page-template-page-listen .top-bar #menu-main-navigation .menu-item a:active {
      color: red;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
  .page-template-page-listen .page-listen {
    padding-top: 2rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-listen .page-listen {
        padding-top: 12rem; } }
  .page-template-page-listen .video-header {
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-listen .video-header {
        margin: 0 auto;
        padding: 5rem 5rem 0 5rem; } }
    .page-template-page-listen .video-header h1 {
      line-height: 0.9;
      margin: 0;
      padding: 1rem 0;
      color: #f21d5e;
      z-index: 1001;
      font-size: 3.125rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .video-header h1 {
          padding: 2rem 0;
          font-size: 5rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-listen .video-header h1 {
          padding: 0;
          font-size: 8.75rem;
          max-width: 60%;
          position: absolute;
          top: -0.25rem;
          left: -0.25rem; } }
      .page-template-page-listen .video-header h1.clicked {
        z-index: -1001; }
    .page-template-page-listen .video-header .video-title {
      max-width: 200px; }
      @media print, screen and (min-width: 64em) {
        .page-template-page-listen .video-header .video-title {
          position: absolute;
          top: 1rem;
          right: 10%; } }
    .page-template-page-listen .video-header .video-wrapper {
      position: relative;
      z-index: 100;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .page-template-page-listen .video-header .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .page-template-page-listen .video-links {
    position: relative;
    z-index: 100;
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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;
    text-align: center;
    padding: 0.5rem 0;
    margin-bottom: -200px; }
    .page-template-page-listen .video-links a {
      display: inline-block;
      margin: 0 1rem;
      font-size: 1.5rem;
      text-transform: uppercase;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), to(#fff44b));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%); }
      .page-template-page-listen .video-links a:hover, .page-template-page-listen .video-links a:focus, .page-template-page-listen .video-links a:active {
        color: red;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff44b), to(#fff44b));
        background-image: -webkit-linear-gradient(top, transparent 0%, #fff44b 0%, #fff44b 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #fff44b 0%, #fff44b 100%); }
  .page-template-page-listen .listen-look {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 215px 0 0; }
    @media print, screen and (min-width: 64em) {
      .page-template-page-listen .listen-look {
        padding: 275px 0 0; } }
    .page-template-page-listen .listen-look .listen-look-content {
      overflow-x: hidden;
      max-width: 75rem;
      margin-right: auto;
      margin-left: 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;
      position: relative;
      -webkit-transition: all 1s;
      transition: all 1s;
      opacity: 0;
      -webkit-transform: translateY(10rem);
          -ms-transform: translateY(10rem);
              transform: translateY(10rem); }
      .page-template-page-listen .listen-look .listen-look-content .glitch-wrap {
        height: 145px; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .listen-look .listen-look-content .glitch-wrap {
            margin: 1rem 0 2rem; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-listen .listen-look .listen-look-content .glitch-wrap {
            height: 0; } }
      .page-template-page-listen .listen-look .listen-look-content .text-glitch {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 3rem;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        max-width: 300px;
        height: auto;
        font-size: 3.125rem; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .listen-look .listen-look-content .text-glitch {
            max-width: 400px;
            font-size: 4.375rem; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-listen .listen-look .listen-look-content .text-glitch {
            max-width: 40%; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-listen .listen-look .listen-look-content {
          padding: 10rem 5rem 0; } }
      .page-template-page-listen .listen-look .listen-look-content .background {
        position: absolute; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-listen .listen-look .listen-look-content .background {
            top: 0;
            left: 5.5rem; } }
      .page-template-page-listen .listen-look .listen-look-content .header {
        position: relative;
        z-index: 1000;
        margin: 2rem; }
      .page-template-page-listen .listen-look .listen-look-content .callout {
        background: none;
        border: 2px solid #000;
        font-size: 1.125rem; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .listen-look .listen-look-content .callout {
            font-size: 1.5rem; } }
      .page-template-page-listen .listen-look .listen-look-content .attribution {
        font-family: 'ITC Franklin Gothic LT W01 Dm'; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-listen .listen-look .listen-look-content .attribution {
            padding-right: 33.33%; } }
      .page-template-page-listen .listen-look .listen-look-content.active {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
  .page-template-page-listen .albums {
    background: #fff;
    margin: 5rem 0 0;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem); }
    .page-template-page-listen .albums h2 {
      position: relative;
      margin: 0;
      padding: 0;
      color: #f21d5e;
      font-size: 3.75rem;
      left: 0.5rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .albums h2 {
          left: 0;
          font-size: 7.5rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-listen .albums h2 {
          left: -1rem;
          font-size: 12.5rem; } }
    .page-template-page-listen .albums .album-tabs {
      margin: -20px 0 0 0;
      max-width: 75rem;
      margin-right: auto;
      margin-left: 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; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .albums .album-tabs {
          margin: -60px auto 0; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-listen .albums .album-tabs {
          margin: -100px auto 0; } }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .albums .album-tabs .columns {
          padding: 0 1rem 1rem; } }
      .page-template-page-listen .albums .album-tabs img {
        width: 100%;
        max-width: none; }
      .page-template-page-listen .albums .album-tabs .detail-panel {
        max-width: 75rem;
        margin-right: auto;
        margin-left: 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;
        display: none !important;
        margin: 1rem 0 4rem;
        padding: 3rem 2rem 2rem;
        border: 2px solid #000;
        border-right: none;
        border-left: none; }
        .page-template-page-listen .albums .album-tabs .detail-panel h3 {
          width: 100%;
          color: #f21d5e;
          font-size: 1.5rem; }
          @media print, screen and (min-width: 40em) {
            .page-template-page-listen .albums .album-tabs .detail-panel h3 {
              font-size: 2.25rem; } }
          @media print, screen and (min-width: 64em) {
            .page-template-page-listen .albums .album-tabs .detail-panel h3 {
              font-size: 3rem; } }
        .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons {
          padding: 1rem 0; }
          .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons a {
            margin-right: 0.5rem;
            margin-bottom: 2rem;
            padding: 0.5rem 1rem;
            background: #000;
            color: #fff;
            text-transform: uppercase;
            display: block;
            margin-bottom: 0.5rem; }
            @media print, screen and (min-width: 40em) {
              .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons a {
                display: inline-block; } }
            @media print, screen and (min-width: 64em) {
              .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons a {
                display: inline-block; } }
            .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons a:hover, .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons a:focus, .page-template-page-listen .albums .album-tabs .detail-panel .detail-buttons a:active {
              color: #f21d5e; }
        .page-template-page-listen .albums .album-tabs .detail-panel.active-panel {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .page-template-page-listen .albums .album-tabs .detail-panel.hidden-panel {
          display: none !important; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .albums .album-tabs .details-text {
          -webkit-columns: 2;
                  columns: 2;
          -webkit-column-gap: 2rem;
                  column-gap: 2rem; } }
      .page-template-page-listen .albums .album-tabs .details-text img {
        max-width: 150px;
        float: left;
        margin: 0 0.4rem 0 0; }
      .page-template-page-listen .albums .album-tabs .top-panel {
        max-width: 75rem;
        margin-right: auto;
        margin-left: 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; }
      .page-template-page-listen .albums .album-tabs .bottom-panel {
        max-width: 75rem;
        margin-right: auto;
        margin-left: 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; }
      .page-template-page-listen .albums .album-tabs .top-panel a span,
      .page-template-page-listen .albums .album-tabs .bottom-panel a span {
        display: inline-block;
        line-height: 1; }
        @media screen and (max-width: 39.9375em) {
          .page-template-page-listen .albums .album-tabs .top-panel a span,
          .page-template-page-listen .albums .album-tabs .bottom-panel a span {
            display: none; } }
        .page-template-page-listen .albums .album-tabs .top-panel a span::before,
        .page-template-page-listen .albums .album-tabs .bottom-panel a span::before {
          background: #fff44b;
          padding-right: 0.2rem;
          font-family: "FontAwesome";
          content: "\f106"; }
      .page-template-page-listen .albums .album-tabs .top-panel a span.down-arrow::before,
      .page-template-page-listen .albums .album-tabs .bottom-panel a span.down-arrow::before {
        padding-right: 0.2rem;
        font-family: "FontAwesome";
        content: "\f107"; }
      .page-template-page-listen .albums .album-tabs .top-panel a,
      .page-template-page-listen .albums .album-tabs .bottom-panel a {
        line-height: 1; }
        .page-template-page-listen .albums .album-tabs .top-panel a img,
        .page-template-page-listen .albums .album-tabs .bottom-panel a img {
          border: 3px solid transparent; }
        .page-template-page-listen .albums .album-tabs .top-panel a:hover img, .page-template-page-listen .albums .album-tabs .top-panel a:focus img, .page-template-page-listen .albums .album-tabs .top-panel a:active img, .page-template-page-listen .albums .album-tabs .top-panel a.selected img,
        .page-template-page-listen .albums .album-tabs .bottom-panel a:hover img,
        .page-template-page-listen .albums .album-tabs .bottom-panel a:focus img,
        .page-template-page-listen .albums .album-tabs .bottom-panel a:active img,
        .page-template-page-listen .albums .album-tabs .bottom-panel a.selected img {
          border: 3px solid #fff44b !important;
          -webkit-transition: all .4s !important;
          transition: all .4s !important;
          -webkit-transform: scale(1.025) !important;
              -ms-transform: scale(1.025) !important;
                  transform: scale(1.025) !important; }
    .page-template-page-listen .albums.active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .page-template-page-listen .featured-audio {
    padding: 2rem 0 0 0;
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem); }
    @media print, screen and (min-width: 40em) {
      .page-template-page-listen .featured-audio {
        background: url(../images/audio-bg.png) 90% 20rem no-repeat;
        padding: 3rem 0 3rem 0; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-listen .featured-audio {
        padding: 5rem 3rem 3rem; } }
    .page-template-page-listen .featured-audio h2 {
      color: #f21d5e;
      position: relative;
      z-index: 1000;
      line-height: 1;
      font-size: 3.75rem;
      left: -0.25rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .featured-audio h2 {
          top: 2rem;
          left: -1rem;
          font-size: 5rem; } }
      @media screen and (min-width: 90em) {
        .page-template-page-listen .featured-audio h2 {
          font-size: 6.25rem;
          left: -5rem; } }
    .page-template-page-listen .featured-audio .audio-slider {
      margin: 0 1rem;
      border: 2px solid #000; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .featured-audio .audio-slider {
          margin: 0 3rem; } }
      .page-template-page-listen .featured-audio .audio-slider .slide-content {
        padding: 0rem;
        background: #f5f5f5; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .featured-audio .audio-slider .slide-content {
            padding: 2rem; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-listen .featured-audio .audio-slider .slide-content {
            padding: 3rem; } }
        .page-template-page-listen .featured-audio .audio-slider .slide-content iframe {
          border: none; }
        .page-template-page-listen .featured-audio .audio-slider .slide-content .player {
          cursor: pointer;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: 6% auto;
          height: 50%;
          width: 100%;
          font-family: Helvetica, Arial, sans-serif;
          background-color: #000;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: center;
          -webkit-transition: background-image 1s linear;
          transition: background-image 1s linear; }
        .page-template-page-listen .featured-audio .audio-slider .slide-content .waveform {
          z-index: 3;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%;
          -webkit-transition: background-image 1s linear;
          transition: background-image 1s linear; }
        .page-template-page-listen .featured-audio .audio-slider .slide-content .position {
          opacity: 0.5;
          position: absolute;
          height: 100%;
          width: 0;
          background-color: #f21d5e;
          -webkit-transition: width .1s linear;
          transition: width .1s linear;
          mix-blend-mode: overlay; }
        .page-template-page-listen .featured-audio .audio-slider .slide-content .info {
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          z-index: 5;
          position: absolute;
          height: 1em;
          width: 100%;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 1.5rem;
          letter-spacing: -.08em;
          line-height: 0.8;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-align: center;
          color: white;
          mix-blend-mode: difference; }
      .page-template-page-listen .featured-audio .audio-slider .slick-slide {
        position: relative; }
      .page-template-page-listen .featured-audio .audio-slider .slick-arrow {
        line-height: 1rem;
        font-size: 2.5rem;
        position: absolute;
        top: 50%;
        margin-top: -0.5rem;
        cursor: pointer; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .featured-audio .audio-slider .slick-arrow {
            font-size: 3.75rem; } }
      .page-template-page-listen .featured-audio .audio-slider .slick-prev {
        left: -1.5rem; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .featured-audio .audio-slider .slick-prev {
            left: -3rem; } }
        @media screen and (min-width: 75em) {
          .page-template-page-listen .featured-audio .audio-slider .slick-prev {
            left: -5rem; } }
      .page-template-page-listen .featured-audio .audio-slider .slick-next {
        right: -1.5rem; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-listen .featured-audio .audio-slider .slick-next {
            right: -3rem; } }
        @media screen and (min-width: 75em) {
          .page-template-page-listen .featured-audio .audio-slider .slick-next {
            right: -5rem; } }
    .page-template-page-listen .featured-audio .audio-captions {
      padding: 1rem 1rem 0; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .featured-audio .audio-captions {
          padding: 1rem 5rem 0; } }
    .page-template-page-listen .featured-audio .audio-dots {
      padding: 0  0 0 2.5rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .featured-audio .audio-dots {
          padding: 0 6rem; } }
      .page-template-page-listen .featured-audio .audio-dots .slick-dots {
        list-style: disc;
        margin: 0;
        padding: 0; }
        .page-template-page-listen .featured-audio .audio-dots .slick-dots li {
          float: left;
          margin: 0;
          padding: 0; }
          .page-template-page-listen .featured-audio .audio-dots .slick-dots li.slick-active {
            list-style: circle; }
        .page-template-page-listen .featured-audio .audio-dots .slick-dots button {
          text-align: center;
          font-size: 0;
          height: 1.5rem;
          width: 1.5rem;
          cursor: pointer;
          position: relative;
          left: -1.5rem; }
        .page-template-page-listen .featured-audio .audio-dots .slick-dots::after {
          display: table;
          content: " ";
          clear: both; }
    .page-template-page-listen .featured-audio .audio-links {
      padding: 0 1rem;
      text-align: left; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-listen .featured-audio .audio-links {
          padding: 0 4.5rem; } }
      .page-template-page-listen .featured-audio .audio-links a {
        line-height: 1;
        font-family: 'ITC Franklin Gothic LT W01 Dm';
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
        font-size: 1.5rem;
        text-transform: uppercase;
        padding: 0;
        display: inline-block;
        margin: 1rem 0; }
        .page-template-page-listen .featured-audio .audio-links a:hover, .page-template-page-listen .featured-audio .audio-links a:focus, .page-template-page-listen .featured-audio .audio-links a:active {
          font-style: normal;
          color: #f21d5e;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
          background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
          background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }
      .page-template-page-listen .featured-audio .audio-links .columns {
        padding: 0; }
    .page-template-page-listen .featured-audio.active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .page-template-page-listen .footer-container {
    background: #fff;
    margin: 0 !important; }
  .page-template-page-listen .subscribe {
    width: 100%;
    margin-top: 3rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-listen .subscribe {
        margin-top: 15rem; } }

.subscribe {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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; }
  .subscribe .donate {
    width: 100%;
    padding: 2rem 0; }
    @media print, screen and (min-width: 64em) {
      .subscribe .donate {
        padding: 8rem 3rem 0; } }
  .subscribe .donate-link {
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0 0.25rem 0;
    display: inline-block;
    margin: 2rem 0 0 0; }
    .subscribe .donate-link:hover, .subscribe .donate-link:focus, .subscribe .donate-link:active {
      font-style: normal;
      color: #f21d5e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
      background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
      background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }

.page-template-page-projects {
  background: #fff44b; }
  .page-template-page-projects .site-header {
    background: #fff44b; }
  .page-template-page-projects .top-bar #menu-main-navigation .menu-item a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .page-template-page-projects .top-bar #menu-main-navigation .menu-item a:hover, .page-template-page-projects .top-bar #menu-main-navigation .menu-item a:focus, .page-template-page-projects .top-bar #menu-main-navigation .menu-item a:active {
      color: red;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
  .page-template-page-projects .page-projects {
    padding: 5rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-projects .page-projects {
        padding: 42rem 0 0; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-projects .page-projects {
        padding: 35rem 0 0; } }
  .page-template-page-projects .page-listen {
    max-width: none;
    margin-right: auto;
    margin-left: auto; }
  .page-template-page-projects #glitch {
    position: absolute;
    top: 0;
    left: 0; }
  .page-template-page-projects .fh-wrapper {
    display: none;
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    top: 12rem;
    left: -7rem; }
    .page-template-page-projects .fh-wrapper img {
      position: absolute;
      top: 0;
      left: 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-projects .fh-wrapper {
        display: block; } }
  .page-template-page-projects .projects-title {
    position: relative;
    z-index: 100;
    text-align: right;
    color: #f21d5e;
    font-size: 3.125rem;
    line-height: 1;
    padding: 0;
    margin: 0 1rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-projects .projects-title {
        margin: 0 -1rem 0 0;
        font-size: 6.25rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-projects .projects-title {
        font-size: 12.5rem; } }
  .page-template-page-projects .projects-quote {
    text-transform: none;
    text-align: right;
    font-size: 1rem;
    margin: 0 1rem 1rem 0;
    padding-left: 33%; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-projects .projects-quote {
        padding-left: 40%;
        margin-bottom: 5rem;
        margin-right: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-projects .projects-quote {
        font-size: 1.375rem;
        margin-right: 7%; } }
  .page-template-page-projects .projects-content {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 3rem;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem); }
    .page-template-page-projects .projects-content h3 {
      font-size: 3rem;
      line-height: 1;
      margin: 0;
      padding: 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-projects .projects-content .category-header {
        margin-top: 5rem;
        padding: 0 30% 0 5rem; }
        .page-template-page-projects .projects-content .category-header.odd {
          text-align: right;
          padding: 0 15%; } }
    .page-template-page-projects .projects-content .category-slider {
      margin: 2rem 0 0 0;
      padding: 1rem 1rem 2rem 1rem;
      position: relative; }
      @media screen and (min-width: 75em) {
        .page-template-page-projects .projects-content .category-slider {
          height: 365px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(62%, transparent), color-stop(62%, #fff44b), to(#fff44b)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(18%, transparent), color-stop(18%, #fff), to(#fff));
          background-image: -webkit-linear-gradient(top, transparent 0%, transparent 62%, #fff44b 62%, #fff44b 100%), -webkit-linear-gradient(left, transparent 0%, transparent 18%, #fff 18%, #fff 100%);
          background-image: linear-gradient(to bottom, transparent 0%, transparent 62%, #fff44b 62%, #fff44b 100%), linear-gradient(to right, transparent 0%, transparent 18%, #fff 18%, #fff 100%); } }
      .page-template-page-projects .projects-content .category-slider .slick-slide {
        outline: none;
        position: relative; }
      .page-template-page-projects .projects-content .category-slider .slick-arrow {
        display: inline-block;
        font-size: 3rem;
        position: absolute;
        top: 30%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer; }
        @media print, screen and (min-width: 64em) {
          .page-template-page-projects .projects-content .category-slider .slick-arrow {
            top: 40%; } }
        @media screen and (min-width: 75em) {
          .page-template-page-projects .projects-content .category-slider .slick-arrow {
            top: 30%; } }
      .page-template-page-projects .projects-content .category-slider .slick-prev {
        left: -2rem; }
      .page-template-page-projects .projects-content .category-slider .slick-next {
        right: -2.5rem; }
      .page-template-page-projects .projects-content .category-slider .headline {
        margin-top: 2rem;
        width: 80%;
        font-size: 0.75rem;
        line-height: 1;
        float: left; }
        .page-template-page-projects .projects-content .category-slider .headline a {
          display: inline; }
          .page-template-page-projects .projects-content .category-slider .headline a:hover {
            font-family: 'ITC Franklin Gothic LT W01 Dm';
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
            background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
            background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
        @media print, screen and (min-width: 40em) {
          .page-template-page-projects .projects-content .category-slider .headline {
            font-size: 0.875rem;
            line-height: 1.5; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-projects .projects-content .category-slider .headline {
            font-size: 1.125rem; } }
      .page-template-page-projects .projects-content .category-slider img {
        cursor: pointer;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transition: all .75s;
        transition: all .75s;
        width: 100%;
        height: auto;
        padding-right: 1rem;
        opacity: 0.66; }
      .page-template-page-projects .projects-content .category-slider .slick-center img,
      .page-template-page-projects .projects-content .category-slider .slick-slide:hover img {
        opacity: 1; }
      .page-template-page-projects .projects-content .category-slider .slick-center .headline,
      .page-template-page-projects .projects-content .category-slider .slick-slide:hover .headline {
        display: inline-block;
        font-family: 'ITC Franklin Gothic LT W01 Dm'; }
        .page-template-page-projects .projects-content .category-slider .slick-center .headline a,
        .page-template-page-projects .projects-content .category-slider .slick-slide:hover .headline a {
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
          background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
          background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
      @media screen and (min-width: 75em) {
        .page-template-page-projects .projects-content .category-slider.odd {
          height: 365px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(62%, transparent), color-stop(62%, #fff44b), to(#fff44b)), -webkit-gradient(linear, right top, left top, from(transparent), color-stop(18%, transparent), color-stop(18%, #fff), color-stop(97%, #fff), color-stop(97%, transparent), to(transparent));
          background-image: -webkit-linear-gradient(top, transparent 0%, transparent 62%, #fff44b 62%, #fff44b 100%), -webkit-linear-gradient(right, transparent 0%, transparent 18%, #fff 18%, #fff 97%, transparent 97%, transparent 100%);
          background-image: linear-gradient(to bottom, transparent 0%, transparent 62%, #fff44b 62%, #fff44b 100%), linear-gradient(to left, transparent 0%, transparent 18%, #fff 18%, #fff 97%, transparent 97%, transparent 100%); } }
    .page-template-page-projects .projects-content.active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .page-template-page-projects .repertoire {
    margin: 3rem 0 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(10rem);
        -ms-transform: translateY(10rem);
            transform: translateY(10rem); }
    .page-template-page-projects .repertoire .content {
      max-width: 75rem;
      margin-right: auto;
      margin-left: 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: 5rem 0; }
      .page-template-page-projects .repertoire .content .callout {
        padding: 2rem 1.5rem;
        border: 2px solid #000;
        background: none;
        position: relative; }
        .page-template-page-projects .repertoire .content .callout h3 {
          white-space: nowrap;
          color: #f21d5e;
          position: absolute;
          top: -1rem;
          left: -0.5rem;
          font-size: 1.4375rem;
          line-height: 1; }
          @media print, screen and (min-width: 40em) {
            .page-template-page-projects .repertoire .content .callout h3 {
              font-size: 2.5rem;
              top: -1.8rem;
              left: -1rem; } }
        .page-template-page-projects .repertoire .content .callout p {
          font-size: 1.125rem;
          margin: 0 0 1.5rem 0; }
        .page-template-page-projects .repertoire .content .callout a {
          line-height: 1;
          font-size: 1.5rem;
          text-transform: uppercase;
          display: inline-block;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), color-stop(0%, 70%), color-stop(70%, #fff), to(#fff));
          background: -webkit-linear-gradient(transparent 0%, transparent, 70%, #fff 70%, #fff 100%);
          background: linear-gradient(transparent 0%, transparent, 70%, #fff 70%, #fff 100%); }
          .page-template-page-projects .repertoire .content .callout a:hover {
            background: #fff; }
    .page-template-page-projects .repertoire.active {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .page-template-page-projects .subscribe-wrapper {
    background: #f21d5e; }
  .page-template-page-projects .subscribe {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 2rem; }
    .page-template-page-projects .subscribe .content {
      width: 100%;
      max-width: 75rem;
      margin-right: auto;
      margin-left: 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; }
    .page-template-page-projects .subscribe .newsletter-wrapper .ginput_container_email input {
      height: auto;
      padding: 0.7rem !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none;
      border-bottom: 1px solid #000; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-projects .subscribe .newsletter-wrapper {
        margin: 0 !important; } }
    .page-template-page-projects .subscribe .newsletter-signup h2 {
      color: #fff;
      left: 1rem; }
    .page-template-page-projects .subscribe .newsletter-signup .gform_wrapper .gform_footer input {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff), color-stop(40%, #fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 20%, #fff 40%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 20%, #fff 40%); }
      .page-template-page-projects .subscribe .newsletter-signup .gform_wrapper .gform_footer input:hover, .page-template-page-projects .subscribe .newsletter-signup .gform_wrapper .gform_footer input:focus, .page-template-page-projects .subscribe .newsletter-signup .gform_wrapper .gform_footer input:active {
        font-style: normal;
        color: #f21d5e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%); }
    .page-template-page-projects .subscribe .donate {
      padding: 2rem 0; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-projects .subscribe .donate {
          padding: 8rem 4rem 0; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-projects .subscribe .donate {
          padding: 8rem 7rem 0; } }
    .page-template-page-projects .subscribe .donate-link {
      font-family: 'ITC Franklin Gothic LT W01 Dm';
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff), color-stop(40%, #fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 20%, #fff 40%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 20%, #fff 40%);
      font-size: 1.5rem;
      text-transform: uppercase;
      padding: 0 0.25rem 0;
      display: inline-block;
      margin: 2rem 0 0 0; }
      .page-template-page-projects .subscribe .donate-link:hover, .page-template-page-projects .subscribe .donate-link:focus, .page-template-page-projects .subscribe .donate-link:active {
        font-style: normal;
        color: #f21d5e;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
        background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #fff 100%); }
  .page-template-page-projects .footer-container {
    background: #f21d5e;
    margin: 0; }
    .page-template-page-projects .footer-container a:hover {
      color: #fff44b !important; }
      .page-template-page-projects .footer-container a:hover path {
        fill: #fff44b !important; }

.tribe-events-page-template .site-header {
  background: #fff; }

@media print, screen and (min-width: 40em) {
  .tribe-events-page-template #tribe-events-content {
    background: url(../images/events-bg.jpg) top right no-repeat; } }

@media screen and (max-width: 39.9375em) {
  .tribe-events-page-template .tribe-events-loop {
    padding: 0 1rem; } }

.tribe-events-page-template h2.tribe-events-page-title {
  line-height: 1;
  margin: 1rem 0 0 !important;
  padding: 0;
  color: #f21d5e;
  text-align: left; }
  @media print, screen and (min-width: 40em) {
    .tribe-events-page-template h2.tribe-events-page-title {
      text-align: center;
      margin: 3rem 0 0 !important; } }
  .tribe-events-page-template h2.tribe-events-page-title a {
    text-transform: uppercase; }

.tribe-events-page-template .tribe-events-page-title {
  color: #f21d5e;
  font-size: 6.25rem;
  font-weight: normal; }
  @media print, screen and (min-width: 40em) {
    .tribe-events-page-template .tribe-events-page-title {
      font-size: 6.25rem; } }
  @media print, screen and (min-width: 64em) {
    .tribe-events-page-template .tribe-events-page-title {
      font-size: 12.5rem; } }

.tribe-events-page-template #tribe-events-pg-template, .tribe-events-page-template .tribe-events-pg-template {
  max-width: none; }

.tribe-events-page-template .tribe-events-loop {
  max-width: none; }

.tribe-events-page-template .tribe-events-ical, .tribe-events-page-template .tribe-events-gcal {
  display: none !important; }

.tribe-events-page-template .events-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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;
  max-width: none;
  margin: 0 auto; }
  .tribe-events-page-template .events-wrapper .columns {
    padding: 0;
    position: relative; }

.tribe-events-page-template .footer-container {
  margin: 0;
  padding: 1rem 0 0;
  background: #fff44b; }

.tribe-events-page-template .subscribe {
  margin-top: 0; }
  .tribe-events-page-template .subscribe .newsletter-header-wrapper h2 {
    color: #fff; }
  .tribe-events-page-template .subscribe input[type='text'] {
    padding: 0.5rem !important;
    border-bottom: 1px solid #000 !important;
    background: none !important; }
  .tribe-events-page-template .subscribe #gform_submit_button_1,
  .tribe-events-page-template .subscribe .donate-link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .tribe-events-page-template .subscribe #gform_submit_button_1:hover, .tribe-events-page-template .subscribe #gform_submit_button_1:focus, .tribe-events-page-template .subscribe #gform_submit_button_1:active,
    .tribe-events-page-template .subscribe .donate-link:hover,
    .tribe-events-page-template .subscribe .donate-link:focus,
    .tribe-events-page-template .subscribe .donate-link:active {
      color: red;
      background: #fff !important; }

.tribe-events-single {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem !important; }
  .tribe-events-single::before, .tribe-events-single::after {
    display: table;
    content: ' '; }
  .tribe-events-single::after {
    clear: both; }
  .tribe-events-single .tribe-events-meta-group {
    padding: 0 !important; }

.event-intro {
  max-width: 420px;
  padding: 0;
  margin: 0;
  font-size: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    .event-intro {
      margin: 0 0 0 5rem; } }

.type-tribe_events {
  border: 2px solid #000 !important;
  padding: 1.5rem 2rem !important;
  max-width: 650px; }

.tribe-bar-filters {
  display: none; }

.tribe-events-notices {
  background-color: #f21d5e;
  color: #fff44b; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #ece145; }

@media print, screen and (min-width: 40em) {
  .tribe-events-style-theme .container {
    margin: 0; } }

.tribe-events-tooltip .entry-title {
  color: #f21d5e !important; }

.events-left {
  text-align: right;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .events-left {
      display: block;
      padding: 2rem;
      padding-bottom: 400px; } }
  @media print, screen and (min-width: 64em) {
    .events-left {
      padding: 5rem;
      padding-bottom: 400px; } }

.events-sidebar {
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .events-sidebar {
      position: absolute;
      bottom: -1rem;
      padding-right: 1rem; } }

.tribe-events-list-event-title {
  line-height: 1;
  text-transform: uppercase !important;
  font-size: 1.875rem !important;
  margin: 0 !important;
  padding: 0 !important; }
  @media print, screen and (min-width: 40em) {
    .tribe-events-list-event-title {
      font-size: 2.25rem !important; } }
  @media print, screen and (min-width: 64em) {
    .tribe-events-list-event-title {
      font-size: 3rem !important; } }

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border: none; }

.tribe-event-schedule-details {
  font-size: 1.5rem;
  font-weight: normal; }

.events-footer {
  background: #fff44b;
  margin-bottom: -60px;
  padding: 1rem; }
  @media print, screen and (min-width: 40em) {
    .events-footer {
      padding: 5rem; } }

#tribe-events-pg-template {
  padding: 3rem 0 0; }
  @media print, screen and (min-width: 40em) {
    #tribe-events-pg-template {
      padding: 10rem 0 0; } }

.single-tribe_events #tribe-events-content {
  background: none; }

.single-tribe_events .tribe_events {
  max-width: none; }

ul.tribe-events-sub-nav {
  margin-top: 825px;
  list-style-type: none; }
  ul.tribe-events-sub-nav li a {
    margin-top: 3rem;
    display: inline-block !important;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #000; }
    ul.tribe-events-sub-nav li a:hover {
      color: #f21d5e; }

@media print, screen and (min-width: 40em) {
  #tribe-events-header .tribe-events-sub-nav {
    display: none; } }

#tribe-events-footer,
#tribe-events-bar {
  display: none !important; }

.event-links a {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  padding: 0 0.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), to(#fff44b));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%); }
  .event-links a:hover {
    background: #fff44b; }

.tribe-events-event-meta {
  padding: 0 !important;
  background: none !important;
  border: none !important; }
  .tribe-events-event-meta .tribe-events-event-url a {
    word-break: break-word !important; }

.tribe-event-schedule-details {
  padding: 0 !important; }

dd.tribe-events-event-url a {
  display: inline-block;
  word-break: break-all;
  padding-right: 1rem; }

.page-template-page-repertoire .site-header {
  background: #fff; }

.page-template-page-repertoire .rep-wrap {
  padding: 3rem 1rem 1rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .rep-wrap {
      padding: 10rem 1rem 1rem; } }

.page-template-page-repertoire .rep-header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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;
  border: 2px solid #000;
  margin: 5rem auto 0;
  padding: 2rem 2rem 1rem;
  position: relative; }
  .page-template-page-repertoire .rep-header img {
    display: none;
    position: absolute;
    top: -20%; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-repertoire .rep-header img {
        display: block;
        left: -40%; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-repertoire .rep-header img {
        left: -20%;
        top: -35%; } }
  .page-template-page-repertoire .rep-header h1 {
    font-size: 3.125rem;
    line-height: 1;
    color: #ece145;
    text-align: right;
    position: absolute;
    top: -3.25rem;
    right: 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-repertoire .rep-header h1 {
        font-size: 4.5rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-repertoire .rep-header h1 {
        font-size: 6.25rem;
        top: -4.5rem;
        right: 1rem; } }
  .page-template-page-repertoire .rep-header .rep-quote {
    width: 100%;
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-repertoire .rep-header .rep-quote {
        font-size: 1.5rem; } }
  .page-template-page-repertoire .rep-header .rep-attribution {
    font-size: 1.125rem;
    font-style: italic; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .rep-header {
      margin: 10rem auto 2rem;
      padding: 5rem 10rem 4rem 10rem; } }

.page-template-page-repertoire .rep-nav {
  text-align: center;
  padding: 1rem 0; }
  .page-template-page-repertoire .rep-nav a {
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    color: #ece145;
    text-transform: uppercase;
    padding: 0 0.75rem 0 0.4rem;
    border-right: 1px solid #ece145; }
    .page-template-page-repertoire .rep-nav a:hover, .page-template-page-repertoire .rep-nav a:focus, .page-template-page-repertoire .rep-nav a:active {
      color: #f21d5e; }
    .page-template-page-repertoire .rep-nav a.active {
      color: #f21d5e; }
    .page-template-page-repertoire .rep-nav a.view-all {
      color: #000;
      border: none; }
      .page-template-page-repertoire .rep-nav a.view-all:hover {
        color: #f21d5e; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .rep-nav {
      padding: 2rem 0; } }

.page-template-page-repertoire .nav-key {
  text-align: center;
  padding: 0 0 1rem 0; }

.page-template-page-repertoire .rep-panels {
  padding: 0 0 3rem 0; }
  .page-template-page-repertoire .rep-panels .rep-entry {
    display: none;
    padding-bottom: 3rem; }
  .page-template-page-repertoire .rep-panels .composer {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-repertoire .rep-panels .composer {
        padding: 1rem 1rem 0; } }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .rep-panels .works {
      padding: 1rem 1rem 0; } }

.page-template-page-repertoire .commissions {
  background: #fff44b;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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;
  max-width: none;
  padding: 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .commissions {
      padding: 0 15%; } }
  .page-template-page-repertoire .commissions h2 {
    color: #fff;
    display: block;
    width: 100%;
    margin: -15px 0 2rem;
    padding: 0;
    font-size: 3rem;
    line-height: 1; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-repertoire .commissions h2 {
        font-size: 4.5rem;
        margin: -20px 0 0; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-repertoire .commissions h2 {
        font-size: 6.25rem;
        margin: -25px 0 0; } }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .commissions .commissions-content {
      -webkit-columns: 2;
              columns: 2;
      padding: 4rem 10% 0; } }
  .page-template-page-repertoire .commissions .commissions-buttons {
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-repertoire .commissions .commissions-buttons {
        padding: 1rem 10% 5rem; } }
    .page-template-page-repertoire .commissions .commissions-buttons .comm-col {
      float: left;
      width: 100%;
      padding: 0; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-repertoire .commissions .commissions-buttons .comm-col {
          width: 50%; } }
    .page-template-page-repertoire .commissions .commissions-buttons a {
      padding: 0.5rem 1rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      display: inline-block;
      background: #000;
      color: #fff; }
      .page-template-page-repertoire .commissions .commissions-buttons a:hover, .page-template-page-repertoire .commissions .commissions-buttons a:focus, .page-template-page-repertoire .commissions .commissions-buttons a:active {
        color: #f21d5e; }

.page-template-page-repertoire .footer-container {
  margin: 0;
  padding: 0; }
  .page-template-page-repertoire .footer-container .footer {
    max-width: none;
    background: #fff44b; }

.page-template-page-repertoire .subscribe {
  background: #fff44b;
  width: 100%;
  max-width: none; }

.page-template-page-repertoire .subscribe-content {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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; }
  .page-template-page-repertoire .subscribe-content .newsletter-header-wrapper h2 {
    color: #fff; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-repertoire .subscribe-content .donate {
      padding: 8rem 0 0; } }
  .page-template-page-repertoire .subscribe-content .donate-link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .page-template-page-repertoire .subscribe-content .donate-link:hover, .page-template-page-repertoire .subscribe-content .donate-link:focus, .page-template-page-repertoire .subscribe-content .donate-link:active {
      color: #f21d5e;
      background: #fff; }
  .page-template-page-repertoire .subscribe-content .newsletter-signup .gform_wrapper .ginput_container input {
    padding: 0.5rem !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    background: none !important; }
  .page-template-page-repertoire .subscribe-content .newsletter-signup .gform_wrapper .gform_footer input {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .page-template-page-repertoire .subscribe-content .newsletter-signup .gform_wrapper .gform_footer input:hover, .page-template-page-repertoire .subscribe-content .newsletter-signup .gform_wrapper .gform_footer input:focus, .page-template-page-repertoire .subscribe-content .newsletter-signup .gform_wrapper .gform_footer input:active {
      color: #f21d5e;
      background: #fff; }

.blog {
  background-image: url(../images/blog-bg-large.png), url(../images/blog-bg-large.png), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff44b), to(#fff44b));
  background-image: url(../images/blog-bg-large.png), url(../images/blog-bg-large.png), -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff44b 50%, #fff44b 100%);
  background-image: url(../images/blog-bg-large.png), url(../images/blog-bg-large.png), linear-gradient(to bottom, transparent 0%, transparent 50%, #fff44b 50%, #fff44b 100%);
  background-position: 100% 200px, 0 60%;
  background-repeat: no-repeat, no-repeat, no-repeat; }
  .blog .blog-wrap {
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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; }
    .blog .blog-wrap input#s {
      text-align: right; }
  .blog .site-header {
    background: white; }
  .blog .blog-content h1 {
    padding-top: 3rem;
    color: #fff44b;
    font-size: 6.25rem; }
    @media print, screen and (min-width: 40em) {
      .blog .blog-content h1 {
        padding-top: 10rem;
        font-size: 6.25rem; } }
    @media print, screen and (min-width: 64em) {
      .blog .blog-content h1 {
        font-size: 12.5rem; } }
  .blog .blog-content .read-more {
    font-size: 1.5rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #f21d5e), to(#f21d5e));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #f21d5e 60%, #f21d5e 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #f21d5e 60%, #f21d5e 100%); }
    .blog .blog-content .read-more:hover, .blog .blog-content .read-more:focus, .blog .blog-content .read-more:active {
      color: #fff;
      background: #f21d5e; }
  @media print, screen and (min-width: 40em) {
    .blog .blog-content {
      margin-top: 5rem; } }
  .blog .sidebar-blog {
    margin-top: 1rem;
    padding: 5rem 1rem; }
    @media print, screen and (min-width: 40em) {
      .blog .sidebar-blog {
        padding: 12rem 1rem; } }
    .blog .sidebar-blog svg path {
      fill: #000;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .blog .sidebar-blog .blog-sidebar-img {
      float: left;
      max-width: none;
      margin: 1rem 0 2rem -32px;
      display: none; }
      @media print, screen and (min-width: 40em) {
        .blog .sidebar-blog .blog-sidebar-img {
          display: block; } }
    .blog .sidebar-blog .footer-menu ul {
      display: table;
      list-style-type: none;
      padding: 0;
      margin: 1rem auto;
      text-align: center; }
      .blog .sidebar-blog .footer-menu ul li {
        border-right: 1px solid #000; }
        .blog .sidebar-blog .footer-menu ul li:last-of-type {
          border: none; }
      .blog .sidebar-blog .footer-menu ul a {
        padding: 0 0.75rem; }
        .blog .sidebar-blog .footer-menu ul a:hover {
          color: #f21d5e; }
    .blog .sidebar-blog .si-social a:hover svg path {
      fill: #f21d5e; }
    @media print, screen and (min-width: 40em) {
      .blog .sidebar-blog {
        margin-top: 10.5rem; } }
  .blog .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem 0; }
  .blog .widget_categories h6 {
    text-transform: none;
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    font-size: 1.125rem; }
  .blog #searchsubmit {
    display: none; }
  .blog .blogpost-entry {
    border: 2px solid #000;
    padding: 1rem;
    margin: 1rem 0 0.5rem 0; }
    .blog .blogpost-entry h2 {
      text-transform: none;
      line-height: 1.2; }
  .blog .meta {
    padding-left: 1rem;
    margin-bottom: 2rem; }
    .blog .meta a {
      color: #f21d5e; }
      .blog .meta a:hover {
        color: #000; }
    @media print, screen and (min-width: 40em) {
      .blog .meta {
        margin-bottom: 5rem; } }
  .blog .blog-posts img {
    margin: 2rem 0 1rem 2rem; }
  .blog .blog-post:nth-of-type(even) {
    position: relative;
    left: 0; }
    @media print, screen and (min-width: 64em) {
      .blog .blog-post:nth-of-type(even) {
        left: -100px; } }
    @media screen and (min-width: 75em) {
      .blog .blog-post:nth-of-type(even) {
        left: -140px; } }
  .blog .blog-post.featured {
    font-size: 1.5rem; }
    .blog .blog-post.featured h2 {
      font-size: 3rem; }
    .blog .blog-post.featured .meta {
      font-size: 1rem; }
  .blog .subscribe-wrapper {
    background: #fff; }
  .blog .subscribe {
    background: #fff; }
    .blog .subscribe h2 {
      color: #fff44b !important; }
    .blog .subscribe input[type="text"] {
      padding: 0.5rem !important;
      border-bottom: 1px solid #000 !important; }
    .blog .subscribe input[type="submit"], .blog .subscribe .donate-link {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), to(#fff44b)) !important;
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%) !important;
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%) !important; }
      .blog .subscribe input[type="submit"]:hover, .blog .subscribe input[type="submit"]:focus, .blog .subscribe input[type="submit"]:active, .blog .subscribe .donate-link:hover, .blog .subscribe .donate-link:focus, .blog .subscribe .donate-link:active {
        color: #f21d5e;
        background: #fff44b !important; }
  .blog .footer-container {
    background: #fff;
    margin: 0;
    padding: 5rem 0 0 0; }
  .blog .featured-post-header {
    width: 75%;
    height: 120px;
    position: relative; }
    .blog .featured-post-header .text-glitch {
      width: 75%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      right: auto;
      bottom: auto;
      left: 0;
      bottom: 0;
      font-size: 3.75rem; }
      @media print, screen and (min-width: 40em) {
        .blog .featured-post-header .text-glitch {
          height: 100px;
          font-size: 4.375rem;
          top: 0rem; } }
      @media print, screen and (min-width: 64em) {
        .blog .featured-post-header .text-glitch {
          height: 200px;
          font-size: 5.625rem;
          top: -3rem; } }

.pagination {
  text-align: center;
  display: table;
  height: 1rem;
  padding: 0;
  margin: 2rem auto; }
  .pagination li {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1;
    padding: 0;
    position: relative; }
  .pagination a:hover {
    background: none; }
  .pagination a.next, .pagination a.prev {
    font-size: 3rem;
    display: inline-block; }
  .pagination .current {
    background: #f21d5e; }

.post-template-default,
.attachment {
  background: url(../images/blog-single-bg.png) 100% 33% no-repeat; }
  .post-template-default .single-wrap,
  .attachment .single-wrap {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .post-template-default .single-wrap,
      .attachment .single-wrap {
        padding: 10rem 0 0; } }
    .post-template-default .single-wrap p a,
    .attachment .single-wrap p a {
      color: #f21d5e;
      text-decoration: underline !important; }
      .post-template-default .single-wrap p a:hover,
      .attachment .single-wrap p a:hover {
        text-decoration: none !important; }
  .post-template-default .site-header,
  .attachment .site-header {
    background: #fff; }
  .post-template-default .entry-content,
  .attachment .entry-content {
    border: 2px solid #000;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 1.5rem 1rem 1rem; }
    .post-template-default .entry-content a,
    .attachment .entry-content a {
      color: #f21d5e;
      font-style: normal; }
    .post-template-default .entry-content p,
    .attachment .entry-content p {
      line-height: 1.875rem !important; }
    .post-template-default .entry-content.columns,
    .attachment .entry-content.columns {
      padding: 0; }
    .post-template-default .entry-content .row,
    .attachment .entry-content .row {
      max-width: none; }
    .post-template-default .entry-content .entry-content-inner,
    .attachment .entry-content .entry-content-inner {
      padding: 1rem; }
      .post-template-default .entry-content .entry-content-inner .aligncenter,
      .attachment .entry-content .entry-content-inner .aligncenter {
        margin: 0; }
      .post-template-default .entry-content .entry-content-inner .featured,
      .attachment .entry-content .entry-content-inner .featured {
        margin-bottom: 1rem; }
        @media print, screen and (min-width: 64em) {
          .post-template-default .entry-content .entry-content-inner .featured,
          .attachment .entry-content .entry-content-inner .featured {
            max-width: 40vw;
            float: left;
            margin-left: -20%;
            margin-right: 1rem;
            margin-bottom: 0.5rem; } }
      .post-template-default .entry-content .entry-content-inner h2,
      .attachment .entry-content .entry-content-inner h2 {
        font-size: 1.25rem; }
        @media print, screen and (min-width: 40em) {
          .post-template-default .entry-content .entry-content-inner h2,
          .attachment .entry-content .entry-content-inner h2 {
            font-size: 1.75rem; } }
      @media screen and (max-width: 39.9375em) {
        .post-template-default .entry-content .entry-content-inner img,
        .attachment .entry-content .entry-content-inner img {
          max-width: 85%; } }
    @media print, screen and (min-width: 64em) {
      .post-template-default .entry-content,
      .attachment .entry-content {
        border-left: 2px solid #000; } }
  .post-template-default .single-header,
  .attachment .single-header {
    padding: 1.5rem; }
    .post-template-default .single-header h1,
    .attachment .single-header h1 {
      line-height: 1;
      font-size: 2.375rem;
      max-width: 50rem;
      color: #f21d5e; }
      @media print, screen and (min-width: 40em) {
        .post-template-default .single-header h1,
        .attachment .single-header h1 {
          font-size: 3.1875rem; } }
      @media print, screen and (min-width: 64em) {
        .post-template-default .single-header h1,
        .attachment .single-header h1 {
          font-size: 4.5rem; } }
  .post-template-default blockquote,
  .attachment blockquote {
    padding: 2rem 4rem 1.5rem;
    margin: 1rem -34px;
    background: #fff44b;
    border: none;
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    font-size: 1.25rem;
    font-style: italic; }
    @media print, screen and (min-width: 40em) {
      .post-template-default blockquote,
      .attachment blockquote {
        padding: 2rem 7rem 1.5rem; } }
    .post-template-default blockquote p,
    .attachment blockquote p {
      color: #000; }
  .post-template-default .subscribe-section,
  .attachment .subscribe-section {
    padding: 2rem 1rem;
    background: #f21d5e; }
    @media print, screen and (min-width: 40em) {
      .post-template-default .subscribe-section,
      .attachment .subscribe-section {
        padding: 1rem 3rem; } }
    .post-template-default .subscribe-section .subscribe h2,
    .attachment .subscribe-section .subscribe h2 {
      color: #fff; }
    .post-template-default .subscribe-section .subscribe .newsletter-wrapper,
    .attachment .subscribe-section .subscribe .newsletter-wrapper {
      padding: 2rem 1rem 1rem; }
    .post-template-default .subscribe-section .subscribe input[type="text"],
    .attachment .subscribe-section .subscribe input[type="text"] {
      background: none !important;
      border: none;
      border-bottom: 2px solid #000; }
    .post-template-default .subscribe-section .subscribe .validation_error,
    .post-template-default .subscribe-section .subscribe .validation_message,
    .attachment .subscribe-section .subscribe .validation_error,
    .attachment .subscribe-section .subscribe .validation_message {
      color: #fff; }
    .post-template-default .subscribe-section .subscribe .donate-link,
    .attachment .subscribe-section .subscribe .donate-link {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
      .post-template-default .subscribe-section .subscribe .donate-link:hover, .post-template-default .subscribe-section .subscribe .donate-link:focus, .post-template-default .subscribe-section .subscribe .donate-link:active,
      .attachment .subscribe-section .subscribe .donate-link:hover,
      .attachment .subscribe-section .subscribe .donate-link:focus,
      .attachment .subscribe-section .subscribe .donate-link:active {
        color: #f21d5e;
        background: #fff; }
    .post-template-default .subscribe-section .subscribe .newsletter-signup .gform_wrapper .ginput_container input,
    .attachment .subscribe-section .subscribe .newsletter-signup .gform_wrapper .ginput_container input {
      padding: 0.5rem !important; }
    .post-template-default .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input,
    .attachment .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
      .post-template-default .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input:hover, .post-template-default .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input:focus, .post-template-default .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input:active,
      .attachment .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input:hover,
      .attachment .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input:focus,
      .attachment .subscribe-section .subscribe .newsletter-signup .gform_wrapper .gform_footer input:active {
        color: #f21d5e;
        background: #fff; }
  .post-template-default .footer-container,
  .attachment .footer-container {
    background: #f21d5e;
    margin: 0; }
    .post-template-default .footer-container a:hover,
    .attachment .footer-container a:hover {
      color: #fff !important; }
      .post-template-default .footer-container a:hover path,
      .attachment .footer-container a:hover path {
        fill: #fff !important; }
  @media screen and (max-width: 39.9375em) {
    .post-template-default #counters_hupso_counters_0 div,
    .attachment #counters_hupso_counters_0 div {
      clear: left;
      float: left;
      margin: 0 0 0.25rem 0 !important; } }

.author-info {
  padding: 1rem 0;
  max-width: 75rem; }
  .author-info img {
    width: 100%;
    height: auto; }
  .author-info p {
    margin: 1rem 0 1.5rem 0;
    padding: 0; }
  .author-info a {
    text-transform: uppercase;
    color: #000 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff44b), to(yellow));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff44b 40%, yellow 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff44b 40%, yellow 100%); }
    .author-info a:hover {
      background: #fff44b; }
  .author-info .author-name a {
    text-transform: none !important;
    background: none; }
    .author-info .author-name a:hover {
      color: #f21d5e !important; }

.archive .site-header {
  background: #fff; }

.archive .archive-wrap {
  padding: 3rem 0 0; }
  @media print, screen and (min-width: 40em) {
    .archive .archive-wrap {
      padding: 12rem 0 0; } }

.archive .archive-content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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; }
  .archive .archive-content hr {
    height: 1px;
    border-top: 1px solid #000 !important;
    width: 100%; }

.archive .blog-post {
  padding: 1rem; }
  .archive .blog-post h2 {
    line-height: 1; }

.archive h1 {
  padding: 1rem;
  line-height: 1;
  color: #f21d5e;
  font-size: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .archive h1 {
      font-size: 4.5rem; } }
  @media print, screen and (min-width: 64em) {
    .archive h1 {
      font-size: 6.25rem; } }

body.attachment .attachment {
  background: none; }

body.attachment .author-info {
  display: none; }

.page-template-page-press {
  background: #fff44b; }
  .page-template-page-press .site-header {
    background: #fff44b; }
  .page-template-page-press .top-bar #menu-main-navigation .menu-item a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
    .page-template-page-press .top-bar #menu-main-navigation .menu-item a:hover, .page-template-page-press .top-bar #menu-main-navigation .menu-item a:focus, .page-template-page-press .top-bar #menu-main-navigation .menu-item a:active {
      color: #f21d5e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
  .page-template-page-press .top-bar #menu-main-navigation .current-menu-item a {
    color: #f21d5e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
  .page-template-page-press .press-wrap {
    padding: 3rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-press .press-wrap {
        padding: 12rem 0 0; } }
  .page-template-page-press .press-trumpet {
    width: 90%;
    max-width: 75rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: 185px; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-press .press-trumpet {
        min-height: 300px; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-press .press-trumpet {
        min-height: 450px; } }
    .page-template-page-press .press-trumpet img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .page-template-page-press .press-trumpet #glitch {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .page-template-page-press .press-trumpet #glitch canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto; }
  .page-template-page-press .press-header {
    width: 60%;
    float: right; }
    .page-template-page-press .press-header h1 {
      margin: 0;
      padding: 0;
      color: #f21d5e;
      font-size: 3.75rem;
      line-height: 1;
      text-align: left; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-press .press-header h1 {
          font-size: 5rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-press .press-header h1 {
          font-size: 7.5rem; } }
    .page-template-page-press .press-header .press-kit {
      width: 100%; }
      .page-template-page-press .press-header .press-kit a {
        font-size: 1rem;
        text-transform: uppercase;
        display: inline-block;
        padding: 0 0.25rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
        .page-template-page-press .press-header .press-kit a::after {
          content: " ";
          display: inline-block;
          height: 21px;
          width: 21px;
          background: url(../images/icon-download.png) top left no-repeat;
          position: relative;
          top: 2px;
          left: 8px; }
        .page-template-page-press .press-header .press-kit a:hover, .page-template-page-press .press-header .press-kit a:focus, .page-template-page-press .press-header .press-kit a:active {
          color: #f21d5e;
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff), to(#fff));
          background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff 40%, #fff 100%);
          background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff 40%, #fff 100%); }
        @media print, screen and (min-width: 40em) {
          .page-template-page-press .press-header .press-kit a {
            font-size: 1.25rem; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-press .press-header .press-kit a {
            font-size: 1.5rem; } }
  .page-template-page-press .media-contact {
    font-size: 1rem;
    max-width: 75rem;
    margin: 0 auto;
    text-align: right;
    clear: both;
    padding: 3rem 1rem 2rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-press .media-contact {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-press .media-contact {
        font-size: 1.5rem; } }
    .page-template-page-press .media-contact h3 {
      display: inline-block;
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
      margin: 0;
      padding: 0;
      font-size: 1rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-press .media-contact h3 {
          font-size: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-press .media-contact h3 {
          font-size: 1.5rem; } }
  .page-template-page-press .press-slider-wrapper {
    max-width: 100rem;
    margin: 0 auto; }
    .page-template-page-press .press-slider-wrapper .press-slider {
      position: relative;
      padding: 0 4rem; }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-slide {
        text-align: left;
        outline: none;
        margin: 0 13px; }
        .page-template-page-press .press-slider-wrapper .press-slider .slick-slide img {
          will-change: transform, opacity;
          -webkit-transition: all .7s;
          transition: all .7s;
          opacity: .7;
          cursor: pointer; }
        .page-template-page-press .press-slider-wrapper .press-slider .slick-slide .hi-res {
          outline: none;
          white-space: nowrap;
          display: inline-block;
          opacity: 0;
          -webkit-transition: all .7s;
          transition: all .7s;
          font-size: 0.875rem;
          margin: 1rem auto;
          text-transform: uppercase;
          padding: 0 0.25rem;
          background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
          background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
          background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
          @media print, screen and (min-width: 40em) {
            .page-template-page-press .press-slider-wrapper .press-slider .slick-slide .hi-res {
              font-size: 1rem; } }
          @media print, screen and (min-width: 64em) {
            .page-template-page-press .press-slider-wrapper .press-slider .slick-slide .hi-res {
              font-size: 1.125rem; } }
          .page-template-page-press .press-slider-wrapper .press-slider .slick-slide .hi-res::after {
            content: " ";
            display: inline-block;
            height: 21px;
            width: 21px;
            background: url(../images/icon-download.png) top left no-repeat;
            position: relative;
            top: 2px;
            left: 8px; }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-current img {
        opacity: 1;
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07); }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-current .hi-res {
        opacity: 1; }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-track {
        padding: 1rem 0 0; }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-list {
        margin: 0 -13px; }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-arrow {
        font-size: 2rem;
        position: absolute;
        top: 50%;
        margin-top: -40px;
        cursor: pointer; }
        @media print, screen and (min-width: 40em) {
          .page-template-page-press .press-slider-wrapper .press-slider .slick-arrow {
            margin-top: -44px; } }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-prev {
        left: 1.5rem; }
      .page-template-page-press .press-slider-wrapper .press-slider .slick-next {
        right: 1.5rem; }
  .page-template-page-press .sub-slider {
    width: 80%;
    margin: 1rem auto 2rem; }
    .page-template-page-press .sub-slider .view-all {
      white-space: nowrap;
      text-decoration: underline; }
      .page-template-page-press .sub-slider .view-all:hover {
        text-decoration: none;
        color: #f21d5e; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-press .sub-slider {
        width: 40%; } }
    @media screen and (min-width: 75em) {
      .page-template-page-press .sub-slider {
        width: 14%; } }
  .page-template-page-press .recent-press {
    position: relative;
    background: #fff; }
    .page-template-page-press .recent-press h2 {
      position: relative;
      z-index: 2;
      margin: 2rem 0 0;
      color: #f21d5e;
      line-height: 1;
      font-size: 3.125rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-press .recent-press h2 {
          font-size: 4.5rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-press .recent-press h2 {
          font-size: 6.25rem; } }
    .page-template-page-press .recent-press .press-sidebar {
      z-index: 100;
      position: absolute;
      bottom: -15%;
      left: 0;
      max-width: 33.3%;
      display: none; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-press .recent-press .press-sidebar {
          display: block; } }
    .page-template-page-press .recent-press .press-sidebar-bg {
      position: absolute;
      top: 15%;
      left: 0;
      z-index: 0; }
    .page-template-page-press .recent-press .reviews-column {
      z-index: 1000; }
    .page-template-page-press .recent-press .reviews {
      margin-bottom: -200px;
      padding-bottom: 200px; }
      .page-template-page-press .recent-press .reviews .download-press {
        outline: none;
        white-space: nowrap;
        display: inline-block;
        float: right;
        -webkit-transition: all .7s;
        transition: all .7s;
        font-size: 0.875rem;
        margin: 1rem auto;
        text-transform: uppercase;
        padding: 0 0.25rem;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
        @media print, screen and (min-width: 40em) {
          .page-template-page-press .recent-press .reviews .download-press {
            font-size: 1rem; } }
        @media print, screen and (min-width: 64em) {
          .page-template-page-press .recent-press .reviews .download-press {
            font-size: 1.125rem; } }
        .page-template-page-press .recent-press .reviews .download-press::after {
          content: " ";
          display: inline-block;
          height: 21px;
          width: 21px;
          background: url(../images/icon-download.png) top left no-repeat;
          position: relative;
          top: 2px;
          left: 8px; }
      .page-template-page-press .recent-press .reviews .review {
        position: relative;
        border: 2px solid #000;
        padding: 1rem 1rem 2rem;
        margin-bottom: 1rem; }
        .page-template-page-press .recent-press .reviews .review h3 {
          font-size: 2.1875rem;
          line-height: 1; }
        .page-template-page-press .recent-press .reviews .review a {
          color: #f21d5e;
          position: absolute;
          bottom: 0.5rem;
          right: 1rem;
          text-decoration: underline; }
          .page-template-page-press .recent-press .reviews .review a:hover {
            color: #000;
            text-decoration: none; }
  .page-template-page-press .subscribe {
    padding: 10rem 0 0; }
    .page-template-page-press .subscribe .newsletter-header-wrapper h2 {
      color: #fff; }
    .page-template-page-press .subscribe input[type="text"] {
      padding: 0.5rem !important;
      border-bottom: 1px solid #000 !important;
      background: none !important; }
    .page-template-page-press .subscribe input[type="submit"],
    .page-template-page-press .subscribe a.donate-link {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff)) !important;
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%) !important;
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%) !important; }
      .page-template-page-press .subscribe input[type="submit"]:hover, .page-template-page-press .subscribe input[type="submit"]:focus, .page-template-page-press .subscribe input[type="submit"]:active,
      .page-template-page-press .subscribe a.donate-link:hover,
      .page-template-page-press .subscribe a.donate-link:focus,
      .page-template-page-press .subscribe a.donate-link:active {
        color: #f21d5e;
        background: white !important; }
  .page-template-page-press .footer-container {
    padding: 0;
    margin: 2rem 0 0; }

.page-template-page-support {
  overflow-x: hidden; }
  @media print, screen and (min-width: 64em) {
    .page-template-page-support {
      background: url(../images/support-bg.png) top right no-repeat; } }
  .page-template-page-support .site-header {
    background: #fff; }
  .page-template-page-support .top-bar #menu-main-navigation .menu-item.current-menu-item a {
    color: #f21d5e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff44b), to(#fff44b));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%); }
  .page-template-page-support .top-bar #menu-main-navigation .menu-item a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), to(#fff44b));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%); }
    .page-template-page-support .top-bar #menu-main-navigation .menu-item a:hover, .page-template-page-support .top-bar #menu-main-navigation .menu-item a:focus, .page-template-page-support .top-bar #menu-main-navigation .menu-item a:active {
      color: #f21d5e;
      background: #fff44b; }
  .page-template-page-support h2 {
    float: left;
    color: #f21d5e;
    font-size: 2.5rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support h2 {
        position: relative;
        z-index: 0;
        font-size: 4.5rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-support h2 {
        font-size: 6.25rem; } }
  .page-template-page-support .support-wrap {
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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: 3rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support .support-wrap {
        padding: 10rem 0 0; } }
  .page-template-page-support .entry-title {
    font-size: 3.75rem;
    color: #fff44b;
    line-height: 1;
    margin-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support .entry-title {
        font-size: 6.25rem;
        margin-top: 3rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-support .entry-title {
        font-size: 12.5rem;
        margin-top: 5rem; } }
  .page-template-page-support .entry-content .intro {
    font-size: 1.25rem; }
    .page-template-page-support .entry-content .intro .support-quote {
      font-size: 1rem; }
  .page-template-page-support .entry-content #donation {
    margin-top: 2rem;
    margin-bottom: 3rem;
    max-width: 520px; }
    .page-template-page-support .entry-content #donation a.donate-link {
      color: #f21d5e;
      font-family: 'ITC Franklin Gothic LT W01 Dm';
      font-size: 1.5rem;
      -webkit-transition: all .4s;
      transition: all .4s;
      text-transform: uppercase;
      border: 2px solid #f21d5e;
      padding: .75em 1em;
      cursor: pointer; }
      .page-template-page-support .entry-content #donation a.donate-link:hover {
        color: #fefefe;
        background: #f21d5e; }
  .page-template-page-support .entry-content .donate-section {
    overflow-x: hidden;
    padding: 220px 0 0 0;
    margin-top: -180px; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support .entry-content .donate-section {
        padding-bottom: 100px; } }
    .page-template-page-support .entry-content .donate-section h3 {
      display: inline-block;
      margin-top: 2rem;
      font-size: 1.5rem;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff44b), to(#fff44b));
      background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 60%, #fff44b 100%); }
    .page-template-page-support .entry-content .donate-section .address-callout {
      border: 2px solid #000;
      padding: 1rem; }
    .page-template-page-support .entry-content .donate-section .appreciation ul {
      list-style: circle;
      max-width: 550px; }
      .page-template-page-support .entry-content .donate-section .appreciation ul li {
        padding: 0.2rem 0; }
  .page-template-page-support .entry-content .donations-bg {
    float: left;
    position: absolute;
    left: 0;
    z-index: -10;
    width: 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-support .entry-content .appreciation {
      font-size: 0.9rem;
      line-height: 1rem;
      padding: 3rem 0 4rem 5rem; } }
  .page-template-page-support .row {
    max-width: none; }
  .page-template-page-support .foundations {
    background: #fff;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support .foundations h2 {
        position: absolute;
        top: -100px;
        padding-left: 1rem; } }
    .page-template-page-support .foundations .foundations-content {
      background: #fff;
      padding: 3rem 3rem 5rem;
      position: relative;
      z-index: 100; }
    .page-template-page-support .foundations .logos img {
      float: left;
      padding: 1rem; }
    .page-template-page-support .foundations .names {
      text-align: center;
      margin: 3rem 0; }
  .page-template-page-support .subscribe-wrapper {
    background: #fff44b; }
    .page-template-page-support .subscribe-wrapper .subscribe input[type="text"] {
      background: none; }
    .page-template-page-support .subscribe-wrapper .subscribe input[type="submit"] {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
      .page-template-page-support .subscribe-wrapper .subscribe input[type="submit"]:hover {
        color: #f21d5e;
        background: #fff; }
    .page-template-page-support .subscribe-wrapper .subscribe .donate-link {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff), to(#fff));
      background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff 60%, #fff 100%);
      background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%, #fff 100%); }
      .page-template-page-support .subscribe-wrapper .subscribe .donate-link:hover {
        background: #fff; }
    .page-template-page-support .subscribe-wrapper .newsletter-header-wrapper h2 {
      color: #fff; }
  .page-template-page-support .footer-container {
    background: #fff44b;
    margin: 0; }
  .page-template-page-support #shopping-cart {
    z-index: 10000;
    background: none;
    margin-bottom: -0.4rem; }
    .page-template-page-support #shopping-cart #shopping-cart-controls {
      border-radius: 0 !important; }
  .page-template-page-support .agencies {
    padding-bottom: 10rem; }
    .page-template-page-support .agencies .row {
      max-width: none; }
      .page-template-page-support .agencies .row .row {
        max-width: 75rem;
        margin: 0 auto; }
    .page-template-page-support .agencies img {
      position: relative;
      z-index: 1;
      margin-top: 1rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-support .agencies img {
          margin-top: 0; } }
    .page-template-page-support .agencies h2 {
      z-index: -10; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-support .agencies h2 {
          padding-bottom: 2rem; } }
    .page-template-page-support .agencies .background {
      margin-top: -51px;
      left: -1rem;
      position: absolute;
      z-index: -10;
      display: none; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-support .agencies .background {
          display: block; } }
  .page-template-page-support .support-donors .row {
    max-width: none; }
  .page-template-page-support .support-donors .row.header {
    position: relative;
    top: 1.8rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support .support-donors .row.header {
        top: 3.25rem;
        z-index: -10; } }
  .page-template-page-support .support-donors .disclaimer {
    margin-top: 2rem;
    text-align: center; }
  .page-template-page-support .support-donors .content {
    background: #fff;
    max-width: 75rem;
    padding: 1rem 2rem 3rem 2rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-support .support-donors .content {
        padding-bottom: 10rem; } }
    .page-template-page-support .support-donors .content div {
      padding: 0.25rem; }
  .page-template-page-support .contact-us {
    text-align: center;
    padding: 0 0 5rem 0; }
    .page-template-page-support .contact-us h3 {
      color: #f21d5e;
      margin: 0 auto;
      font-size: 1.875rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-support .contact-us h3 {
          font-size: 2.8125rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-support .contact-us h3 {
          font-size: 3.75rem; } }
    .page-template-page-support .contact-us p {
      max-width: 376px;
      margin: 0 auto; }
    .page-template-page-support .contact-us .row {
      max-width: none; }
  .page-template-page-support .row.header {
    max-width: 75rem !important;
    margin: 0 auto; }

.page-template-page-contact {
  background: url(../images/blog-bg.jpg) 100% 15rem no-repeat; }
  .page-template-page-contact .site-header {
    background: #fff; }
  .page-template-page-contact .contact-wrap {
    padding: 3rem 0 0; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-contact .contact-wrap {
        padding: 10rem 0 0; } }
  .page-template-page-contact .entry-title {
    margin: 2rem 0 0;
    position: relative;
    z-index: 100;
    color: #f21d5e;
    text-align: center;
    line-height: 1;
    font-size: 3.125rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-page-contact .entry-title {
        margin-bottom: -25px;
        font-size: 6.25rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-page-contact .entry-title {
        margin-bottom: -50px;
        font-size: 12.5rem; } }
  .page-template-page-contact .entry-content .form-callout {
    max-width: 667px;
    background: #fff44b url(../images/form-callout-bg.jpg) top left no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 3rem 2rem 2rem; }
    .page-template-page-contact .entry-content .form-callout input[type='submit'] {
      background: #f21d5e;
      text-transform: uppercase; }
      .page-template-page-contact .entry-content .form-callout input[type='submit']:hover {
        color: #fff44b;
        background: #000; }
    .page-template-page-contact .entry-content .form-callout .validation_message,
    .page-template-page-contact .entry-content .form-callout .validation_error {
      color: #f21d5e;
      font-size: 0.875rem; }
    .page-template-page-contact .entry-content .form-callout ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-template-page-contact .entry-content .form-callout ul li {
        padding: 0;
        margin: 0; }
        .page-template-page-contact .entry-content .form-callout ul li input, .page-template-page-contact .entry-content .form-callout ul li textarea {
          background: none;
          border: none;
          border-bottom: 1px solid #000;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .page-template-page-contact .entry-content .form-callout ul li input::-webkit-input-placeholder, .page-template-page-contact .entry-content .form-callout ul li textarea::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #000; }
          .page-template-page-contact .entry-content .form-callout ul li input::-moz-placeholder, .page-template-page-contact .entry-content .form-callout ul li textarea::-moz-placeholder {
            /* Firefox 19+ */
            color: #000; }
          .page-template-page-contact .entry-content .form-callout ul li input:-ms-input-placeholder, .page-template-page-contact .entry-content .form-callout ul li textarea:-ms-input-placeholder {
            /* IE 10+ */
            color: #000; }
          .page-template-page-contact .entry-content .form-callout ul li input:-moz-placeholder, .page-template-page-contact .entry-content .form-callout ul li textarea:-moz-placeholder {
            /* Firefox 18- */
            color: #000; }
        .page-template-page-contact .entry-content .form-callout ul li textarea {
          background: none;
          border: 1px solid #000;
          height: 5rem;
          margin-top: 2rem; }
  .page-template-page-contact .entry-content .si-social {
    padding-top: 1rem; }
    .page-template-page-contact .entry-content .si-social a svg path {
      fill: #000;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .page-template-page-contact .entry-content .si-social a:hover svg path {
      fill: #f21d5e; }
  .page-template-page-contact .entry-content .address-social {
    padding: 5rem 0 0; }
  .page-template-page-contact .bookings-header {
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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;
    margin-top: 5rem; }
    .page-template-page-contact .bookings-header h3 {
      max-width: 80%;
      line-height: 1;
      margin: 0;
      padding: 0;
      color: #ece145;
      position: relative;
      top: 3rem;
      z-index: 100;
      font-size: 2.5rem; }
      @media print, screen and (min-width: 40em) {
        .page-template-page-contact .bookings-header h3 {
          font-size: 5rem; } }
      @media print, screen and (min-width: 64em) {
        .page-template-page-contact .bookings-header h3 {
          font-size: 6.25rem; } }
  .page-template-page-contact .bookings {
    background: #f21d5e url(../images/blog-bg-large.png) bottom left no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 10rem 0;
    margin: 0;
    position: relative; }
    .page-template-page-contact .bookings .sidebar {
      position: absolute;
      bottom: -1rem;
      left: -1rem; }
    .page-template-page-contact .bookings .content {
      z-index: 101;
      position: relative;
      top: -8.5rem; }
      .page-template-page-contact .bookings .content .details {
        border: 1px solid #000;
        padding: 2rem; }
  .page-template-page-contact .subscribe {
    margin-top: 3rem; }

.page-template-page-bod .entry-title {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #f21d5e;
  line-height: 1;
  font-size: 3.75rem; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-bod .entry-title {
      font-size: 5rem; } }
  @media print, screen and (min-width: 64em) {
    .page-template-page-bod .entry-title {
      font-size: 6.25rem; } }

.page-template-page-bod .bod-wrap {
  padding: 3rem 0 0; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-bod .bod-wrap {
      padding: 12rem 0 0; } }

.page-template-page-bod .entry-content {
  padding: 9rem 0 5rem;
  background: url(../images/bod-bg.jpg) top right no-repeat; }
  @media print, screen and (min-width: 40em) {
    .page-template-page-bod .entry-content {
      background: url(../images/bod-bg.jpg) bottom right no-repeat; } }
  .page-template-page-bod .entry-content .yellow-bar {
    background: rgba(255, 244, 75, 0.85);
    padding: 2rem 0; }
    .page-template-page-bod .entry-content .yellow-bar .yellow-bar-content {
      max-width: 75rem;
      margin-right: auto;
      margin-left: 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; }
      .page-template-page-bod .entry-content .yellow-bar .yellow-bar-content .row {
        width: 100%; }
      .page-template-page-bod .entry-content .yellow-bar .yellow-bar-content .columns {
        padding: 1.25rem; }
      .page-template-page-bod .entry-content .yellow-bar .yellow-bar-content .name {
        font-size: 1.875rem;
        line-height: 1; }
  .page-template-page-bod .entry-content .members-button {
    display: inline-block;
    margin: 2rem 0 0;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #000;
    text-transform: uppercase; }
    .page-template-page-bod .entry-content .members-button:hover {
      color: #f21d5e; }

.page-template-page-bod .support-us {
  margin-top: 5rem; }

.page-template-page-bod .subscribe .newsletter-header-wrapper {
  width: 100%; }

.page-template-page-bod .subscribe .support-link {
  font-family: 'ITC Franklin Gothic LT W01 Dm';
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 0.25rem 0;
  display: inline-block;
  margin: 2rem 0 0 0; }
  .page-template-page-bod .subscribe .support-link:hover, .page-template-page-bod .subscribe .support-link:focus, .page-template-page-bod .subscribe .support-link:active {
    font-style: normal;
    color: #f21d5e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
    background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
    background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }

.page-template-default .page-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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 1rem; }
  .page-template-default .page-wrap h1 {
    line-height: 1;
    margin: 3rem 0 0;
    color: #f21d5e;
    font-size: 3.75rem; }
    @media print, screen and (min-width: 40em) {
      .page-template-default .page-wrap h1 {
        font-size: 5rem;
        margin-bottom: 1rem; } }
    @media print, screen and (min-width: 64em) {
      .page-template-default .page-wrap h1 {
        font-size: 6.25rem; } }
  .page-template-default .page-wrap .page-content {
    max-width: 75rem;
    margin: 0 auto; }

.bio_post-template-default .site-header {
  background: #fff; }

.bio_post-template-default .top-bar #menu-item-31 a {
  color: #f21d5e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff44b), to(#fff44b));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%); }

.bio_post-template-default .bio-post {
  position: relative;
  width: 100%; }

.bio_post-template-default .bio-wrap {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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: 4rem 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .bio_post-template-default .bio-wrap {
      padding: 10rem 1rem 0; } }

@media print, screen and (min-width: 40em) {
  .bio_post-template-default .titles {
    margin-bottom: -88px; } }

.bio_post-template-default .entry-title {
  width: 100%;
  padding: 0;
  color: #f21d5e;
  line-height: 0.9;
  text-align: right;
  font-size: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .bio_post-template-default .entry-title {
      font-size: 7.5rem;
      margin: 5rem 0 0 0;
      padding-left: 10%; } }
  @media print, screen and (min-width: 64em) {
    .bio_post-template-default .entry-title {
      font-size: 9.125rem;
      padding-left: 30%; } }

.bio_post-template-default .entry-subtitle {
  text-align: right;
  margin: 0;
  padding: 1rem;
  font-size: 1.25rem; }

.bio_post-template-default .bio-content {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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: 1rem 0;
  border: 2px solid #000;
  border-bottom: none;
  font-size: 1.5rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .bio_post-template-default .bio-content {
      padding: 3rem 0; } }
  @media print, screen and (min-width: 64em) {
    .bio_post-template-default .bio-content {
      padding: 5rem 5rem 0 0; } }

.bio_post-template-default .bio-gutter {
  width: 100%; }
  .bio_post-template-default .bio-gutter .headshot-col {
    background: #fff;
    position: relative;
    z-index: 0; }
    .bio_post-template-default .bio-gutter .headshot-col a {
      font-size: 0.8125rem;
      padding: 0.5rem 1rem;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      float: right;
      display: inline-block;
      margin: 2rem 0; }
      .bio_post-template-default .bio-gutter .headshot-col a:hover, .bio_post-template-default .bio-gutter .headshot-col a:focus, .bio_post-template-default .bio-gutter .headshot-col a:active {
        color: #f21d5e; }
      @media print, screen and (min-width: 64em) {
        .bio_post-template-default .bio-gutter .headshot-col a {
          font-size: 1.125rem; } }
    @media print, screen and (min-width: 40em) {
      .bio_post-template-default .bio-gutter .headshot-col {
        min-height: 70vh;
        width: 100%; } }
    @media screen and (min-width: 75em) {
      .bio_post-template-default .bio-gutter .headshot-col {
        margin-left: -120px; } }
  .bio_post-template-default .bio-gutter .content-col {
    width: 100%;
    padding: 1rem;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 40em) {
      .bio_post-template-default .bio-gutter .content-col {
        padding-top: 3rem; } }
  @media screen and (min-width: 75em) {
    .bio_post-template-default .bio-gutter .row {
      width: 120%; } }

.bio_post-template-default .bio-sub {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background: #fff44b;
  width: 100%;
  height: 513px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: -420px; }
  .bio_post-template-default .bio-sub .background {
    height: inherit;
    background: #fff44b url(../images/bio-bg.png) top left no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%; }

.bio_post-template-default .subscribe .newsletter-header-wrapper {
  width: 100%; }

.bio_post-template-default .subscribe .support-link {
  font-family: 'ITC Franklin Gothic LT W01 Dm';
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 0.25rem 0;
  display: inline-block;
  margin: 2rem 0 0 0; }
  .bio_post-template-default .subscribe .support-link:hover, .bio_post-template-default .subscribe .support-link:focus, .bio_post-template-default .subscribe .support-link:active {
    font-style: normal;
    color: #f21d5e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
    background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
    background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }

.project_post-template-default .site-header {
  background: #fff; }

.project_post-template-default .top-bar #menu-item-29 a {
  color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(40%, #fff44b), to(#fff44b));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #fff44b 40%, #fff44b 100%); }

.project_post-template-default .project-wrap {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 0 0; }
  @media print, screen and (min-width: 40em) {
    .project_post-template-default .project-wrap {
      padding: 10rem 0 0; } }

.project_post-template-default .project-grid {
  max-width: 75rem;
  margin-right: auto;
  margin-left: 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;
  margin: 0 auto; }

.project_post-template-default .project-content {
  padding: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .project_post-template-default .project-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .project_post-template-default .project-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 100%;
      margin: 0 auto; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .project_post-template-default .project-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.project_post-template-default .project-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 3rem auto 0; }
  @media print, screen and (min-width: 40em) {
    .project_post-template-default .project-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .project_post-template-default .project-header h1 {
    color: #ece145;
    text-align: right;
    font-size: 3.75rem;
    line-height: 0.9;
    margin: 0;
    padding: 0; }
    @media print, screen and (min-width: 40em) {
      .project_post-template-default .project-header h1 {
        font-size: 5rem; } }
    @media print, screen and (min-width: 64em) {
      .project_post-template-default .project-header h1 {
        font-size: 6.25rem;
        margin-bottom: -2rem; } }
  .project_post-template-default .project-header div {
    position: relative;
    z-index: 100;
    border: 2px solid #000;
    padding: 2rem;
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .project_post-template-default .project-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 83.33333%; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .project_post-template-default .project-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.project_post-template-default .entry-content {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin: auto; }
  .project_post-template-default .entry-content .project-links .project-link {
    clear: left;
    float: left;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    background: #000;
    color: #fff; }
    .project_post-template-default .entry-content .project-links .project-link:hover {
      color: #f21d5e; }
  .project_post-template-default .entry-content .project-links::before, .project_post-template-default .entry-content .project-links::after {
    display: table;
    content: ' '; }
  .project_post-template-default .entry-content .project-links::after {
    clear: both; }
  @media print, screen and (min-width: 64em) {
    .project_post-template-default .entry-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 83.33333%;
      padding-left: 3rem !important;
      padding-right: 3rem !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .project_post-template-default .entry-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.project_post-template-default .project-artists {
  background: url(../images/artists-section-bg.png) bottom right no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto; }
  .project_post-template-default .project-artists .project-artists-wrapper {
    max-width: 75rem;
    margin-right: auto;
    margin-left: 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; }
    .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 100%; }
      @media print, screen and (min-width: 40em) {
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
      @media print, screen and (min-width: 64em) {
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 83.33333%;
                  flex: 0 0 83.33333%;
          max-width: 83.33333%;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          max-width: 83.33333%;
          margin: 0 auto; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
      .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artists-header {
        line-height: 0.9;
        width: 40%;
        color: #f21d5e;
        margin: 5rem 0 -16px 16px;
        padding: 0;
        font-size: 2.5rem;
        font-style: italic; }
        @media print, screen and (min-width: 40em) {
          .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artists-header {
            font-size: 3.75rem; } }
        @media print, screen and (min-width: 64em) {
          .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artists-header {
            font-size: 5rem; } }
      .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artists-content {
        border: 2px solid #000;
        padding: 2rem;
        margin-bottom: 2rem;
        max-width: 75rem;
        margin-right: auto;
        margin-left: 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; }
      .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box {
        padding-bottom: 3rem; }
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box img {
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-transition: all .4s;
          transition: all .4s;
          width: 100%; }
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box a {
          line-height: 1;
          outline: none; }
          .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box a:hover img, .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box a:focus img, .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box a:active img {
            opacity: 0.5; }
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box .artist-headshot {
          -webkit-transition: all .1s;
          transition: all .1s;
          margin: 0 0 5px 5px; }
          .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box .artist-headshot:hover {
            background: #f21d5e; }
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box .artist-name {
          margin-bottom: 0.25rem;
          font-size: 1.125rem;
          line-height: 1; }
          @media print, screen and (min-width: 40em) {
            .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box .artist-name {
              font-size: 1.125rem; } }
          @media print, screen and (min-width: 64em) {
            .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box .artist-name {
              font-size: 1.875rem; } }
        .project_post-template-default .project-artists .project-artists-wrapper .project-artists-content .artist-box .modal-trigger {
          font-size: 0.875rem; }

.project_post-template-default .project-blog .blog-detail {
  position: relative; }
  .project_post-template-default .project-blog .blog-detail .blog-headers {
    margin: 3rem 0 1rem;
    position: relative;
    width: 60%; }
    .project_post-template-default .project-blog .blog-detail .blog-headers h2 {
      color: #ece145;
      font-size: 3.75rem;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .project_post-template-default .project-blog .blog-detail .blog-headers h3 {
      font-size: 1.125rem;
      margin: 0;
      padding: 0;
      line-height: 1; }
    @media print, screen and (min-width: 64em) {
      .project_post-template-default .project-blog .blog-detail .blog-headers {
        left: -10rem;
        text-align: right; } }
  .project_post-template-default .project-blog .blog-detail .callout {
    background: none;
    border: 2px solid #000;
    position: relative; }
    .project_post-template-default .project-blog .blog-detail .callout img {
      float: left; }
      @media print, screen and (min-width: 64em) {
        .project_post-template-default .project-blog .blog-detail .callout img {
          float: none;
          position: absolute;
          left: -9rem;
          max-width: 45%; } }
    .project_post-template-default .project-blog .blog-detail .callout a {
      text-decoration: underline; }
      .project_post-template-default .project-blog .blog-detail .callout a:hover {
        color: #f21d5e;
        text-decoration: none; }
    @media print, screen and (min-width: 64em) {
      .project_post-template-default .project-blog .blog-detail .callout {
        padding: 3rem 3rem 3rem 15rem; } }

.project_post-template-default .support-us {
  margin: 10rem auto 0; }

.project_post-template-default .subscribe {
  position: relative; }
  .project_post-template-default .subscribe .support-link {
    font-family: 'ITC Franklin Gothic LT W01 Dm';
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(20%, #fff44b), color-stop(40%, #fff44b));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff44b 20%, #fff44b 40%);
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0 0.25rem 0;
    display: inline-block;
    margin: 2rem 0 0 0; }
    .project_post-template-default .subscribe .support-link:hover, .project_post-template-default .subscribe .support-link:focus, .project_post-template-default .subscribe .support-link:active {
      font-style: normal;
      color: #f21d5e;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff44b), to(#fff44b));
      background-image: -webkit-linear-gradient(top, #fff44b 0%, #fff44b 100%);
      background-image: linear-gradient(to bottom, #fff44b 0%, #fff44b 100%); }
  .project_post-template-default .subscribe .newsletter-header-wrapper {
    width: 100%; }
    .project_post-template-default .subscribe .newsletter-header-wrapper h2 {
      width: 100%; }
  .project_post-template-default .subscribe .newsletter-wrapper p {
    font-size: 1rem; }

.reveal-overlay.bio-modal {
  background: none;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .reveal-overlay.bio-modal .artist-bio {
    outline: none;
    border: 2px solid #ece145;
    font-size: 1rem;
    background: #fff44b;
    padding: 5rem 3rem; }
    @media print, screen and (min-width: 40em) {
      .reveal-overlay.bio-modal .artist-bio {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .reveal-overlay.bio-modal .artist-bio {
        height: 60vh;
        width: 60vh;
        font-size: 1.5rem; } }
    .reveal-overlay.bio-modal .artist-bio strong {
      font-size: 1.125rem; }
      @media print, screen and (min-width: 40em) {
        .reveal-overlay.bio-modal .artist-bio strong {
          font-size: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .reveal-overlay.bio-modal .artist-bio strong {
          font-size: 1.75rem; } }

/*# sourceMappingURL=foundation.css.map */
