@charset "UTF-8";
/*!
 *  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
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,700,700i,800,900,900i");
@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);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  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; }

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

/*! normalize-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 */
  -webkit-text-decoration: underline dotted;
  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;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.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: 0; }
  @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; }

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

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

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

[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;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  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::-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  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)::-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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #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, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

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

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

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

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

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

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

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  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.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.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.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; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

.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: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

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

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

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

.dropdown.menu .is-active > a {
  background: transparent;
  color: #1779ba; }

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

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

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

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }
  html.is-reveal-open body {
    overflow: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: 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; } }
  .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; }

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

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

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

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

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

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

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

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

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

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

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

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

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

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.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: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.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-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .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; }
  .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; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .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; }
  .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; } }

.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: 0; }
  @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; }

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

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

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

._font-default, input, textarea, select, button, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, html, body, .mallet-shop-logo, .page__body--deagan-archives-instrument h1, .page__body--deagan-archives-instrument .description p, .page__body--deagan-archives-instrument .tables th, .page__body--deagan-archives-instrument .tables td, .page__body--deagan-archives-instrument .tables .footnote, .modal .container__right .body__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

._font-weight--light, .nav-overlay .menu.vertical a, .hero-content p, .pages.deagan-archives .page-plaque ul a, .page-body-block.about-us p, .interested-in-listing p.contact-us, .label-and-content__label, .deagan-archive-instruments ul a, .deagan-comment-form h3, .product__price, .product__discount_price, .product-details-block .tooltip span, .product-details-block .product__description, .product-details-block .product__location, .product-details-block .product__condition, .product-details-block .product__consignment, .product-details-block .image-block__preview-block .click-to-enlarge span, .cart-list .item .plus, .checkout-steps li, .modal .container__right .body__text {
  font-weight: 300; }

._font-weight--regular, form label, .instrument-slide-common-elements h2, .button--malletshop, .page-body-block p, .page-body-block.we-ship-worldwide ul li, .purchase-block label, .pages.merch .deagan-features p, .page__body--deagan-archives-instrument h1, .page__body--deagan-archives-instrument .description p, .page__body--deagan-archives-instrument .tables .footnote, .featured-block .header h1, .featured-block .header small, .product__location, .product-pagination-details, .product-details-block .product__price, .product-details-block .product-have-a-question .have-a-question, .cart-list .item__title, .cart-list .item__details, .cart-list .item__quantity span, .cart-list .item__discount_price, .cart-list .item__discount_price .discount-tag, .cart-list__total_price_label, .cart-list__total_price, .checkout-steps li.active, .thank-you-block .thank-you p, .museum-piece .display-name, .museum-piece-details.instrument h1, .museum-piece-details.instrument .info h2, .museum-piece-details.instrument .info .description, .modal .container__right .body .button {
  font-weight: 400; }

._font-weight--medium, .island-join-now h2, .callout-lets-talk-content h2, .pane-splash .hero-text h3, .mallet-shop-logo__malletshop, .nav-overlay .menu.vertical .active > a, .nav-overlay .menu.vertical .is-active-nav > a, .cc-notice p.to-make-a-purchase, .cc-notice p a, .page-body-block.we-ship-worldwide h1, .interested-in-listing p, .deagan-archive__catalogues h4, .label-and-content__content, .page__body--deagan-archives-instrument .tables td, .product__name, .filter-block .dropdown.menu a, #share, .product-details-block .product__sold, .product-details-block .image-block__preview-block .click-to-enlarge span strong, .cart-list h1, .order-form h1, .cart-list .item__price, .thank-you-block .thank-you h2, .modal--gigster .container__right .body__text {
  font-weight: 500; }

._font-weight--semi-bold, .island-join-now button, .pane-splash .hero-text h2, .instrument-navigation a, .instrument-slide-nav-overlay .menu a, .page-body-block.we-ship-worldwide p, .pages.merch .deagan-features h3, .pages.merch .deagan-features h4, .page__body--deagan-archives-instrument .tables th, .product-pagination .button, .product-details-block .product strong, .product-details-block .product-actions .button, .product-details-block .product-have-a-question .have-a-question small {
  font-weight: 600; }

._font-weight--bold, .island-join-now h1, .callout-lets-talk-content h1, .instrument-slide-common-elements h1, .pane-our-customer-voices h1, .instrument-slide-nav-toggle a, .page-plaque h1, .our-customers-worldwide h1, .page-body-block h2, .page-body-block h1, .page-body-block--deagan-archive h2.subtitle, .pages p.price, .deagan-comment__name, .featured-block .header h1, .product-more, .category-seo h2, .product-details-block .discount-tag, .product-details-block .product__name, .product-details-block .product__discount_price, .order-block-side-bar h1, .thank-you-block .thank-you h1 {
  font-weight: 700; }

._font-weight--extra-bold, .mallet-shop-logo__malletshop strong {
  font-weight: 800; }

._font-weight--black, .word-blocks-item, .pane-aboutus h2, .pane-splash .hero-text h1, .instrument-slide-letter {
  font-weight: 900; }

._font-baskerville, .background-lettering-text {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400; }

@media screen and (min-width: 90em) {
  .row {
    max-width: 82.25rem; } }

.row--height-inherit {
  height: inherit; }

.columns--height-inherit {
  height: inherit; }

input, textarea, select, button {
  -webkit-box-shadow: none;
  box-shadow: none; }

hr {
  max-width: unset; }

html, body {
  height: 100vh; }

body {
  padding: 0; }

a {
  outline: none; }

form hint {
  font-size: 0.64em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-top: -8px; }

form label {
  font-size: 0.75rem;
  color: #666666; }
  form label .required {
    color: #e2791d; }

form input, form textarea {
  margin-top: 0.6875rem !important;
  border-radius: 0.25rem !important; }

form .error {
  font-size: 0.6875rem;
  color: #e2791d;
  margin-top: -0.8125rem;
  padding-left: 0.5rem; }

.--height-inherit {
  height: inherit; }

.container {
  margin: 0 auto; }

.parallax {
  height: inherit;
  width: 100%; }
  .parallax-background {
    position: absolute;
    z-index: 2; }
  .parallax-content {
    position: relative;
    z-index: 3; }

.bg, .pane-splash, .pane-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .bg-slide--splash, .pane-splash {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-splash@2x.jpg"); }
  .bg-slide--aboutus {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-aboutus@2x.jpg"); }
  .bg-slide--footer, .pane-footer {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/footer-background@2x.jpg"); }
  .bg-slide--our-customer-voices {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/our-customer-voices-background@2x.jpg"); }
  .bg-instrument-slide--marimbas {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/instrument-slide-background-marimbas@2x.jpg"); }

.flex, .island-join-now > .row > .columns, .callout-lets-talk-overlay, .image-rotation, .instrument-slide .parallax-content > .row .columns, .instrument-slide-photo, .pane-our-customer-voices .direction-arrow, .instrument-slide-nav-overlay, .nav-overlay, .our-customers-worldwide .columns, .cc-notice .verified-logos .columns, .page-body-block.we-ship-worldwide ul li, .label-and-content, .flipbook-overlay, .featured-block > .row > .columns, .featured-block .header-photo-block, .product__thumbnail, .featured-products, .featured-products-pagination, .product-details-block .image-block__preview-block .click-to-enlarge, .image-thumbs-block .image-thumbs-scroll, .cover-and-bags-photos .photo-main, .checkout-steps li, .checkout-steps .step-number, .thank-you-block, body.museum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--center, .callout-lets-talk-overlay, .instrument-slide-nav-overlay, .our-customers-worldwide .columns, .cc-notice .verified-logos .columns, .flipbook-overlay, .product__thumbnail, .featured-products-pagination, .featured-product .product__thumbnail, .product-details-block .image-block__preview-block .click-to-enlarge, .image-thumbs-block .image-thumbs-scroll, .cover-and-bags-photos .photo-main, .checkout-steps .step-number, .thank-you-block, body.museum {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex--v-center, .island-join-now > .row > .columns, .callout-lets-talk-overlay, .image-rotation, .instrument-slide .parallax-content > .row .columns, .instrument-slide-photo, .pane-our-customer-voices .direction-arrow, .instrument-slide-nav-overlay, .nav-overlay, .our-customers-worldwide .columns, .cc-notice .verified-logos .columns, .page-body-block.we-ship-worldwide ul li, .label-and-content, .flipbook-overlay, .featured-block > .row > .columns, .featured-block .header-photo-block, .product__thumbnail, .featured-products, .product-details-block .image-block__preview-block .click-to-enlarge, .image-thumbs-block .image-thumbs-scroll, .cover-and-bags-photos .photo-main, .checkout-steps li, .checkout-steps .step-number, .thank-you-block, body.museum {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-container {
    width: 100%;
    height: 100%; }
  .flex-content--expand-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; }

.pane {
  position: relative;
  overflow: hidden;
  height: 100vh; }
  .pane-splash {
    z-index: 99; }
  .pane-aboutus {
    z-index: 98; }
  .pane-instrument {
    z-index: 99; }
  .pane-our-customer-voices {
    height: 100vh;
    z-index: 99; }
  .pane-footer {
    height: 60vh;
    overflow: visible;
    z-index: 100; }
    @media screen and (min-width: 75em) {
      .pane-footer {
        height: 50vh; } }
    .pane-footer > .flex, .island-join-now > .row.pane-footer > .columns, .pane-footer > .callout-lets-talk-overlay, .pane-footer > .image-rotation, .instrument-slide .parallax-content > .row .pane-footer > .columns, .pane-footer > .instrument-slide-photo, .pane-our-customer-voices .pane-footer > .direction-arrow, .pane-footer > .instrument-slide-nav-overlay, .pane-footer > .nav-overlay, .our-customers-worldwide .pane-footer > .columns, .cc-notice .verified-logos .pane-footer > .columns, .page-body-block.we-ship-worldwide ul .pane-footer > li, .pane-footer > .label-and-content, .pane-footer > .flipbook-overlay, .featured-block > .row.pane-footer > .columns, .featured-block .pane-footer > .header-photo-block, .pane-footer > .product__thumbnail, .pane-footer > .featured-products, .pane-footer > .featured-products-pagination, .product-details-block .image-block__preview-block .pane-footer > .click-to-enlarge, .image-thumbs-block .pane-footer > .image-thumbs-scroll, .cover-and-bags-photos .pane-footer > .photo-main, .checkout-steps .pane-footer > li, .checkout-steps .pane-footer > .step-number, .pane-footer > .thank-you-block, .pane-footer > body.museum {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .pane-footer img {
      width: 17.0625rem; }

.social-icons {
  margin-top: 2.6875rem; }
  .social-icons a {
    color: white;
    font-size: 1.25rem; }
    .pane-footer .social-icons a {
      padding: 8px;
      margin: 0 8px; }

.island-join-now {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 2.25rem; }
  @media print, screen and (min-width: 64em) {
    .island-join-now {
      padding: 0 4.5rem; } }
  .island-join-now [data-adding-to-list], .island-join-now [data-thank-you] {
    display: none;
    text-align: center; }
  .island-join-now > .row {
    max-width: 73.5rem;
    background-color: white;
    border-radius: 0.25rem; }
    @media print, screen and (min-width: 64em) {
      .island-join-now > .row > .columns {
        min-height: 9.875rem; } }
    @media screen and (min-width: 75em) {
      .island-join-now > .row > .columns {
        min-height: 13.4375rem; } }
  .island-join-now h1 {
    font-size: 1.25rem;
    color: #ac2713;
    margin-top: 0.5rem; }
    @media screen and (min-width: 75em) {
      .island-join-now h1 {
        font-size: 1.9375rem;
        margin-top: 0; } }
  .island-join-now h2 {
    font-size: 0.6875rem; }
    @media screen and (min-width: 75em) {
      .island-join-now h2 {
        font-size: 1.125rem; } }
  .island-join-now .heading-text {
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 75em) {
      .island-join-now .heading-text {
        padding-left: 5.125rem;
        text-align: left; } }
  @media screen and (max-width: 39.9375em) {
    .island-join-now .form-container {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .island-join-now .form-container {
      padding-right: 5.125rem; } }
  .island-join-now form {
    width: inherit; }
    @media print, screen and (min-width: 64em) {
      .island-join-now form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .island-join-now form section {
      width: inherit;
      display: inherit; }
  .island-join-now [type="email"] {
    margin: 0;
    height: 3.05rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1rem; }
    @media screen and (max-width: 39.9375em) {
      .island-join-now [type="email"] {
        display: block; } }
    @media print, screen and (min-width: 64em) {
      .island-join-now [type="email"] {
        margin-right: -8px;
        margin-bottom: 0;
        margin-top: 0 !important; } }
  .island-join-now button {
    margin-top: -1px;
    font-size: 1rem; }
    @media screen and (max-width: 39.9375em) {
      .island-join-now button {
        height: 3.375rem;
        margin-right: auto;
        margin-left: auto;
        display: block; } }
    @media print, screen and (min-width: 64em) {
      .island-join-now button {
        width: 6.75rem;
        margin-bottom: 0;
        padding: 1rem 2.1875rem;
        padding-bottom: 1.0625rem; } }
    @media screen and (min-width: 75em) {
      .island-join-now button {
        width: 18.625rem;
        margin-bottom: 0;
        padding: 1rem 4.6875rem;
        padding-bottom: 1.0625rem; } }

.word-blocks-item {
  color: #ac2713;
  font-size: 4.375rem;
  line-height: 3.3125rem;
  letter-spacing: 0.125rem; }
  @media print, screen and (min-width: 40em) {
    .word-blocks-item {
      font-size: 10.75rem;
      line-height: 7.9375rem;
      letter-spacing: 0.375rem; } }
  .word-blocks-item span {
    color: #e2791d; }

.pane-aboutus .word-blocks {
  margin-top: 4.84375rem; }

.callout-lets-talk {
  position: relative;
  z-index: 20; }
  .callout-lets-talk-overlay {
    background-color: rgba(160, 34, 16, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 201;
    display: none; }
    @media screen and (max-width: 39.9375em) {
      .callout-lets-talk-overlay {
        -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
        align-items: normal !important; } }
  .callout-lets-talk-content {
    position: relative;
    margin: 0 2.25rem;
    padding: 1.5rem 0;
    background-color: white;
    border-radius: 0.625rem; }
    .callout-lets-talk-content [data-message-received], .callout-lets-talk-content [data-sending-message] {
      display: none; }
    @media screen and (max-width: 39.9375em) {
      .callout-lets-talk-content {
        overflow: auto; } }
    .callout-lets-talk-content section {
      height: inherit;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .callout-lets-talk-content section > .row, .callout-lets-talk-content section .columns {
          height: inherit; } }
    @media print, screen and (min-width: 64em) {
      .callout-lets-talk-content {
        width: 61.125rem;
        height: 36.4375rem;
        margin: 0; } }
    .callout-lets-talk-content [rel="toggle-callout-overlay"] {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 5; }
      @media print, screen and (min-width: 64em) {
        .callout-lets-talk-content [rel="toggle-callout-overlay"] {
          top: 1.5rem;
          right: 1.5rem; } }
      .callout-lets-talk-content [rel="toggle-callout-overlay"] .icon-close {
        background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/ic_close_24px--orange.svg"); }
    .callout-lets-talk-content img {
      max-width: 6.02125rem;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        .callout-lets-talk-content img {
          max-width: 8.625rem;
          margin-top: -4rem;
          margin-bottom: 2rem; } }
    .callout-lets-talk-content h1 {
      font-size: 1.5625rem;
      color: #ac2713;
      line-height: 1.5625rem;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        .callout-lets-talk-content h1 {
          font-size: 2.25rem;
          line-height: 2.02813rem; } }
    .callout-lets-talk-content h2 {
      font-size: 0.875rem;
      color: #333333;
      line-height: 1.0625rem;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 64em) {
        .callout-lets-talk-content h2 {
          font-size: 1.375rem;
          line-height: 1.625rem;
          margin-bottom: 0; } }
    .callout-lets-talk-content textarea {
      height: 7.25rem; }
    @media screen and (max-width: 39.9375em) {
      .callout-lets-talk-content form .align--right {
        display: block;
        text-align: center;
        margin-top: 1.875rem; }
        .callout-lets-talk-content form .align--right .button {
          width: 100%; } }

.pane-aboutus h2 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-top: 1rem; }
  @media screen and (min-width: 75em) {
    .pane-aboutus h2 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 2.5rem;
      padding-right: 9.6875rem; } }

.pane-aboutus .word-blocks {
  margin-top: 0; }

.pane-aboutus .callout-lets-talk {
  margin-top: 1.5rem;
  margin-bottom: -5rem;
  text-align: right; }
  @media print, screen and (min-width: 64em) {
    .pane-aboutus .callout-lets-talk {
      margin-top: 6.6875rem;
      margin-left: -5rem;
      margin-bottom: 0;
      text-align: left; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .pane-aboutus .callout-lets-talk {
      margin-top: 3rem; } }
  .pane-aboutus .callout-lets-talk img {
    max-width: 14rem; }
    @media screen and (min-width: 75em) {
      .pane-aboutus .callout-lets-talk img {
        max-width: 19.6875rem; } }

@media print, screen and (min-width: 64em) {
  .image-rotation {
    height: 100%; } }

.image-rotation .bound-box {
  position: relative;
  width: 100%;
  height: 267px; }
  @media print, screen and (min-width: 64em) {
    .image-rotation .bound-box {
      height: 690px;
      width: 100%; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .image-rotation .bound-box {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      margin-left: -2.5rem; } }

.image-rotation .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.image-rotation .image:not(:first-child) {
  display: none; }

@media print, screen and (min-width: 64em) {
  .pane-splash > .row {
    height: inherit; } }

@media screen and (max-width: 39.9375em) {
  .pane-splash .hero-text {
    margin-top: 25vh;
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .pane-splash .hero-text {
    margin-top: 25vh;
    margin-bottom: 10rem; } }

.pane-splash .hero-text h2 {
  font-size: 0.875rem; }
  @media print, screen and (min-width: 64em) {
    .pane-splash .hero-text h2 {
      font-size: 1.125rem;
      margin-bottom: -0.5rem; } }
  @media screen and (min-width: 75em) {
    .pane-splash .hero-text h2 {
      font-size: 1.375rem; } }

.pane-splash .hero-text h1 {
  font-size: 1.1875rem;
  color: #ac2713;
  margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .pane-splash .hero-text h1 {
      font-size: 1.5625rem;
      line-height: 1.25rem; } }
  @media screen and (min-width: 75em) {
    .pane-splash .hero-text h1 {
      font-size: 1.9375rem;
      line-height: 1.54375rem; } }

.pane-splash .hero-text h3 {
  font-size: 0.875rem;
  line-height: 1rem;
  padding-right: 4.375rem; }
  @media print, screen and (min-width: 64em) {
    .pane-splash .hero-text h3 {
      margin-top: -0.5rem; } }
  @media screen and (min-width: 75em) {
    .pane-splash .hero-text h3 {
      font-size: 1.375rem;
      line-height: 1.625rem;
      padding-right: 5.625rem; } }

.pane-splash .hero-text .row.invest-in-your-future-sound {
  margin: 1rem 0; }

.columns.no-pad {
  padding: 0; }
  .columns.no-pad--left {
    padding-left: 0; }

.icon {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat; }
  .icon-menu {
    background: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/ic_dehaze_24px.svg");
    width: 20px;
    height: 12px;
    background-size: 20px 12px; }
    body.instrument .icon-menu, body.cart .icon-menu {
      background: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/ic_dehaze_24px-dark.svg"); }
  .icon-close {
    background: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/ic_close_24px.svg");
    width: 20px;
    height: 12px;
    background-size: 20px 12px; }
  .icon-slides {
    background: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/ic_view_day_24px.svg");
    width: 19px;
    height: 18px;
    background-size: 19px 18px; }

.instrument-navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11; }
  .instrument-navigation > .row {
    max-width: 90rem; }
  .instrument-navigation .columns {
    position: relative; }
  .instrument-navigation .menu {
    width: 100%; }
  .instrument-navigation li {
    width: 12.5%; }
  .instrument-navigation hr {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 5.625rem;
    left: 0; }
  .instrument-navigation a {
    position: relative;
    color: white;
    font-size: 0.8125rem;
    text-align: center;
    height: 10rem;
    padding: 0 0 0.6875rem;
    margin: 0 8px 2px; }
    .instrument-navigation a:hover {
      font-size: 0.9375rem; }
      .instrument-navigation a:hover .instrument-nav-letter, .instrument-navigation a:hover .instrument-nav-photo {
        display: block; }
  .instrument-navigation .instrument-nav {
    position: relative;
    height: 100%;
    width: 100%; }
  .instrument-navigation .instrument-nav-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.75rem;
    text-align: center; }
    .instrument-navigation .instrument-nav-name.gigster {
      color: #a4d8ea;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
      font-size: 0.9375rem; }

.instrument-nav-photo {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 10;
  text-align: center;
  padding: 0 1rem; }
  .instrument-nav-photo--xylophones img {
    margin-top: 8px; }
  .instrument-nav-photo--marimbas img {
    margin-top: 16px; }
  .instrument-nav-photo--glockenspiels img {
    max-height: 5.125rem;
    margin-top: -8px; }
  .instrument-nav-photo--chimes img {
    max-height: 102px;
    margin-top: -24px; }
  .instrument-nav-photo--timpani img {
    margin-top: -4px; }
  .instrument-nav-photo--celestes img {
    max-height: 80px;
    margin-top: -8px; }

[class*="instrument-nav-letter--"] {
  display: none;
  text-align: center;
  position: absolute;
  top: -56px;
  right: 0;
  left: 0;
  z-index: 9; }
  [class*="instrument-nav-letter--"] img {
    max-width: 5.4375rem; }

._instrument_nav_item_hover_gradient, .instrument-navigation a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a02210+0,a0220d+100&0+1,0.6+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(160, 34, 16, 0)), color-stop(1%, rgba(160, 34, 16, 0)), color-stop(99%, rgba(160, 34, 13, 0.6)), to(rgba(160, 34, 13, 0.6)));
  background: linear-gradient(to bottom, rgba(160, 34, 16, 0) 0%, rgba(160, 34, 16, 0) 1%, rgba(160, 34, 13, 0.6) 99%, rgba(160, 34, 13, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a02210', endColorstr='#99a0220d',GradientType=0 );
  /* IE6-9 */ }

.instrument-slide .parallax-content > .row {
  height: inherit; }
  .instrument-slide .parallax-content > .row .columns {
    position: relative;
    height: 100%; }

.instrument-slide-letter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 23rem;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .instrument-slide-letter {
      left: 0;
      right: 0; } }
  @media print, screen and (min-width: 64em) {
    .instrument-slide-letter {
      font-size: 50rem;
      line-height: 50rem;
      text-align: left;
      letter-spacing: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .instrument-slide-letter--m {
      font-size: 45rem; } }
  @media print, screen and (min-width: 64em) {
    .instrument-slide-letter--v {
      padding-left: 1rem; } }

.instrument-slide-common-elements {
  position: relative;
  z-index: 15;
  margin-left: auto;
  text-align: right; }
  .instrument-slide-common-elements .mallet-shop-logo--bars {
    margin-bottom: 6.375rem; }
    @media print, screen and (min-width: 64em) {
      .instrument-slide-common-elements .mallet-shop-logo--bars {
        margin-bottom: 10.8125rem; } }
    .instrument-slide-common-elements .mallet-shop-logo--bars img {
      max-width: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .instrument-slide-common-elements .badge-instruments {
      margin-bottom: 14.5rem; } }
  @media screen and (min-width: 90em) {
    .instrument-slide-common-elements .badge-instruments {
      margin-bottom: -16px; } }
  @media screen and (min-width: 75em) {
    .instrument-slide-common-elements .badge-instruments {
      margin-bottom: -8px; } }
  .instrument-slide-common-elements .badge-instruments img {
    max-width: 7.3125rem; }
  .instrument-slide-common-elements h1 {
    color: #ac2713;
    font-size: 3rem;
    font-size: 2.5rem; }
    @media print, screen and (min-width: 64em) {
      .instrument-slide-common-elements h1 {
        font-size: 3.5rem; } }
    @media screen and (min-width: 75em) {
      .instrument-slide-common-elements h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 90em) {
      .instrument-slide-common-elements h1 {
        font-size: 5.375rem; } }
  .instrument-slide-common-elements h2 {
    font-size: 0.75rem; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .instrument-slide-common-elements h2 {
        font-size: 0.875rem; } }
    @media screen and (min-width: 75em) {
      .instrument-slide-common-elements h2 {
        font-size: 1rem; } }
    @media screen and (min-width: 90em) {
      .instrument-slide-common-elements h2 {
        font-size: 1.1875rem; } }
  .instrument-slide-common-elements .view-all {
    margin-top: 2.5rem; }
    @media screen and (min-width: 90em) {
      .instrument-slide-common-elements .view-all img {
        max-width: 14.75rem; } }
    @media print, screen and (min-width: 64em) {
      .instrument-slide-common-elements .view-all img {
        margin-right: -3.0625rem;
        max-width: 12.5625rem; } }

.instrument-slide--marimbas .bg, .instrument-slide--marimbas .pane-splash, .instrument-slide--marimbas .pane-footer {
  background-color: #dddddd; }

.instrument-slide--marimbas .instrument-slide-letter {
  color: rgba(236, 234, 234, 0.56); }

.instrument-slide--xylophones .bg, .instrument-slide--xylophones .pane-splash, .instrument-slide--xylophones .pane-footer {
  background-color: #f3eeeb; }

.instrument-slide--xylophones .instrument-slide-letter {
  color: rgba(255, 255, 255, 0.56); }

.instrument-slide--glockenspiels .bg, .instrument-slide--glockenspiels .pane-splash, .instrument-slide--glockenspiels .pane-footer {
  background-color: #e8e3df; }

.instrument-slide--glockenspiels .instrument-slide-letter {
  color: rgba(245, 243, 241, 0.56); }

.instrument-slide--glockenspiels h1, .instrument-slide--glockenspiels h2 {
  text-shadow: 0px 0px 2px #e8e3df; }

.instrument-slide--vibraphones .bg, .instrument-slide--vibraphones .pane-splash, .instrument-slide--vibraphones .pane-footer {
  background-color: #ebebec; }

.instrument-slide--vibraphones .instrument-slide-letter {
  color: rgba(212, 213, 213, 0.56); }

.instrument-slide--chimes .bg, .instrument-slide--chimes .pane-splash, .instrument-slide--chimes .pane-footer {
  background-color: #ebebec; }

.instrument-slide--chimes .instrument-slide-letter {
  color: rgba(223, 223, 224, 0.56); }

.instrument-slide--chimes h1, .instrument-slide--chimes h2 {
  text-shadow: 0px 0px 2px #ebebec; }

.instrument-slide--timpani .bg, .instrument-slide--timpani .pane-splash, .instrument-slide--timpani .pane-footer {
  background-color: #f5f1ee; }

.instrument-slide--timpani .instrument-slide-letter {
  color: rgba(215, 204, 190, 0.56); }

.instrument-slide--timpani h1, .instrument-slide--timpani h2 {
  text-shadow: 0px 0px 2px #f5f1ee; }

.instrument-slide--celestes .bg, .instrument-slide--celestes .pane-splash, .instrument-slide--celestes .pane-footer {
  background-color: #e2ded8; }

.instrument-slide--celestes .instrument-slide-letter {
  color: rgba(243, 237, 229, 0.56); }

.instrument-slide--celestes h1, .instrument-slide--celestes h2 {
  text-shadow: 0px 0px 2px rgba(226, 222, 216, 0.25); }

.instrument-slide-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  padding-top: 25%; }
  .instrument-slide-photo-group {
    position: relative; }
  @media screen and (max-width: 39.9375em) {
    .instrument-slide-photo--chimes {
      padding-top: 56%; } }
  @media screen and (min-width: 75em) {
    .instrument-slide-photo--chimes {
      padding-top: 16%; } }
  @media screen and (max-width: 39.9375em) {
    .instrument-slide-photo--celestes {
      padding-top: 48%; } }
  .instrument-slide-photo .photo {
    position: relative;
    z-index: 13; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .instrument-slide-photo .photo {
        -webkit-transform: scale(0.8);
        transform: scale(0.8); } }
    @media screen and (min-width: 75em) {
      [class*="--glockenspiels"] .instrument-slide-photo .photo {
        margin-left: 3rem; } }
    [class*="--chimes"] .instrument-slide-photo .photo {
      margin-left: 3rem;
      margin-top: -58%; }
      @media screen and (max-width: 23.4375em) {
        [class*="--chimes"] .instrument-slide-photo .photo {
          margin-left: 2rem; } }
      @media screen and (min-width: 75em) {
        [class*="--chimes"] .instrument-slide-photo .photo {
          margin-left: 7.25rem;
          margin-top: -18%; } }
    [class*="--celestes"] .instrument-slide-photo .photo {
      margin-top: -12%; }
  .instrument-slide-photo .shadow {
    position: absolute;
    z-index: 12;
    right: -10%;
    bottom: -2%;
    left: -20%; }
    @media screen and (min-width: 75em) {
      .instrument-slide-photo .shadow {
        right: -24%;
        bottom: -8%;
        left: -40%; } }
    [class*="--glockenspiels"] .instrument-slide-photo .shadow {
      bottom: 6%;
      left: -18%; }
    [class*="--chimes"] .instrument-slide-photo .shadow {
      bottom: -9%; }
      @media screen and (min-width: 75em) {
        [class*="--chimes"] .instrument-slide-photo .shadow {
          left: -20%; } }
    [class*="--timpani"] .instrument-slide-photo .shadow {
      bottom: -8%; }
      @media screen and (min-width: 75em) {
        [class*="--timpani"] .instrument-slide-photo .shadow {
          left: -15%; } }
    [class*="--celestes"] .instrument-slide-photo .shadow {
      bottom: -8%; }
      @media screen and (min-width: 75em) {
        [class*="--celestes"] .instrument-slide-photo .shadow {
          left: -15%; } }

.pane-our-customer-voices h1 {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 75em) {
    .pane-our-customer-voices h1 {
      font-size: 1.875rem;
      margin-bottom: 7.5rem;
      text-align: left; } }

.pane-our-customer-voices .direction-arrow {
  width: 100%;
  height: inherit; }
  @media screen and (min-width: 75em) {
    .pane-our-customer-voices .direction-arrow {
      height: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .pane-our-customer-voices .direction-arrow {
      margin-top: -26.25rem; } }
  .pane-our-customer-voices .direction-arrow img {
    max-width: 2.9375rem; }
  .pane-our-customer-voices .direction-arrow--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.pane-our-customer-voices .customer-reviews {
  margin-bottom: 3rem; }
  @media screen and (min-width: 75em) {
    .pane-our-customer-voices .customer-reviews {
      margin-bottom: 10rem; } }
  .pane-our-customer-voices .customer-reviews .reviews-block {
    overflow: hidden !important;
    position: relative;
    min-height: 25rem; }
  .pane-our-customer-voices .customer-reviews .review-item {
    position: relative;
    display: inline-block;
    margin-right: 0.03125rem; }
  .pane-our-customer-voices .customer-reviews .review-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .pane-our-customer-voices .customer-reviews .reviewer__photo {
    width: 8.5rem;
    height: 8.5rem;
    border: 1px solid #fd9138;
    border-radius: 50%;
    background-color: white;
    margin-bottom: 0;
    background-size: cover;
    -webkit-box-shadow: 24px 29px 18px rgba(0, 0, 0, 0.16);
    box-shadow: 24px 29px 18px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 39.9375em) {
      .pane-our-customer-voices .customer-reviews .reviewer__photo {
        -webkit-transform: translateX(75%);
        transform: translateX(75%);
        margin-bottom: -2rem; } }
  .pane-our-customer-voices .customer-reviews .quote-large {
    margin-bottom: 2rem; }
    .pane-our-customer-voices .customer-reviews .quote-large img {
      max-width: 1.875rem; }
      @media screen and (min-width: 75em) {
        .pane-our-customer-voices .customer-reviews .quote-large img {
          max-width: 2.5rem; } }
  .pane-our-customer-voices .customer-reviews .review__text, .pane-our-customer-voices .customer-reviews .review__reviewer {
    color: white;
    font-style: italic;
    white-space: normal !important; }
  .pane-our-customer-voices .customer-reviews .review__text {
    font-size: 0.6875rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px #ac2713; }
    @media screen and (min-width: 75em) {
      .pane-our-customer-voices .customer-reviews .review__text {
        font-size: 0.875rem;
        margin-bottom: 1.5rem; } }
  .pane-our-customer-voices .customer-reviews .review__reviewer {
    font-size: 1rem; }
    @media screen and (min-width: 75em) {
      .pane-our-customer-voices .customer-reviews .review__reviewer {
        font-size: 1.125rem; } }
  .pane-our-customer-voices .customer-reviews .review-text-block {
    background-color: rgba(204, 80, 10, 0.8);
    padding: 1rem;
    border-radius: 0.1875rem; }

.align--right {
  text-align: right; }

.button {
  border: none;
  border-radius: 0.25rem; }
  .button--malletshop {
    padding: 1.125rem 3.125rem;
    font-size: 1rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2791d+0,bc441c+100 */
    background: #e2791d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e2791d), to(#bc441c));
    background: linear-gradient(to bottom, #e2791d 0%, #bc441c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2791d', endColorstr='#bc441c',GradientType=0 );
    /* IE6-9 */ }

.instrument-slide-nav-toggle {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .instrument-slide-nav-toggle a {
    font-size: 0.8125rem;
    color: #d84f24; }
  .instrument-slide-nav-toggle span {
    float: left; }
  .instrument-slide-nav-toggle .icon {
    float: left;
    margin-right: 0.5rem; }

.instrument-slide-nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/instrument-nav-overlay-background--mobile@2x.jpg");
  background-size: cover;
  display: none; }
  .instrument-slide-nav-overlay [rel="toggle-instrument-slide-nav-overlay"] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
  .instrument-slide-nav-overlay .menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .instrument-slide-nav-overlay .menu a {
      font-size: 0.8125rem;
      color: white;
      text-align: center;
      padding: 2rem 0;
      width: 12.125rem; }

.reveal {
  border-radius: 0.25rem; }
  .reveal [data-close], .reveal [data-close-quick-view] {
    display: inline; }
    .reveal [data-close] img, .reveal [data-close-quick-view] img {
      max-width: 0.6875rem;
      max-height: 0.6875rem; }
  .reveal .modal-title {
    padding: 0 0 1rem 0; }

.reveal-overlay {
  overflow-y: auto; }

.strikethrough {
  text-decoration: line-through;
  -webkit-text-decoration-color: rgba(0, 0, 0, 0.5) !important;
  text-decoration-color: rgba(0, 0, 0, 0.5) !important; }

.container-flip-card {
  position: relative;
  width: 14rem;
  height: 4.4375rem; }

.flip-card {
  width: 100%;
  height: 100%;
  position: relative; }
  .flip-card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
    .flip-card__face--back {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      opacity: 0; }
  .flip-card--flip .flip-card__face {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; }
    .flip-card--flip .flip-card__face--back {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1; }

.mallet-shop-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mallet-shop-logo__malletshop {
    margin-top: -2px;
    margin-left: 32px;
    font-size: 18px;
    letter-spacing: 1.7px;
    color: #302e2a; }
    body.pages .mallet-shop-logo__malletshop, body.deagan-archives-instrument .mallet-shop-logo__malletshop, body.museum .mallet-shop-logo__malletshop {
      color: white; }
    .pane-footer .mallet-shop-logo__malletshop {
      margin-top: -14px;
      margin-left: 48px;
      font-size: 25px;
      letter-spacing: 3px; }
    .mallet-shop-logo__malletshop--white {
      color: white; }
  .mallet-shop-logo__bars {
    height: 15px;
    position: relative; }
    .pane-footer .mallet-shop-logo__bars {
      -webkit-transform: scale(1.65);
      transform: scale(1.65); }
    .mallet-shop-logo__bars .bar {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0.25rem;
      background-color: #db6d19; }
      body.instruments .mallet-shop-logo__bars .bar {
        background-color: #302e2a; }
      .pane-footer .mallet-shop-logo__bars .bar {
        background-color: #db6d19 !important; }
      .mallet-shop-logo__bars .bar:nth-child(1) {
        left: 0;
        bottom: 0;
        -webkit-animation: full 1s, start 1s 1s, sound 437ms 2s 9 alternate, delay 1s 5933ms;
        animation: full 1s, start 1s 1s, sound 437ms 2s 9 alternate, delay 1s 5933ms; }
      .mallet-shop-logo__bars .bar:nth-child(2) {
        left: 7px;
        bottom: 20%;
        -webkit-animation: full 1s, start 1s 1s, sound 478ms 2s 9 alternate, delay 1s 6302ms, bar2 1s 7302ms 1;
        animation: full 1s, start 1s 1s, sound 478ms 2s 9 alternate, delay 1s 6302ms, bar2 1s 7302ms 1; }
      .mallet-shop-logo__bars .bar:nth-child(3) {
        left: 14px;
        bottom: 40%;
        -webkit-animation: full 1s, start 1s 1s, sound 400ms 2s 9 alternate, delay 1s 5600ms, bar3 1s 6600ms 1;
        animation: full 1s, start 1s 1s, sound 400ms 2s 9 alternate, delay 1s 5600ms, bar3 1s 6600ms 1; }

@-webkit-keyframes delay {
  0% {
    top: 0;
    bottom: 0; }
  100% {
    top: 0;
    bottom: 0; } }

@keyframes delay {
  0% {
    top: 0;
    bottom: 0; }
  100% {
    top: 0;
    bottom: 0; } }

@-webkit-keyframes full {
  0% { }
  100% {
    bottom: 0;
    top: 0; } }

@keyframes full {
  0% { }
  100% {
    bottom: 0;
    top: 0; } }

@-webkit-keyframes start {
  0% {
    bottom: 0;
    top: 0; }
  100% {
    bottom: 0;
    top: 100%; } }

@keyframes start {
  0% {
    bottom: 0;
    top: 0; }
  100% {
    bottom: 0;
    top: 100%; } }

@-webkit-keyframes bar2 {
  0% {
    bottom: 0;
    top: 0; }
  100% {
    bottom: 20%;
    top: 0; } }

@keyframes bar2 {
  0% {
    bottom: 0;
    top: 0; }
  100% {
    bottom: 20%;
    top: 0; } }

@-webkit-keyframes bar3 {
  0% {
    bottom: 0;
    top: 0; }
  100% {
    bottom: 40%;
    top: 0; } }

@keyframes bar3 {
  0% {
    bottom: 0;
    top: 0; }
  100% {
    bottom: 40%;
    top: 0; } }

@-webkit-keyframes sound {
  0% {
    bottom: 0;
    top: 100%; }
  100% {
    bottom: 0;
    top: 0; } }

@keyframes sound {
  0% {
    bottom: 0;
    top: 100%; }
  100% {
    bottom: 0;
    top: 0; } }

.nav-overlay {
  position: fixed;
  z-index: 199;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .nav-overlay {
      background-color: rgba(48, 46, 42, 0.95); } }
  .nav-overlay-content {
    width: 100%;
    height: 84%;
    overflow-y: auto; }
    @media screen and (max-width: 39.9375em) {
      .nav-overlay-content {
        margin-top: 16%; } }
    @media print, screen and (min-width: 64em) {
      .nav-overlay-content {
        height: 41.8125rem;
        overflow-y: unset;
        padding: 0 1rem; } }
    .nav-overlay-content > .row {
      position: relative;
      background-color: white;
      height: inherit;
      padding-top: 4rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 100%;
      flex: 1 100%; }
      @media print, screen and (min-width: 64em) {
        .nav-overlay-content > .row .nav-background {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/nav-overlay-background.jpg");
          background-repeat: no-repeat;
          background-position: top right;
          background-size: contain;
          -webkit-transition: all 500ms;
          transition: all 500ms; } }
  .nav-overlay .menu.vertical {
    position: relative;
    z-index: 3; }
    .nav-overlay .menu.vertical li {
      border-bottom: 1px solid rgba(48, 46, 42, 0.08); }
    .nav-overlay .menu.vertical a {
      font-size: 1.125rem;
      color: #302e2a;
      padding: 1.375rem 0; }
      .nav-overlay .menu.vertical a:hover {
        color: #7f2713; }
      .nav-overlay .menu.vertical a .fa-chevron-down {
        margin-right: 0.5rem;
        float: right;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .nav-overlay .menu.vertical .active > a, .nav-overlay .menu.vertical .is-active-nav > a {
      background: transparent;
      color: #7f2713; }
      .nav-overlay .menu.vertical .active > a .fa-chevron-down, .nav-overlay .menu.vertical .is-active-nav > a .fa-chevron-down {
        color: inherit;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .nav-overlay .menu.vertical .active .nested.menu, .nav-overlay .menu.vertical .is-active-nav .nested.menu {
      display: block;
      -webkit-animation: fadein 500ms;
      animation: fadein 500ms; }
  .nav-overlay .nested.menu {
    display: none;
    margin-left: 0;
    margin-bottom: 0.375rem; }
    .nav-overlay .nested.menu li {
      border-bottom: none; }
    .nav-overlay .nested.menu a {
      font-size: 0.875rem;
      padding: 1rem 0; }

.nav-site {
  margin: 0 auto;
  position: absolute;
  z-index: 200;
  right: 0;
  left: 0;
  top: 1rem; }
  @media screen and (min-width: 75em) {
    .nav-site {
      top: 3rem; } }
  .nav-site .menu-text {
    padding: 0; }
    .nav-site .menu-text img {
      width: 9.6875rem; }
  .nav-site .icon-close {
    display: none; }
  .nav-site.active {
    position: fixed; }
    .nav-site.active .icon-close {
      display: block; }
      @media screen and (max-width: 39.9375em) {
        .nav-site.active .icon-close {
          background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/ic_close_24px--orange.svg"); } }
    .nav-site.active .icon-menu {
      display: none; }

.icon-search {
  display: block;
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/search-icon.svg");
  width: 1.25rem;
  height: 1.25rem; }
  .instrument .icon-search {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/search-icon-black.svg"); }

.icon-search-x {
  display: block;
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/icons/search-x.svg");
  width: 0.35437rem;
  height: 0.35437rem; }

.menu .search-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (max-width: 39.9375em) {
    .menu .search-group {
      display: none !important; } }

.menu .search-group--active .search-icon {
  display: none; }

.menu .search-group--active .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu .search-icon {
  opacity: 0.64;
  padding-right: 0;
  margin-top: -0.0625rem; }
  .menu .search-icon:hover {
    opacity: 1; }

.menu .search-x {
  position: absolute;
  right: 0;
  top: 0.0625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.48;
  padding-right: 0.75rem; }
  .menu .search-x:hover {
    opacity: 1; }

.menu .search-form {
  display: none;
  width: 54%;
  min-width: 48%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .menu .search-form form {
    width: 100%; }
    .menu .search-form form input {
      font-size: 0.625rem;
      border-radius: 3.125rem !important;
      padding: 5px 16px;
      height: auto;
      margin: 0 !important; }

.menu.vertical .search-group {
  display: none;
  border-bottom: none !important;
  padding-bottom: 1rem;
  margin-top: -1rem; }
  @media screen and (max-width: 39.9375em) {
    .menu.vertical .search-group {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .menu.vertical .search-group .search-form {
    width: 100%; }
    .menu.vertical .search-group .search-form form input {
      font-size: 1rem;
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }

.page__hero {
  position: relative; }
  .pages .page__hero {
    height: 15.625rem; }
    @media print, screen and (min-width: 64em) {
      .pages .page__hero {
        height: 27.625rem; } }
  @media print, screen and (min-width: 64em) {
    .pages.about-us .page__hero {
      height: 41.625rem; } }
  @media print, screen and (min-width: 64em) {
    .pages.deagan-archives .page__hero {
      height: 36.875rem; } }

.page__body {
  min-height: 56.25rem;
  background-color: #eae7e2;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .page__body {
      padding-bottom: 10rem; } }
  body.deagan-archives-instrument .page__body {
    background-color: transparent;
    padding-bottom: 12.4375rem; }
  @media screen and (max-width: 39.9375em) {
    .pages.about-us .page__body, .pages.merch .page__body, .pages.deagan-archives .page__body {
      padding-bottom: 0; } }

.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .hero-bg--about-us {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-about-us@2x.jpg"); }
  .hero-bg--consignments {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-consignments@2x.jpg"); }
  .hero-bg--covers-and-bags {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-covers-and-bags@2x.jpg"); }
  .hero-bg--merch {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-merch@2x.jpg"); }
  .hero-bg--deagan-archive {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-deagan-archive@2x.jpg"); }
  .hero-bg--m-blog {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/hero-background-m-blog.jpg");
    background-position: bottom center; }

.hero-content {
  position: relative;
  z-index: 11;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .hero-content {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media print, screen and (min-width: 64em) {
    .hero-content {
      padding-top: 9.3rem; } }
  @media screen and (max-width: 39.9375em) {
    .hero-content > .row {
      width: 100%; } }
  @media screen and (max-width: 39.9375em) {
    .hero-content > .row > .columns {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .hero-content p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #aeaeae; }

.page-plaque {
  width: 100%;
  height: 3.9375rem;
  text-align: right;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .page-plaque {
      float: right;
      border-radius: 0.625rem;
      width: 22.1875rem;
      height: 26.375rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .page-plaque {
      width: 100% !important; } }
  @media screen and (min-width: 75em) {
    .pages.deagan-archives .page-plaque {
      height: 39.625rem; } }
  .pages.deagan-archives .page-plaque ul {
    list-style-type: none;
    margin: 0;
    text-align: left;
    position: absolute;
    right: 4.0625rem;
    bottom: 3.875rem;
    left: 4.0625rem;
    display: none; }
    @media screen and (min-width: 75em) {
      .pages.deagan-archives .page-plaque ul {
        display: block; } }
    .pages.deagan-archives .page-plaque ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .pages.deagan-archives .page-plaque ul li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
    .pages.deagan-archives .page-plaque ul a {
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.5);
      display: block;
      padding: 1.125rem 0; }
      .pages.deagan-archives .page-plaque ul a:hover {
        color: white; }
  .page-plaque--gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2791d+0,c75018+45,ad2713+100 */
    background: #e2791d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e2791d), color-stop(45%, #c75018), to(#ad2713));
    background: linear-gradient(to bottom, #e2791d 0%, #c75018 45%, #ad2713 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2791d', endColorstr='#ad2713',GradientType=0 );
    /* IE6-9 */ }
  .page-plaque h1 {
    font-size: 2.25rem;
    color: white;
    text-align: right;
    position: absolute;
    right: 2.5rem;
    bottom: -1.25rem;
    z-index: 11; }
    @media print, screen and (min-width: 64em) {
      .page-plaque h1 {
        position: relative;
        right: unset;
        bottom: unset;
        margin: 4.625rem 1rem 0 0; } }

.plaque-bar {
  display: inline-block;
  position: absolute;
  right: 1.875rem;
  bottom: -0.4375rem;
  width: 14.1875rem;
  height: 0.375rem;
  background-color: #e2791d; }
  @media print, screen and (min-width: 64em) {
    .plaque-bar {
      position: relative;
      right: unset;
      bottom: unset;
      margin-top: 2.375rem; } }

.our-customers-worldwide {
  padding: 0 0 3rem 0;
  background-color: white; }
  @media print, screen and (min-width: 64em) {
    .our-customers-worldwide {
      height: 7.6875rem;
      padding: 0; } }
  .our-customers-worldwide h1 {
    font-size: 1.125rem;
    color: #e2791d;
    line-height: 1.25rem;
    display: inline-block;
    margin-bottom: 2.4375rem; }
    @media print, screen and (min-width: 64em) {
      .our-customers-worldwide h1 {
        font-size: 1.25rem;
        margin: 0; } }
  .our-customers-worldwide .row, .our-customers-worldwide .columns {
    height: inherit; }
    .our-customers-worldwide .row .row, .our-customers-worldwide .columns .row {
      -webkit-box-flex: 1;
      -ms-flex: 1 100%;
      flex: 1 100%; }
  .our-customers-worldwide .small-6 {
    padding: 1.5rem 0; }

.page-body-block {
  position: relative;
  padding: 3rem 0; }
  @media print, screen and (min-width: 64em) {
    .page-body-block {
      padding: 12.4375rem 0; } }
  .page-body-block--bg-white {
    background-color: white; }
  .page-body-block--no-bottom-padding {
    padding-bottom: 0; }
  .page-body-block--quarterly {
    background-color: #f3eeea; }
    @media screen and (min-width: 75em) {
      .page-body-block--quarterly {
        padding-bottom: 31.1875rem; } }
  .page-body-block .row {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 39.9375em) {
    .pages.merch .page-body-block:last-child {
      padding-bottom: 12.4375rem; } }
  .page-body-block h2, .page-body-block h1 {
    font-size: 0.75rem;
    color: #ac2713; }
    @media screen and (min-width: 75em) {
      .page-body-block h2, .page-body-block h1 {
        font-size: 1.125rem; } }
  .page-body-block h1 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 1.125rem; }
    @media screen and (min-width: 75em) {
      .page-body-block h1 {
        font-size: 2.25rem;
        line-height: 2.7rem;
        margin-bottom: 1.9375rem; } }
  .page-body-block p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #333333; }
    .page-body-block p.footnotes {
      font-size: 0.875rem; }
  .page-body-block a {
    color: #e2791d; }
  @media screen and (max-width: 39.9375em) {
    .page-body-block .columns.small-12 {
      padding-right: 2.25rem;
      padding-left: 2.25rem; } }
  .page-body-block.about-us p {
    font-size: 1rem;
    color: #414245; }
  @media screen and (min-width: 75em) {
    .page-body-block--deagan-archive {
      padding-top: 7.1875rem;
      padding-bottom: 7.1875rem; } }
  .page-body-block--deagan-archive:last-child {
    padding-bottom: 12.4375rem; }
  .page-body-block--deagan-archive h1 {
    font-size: 2.5rem; }
    @media screen and (max-width: 39.9375em) {
      .page-body-block--deagan-archive h1 {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 75em) {
      .page-body-block--deagan-archive h1 {
        font-size: 3.75rem; } }
  .page-body-block--deagan-archive h2.subtitle {
    font-size: 1.125rem;
    color: #ac2713;
    margin: -2rem 0 1.875rem; }
    @media screen and (min-width: 75em) {
      .page-body-block--deagan-archive h2.subtitle {
        margin: -1.5rem 0 2.5rem;
        font-size: 1.875rem; } }

.frame-bar {
  width: 100%;
  height: 0.625rem;
  display: inline-block;
  background-color: #e2791d;
  margin: 2.5rem auto; }
  @media screen and (min-width: 75em) {
    .frame-bar {
      width: 30.9375rem; } }

.cc-notice {
  text-align: center; }
  .cc-notice p {
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .cc-notice p {
        max-width: 28.5025rem; } }
    .cc-notice p.to-make-a-purchase {
      font-size: 0.875rem; }
    .cc-notice p a {
      font-size: 0.875rem;
      color: #e2791d; }
  .cc-notice .verified-logos {
    width: 100%;
    height: 7.75rem;
    border-radius: 0.25rem;
    margin: 2rem auto;
    background-color: white; }
    @media screen and (min-width: 75em) {
      .cc-notice .verified-logos {
        width: 18.125rem; } }
    .cc-notice .verified-logos .row, .cc-notice .verified-logos .columns {
      height: inherit; }
    .cc-notice .verified-logos .columns:first-child img {
      margin-left: 1.5rem; }
      @media screen and (min-width: 75em) {
        .cc-notice .verified-logos .columns:first-child img {
          margin-left: 2rem; } }
    .cc-notice .verified-logos .columns:last-child img {
      margin-right: 1.5rem; }
      @media screen and (min-width: 75em) {
        .cc-notice .verified-logos .columns:last-child img {
          margin-right: 2rem; } }

.page-body-block.we-ship-worldwide {
  padding-top: 0; }
  @media screen and (max-width: 39.9375em) {
    .page-body-block.we-ship-worldwide {
      padding-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-body-block.we-ship-worldwide > .row {
      margin: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-body-block.we-ship-worldwide > .row .row {
      margin: 0; } }
  @media screen and (max-width: 39.9375em) {
    .page-body-block.we-ship-worldwide > .row > .columns.small-12 {
      padding: 0; } }
  .page-body-block.we-ship-worldwide .inner-content {
    background-color: white;
    padding-bottom: 12.4375rem; }
    @media screen and (min-width: 75em) {
      .page-body-block.we-ship-worldwide .inner-content {
        padding: 4.25rem 0;
        margin-top: 5rem; } }
    @media screen and (max-width: 39.9375em) {
      .page-body-block.we-ship-worldwide .inner-content > .row:first-child .small-12 {
        padding-top: 3.875rem; } }
  .page-body-block.we-ship-worldwide h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .page-body-block.we-ship-worldwide p {
    font-size: 0.875rem;
    line-height: 1.05rem; }
  .page-body-block.we-ship-worldwide .frame-bar {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .page-body-block.we-ship-worldwide .frame-bar {
        margin: 0; } }
  @media print, screen and (min-width: 64em) {
    .page-body-block.we-ship-worldwide .states-flex .large-6, .page-body-block.we-ship-worldwide .states-flex .large-4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 0; } }
  .page-body-block.we-ship-worldwide .states-flex .large-6 ul, .page-body-block.we-ship-worldwide .states-flex .large-4 ul {
    -ms-flex-preferred-size: calc(100%/3);
    flex-basis: calc(100%/3); }
  @media print, screen and (min-width: 64em) {
    .page-body-block.we-ship-worldwide .states-flex .large-4 {
      padding-left: 0; } }
  .page-body-block.we-ship-worldwide .states-flex .large-4 ul {
    -ms-flex-preferred-size: calc(100%/2);
    flex-basis: calc(100%/2); }
  .page-body-block.we-ship-worldwide ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 1rem; }
    @media screen and (min-width: 75em) {
      .page-body-block.we-ship-worldwide ul {
        padding-right: 2.5rem; } }
    .page-body-block.we-ship-worldwide ul li {
      height: 3rem;
      font-size: 0.6875rem;
      color: #606060;
      border-bottom: 1px solid rgba(151, 151, 151, 0.2); }
  .page-body-block.we-ship-worldwide .united-states {
    line-height: 0.75rem; }
    .page-body-block.we-ship-worldwide .united-states span {
      font-size: 0.5625rem; }

.interested-in-listing {
  width: 19.05rem;
  margin: 0 auto; }
  .interested-in-listing .frame-bar {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .interested-in-listing .frame-bar:first-child {
        display: none; } }
  .interested-in-listing p {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 0 1.5rem; }
    .interested-in-listing p.contact-us {
      font-size: 0.875rem;
      line-height: 1.125rem; }
      .interested-in-listing p.contact-us a {
        color: #e27913; }
    @media screen and (max-width: 39.9375em) {
      .interested-in-listing p.question-mark {
        text-align: center; } }
  .interested-in-listing img {
    max-width: 7.875rem;
    margin-bottom: 3rem; }

.pages p.buy-now {
  margin-top: 2.625rem; }
  @media screen and (max-width: 39.9375em) {
    .pages p.buy-now .button {
      width: 100%; } }

.pages p.price {
  font-size: 1.895rem;
  color: #e27634;
  margin-bottom: 3rem; }
  @media screen and (min-width: 75em) {
    .pages p.price {
      margin-bottom: 1.5rem; } }

.purchase-block {
  background-color: white;
  border-radius: 0.25rem;
  padding: 3.125rem;
  margin-top: 1.5rem; }
  .purchase-block .purchase-options .row {
    border-top: 1px solid rgba(153, 153, 153, 0.4);
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .purchase-block .purchase-options .row:last-child {
      border-bottom: 1px solid rgba(153, 153, 153, 0.4); }
  .purchase-block .purchase-action {
    margin-top: 2.3125rem;
    text-align: center; }
    @media screen and (min-width: 75em) {
      .purchase-block .purchase-action {
        text-align: left; } }
  .purchase-block label {
    display: inline-block;
    padding-top: 0.625rem;
    font-size: 0.875rem; }
  .purchase-block select, .purchase-block input {
    border-radius: 0.25rem; }
  .purchase-block .button {
    margin-bottom: 0; }

.pages.covers-and-bags .cover-and-bags-photos {
  max-width: 29.375rem;
  margin: 1.5rem auto 3rem; }
  @media print, screen and (min-width: 64em) {
    .pages.covers-and-bags .cover-and-bags-photos {
      margin: 3rem auto; } }

.pages.merch .icons-t-shirt-spec {
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .pages.merch .icons-t-shirt-spec {
      margin-bottom: 4.70625rem; } }

.pages.merch .deagan-features h3 {
  font-size: 1rem;
  color: #e27634;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.pages.merch .deagan-features h4 {
  font-size: 1rem; }

.pages.merch .deagan-features p {
  font-size: 0.75rem; }

.photos {
  text-align: center; }
  @media screen and (min-width: 75em) {
    .photos {
      margin: 3rem auto; } }
  .photos--t-shirt {
    margin-bottom: 1rem; }
  @media screen and (max-width: 39.9375em) {
    .photos--quarterly {
      margin-bottom: 4.70625rem; }
      .photos--quarterly img {
        margin-left: -18%; } }

.graff {
  position: absolute;
  top: 16.25rem;
  left: 0;
  right: 0;
  height: inherit;
  padding-left: 18%;
  display: none;
  overflow: visible; }
  @media screen and (min-width: 75em) {
    .graff {
      display: block; } }
  .graff img {
    position: absolute;
    top: 10rem;
    height: 25rem; }
  .graff--covers-and-bags-covers img {
    top: 2.5rem; }
  .graff--merch-t-shirts img, .graff--merch-magazine img {
    top: 5rem; }
  .graff[class*="graff--deagan-archive-"] {
    top: 0;
    bottom: 0;
    height: 100%; }
    @media screen and (max-width: 39.9375em) {
      .graff[class*="graff--deagan-archive-"] {
        display: none; } }
  .graff--deagan-archive-catalogues img {
    opacity: 0.72; }

.deagan-archive__archive {
  background-color: #f4eeeb; }

.deagan-archive__history {
  background-color: #eae6e1; }

.deagan-archive__catalogues {
  background-color: white; }
  .deagan-archive__catalogues h4 {
    font-size: 0.875rem;
    color: #ac2713;
    margin: 1.875rem 0; }
    @media screen and (min-width: 75em) {
      .deagan-archive__catalogues h4 {
        margin: 2.5rem 0; } }

.deagan-archive__tone-indicator {
  background-color: #eae6e1; }
  .deagan-archive__tone-indicator p.footnotes {
    font-size: 0.75rem; }

.deagan-archive__instruments {
  background-color: #f4eeeb; }

@media print, screen and (min-width: 64em) {
  .labels-and-contents > .row {
    margin-bottom: 0.75rem; } }

@media print, screen and (min-width: 64em) {
  .labels-and-contents > .row > .columns {
    padding-right: 0; } }

@media screen and (min-width: 75em) {
  .labels-and-contents > .row > .columns.large-3 {
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.75rem;
    flex: 0 0 12.75rem; } }

@media screen and (max-width: 39.9375em) {
  .labels-and-contents > .row > .columns.small-12 {
    padding: 0;
    margin-bottom: 0.5rem; } }

.label-and-content {
  height: 3.4375rem;
  border: 1px solid #999999;
  border-radius: 0.25rem;
  color: #666666; }
  .label-and-content__label {
    font-size: 1.875rem;
    text-align: center;
    width: 1.5625rem !important;
    margin: 0 1rem; }
  .label-and-content__content {
    font-size: 0.75rem;
    line-height: 0.875rem;
    max-width: 6.875rem; }

.eight-eight-piano-note {
  background-color: white;
  padding: 3.3125rem 0;
  margin: 2.5rem 0; }
  @media screen and (max-width: 39.9375em) {
    .eight-eight-piano-note {
      padding: 3.125rem 0.75rem;
      margin: 1.875rem -2.25rem; } }
  .eight-eight-piano-note p.footnotes {
    margin-top: 1rem; }

.deagan-archive-instruments {
  margin-top: 2.5rem; }
  .deagan-archive-instruments h1 {
    font-weight: 400 !important;
    font-size: 1.875rem;
    text-transform: capitalize;
    margin: 1.875rem 0 2rem; }
    @media screen and (min-width: 75em) {
      .deagan-archive-instruments h1 {
        margin: 2.5rem 0 2rem; } }
  .deagan-archive-instruments ul {
    list-style-type: none;
    margin: -1rem 0 4.75rem 0; }
    .deagan-archive-instruments ul li {
      border-bottom: 1px solid rgba(153, 153, 153, 0.3); }
    .deagan-archive-instruments ul a {
      font-size: 1.125rem;
      color: #555555;
      display: block;
      padding: 1rem 0; }
    .deagan-archive-instruments ul img {
      float: right;
      margin: 0.5rem 2.5rem 0 0; }

.deagan-archive-instrument__image {
  background-color: white; }
  @media screen and (max-width: 39.9375em) {
    .deagan-archive-instrument__image {
      margin-right: -2.25rem;
      margin-left: -2.25rem;
      height: 5.75rem;
      overflow: hidden; } }

a.quarterly-flipbook {
  padding-bottom: 1rem;
  font-size: 0.8125rem; }

.flipbook {
  display: none; }
  .flipbook-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200; }
  .flipbook-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.85); }
  .flipbook-frame {
    position: absolute;
    top: 10%;
    border: 1px solid #707070;
    background-color: white;
    width: 688px;
    height: 507px;
    margin: 0 auto; }
    .flipbook-frame img {
      height: 100%; }
    @media screen and (max-width: 39.9375em) {
      .flipbook-frame {
        top: 25%;
        width: 95%;
        height: 280px; } }
  .flipbook-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }

body.deagan-archives-instrument {
  background-color: #ab2612; }

.body-bg--deagan-archive {
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/deagan-archive-detail-background-gradient.png");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 56.25rem; }

body.deagan-archives-instrument .page-body-block {
  padding-top: 8.6875rem; }

.page__body--deagan-archives-instrument .breadcrumbs a {
  color: white; }

.page__body--deagan-archives-instrument .breadcrumbs ul {
  list-style-type: none;
  margin: 0; }
  .page__body--deagan-archives-instrument .breadcrumbs ul li {
    display: inline-block;
    color: white;
    margin-right: 1rem; }
    .page__body--deagan-archives-instrument .breadcrumbs ul li:first-child a {
      color: rgba(255, 255, 255, 0.5); }
      .page__body--deagan-archives-instrument .breadcrumbs ul li:first-child a:hover {
        color: white; }
    .page__body--deagan-archives-instrument .breadcrumbs ul li.divider {
      color: rgba(255, 255, 255, 0.5); }

.page__body--deagan-archives-instrument h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: white;
  margin: 1.5rem 0; }

.page__body--deagan-archives-instrument .description {
  margin-bottom: 3.5rem; }
  .page__body--deagan-archives-instrument .description p {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    color: white; }

.page__body--deagan-archives-instrument .tables thead {
  background-color: #333333;
  color: white;
  border: none; }

.page__body--deagan-archives-instrument .tables th {
  font-size: 0.75rem;
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
  padding-left: 0; }

.page__body--deagan-archives-instrument .tables h1 {
  font-size: 1.25rem;
  margin-top: 0; }

.page__body--deagan-archives-instrument .tables tbody tr:nth-child(even) {
  background-color: white; }

.page__body--deagan-archives-instrument .tables tr:first-child td {
  padding-top: 2.5rem; }

.page__body--deagan-archives-instrument .tables tr:last-child td {
  padding-top: 2.5rem;
  border: none; }

.page__body--deagan-archives-instrument .tables td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  color: #7f7f7f;
  padding-left: 0; }
  .page__body--deagan-archives-instrument .tables td.padding {
    border-bottom: none;
    padding-left: 1rem; }

.page__body--deagan-archives-instrument .tables .footnote {
  font-size: 0.75rem;
  font-style: italic;
  color: white;
  padding-right: 25%; }

.page__body--deagan-archives-instrument section.table {
  margin-bottom: 2.5rem; }
  .page__body--deagan-archives-instrument section.table .description {
    margin-bottom: 1rem; }
    .page__body--deagan-archives-instrument section.table .description p {
      font-size: 0.875rem;
      line-height: 1.125rem; }

.page__body--deagan-archives-instrument .table-scroll {
  overflow: hidden; }
  .page__body--deagan-archives-instrument .table-scroll table {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .page__body--deagan-archives-instrument .table-scroll table {
        min-width: 60.625rem; } }
  @media screen and (max-width: 39.9375em) {
    .page__body--deagan-archives-instrument .table-scroll {
      overflow-x: auto; } }

.deagan-comment-form {
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 0.25rem;
  margin-top: 1.5rem; }
  @media print, screen and (min-width: 64em) {
    .deagan-comment-form input[type="text"], .deagan-comment-form input[type="email"] {
      width: 45%; } }
  .deagan-comment-form textarea {
    min-height: 8.0625rem; }
  .deagan-comment-form .error {
    font-size: 0.75rem;
    color: #e2791d; }
  .deagan-comment-form__success {
    background-color: #ac2713;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 16px;
    margin: 8px 0 16px;
    color: #fff; }

.deagan-comment-comments {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(155, 155, 155, 0.4); }

.deagan-comment {
  margin-bottom: 0.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(155, 155, 155, 0.4); }
  .deagan-comment:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .deagan-comment__created_at {
    font-size: 0.8125rem;
    margin-bottom: 1rem; }
  .deagan-comment__reply {
    margin-top: 1rem; }
    .deagan-comment__reply strong {
      display: block;
      margin-bottom: 0.25rem; }

.page__body--instruments {
  background-color: #ac2713; }

.featured-block {
  height: 100vh;
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/page-products-background.png");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat; }
  .featured-block > .row > .columns {
    position: relative; }
  .featured-block .header {
    position: absolute;
    top: 3.5rem;
    left: 2rem;
    z-index: 2;
    opacity: 0.8; }
    @media print, screen and (min-width: 64em) {
      .featured-block .header {
        position: relative;
        opacity: 0.1;
        padding-bottom: 3.5rem; } }
    .featured-block .header img {
      max-width: 4.5rem; }
      @media screen and (max-width: 39.9375em) {
        .featured-block .header img {
          display: none; } }
      @media print, screen and (min-width: 64em) {
        .featured-block .header img {
          max-width: 7.3125rem; } }
    .featured-block .header h1, .featured-block .header small {
      color: white;
      font-size: 0.8125rem; }
      @media print, screen and (min-width: 64em) {
        .featured-block .header h1, .featured-block .header small {
          font-size: 1.2075rem; } }
    .featured-block .header h1 {
      font-size: 2.5rem;
      margin-bottom: -0.5rem; }
      @media print, screen and (min-width: 64em) {
        .featured-block .header h1 {
          font-size: 5.3525rem;
          margin-bottom: -1rem; } }
  .featured-block .header-photo-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: visible; }
    .featured-block .header-photo-block img {
      -webkit-transform: translateX(-105%);
      transform: translateX(-105%);
      opacity: 0.5; }
  .featured-block #more-products-below-arrow {
    position: absolute;
    z-index: 1000;
    width: 100%;
    text-align: center;
    bottom: 0; }
    .featured-block #more-products-below-arrow img {
      width: 7rem;
      cursor: pointer; }
      @media screen and (max-width: 39.9375em) {
        .featured-block #more-products-below-arrow img {
          width: 5rem; } }
    .featured-block #more-products-below-arrow small {
      font-size: 0.625rem;
      display: block;
      color: rgba(255, 255, 255, 0.72);
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
      margin-bottom: -1.5rem; }
      @media screen and (max-width: 39.9375em) {
        .featured-block #more-products-below-arrow small {
          margin-bottom: -4.75rem; } }
    .featured-block #more-products-below-arrow .arrows-down {
      position: absolute;
      bottom: 0;
      width: 100%; }

.product-list-block {
  padding-top: 6.1875rem;
  margin-bottom: 12.4375rem; }

.product {
  position: relative;
  display: block;
  height: 23.75rem;
  width: 100%;
  background-color: white;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem; }
  .product:hover .product-quick-view__button {
    display: block; }
  .product__thumbnail {
    height: 15rem;
    width: 100%;
    position: relative; }
    .product__thumbnail .product-quick-view__button {
      display: none;
      position: absolute;
      margin-bottom: -48px;
      padding: 16px 24px;
      border-radius: 5px;
      background-color: rgba(220, 112, 27, 0.86);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      font-size: 10px;
      color: #fff;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
      .product__thumbnail .product-quick-view__button:hover {
        background-color: #dc701b; }
    .product__thumbnail .product-img {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .product__sold-marker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: help; }
  .product__ok-to-play-marker {
    position: absolute;
    bottom: 16px;
    right: 0;
    z-index: 5; }
    .product__ok-to-play-marker-text {
      display: none;
      position: absolute;
      bottom: 46px;
      right: 8px;
      z-index: 16;
      color: #545454;
      font-size: 11px;
      pointer-events: none; }
      .product__ok-to-play-marker-text .context-box {
        background-color: #fff;
        padding: 4px 8px;
        max-width: 172px;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
      .product__ok-to-play-marker-text .wedge {
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        float: right; }
  .product__name {
    font-size: 0.875rem;
    color: #ac2713;
    display: block;
    margin-bottom: 16px; }
    .product__name:hover {
      color: #ac2713; }
  .product__location {
    font-size: 0.75rem;
    color: black;
    display: block; }
    .product__location:hover {
      color: black; }
  .product__price, .product__discount_price {
    font-size: 1.3125rem;
    color: #d95f29; }
    .product__price:hover, .product__discount_price:hover {
      color: #d95f29; }
  .product__price {
    margin-right: 1.5rem; }
    .product__price.strikethrough {
      -webkit-text-decoration-color: #d95f29 !important;
      text-decoration-color: #d95f29 !important; }
  .product__discount_price {
    color: #d95f29; }
  .product-prices {
    margin-bottom: 0.625rem; }
  .product-details {
    margin-top: 1.5rem;
    padding: 0 1.5rem 1.5rem; }
  .product-more {
    font-size: 0.8125rem;
    color: #555555;
    margin-top: 1.0625rem; }
    .product-more:hover {
      color: #555555; }
  .product-pagination .button {
    color: #302e2a;
    margin-right: 1rem;
    margin-bottom: 0;
    padding: 1.1875rem 1.625rem;
    background-color: #e4e0da; }
  .product-pagination-details {
    font-size: 1.125rem;
    color: white;
    background: transparent !important;
    opacity: 1 !important;
    cursor: default;
    margin-top: 1rem;
    display: block; }
    .product-pagination-details:hover {
      opacity: inherit;
      color: rgba(48, 46, 42, 0.6); }
    @media screen and (min-width: 75em) {
      .product-pagination-details {
        margin-top: 0;
        display: inline; } }

.featured-products {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }
  .featured-products-scroll-block {
    position: absolute;
    top: 32%;
    bottom: 0;
    overflow: visible;
    white-space: nowrap;
    margin-left: 16%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    @media print, screen and (min-width: 64em) {
      .featured-products-scroll-block {
        top: 25%;
        margin-left: 50%; } }
  .featured-products-pagination {
    position: absolute;
    right: 0;
    bottom: 8rem;
    left: 0;
    z-index: 5; }
    @media screen and (max-width: 39.9375em) {
      .featured-products-pagination {
        bottom: 5rem; } }
    .featured-products-pagination .button--dot {
      padding: 0;
      margin: 0.375rem 1.625rem;
      display: inline-block; }
      .featured-products-pagination .button--dot .dot {
        display: block;
        width: 0.4375rem;
        height: 0.4375rem;
        border-radius: 50% !important;
        background-color: white; }
      .featured-products-pagination .button--dot.active, .featured-products-pagination .button--dot:hover {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0.3125rem;
        margin: 0 1.25rem;
        border-radius: 50% !important; }

.featured-product {
  position: relative;
  z-index: 6;
  width: 15.0625rem;
  height: 20.3125rem;
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
  -webkit-transition: 1.6s ease-in-out;
  transition: 1.6s ease-in-out; }
  @media screen and (min-width: 75em) {
    .featured-product {
      width: 18.9375rem;
      height: 25.4375rem; } }
  .featured-product * {
    white-space: normal; }
  .featured-product-toggle-0 {
    margin-bottom: 2rem !important;
    margin-left: -2rem !important; }
  .featured-product-toggle-1 {
    margin-bottom: -2rem !important;
    margin-left: 2rem !important; }
  .featured-product .product__thumbnail {
    height: 16.1875rem;
    position: absolute;
    top: -1.875rem;
    left: -1.875rem;
    right: -1.875rem;
    z-index: 5;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: unset; }
    .featured-product .product__thumbnail .product-img {
      background-position: center top; }
    @media screen and (min-width: 75em) {
      .featured-product .product__thumbnail {
        background-size: contain;
        top: -3.125rem;
        left: -3.125rem;
        right: -3.125rem;
        height: 23.1875rem; } }
  .featured-product .product-details {
    position: absolute;
    bottom: 0.5rem;
    left: -0.5rem;
    z-index: 11; }
  .featured-product .product-more {
    font-size: 0.5625rem; }
  .featured-product.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 3rem 0 1rem;
    z-index: 5;
    -webkit-box-shadow: 46px 76px 46px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 46px 76px 46px 0px rgba(0, 0, 0, 0.46); }
    .featured-product.active .product__thumbnail {
      z-index: 10 !important; }

@media screen and (max-width: 1280px) {
  .featured-product {
    width: 15.63375rem;
    height: 21rem; } }

@media screen and (max-width: 375px) {
  .featured-product {
    width: 14.52375rem;
    height: 18.75rem; }
    .featured-product .product-details {
      bottom: 0; }
    .featured-product .product-prices, .featured-product .product__name {
      margin-bottom: 0; }
    .featured-product .product-more {
      margin-top: 0.5rem; }
    .featured-product .product__thumbnail {
      background-position: center center;
      background-size: contain; } }

.filter-block {
  margin-bottom: 3.375rem; }
  .filter-block .dropdown.menu li {
    margin-right: 0.5rem; }
    @media screen and (min-width: 75em) {
      .filter-block .dropdown.menu li {
        margin-right: 3rem; } }
  @media screen and (min-width: 75em) {
    .filter-block .dropdown.menu .menu-title {
      margin-right: 3.125rem; } }
  .filter-block .dropdown.menu .menu-title img {
    width: 1.125rem;
    margin-top: 0.3125rem; }
  .filter-block .dropdown.menu a {
    color: #f3eeea;
    font-size: 0.75rem; }
    .filter-block .dropdown.menu a::after {
      border-color: rgba(255, 255, 255, 0.4) transparent transparent !important; }
  .filter-block .is-dropdown-submenu {
    max-height: 9.6875rem;
    overflow-y: auto;
    z-index: 1000; }
    .filter-block .is-dropdown-submenu a {
      color: #302e2a !important; }
      .filter-block .is-dropdown-submenu a:hover {
        background-color: rgba(0, 0, 0, 0.1); }

a[rel="back-to-products"] {
  float: left;
  margin-top: -2.5rem;
  color: gray;
  font-size: 1rem; }
  a[rel="back-to-products"] span {
    font-size: 0.75rem; }

.hide-for-large .category-seo {
  margin-bottom: 2.5rem; }

.category-seo h2 {
  font-size: 2.665rem;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2rem;
  margin-bottom: 1.13125rem; }
  @media print, screen and (min-width: 40em) {
    .category-seo h2 {
      padding-right: 2.5rem; } }

.category-seo p {
  font-size: 1.2075rem;
  line-height: 31.18px;
  color: rgba(255, 255, 255, 0.72); }

.share-social {
  position: relative;
  z-index: 500;
  text-align: right;
  margin-top: -1rem;
  margin-right: 0.25rem;
  padding-bottom: 1rem;
  color: #373737; }
  .share-social a {
    color: #373737; }
  .share-social #share {
    display: none;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 99;
    text-align: left; }
    body.museum .share-social #share {
      top: 1.5rem;
      right: unset;
      left: 2rem; }
  .share-social:hover #share {
    display: block; }
  body.museum .share-social {
    float: left;
    margin-top: 0; }

#share {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5); }
  #share .jssocials-shares {
    width: 145px; }
    body.museum #share .jssocials-shares {
      width: 290px; }
  #share .jssocials-share {
    display: block; }
    body.museum #share .jssocials-share {
      display: inline-block;
      width: 135px; }
    #share .jssocials-share a {
      padding: 0.5rem 1rem; }
      body.museum #share .jssocials-share a {
        color: #373737; }
    #share .jssocials-share-label {
      padding-left: 0.5rem; }

.page__body--instrument {
  background-color: white;
  overflow: visible;
  padding-bottom: 5rem; }
  @media screen and (max-width: 89.9375em) {
    .page__body--instrument {
      min-height: 50rem; } }

.background-lettering {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10%;
  z-index: 1;
  overflow: hidden; }
  .background-lettering-text {
    font-size: 36.26125rem;
    color: rgba(229, 229, 229, 0.3);
    white-space: nowrap; }

.product-details-block {
  position: relative; }
  .product-details-block.product {
    height: auto;
    padding-top: 5.75rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .product-details-block.product {
        min-height: 56.25rem; } }
    @media screen and (min-width: 75em) {
      .product-details-block.product {
        padding-top: 10rem; } }
  .product-details-block > .row {
    position: relative;
    z-index: 2; }
  .product-details-block hr {
    border-color: #eeeeee; }
  .product-details-block .tooltip-block {
    position: relative;
    display: inline-block; }
  .product-details-block .question-mark {
    margin-left: 16px; }
  .product-details-block .discount-tag {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/discount-tag.svg");
    background-repeat: no-repeat;
    font-size: 0.875rem;
    color: #666666;
    padding: 0.5rem 0.8125rem;
    margin-top: -0.25rem;
    margin-left: 0.5rem;
    display: inline-block; }
    .product-details-block .discount-tag span {
      display: block;
      font-size: 0.625rem;
      margin-top: -0.125rem;
      margin-left: 0.25rem; }
  .product-details-block .tooltip {
    display: none;
    position: absolute;
    top: 0.5rem;
    left: 2.375rem;
    z-index: 15; }
    .product-details-block .tooltip .tooltip-carret {
      position: absolute;
      top: 0;
      left: -0.5625rem;
      width: 0.5625rem;
      height: 0.625rem;
      overflow: hidden; }
      .product-details-block .tooltip .tooltip-carret img {
        max-width: unset;
        width: 15.8125rem;
        height: 6.3125rem; }
    .product-details-block .tooltip span {
      display: inline-block;
      padding: 1rem 1.5rem;
      background-color: rgba(217, 217, 217, 0.5);
      width: 15.1875rem;
      font-size: 0.625rem; }
    .product-details-block .tooltip a {
      color: #459e45;
      text-decoration: underline; }
    .product-details-block .tooltip--down {
      top: 2rem;
      left: unset;
      right: 0.5rem;
      width: 10.3125rem; }
      .product-details-block .tooltip--down .tooltip-carret {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: -0.59375rem;
        left: unset;
        right: 0; }
      .product-details-block .tooltip--down span {
        width: unset;
        white-space: normal; }
  .product-details-block .product__name {
    font-size: 2.25rem;
    color: #ac2713;
    line-height: 2rem;
    margin-bottom: 1.5625rem; }
  .product-details-block .product__description {
    font-size: 1rem;
    color: #555555;
    line-height: 1.2rem;
    margin-bottom: 1.95rem; }
  .product-details-block .product__location, .product-details-block .product__condition, .product-details-block .product__consignment {
    font-size: 0.75rem; }
  .product-details-block .product__sold {
    display: inline-block;
    margin-left: 1.5rem;
    color: #ac2713;
    font-size: 1rem; }
  .product-details-block .product-prices {
    margin-top: 2.5rem; }
    .product-details-block .product-prices strong {
      font-size: 0.875rem; }
  .product-details-block .product__price {
    font-size: 1.7225rem; }
    .product-details-block .product__price.strikethrough {
      color: #9c9389;
      -webkit-text-decoration-color: #9c9389 !important;
      text-decoration-color: #9c9389 !important; }
    .product-details-block .product__price--sold {
      color: rgba(0, 0, 0, 0.2); }
  .product-details-block .product__discount_price {
    font-size: 1.895rem; }
  .product-details-block .product-actions {
    margin-top: 3.125rem; }
    .product-details-block .product-actions .button {
      font-size: 1.125rem;
      padding: 1.125rem 5.8125rem; }
  .product-details-block .product-have-a-question {
    margin-top: 3.125rem; }
    .product-details-block .product-have-a-question img {
      float: left;
      width: 2.5rem; }
    .product-details-block .product-have-a-question .have-a-question {
      font-size: 0.8125rem;
      color: #555555;
      line-height: 1rem;
      float: left;
      margin-left: 1.25rem; }
      .product-details-block .product-have-a-question .have-a-question small {
        font-size: 1rem;
        color: #d95f29;
        display: block;
        margin-top: 0.25rem; }
  .product-details-block .columns--image-zoom-block {
    position: absolute;
    top: 1rem;
    z-index: 50;
    padding-right: 0;
    opacity: 0; }
  .product-details-block .image-zoom-block {
    background-color: white;
    position: relative; }
    .product-details-block .image-zoom-block .sizer {
      width: 100%; }
    .product-details-block .image-zoom-block .zoom-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #b7b7b7;
      -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
      box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.4); }
  .product-details-block .image-block {
    position: relative;
    background-color: white;
    -webkit-box-shadow: 1.39437rem 1.60375rem 2.875rem rgba(0, 0, 0, 0.36);
    box-shadow: 1.39437rem 1.60375rem 2.875rem rgba(0, 0, 0, 0.36); }
    .product-details-block .image-block .sizer {
      width: 100%; }
    .product-details-block .image-block__preview-block .click-to-enlarge {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.29);
      cursor: pointer;
      opacity: 0; }
      .product-details-block .image-block__preview-block .click-to-enlarge span {
        display: block;
        padding: 2.5625rem 5.5rem;
        text-align: center;
        font-size: 0.9375rem;
        line-height: 1.5rem;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 0.25rem;
        -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16); }
        .product-details-block .image-block__preview-block .click-to-enlarge span strong {
          font-size: 0.75rem; }
    .product-details-block .image-block .whisker {
      position: absolute;
      top: 49%;
      z-index: 10;
      cursor: pointer; }
      @media screen and (min-width: 75em) {
        .product-details-block .image-block .whisker {
          top: 49.5%; } }
      .product-details-block .image-block .whisker--left {
        left: -1.36875rem; }
      .product-details-block .image-block .whisker--right {
        right: -1.36875rem; }
  @media screen and (max-height: 800px) {
    .product-details-block .image-block .sizer {
      max-height: 23.5rem; } }

.image-thumbs-block {
  width: inherit;
  height: 5.1225rem;
  margin-top: 2.5rem;
  margin-left: 0;
  position: relative; }
  .image-thumbs-block .image-thumbs-scroll {
    -webkit-transition: all 500ms;
    transition: all 500ms; }
  .image-thumbs-block .image-thumbs-frame {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden; }
  .image-thumbs-block .thumb {
    width: 3.67625rem;
    height: 3.67625rem;
    border: 3px solid #999999;
    border-radius: 50%;
    margin: 0 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    cursor: pointer; }
    .image-thumbs-block .thumb.active {
      width: 5.1225rem;
      height: 5.1225rem;
      border: none; }
      .image-thumbs-block .thumb.active .active-bg {
        width: inherit;
        height: inherit;
        background-color: rgba(217, 95, 41, 0.4);
        border-radius: 50%; }
  .image-thumbs-block .image-thumbs-page {
    position: absolute;
    top: 35%;
    cursor: pointer; }
    .image-thumbs-block .image-thumbs-page--left {
      left: -2rem;
      display: none; }
    .image-thumbs-block .image-thumbs-page--right {
      right: -2rem;
      display: none; }

.button.malletshop {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2791d+0,ac2713+99 */
  background: #e2791d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e2791d), color-stop(99%, #ac2713));
  background: linear-gradient(to bottom, #e2791d 0%, #ac2713 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2791d', endColorstr='#ac2713',GradientType=0 );
  /* IE6-9 */ }

.zoomContainer {
  display: none;
  z-index: 5; }

.zoomLens {
  z-index: 50 !important;
  max-height: 100%; }

.zoomWindowContainer {
  display: none;
  overflow: hidden !important; }
  .zoomWindowContainer .zoomWindow {
    background-color: transparent !important; }

.image-block .preview-content, .image-block [data-zoom-image], .lightbox__preview .preview-content, .lightbox__preview [data-zoom-image] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.image-block .photo, .lightbox__preview .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.image-block iframe, .lightbox__preview iframe {
  border-radius: 0.25rem; }

.lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  display: none; }

.lightbox-content {
  position: relative;
  height: 100vh; }

.lightbox-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.lightbox__preview {
  height: 100%; }
  .lightbox__preview .row, .lightbox__preview .columns {
    padding: 0;
    margin: 0;
    max-width: unset;
    width: 100%;
    height: 100%; }
  .lightbox__preview .row {
    position: relative;
    border-bottom: none; }
  .lightbox__preview [data-lightbox-close] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 201; }
  .lightbox__preview .preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.1); }

.lightbox__thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 14%;
  min-height: 7.1875rem;
  z-index: 201;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 500ms;
  transition: all 500ms; }
  .lightbox__thumbs .row {
    height: 100%; }
  .lightbox__thumbs .image-thumbs-block {
    height: 100%;
    margin-top: 0; }
    .lightbox__thumbs .image-thumbs-block .image-thumbs-page {
      top: 40%; }
  .lightbox__thumbs .image-thumbs-scroll {
    height: inherit; }

.product-prices__gigster-add-ons {
  margin-top: 16px; }
  .product-prices__gigster-add-ons strong {
    font-size: 12px !important; }
    .product-prices__gigster-add-ons strong small {
      font-weight: normal;
      font-size: 10px; }
  .product-prices__gigster-add-ons ul.gigster-add-ons {
    list-style-type: none;
    margin: 8px 0;
    padding: 0; }
  .product-prices__gigster-add-ons .gigster-add-ons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px; }
    .product-prices__gigster-add-ons .gigster-add-ons__item.selected .gigster-add-on__desc, .product-prices__gigster-add-ons .gigster-add-ons__item.selected .gigster-add-on__price {
      font-weight: 400;
      color: #575757; }
    .product-prices__gigster-add-ons .gigster-add-ons__item.selected .gigster-add-ons__radio {
      border-style: none;
      background-color: #DF7F36; }
  .product-prices__gigster-add-ons .gigster-add-ons__radio {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    border-radius: 50%;
    cursor: pointer; }
  .product-prices__gigster-add-ons .gigster-add-on__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 8px;
    color: #878787;
    font-weight: 400; }
    .product-prices__gigster-add-ons .gigster-add-on__desc a {
      font-size: 11px;
      color: #AA2917; }
  .product-prices__gigster-add-ons .gigster-add-on__price {
    color: #878787;
    font-weight: 400; }

.gigster-add-on__pricing-label {
  color: #302E2A;
  font-size: 16px; }

.review-scroll-block {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
  position: relative; }

.cover-and-bags-photos {
  padding-bottom: 3.5rem; }
  @media print, screen and (min-width: 64em) {
    .cover-and-bags-photos {
      padding-bottom: 0; } }
  .cover-and-bags-photos .photo-main {
    width: 21.375rem;
    height: 14.375rem; }
    @media screen and (max-width: 39.9375em) {
      .cover-and-bags-photos .photo-main {
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .cover-and-bags-photos .photo-main {
        width: 29.3125rem;
        height: 19.6875rem; } }
    .cover-and-bags-photos .photo-main img {
      max-height: 100%; }
  .cover-and-bags-photos .photo-thumbs {
    margin-top: 7.4375rem; }
  .cover-and-bags-photos .photo-thumb {
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid rgba(153, 153, 153, 0.4);
    border-right: none;
    float: left;
    padding: 0.5rem;
    cursor: pointer; }
    @media print, screen and (min-width: 64em) {
      .cover-and-bags-photos .photo-thumb {
        width: 5.875rem;
        height: 5.875rem; } }
    .cover-and-bags-photos .photo-thumb .image {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .cover-and-bags-photos .photo-thumb:last-child {
      border-right: 1px solid rgba(153, 153, 153, 0.4); }
    .cover-and-bags-photos .photo-thumb.active {
      border-bottom: 3px solid #e27634; }

.measuring-chart-list {
  background-color: white;
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  margin-top: 2rem; }
  .measuring-chart-list ul {
    list-style-type: none;
    margin: 0; }
  .measuring-chart-list li {
    border-bottom: 1px solid rgba(153, 153, 153, 0.4);
    padding: 1rem 0.5rem; }
    .measuring-chart-list li:last-child {
      border-bottom: none; }

.page__body--cart {
  background-color: white; }

.order-block {
  margin-top: 8.0625rem; }
  .order-block-side-bar {
    width: 22.1875rem;
    height: 44.1875rem;
    border-radius: 0.625rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2791d+0,ac2713+100 */
    background: #e2791d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#e2791d), to(#ac2713));
    background: linear-gradient(to bottom, #e2791d 0%, #ac2713 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2791d', endColorstr='#ac2713',GradientType=0 );
    /* IE6-9 */ }
    .order-block-side-bar h1 {
      font-size: 2.25rem;
      color: white;
      margin: 0;
      padding-top: 4.625rem;
      padding-left: 3.75rem; }
  @media screen and (max-width: 39.9375em) {
    .order-block button {
      width: 100%; } }

.cart-list, .order-form {
  margin-top: 1rem; }
  .cart-list h1, .order-form h1 {
    font-size: 1.5rem;
    color: #ac2713; }

.cart-list-item {
  border-top: 1px solid #eeeeee; }

.cart-list .item {
  position: relative;
  padding: 0.6875rem 0; }
  .cart-list .item__image {
    width: 9rem;
    height: 7.75rem;
    background-color: #eeeeee;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0.25rem; }
  .cart-list .item__title {
    font-size: 0.875rem;
    color: #333333; }
    @media screen and (min-width: 75em) {
      .cart-list .item__title {
        margin-top: 3.1875rem; } }
  .cart-list .item__details {
    font-size: 0.75rem;
    color: #e2791d; }
  .cart-list .item__quantity {
    margin-top: 0.5rem; }
    @media screen and (min-width: 75em) {
      .cart-list .item__quantity {
        margin-top: 2.8125rem; } }
    .cart-list .item__quantity span {
      font-size: 0.75rem;
      display: block;
      padding-top: 0.6875rem; }
    .cart-list .item__quantity select {
      border-radius: 0.25rem; }
  .cart-list .item-price-block {
    margin-top: 1.125rem; }
    @media screen and (min-width: 75em) {
      .cart-list .item-price-block {
        margin-top: 3.5rem; } }
  .cart-list .item__price {
    font-size: 0.875rem; }
  .cart-list .item__discount_price {
    font-size: 0.75rem;
    color: #666666;
    margin-top: -0.625rem;
    position: relative; }
    .cart-list .item__discount_price .discount-tag {
      background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/discount-tag.svg");
      background-repeat: no-repeat;
      height: 1rem;
      font-size: 0.5625rem;
      color: #666666;
      padding: 0.0625rem 0.25rem 0.0625rem 0.375rem;
      margin-top: -0.25rem;
      margin-left: 0.5rem;
      display: inline-block; }
  .cart-list .item .plus {
    font-size: 2.5rem;
    color: #e2791d;
    position: absolute;
    top: 2.5rem;
    right: 0; }
  .cart-list .item [data-remove-item] {
    display: block;
    margin-top: 0.5625rem;
    color: #333333;
    opacity: 0.5; }
    .cart-list .item [data-remove-item]:hover {
      opacity: 1.0; }

.cart-list-total-block {
  height: 3.6875rem;
  background-color: #333333;
  border-radius: 0.25rem;
  padding-top: 1.3125rem;
  margin-bottom: 2.5rem; }

.cart-list__total_price_label, .cart-list__total_price {
  font-size: 0.875rem;
  color: white; }

.cart-list__total_price {
  font-size: 1.125rem;
  margin-top: -0.1875rem; }

.order-form h1 {
  margin-bottom: 3.3125rem; }

.order-form [rel="checkout-back"] {
  margin-right: 1rem; }

.order-form select {
  border-radius: 0.25rem;
  margin-top: 0.75rem; }

.order-form .hyphen {
  float: left;
  margin-top: 2.5rem;
  margin-left: -1.1875rem; }

.order-form button {
  margin-top: 1.875rem;
  margin-bottom: 4rem; }

.checkout-steps {
  list-style-type: none;
  margin-top: 9.8125rem;
  margin-left: 3.875rem;
  margin-right: 3.875rem; }
  .checkout-steps li {
    font-size: 0.875rem;
    color: white;
    line-height: 1.05rem;
    opacity: 0.25;
    padding: 1.1875rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .checkout-steps li.active, .checkout-steps li.complete {
      opacity: 1.0; }
    .checkout-steps li.active {
      font-size: 1.125rem;
      line-height: 1.35rem; }
    .checkout-steps li.complete {
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      color: #e2791d; }
      .checkout-steps li.complete .step-number {
        border: 1px solid #e2791d; }
  .checkout-steps .step-number {
    border: 1px solid white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    margin-right: 1.6875rem; }

.cart-list--confirm .item__image {
  width: 6.5rem;
  height: 5.25rem; }

.cart-list--confirm .item__title {
  margin-top: 1.4375rem; }

.cart-list--confirm .item__quantity {
  margin-top: 1.3125rem; }

.cart-list--confirm .item-price-block {
  margin-top: 2rem; }

.cart-list--confirm .item .plus {
  top: 1.5rem; }

.cart-list--confirm .item select {
  margin-top: 0; }

.order-billing-and-shipping h1 {
  margin-bottom: 1.5rem; }

.thank-you-block {
  width: 39.8125rem;
  height: 21.875rem;
  border: 1px solid #999999;
  border-radius: 0.25rem;
  margin-top: 10.0625rem;
  margin-left: 6.4375rem; }
  .thank-you-block .thank-you {
    padding-left: 5rem; }
    .thank-you-block .thank-you h1 {
      font-size: 1.875rem;
      color: #ac2713;
      margin-bottom: 0; }
    .thank-you-block .thank-you h2 {
      font-size: 1.125rem;
      color: #ac2713; }
    .thank-you-block .thank-you p {
      font-size: 0.875rem; }

body.museum {
  background-color: black; }

.page__body--museum {
  overflow: unset;
  width: 100rem;
  height: 60rem;
  margin: auto;
  position: relative; }
  .page__body--museum .museum-arrow {
    position: absolute;
    top: 50%;
    z-index: 4; }
    .page__body--museum .museum-arrow-left {
      left: 4.5rem; }
    .page__body--museum .museum-arrow-right {
      right: 4.5rem; }

.museum-showcase {
  width: 100rem;
  height: 60rem;
  position: relative;
  z-index: 3; }

.museum-bg {
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/museum-background@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  .museum-bg--darker {
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/museum-background-darker.jpg");
    z-index: 2;
    opacity: 0; }

.museum-piece {
  position: absolute; }
  .museum-piece:nth-child(1) {
    width: 16.875rem;
    height: 16.875rem;
    top: 24.5625rem;
    left: 20.5625rem; }
  .museum-piece:nth-child(2) {
    width: 11.625rem;
    height: 11.625rem;
    top: 29.0625rem;
    left: 41.375rem; }
  .museum-piece:nth-child(3) {
    width: 20.75rem;
    height: 20.75rem;
    top: 23.5625rem;
    left: 60.625rem; }
  .museum-piece .display-name {
    font-size: 2rem;
    color: white;
    text-align: center;
    text-shadow: 3px 4px 5px black;
    display: none;
    float: left;
    width: 100%;
    margin-top: -2.5rem; }
  .museum-piece .image-block {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .museum-piece:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
    .museum-piece:hover .display-name {
      display: block; }
  .museum-piece-details {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100rem;
    height: 60rem;
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 10.0625rem; }

.museum-piece-details.instrument h1 {
  font-size: 2.25rem;
  color: white;
  line-height: 2.7rem; }

.museum-piece-details.instrument .info {
  margin-top: 3.40625rem; }
  .museum-piece-details.instrument .info h2 {
    font-size: 2.25rem;
    color: white;
    margin-bottom: -0.5rem; }
  .museum-piece-details.instrument .info .separator .bar {
    background-color: white;
    height: 0.125rem; }
  .museum-piece-details.instrument .info .separator--top .bar:first-child {
    display: block;
    width: 4.9375rem;
    height: 0.25rem; }
  .museum-piece-details.instrument .info .description {
    margin-top: 2.4375rem;
    height: 15.9375rem;
    overflow-y: auto;
    font-size: 0.875rem;
    font-style: italic;
    color: white;
    line-height: 1.62563rem; }
    .museum-piece-details.instrument .info .description-scroll {
      margin-top: 0.625rem;
      margin-bottom: 1.125rem;
      text-align: center; }
      .museum-piece-details.instrument .info .description-scroll-block {
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
  .museum-piece-details.instrument .info .share {
    margin-top: 1rem; }
    .museum-piece-details.instrument .info .share a {
      display: inline-block;
      margin-right: 0.5rem;
      color: white; }

.museum-piece-details.instrument .media-thumbs {
  margin-top: 4.5625rem; }
  .museum-piece-details.instrument .media-thumbs .scroll-up a, .museum-piece-details.instrument .media-thumbs .scroll-down a {
    display: block;
    text-align: center; }
  .museum-piece-details.instrument .media-thumbs .scroll-block {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .museum-piece-details.instrument .media-thumbs .thumbs {
    margin: 1.5rem 0;
    max-height: 26rem;
    overflow: hidden; }
    .museum-piece-details.instrument .media-thumbs .thumbs a {
      display: block;
      margin-bottom: 1rem;
      height: 8rem;
      border: 1px solid white;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }

.museum-piece-details-exit {
  margin-top: 7.625rem; }

.instrument-media-block {
  height: inherit;
  min-height: 47rem;
  margin-top: -3.8625rem;
  background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/active-view-background-glow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .instrument-media-block .image-preview {
    min-height: 47rem;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .instrument-media-block .sirv {
    width: 100%;
    min-height: 47rem; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(172, 39, 19, 0.96);
  -webkit-transition: all 1s;
  transition: all 1s;
  display: none; }
  .modal .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
  .modal__container {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal .container {
    width: 66.6875rem;
    height: 29.9375rem;
    background-color: white;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .modal .container {
        width: 90%; } }
    .modal .container__left {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 30rem;
      height: 100%;
      position: relative;
      border-radius: 1rem;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.55); }
      @media (max-width: 1024px) {
        .modal .container__left {
          width: 48%; } }
      .modal .container__left .gigster-logo {
        display: none; }
      .modal .container__left .background-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center; }
    .modal .container__right {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .modal .container__right:before {
        content: '';
        padding-left: 4rem; }
      .modal .container__right .mallet-shop-logo__bars {
        margin-top: 0.25rem; }
      .modal .container__right .body__text {
        font-size: 1rem;
        line-height: 2rem;
        padding-right: 2.5rem;
        margin-top: 2.5rem; }
      .modal .container__right .body__action {
        margin-top: 2.5rem; }
      .modal .container__right .body .button {
        padding: 1.125rem 3.125rem;
        font-size: 1rem;
        background: #d2611b; }
  @media screen and (max-width: 39.9375em) {
    .modal--default .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 84vh; }
      .modal--default .container__left {
        width: 100%;
        height: 40%; }
      .modal--default .container__right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .modal--default .container__right:before {
          padding-left: 1.5rem; }
        .modal--default .container__right .body {
          margin-top: 1rem; }
          .modal--default .container__right .body__text {
            margin-top: 1rem;
            line-height: 1.5rem;
            padding-right: 1.5rem; }
          .modal--default .container__right .body__action {
            margin-top: 1rem;
            padding-right: 1.5rem; }
          .modal--default .container__right .body .button {
            display: block; } }
  .modal--gigster {
    background-color: #678c91;
    background-image: url("https://malletshop-production.s3.us-east-1.amazonaws.com/assets/images/gigster-modal-background.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .modal--gigster .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 28.75rem;
      height: auto;
      background-color: transparent; }
      @media (max-width: 425px) {
        .modal--gigster .container {
          width: 90%; } }
      .modal--gigster .container__left {
        background: transparent;
        text-align: center; }
        @media (max-width: 1024px) {
          .modal--gigster .container__left {
            width: 100%; } }
        .modal--gigster .container__left .gigster-logo {
          display: inline-block; }
      .modal--gigster .container__right {
        text-align: center; }
        .modal--gigster .container__right .mallet-shop-logo {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .modal--gigster .container__right .mallet-shop-logo__bars {
            margin-top: 0.25rem; }
          .modal--gigster .container__right .mallet-shop-logo__malletshop {
            color: white; }
        .modal--gigster .container__right .body {
          width: 100%; }
          .modal--gigster .container__right .body__text {
            margin-top: 2.5rem;
            padding-right: 0;
            color: white;
            line-height: 2rem;
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.48); }
          .modal--gigster .container__right .body__action {
            margin-top: 2.5rem; }
        .modal--gigster .container__right:before {
          display: none; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: none; }

.dropdown-carret {
  margin-left: 0.5rem; }

@media screen and (max-width: 39.9375em) {
  .filter-block .dropdown.menu li {
    margin-right: 0; } }

@media screen and (max-width: 39.9375em) {
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 0.65625rem; } }

#google_translate_element {
  width: 10.625rem;
  margin: 48px auto;
  text-align: center; }
  #google_translate_element img {
    width: 25%; }

html.is-reveal-open {
  overflow-y: unset !important; }

body.instruments .reveal-overlay {
  background-color: rgba(222, 106, 46, 0.72); }

#quick-view-modal.reveal {
  overflow: hidden;
  border-radius: 0; }
  @media print, screen and (min-width: 40em) {
    #quick-view-modal.reveal {
      width: 72%;
      border-radius: 4px; } }
  @media print, screen and (min-width: 769px) {
    #quick-view-modal.reveal .modal-title {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 100; } }
  #quick-view-modal.reveal .modal-title-container {
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      #quick-view-modal.reveal .modal-title-container {
        padding-left: 2rem; } }
  #quick-view-modal.reveal .modal-title [data-close-quick-view] {
    position: absolute;
    right: 16px;
    top: 7px;
    width: 24px;
    height: 24px; }
  @media print, screen and (min-width: 769px) {
    #quick-view-modal.reveal .modal-title .mallet-shop-logo {
      margin-top: 13px; } }
  #quick-view-modal.reveal .modal-title .mallet-shop-logo__malletshop {
    margin-top: -6px; }
  #quick-view-modal.reveal .modal-title .mallet-shop-logo__bars .bar {
    background-color: #D84F24; }
  #quick-view-modal.reveal .image-preview {
    -webkit-box-shadow: 22px 25px 46px rgba(0, 0, 0, 0.36);
    box-shadow: 22px 25px 46px rgba(0, 0, 0, 0.36);
    border-radius: 4px;
    max-height: 273px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media print, screen and (min-width: 769px) {
      #quick-view-modal.reveal .image-preview {
        margin-left: -0.9375rem;
        max-height: unset; } }
  #quick-view-modal.reveal .columns--product-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #quick-view-modal.reveal .product--quick-view {
    height: auto; }
  #quick-view-modal.reveal .product__name {
    font-size: 1rem;
    font-weight: bold; }
    @media print, screen and (min-width: 769px) {
      #quick-view-modal.reveal .product__name {
        font-size: 2.25rem;
        font-weight: normal; } }
  #quick-view-modal.reveal .product__description {
    font-size: 0.875rem;
    width: inherit;
    max-height: 32px;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      #quick-view-modal.reveal .product__description {
        max-height: unset;
        overflow: unset; } }
    #quick-view-modal.reveal .product__description p {
      width: inherit;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media print, screen and (min-width: 40em) {
        #quick-view-modal.reveal .product__description p {
          overflow: unset;
          white-space: normal;
          text-overflow: unset; } }
  #quick-view-modal.reveal .product__price, #quick-view-modal.reveal .product__discount_price {
    font-size: 1.3125rem; }
    @media print, screen and (min-width: 40em) {
      #quick-view-modal.reveal .product__price, #quick-view-modal.reveal .product__discount_price {
        font-size: 1.875rem; } }
  #quick-view-modal.reveal .product-prices strong {
    font-size: 0.875rem; }
  #quick-view-modal.reveal .product-description-container {
    padding-left: 2rem;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      #quick-view-modal.reveal .product-description-container {
        margin-top: 2rem; } }
  #quick-view-modal.reveal .image-thumbs-block {
    margin-top: -1.625rem; }
    @media print, screen and (min-width: 769px) {
      #quick-view-modal.reveal .image-thumbs-block {
        margin-top: 1.5rem;
        height: auto; } }
    #quick-view-modal.reveal .image-thumbs-block .thumb {
      width: 2.46687rem;
      height: 2.46687rem; }
      #quick-view-modal.reveal .image-thumbs-block .thumb.active {
        width: 3.4375rem;
        height: 3.4375rem; }
  #quick-view-modal.reveal .view-full-details {
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #E0843B;
    padding: 24px 0;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      #quick-view-modal.reveal .view-full-details {
        position: relative;
        background-color: unset;
        left: unset;
        padding: unset;
        text-align: unset;
        margin-top: 1.5rem; } }
    @media print, screen and (min-width: 1025px) {
      #quick-view-modal.reveal .view-full-details {
        position: absolute; } }
    #quick-view-modal.reveal .view-full-details a {
      font-size: 1rem;
      font-weight: bold;
      color: #fff; }
      @media print, screen and (min-width: 40em) {
        #quick-view-modal.reveal .view-full-details a {
          font-size: 0.75rem;
          color: #555555; } }
    #quick-view-modal.reveal .view-full-details .arrow-gt {
      display: none;
      margin-left: 1rem; }
      @media print, screen and (min-width: 40em) {
        #quick-view-modal.reveal .view-full-details .arrow-gt {
          display: inline; } }
