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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto; }

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .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.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

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

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

.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; } }
  @media print, screen and (min-width: 64em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #6c6563;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #5d5755; }
  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.9; }

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.9;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #6c6563;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #5c5654;
    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: #6c6563;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #56514f;
      color: #fefefe; }
  .button.secondary {
    background-color: #832c2c;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #692323;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #6c6563;
    color: #6c6563; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #363332;
      color: #363332; }
    .button.hollow.primary {
      border: 1px solid #6c6563;
      color: #6c6563; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #363332;
        color: #363332; }
    .button.hollow.secondary {
      border: 1px solid #832c2c;
      color: #832c2c; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #421616;
        color: #421616; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #6c6563;
      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: #6c6563;
        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: #832c2c;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #6c6563; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #6c6563; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #832c2c; }
  .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; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #6c6563; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #6c6563 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #6c6563;
  color: #fefefe; }
  .badge.primary {
    background: #6c6563;
    color: #fefefe; }
  .badge.secondary {
    background: #832c2c;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #6c6563; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .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 {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #6c6563;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #56514f;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #832c2c;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #692323;
      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, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 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 {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      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: #e9e8e7;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #f2d9d9;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #6c6563;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.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; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > 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 #6c6563;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.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 #6c6563 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;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  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: #6c6563 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.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 {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #6c6563 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 #6c6563; }

@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: #6c6563 transparent transparent;
    right: 5px;
    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; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6c6563 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 #6c6563; } }

@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: #6c6563 transparent transparent;
    right: 5px;
    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; }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6c6563 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 #6c6563; } }

.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;
    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; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #6c6563 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 #6c6563; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #6c6563;
  color: #fefefe; }
  .label.primary {
    background: #6c6563;
    color: #fefefe; }
  .label.secondary {
    background: #832c2c;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  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: 1;
  -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-overlap {
    z-index: 10; }
    .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);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -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-overlap {
    z-index: 10; }
    .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);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -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; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .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;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #6c6563;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #6c6563; }
  .progress.secondary .progress-meter {
    background-color: #832c2c; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #6c6563; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #6c6563;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #5c5654; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #6c6563; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table 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: ' '; }
  .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: #6c6563; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #67605e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #6c6563; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #5d5755; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #6c6563; }

.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[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(108, 101, 99, 0.5);
            box-shadow: 0 0 6px 1px rgba(108, 101, 99, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #e6e6e6;
  color: #0a0a0a; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 15rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.mobile-menu,
.site-title-bar {
  background: none;
  padding: 30px 0 15px; }
  @media print, screen and (min-width: 64em) {
    .mobile-menu,
    .site-title-bar {
      display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important; } }

.site-desktop-title a {
  font-weight: bold; }

.mobile-menu {
  display: none; }

.mobile-menu .is-accordion-submenu-parent > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent > a::after {
  border-color: #6c6563 transparent transparent; }

.mobile-menu .is-accordion-submenu-parent.active > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

.mobile-menu .current_page_item > a,
.mobile-off-canvas-menu .current_page_item > a {
  font-weight: bold; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #6c6563 transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#nav-icon {
  width: 50px;
  height: 35px;
  position: relative;
  margin: 30px auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #6c6563;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 18px; }

#nav-icon span:nth-child(4) {
  top: 36px; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.nw-drop-cart {
  position: relative;
  display: block;
  min-width: 230px;
  min-height: 40px; }

.nw-drop-cart ul {
  list-style: none;
  margin: 0px; }

.nw-drop-cart ul li {
  background: transparent;
  padding: 4px 0; }

.nw-drop-cart ul li:after {
  content: "";
  display: block;
  clear: both; }

.nw-drop-cart ul li img {
  width: 32px;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  float: right;
  margin-left: 12px; }

.nw-drop-cart ul li a {
  font-weight: bold;
  text-decoration: none; }

.nw-cart-product-title a {
  display: block; }

.nw-drop-cart .quantity {
  width: 60px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  clear: both; }

.nw-drop-cart a.button {
  font-size: 12px;
  margin: 0;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  overflow: visible;
  padding: 6px 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #fff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c8bfc6;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#e0dadf));
  background: -webkit-linear-gradient(#f7f6f7, #e0dadf);
  background: -moz-linear-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  background: -moz-gradient(center top, #f7f6f7 0, #e0dadf 100%);
  white-space: nowrap;
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block; }

.nw-cart-contents {
  float: right;
  display: block;
  min-width: 60%;
  text-align: right; }

.nw-cart-drop-toggle {
  border-radius: 4px;
  overflow: hidden;
  float: right;
  cursor: pointer;
  padding: 8px 10px;
  width: 200px;
  line-height: 22px; }

.nw-cart-drop-content {
  border-radius: 4px;
  padding: 15px;
  position: relative;
  top: 6px;
  right: 0px;
  z-index: 100;
  min-width: 250px;
  overflow: hidden; }

.nw-hidden {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.nw-cart-container {
  clear: both;
  position: absolute;
  right: 0px; }

.nw-cart-container.nw-cart-side {
  right: auto;
  left: 0px; }

.nw-cart-container.nw-cart-side .nw-cart-drop-toggle {
  float: left; }

.nw-cart-icns {
  width: 20px;
  height: 20px;
  position: relative;
  float: left; }

.nw-cart-icns-shape {
  position: absolute;
  z-index: 99;
  width: 20px;
  height: 20px; }

.nw-cart-icns-color {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 98; }

.nw-cart-product-title {
  float: right;
  min-width: 180px;
  max-width: 180px; }

.nw-cart-product-title a {
  line-height: 16px; }

ul.product_list_widget li .nw-cart-product-title dl.variation {
  padding: 0;
  border: 0;
  font-size: 80%; }

.nw-cart-drop-content-in li {
  clear: both;
  overflow: hidden; }

.woocommerce ul.cart_list li .nw-cart-product-title img {
  margin-left: 12px; }

.ajax-remove-item {
  float: left;
  font-size: 30px; }

.total {
  margin: 10px 0px;
  text-align: right; }

.nw-buttons {
  list-style: none; }

.nw-buttons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px; }

.nw-cart-drop-content .ajax-remove-item {
  line-height: 98%; }

.nw-cart-drop-content.nw-cart-right ul.cart_list {
  padding: 0px; }

.nw-cart-drop-content.nw-cart-right ul.cart_list li .nw-cart-product-title img {
  margin-left: 12px;
  margin-right: 0px;
  float: right; }

.nw-cart-drop-content.nw-cart-right .nw-cart-product-title {
  float: right;
  text-align: right; }

.nw-cart-drop-content.nw-cart-right .ajax-remove-item {
  float: left; }

.nw-cart-drop-content.nw-cart-right ul.cart_list li .quantity {
  margin: 0px;
  display: block; }

.nw-cart-drop-content.nw-cart-right .buttons {
  margin: 0px; }

.nw-cart-drop-content.nw-cart-right .buttons a.button {
  padding: 6px 10px;
  margin: inherit; }

.nw-cart-drop-content.nw-cart-right .nw-cart-product-title a {
  display: block; }

.nw-cart-drop-content.nw-cart-right ul.cart_list li .quantity {
  display: inline; }

.nw-cart-drop-content.nw-cart-right .total {
  text-align: right; }

.nw-cart-drop-content.nw-cart-right .buttons {
  text-align: right; }

.nw-cart-drop-content.nw-cart-left ul.cart_list {
  padding: 0px; }

.nw-cart-drop-content.nw-cart-left ul.cart_list li .nw-cart-product-title img {
  margin-left: 0px;
  margin-right: 12px;
  float: left; }

.nw-cart-drop-content.nw-cart-left .nw-cart-product-title {
  float: left; }

.nw-cart-drop-content.nw-cart-left .nw-cart-product-title a {
  display: block; }

.nw-cart-drop-content.nw-cart-left .ajax-remove-item {
  float: right; }

.nw-cart-drop-content.nw-cart-left ul.cart_list li .quantity {
  margin: 0px;
  display: inline; }

.nw-cart-drop-content.nw-cart-left .buttons {
  margin: 0px; }

.nw-cart-drop-content.nw-cart-left .buttons a.button {
  padding: 6px 10px;
  margin: inherit; }

.nw-short-contents {
  letter-spacing: -2px;
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: 111;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  font-weight: bolder;
  display: none !important; }

/*
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
.icns-adcartfont {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px; }

.icns-adcartfont:before {
  content: "\61"; }

.icns-style1:before {
  content: "\61"; }

.icns-style2:before {
  content: "\62"; }

.icns-style3:before {
  content: "\63"; }

.icns-style4:before {
  content: "\64"; }

.icns-style5:before {
  content: "\65"; }

.icns-style6:before {
  content: "\66"; }

.icns-style7:before {
  content: "\67"; }

.icns-style8:before {
  content: "\68"; }

.icns-style9:before {
  content: "\69"; }

.icns-style10:before {
  content: "\6a"; }

.nw-message {
  position: absolute;
  z-index: 999;
  min-width: 100px;
  padding: 5px;
  border: 1px solid #819d2f;
  background: #ffffff;
  display: block;
  font-size: 90%;
  text-align: center;
  color: #819d2f;
  margin: 0 auto;
  opacity: 0; }

.nw-message:after, .nw-message:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.nw-message:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 5px;
  margin-top: -5px; }

.nw-message:before {
  border-color: rgba(129, 157, 47, 0);
  border-left-color: #819d2f;
  border-width: 6px;
  margin-top: -6px; }

.nw-message.arrow_top:after, .nw-message.arrow_top:before {
  bottom: 100%;
  left: 50%;
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.nw-message.arrow_top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px; }

.nw-message.arrow_top:before {
  border-color: rgba(129, 157, 47, 0);
  border-bottom-color: #819d2f;
  border-width: 6px;
  margin-left: -6px;
  margin-top: 0px; }

.nw-message.arrow_bottom:after, .nw-message.arrow_bottom:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.nw-message.arrow_bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
  margin-top: 0px; }

.nw-message.arrow_bottom:before {
  border-color: rgba(129, 157, 47, 0);
  border-top-color: #819d2f;
  border-width: 6px;
  margin-left: -6px;
  margin-top: 0px; }

.nw-visible-phone {
  display: none; }

.nw-hidden-phone {
  display: none; }

.nw-hidden-tablet {
  display: none; }

.nw-visible-tablet {
  display: none; }

.nw-visible-desktop {
  display: block; }

.nw-pull-right {
  float: right !important; }

.nw-pull-left {
  float: left !important;
  text-align: left; }

@media only screen and (max-width: 640px) {
  .nw-visible-phone {
    text-transform: capitalize; } }

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .nw-visible-desktop {
    display: none; }
  .nw-visible-phone {
    display: block; }
  .nw-hidden-phone {
    display: none; }
  .nw-cart-container {
    /*width: 90%;
    margin: 0 auto;
    left: 0px;*/ }
  .nw-cart-drop-toggle {
    float: right;
    clear: both;
    margin: 0 auto; }
  .nw-cart-drop-content {
    right: 0px;
    width: auto;
    left: 0px;
    min-width: auto; }
  .nw-cart-drop-content .buttons {
    margin-bottom: 0px; }
  .nw-cart-drop-content .buttons .button {
    margin-bottom: 15px; }
  .nw-cart-drop-toggle {
    width: auto; }
  .nw-drop-cart {
    width: auto; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .nw-visible-desktop {
    display: block; }
  .nw-visible-tablet {
    display: block; }
  .nw-hidden-tablet {
    display: none; }
  .nw-cart-drop-toggle {
    width: auto; }
  .nw-cart-drop-toggle {
    width: auto; }
  .nw-drop-cart {
    width: auto;
    min-width: 100%; } }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.rev_slider .rev-btn {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-weight: bold !important; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

@font-face {
  font-family: 'Icomoon-Ultimate';
  src: url("../fonts/Icomoon-Ultimate.eot?fdlb70");
  src: url("../fonts/Icomoon-Ultimate.eot?fdlb70#iefix") format("embedded-opentype"), url("../fonts/Icomoon-Ultimate.ttf?fdlb70") format("truetype"), url("../fonts/Icomoon-Ultimate.woff?fdlb70") format("woff"), url("../fonts/Icomoon-Ultimate.svg?fdlb70#Icomoon-Ultimate") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icmn-"], [class*="icmn-"] {
  font-family: 'Icomoon-Ultimate' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icmn-home:before {
  content: "\e900"; }

.icmn-home2:before {
  content: "\e901"; }

.icmn-home3:before {
  content: "\e902"; }

.icmn-home4:before {
  content: "\e903"; }

.icmn-home5:before {
  content: "\e904"; }

.icmn-home6:before {
  content: "\e905"; }

.icmn-home7:before {
  content: "\e906"; }

.icmn-home8:before {
  content: "\e907"; }

.icmn-home9:before {
  content: "\e908"; }

.icmn-office:before {
  content: "\e909"; }

.icmn-city:before {
  content: "\e90a"; }

.icmn-newspaper:before {
  content: "\e90b"; }

.icmn-magazine:before {
  content: "\e90c"; }

.icmn-design:before {
  content: "\e90d"; }

.icmn-pencil:before {
  content: "\e90e"; }

.icmn-pencil2:before {
  content: "\e90f"; }

.icmn-pencil3:before {
  content: "\e910"; }

.icmn-pencil4:before {
  content: "\e911"; }

.icmn-pencil5:before {
  content: "\e912"; }

.icmn-pencil6:before {
  content: "\e913"; }

.icmn-pencil7:before {
  content: "\e914"; }

.icmn-eraser:before {
  content: "\e915"; }

.icmn-eraser2:before {
  content: "\e916"; }

.icmn-eraser3:before {
  content: "\e917"; }

.icmn-quill:before {
  content: "\e918"; }

.icmn-quill2:before {
  content: "\e919"; }

.icmn-quill3:before {
  content: "\e91a"; }

.icmn-quill4:before {
  content: "\e91b"; }

.icmn-pen:before {
  content: "\e91c"; }

.icmn-pen-plus:before {
  content: "\e91d"; }

.icmn-pen-minus:before {
  content: "\e91e"; }

.icmn-pen2:before {
  content: "\e91f"; }

.icmn-pen3:before {
  content: "\e920"; }

.icmn-pen4:before {
  content: "\e921"; }

.icmn-pen5:before {
  content: "\e922"; }

.icmn-marker:before {
  content: "\e923"; }

.icmn-marker2:before {
  content: "\e924"; }

.icmn-blog:before {
  content: "\e925"; }

.icmn-blog2:before {
  content: "\e926"; }

.icmn-pen6:before {
  content: "\e927"; }

.icmn-brush:before {
  content: "\e928"; }

.icmn-spray:before {
  content: "\e929"; }

.icmn-palette:before {
  content: "\e92a"; }

.icmn-palette2:before {
  content: "\e92b"; }

.icmn-color-sampler:before {
  content: "\e92c"; }

.icmn-toggle:before {
  content: "\e92d"; }

.icmn-bucket:before {
  content: "\e92e"; }

.icmn-bucket2:before {
  content: "\e92f"; }

.icmn-gradient:before {
  content: "\e930"; }

.icmn-eyedropper:before {
  content: "\e931"; }

.icmn-eyedropper2:before {
  content: "\e932"; }

.icmn-eyedropper3:before {
  content: "\e933"; }

.icmn-droplet:before {
  content: "\e934"; }

.icmn-droplet2:before {
  content: "\e935"; }

.icmn-droplet-contrast:before {
  content: "\e936"; }

.icmn-color-clear:before {
  content: "\e937"; }

.icmn-paint-format:before {
  content: "\e938"; }

.icmn-stamp:before {
  content: "\e939"; }

.icmn-images:before {
  content: "\e93a"; }

.icmn-image:before {
  content: "\e93b"; }

.icmn-image2:before {
  content: "\e93c"; }

.icmn-image-compare:before {
  content: "\e93d"; }

.icmn-images2:before {
  content: "\e93e"; }

.icmn-image3:before {
  content: "\e93f"; }

.icmn-images3:before {
  content: "\e940"; }

.icmn-image4:before {
  content: "\e941"; }

.icmn-image5:before {
  content: "\e942"; }

.icmn-image6:before {
  content: "\e943"; }

.icmn-camera:before {
  content: "\e944"; }

.icmn-camera2:before {
  content: "\e945"; }

.icmn-camera3:before {
  content: "\e946"; }

.icmn-shutter:before {
  content: "\e947"; }

.icmn-headphones:before {
  content: "\e948"; }

.icmn-headset:before {
  content: "\e949"; }

.icmn-music:before {
  content: "\e94a"; }

.icmn-music2:before {
  content: "\e94b"; }

.icmn-music3:before {
  content: "\e94c"; }

.icmn-music4:before {
  content: "\e94d"; }

.icmn-music5:before {
  content: "\e94e"; }

.icmn-music6:before {
  content: "\e94f"; }

.icmn-album:before {
  content: "\e950"; }

.icmn-cassette:before {
  content: "\e951"; }

.icmn-tape:before {
  content: "\e952"; }

.icmn-piano:before {
  content: "\e953"; }

.icmn-guitar:before {
  content: "\e954"; }

.icmn-trumpet:before {
  content: "\e955"; }

.icmn-speakers:before {
  content: "\e956"; }

.icmn-play:before {
  content: "\e957"; }

.icmn-play2:before {
  content: "\e958"; }

.icmn-clapboard-play:before {
  content: "\e959"; }

.icmn-clapboard:before {
  content: "\e95a"; }

.icmn-media:before {
  content: "\e95b"; }

.icmn-presentation:before {
  content: "\e95c"; }

.icmn-movie:before {
  content: "\e95d"; }

.icmn-film:before {
  content: "\e95e"; }

.icmn-film2:before {
  content: "\e95f"; }

.icmn-film3:before {
  content: "\e960"; }

.icmn-film4:before {
  content: "\e961"; }

.icmn-video-camera:before {
  content: "\e962"; }

.icmn-video-camera2:before {
  content: "\e963"; }

.icmn-video-camera-slash:before {
  content: "\e964"; }

.icmn-video-camera3:before {
  content: "\e965"; }

.icmn-video-camera4:before {
  content: "\e966"; }

.icmn-video-camera-slash2:before {
  content: "\e967"; }

.icmn-video-camera5:before {
  content: "\e968"; }

.icmn-recording:before {
  content: "\e969"; }

.icmn-dice:before {
  content: "\e96a"; }

.icmn-gamepad:before {
  content: "\e96b"; }

.icmn-gamepad2:before {
  content: "\e96c"; }

.icmn-gamepad3:before {
  content: "\e96d"; }

.icmn-pacman:before {
  content: "\e96e"; }

.icmn-spades:before {
  content: "\e96f"; }

.icmn-clubs:before {
  content: "\e970"; }

.icmn-diamonds:before {
  content: "\e971"; }

.icmn-chess-king:before {
  content: "\e972"; }

.icmn-chess-queen:before {
  content: "\e973"; }

.icmn-chess-rook:before {
  content: "\e974"; }

.icmn-chess-bishop:before {
  content: "\e975"; }

.icmn-chess-knight:before {
  content: "\e976"; }

.icmn-chess-pawn:before {
  content: "\e977"; }

.icmn-chess:before {
  content: "\e978"; }

.icmn-bullhorn:before {
  content: "\e979"; }

.icmn-megaphone:before {
  content: "\e97a"; }

.icmn-new:before {
  content: "\e97b"; }

.icmn-connection:before {
  content: "\e97c"; }

.icmn-connection2:before {
  content: "\e97d"; }

.icmn-connection3:before {
  content: "\e97e"; }

.icmn-connection4:before {
  content: "\e97f"; }

.icmn-podcast:before {
  content: "\e980"; }

.icmn-station:before {
  content: "\e981"; }

.icmn-station2:before {
  content: "\e982"; }

.icmn-antenna:before {
  content: "\e983"; }

.icmn-satellite-dish:before {
  content: "\e984"; }

.icmn-satellite-dish2:before {
  content: "\e985"; }

.icmn-feed:before {
  content: "\e986"; }

.icmn-podcast2:before {
  content: "\e987"; }

.icmn-antenna2:before {
  content: "\e988"; }

.icmn-mic:before {
  content: "\e989"; }

.icmn-mic-off:before {
  content: "\e98a"; }

.icmn-mic2:before {
  content: "\e98b"; }

.icmn-mic-off2:before {
  content: "\e98c"; }

.icmn-mic3:before {
  content: "\e98d"; }

.icmn-mic4:before {
  content: "\e98e"; }

.icmn-mic5:before {
  content: "\e98f"; }

.icmn-book:before {
  content: "\e990"; }

.icmn-book2:before {
  content: "\e991"; }

.icmn-book-play:before {
  content: "\e992"; }

.icmn-book3:before {
  content: "\e993"; }

.icmn-bookmark:before {
  content: "\e994"; }

.icmn-books:before {
  content: "\e995"; }

.icmn-archive:before {
  content: "\e996"; }

.icmn-reading:before {
  content: "\e997"; }

.icmn-library:before {
  content: "\e998"; }

.icmn-library2:before {
  content: "\e999"; }

.icmn-graduation:before {
  content: "\e99a"; }

.icmn-file-text:before {
  content: "\e99b"; }

.icmn-profile:before {
  content: "\e99c"; }

.icmn-file-empty:before {
  content: "\e99d"; }

.icmn-file-empty2:before {
  content: "\e99e"; }

.icmn-files-empty:before {
  content: "\e99f"; }

.icmn-files-empty2:before {
  content: "\e9a0"; }

.icmn-file-plus:before {
  content: "\e9a1"; }

.icmn-file-plus2:before {
  content: "\e9a2"; }

.icmn-file-minus:before {
  content: "\e9a3"; }

.icmn-file-minus2:before {
  content: "\e9a4"; }

.icmn-file-download:before {
  content: "\e9a5"; }

.icmn-file-download2:before {
  content: "\e9a6"; }

.icmn-file-upload:before {
  content: "\e9a7"; }

.icmn-file-upload2:before {
  content: "\e9a8"; }

.icmn-file-check:before {
  content: "\e9a9"; }

.icmn-file-check2:before {
  content: "\e9aa"; }

.icmn-file-eye:before {
  content: "\e9ab"; }

.icmn-file-eye2:before {
  content: "\e9ac"; }

.icmn-file-text2:before {
  content: "\e9ad"; }

.icmn-file-text3:before {
  content: "\e9ae"; }

.icmn-file-picture:before {
  content: "\e9af"; }

.icmn-file-picture2:before {
  content: "\e9b0"; }

.icmn-file-music:before {
  content: "\e9b1"; }

.icmn-file-music2:before {
  content: "\e9b2"; }

.icmn-file-play:before {
  content: "\e9b3"; }

.icmn-file-play2:before {
  content: "\e9b4"; }

.icmn-file-video:before {
  content: "\e9b5"; }

.icmn-file-video2:before {
  content: "\e9b6"; }

.icmn-copy:before {
  content: "\e9b7"; }

.icmn-copy2:before {
  content: "\e9b8"; }

.icmn-file-zip:before {
  content: "\e9b9"; }

.icmn-file-zip2:before {
  content: "\e9ba"; }

.icmn-file-xml:before {
  content: "\e9bb"; }

.icmn-file-xml2:before {
  content: "\e9bc"; }

.icmn-file-css:before {
  content: "\e9bd"; }

.icmn-file-css2:before {
  content: "\e9be"; }

.icmn-file-presentation:before {
  content: "\e9bf"; }

.icmn-file-presentation2:before {
  content: "\e9c0"; }

.icmn-file-stats:before {
  content: "\e9c1"; }

.icmn-file-stats2:before {
  content: "\e9c2"; }

.icmn-file-locked:before {
  content: "\e9c3"; }

.icmn-file-locked2:before {
  content: "\e9c4"; }

.icmn-file-spreadsheet:before {
  content: "\e9c5"; }

.icmn-file-spreadsheet2:before {
  content: "\e9c6"; }

.icmn-copy3:before {
  content: "\e9c7"; }

.icmn-copy4:before {
  content: "\e9c8"; }

.icmn-paste:before {
  content: "\e9c9"; }

.icmn-paste2:before {
  content: "\e9ca"; }

.icmn-paste3:before {
  content: "\e9cb"; }

.icmn-paste4:before {
  content: "\e9cc"; }

.icmn-stack:before {
  content: "\e9cd"; }

.icmn-stack2:before {
  content: "\e9ce"; }

.icmn-stack3:before {
  content: "\e9cf"; }

.icmn-folder:before {
  content: "\e9d0"; }

.icmn-folder-search:before {
  content: "\e9d1"; }

.icmn-folder-download:before {
  content: "\e9d2"; }

.icmn-folder-upload:before {
  content: "\e9d3"; }

.icmn-folder-plus:before {
  content: "\e9d4"; }

.icmn-folder-plus2:before {
  content: "\e9d5"; }

.icmn-folder-minus:before {
  content: "\e9d6"; }

.icmn-folder-minus2:before {
  content: "\e9d7"; }

.icmn-folder-check:before {
  content: "\e9d8"; }

.icmn-folder-heart:before {
  content: "\e9d9"; }

.icmn-folder-remove:before {
  content: "\e9da"; }

.icmn-folder2:before {
  content: "\e9db"; }

.icmn-folder-open:before {
  content: "\e9dc"; }

.icmn-folder3:before {
  content: "\e9dd"; }

.icmn-folder4:before {
  content: "\e9de"; }

.icmn-folder-plus3:before {
  content: "\e9df"; }

.icmn-folder-minus3:before {
  content: "\e9e0"; }

.icmn-folder-plus4:before {
  content: "\e9e1"; }

.icmn-folder-minus4:before {
  content: "\e9e2"; }

.icmn-folder-download2:before {
  content: "\e9e3"; }

.icmn-folder-upload2:before {
  content: "\e9e4"; }

.icmn-folder-download3:before {
  content: "\e9e5"; }

.icmn-folder-upload3:before {
  content: "\e9e6"; }

.icmn-folder5:before {
  content: "\e9e7"; }

.icmn-folder-open2:before {
  content: "\e9e8"; }

.icmn-folder6:before {
  content: "\e9e9"; }

.icmn-folder-open3:before {
  content: "\e9ea"; }

.icmn-certificate:before {
  content: "\e9eb"; }

.icmn-cc:before {
  content: "\e9ec"; }

.icmn-price-tag:before {
  content: "\e9ed"; }

.icmn-price-tag2:before {
  content: "\e9ee"; }

.icmn-price-tags:before {
  content: "\e9ef"; }

.icmn-price-tag3:before {
  content: "\e9f0"; }

.icmn-price-tags2:before {
  content: "\e9f1"; }

.icmn-price-tag4:before {
  content: "\e9f2"; }

.icmn-price-tags3:before {
  content: "\e9f3"; }

.icmn-price-tag5:before {
  content: "\e9f4"; }

.icmn-price-tags4:before {
  content: "\e9f5"; }

.icmn-barcode:before {
  content: "\e9f6"; }

.icmn-barcode2:before {
  content: "\e9f7"; }

.icmn-qrcode:before {
  content: "\e9f8"; }

.icmn-ticket:before {
  content: "\e9f9"; }

.icmn-ticket2:before {
  content: "\e9fa"; }

.icmn-theater:before {
  content: "\e9fb"; }

.icmn-store:before {
  content: "\e9fc"; }

.icmn-store2:before {
  content: "\e9fd"; }

.icmn-cart:before {
  content: "\e9fe"; }

.icmn-cart2:before {
  content: "\e9ff"; }

.icmn-cart3:before {
  content: "\ea00"; }

.icmn-cart4:before {
  content: "\ea01"; }

.icmn-cart5:before {
  content: "\ea02"; }

.icmn-cart-add:before {
  content: "\ea03"; }

.icmn-cart-add2:before {
  content: "\ea04"; }

.icmn-cart-remove:before {
  content: "\ea05"; }

.icmn-basket:before {
  content: "\ea06"; }

.icmn-bag:before {
  content: "\ea07"; }

.icmn-bag2:before {
  content: "\ea08"; }

.icmn-percent:before {
  content: "\ea09"; }

.icmn-coins:before {
  content: "\ea0a"; }

.icmn-coin-dollar:before {
  content: "\ea0b"; }

.icmn-coin-euro:before {
  content: "\ea0c"; }

.icmn-coin-pound:before {
  content: "\ea0d"; }

.icmn-coin-yen:before {
  content: "\ea0e"; }

.icmn-piggy-bank:before {
  content: "\ea0f"; }

.icmn-wallet:before {
  content: "\ea10"; }

.icmn-cash:before {
  content: "\ea11"; }

.icmn-cash2:before {
  content: "\ea12"; }

.icmn-cash3:before {
  content: "\ea13"; }

.icmn-cash4:before {
  content: "\ea14"; }

.icmn-credit-card:before {
  content: "\ea15"; }

.icmn-credit-card2:before {
  content: "\ea16"; }

.icmn-calculator:before {
  content: "\ea17"; }

.icmn-calculator2:before {
  content: "\ea18"; }

.icmn-calculator3:before {
  content: "\ea19"; }

.icmn-chip:before {
  content: "\ea1a"; }

.icmn-lifebuoy:before {
  content: "\ea1b"; }

.icmn-phone:before {
  content: "\ea1c"; }

.icmn-phone2:before {
  content: "\ea1d"; }

.icmn-phone-slash:before {
  content: "\ea1e"; }

.icmn-phone-wave:before {
  content: "\ea1f"; }

.icmn-phone-plus:before {
  content: "\ea20"; }

.icmn-phone-minus:before {
  content: "\ea21"; }

.icmn-phone-plus2:before {
  content: "\ea22"; }

.icmn-phone-minus2:before {
  content: "\ea23"; }

.icmn-phone-incoming:before {
  content: "\ea24"; }

.icmn-phone-outgoing:before {
  content: "\ea25"; }

.icmn-phone3:before {
  content: "\ea26"; }

.icmn-phone-slash2:before {
  content: "\ea27"; }

.icmn-phone-wave2:before {
  content: "\ea28"; }

.icmn-phone-hang-up:before {
  content: "\ea29"; }

.icmn-phone-hang-up2:before {
  content: "\ea2a"; }

.icmn-address-book:before {
  content: "\ea2b"; }

.icmn-address-book2:before {
  content: "\ea2c"; }

.icmn-address-book3:before {
  content: "\ea2d"; }

.icmn-notebook:before {
  content: "\ea2e"; }

.icmn-at-sign:before {
  content: "\ea2f"; }

.icmn-envelop:before {
  content: "\ea30"; }

.icmn-envelop2:before {
  content: "\ea31"; }

.icmn-envelop3:before {
  content: "\ea32"; }

.icmn-envelop4:before {
  content: "\ea33"; }

.icmn-envelop5:before {
  content: "\ea34"; }

.icmn-mailbox:before {
  content: "\ea35"; }

.icmn-pushpin:before {
  content: "\ea36"; }

.icmn-pushpin2:before {
  content: "\ea37"; }

.icmn-location:before {
  content: "\ea38"; }

.icmn-location2:before {
  content: "\ea39"; }

.icmn-location3:before {
  content: "\ea3a"; }

.icmn-location4:before {
  content: "\ea3b"; }

.icmn-location5:before {
  content: "\ea3c"; }

.icmn-location6:before {
  content: "\ea3d"; }

.icmn-location7:before {
  content: "\ea3e"; }

.icmn-compass:before {
  content: "\ea3f"; }

.icmn-compass2:before {
  content: "\ea40"; }

.icmn-compass3:before {
  content: "\ea41"; }

.icmn-compass4:before {
  content: "\ea42"; }

.icmn-compass5:before {
  content: "\ea43"; }

.icmn-compass6:before {
  content: "\ea44"; }

.icmn-map:before {
  content: "\ea45"; }

.icmn-map2:before {
  content: "\ea46"; }

.icmn-map3:before {
  content: "\ea47"; }

.icmn-map4:before {
  content: "\ea48"; }

.icmn-map5:before {
  content: "\ea49"; }

.icmn-direction:before {
  content: "\ea4a"; }

.icmn-reset:before {
  content: "\ea4b"; }

.icmn-history:before {
  content: "\ea4c"; }

.icmn-clock:before {
  content: "\ea4d"; }

.icmn-clock2:before {
  content: "\ea4e"; }

.icmn-clock3:before {
  content: "\ea4f"; }

.icmn-clock4:before {
  content: "\ea50"; }

.icmn-watch:before {
  content: "\ea51"; }

.icmn-watch2:before {
  content: "\ea52"; }

.icmn-alarm:before {
  content: "\ea53"; }

.icmn-alarm-add:before {
  content: "\ea54"; }

.icmn-alarm-check:before {
  content: "\ea55"; }

.icmn-alarm-cancel:before {
  content: "\ea56"; }

.icmn-bell:before {
  content: "\ea57"; }

.icmn-bell2:before {
  content: "\ea58"; }

.icmn-bell3:before {
  content: "\ea59"; }

.icmn-bell-plus:before {
  content: "\ea5a"; }

.icmn-bell-minus:before {
  content: "\ea5b"; }

.icmn-bell-check:before {
  content: "\ea5c"; }

.icmn-bell-cross:before {
  content: "\ea5d"; }

.icmn-stopwatch:before {
  content: "\ea5e"; }

.icmn-calendar:before {
  content: "\ea5f"; }

.icmn-calendar2:before {
  content: "\ea60"; }

.icmn-calendar3:before {
  content: "\ea61"; }

.icmn-calendar4:before {
  content: "\ea62"; }

.icmn-calendar5:before {
  content: "\ea63"; }

.icmn-calendar-empty:before {
  content: "\ea64"; }

.icmn-calendar-day:before {
  content: "\ea65"; }

.icmn-calendar-week:before {
  content: "\ea66"; }

.icmn-printer:before {
  content: "\ea67"; }

.icmn-printer2:before {
  content: "\ea68"; }

.icmn-printer3:before {
  content: "\ea69"; }

.icmn-printer4:before {
  content: "\ea6a"; }

.icmn-shredder:before {
  content: "\ea6b"; }

.icmn-mouse:before {
  content: "\ea6c"; }

.icmn-mouse2:before {
  content: "\ea6d"; }

.icmn-mouse-left:before {
  content: "\ea6e"; }

.icmn-mouse-right:before {
  content: "\ea6f"; }

.icmn-keyboard:before {
  content: "\ea70"; }

.icmn-keyboard2:before {
  content: "\ea71"; }

.icmn-typewriter:before {
  content: "\ea72"; }

.icmn-display:before {
  content: "\ea73"; }

.icmn-display2:before {
  content: "\ea74"; }

.icmn-display3:before {
  content: "\ea75"; }

.icmn-display4:before {
  content: "\ea76"; }

.icmn-laptop:before {
  content: "\ea77"; }

.icmn-mobile:before {
  content: "\ea78"; }

.icmn-mobile2:before {
  content: "\ea79"; }

.icmn-tablet:before {
  content: "\ea7a"; }

.icmn-mobile3:before {
  content: "\ea7b"; }

.icmn-tv:before {
  content: "\ea7c"; }

.icmn-radio:before {
  content: "\ea7d"; }

.icmn-cabinet:before {
  content: "\ea7e"; }

.icmn-drawer:before {
  content: "\ea7f"; }

.icmn-drawer2:before {
  content: "\ea80"; }

.icmn-drawer-out:before {
  content: "\ea81"; }

.icmn-drawer-in:before {
  content: "\ea82"; }

.icmn-drawer3:before {
  content: "\ea83"; }

.icmn-box:before {
  content: "\ea84"; }

.icmn-box-add:before {
  content: "\ea85"; }

.icmn-box-remove:before {
  content: "\ea86"; }

.icmn-download:before {
  content: "\ea87"; }

.icmn-upload:before {
  content: "\ea88"; }

.icmn-floppy-disk:before {
  content: "\ea89"; }

.icmn-floppy-disks:before {
  content: "\ea8a"; }

.icmn-floppy-disks2:before {
  content: "\ea8b"; }

.icmn-floppy-disk2:before {
  content: "\ea8c"; }

.icmn-floppy-disk3:before {
  content: "\ea8d"; }

.icmn-disk:before {
  content: "\ea8e"; }

.icmn-disk2:before {
  content: "\ea8f"; }

.icmn-usb-stick:before {
  content: "\ea90"; }

.icmn-drive:before {
  content: "\ea91"; }

.icmn-server:before {
  content: "\ea92"; }

.icmn-database:before {
  content: "\ea93"; }

.icmn-database2:before {
  content: "\ea94"; }

.icmn-database3:before {
  content: "\ea95"; }

.icmn-database4:before {
  content: "\ea96"; }

.icmn-database-menu:before {
  content: "\ea97"; }

.icmn-database-add:before {
  content: "\ea98"; }

.icmn-database-remove:before {
  content: "\ea99"; }

.icmn-database-insert:before {
  content: "\ea9a"; }

.icmn-database-export:before {
  content: "\ea9b"; }

.icmn-database-upload:before {
  content: "\ea9c"; }

.icmn-database-refresh:before {
  content: "\ea9d"; }

.icmn-database-diff:before {
  content: "\ea9e"; }

.icmn-database-edit:before {
  content: "\ea9f"; }

.icmn-database-edit2:before {
  content: "\eaa0"; }

.icmn-database-check:before {
  content: "\eaa1"; }

.icmn-database-arrow:before {
  content: "\eaa2"; }

.icmn-database-time:before {
  content: "\eaa3"; }

.icmn-database-time2:before {
  content: "\eaa4"; }

.icmn-undo:before {
  content: "\eaa5"; }

.icmn-redo:before {
  content: "\eaa6"; }

.icmn-rotate-ccw:before {
  content: "\eaa7"; }

.icmn-rotate-cw:before {
  content: "\eaa8"; }

.icmn-rotate-ccw2:before {
  content: "\eaa9"; }

.icmn-rotate-cw2:before {
  content: "\eaaa"; }

.icmn-rotate-ccw3:before {
  content: "\eaab"; }

.icmn-rotate-cw3:before {
  content: "\eaac"; }

.icmn-flip-vertical:before {
  content: "\eaad"; }

.icmn-flip-vertical2:before {
  content: "\eaae"; }

.icmn-flip-horizontal:before {
  content: "\eaaf"; }

.icmn-flip-horizontal2:before {
  content: "\eab0"; }

.icmn-flip-vertical3:before {
  content: "\eab1"; }

.icmn-flip-vertical4:before {
  content: "\eab2"; }

.icmn-angle:before {
  content: "\eab3"; }

.icmn-shear:before {
  content: "\eab4"; }

.icmn-unite:before {
  content: "\eab5"; }

.icmn-subtract:before {
  content: "\eab6"; }

.icmn-interset:before {
  content: "\eab7"; }

.icmn-exclude:before {
  content: "\eab8"; }

.icmn-align-left:before {
  content: "\eab9"; }

.icmn-align-center-horizontal:before {
  content: "\eaba"; }

.icmn-align-right:before {
  content: "\eabb"; }

.icmn-align-top:before {
  content: "\eabc"; }

.icmn-align-center-vertical:before {
  content: "\eabd"; }

.icmn-align-bottom:before {
  content: "\eabe"; }

.icmn-undo2:before {
  content: "\eabf"; }

.icmn-redo2:before {
  content: "\eac0"; }

.icmn-forward:before {
  content: "\eac1"; }

.icmn-reply:before {
  content: "\eac2"; }

.icmn-reply-all:before {
  content: "\eac3"; }

.icmn-bubble:before {
  content: "\eac4"; }

.icmn-bubbles:before {
  content: "\eac5"; }

.icmn-bubbles2:before {
  content: "\eac6"; }

.icmn-bubble2:before {
  content: "\eac7"; }

.icmn-bubbles3:before {
  content: "\eac8"; }

.icmn-bubbles4:before {
  content: "\eac9"; }

.icmn-bubble-notification:before {
  content: "\eaca"; }

.icmn-bubbles5:before {
  content: "\eacb"; }

.icmn-bubbles6:before {
  content: "\eacc"; }

.icmn-bubble3:before {
  content: "\eacd"; }

.icmn-bubble-dots:before {
  content: "\eace"; }

.icmn-bubble-lines:before {
  content: "\eacf"; }

.icmn-bubble4:before {
  content: "\ead0"; }

.icmn-bubble-dots2:before {
  content: "\ead1"; }

.icmn-bubble-lines2:before {
  content: "\ead2"; }

.icmn-bubble5:before {
  content: "\ead3"; }

.icmn-bubble6:before {
  content: "\ead4"; }

.icmn-bubbles7:before {
  content: "\ead5"; }

.icmn-bubble7:before {
  content: "\ead6"; }

.icmn-bubbles8:before {
  content: "\ead7"; }

.icmn-bubble8:before {
  content: "\ead8"; }

.icmn-bubble-dots3:before {
  content: "\ead9"; }

.icmn-bubble-lines3:before {
  content: "\eada"; }

.icmn-bubble9:before {
  content: "\eadb"; }

.icmn-bubble-dots4:before {
  content: "\eadc"; }

.icmn-bubble-lines4:before {
  content: "\eadd"; }

.icmn-bubbles9:before {
  content: "\eade"; }

.icmn-bubbles10:before {
  content: "\eadf"; }

.icmn-bubble-blocked:before {
  content: "\eae0"; }

.icmn-bubble-quote:before {
  content: "\eae1"; }

.icmn-bubble-user:before {
  content: "\eae2"; }

.icmn-bubble-smiley:before {
  content: "\eae3"; }

.icmn-bubble-check:before {
  content: "\eae4"; }

.icmn-bubble-video:before {
  content: "\eae5"; }

.icmn-bubble-link:before {
  content: "\eae6"; }

.icmn-bubble-lock:before {
  content: "\eae7"; }

.icmn-bubble-star:before {
  content: "\eae8"; }

.icmn-bubble-heart:before {
  content: "\eae9"; }

.icmn-bubble-paperclip:before {
  content: "\eaea"; }

.icmn-bubble-cancel:before {
  content: "\eaeb"; }

.icmn-bubble-plus:before {
  content: "\eaec"; }

.icmn-bubble-minus:before {
  content: "\eaed"; }

.icmn-bubble-notification2:before {
  content: "\eaee"; }

.icmn-bubble-left:before {
  content: "\eaef"; }

.icmn-bubble-right:before {
  content: "\eaf0"; }

.icmn-bubble-first:before {
  content: "\eaf1"; }

.icmn-bubble-last:before {
  content: "\eaf2"; }

.icmn-bubble-reply:before {
  content: "\eaf3"; }

.icmn-bubble-forward:before {
  content: "\eaf4"; }

.icmn-bubble-reply2:before {
  content: "\eaf5"; }

.icmn-bubble-forward2:before {
  content: "\eaf6"; }

.icmn-user:before {
  content: "\eaf7"; }

.icmn-users:before {
  content: "\eaf8"; }

.icmn-user-plus:before {
  content: "\eaf9"; }

.icmn-user-minus:before {
  content: "\eafa"; }

.icmn-user-cancel:before {
  content: "\eafb"; }

.icmn-user-block:before {
  content: "\eafc"; }

.icmn-user-lock:before {
  content: "\eafd"; }

.icmn-user-check:before {
  content: "\eafe"; }

.icmn-users2:before {
  content: "\eaff"; }

.icmn-user2:before {
  content: "\eb00"; }

.icmn-users3:before {
  content: "\eb01"; }

.icmn-user-plus2:before {
  content: "\eb02"; }

.icmn-user-minus2:before {
  content: "\eb03"; }

.icmn-user-cancel2:before {
  content: "\eb04"; }

.icmn-user-block2:before {
  content: "\eb05"; }

.icmn-user-lock2:before {
  content: "\eb06"; }

.icmn-user-check2:before {
  content: "\eb07"; }

.icmn-user3:before {
  content: "\eb08"; }

.icmn-user4:before {
  content: "\eb09"; }

.icmn-user5:before {
  content: "\eb0a"; }

.icmn-user6:before {
  content: "\eb0b"; }

.icmn-users4:before {
  content: "\eb0c"; }

.icmn-user-tie:before {
  content: "\eb0d"; }

.icmn-user7:before {
  content: "\eb0e"; }

.icmn-users5:before {
  content: "\eb0f"; }

.icmn-collaboration:before {
  content: "\eb10"; }

.icmn-vcard:before {
  content: "\eb11"; }

.icmn-hat:before {
  content: "\eb12"; }

.icmn-bowtie:before {
  content: "\eb13"; }

.icmn-tie:before {
  content: "\eb14"; }

.icmn-hanger:before {
  content: "\eb15"; }

.icmn-tshirt:before {
  content: "\eb16"; }

.icmn-pants:before {
  content: "\eb17"; }

.icmn-shorts:before {
  content: "\eb18"; }

.icmn-sock:before {
  content: "\eb19"; }

.icmn-laundry:before {
  content: "\eb1a"; }

.icmn-quotes-left:before {
  content: "\eb1b"; }

.icmn-quotes-right:before {
  content: "\eb1c"; }

.icmn-quotes-left2:before {
  content: "\eb1d"; }

.icmn-quotes-right2:before {
  content: "\eb1e"; }

.icmn-hour-glass:before {
  content: "\eb1f"; }

.icmn-hour-glass2:before {
  content: "\eb20"; }

.icmn-hour-glass3:before {
  content: "\eb21"; }

.icmn-spinner:before {
  content: "\eb22"; }

.icmn-spinner2:before {
  content: "\eb23"; }

.icmn-spinner3:before {
  content: "\eb24"; }

.icmn-spinner4:before {
  content: "\eb25"; }

.icmn-spinner5:before {
  content: "\eb26"; }

.icmn-spinner6:before {
  content: "\eb27"; }

.icmn-spinner7:before {
  content: "\eb28"; }

.icmn-spinner8:before {
  content: "\eb29"; }

.icmn-spinner9:before {
  content: "\eb2a"; }

.icmn-spinner10:before {
  content: "\eb2b"; }

.icmn-spinner11:before {
  content: "\eb2c"; }

.icmn-microscope:before {
  content: "\eb2d"; }

.icmn-binoculars:before {
  content: "\eb2e"; }

.icmn-binoculars2:before {
  content: "\eb2f"; }

.icmn-search:before {
  content: "\eb30"; }

.icmn-zoom-in:before {
  content: "\eb31"; }

.icmn-zoom-out:before {
  content: "\eb32"; }

.icmn-search2:before {
  content: "\eb33"; }

.icmn-zoom-in2:before {
  content: "\eb34"; }

.icmn-zoom-out2:before {
  content: "\eb35"; }

.icmn-search3:before {
  content: "\eb36"; }

.icmn-search4:before {
  content: "\eb37"; }

.icmn-zoom-in3:before {
  content: "\eb38"; }

.icmn-zoom-out3:before {
  content: "\eb39"; }

.icmn-search5:before {
  content: "\eb3a"; }

.icmn-search6:before {
  content: "\eb3b"; }

.icmn-enlarge:before {
  content: "\eb3c"; }

.icmn-shrink:before {
  content: "\eb3d"; }

.icmn-enlarge2:before {
  content: "\eb3e"; }

.icmn-shrink2:before {
  content: "\eb3f"; }

.icmn-enlarge3:before {
  content: "\eb40"; }

.icmn-shrink3:before {
  content: "\eb41"; }

.icmn-enlarge4:before {
  content: "\eb42"; }

.icmn-shrink4:before {
  content: "\eb43"; }

.icmn-enlarge5:before {
  content: "\eb44"; }

.icmn-shrink5:before {
  content: "\eb45"; }

.icmn-enlarge6:before {
  content: "\eb46"; }

.icmn-shrink6:before {
  content: "\eb47"; }

.icmn-enlarge7:before {
  content: "\eb48"; }

.icmn-shrink7:before {
  content: "\eb49"; }

.icmn-key:before {
  content: "\eb4a"; }

.icmn-key2:before {
  content: "\eb4b"; }

.icmn-key3:before {
  content: "\eb4c"; }

.icmn-key4:before {
  content: "\eb4d"; }

.icmn-key5:before {
  content: "\eb4e"; }

.icmn-keyhole:before {
  content: "\eb4f"; }

.icmn-lock:before {
  content: "\eb50"; }

.icmn-lock2:before {
  content: "\eb51"; }

.icmn-lock3:before {
  content: "\eb52"; }

.icmn-lock4:before {
  content: "\eb53"; }

.icmn-unlocked:before {
  content: "\eb54"; }

.icmn-lock5:before {
  content: "\eb55"; }

.icmn-unlocked2:before {
  content: "\eb56"; }

.icmn-safe:before {
  content: "\eb57"; }

.icmn-wrench:before {
  content: "\eb58"; }

.icmn-wrench2:before {
  content: "\eb59"; }

.icmn-wrench3:before {
  content: "\eb5a"; }

.icmn-equalizer:before {
  content: "\eb5b"; }

.icmn-equalizer2:before {
  content: "\eb5c"; }

.icmn-equalizer3:before {
  content: "\eb5d"; }

.icmn-equalizer4:before {
  content: "\eb5e"; }

.icmn-cog:before {
  content: "\eb5f"; }

.icmn-cogs:before {
  content: "\eb60"; }

.icmn-cog2:before {
  content: "\eb61"; }

.icmn-cog3:before {
  content: "\eb62"; }

.icmn-cog4:before {
  content: "\eb63"; }

.icmn-cog5:before {
  content: "\eb64"; }

.icmn-cog6:before {
  content: "\eb65"; }

.icmn-cog7:before {
  content: "\eb66"; }

.icmn-factory:before {
  content: "\eb67"; }

.icmn-hammer:before {
  content: "\eb68"; }

.icmn-hammer-wrench:before {
  content: "\eb69"; }

.icmn-knife:before {
  content: "\eb6a"; }

.icmn-screwdriver:before {
  content: "\eb6b"; }

.icmn-screwdriver2:before {
  content: "\eb6c"; }

.icmn-magic-wand:before {
  content: "\eb6d"; }

.icmn-magic-wand2:before {
  content: "\eb6e"; }

.icmn-pulse:before {
  content: "\eb6f"; }

.icmn-pulse2:before {
  content: "\eb70"; }

.icmn-aid-kit:before {
  content: "\eb71"; }

.icmn-aid-kit2:before {
  content: "\eb72"; }

.icmn-stethoscope:before {
  content: "\eb73"; }

.icmn-ambulance:before {
  content: "\eb74"; }

.icmn-alarm2:before {
  content: "\eb75"; }

.icmn-pandage:before {
  content: "\eb76"; }

.icmn-pandage2:before {
  content: "\eb77"; }

.icmn-bug:before {
  content: "\eb78"; }

.icmn-bug2:before {
  content: "\eb79"; }

.icmn-syringe:before {
  content: "\eb7a"; }

.icmn-syringe2:before {
  content: "\eb7b"; }

.icmn-pill:before {
  content: "\eb7c"; }

.icmn-construction:before {
  content: "\eb7d"; }

.icmn-traffic-cone:before {
  content: "\eb7e"; }

.icmn-traffic-lights:before {
  content: "\eb7f"; }

.icmn-pie-chart:before {
  content: "\eb80"; }

.icmn-pie-chart2:before {
  content: "\eb81"; }

.icmn-pie-chart3:before {
  content: "\eb82"; }

.icmn-pie-chart4:before {
  content: "\eb83"; }

.icmn-pie-chart5:before {
  content: "\eb84"; }

.icmn-pie-chart6:before {
  content: "\eb85"; }

.icmn-pie-chart7:before {
  content: "\eb86"; }

.icmn-stats-dots:before {
  content: "\eb87"; }

.icmn-stats-bars:before {
  content: "\eb88"; }

.icmn-pie-chart8:before {
  content: "\eb89"; }

.icmn-stats-bars2:before {
  content: "\eb8a"; }

.icmn-stats-bars3:before {
  content: "\eb8b"; }

.icmn-stats-bars4:before {
  content: "\eb8c"; }

.icmn-stats-bars5:before {
  content: "\eb8d"; }

.icmn-stats-bars6:before {
  content: "\eb8e"; }

.icmn-chart:before {
  content: "\eb8f"; }

.icmn-stats-growth:before {
  content: "\eb90"; }

.icmn-stats-decline:before {
  content: "\eb91"; }

.icmn-stats-growth2:before {
  content: "\eb92"; }

.icmn-stats-decline2:before {
  content: "\eb93"; }

.icmn-stairs-up:before {
  content: "\eb94"; }

.icmn-stairs-down:before {
  content: "\eb95"; }

.icmn-stairs:before {
  content: "\eb96"; }

.icmn-stairs2:before {
  content: "\eb97"; }

.icmn-ladder:before {
  content: "\eb98"; }

.icmn-rating:before {
  content: "\eb99"; }

.icmn-rating2:before {
  content: "\eb9a"; }

.icmn-rating3:before {
  content: "\eb9b"; }

.icmn-cake:before {
  content: "\eb9c"; }

.icmn-podium:before {
  content: "\eb9d"; }

.icmn-stars:before {
  content: "\eb9e"; }

.icmn-medal-star:before {
  content: "\eb9f"; }

.icmn-medal:before {
  content: "\eba0"; }

.icmn-medal2:before {
  content: "\eba1"; }

.icmn-medal-first:before {
  content: "\eba2"; }

.icmn-medal-second:before {
  content: "\eba3"; }

.icmn-medal-third:before {
  content: "\eba4"; }

.icmn-crown:before {
  content: "\eba5"; }

.icmn-trophy:before {
  content: "\eba6"; }

.icmn-trophy2:before {
  content: "\eba7"; }

.icmn-trophy3:before {
  content: "\eba8"; }

.icmn-diamond:before {
  content: "\eba9"; }

.icmn-diamond2:before {
  content: "\ebaa"; }

.icmn-trophy4:before {
  content: "\ebab"; }

.icmn-gift:before {
  content: "\ebac"; }

.icmn-gift2:before {
  content: "\ebad"; }

.icmn-balloon:before {
  content: "\ebae"; }

.icmn-pipe:before {
  content: "\ebaf"; }

.icmn-mustache:before {
  content: "\ebb0"; }

.icmn-mustache2:before {
  content: "\ebb1"; }

.icmn-glass:before {
  content: "\ebb2"; }

.icmn-glass2:before {
  content: "\ebb3"; }

.icmn-glass3:before {
  content: "\ebb4"; }

.icmn-glass4:before {
  content: "\ebb5"; }

.icmn-bottle:before {
  content: "\ebb6"; }

.icmn-bottle2:before {
  content: "\ebb7"; }

.icmn-bottle3:before {
  content: "\ebb8"; }

.icmn-bottle4:before {
  content: "\ebb9"; }

.icmn-mug:before {
  content: "\ebba"; }

.icmn-fork-knife:before {
  content: "\ebbb"; }

.icmn-spoon-knife:before {
  content: "\ebbc"; }

.icmn-cook:before {
  content: "\ebbd"; }

.icmn-plate:before {
  content: "\ebbe"; }

.icmn-steak:before {
  content: "\ebbf"; }

.icmn-fish:before {
  content: "\ebc0"; }

.icmn-chicken:before {
  content: "\ebc1"; }

.icmn-hamburger:before {
  content: "\ebc2"; }

.icmn-pizza:before {
  content: "\ebc3"; }

.icmn-cheese:before {
  content: "\ebc4"; }

.icmn-bread:before {
  content: "\ebc5"; }

.icmn-icecream:before {
  content: "\ebc6"; }

.icmn-milk:before {
  content: "\ebc7"; }

.icmn-cup:before {
  content: "\ebc8"; }

.icmn-cup2:before {
  content: "\ebc9"; }

.icmn-coffee-bean:before {
  content: "\ebca"; }

.icmn-coffee:before {
  content: "\ebcb"; }

.icmn-teapot:before {
  content: "\ebcc"; }

.icmn-leaf:before {
  content: "\ebcd"; }

.icmn-leaf2:before {
  content: "\ebce"; }

.icmn-apple:before {
  content: "\ebcf"; }

.icmn-grapes:before {
  content: "\ebd0"; }

.icmn-cherry:before {
  content: "\ebd1"; }

.icmn-tree:before {
  content: "\ebd2"; }

.icmn-tree2:before {
  content: "\ebd3"; }

.icmn-tree3:before {
  content: "\ebd4"; }

.icmn-tree4:before {
  content: "\ebd5"; }

.icmn-cactus:before {
  content: "\ebd6"; }

.icmn-mountains:before {
  content: "\ebd7"; }

.icmn-paw:before {
  content: "\ebd8"; }

.icmn-footprint:before {
  content: "\ebd9"; }

.icmn-tent:before {
  content: "\ebda"; }

.icmn-flower:before {
  content: "\ebdb"; }

.icmn-flower2:before {
  content: "\ebdc"; }

.icmn-rocket:before {
  content: "\ebdd"; }

.icmn-meter:before {
  content: "\ebde"; }

.icmn-meter2:before {
  content: "\ebdf"; }

.icmn-meter-slow:before {
  content: "\ebe0"; }

.icmn-meter-medium:before {
  content: "\ebe1"; }

.icmn-meter-fast:before {
  content: "\ebe2"; }

.icmn-meter3:before {
  content: "\ebe3"; }

.icmn-hammer2:before {
  content: "\ebe4"; }

.icmn-balance:before {
  content: "\ebe5"; }

.icmn-scale:before {
  content: "\ebe6"; }

.icmn-bomb:before {
  content: "\ebe7"; }

.icmn-fire:before {
  content: "\ebe8"; }

.icmn-fire2:before {
  content: "\ebe9"; }

.icmn-lab:before {
  content: "\ebea"; }

.icmn-atom:before {
  content: "\ebeb"; }

.icmn-atom2:before {
  content: "\ebec"; }

.icmn-magnet:before {
  content: "\ebed"; }

.icmn-magnet2:before {
  content: "\ebee"; }

.icmn-dumbbell:before {
  content: "\ebef"; }

.icmn-skull:before {
  content: "\ebf0"; }

.icmn-skull2:before {
  content: "\ebf1"; }

.icmn-lamp:before {
  content: "\ebf2"; }

.icmn-lamp2:before {
  content: "\ebf3"; }

.icmn-lamp3:before {
  content: "\ebf4"; }

.icmn-spotlight:before {
  content: "\ebf5"; }

.icmn-lamp4:before {
  content: "\ebf6"; }

.icmn-lamp5:before {
  content: "\ebf7"; }

.icmn-lamp6:before {
  content: "\ebf8"; }

.icmn-lamp7:before {
  content: "\ebf9"; }

.icmn-lamp8:before {
  content: "\ebfa"; }

.icmn-broom:before {
  content: "\ebfb"; }

.icmn-toiletpaper:before {
  content: "\ebfc"; }

.icmn-bin:before {
  content: "\ebfd"; }

.icmn-bin2:before {
  content: "\ebfe"; }

.icmn-bin3:before {
  content: "\ebff"; }

.icmn-bin4:before {
  content: "\ec00"; }

.icmn-bin5:before {
  content: "\ec01"; }

.icmn-briefcase:before {
  content: "\ec02"; }

.icmn-briefcase2:before {
  content: "\ec03"; }

.icmn-briefcase3:before {
  content: "\ec04"; }

.icmn-airplane:before {
  content: "\ec05"; }

.icmn-airplane2:before {
  content: "\ec06"; }

.icmn-airplane3:before {
  content: "\ec07"; }

.icmn-airplane4:before {
  content: "\ec08"; }

.icmn-paperplane:before {
  content: "\ec09"; }

.icmn-car:before {
  content: "\ec0a"; }

.icmn-steering-wheel:before {
  content: "\ec0b"; }

.icmn-car2:before {
  content: "\ec0c"; }

.icmn-gas:before {
  content: "\ec0d"; }

.icmn-bus:before {
  content: "\ec0e"; }

.icmn-truck:before {
  content: "\ec0f"; }

.icmn-bike:before {
  content: "\ec10"; }

.icmn-road:before {
  content: "\ec11"; }

.icmn-train:before {
  content: "\ec12"; }

.icmn-train2:before {
  content: "\ec13"; }

.icmn-ship:before {
  content: "\ec14"; }

.icmn-boat:before {
  content: "\ec15"; }

.icmn-chopper:before {
  content: "\ec16"; }

.icmn-chopper2:before {
  content: "\ec17"; }

.icmn-cube:before {
  content: "\ec18"; }

.icmn-cube2:before {
  content: "\ec19"; }

.icmn-cube3:before {
  content: "\ec1a"; }

.icmn-cube4:before {
  content: "\ec1b"; }

.icmn-pyramid:before {
  content: "\ec1c"; }

.icmn-pyramid2:before {
  content: "\ec1d"; }

.icmn-package:before {
  content: "\ec1e"; }

.icmn-puzzle:before {
  content: "\ec1f"; }

.icmn-puzzle2:before {
  content: "\ec20"; }

.icmn-puzzle3:before {
  content: "\ec21"; }

.icmn-puzzle4:before {
  content: "\ec22"; }

.icmn-glasses-3d:before {
  content: "\ec23"; }

.icmn-glasses-3d2:before {
  content: "\ec24"; }

.icmn-glasses:before {
  content: "\ec25"; }

.icmn-glasses2:before {
  content: "\ec26"; }

.icmn-brain:before {
  content: "\ec27"; }

.icmn-accessibility:before {
  content: "\ec28"; }

.icmn-accessibility2:before {
  content: "\ec29"; }

.icmn-strategy:before {
  content: "\ec2a"; }

.icmn-target:before {
  content: "\ec2b"; }

.icmn-target2:before {
  content: "\ec2c"; }

.icmn-target3:before {
  content: "\ec2d"; }

.icmn-ammo:before {
  content: "\ec2e"; }

.icmn-gun:before {
  content: "\ec2f"; }

.icmn-gun-forbidden:before {
  content: "\ec30"; }

.icmn-shield:before {
  content: "\ec31"; }

.icmn-shield-check:before {
  content: "\ec32"; }

.icmn-shield-notice:before {
  content: "\ec33"; }

.icmn-shield2:before {
  content: "\ec34"; }

.icmn-shield3:before {
  content: "\ec35"; }

.icmn-shield4:before {
  content: "\ec36"; }

.icmn-soccer:before {
  content: "\ec37"; }

.icmn-football:before {
  content: "\ec38"; }

.icmn-archery:before {
  content: "\ec39"; }

.icmn-bow:before {
  content: "\ec3a"; }

.icmn-sword:before {
  content: "\ec3b"; }

.icmn-tennis:before {
  content: "\ec3c"; }

.icmn-pingpong:before {
  content: "\ec3d"; }

.icmn-baseball:before {
  content: "\ec3e"; }

.icmn-basketball:before {
  content: "\ec3f"; }

.icmn-golf:before {
  content: "\ec40"; }

.icmn-golf2:before {
  content: "\ec41"; }

.icmn-hockey:before {
  content: "\ec42"; }

.icmn-racing:before {
  content: "\ec43"; }

.icmn-finish:before {
  content: "\ec44"; }

.icmn-eight-ball:before {
  content: "\ec45"; }

.icmn-bowling:before {
  content: "\ec46"; }

.icmn-bowling2:before {
  content: "\ec47"; }

.icmn-power:before {
  content: "\ec48"; }

.icmn-power2:before {
  content: "\ec49"; }

.icmn-power3:before {
  content: "\ec4a"; }

.icmn-switch:before {
  content: "\ec4b"; }

.icmn-switch2:before {
  content: "\ec4c"; }

.icmn-power-cord:before {
  content: "\ec4d"; }

.icmn-power-cord2:before {
  content: "\ec4e"; }

.icmn-outlet:before {
  content: "\ec4f"; }

.icmn-clipboard:before {
  content: "\ec50"; }

.icmn-clipboard2:before {
  content: "\ec51"; }

.icmn-clipboard3:before {
  content: "\ec52"; }

.icmn-clipboard4:before {
  content: "\ec53"; }

.icmn-clipboard5:before {
  content: "\ec54"; }

.icmn-clipboard6:before {
  content: "\ec55"; }

.icmn-playlist:before {
  content: "\ec56"; }

.icmn-playlist-add:before {
  content: "\ec57"; }

.icmn-list-numbered:before {
  content: "\ec58"; }

.icmn-list:before {
  content: "\ec59"; }

.icmn-list2:before {
  content: "\ec5a"; }

.icmn-more:before {
  content: "\ec5b"; }

.icmn-more2:before {
  content: "\ec5c"; }

.icmn-grid:before {
  content: "\ec5d"; }

.icmn-grid2:before {
  content: "\ec5e"; }

.icmn-grid3:before {
  content: "\ec5f"; }

.icmn-grid4:before {
  content: "\ec60"; }

.icmn-grid5:before {
  content: "\ec61"; }

.icmn-grid6:before {
  content: "\ec62"; }

.icmn-grid7:before {
  content: "\ec63"; }

.icmn-tree5:before {
  content: "\ec64"; }

.icmn-tree6:before {
  content: "\ec65"; }

.icmn-tree7:before {
  content: "\ec66"; }

.icmn-lan:before {
  content: "\ec67"; }

.icmn-lan2:before {
  content: "\ec68"; }

.icmn-lan3:before {
  content: "\ec69"; }

.icmn-menu:before {
  content: "\ec6a"; }

.icmn-circle-small:before {
  content: "\ec6b"; }

.icmn-menu2:before {
  content: "\ec6c"; }

.icmn-menu3:before {
  content: "\ec6d"; }

.icmn-menu4:before {
  content: "\ec6e"; }

.icmn-menu5:before {
  content: "\ec6f"; }

.icmn-menu6:before {
  content: "\ec70"; }

.icmn-menu7:before {
  content: "\ec71"; }

.icmn-menu8:before {
  content: "\ec72"; }

.icmn-menu9:before {
  content: "\ec73"; }

.icmn-menu10:before {
  content: "\ec74"; }

.icmn-cloud:before {
  content: "\ec75"; }

.icmn-cloud-download:before {
  content: "\ec76"; }

.icmn-cloud-upload:before {
  content: "\ec77"; }

.icmn-cloud-check:before {
  content: "\ec78"; }

.icmn-cloud2:before {
  content: "\ec79"; }

.icmn-cloud-download2:before {
  content: "\ec7a"; }

.icmn-cloud-upload2:before {
  content: "\ec7b"; }

.icmn-cloud-check2:before {
  content: "\ec7c"; }

.icmn-download2:before {
  content: "\ec7d"; }

.icmn-download3:before {
  content: "\ec7e"; }

.icmn-upload2:before {
  content: "\ec7f"; }

.icmn-upload3:before {
  content: "\ec80"; }

.icmn-import:before {
  content: "\ec81"; }

.icmn-import2:before {
  content: "\ec82"; }

.icmn-download4:before {
  content: "\ec83"; }

.icmn-upload4:before {
  content: "\ec84"; }

.icmn-download5:before {
  content: "\ec85"; }

.icmn-upload5:before {
  content: "\ec86"; }

.icmn-download6:before {
  content: "\ec87"; }

.icmn-upload6:before {
  content: "\ec88"; }

.icmn-download7:before {
  content: "\ec89"; }

.icmn-upload7:before {
  content: "\ec8a"; }

.icmn-download8:before {
  content: "\ec8b"; }

.icmn-upload8:before {
  content: "\ec8c"; }

.icmn-download9:before {
  content: "\ec8d"; }

.icmn-upload9:before {
  content: "\ec8e"; }

.icmn-download10:before {
  content: "\ec8f"; }

.icmn-upload10:before {
  content: "\ec90"; }

.icmn-sphere:before {
  content: "\ec91"; }

.icmn-sphere2:before {
  content: "\ec92"; }

.icmn-sphere3:before {
  content: "\ec93"; }

.icmn-planet:before {
  content: "\ec94"; }

.icmn-planet2:before {
  content: "\ec95"; }

.icmn-earth:before {
  content: "\ec96"; }

.icmn-earth2:before {
  content: "\ec97"; }

.icmn-earth3:before {
  content: "\ec98"; }

.icmn-link:before {
  content: "\ec99"; }

.icmn-unlink:before {
  content: "\ec9a"; }

.icmn-link2:before {
  content: "\ec9b"; }

.icmn-unlink2:before {
  content: "\ec9c"; }

.icmn-link3:before {
  content: "\ec9d"; }

.icmn-unlink3:before {
  content: "\ec9e"; }

.icmn-link4:before {
  content: "\ec9f"; }

.icmn-unlink4:before {
  content: "\eca0"; }

.icmn-link5:before {
  content: "\eca1"; }

.icmn-unlink5:before {
  content: "\eca2"; }

.icmn-anchor:before {
  content: "\eca3"; }

.icmn-flag:before {
  content: "\eca4"; }

.icmn-flag2:before {
  content: "\eca5"; }

.icmn-flag3:before {
  content: "\eca6"; }

.icmn-flag4:before {
  content: "\eca7"; }

.icmn-flag5:before {
  content: "\eca8"; }

.icmn-flag6:before {
  content: "\eca9"; }

.icmn-flag7:before {
  content: "\ecaa"; }

.icmn-flag8:before {
  content: "\ecab"; }

.icmn-attachment:before {
  content: "\ecac"; }

.icmn-attachment2:before {
  content: "\ecad"; }

.icmn-eye:before {
  content: "\ecae"; }

.icmn-eye-plus:before {
  content: "\ecaf"; }

.icmn-eye-minus:before {
  content: "\ecb0"; }

.icmn-eye-blocked:before {
  content: "\ecb1"; }

.icmn-eye2:before {
  content: "\ecb2"; }

.icmn-eye-blocked2:before {
  content: "\ecb3"; }

.icmn-eye3:before {
  content: "\ecb4"; }

.icmn-eye-blocked3:before {
  content: "\ecb5"; }

.icmn-eye4:before {
  content: "\ecb6"; }

.icmn-bookmark2:before {
  content: "\ecb7"; }

.icmn-bookmark3:before {
  content: "\ecb8"; }

.icmn-bookmarks:before {
  content: "\ecb9"; }

.icmn-bookmark4:before {
  content: "\ecba"; }

.icmn-spotlight2:before {
  content: "\ecbb"; }

.icmn-starburst:before {
  content: "\ecbc"; }

.icmn-snowflake:before {
  content: "\ecbd"; }

.icmn-temperature:before {
  content: "\ecbe"; }

.icmn-temperature2:before {
  content: "\ecbf"; }

.icmn-weather-lightning:before {
  content: "\ecc0"; }

.icmn-weather-lightning2:before {
  content: "\ecc1"; }

.icmn-weather-rain:before {
  content: "\ecc2"; }

.icmn-weather-rain2:before {
  content: "\ecc3"; }

.icmn-weather-snow:before {
  content: "\ecc4"; }

.icmn-weather-snow2:before {
  content: "\ecc5"; }

.icmn-weather-cloud-wind:before {
  content: "\ecc6"; }

.icmn-weather-cloud-wind2:before {
  content: "\ecc7"; }

.icmn-weather-cloud-sun:before {
  content: "\ecc8"; }

.icmn-weather-cloud-sun2:before {
  content: "\ecc9"; }

.icmn-weather-cloudy:before {
  content: "\ecca"; }

.icmn-weather-cloudy2:before {
  content: "\eccb"; }

.icmn-weather-sun-wind:before {
  content: "\eccc"; }

.icmn-weather-sun-wind2:before {
  content: "\eccd"; }

.icmn-sun:before {
  content: "\ecce"; }

.icmn-sun2:before {
  content: "\eccf"; }

.icmn-moon:before {
  content: "\ecd0"; }

.icmn-day-night:before {
  content: "\ecd1"; }

.icmn-day-night2:before {
  content: "\ecd2"; }

.icmn-weather-windy:before {
  content: "\ecd3"; }

.icmn-fan:before {
  content: "\ecd4"; }

.icmn-umbrella:before {
  content: "\ecd5"; }

.icmn-sun3:before {
  content: "\ecd6"; }

.icmn-contrast:before {
  content: "\ecd7"; }

.icmn-brightness-contrast:before {
  content: "\ecd8"; }

.icmn-brightness-high:before {
  content: "\ecd9"; }

.icmn-brightness-medium:before {
  content: "\ecda"; }

.icmn-brightness-low:before {
  content: "\ecdb"; }

.icmn-bed:before {
  content: "\ecdc"; }

.icmn-bed2:before {
  content: "\ecdd"; }

.icmn-furniture:before {
  content: "\ecde"; }

.icmn-chair:before {
  content: "\ecdf"; }

.icmn-star-empty:before {
  content: "\ece0"; }

.icmn-star-empty2:before {
  content: "\ece1"; }

.icmn-star-full:before {
  content: "\ece2"; }

.icmn-star-empty3:before {
  content: "\ece3"; }

.icmn-star-half:before {
  content: "\ece4"; }

.icmn-star-full2:before {
  content: "\ece5"; }

.icmn-star:before {
  content: "\ece6"; }

.icmn-heart:before {
  content: "\ece7"; }

.icmn-heart2:before {
  content: "\ece8"; }

.icmn-heart3:before {
  content: "\ece9"; }

.icmn-heart4:before {
  content: "\ecea"; }

.icmn-heart-broken:before {
  content: "\eceb"; }

.icmn-heart5:before {
  content: "\ecec"; }

.icmn-heart6:before {
  content: "\eced"; }

.icmn-heart-broken2:before {
  content: "\ecee"; }

.icmn-heart7:before {
  content: "\ecef"; }

.icmn-heart8:before {
  content: "\ecf0"; }

.icmn-heart-broken3:before {
  content: "\ecf1"; }

.icmn-lips:before {
  content: "\ecf2"; }

.icmn-lips2:before {
  content: "\ecf3"; }

.icmn-thumbs-up:before {
  content: "\ecf4"; }

.icmn-thumbs-up2:before {
  content: "\ecf5"; }

.icmn-thumbs-down:before {
  content: "\ecf6"; }

.icmn-thumbs-down2:before {
  content: "\ecf7"; }

.icmn-thumbs-up3:before {
  content: "\ecf8"; }

.icmn-thumbs-down3:before {
  content: "\ecf9"; }

.icmn-height:before {
  content: "\ecfa"; }

.icmn-man:before {
  content: "\ecfb"; }

.icmn-woman:before {
  content: "\ecfc"; }

.icmn-man-woman:before {
  content: "\ecfd"; }

.icmn-male:before {
  content: "\ecfe"; }

.icmn-female:before {
  content: "\ecff"; }

.icmn-peace:before {
  content: "\ed00"; }

.icmn-yin-yang:before {
  content: "\ed01"; }

.icmn-happy:before {
  content: "\ed02"; }

.icmn-happy2:before {
  content: "\ed03"; }

.icmn-smile:before {
  content: "\ed04"; }

.icmn-smile2:before {
  content: "\ed05"; }

.icmn-tongue:before {
  content: "\ed06"; }

.icmn-tongue2:before {
  content: "\ed07"; }

.icmn-sad:before {
  content: "\ed08"; }

.icmn-sad2:before {
  content: "\ed09"; }

.icmn-wink:before {
  content: "\ed0a"; }

.icmn-wink2:before {
  content: "\ed0b"; }

.icmn-grin:before {
  content: "\ed0c"; }

.icmn-grin2:before {
  content: "\ed0d"; }

.icmn-cool:before {
  content: "\ed0e"; }

.icmn-cool2:before {
  content: "\ed0f"; }

.icmn-angry:before {
  content: "\ed10"; }

.icmn-angry2:before {
  content: "\ed11"; }

.icmn-evil:before {
  content: "\ed12"; }

.icmn-evil2:before {
  content: "\ed13"; }

.icmn-shocked:before {
  content: "\ed14"; }

.icmn-shocked2:before {
  content: "\ed15"; }

.icmn-baffled:before {
  content: "\ed16"; }

.icmn-baffled2:before {
  content: "\ed17"; }

.icmn-confused:before {
  content: "\ed18"; }

.icmn-confused2:before {
  content: "\ed19"; }

.icmn-neutral:before {
  content: "\ed1a"; }

.icmn-neutral2:before {
  content: "\ed1b"; }

.icmn-hipster:before {
  content: "\ed1c"; }

.icmn-hipster2:before {
  content: "\ed1d"; }

.icmn-wondering:before {
  content: "\ed1e"; }

.icmn-wondering2:before {
  content: "\ed1f"; }

.icmn-sleepy:before {
  content: "\ed20"; }

.icmn-sleepy2:before {
  content: "\ed21"; }

.icmn-frustrated:before {
  content: "\ed22"; }

.icmn-frustrated2:before {
  content: "\ed23"; }

.icmn-crying:before {
  content: "\ed24"; }

.icmn-crying2:before {
  content: "\ed25"; }

.icmn-cursor:before {
  content: "\ed26"; }

.icmn-cursor2:before {
  content: "\ed27"; }

.icmn-lasso:before {
  content: "\ed28"; }

.icmn-lasso2:before {
  content: "\ed29"; }

.icmn-select:before {
  content: "\ed2a"; }

.icmn-select2:before {
  content: "\ed2b"; }

.icmn-point-up:before {
  content: "\ed2c"; }

.icmn-point-right:before {
  content: "\ed2d"; }

.icmn-point-down:before {
  content: "\ed2e"; }

.icmn-point-left:before {
  content: "\ed2f"; }

.icmn-pointer:before {
  content: "\ed30"; }

.icmn-reminder:before {
  content: "\ed31"; }

.icmn-drag-left-right:before {
  content: "\ed32"; }

.icmn-drag-left:before {
  content: "\ed33"; }

.icmn-drag-right:before {
  content: "\ed34"; }

.icmn-touch:before {
  content: "\ed35"; }

.icmn-multitouch:before {
  content: "\ed36"; }

.icmn-touch-zoom:before {
  content: "\ed37"; }

.icmn-touch-pinch:before {
  content: "\ed38"; }

.icmn-hand:before {
  content: "\ed39"; }

.icmn-grab:before {
  content: "\ed3a"; }

.icmn-stack-empty:before {
  content: "\ed3b"; }

.icmn-stack-plus:before {
  content: "\ed3c"; }

.icmn-stack-minus:before {
  content: "\ed3d"; }

.icmn-stack-star:before {
  content: "\ed3e"; }

.icmn-stack-picture:before {
  content: "\ed3f"; }

.icmn-stack-down:before {
  content: "\ed40"; }

.icmn-stack-up:before {
  content: "\ed41"; }

.icmn-stack-cancel:before {
  content: "\ed42"; }

.icmn-stack-check:before {
  content: "\ed43"; }

.icmn-stack-text:before {
  content: "\ed44"; }

.icmn-stack-clubs:before {
  content: "\ed45"; }

.icmn-stack-spades:before {
  content: "\ed46"; }

.icmn-stack-hearts:before {
  content: "\ed47"; }

.icmn-stack-diamonds:before {
  content: "\ed48"; }

.icmn-stack-user:before {
  content: "\ed49"; }

.icmn-stack4:before {
  content: "\ed4a"; }

.icmn-stack-music:before {
  content: "\ed4b"; }

.icmn-stack-play:before {
  content: "\ed4c"; }

.icmn-move:before {
  content: "\ed4d"; }

.icmn-dots:before {
  content: "\ed4e"; }

.icmn-warning:before {
  content: "\ed4f"; }

.icmn-warning2:before {
  content: "\ed50"; }

.icmn-notification:before {
  content: "\ed51"; }

.icmn-notification2:before {
  content: "\ed52"; }

.icmn-question:before {
  content: "\ed53"; }

.icmn-question2:before {
  content: "\ed54"; }

.icmn-question3:before {
  content: "\ed55"; }

.icmn-question4:before {
  content: "\ed56"; }

.icmn-question5:before {
  content: "\ed57"; }

.icmn-question6:before {
  content: "\ed58"; }

.icmn-plus:before {
  content: "\ed59"; }

.icmn-minus:before {
  content: "\ed5a"; }

.icmn-plus2:before {
  content: "\ed5b"; }

.icmn-minus2:before {
  content: "\ed5c"; }

.icmn-plus3:before {
  content: "\ed5d"; }

.icmn-minus3:before {
  content: "\ed5e"; }

.icmn-plus-circle:before {
  content: "\ed5f"; }

.icmn-minus-circle:before {
  content: "\ed60"; }

.icmn-plus-circle2:before {
  content: "\ed61"; }

.icmn-minus-circle2:before {
  content: "\ed62"; }

.icmn-info:before {
  content: "\ed63"; }

.icmn-info2:before {
  content: "\ed64"; }

.icmn-cancel-circle:before {
  content: "\ed65"; }

.icmn-cancel-circle2:before {
  content: "\ed66"; }

.icmn-blocked:before {
  content: "\ed67"; }

.icmn-cancel-square:before {
  content: "\ed68"; }

.icmn-cancel-square2:before {
  content: "\ed69"; }

.icmn-cancel:before {
  content: "\ed6a"; }

.icmn-spam:before {
  content: "\ed6b"; }

.icmn-cross:before {
  content: "\ed6c"; }

.icmn-cross2:before {
  content: "\ed6d"; }

.icmn-cross3:before {
  content: "\ed6e"; }

.icmn-checkmark:before {
  content: "\ed6f"; }

.icmn-checkmark2:before {
  content: "\ed70"; }

.icmn-checkmark3:before {
  content: "\ed71"; }

.icmn-checkmark4:before {
  content: "\ed72"; }

.icmn-checkmark5:before {
  content: "\ed73"; }

.icmn-spell-check:before {
  content: "\ed74"; }

.icmn-spell-check2:before {
  content: "\ed75"; }

.icmn-enter:before {
  content: "\ed76"; }

.icmn-exit:before {
  content: "\ed77"; }

.icmn-enter2:before {
  content: "\ed78"; }

.icmn-exit2:before {
  content: "\ed79"; }

.icmn-enter3:before {
  content: "\ed7a"; }

.icmn-exit3:before {
  content: "\ed7b"; }

.icmn-wall:before {
  content: "\ed7c"; }

.icmn-fence:before {
  content: "\ed7d"; }

.icmn-play3:before {
  content: "\ed7e"; }

.icmn-pause:before {
  content: "\ed7f"; }

.icmn-stop:before {
  content: "\ed80"; }

.icmn-previous:before {
  content: "\ed81"; }

.icmn-next:before {
  content: "\ed82"; }

.icmn-backward:before {
  content: "\ed83"; }

.icmn-forward2:before {
  content: "\ed84"; }

.icmn-play4:before {
  content: "\ed85"; }

.icmn-pause2:before {
  content: "\ed86"; }

.icmn-stop2:before {
  content: "\ed87"; }

.icmn-backward2:before {
  content: "\ed88"; }

.icmn-forward3:before {
  content: "\ed89"; }

.icmn-first:before {
  content: "\ed8a"; }

.icmn-last:before {
  content: "\ed8b"; }

.icmn-previous2:before {
  content: "\ed8c"; }

.icmn-next2:before {
  content: "\ed8d"; }

.icmn-eject:before {
  content: "\ed8e"; }

.icmn-volume-high:before {
  content: "\ed8f"; }

.icmn-volume-medium:before {
  content: "\ed90"; }

.icmn-volume-low:before {
  content: "\ed91"; }

.icmn-volume-mute:before {
  content: "\ed92"; }

.icmn-speaker-left:before {
  content: "\ed93"; }

.icmn-speaker-right:before {
  content: "\ed94"; }

.icmn-volume-mute2:before {
  content: "\ed95"; }

.icmn-volume-increase:before {
  content: "\ed96"; }

.icmn-volume-decrease:before {
  content: "\ed97"; }

.icmn-volume-high2:before {
  content: "\ed98"; }

.icmn-volume-medium2:before {
  content: "\ed99"; }

.icmn-volume-medium3:before {
  content: "\ed9a"; }

.icmn-volume-low2:before {
  content: "\ed9b"; }

.icmn-volume-mute3:before {
  content: "\ed9c"; }

.icmn-volume-increase2:before {
  content: "\ed9d"; }

.icmn-volume-decrease2:before {
  content: "\ed9e"; }

.icmn-volume-decrease3:before {
  content: "\ed9f"; }

.icmn-volume-5:before {
  content: "\eda0"; }

.icmn-volume-4:before {
  content: "\eda1"; }

.icmn-volume-3:before {
  content: "\eda2"; }

.icmn-volume-2:before {
  content: "\eda3"; }

.icmn-volume-1:before {
  content: "\eda4"; }

.icmn-volume-0:before {
  content: "\eda5"; }

.icmn-volume-mute4:before {
  content: "\eda6"; }

.icmn-volume-mute5:before {
  content: "\eda7"; }

.icmn-loop:before {
  content: "\eda8"; }

.icmn-loop2:before {
  content: "\eda9"; }

.icmn-loop3:before {
  content: "\edaa"; }

.icmn-infinite-square:before {
  content: "\edab"; }

.icmn-infinite:before {
  content: "\edac"; }

.icmn-infinite2:before {
  content: "\edad"; }

.icmn-loop4:before {
  content: "\edae"; }

.icmn-shuffle:before {
  content: "\edaf"; }

.icmn-shuffle2:before {
  content: "\edb0"; }

.icmn-wave:before {
  content: "\edb1"; }

.icmn-wave2:before {
  content: "\edb2"; }

.icmn-split:before {
  content: "\edb3"; }

.icmn-merge:before {
  content: "\edb4"; }

.icmn-first2:before {
  content: "\edb5"; }

.icmn-last2:before {
  content: "\edb6"; }

.icmn-arrow-up:before {
  content: "\edb7"; }

.icmn-arrow-up2:before {
  content: "\edb8"; }

.icmn-arrow-up3:before {
  content: "\edb9"; }

.icmn-arrow-up4:before {
  content: "\edba"; }

.icmn-arrow-right:before {
  content: "\edbb"; }

.icmn-arrow-right2:before {
  content: "\edbc"; }

.icmn-arrow-right3:before {
  content: "\edbd"; }

.icmn-arrow-right4:before {
  content: "\edbe"; }

.icmn-arrow-down:before {
  content: "\edbf"; }

.icmn-arrow-down2:before {
  content: "\edc0"; }

.icmn-arrow-down3:before {
  content: "\edc1"; }

.icmn-arrow-down4:before {
  content: "\edc2"; }

.icmn-arrow-left:before {
  content: "\edc3"; }

.icmn-arrow-left2:before {
  content: "\edc4"; }

.icmn-arrow-left3:before {
  content: "\edc5"; }

.icmn-arrow-left4:before {
  content: "\edc6"; }

.icmn-arrow-up5:before {
  content: "\edc7"; }

.icmn-arrow-right5:before {
  content: "\edc8"; }

.icmn-arrow-down5:before {
  content: "\edc9"; }

.icmn-arrow-left5:before {
  content: "\edca"; }

.icmn-arrow-up-left:before {
  content: "\edcb"; }

.icmn-arrow-up6:before {
  content: "\edcc"; }

.icmn-arrow-up-right:before {
  content: "\edcd"; }

.icmn-arrow-right6:before {
  content: "\edce"; }

.icmn-arrow-down-right:before {
  content: "\edcf"; }

.icmn-arrow-down6:before {
  content: "\edd0"; }

.icmn-arrow-down-left:before {
  content: "\edd1"; }

.icmn-arrow-left6:before {
  content: "\edd2"; }

.icmn-arrow-up-left2:before {
  content: "\edd3"; }

.icmn-arrow-up7:before {
  content: "\edd4"; }

.icmn-arrow-up-right2:before {
  content: "\edd5"; }

.icmn-arrow-right7:before {
  content: "\edd6"; }

.icmn-arrow-down-right2:before {
  content: "\edd7"; }

.icmn-arrow-down7:before {
  content: "\edd8"; }

.icmn-arrow-down-left2:before {
  content: "\edd9"; }

.icmn-arrow-left7:before {
  content: "\edda"; }

.icmn-arrow-up-left3:before {
  content: "\eddb"; }

.icmn-arrow-up8:before {
  content: "\eddc"; }

.icmn-arrow-up-right3:before {
  content: "\eddd"; }

.icmn-arrow-right8:before {
  content: "\edde"; }

.icmn-arrow-down-right3:before {
  content: "\eddf"; }

.icmn-arrow-down8:before {
  content: "\ede0"; }

.icmn-arrow-down-left3:before {
  content: "\ede1"; }

.icmn-arrow-left8:before {
  content: "\ede2"; }

.icmn-circle-up:before {
  content: "\ede3"; }

.icmn-circle-right:before {
  content: "\ede4"; }

.icmn-circle-down:before {
  content: "\ede5"; }

.icmn-circle-left:before {
  content: "\ede6"; }

.icmn-circle-up2:before {
  content: "\ede7"; }

.icmn-circle-right2:before {
  content: "\ede8"; }

.icmn-circle-down2:before {
  content: "\ede9"; }

.icmn-circle-left2:before {
  content: "\edea"; }

.icmn-circle-up-left:before {
  content: "\edeb"; }

.icmn-circle-up3:before {
  content: "\edec"; }

.icmn-circle-up-right:before {
  content: "\eded"; }

.icmn-circle-right3:before {
  content: "\edee"; }

.icmn-circle-down-right:before {
  content: "\edef"; }

.icmn-circle-down3:before {
  content: "\edf0"; }

.icmn-circle-down-left:before {
  content: "\edf1"; }

.icmn-circle-left3:before {
  content: "\edf2"; }

.icmn-circle-up-left2:before {
  content: "\edf3"; }

.icmn-circle-up4:before {
  content: "\edf4"; }

.icmn-circle-up-right2:before {
  content: "\edf5"; }

.icmn-circle-right4:before {
  content: "\edf6"; }

.icmn-circle-down-right2:before {
  content: "\edf7"; }

.icmn-circle-down4:before {
  content: "\edf8"; }

.icmn-circle-down-left2:before {
  content: "\edf9"; }

.icmn-circle-left4:before {
  content: "\edfa"; }

.icmn-arrow-resize:before {
  content: "\edfb"; }

.icmn-arrow-resize2:before {
  content: "\edfc"; }

.icmn-arrow-resize3:before {
  content: "\edfd"; }

.icmn-arrow-resize4:before {
  content: "\edfe"; }

.icmn-arrow-resize5:before {
  content: "\edff"; }

.icmn-arrow-resize6:before {
  content: "\ee00"; }

.icmn-arrow-resize7:before {
  content: "\ee01"; }

.icmn-arrow-resize8:before {
  content: "\ee02"; }

.icmn-square-up-left:before {
  content: "\ee03"; }

.icmn-square-up:before {
  content: "\ee04"; }

.icmn-square-up-right:before {
  content: "\ee05"; }

.icmn-square-right:before {
  content: "\ee06"; }

.icmn-square-down-right:before {
  content: "\ee07"; }

.icmn-square-down:before {
  content: "\ee08"; }

.icmn-square-down-left:before {
  content: "\ee09"; }

.icmn-square-left:before {
  content: "\ee0a"; }

.icmn-arrow-up9:before {
  content: "\ee0b"; }

.icmn-arrow-right9:before {
  content: "\ee0c"; }

.icmn-arrow-down9:before {
  content: "\ee0d"; }

.icmn-arrow-left9:before {
  content: "\ee0e"; }

.icmn-arrow-up10:before {
  content: "\ee0f"; }

.icmn-arrow-right10:before {
  content: "\ee10"; }

.icmn-arrow-down10:before {
  content: "\ee11"; }

.icmn-arrow-left10:before {
  content: "\ee12"; }

.icmn-arrow-up-left4:before {
  content: "\ee13"; }

.icmn-arrow-up11:before {
  content: "\ee14"; }

.icmn-arrow-up-right4:before {
  content: "\ee15"; }

.icmn-arrow-right11:before {
  content: "\ee16"; }

.icmn-arrow-down-right4:before {
  content: "\ee17"; }

.icmn-arrow-down11:before {
  content: "\ee18"; }

.icmn-arrow-down-left4:before {
  content: "\ee19"; }

.icmn-arrow-left11:before {
  content: "\ee1a"; }

.icmn-arrow-up-left5:before {
  content: "\ee1b"; }

.icmn-arrow-up12:before {
  content: "\ee1c"; }

.icmn-arrow-up-right5:before {
  content: "\ee1d"; }

.icmn-arrow-right12:before {
  content: "\ee1e"; }

.icmn-arrow-down-right5:before {
  content: "\ee1f"; }

.icmn-arrow-down12:before {
  content: "\ee20"; }

.icmn-arrow-down-left5:before {
  content: "\ee21"; }

.icmn-arrow-left12:before {
  content: "\ee22"; }

.icmn-arrow-up13:before {
  content: "\ee23"; }

.icmn-arrow-right13:before {
  content: "\ee24"; }

.icmn-arrow-down13:before {
  content: "\ee25"; }

.icmn-arrow-left13:before {
  content: "\ee26"; }

.icmn-arrow-up14:before {
  content: "\ee27"; }

.icmn-arrow-right14:before {
  content: "\ee28"; }

.icmn-arrow-down14:before {
  content: "\ee29"; }

.icmn-arrow-left14:before {
  content: "\ee2a"; }

.icmn-circle-up5:before {
  content: "\ee2b"; }

.icmn-circle-right5:before {
  content: "\ee2c"; }

.icmn-circle-down5:before {
  content: "\ee2d"; }

.icmn-circle-left5:before {
  content: "\ee2e"; }

.icmn-circle-up6:before {
  content: "\ee2f"; }

.icmn-circle-right6:before {
  content: "\ee30"; }

.icmn-circle-down6:before {
  content: "\ee31"; }

.icmn-circle-left6:before {
  content: "\ee32"; }

.icmn-arrow-up15:before {
  content: "\ee33"; }

.icmn-arrow-right15:before {
  content: "\ee34"; }

.icmn-arrow-down15:before {
  content: "\ee35"; }

.icmn-arrow-left15:before {
  content: "\ee36"; }

.icmn-arrow-up16:before {
  content: "\ee37"; }

.icmn-arrow-right16:before {
  content: "\ee38"; }

.icmn-arrow-down16:before {
  content: "\ee39"; }

.icmn-arrow-left16:before {
  content: "\ee3a"; }

.icmn-menu-open:before {
  content: "\ee3b"; }

.icmn-menu-open2:before {
  content: "\ee3c"; }

.icmn-menu-close:before {
  content: "\ee3d"; }

.icmn-menu-close2:before {
  content: "\ee3e"; }

.icmn-enter4:before {
  content: "\ee3f"; }

.icmn-enter5:before {
  content: "\ee40"; }

.icmn-esc:before {
  content: "\ee41"; }

.icmn-enter6:before {
  content: "\ee42"; }

.icmn-backspace:before {
  content: "\ee43"; }

.icmn-backspace2:before {
  content: "\ee44"; }

.icmn-tab:before {
  content: "\ee45"; }

.icmn-transmission:before {
  content: "\ee46"; }

.icmn-transmission2:before {
  content: "\ee47"; }

.icmn-sort:before {
  content: "\ee48"; }

.icmn-sort2:before {
  content: "\ee49"; }

.icmn-move-up:before {
  content: "\ee4a"; }

.icmn-move-down:before {
  content: "\ee4b"; }

.icmn-sort-alpha-asc:before {
  content: "\ee4c"; }

.icmn-sort-alpha-desc:before {
  content: "\ee4d"; }

.icmn-sort-numeric-asc:before {
  content: "\ee4e"; }

.icmn-sort-numberic-desc:before {
  content: "\ee4f"; }

.icmn-sort-amount-asc:before {
  content: "\ee50"; }

.icmn-sort-amount-desc:before {
  content: "\ee51"; }

.icmn-sort-time-asc:before {
  content: "\ee52"; }

.icmn-sort-time-desc:before {
  content: "\ee53"; }

.icmn-battery-6:before {
  content: "\ee54"; }

.icmn-battery-5:before {
  content: "\ee55"; }

.icmn-battery-4:before {
  content: "\ee56"; }

.icmn-battery-3:before {
  content: "\ee57"; }

.icmn-battery-2:before {
  content: "\ee58"; }

.icmn-battery-1:before {
  content: "\ee59"; }

.icmn-battery-0:before {
  content: "\ee5a"; }

.icmn-battery-charging:before {
  content: "\ee5b"; }

.icmn-key-keyboard:before {
  content: "\ee5c"; }

.icmn-key-A:before {
  content: "\ee5d"; }

.icmn-key-up:before {
  content: "\ee5e"; }

.icmn-key-right:before {
  content: "\ee5f"; }

.icmn-key-down:before {
  content: "\ee60"; }

.icmn-key-left:before {
  content: "\ee61"; }

.icmn-command:before {
  content: "\ee62"; }

.icmn-shift:before {
  content: "\ee63"; }

.icmn-ctrl:before {
  content: "\ee64"; }

.icmn-opt:before {
  content: "\ee65"; }

.icmn-checkbox-checked:before {
  content: "\ee66"; }

.icmn-checkbox-unchecked:before {
  content: "\ee67"; }

.icmn-checkbox-partial:before {
  content: "\ee68"; }

.icmn-square:before {
  content: "\ee69"; }

.icmn-triangle:before {
  content: "\ee6a"; }

.icmn-triangle2:before {
  content: "\ee6b"; }

.icmn-diamond3:before {
  content: "\ee6c"; }

.icmn-diamond4:before {
  content: "\ee6d"; }

.icmn-checkbox-checked2:before {
  content: "\ee6e"; }

.icmn-checkbox-unchecked2:before {
  content: "\ee6f"; }

.icmn-checkbox-partial2:before {
  content: "\ee70"; }

.icmn-radio-checked:before {
  content: "\ee71"; }

.icmn-radio-checked2:before {
  content: "\ee72"; }

.icmn-radio-unchecked:before {
  content: "\ee73"; }

.icmn-toggle-on:before {
  content: "\ee74"; }

.icmn-toggle-off:before {
  content: "\ee75"; }

.icmn-checkmark-circle:before {
  content: "\ee76"; }

.icmn-circle:before {
  content: "\ee77"; }

.icmn-circle2:before {
  content: "\ee78"; }

.icmn-circles:before {
  content: "\ee79"; }

.icmn-circles2:before {
  content: "\ee7a"; }

.icmn-crop:before {
  content: "\ee7b"; }

.icmn-crop2:before {
  content: "\ee7c"; }

.icmn-make-group:before {
  content: "\ee7d"; }

.icmn-ungroup:before {
  content: "\ee7e"; }

.icmn-vector:before {
  content: "\ee7f"; }

.icmn-vector2:before {
  content: "\ee80"; }

.icmn-rulers:before {
  content: "\ee81"; }

.icmn-ruler:before {
  content: "\ee82"; }

.icmn-pencil-ruler:before {
  content: "\ee83"; }

.icmn-scissors:before {
  content: "\ee84"; }

.icmn-scissors2:before {
  content: "\ee85"; }

.icmn-scissors3:before {
  content: "\ee86"; }

.icmn-haircut:before {
  content: "\ee87"; }

.icmn-comb:before {
  content: "\ee88"; }

.icmn-filter:before {
  content: "\ee89"; }

.icmn-filter2:before {
  content: "\ee8a"; }

.icmn-filter3:before {
  content: "\ee8b"; }

.icmn-filter4:before {
  content: "\ee8c"; }

.icmn-font:before {
  content: "\ee8d"; }

.icmn-ampersand:before {
  content: "\ee8e"; }

.icmn-ligature:before {
  content: "\ee8f"; }

.icmn-ligature2:before {
  content: "\ee90"; }

.icmn-font-size:before {
  content: "\ee91"; }

.icmn-typography:before {
  content: "\ee92"; }

.icmn-text-height:before {
  content: "\ee93"; }

.icmn-text-width:before {
  content: "\ee94"; }

.icmn-height2:before {
  content: "\ee95"; }

.icmn-width:before {
  content: "\ee96"; }

.icmn-bold:before {
  content: "\ee97"; }

.icmn-underline:before {
  content: "\ee98"; }

.icmn-italic:before {
  content: "\ee99"; }

.icmn-strikethrough:before {
  content: "\ee9a"; }

.icmn-strikethrough2:before {
  content: "\ee9b"; }

.icmn-font-size2:before {
  content: "\ee9c"; }

.icmn-bold2:before {
  content: "\ee9d"; }

.icmn-underline2:before {
  content: "\ee9e"; }

.icmn-italic2:before {
  content: "\ee9f"; }

.icmn-strikethrough3:before {
  content: "\eea0"; }

.icmn-omega:before {
  content: "\eea1"; }

.icmn-sigma:before {
  content: "\eea2"; }

.icmn-nbsp:before {
  content: "\eea3"; }

.icmn-page-break:before {
  content: "\eea4"; }

.icmn-page-break2:before {
  content: "\eea5"; }

.icmn-superscript:before {
  content: "\eea6"; }

.icmn-subscript:before {
  content: "\eea7"; }

.icmn-superscript2:before {
  content: "\eea8"; }

.icmn-subscript2:before {
  content: "\eea9"; }

.icmn-text-color:before {
  content: "\eeaa"; }

.icmn-highlight:before {
  content: "\eeab"; }

.icmn-pagebreak:before {
  content: "\eeac"; }

.icmn-clear-formatting:before {
  content: "\eead"; }

.icmn-table:before {
  content: "\eeae"; }

.icmn-table2:before {
  content: "\eeaf"; }

.icmn-insert-template:before {
  content: "\eeb0"; }

.icmn-pilcrow:before {
  content: "\eeb1"; }

.icmn-ltr:before {
  content: "\eeb2"; }

.icmn-rtl:before {
  content: "\eeb3"; }

.icmn-ltr2:before {
  content: "\eeb4"; }

.icmn-rtl2:before {
  content: "\eeb5"; }

.icmn-section:before {
  content: "\eeb6"; }

.icmn-paragraph-left:before {
  content: "\eeb7"; }

.icmn-paragraph-center:before {
  content: "\eeb8"; }

.icmn-paragraph-right:before {
  content: "\eeb9"; }

.icmn-paragraph-justify:before {
  content: "\eeba"; }

.icmn-paragraph-left2:before {
  content: "\eebb"; }

.icmn-paragraph-center2:before {
  content: "\eebc"; }

.icmn-paragraph-right2:before {
  content: "\eebd"; }

.icmn-paragraph-justify2:before {
  content: "\eebe"; }

.icmn-indent-increase:before {
  content: "\eebf"; }

.icmn-indent-decrease:before {
  content: "\eec0"; }

.icmn-paragraph-left3:before {
  content: "\eec1"; }

.icmn-paragraph-center3:before {
  content: "\eec2"; }

.icmn-paragraph-right3:before {
  content: "\eec3"; }

.icmn-paragraph-justify3:before {
  content: "\eec4"; }

.icmn-indent-increase2:before {
  content: "\eec5"; }

.icmn-indent-decrease2:before {
  content: "\eec6"; }

.icmn-share:before {
  content: "\eec7"; }

.icmn-share2:before {
  content: "\eec8"; }

.icmn-new-tab:before {
  content: "\eec9"; }

.icmn-new-tab2:before {
  content: "\eeca"; }

.icmn-popout:before {
  content: "\eecb"; }

.icmn-embed:before {
  content: "\eecc"; }

.icmn-embed2:before {
  content: "\eecd"; }

.icmn-markup:before {
  content: "\eece"; }

.icmn-regexp:before {
  content: "\eecf"; }

.icmn-regexp2:before {
  content: "\eed0"; }

.icmn-code:before {
  content: "\eed1"; }

.icmn-circle-css:before {
  content: "\eed2"; }

.icmn-circle-code:before {
  content: "\eed3"; }

.icmn-terminal:before {
  content: "\eed4"; }

.icmn-unicode:before {
  content: "\eed5"; }

.icmn-seven-segment-0:before {
  content: "\eed6"; }

.icmn-seven-segment-1:before {
  content: "\eed7"; }

.icmn-seven-segment-2:before {
  content: "\eed8"; }

.icmn-seven-segment-3:before {
  content: "\eed9"; }

.icmn-seven-segment-4:before {
  content: "\eeda"; }

.icmn-seven-segment-5:before {
  content: "\eedb"; }

.icmn-seven-segment-6:before {
  content: "\eedc"; }

.icmn-seven-segment-7:before {
  content: "\eedd"; }

.icmn-seven-segment-8:before {
  content: "\eede"; }

.icmn-seven-segment-9:before {
  content: "\eedf"; }

.icmn-share3:before {
  content: "\eee0"; }

.icmn-share4:before {
  content: "\eee1"; }

.icmn-mail:before {
  content: "\eee2"; }

.icmn-mail2:before {
  content: "\eee3"; }

.icmn-mail3:before {
  content: "\eee4"; }

.icmn-mail4:before {
  content: "\eee5"; }

.icmn-amazon:before {
  content: "\eee6"; }

.icmn-google:before {
  content: "\eee7"; }

.icmn-google2:before {
  content: "\eee8"; }

.icmn-google3:before {
  content: "\eee9"; }

.icmn-google-plus:before {
  content: "\eeea"; }

.icmn-google-plus2:before {
  content: "\eeeb"; }

.icmn-google-plus3:before {
  content: "\eeec"; }

.icmn-hangouts:before {
  content: "\eeed"; }

.icmn-google-drive:before {
  content: "\eeee"; }

.icmn-facebook:before {
  content: "\eeef"; }

.icmn-facebook2:before {
  content: "\eef0"; }

.icmn-instagram:before {
  content: "\eef1"; }

.icmn-whatsapp:before {
  content: "\eef2"; }

.icmn-spotify:before {
  content: "\eef3"; }

.icmn-telegram:before {
  content: "\eef4"; }

.icmn-twitter:before {
  content: "\eef5"; }

.icmn-vine:before {
  content: "\eef6"; }

.icmn-vk:before {
  content: "\eef7"; }

.icmn-renren:before {
  content: "\eef8"; }

.icmn-sina-weibo:before {
  content: "\eef9"; }

.icmn-rss:before {
  content: "\eefa"; }

.icmn-rss2:before {
  content: "\eefb"; }

.icmn-youtube:before {
  content: "\eefc"; }

.icmn-youtube2:before {
  content: "\eefd"; }

.icmn-twitch:before {
  content: "\eefe"; }

.icmn-vimeo:before {
  content: "\eeff"; }

.icmn-vimeo2:before {
  content: "\ef00"; }

.icmn-lanyrd:before {
  content: "\ef01"; }

.icmn-flickr:before {
  content: "\ef02"; }

.icmn-flickr2:before {
  content: "\ef03"; }

.icmn-flickr3:before {
  content: "\ef04"; }

.icmn-flickr4:before {
  content: "\ef05"; }

.icmn-dribbble:before {
  content: "\ef06"; }

.icmn-behance:before {
  content: "\ef07"; }

.icmn-behance2:before {
  content: "\ef08"; }

.icmn-deviantart:before {
  content: "\ef09"; }

.icmn-500px:before {
  content: "\ef0a"; }

.icmn-steam:before {
  content: "\ef0b"; }

.icmn-steam2:before {
  content: "\ef0c"; }

.icmn-dropbox:before {
  content: "\ef0d"; }

.icmn-onedrive:before {
  content: "\ef0e"; }

.icmn-github:before {
  content: "\ef0f"; }

.icmn-npm:before {
  content: "\ef10"; }

.icmn-basecamp:before {
  content: "\ef11"; }

.icmn-trello:before {
  content: "\ef12"; }

.icmn-wordpress:before {
  content: "\ef13"; }

.icmn-joomla:before {
  content: "\ef14"; }

.icmn-ello:before {
  content: "\ef15"; }

.icmn-blogger:before {
  content: "\ef16"; }

.icmn-blogger2:before {
  content: "\ef17"; }

.icmn-tumblr:before {
  content: "\ef18"; }

.icmn-tumblr2:before {
  content: "\ef19"; }

.icmn-yahoo:before {
  content: "\ef1a"; }

.icmn-yahoo2:before {
  content: "\ef1b"; }

.icmn-tux:before {
  content: "\ef1c"; }

.icmn-appleinc:before {
  content: "\ef1d"; }

.icmn-finder:before {
  content: "\ef1e"; }

.icmn-android:before {
  content: "\ef1f"; }

.icmn-windows:before {
  content: "\ef20"; }

.icmn-windows8:before {
  content: "\ef21"; }

.icmn-soundcloud:before {
  content: "\ef22"; }

.icmn-soundcloud2:before {
  content: "\ef23"; }

.icmn-skype:before {
  content: "\ef24"; }

.icmn-reddit:before {
  content: "\ef25"; }

.icmn-hackernews:before {
  content: "\ef26"; }

.icmn-wikipedia:before {
  content: "\ef27"; }

.icmn-linkedin:before {
  content: "\ef28"; }

.icmn-linkedin2:before {
  content: "\ef29"; }

.icmn-lastfm:before {
  content: "\ef2a"; }

.icmn-lastfm2:before {
  content: "\ef2b"; }

.icmn-delicious:before {
  content: "\ef2c"; }

.icmn-stumbleupon:before {
  content: "\ef2d"; }

.icmn-stumbleupon2:before {
  content: "\ef2e"; }

.icmn-stackoverflow:before {
  content: "\ef2f"; }

.icmn-pinterest:before {
  content: "\ef30"; }

.icmn-pinterest2:before {
  content: "\ef31"; }

.icmn-xing:before {
  content: "\ef32"; }

.icmn-xing2:before {
  content: "\ef33"; }

.icmn-flattr:before {
  content: "\ef34"; }

.icmn-foursquare:before {
  content: "\ef35"; }

.icmn-yelp:before {
  content: "\ef36"; }

.icmn-paypal:before {
  content: "\ef37"; }

.icmn-chrome:before {
  content: "\ef38"; }

.icmn-firefox:before {
  content: "\ef39"; }

.icmn-IE:before {
  content: "\ef3a"; }

.icmn-edge:before {
  content: "\ef3b"; }

.icmn-safari:before {
  content: "\ef3c"; }

.icmn-opera:before {
  content: "\ef3d"; }

.icmn-file-pdf:before {
  content: "\ef3e"; }

.icmn-file-openoffice:before {
  content: "\ef3f"; }

.icmn-file-word:before {
  content: "\ef40"; }

.icmn-file-excel:before {
  content: "\ef41"; }

.icmn-libreoffice:before {
  content: "\ef42"; }

.icmn-html-five:before {
  content: "\ef43"; }

.icmn-html-five2:before {
  content: "\ef44"; }

.icmn-css3:before {
  content: "\ef45"; }

.icmn-git:before {
  content: "\ef46"; }

.icmn-codepen:before {
  content: "\ef47"; }

.icmn-svg:before {
  content: "\ef48"; }

.icmn-IcoMoon:before {
  content: "\ef49"; }

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: -webkit-gradient(linear, left top, left bottom, from(#F70505), to(#8F0808));
  background: -webkit-linear-gradient(#F70505 0%, #8F0808 100%);
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  -webkit-box-shadow: 0 3px 10px -5px black;
          box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px; }

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808; }

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-family: Icomoon-Ultimate;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Icomoon-Ultimate";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "Icomoon-Ultimate";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
          animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
          animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
          animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #6C6563;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #6C6563;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #6C6563;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #6C6563;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #6C6563;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  .front-hero .marketing {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
    .front-hero .marketing::before, .front-hero .marketing::after {
      display: table;
      content: ' '; }
    .front-hero .marketing::after {
      clear: both; }
  @media print, screen and (min-width: 40em) {
    .front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  .front-hero .watch {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media print, screen and (min-width: 40em) {
      .front-hero .watch {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .watch {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .front-hero .watch:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .front-hero .watch {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .front-hero .watch {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .front-hero .watch {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .front-hero .watch:last-child:not(:first-child) {
          float: right; } }
    .front-hero .watch section {
      display: inline; }
    .front-hero .watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    .front-hero .watch a:hover {
      color: #fff; }
    .front-hero .watch .stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    .front-hero .watch .twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  .front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .front-hero .tagline {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .front-hero .tagline {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-top: 6rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  .front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media print, screen and (min-width: 40em) {
      .front-hero h1 {
        font-size: 2.875rem; } }
  .front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  .front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .intro .fp-intro {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 8.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      .section-divider hr {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .section-divider hr {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .benefits header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .benefits .why-foundation {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

.kitchen-sink-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-header:last-child:not(:first-child) {
    float: right; }

.kitchen-sink-components {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .kitchen-sink-components hr {
    margin: 3rem 0; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-components:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-components:last-child:not(:first-child) {
        float: right; } }

.kitchen-sink-nav {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-nav {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      display: block;
      float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-nav:last-child:not(:first-child) {
        float: right; }
      .kitchen-sink-nav .docs-sub-menu {
        font-size: 0.85rem;
        margin-top: 1rem; }
      .kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #8a8a8a;
        font-weight: bold;
        line-height: 1;
        padding-left: 0.9rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #cacaca;
        margin-top: 1rem;
        padding-top: 1.5rem; }
      .kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem; }
      .kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: white; }
      .kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; } }

.row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1; }

/* Set colors */
/* Fonts usage
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #4b4846; }

h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #221f1f;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.4; }
  #content h1.entry-title {
    margin-top: -2px; }

h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #221f1f; }

h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #221f1f; }

h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #221f1f; }

h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #221f1f; }

#bar {
  background: #6c6563;
  min-height: 50px;
  line-height: 50px; }
  #bar .is-dropdown-submenu-parent a::after, #bar .is-dropdown-submenu-parent a:after {
    border: none !important;
    display: none !important; }
  #bar .buttons > li a:hover {
    background: #867e7c; }
  #bar .buttons li ul a:hover {
    background: none; }
  @media screen and (max-width: 74.9375em) {
    #bar .language a {
      text-transform: capitalize; } }
  #bar .nw-drop-cart {
    position: relative;
    display: block;
    min-width: auto;
    min-height: auto;
    padding: 0; }
  #bar .widget_nw_ajax_drop_cart {
    display: inline-block;
    float: right; }
  #bar .nw-cart-drop-toggle {
    background: #832c2c;
    color: #fff !important;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    width: 152px; }
    @media screen and (max-width: 39.9375em) {
      #bar .nw-cart-drop-toggle {
        width: 114px; } }
    #bar .nw-cart-drop-toggle span {
      color: #fff !important;
      font-size: 14px;
      font-weight: bold;
      padding: 0;
      margin: 0; }
  #bar .nw-cart-drop-content {
    top: 0px;
    min-width: 274px; }
  #bar .nw-cart-product-title {
    min-width: 200px;
    max-width: 200px; }
  #bar ul.buttons {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block; }
    #bar ul.buttons li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      border-left: 1px solid #7c7675; }
      #bar ul.buttons li:last-child {
        border-right: 1px solid #7c7675; }
      #bar ul.buttons li a {
        color: #fff;
        padding: 0 15px;
        display: block; }
  #bar ul.buttons.right {
    margin-right: 152px;
    float: right; }
    @media screen and (max-width: 39.9375em) {
      #bar ul.buttons.right {
        margin-right: 114px; } }
  #bar .menu.buttons {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    background: none; }
    #bar .menu.buttons ul, #bar .menu.buttons ul li {
      border: 0;
      background: #fff; }
    #bar .menu.buttons ul {
      border: 1px solid #e4e4e4; }
    #bar .menu.buttons a {
      height: 50px;
      line-height: 50px; }
    #bar .menu.buttons ul li a {
      color: #6c6563; }

.site-navigation {
  background: none; }

.desktop-menu {
  margin-top: 35px;
  background: none; }
  .desktop-menu ul.dropdown {
    z-index: 123; }
    .desktop-menu ul.dropdown a {
      font-size: 16px; }
  .desktop-menu a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding-left: 0;
    padding-right: 0;
    color: #221f1f;
    background: none; }
    .desktop-menu a:hover {
      color: #832c2c; }
  .desktop-menu > li {
    padding-left: 0px;
    background: #fff; }
    @media screen and (max-width: 1180px) {
      .desktop-menu > li a {
        font-size: 24px;
        padding-left: 0.7rem;
        padding-right: 0.7rem; } }
  .desktop-menu .current a {
    color: #832c2c;
    border-color: #832c2c; }

.stand-out a {
  background: #832C2C;
  color: #fff; }
  .stand-out a:hover {
    background: #6C6563;
    color: #fff; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  z-index: 123;
  border: 1px solid #cacaca; }
  .dropdown.menu > li.opens-left > .is-dropdown-submenu a {
    font-size: 16px;
    border-bottom: 1px solid #DDD; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.menu-icon {
  width: 100px;
  height: 90px; }

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.5); }

#dates-post {
  margin-top: 30px; }
  #dates-post .section-header-area {
    border-bottom: 1px solid #221f1f;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px; }
  #dates-post h2 {
    font-size: 48px;
    font-weight: 300; }
    @media screen and (max-width: 1024px) {
      #dates-post h2 {
        line-height: 1.4; } }
  #dates-post .large-6.large-text-right {
    line-height: 98px; }
    @media screen and (max-width: 1440px) {
      #dates-post .large-6.large-text-right {
        padding-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      #dates-post .large-6.large-text-right {
        line-height: 1.4; } }
    #dates-post .large-6.large-text-right a:hover {
      text-decoration: underline; }

.dates-entry img {
  margin-bottom: 20px;
  margin-top: 10px; }

.dates-entry h2 {
  line-height: 1.4 !important; }

.home .dates-entry {
  border-bottom: 1px solid #D7D3D0;
  margin-bottom: 10px; }

.book-slider {
  margin-top: 10px; }
  .book-slider:first-of-type {
    margin-top: 30px; }
  .book-slider h2 {
    font-size: 48px;
    font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .book-slider h2 {
        line-height: 1.4; } }
  .book-slider .large-6.large-text-right {
    line-height: 98px; }
    @media screen and (max-width: 1440px) {
      .book-slider .large-6.large-text-right {
        padding-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      .book-slider .large-6.large-text-right {
        line-height: 1.4; } }
    .book-slider .large-6.large-text-right a:hover {
      text-decoration: underline; }

header .row {
  position: relative; }

#search {
  z-index: 999;
  /*#searchform {
		width: 400px;
		height: 60px;
		padding: 13px 15px;
		background: $secondary-color;
		position: absolute;
		bottom: -30px;
		right: 15px;
		z-index: 22;

		&:before {
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 0 60px 30px;
			border-color: transparent transparent $secondary-color transparent;
			content: " ";
			position: absolute;
			left: -30px;
			top: 0;
		}
	}*/
  /*#s {
		padding-left: 15px;
		padding-right: 15px;
		font-weight: bold;

		&:focus {
			box-shadow: none ;
		}
	}*/ }
  #search #yith-ajaxsearchform {
    width: 400px;
    height: 60px;
    padding: 13px 15px;
    background: #832c2c;
    position: absolute;
    bottom: -30px;
    right: 15px;
    z-index: 22; }
    @media screen and (max-width: 39.9375em) {
      #search #yith-ajaxsearchform {
        width: 100%;
        right: 0;
        bottom: -60px; } }
    #search #yith-ajaxsearchform:before {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 60px 30px;
      border-color: transparent transparent #832c2c transparent;
      content: " ";
      position: absolute;
      left: -30px;
      top: 0; }
      @media screen and (max-width: 39.9375em) {
        #search #yith-ajaxsearchform:before {
          display: none;
          visibility: hidden; } }
    @media screen and (max-width: 39.9375em) {
      #search #yith-ajaxsearchform .search-navigation {
        width: 90%;
        float: left; } }
  #search #search-note {
    width: 170px;
    height: 40px;
    padding: 8px 15px;
    background: #bfbcbc;
    position: absolute;
    bottom: -20px;
    right: 400px;
    z-index: 10;
    font: italic 16px Georgia, serif; }
    @media screen and (max-width: 39.9375em) {
      #search #search-note {
        display: none;
        visibility: hidden; } }
    #search #search-note:before {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 40px 20px;
      border-color: transparent transparent #bfbcbc transparent;
      content: " ";
      position: absolute;
      left: -20px;
      top: 0; }
    #search #search-note span {
      color: #832c2c;
      font-size: 18px;
      position: relative;
      top: 2px;
      left: -2px; }
  #search form {
    margin: 0;
    padding: 0; }
  #search input, #search button {
    margin: 0;
    height: 34px;
    border: 0; }
  #search button {
    width: 44px;
    font-size: 20px;
    padding: 0;
    background: #9d3636;
    border: 1px solid #b33d3d; }
  #search #yith-s {
    width: 320px; }
    @media screen and (max-width: 39.9375em) {
      #search #yith-s {
        width: 100%; } }
  #search #yith-searchsubmit {
    width: 44px;
    height: 35px;
    font-size: 20px;
    padding: 0;
    background: #9d3636;
    position: relative;
    left: -3px;
    top: 0px;
    font-family: FontAwesome, sans-serif;
    color: #fff; }
    @media screen and (max-width: 39.9375em) {
      #search #yith-searchsubmit {
        width: 10%; } }
  #search .autocomplete-suggestions {
    border-radius: 0; }
    #search .autocomplete-suggestions .autocomplete-suggestion {
      line-height: normal; }
  #search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font: italic 16px Georgia, serif;
    color: #a1b1bc; }
  #search ::-moz-placeholder {
    /* Firefox 19+ */
    font: italic 16px Georgia, serif;
    color: #a1b1bc; }
  #search :-ms-input-placeholder {
    /* IE 10+ */
    font: italic 16px Georgia, serif;
    color: #a1b1bc; }
  #search :-moz-placeholder {
    /* Firefox 18- */
    font: italic 16px Georgia, serif;
    color: #a1b1bc; }

@media screen and (max-width: 39.9375em) {
  #rev_slider_1_1_forcefullwidth {
    margin-top: 60px !important; } }

#page-title {
  text-align: left;
  padding: 15px 0 10px 0;
  background: #EBEBEB url("../images/slider-bg.jpg") center center no-repeat; }
  #page-title h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 48px;
    font-weight: 300; }
  @media screen and (max-width: 39.9375em) {
    #page-title {
      margin-top: 60px; } }

.time-offer {
  padding: 65px 0 70px 0;
  background: #EBEBEB url("../images/slider-bg.jpg") center center no-repeat; }
  .time-offer .row.bg {
    background: url("../images/time-offer-arrow.png") right 120px bottom no-repeat; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .time-offer .row.bg {
        background-position: right 0px bottom 30px; } }
    @media screen and (max-width: 39.9375em) {
      .time-offer .row.bg {
        background: none; } }
  .time-offer .book-excerpt {
    width: 90%;
    margin: 0 auto 20px;
    text-align: center; }
  .time-offer .saving-percentage {
    width: 60px;
    height: 60px;
    background: #48822c;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -25px;
    border-radius: 50%;
    font-size: 20px; }
    @media screen and (max-width: 39.9375em) {
      .time-offer .saving-percentage {
        top: -30px;
        right: 50%;
        margin-right: -30px; } }
  .time-offer h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0; }
  .time-offer .author {
    font-size: 24px; }
  .time-offer .label, .time-offer .add_to_cart_inline {
    display: none; }
  .time-offer .price {
    font-size: 32px;
    font-weight: bold;
    color: #832c2c;
    line-height: normal; }
    .time-offer .price .old-price {
      font-size: 22px;
      font-weight: 300;
      color: #5d544d; }
  .time-offer .add_to_cart_button {
    margin-top: 20px; }
    .time-offer .add_to_cart_button span {
      padding: 0px 10px 8px; }
      .time-offer .add_to_cart_button span.icon {
        padding: 0; }
        .time-offer .add_to_cart_button span.icon span {
          padding: 10px; }
    .time-offer .add_to_cart_button.small {
      font-size: 18px; }
  .time-offer .time-notice {
    font-size: 16px; }
    .time-offer .time-notice p {
      margin-bottom: 10px; }
  .time-offer .countdown-section {
    padding-right: 18px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    position: relative; }
    .time-offer .countdown-section .countdown-amount {
      display: block;
      font-size: 42px;
      font-weight: bold;
      padding-bottom: 7px; }
    .time-offer .countdown-section .countdown-period {
      font-size: 12px; }
    .time-offer .countdown-section:nth-child(1):after {
      content: ':';
      position: absolute;
      top: 4px;
      right: 4px;
      font-size: 32px;
      color: #999; }
    .time-offer .countdown-section:nth-child(3):after {
      content: ':';
      position: absolute;
      top: 4px;
      left: -13px;
      font-size: 32px;
      color: #999; }

/*
<span id="noDaysSeconds" class="countdown is-countdown"><span class="countdown-row countdown-show2"><span class="countdown-section"><span class="countdown-amount">119</span><span class="countdown-period">Hours</span></span><span class="countdown-section"><span class="countdown-amount">42</span><span class="countdown-period">Minutes</span></span></span></span>
 */
#promo-split {
  background: #833233 url("../images/split.png") center center repeat-y;
  margin-bottom: 30px;
  height: 230px; }
  #promo-split .text-rotate {
    background: #832c2c;
    color: #fff;
    position: relative;
    height: 230px; }
    #promo-split .text-rotate div {
      width: 230px;
      height: 230px;
      text-align: center;
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 18px;
      line-height: 42px;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transform: rotate(-90deg) translateX(0) scale(1);
      -ms-transform: rotate(-90deg) translateX(0) scale(1);
          transform: rotate(-90deg) translateX(0) scale(1); }
  @media screen and (max-width: 1200px) {
    #promo-split .text-rotate {
      display: none; } }
  #promo-split .promo-image {
    text-align: center;
    height: 230px; }
    @media print, screen and (min-width: 64em) {
      #promo-split .promo-image {
        margin-left: 70px;
        padding: 15px 0; } }
    #promo-split .promo-image img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #promo-split .promo-text {
    color: #fff;
    padding: 30px 0 0 180px; }
    #promo-split .promo-text h3 {
      color: #fff;
      font-size: 28px;
      line-height: 1.3; }
  #promo-split .large-3 {
    padding-left: 15px; }
  #promo-split .large-9 {
    padding-right: 15px; }
  #promo-split .read-more a {
    color: #fff;
    text-transform: uppercase; }
    #promo-split .read-more a .circle {
      border: 2px solid #fff;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: inline-block;
      text-align: center;
      line-height: 38px;
      margin-left: 15px; }
    #promo-split .read-more a:hover .circle {
      background: #fff;
      color: #832c2c; }

@media screen and (max-width: 1200px) {
  #promo-split {
    background: #832c2c;
    height: auto;
    padding: 35px 0 10px; }
  .promo-image {
    height: auto; }
  .promo-text {
    padding: 0 0 0 30px !important; } }

.box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE; }

#breadcrumbs {
  margin: 15px 0;
  font-size: 12px;
  color: #5d544d; }
  #breadcrumbs a {
    color: #5d544d; }
    #breadcrumbs a:hover {
      color: #813131; }

.menu.expanded {
  margin-bottom: 35px; }
  .menu.expanded li {
    padding-right: 15px; }
    .menu.expanded li:last-child {
      padding-right: 0; }
  .menu.expanded a {
    background: #6c6563;
    color: #fff;
    text-align: center;
    position: relative; }
    .menu.expanded a:after {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 7.5px 0 7.5px;
      border-color: #6c6563 transparent transparent transparent;
      position: absolute;
      content: '';
      bottom: -10px;
      left: 50%;
      margin-left: -7.5px; }
    .menu.expanded a:hover {
      background: #832c2c; }
      .menu.expanded a:hover:after {
        border-color: #832c2c transparent transparent transparent; }

.shop-filter {
  margin-bottom: 1rem; }
  .shop-filter select {
    margin-top: 10px; }

.cart img {
  max-width: 40px; }

.cart thead {
  background: #fff;
  text-transform: uppercase; }
  .cart thead th {
    border-bottom: 2px solid #cacaca; }

.cart td {
  border-bottom: 1px solid #cacaca; }

.cart .qty {
  margin-top: 15px; }

.cart .actions {
  padding-top: 25px; }

.cart .product-name a, .cart a.remove {
  color: #832c2c;
  font-weight: normal; }

.shop_table {
  overflow-x: auto;
  display: block; }

.cart_totals {
  margin-top: 35px; }
  .cart_totals .checkout-button {
    color: #fff; }

.woocommerce-shipping-totals.shipping th {
  vertical-align: top;
}
.woocommerce-shipping-totals.shipping #shipping_method {
  list-style: none;
  margin-left: 0;
}
.woocommerce-shipping-totals.shipping #shipping_method li {
  display: flex;
  margin-bottom: 0.5rem;
}
.woocommerce-shipping-totals.shipping #shipping_method li input {
  margin-bottom: 0;
}
.woocommerce-shipping-totals.shipping #shipping_method li label {
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .shop_table_responsive.cart thead {
    display: none; }
  .shop_table_responsive.cart tbody,
  .shop_table_responsive.cart tr {
    display: block;
    border: 0; }
  .shop_table_responsive.cart tr {
    position: relative;
    display: block;
    padding-bottom: 15px;
    padding-left: 0px; }
    .shop_table_responsive.cart tr.cart_item {
      padding-left: 115px; }
  .shop_table_responsive.cart td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2px 0;
    border-bottom: 1px dashed #cacaca; }
    .shop_table_responsive.cart td:before {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding-top: 0;
      text-align: left;
      font-size: 11px;
      content: attr(data-title);
      float: left;
      text-transform: uppercase;
      font-weight: bold; }
  .shop_table_responsive.cart td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .shop_table_responsive.cart td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 1115px;
    border-bottom: 0; }
    .shop_table_responsive.cart td.product-thumbnail img {
      max-width: 100px;
      max-height: 100px;
      margin-top: 7px; }
  .shop_table_responsive.cart td.product-name {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 0;
    padding-right: 20px;
    border-bottom: none;
    text-align: left;
    font-size: 110%;
    line-height: 1.3; }
    .shop_table_responsive.cart td.product-name:before {
      display: none; }
    .shop_table_responsive.cart td.product-name a {
      font-weight: bold; }
  .shop_table_responsive.cart td.product-price {
    text-align: right; }
  .shop_table_responsive.cart td.product-quantity .quantity {
    padding: 2px 0; }
  .shop_table_responsive.cart td.product-quantity input.qty {
    margin: 0;
    width: 60px;
    text-align: center;
    padding: 0.3rem 0.4rem;
    height: auto;
    font-size: 13px; }
  .shop_table_responsive.cart td.product-subtotal .amount {
    font-weight: bold;
    color: #832c2c;
    font-size: 14px; }
  .shop_table_responsive.cart .coupon input {
    font-size: 14px; }
  .shop_table_responsive.cart input[type=submit] {
    font-size: 14px;
    float: none;
    width: 100%; }
  .cart_totals {
    margin-top: 20px; }
  .wc-proceed-to-checkout a {
    width: 100%; } }

.woocommerce-pagination {
  margin-top: 15px; }
  .woocommerce-pagination ul {
    margin-left: 0;
    margin-bottom: 1rem; }
    .woocommerce-pagination ul::before, .woocommerce-pagination ul::after {
      display: table;
      content: ' '; }
    .woocommerce-pagination ul::after {
      clear: both; }
    .woocommerce-pagination ul li {
      margin-right: 0.0625rem;
      border-radius: 0;
      font-size: 0.875rem;
      display: none; }
      .woocommerce-pagination ul li:last-child, .woocommerce-pagination ul li:first-child {
        display: inline-block; }
      @media print, screen and (min-width: 40em) {
        .woocommerce-pagination ul li {
          display: inline-block; } }
    .woocommerce-pagination ul a,
    .woocommerce-pagination ul button {
      display: block;
      padding: 0.1875rem 0.625rem;
      border-radius: 0;
      color: #0a0a0a; }
      .woocommerce-pagination ul a:hover,
      .woocommerce-pagination ul button:hover {
        background: #e6e6e6; }
  .woocommerce-pagination li span.current {
    display: inline-block;
    padding: 0.1875rem 0.625rem;
    background: #6c6563;
    color: #fefefe;
    cursor: default; }

.entry-content a {
  color: #832c2c;
  font-weight: bold; }

.book-excerpt {
  margin-top: 15px;
  border-bottom: 1px solid #d7d3d0;
  position: relative;
  /*&:last-child {
		border: 0;
	}*/ }
  .book-excerpt.carousel .book-thumbnail {
    vertical-align: bottom;
    display: table-cell; }
  .book-excerpt.carousel h3 {
    line-height: 1.4;
    margin-top: 20px; }
  .book-excerpt .book-meta {
    padding-left: 15px; }
    .book-excerpt .book-meta h5 {
      font-family: 'Open Sans Condensed', sans-serif;
      color: #221f1f;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 0;
      line-height: normal; }
    .book-excerpt .book-meta a:hover h5 {
      color: #832c2c; }
    .book-excerpt .book-meta .date {
      color: #796d64;
      font-size: 11px;
      line-height: normal; }
    .book-excerpt .book-meta .author {
      color: #221f1f;
      font-size: 12px;
      line-height: normal;
      margin-bottom: 0px; }
  .book-excerpt .book-description {
    font-size: 12px; }

.book-cover img, .thumbnail-cover img {
  -webkit-box-shadow: -10px 10px 0 0 #bfbcbc;
          box-shadow: -10px 10px 0 0 #bfbcbc; }

.book-cover.small img, .thumbnail-cover.small img {
  -webkit-box-shadow: -6px 6px 0 0 #bfbcbc;
          box-shadow: -6px 6px 0 0 #bfbcbc;
  margin: 0 0 6px 6px; }

.book-cover.small.red img, .thumbnail-cover.small.red img {
  -webkit-box-shadow: -6px 6px 0 0 #9d3636;
          box-shadow: -6px 6px 0 0 #9d3636;
  margin: 0 0 6px 6px; }

.book-cover.red, .thumbnail-cover.red {
  -webkit-box-shadow: -10px 10px 0 0 #9d3636;
          box-shadow: -10px 10px 0 0 #9d3636; }

.added_to_cart, .nw-message {
  display: none !important; }

.add-to-cart {
  text-align: right; }
  .add-to-cart .no-price {
    margin-top: 15px; }
  .add-to-cart .label {
    background: none;
    padding: 0;
    margin: 0;
    color: #ad3636;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Open Sans', sans-serif; }
    .product .add-to-cart .label.old {
      color: #796d64;
      font-size: 12px; }
    .product .add-to-cart .label {
      font-size: 14px; }
  .add-to-cart .price {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #796d64;
    line-height: 12px;
    margin-bottom: 5px; }
    .product .add-to-cart .price {
      font-size: 20px;
      color: #221f1f;
      margin-bottom: 15px; }
    .add-to-cart .price .old-price {
      font-size: 12px;
      font-weight: 300;
      color: #969696;
      line-height: 12px; }
      .product .add-to-cart .price .old-price {
        color: #969696;
        font-size: 16px; }
  .add-to-cart .quantity {
    width: 56px;
    display: inline-block;
    float: right;
    display: none; }

@media screen and (min-width: 1440px) {
  .book-reel.book-reel-featured.slick-slider .slick-prev, .book-reel.book-reel-featured.slick-slider .slick-next {
    width: 50px !important;
    height: 50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #796d64;
    z-index: 888;
    border-radius: 50%;
    top: 45%; }
    .book-reel.book-reel-featured.slick-slider .slick-prev:hover, .book-reel.book-reel-featured.slick-slider .slick-next:hover {
      background: #832c2c; }
  .book-reel.book-reel-featured.slick-slider .slick-next {
    left: -80px; }
    .book-reel.book-reel-featured.slick-slider .slick-next:before {
      content: '\EDC5'; }
  .book-reel.book-reel-featured.slick-slider .slick-prev {
    left: auto;
    right: -80px; }
    .book-reel.book-reel-featured.slick-slider .slick-prev:before {
      content: '\EDBD'; }
  .book-reel.book-reel-featured.slick-slider:before {
    font-size: 20px;
    color: #fff;
    font-family: 'Icomoon-Ultimate' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

@media screen and (max-width: 1440px) {
  .book-reel.book-reel-featured.slick-slider .slick-prev, .book-reel.book-reel-featured.slick-slider .slick-next {
    top: -40px;
    margin-right: 0;
    bottom: auto;
    width: 24px !important;
    height: 24px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #796d64; }
    .book-reel.book-reel-featured.slick-slider .slick-prev:before, .book-reel.book-reel-featured.slick-slider .slick-next:before {
      font-size: 10px;
      color: #fff;
      font-family: 'Icomoon-Ultimate' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .book-reel.book-reel-featured.slick-slider .slick-prev:hover, .book-reel.book-reel-featured.slick-slider .slick-next:hover {
      background: #832c2c; }
  .book-reel.book-reel-featured.slick-slider .slick-next {
    right: 0; }
    .book-reel.book-reel-featured.slick-slider .slick-next:before {
      content: '\edc1'; }
  .book-reel.book-reel-featured.slick-slider .slick-prev {
    left: auto;
    right: 29px; }
    .book-reel.book-reel-featured.slick-slider .slick-prev:before {
      content: '\edb9'; } }

.book-reel .book-reel-small.slick-slider .slick-prev, .book-reel .book-reel-small.slick-slider .slick-next {
  top: -40px;
  margin-right: 15px;
  bottom: auto;
  width: 24px !important;
  height: 24px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: #796d64; }
  .book-reel .book-reel-small.slick-slider .slick-prev:before, .book-reel .book-reel-small.slick-slider .slick-next:before {
    font-size: 10px;
    color: #fff;
    font-family: 'Icomoon-Ultimate' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .book-reel .book-reel-small.slick-slider .slick-prev:hover, .book-reel .book-reel-small.slick-slider .slick-next:hover {
    background: #832c2c; }

.book-reel .book-reel-small.slick-slider .slick-next {
  right: 0; }
  .book-reel .book-reel-small.slick-slider .slick-next:before {
    content: '\edc1'; }

.book-reel .book-reel-small.slick-slider .slick-prev {
  left: auto;
  right: 29px; }
  .book-reel .book-reel-small.slick-slider .slick-prev:before {
    content: '\edb9'; }

.book-reel.in-preparation .images img {
  max-height: 320px; }

.book-reel .reel {
  overflow: hidden; }

.book-reel.in-preparation .product-listing {
  float: none;
  margin: 0 auto; }

.book-slider h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px; }

.book-slider .book-excerpt {
  border-bottom: 0; }

.book-slider .book-reel {
  border-top: 1px solid #221f1f; }
  .book-slider .book-reel .slick-list {
    margin: 0 -25px;
    padding: 20px 0 0 10px; }
    .book-slider .book-reel .slick-list:after {
      width: 15px;
      height: 100%;
      background: #fff;
      content: '';
      position: absolute;
      top: 0;
      right: 0; }
    .book-slider .book-reel .slick-list:before {
      width: 15px;
      height: 100%;
      background: #fff;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 88; }

.book-slider .slick-slide {
  margin: 0 25px; }

.widget {
  margin-bottom: 0px;
  /*&.slick-slider {

		.slick-prev, .slick-next {
			top: 5px;
			bottom: auto;
			width: 24px !important;
			height: 24px;
			transform: none;
			background: #796d64;

			&:before {
				font-size: 10px;
				color: $white;
			}

			&:hover {
				background: #832c2c;
			}
		}
		.slick-next {
			right: 0;

			&:before {
				content: 'a';
			}
		}
		.slick-prev {
			left: auto;
			right: 29px;

			&:before {
				content: 'b';
			}
		}

	}*/ }
  .widget h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
    color: #5d544d;
    border-bottom: 3px solid #5d544d;
    font-size: 26px; }
  .widget.widget_top_list_widget {
    background: #f1f0f0; }
    .widget.widget_top_list_widget h4 {
      padding-top: 15px;
      margin: 0 15px 10px; }
    .widget.widget_top_list_widget .book-excerpt {
      padding-top: 0; }
    .widget.widget_top_list_widget .number-listing {
      padding: 1px 20px 0 15px;
      display: block;
      position: relative; }
      .widget.widget_top_list_widget .number-listing h5 {
        font-size: 16px; }
      .widget.widget_top_list_widget .number-listing h5, .widget.widget_top_list_widget .number-listing .author {
        position: relative;
        z-index: 20; }
      .widget.widget_top_list_widget .number-listing .book-meta {
        padding-right: 25px; }
      .widget.widget_top_list_widget .number-listing .book-excerpt {
        padding-bottom: 20px; }
      .widget.widget_top_list_widget .number-listing:last-child .book-excerpt {
        border-bottom: 0; }
    .widget.widget_top_list_widget .number-listing:hover {
      background: #796d64; }
      .widget.widget_top_list_widget .number-listing:hover h5, .widget.widget_top_list_widget .number-listing:hover .author {
        color: #fff; }
    .widget.widget_top_list_widget .listing-number {
      position: absolute;
      right: -5px;
      top: 38%;
      color: #bbb6b2;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 80px;
      font-weight: 300;
      line-height: 0;
      z-index: 101; }
  .widget.widget_media_widget a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d7d3d0; }
    .widget.widget_media_widget a h5 {
      margin-bottom: 0;
      font-weight: 700;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px; }
    .widget.widget_media_widget a .entry-meta {
      font-size: 11px;
      font-weight: 700;
      color: #ad3636; }
    .widget.widget_media_widget a:hover {
      background: #f1f0f0; }

.product {
  position: relative; }
  .product h1 {
    margin: 0;
    padding: 0; }
  .product .sku_wrapper {
    font-weight: bold;
    color: #832c2c; }
  .product > .row {
    margin-top: 30px; }
  .product .book-excerpt {
    padding-top: 0; }
  .single-product .product .images {
    margin-right: 15px; }
  .product .attribute {
    font-size: 12px;
    margin-bottom: 15px;
    color: #4b4846; }
    .product .attribute.big {
      font-size: 14px;
      margin-bottom: 15px;
      color: #4b4846; }
    .product .attribute a {
      color: #832c2c; }
      .product .attribute a:hover {
        text-decoration: underline; }
  .product .entry-summary {
    position: relative; }
  .product .add-to-cart {
    position: absolute;
    bottom: -5px;
    right: 0; }
  .product .price {
    text-align: right; }
    .product .price .amount {
      display: block; }
  .product .ribbon {
    z-index: 2000; }

.images {
  position: relative;
  margin-bottom: 30px; }

.products .product-listing .images {
  padding-right: 10px; }

.products .product-listing .book-excerpt {
  border-bottom: 1px solid #d7d3d0;
  margin-bottom: 15px; }

.products .product-listing .book-description {
  margin-bottom: 15px; }

.widget .product-listing:last-child .book-excerpt {
  border: 0;
  margin-bottom: 0; }

.add_to_cart_button {
  background: #832c2c;
  color: #fff;
  padding: 0;
  margin-bottom: 0; }
  .add_to_cart_button:hover {
    background: #9d3636; }
  .add_to_cart_button.small {
    font-size: 12px; }
  .add_to_cart_button.big {
    font-size: 14px; }
  .add_to_cart_button.big span {
    padding: 9px; }
  .add_to_cart_button span {
    display: inline-block;
    padding: 2px 7px; }
    .add_to_cart_button span.icon {
      background: #9d3636;
      border: 1px solid #b33d3d;
      padding: 2px; }
      .add_to_cart_button span.icon span {
        padding: 2px; }

.tabs {
  border: 0;
  margin-top: 20px; }
  .tabs li {
    float: left;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-right: 1px; }
    .tabs li a {
      float: left;
      padding: 4px 15px;
      color: #221f1f;
      background: #f1f0f0;
      outline: none; }
    .tabs li.active a {
      background: #d7d3d0;
      -webkit-box-shadow: inset 2px 0 0 #9d3636;
              box-shadow: inset 2px 0 0 #9d3636; }

.wc-tab {
  border-top: 1px solid #d7d3d0;
  border-bottom: 1px solid #d7d3d0;
  padding: 15px 0 0 0; }

#respond {
  background: #fff;
  padding: 15px 0; }
  #respond p.stars a:before, #respond p.stars a:hover ~ a:before {
    content: "\e021"; }
  #respond p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: #9D3636;
    font-size: 22px; }
  #respond p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0; }
  #respond p.stars.selected a.active:before, #respond p.stars:hover a:before {
    content: "\e020"; }
  #respond p.stars.selected a.active ~ a:before {
    content: "\e021"; }
  #respond p.stars.selected a:not(.active):before {
    content: "\e020"; }
  #respond textarea#comment {
    height: 100px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px; }
  #respond input {
    font-family: "Open Sans", sans-serif;
    font-size: 13px; }

.woocommerce-order-pay a.button {
  color: #fff; }

ol.commentlist {
  padding: 15px 0; }
  ol.commentlist li {
    list-style: none;
    margin-bottom: 30px; }
  ol.commentlist .comment_container {
    overflow: hidden;
    margin-bottom: 15px; }
  ol.commentlist img.avatar {
    /*padding: 3px;
		background: #fff;
		border: 1px solid #dedede;*/ }
  ol.commentlist .comment-text {
    position: relative;
    background: #F1F0F0;
    border: 1px solid #D7D3D0;
    font-size: 13px;
    padding: 10px 15px 0; }
    ol.commentlist .comment-text .meta {
      font-size: 12px;
      color: #777; }
      ol.commentlist .comment-text .meta strong {
        color: #9D3636; }
  ol.commentlist .comment-text:after, ol.commentlist .comment-text:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  ol.commentlist .comment-text:after {
    border-color: rgba(241, 240, 240, 0);
    border-right-color: #F1F0F0;
    border-width: 10px;
    margin-top: -10px; }
  ol.commentlist .comment-text:before {
    border-color: rgba(215, 211, 208, 0);
    border-right-color: #D7D3D0;
    border-width: 11px;
    margin-top: -11px; }
  ol.commentlist .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 20px;
    line-height: 1;
    font-size: 1em;
    width: 70px;
    font-family: star;
    color: #9D3636; }
  ol.commentlist .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  ol.commentlist .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  ol.commentlist .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0; }

.related.products {
  margin-top: 20px; }
  .related.products h2 {
    margin-bottom: 20px; }
  .related.products ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.news-feed .news {
  border-bottom: 1px solid #393636;
  padding-bottom: 15px;
  margin-right: 15px;
  margin-bottom: 15px; }
  .news-feed .news:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.news-feed .entry-thumbnail {
  margin-right: 15px; }

.news-feed .entry-meta {
  color: #704949;
  margin-top: 10px; }

.news-feed p {
  margin-bottom: 0; }

.join {
  padding: 5px;
  margin-top: 60px; }
  .join .callout {
    border-left: 10px solid #832c2c;
    padding: 20px 30px; }
    .join .callout h5 {
      color: #5d544d;
      font-weight: 700;
      font-size: 36px; }
    .join .callout p {
      margin-bottom: 0; }
    .join .callout .button {
      text-transform: uppercase; }
      @media print, screen and (min-width: 64em) {
        .join .callout .button {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .join .callout .button {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media screen and (max-width: 39.9375em) {
        .join .callout .button {
          float: none !important;
          margin: 35px auto 10px; } }

#bank-cards {
  background: #fff;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 10px; }
  #bank-cards img {
    margin-right: 5px; }
  #bank-cards .second {
    text-align: right; }
    #bank-cards .second img {
      margin-left: 5px; }

#footer {
  background: #221f1f;
  padding: 60px 0 0 0;
  margin-top: 40px;
  color: #7f7e7e; }
  #footer h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px; }
  #footer h5 {
    color: #7f7e7e;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 13px; }
    #footer h5:hover {
      color: #fff; }
  #footer .big-phone {
    color: #fff;
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300; }
    #footer .big-phone span {
      font-size: 38px;
      padding-right: 5px; }
  #footer a {
    color: #7f7e7e; }
    #footer a:hover {
      color: #fff; }
  #footer .social-networks span {
    font-size: 16px; }
  #footer .newsletter-form form {
    border: 1px solid #55514f;
    padding-bottom: 0; }
  #footer .newsletter-form input {
    background: #332f2f;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    height: 42px; }
    #footer .newsletter-form input:focus {
      font-size: 13px; }
    #footer .newsletter-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #6e6c6c;
      font-size: 13px;
      font-style: italic; }
    #footer .newsletter-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #6e6c6c;
      font-size: 13px;
      font-style: italic; }
    #footer .newsletter-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: #6e6c6c;
      font-size: 13px;
      font-style: italic; }
    #footer .newsletter-form input:-moz-placeholder {
      /* Firefox 18- */
      color: #6e6c6c;
      font-size: 13px;
      font-style: italic; }
  #footer .newsletter-form button {
    background: #796d64;
    color: #fff;
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: 42px;
    padding: 0; }

#footer-copy {
  background: #181616;
  color: #4b4846;
  font-size: 12px;
  padding: 25px 0;
  border-top: 1px solid #282b39; }
  #footer-copy p {
    margin-bottom: 0; }
  #footer-copy ul {
    margin-bottom: 0; }
    #footer-copy ul li {
      margin-left: 15px; }
    #footer-copy ul a {
      padding: 4px 0; }

#cn-close-notice {
  display: none !important;
}

/*# sourceMappingURL=foundation.css.map */
