@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
*/
a:hover {
  cursor: pointer; }

.ie11 .sp-testimonial-close {
  display: block !important; }

.ie11 .special-testimonial {
  top: -290px; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * 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; }

.main-content p .flex-video.widescreen {
  padding-bottom: 56.25%;
  margin-bottom: 50px;
  margin-top: 50px; }

/*!
 *  Font Awesome 4.5.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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

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

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media 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 {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

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

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

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

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

strong,
b {
  font-weight: 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-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #b3b2b3;
    line-height: 0; }

h1 {
  font-size: 1.25rem; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.875rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.8125rem; }

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

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

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

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

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

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

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

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

.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 screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -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;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #ffcc01;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #daae00;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #ffcc01;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #cda400;
      color: #fff; }
  .button.secondary {
    background-color: #ededed;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #bebebe;
      color: #000; }
  .button.ternary {
    background-color: #626262;
    color: #fff; }
    .button.ternary:hover, .button.ternary:focus {
      background-color: #4e4e4e;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #ffcc01;
    color: #ffcc01; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #806600;
      color: #806600; }
    .button.hollow.primary {
      border: 1px solid #ffcc01;
      color: #ffcc01; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #806600;
        color: #806600; }
    .button.hollow.secondary {
      border: 1px solid #ededed;
      color: #ededed; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #777777;
        color: #777777; }
    .button.hollow.ternary {
      border: 1px solid #626262;
      color: #626262; }
      .button.hollow.ternary:hover, .button.hollow.ternary:focus {
        border-color: #313131;
        color: #313131; }
    .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 #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ffcc01;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #ffcc01;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #ededed;
        color: #fff; }
    .button.disabled.ternary, .button[disabled].ternary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.ternary:hover, .button.disabled.ternary:focus, .button[disabled].ternary:hover, .button[disabled].ternary:focus {
        background-color: #626262;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: none;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fff;
  -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);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: none;
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: 0 0 5px #b3b2b3;
            box-shadow: 0 0 5px #b3b2b3;
    -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: #b3b2b3; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b2b3; }

input::placeholder,
textarea::placeholder {
  color: #b3b2b3; }

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

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

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [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.5rem 0; }

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

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

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #b3b2b3;
  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;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

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

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

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

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

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

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

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #ffcc01;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #ffcc01;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #fff;
    border-bottom: 0.45rem solid #fff; }
  input[type="range"]::-ms-thumb {
    background: #ffcc01;
    width: 1.4rem;
    height: 1.4rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower {
    background: #b3b2b3; }
  input[type="range"]::-ms-fill-upper {
    background: #e6e6e6; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0; }

.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 {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #ffcc01;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #ffcc01; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #ffcc01;
  color: #fff; }
  .badge.secondary {
    background: #ededed;
    color: #0a0a0a; }
  .badge.ternary {
    background: #626262;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #fff; }
  .badge.alert {
    background: #ec5840;
    color: #fff; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .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: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: #ffcc01;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #cda400;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #ededed;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #bebebe;
      color: #000; }
  .button-group.ternary .button {
    background-color: #626262;
    color: #fff; }
    .button-group.ternary .button:hover, .button-group.ternary .button:focus {
      background-color: #4e4e4e;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .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 screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media 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 {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fff7d9; }
  .callout.secondary {
    background-color: #fcfcfc; }
  .callout.ternary {
    background-color: #e7e7e7; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -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%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

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

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

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #b3b2b3; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #ffcc01 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #ffcc01;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #ffcc01;
  color: #fff; }
  .label.secondary {
    background: #ededed;
    color: #0a0a0a; }
  .label.ternary {
    background: #626262;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .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; }

.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 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 {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fff;
    background: #121212; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -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; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  -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;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

.progress {
  background-color: #b3b2b3;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #ffcc01; }
  .progress.secondary .progress-meter {
    background-color: #ededed; }
  .progress.ternary .progress-meter {
    background-color: #626262; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ffcc01; }

.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: #fff;
  white-space: nowrap; }

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #b3b2b3;
  border: 0; }
  progress::-webkit-progress-bar {
    background: #b3b2b3;
    border-radius: 0; }
  progress::-webkit-progress-value {
    background: #ffcc01;
    border-radius: 0; }
  progress::-moz-progress-bar {
    background: #ffcc01;
    border-radius: 0; }
  progress.primary {
    color: #ffcc01; }
    progress.primary::-webkit-progress-value {
      background: #ffcc01; }
    progress.primary::-moz-progress-bar {
      background: #ffcc01; }
  progress.secondary {
    color: #ededed; }
    progress.secondary::-webkit-progress-value {
      background: #ededed; }
    progress.secondary::-moz-progress-bar {
      background: #ededed; }
  progress.ternary {
    color: #626262; }
    progress.ternary::-webkit-progress-value {
      background: #626262; }
    progress.ternary::-moz-progress-bar {
      background: #626262; }
  progress.success {
    color: #3adb76; }
    progress.success::-webkit-progress-value {
      background: #3adb76; }
    progress.success::-moz-progress-bar {
      background: #3adb76; }
  progress.warning {
    color: #ffae00; }
    progress.warning::-webkit-progress-value {
      background: #ffae00; }
    progress.warning::-moz-progress-bar {
      background: #ffae00; }
  progress.alert {
    color: #ec5840; }
    progress.alert::-webkit-progress-value {
      background: #ec5840; }
    progress.alert::-moz-progress-bar {
      background: #ec5840; }
  progress::-ms-fill {
    border-radius: 0;
    border: 0; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  background: #b3b2b3;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #b3b2b3;
    border: 0; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840; }
  meter::-moz-meter-bar {
    background: #ffcc01; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.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: #b3b2b3;
  -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;
  background-color: #ffcc01;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #daae00; }
  .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: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

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

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

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

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

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

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

.switch-paddle {
  background: #b3b2b3;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #ffcc01; }
    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 {
    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 {
    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 {
    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 #f2f2f2;
    background-color: #fff; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f9f9f9;
    color: #0a0a0a; }
  table tfoot {
    background: #f2f2f2;
    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 tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #ffcc01; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #f3c200; }

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

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

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

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

.thumbnail {
  border: solid 4px #fff;
  -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);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -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;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(255, 204, 1, 0.5);
            box-shadow: 0 0 6px 1px rgba(255, 204, 1, 0.5); }

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

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

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

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

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

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

.top-bar {
  padding: 0 0 0 1rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fff; }
  .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 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 {
  float: left;
  margin-right: 1rem; }

.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 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 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;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

.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
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

@font-face {
  font-family: 'HelveticaNeueLTStd-XBlkCn';
  src: url("../fonts/3211C2_0_0.eot");
  src: url("../fonts/3211C2_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3211C2_0_0.woff2") format("woff2"), url("../fonts/3211C2_0_0.woff") format("woff"), url("../fonts/3211C2_0_0.ttf") format("truetype"); }

@font-face {
  font-family: "web-mob";
  src: url("../fonts/web-mob.eot");
  src: url("../fonts/web-mob.eot?#iefix") format("embedded-opentype"), url("../fonts/web-mob.woff") format("woff"), url("../fonts/web-mob.ttf") format("truetype"), url("../fonts/web-mob.svg#web-mob") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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-track h2 p {
    line-height: 1.2; }

.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-a {
  height: 530px;
  width: 930px;
  margin: 0 auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -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: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: "slick";
        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; }

/*!
 * Materialize v0.97.7 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffcc01 !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/* ==========================================================================
   Materialize variables
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
/* 1. Colors
   ========================================================================== */
/* 2. Badges
   ========================================================================== */
/* 3. Buttons
   ========================================================================== */
/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
*/
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

ul {
  padding: 0;
  list-style-type: none; }

ul.browser-default,
ul.browser-default li {
  list-style-type: initial; }

ul li {
  list-style-type: none; }

.valign-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.valign-wrapper .valign {
  display: block; }

.clearfix {
  clear: both; }

.z-depth-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.z-depth-1, .card-panel, .card, .toast, .btn, .pass_sumbit .sdm_pass_protected_download, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half, .btn:hover, .pass_sumbit .sdm_pass_protected_download:hover, .btn-large:hover, .btn-floating:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4, .modal {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.hoverable:hover {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }

i {
  line-height: inherit; }

i.left {
  float: left;
  margin-right: 15px; }

i.right {
  float: right;
  margin-left: 15px; }

i.tiny {
  font-size: 1rem; }

i.small {
  font-size: 2rem; }

i.medium {
  font-size: 4rem; }

i.large {
  font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px; }

.pagination li.active a {
  color: #fff; }

.pagination li.active {
  background-color: #ee6e73; }

.pagination li.disabled a {
  cursor: default;
  color: #999; }

.pagination li i {
  font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
  .pagination li.prev,
  .pagination li.next {
    width: 10%; }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px; }

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased; }

.breadcrumb:first-child:before {
  display: none; }

.breadcrumb:last-child {
  color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73; }

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0; }

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2; }

table.striped > tbody > tr > td {
  border-radius: 0; }

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }

table.highlight > tbody > tr:hover {
  background-color: #f2f2f2; }

table.centered thead tr th, table.centered tbody tr td {
  text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
  table.responsive-table td:empty:before {
    content: '\00a0'; }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top; }
  table.responsive-table th {
    text-align: left; }
  table.responsive-table thead {
    display: block;
    float: left; }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0; }
  table.responsive-table thead tr th::before {
    content: "\00a0"; }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top; }
  table.responsive-table th {
    display: block;
    text-align: right; }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left; }
  table.responsive-table tr {
    padding: 0 10px; }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0; }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0; }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  table.responsive-table.bordered tr {
    border: 0; }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0; } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0; }

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative; }

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle; }

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center; }

.collection .collection-item.avatar .title {
  font-size: 16px; }

.collection .collection-item.avatar p {
  margin: 0; }

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px; }

.collection .collection-item:last-child {
  border-bottom: none; }

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9; }

.collection .collection-item.active .secondary-content {
  color: #fff; }

.collection a.collection-item {
  display: block;
  -webkit-transition: .25s;
  transition: .25s;
  color: #26a69a; }

.collection a.collection-item:not(.active):hover {
  background-color: #ddd; }

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px; }

.collection.with-header .collection-item {
  padding-left: 30px; }

.collection.with-header .collection-item.avatar {
  padding-left: 72px; }

.secondary-content {
  float: right;
  color: #26a69a; }

.collapsible .collection {
  margin: 0;
  border: none; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px; }

span.badge.new:after {
  content: " new"; }

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption); }

nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width .3s linear;
  transition: width .3s linear; }

.progress .indeterminate {
  background-color: #26a69a; }

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

.flow-text {
  font-weight: 300; }

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem; } }

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem; } }

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem; } }

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem; } }

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem; } }

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem; } }

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem; } }

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem; } }

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem; } }

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem; } }

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem; } }

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem; } }

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem; } }

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem; } }

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem; } }

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem; } }

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem; } }

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem; } }

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem; } }

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem; } }

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff; }

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px; }

.card .card-title {
  font-size: 24px;
  font-weight: 300; }

.card .card-title.activator {
  cursor: pointer; }

.card.small, .card.medium, .card.large {
  position: relative; }

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden; }

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%; }

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden; }

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.card.small {
  height: 300px; }

.card.medium {
  height: 400px; }

.card.large {
  height: 500px; }

.card.horizontal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible; }

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%; }

.card.horizontal .card-image {
  max-width: 50%; }

.card.horizontal .card-image img {
  max-width: 100%;
  width: auto; }

.card.horizontal .card-stacked {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative; }

.card.horizontal .card-stacked .card-content {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1; }

.card.sticky-action .card-action {
  z-index: 2; }

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px; }

.card .card-image {
  position: relative; }

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px; }

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px; }

.card .card-content p {
  margin: 0;
  color: inherit; }

.card .card-content .card-title {
  line-height: 48px; }

.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px; }

.card .card-action a:not(.btn):not(.pass_sumbit .sdm_pass_protected_download):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase; }

.card .card-action a:not(.btn):not(.pass_sumbit .sdm_pass_protected_download):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6; }

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none; }

.card .card-reveal .card-title {
  cursor: pointer;
  display: block; }

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%; } }

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%; } }

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%; } }

.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.toast .btn, .toast .pass_sumbit .sdm_pass_protected_download, .pass_sumbit .toast .sdm_pass_protected_download, .toast .btn-large, .toast .btn-flat {
  margin: 0;
  margin-left: 3rem; }

.toast.rounded {
  border-radius: 24px; }

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0; } }

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .toast {
    float: left; } }

@media only screen and (min-width: 993px) {
  .toast {
    float: right; } }

.tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap; }

.tabs .tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .8px;
  width: 15%;
  min-width: 80px; }

.tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease;
  transition: color .28s ease; }

.tabs .tab a:hover {
  color: #f9c9cb; }

.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default; }

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right; }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none; }

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.btn, .pass_sumbit .sdm_pass_protected_download, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  padding: 0 2rem; }
  .btn.no-padd, .pass_sumbit .no-padd.sdm_pass_protected_download, .btn-large.no-padd,
  .btn-flat.no-padd {
    padding: 0; }

.btn.disabled, .pass_sumbit .disabled.sdm_pass_protected_download, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled,
.pass_sumbit .sdm_pass_protected_download:disabled,
.btn-large:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn[disabled],
.pass_sumbit [disabled].sdm_pass_protected_download,
[disabled].btn-large,
.btn-large[disabled],
.btn-floating[disabled] {
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }

.btn.disabled *, .pass_sumbit .disabled.sdm_pass_protected_download *, .disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled *, .pass_sumbit .sdm_pass_protected_download:disabled *, .btn-large:disabled *,
.btn-large:disabled *,
.btn-floating:disabled *,
.btn[disabled] *, .pass_sumbit [disabled].sdm_pass_protected_download *, [disabled].btn-large *,
.btn-large[disabled] *,
.btn-floating[disabled] * {
  pointer-events: none; }

.btn.disabled:hover, .pass_sumbit .disabled.sdm_pass_protected_download:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled:hover,
.pass_sumbit .sdm_pass_protected_download:disabled:hover,
.btn-large:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn[disabled]:hover,
.pass_sumbit [disabled].sdm_pass_protected_download:hover,
[disabled].btn-large:hover,
.btn-large[disabled]:hover,
.btn-floating[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important; }

.btn i, .pass_sumbit .sdm_pass_protected_download i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }

.btn, .pass_sumbit .sdm_pass_protected_download, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer; }

.btn:hover, .pass_sumbit .sdm_pass_protected_download:hover, .btn-large:hover {
  background-color: #2bbbad; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px; }

.btn-floating:hover {
  background-color: #26a69a; }

.btn-floating:before {
  border-radius: 0; }

.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px; }

.btn-floating.btn-large i {
  line-height: 55.5px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }

.fixed-action-btn.active ul {
  visibility: visible; }

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px; }

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */ }

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0; }

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden; }

.fixed-action-btn ul li {
  margin-bottom: 15px; }

.fixed-action-btn ul a.btn-floating {
  opacity: 0; }

.btn-flat {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.btn-flat:focus, .btn-flat:active {
  background-color: transparent; }

.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px; }

.btn-large i {
  font-size: 1.6rem; }

.btn-block {
  display: block; }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none; }

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee; }

.dropdown-content li.active.selected {
  background-color: #e1e1e1; }

.dropdown-content li.divider {
  min-height: 0;
  height: 1px; }

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  width: 100%; }

.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px; }

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect, .pass_sumbit .sdm_pass_protected_download {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.waves-effect .waves-ripple, .pass_sumbit .sdm_pass_protected_download .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  pointer-events: none; }

.waves-effect.waves-light .waves-ripple, .pass_sumbit .sdm_pass_protected_download .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple, .pass_sumbit .waves-red.sdm_pass_protected_download .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple, .pass_sumbit .waves-yellow.sdm_pass_protected_download .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple, .pass_sumbit .waves-orange.sdm_pass_protected_download .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple, .pass_sumbit .waves-purple.sdm_pass_protected_download .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple, .pass_sumbit .waves-green.sdm_pass_protected_download .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple, .pass_sumbit .waves-teal.sdm_pass_protected_download .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

.waves-effect input[type="button"], .pass_sumbit .sdm_pass_protected_download input[type="button"], .waves-effect input[type="reset"], .pass_sumbit .sdm_pass_protected_download input[type="reset"], .waves-effect input[type="submit"], .pass_sumbit .sdm_pass_protected_download input[type="submit"] {
  border: 0;
  height: 100%;
  padding: 0 2rem;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none; }

.waves-effect img, .pass_sumbit .sdm_pass_protected_download img {
  position: relative;
  z-index: -1; }

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple, .pass_sumbit .sdm_pass_protected_download .waves-ripple {
  z-index: -1; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%; } }

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0; }

.modal .modal-content {
  padding: 24px; }

.modal .modal-close {
  cursor: pointer; }

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%; }

.modal .modal-footer .btn, .modal .modal-footer .pass_sumbit .sdm_pass_protected_download, .pass_sumbit .modal .modal-footer .sdm_pass_protected_download, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0; }

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto; }

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0; }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 25px;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.collapsible-body p {
  margin: 0;
  padding: 2rem; }

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0; }

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px; }

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit; }

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff; }

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px; }

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.collapsible.popout > li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0; }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px; }

.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%; }

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px; }

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 30px;
  min-height: 45px;
  outline: none;
  padding-bottom: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
          box-shadow: 0 1px 0 0 #26a69a; }

.chips:hover {
  cursor: text; }

.chips .chip.selected {
  background-color: #26a69a;
  color: #fff; }

.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  margin-right: 20px;
  line-height: 32px;
  outline: 0;
  padding: 0 !important;
  width: 120px !important; }

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.materialboxed:hover {
  will-change: left, top, width, height; }

.materialboxed:hover:not(.active) {
  opacity: .8; }

.materialboxed.active {
  cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

select:focus {
  outline: 1px solid #c9f3ef; }

button:focus {
  outline: none;
  background-color: #2ab7a9; }

label {
  font-size: 0.8rem;
  color: #212121; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1; }

:-ms-input-placeholder {
  color: #d1d1d1; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26); }

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
          box-shadow: 0 1px 0 0 #26a69a; }

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ffcc01; }

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  -webkit-box-shadow: 0 1px 0 0 #4CAF50;
          box-shadow: 0 1px 0 0 #4CAF50; }

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1; }

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 1px 0 0 #F44336;
          box-shadow: 0 1px 0 0 #F44336; }

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1; }

input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none; }

input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }

.input-field.col label {
  left: 0.75rem; }

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem); }

.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out; }

.input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
      transform: translateY(-140%); }

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s; }

.input-field .prefix.active {
  color: #26a69a; }

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.input-field .prefix ~ label {
  margin-left: 3rem; }

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem); } }

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }

.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444; }

.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444; }

.input-field input[type=search] + label {
  left: 1rem; }

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }

textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static; }

.autocomplete-content li .highlight {
  color: #444; }

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0; }

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  transition: .2s; }

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0); }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffcc01;
  border-bottom: 2px solid #ffcc01;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #ffcc01;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
      transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
      transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ffcc01;
  background-color: #ffcc01;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #ffcc01;
  border-color: #ffcc01; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block; }

.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px; }

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26); }

.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7); }

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4); }

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px; }

.file-field input.file-path {
  width: 100%; }

.file-field .btn, .file-field .pass_sumbit .sdm_pass_protected_download, .pass_sumbit .file-field .sdm_pass_protected_download, .file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem; }

.file-field span {
  cursor: pointer; }

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }

input[type=range]:focus {
  outline: none; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0; }

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: .3s;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed; }

.table-of-contents li {
  padding: 2px 0; }

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block; }

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f; }

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f; }

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
      transform: translateX(-105%); }

.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
      transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.side-nav .collapsible {
  margin: 0; }

.side-nav li {
  float: none;
  line-height: 48px; }

.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05); }

.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px; }

.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.side-nav a.btn, .side-nav .pass_sumbit a.sdm_pass_protected_download, .pass_sumbit .side-nav a.sdm_pass_protected_download, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px; }

.side-nav a.btn, .side-nav .pass_sumbit a.sdm_pass_protected_download, .pass_sumbit .side-nav a.sdm_pass_protected_download, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: #fff; }

.side-nav a.btn-flat {
  color: #343434; }

.side-nav a.btn:hover, .side-nav .pass_sumbit a.sdm_pass_protected_download:hover, .pass_sumbit .side-nav a.sdm_pass_protected_download:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
  background-color: #2bbbad; }

.side-nav a.btn-floating:hover {
  background-color: #26a69a; }

.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: left;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54); }

.side-nav .divider {
  margin: 8px 0 0 0; }

.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px; }

.side-nav .subheader:hover {
  background-color: transparent; }

.side-nav .userView {
  overflow: hidden;
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px; }

.side-nav .userView a {
  height: auto;
  padding: 0; }

.side-nav .userView a:hover {
  background-color: transparent; }

.side-nav .userView .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
  display: block; }

.side-nav .userView .circle {
  height: 64px;
  width: 64px; }

.side-nav .userView .name,
.side-nav .userView .email {
  font-weight: 14px;
  line-height: 24px; }

.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500; }

.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed a {
  display: block;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.87); }

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  position: fixed; }

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto; }

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
        transform: translateX(-105%); }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
        transform: translateX(105%); }
  .side-nav a {
    padding: 0 16px; }
  .side-nav .userView {
    padding: 16px 16px 0; } }

.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73; }

.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }

.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
      transform: rotate(129deg); }

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
      transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.slider {
  position: relative;
  height: 400px;
  width: 100%; }

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slider.fullscreen ul.slides {
  height: 100%; }

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px; }

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px; }

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden; }

.slider .slides li img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0; }

.slider .slides li .caption p {
  color: #e0e0e0; }

.slider .slides li.active {
  z-index: 2; }

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%; }

.slider .indicators .indicator-item.active {
  background-color: #4CAF50; }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%; }

.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0; }

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1; }

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px; }

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0; }

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px; }

.carousel.carousel-slider .carousel-item p {
  font-size: 15px; }

.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0; }

.carousel .carousel-item img {
  width: 100%; }

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%; }

.carousel .indicators .indicator-item.active {
  background-color: #fff; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only "scrollable" top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
            box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD; }

.picker__frame {
  margin: 0 auto;
  max-width: 325px; }

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%; }

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05); }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: -0.25em; }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

.picker__table th, .picker__table td {
  text-align: center; }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500; }

.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff; }

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
      transform: scale(0.75);
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden; }

.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8; }

.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px; }

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem; }

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400; }

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4); }

.picker__box {
  padding: 0; }

.picker__calendar-container {
  padding: 0 1rem; }

.picker__calendar-container thead {
  border: none; }

.picker__table {
  margin-top: 0;
  margin-bottom: .5em; }

.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day.picker__day--today {
  color: #26a69a; }

.picker__day.picker__day--today.picker__day--selected {
  color: #fff; }

.picker__weekday {
  font-size: .9rem; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff; }

.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8; }

.picker__footer {
  text-align: right;
  padding: 5px 10px; }

.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a; }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767; }

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #a1ded8; }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*! jQuery.Flipster, v1.0.1 (built 2015-11-02) */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative; }

.flipster:focus {
  outline: none; }

.flipster__container, .flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom; }

.flipster--click .flipster__item--past, .flipster--click .flipster__item--future {
  cursor: pointer; }

.flipster__item img {
  max-width: 100%; }

.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: .5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  margin: -1em 2em; }

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round; }

.flipster__button:hover, .flipster__button:focus {
  opacity: 1; }

.flipster__button--prev {
  left: 0; }

.flipster__button--next {
  right: 0; }

.flipster__nav, .flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative; }

.flipster__nav__item {
  display: inline-block;
  margin: 0 .25em; }

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: .5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster__nav__link::after {
  content: '';
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
      -ms-transform: translateY(100%) translateY(-0.25em);
          transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  transition: inherit; }

.flipster__nav__item--current > .flipster__nav__link, .flipster__nav__link:hover, .flipster__nav__link:focus {
  color: #fff; }

.flipster__nav__item--current > .flipster__nav__link::after, .flipster__nav__link:hover::after, .flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: .5em;
  background: #4e4441;
  z-index: 1; }

.flipster__nav__child .flipster__nav__link {
  color: #fff; }

.flipster__nav__child .flipster__nav__link::after {
  background: #fff; }

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link, .flipster__nav__child .flipster__nav__link:hover, .flipster__nav__child .flipster__nav__link:focus {
  color: #232221; }

.flipster__nav__item--current .flipster__nav__child {
  display: block; }

.flipster--carousel .flipster__container, .flipster--carousel .flipster__item, .flipster--carousel .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px; }

.flipster--carousel .flipster__item--past, .flipster--carousel .flipster__item--future {
  opacity: 0;
  -webkit-transition-delay: 115ms;
          transition-delay: 115ms; }

.flipster--carousel .flipster__item--past-2, .flipster--carousel .flipster__item--future-2 {
  opacity: .6;
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms; }

.flipster--carousel .flipster__item--past-1, .flipster--carousel .flipster__item--future-1 {
  opacity: .8;
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms; }

.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
          transform: translateX(100%) rotateY(-20deg) scale(0.5); }

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
          transform: translateX(25%) rotateY(40deg) scale(0.65); }

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
          transform: rotateY(45deg) scale(0.8); }

.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
          transform: translateX(-100%) rotateY(20deg) scale(0.5); }

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
          transform: translateX(-25%) rotateY(-40deg) scale(0.65); }

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
          transform: rotateY(-45deg) scale(0.8); }

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.5);
      -ms-transform: translateX(175%) scale(0.5);
          transform: translateX(175%) scale(0.5); }

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.65);
      -ms-transform: translateX(25%) scale(0.65);
          transform: translateX(25%) scale(0.65); }

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0) scale(0.8);
      -ms-transform: translateX(0) scale(0.8);
          transform: translateX(0) scale(0.8); }

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.5);
      -ms-transform: translateX(-175%) scale(0.5);
          transform: translateX(-175%) scale(0.5); }

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.65);
      -ms-transform: translateX(-25%) scale(0.65);
          transform: translateX(-25%) scale(0.65); }

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0) scale(0.8);
      -ms-transform: translateX(0) scale(0.8);
          transform: translateX(0) scale(0.8); }

.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
          transform: translateX(0) rotateY(0deg) scale(1);
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms; }

.flipster--coverflow .flipster__container, .flipster--coverflow .flipster__item, .flipster--coverflow .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px; }

.flipster--coverflow .flipster__container {
  padding-bottom: 5%; }

.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent)); }

.flipster--coverflow .flipster__item__content img:only-child {
  display: block; }

.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scale(0.75) rotateY(55deg);
          transform: scale(0.75) rotateY(55deg); }

.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale(0.75) rotateY(-55deg);
          transform: scale(0.75) rotateY(-55deg); }

.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.flipster--flat .flipster__container, .flipster--flat .flipster__item, .flipster--flat .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }

.flipster--flat .flipster__item--past, .flipster--flat .flipster__item--future {
  opacity: .5; }

.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75); }

.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75); }

.flipster--wheel {
  overflow: hidden; }

.flipster--wheel .flipster__container, .flipster--wheel .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98); }

.flipster--wheel .flipster__container {
  padding-bottom: 20%; }

.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.flipster--wheel .flipster__item__content img:only-child {
  display: block; }

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
      -ms-transform: rotate(-80deg) translate(-170%, 110%);
          transform: rotateZ(-80deg) translate(-170%, 110%); }

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(80deg) translate(170%, 110%);
      -ms-transform: rotate(80deg) translate(170%, 110%);
          transform: rotateZ(80deg) translate(170%, 110%); }

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
      -ms-transform: rotate(-60deg) translate(-70%, 75%);
          transform: rotateZ(-60deg) translate(-70%, 75%); }

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(60deg) translate(70%, 75%);
      -ms-transform: rotate(60deg) translate(70%, 75%);
          transform: rotateZ(60deg) translate(70%, 75%); }

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
      -ms-transform: rotate(-40deg) translate(-17%, 30%);
          transform: rotateZ(-40deg) translate(-17%, 30%); }

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(40deg) translate(17%, 30%);
      -ms-transform: rotate(40deg) translate(17%, 30%);
          transform: rotateZ(40deg) translate(17%, 30%); }

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotateZ(-20deg); }

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(20deg);
      -ms-transform: rotate(20deg);
          transform: rotateZ(20deg); }

.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }

[data-icon]:before {
  font-family: "web-mob" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "web-mob" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-001:before {
  content: "a"; }

.icon-014:before {
  content: "b"; }

.icon-015:before {
  content: "c"; }

.icon-002:before {
  content: "d"; }

.icon-003:before {
  content: "e"; }

.icon-016:before {
  content: "f"; }

.icon-017:before {
  content: "g"; }

.icon-004:before {
  content: "h"; }

.icon-005:before {
  content: "i"; }

.icon-018:before {
  content: "j"; }

.icon-019:before {
  content: "k"; }

.icon-006:before {
  content: "l"; }

.icon-007:before {
  content: "m"; }

.icon-020:before {
  content: "n"; }

.icon-021:before {
  content: "o"; }

.icon-008:before {
  content: "p"; }

.icon-009:before {
  content: "q"; }

.icon-022:before {
  content: "r"; }

.icon-023:before {
  content: "s"; }

.icon-010:before {
  content: "t"; }

.icon-011:before {
  content: "u"; }

.icon-024:before {
  content: "v"; }

.icon-025:before {
  content: "w"; }

.icon-012:before {
  content: "x"; }

.icon-013:before {
  content: "y"; }

.icon-026:before {
  content: "z"; }

.icon-039:before {
  content: "A"; }

.icon-052:before {
  content: "B"; }

.icon-065:before {
  content: "C"; }

.icon-078:before {
  content: "D"; }

.icon-091:before {
  content: "E"; }

.icon-090:before {
  content: "F"; }

.icon-077:before {
  content: "G"; }

.icon-064:before {
  content: "H"; }

.icon-051:before {
  content: "I"; }

.icon-038:before {
  content: "J"; }

.icon-037:before {
  content: "K"; }

.icon-050:before {
  content: "L"; }

.icon-063:before {
  content: "M"; }

.icon-076:before {
  content: "N"; }

.icon-089:before {
  content: "O"; }

.icon-088:before {
  content: "P"; }

.icon-075:before {
  content: "Q"; }

.icon-062:before {
  content: "R"; }

.icon-049:before {
  content: "S"; }

.icon-036:before {
  content: "T"; }

.icon-035:before {
  content: "U"; }

.icon-048:before {
  content: "V"; }

.icon-061:before {
  content: "W"; }

.icon-074:before {
  content: "X"; }

.icon-087:before {
  content: "Y"; }

.icon-086:before {
  content: "Z"; }

.icon-073:before {
  content: "0"; }

.icon-060:before {
  content: "1"; }

.icon-047:before {
  content: "2"; }

.icon-034:before {
  content: "3"; }

.icon-033:before {
  content: "4"; }

.icon-046:before {
  content: "5"; }

.icon-059:before {
  content: "6"; }

.icon-072:before {
  content: "7"; }

.icon-085:before {
  content: "8"; }

.icon-084:before {
  content: "9"; }

.icon-071:before {
  content: "!"; }

.icon-058:before {
  content: "\""; }

.icon-045:before {
  content: "#"; }

.icon-032:before {
  content: "$"; }

.icon-031:before {
  content: "%"; }

.icon-044:before {
  content: "&"; }

.icon-057:before {
  content: "'"; }

.icon-070:before {
  content: "("; }

.icon-083:before {
  content: ")"; }

.icon-082:before {
  content: "*"; }

.icon-069:before {
  content: "+"; }

.icon-056:before {
  content: ","; }

.icon-043:before {
  content: "-"; }

.icon-030:before {
  content: "."; }

.icon-029:before {
  content: "/"; }

.icon-042:before {
  content: ":"; }

.icon-055:before {
  content: ";"; }

.icon-068:before {
  content: "<"; }

.icon-081:before {
  content: "="; }

.icon-080:before {
  content: ">"; }

.icon-067:before {
  content: "?"; }

.icon-054:before {
  content: "@"; }

.icon-041:before {
  content: "["; }

.icon-028:before {
  content: "]"; }

.icon-027:before {
  content: "^"; }

.icon-040:before {
  content: "_"; }

.icon-053:before {
  content: "`"; }

.icon-066:before {
  content: "{"; }

.icon-079:before {
  content: "|"; }

.icon-105:before {
  content: "}"; }

.icon-092:before {
  content: "~"; }

.icon-093:before {
  content: "\\"; }

.icon-106:before {
  content: "\e000"; }

.icon-118:before {
  content: "\e001"; }

.icon-119:before {
  content: "\e002"; }

.icon-132:before {
  content: "\e003"; }

.icon-131:before {
  content: "\e004"; }

.icon-133:before {
  content: "\e005"; }

.icon-120:before {
  content: "\e006"; }

.icon-107:before {
  content: "\e007"; }

.icon-094:before {
  content: "\e008"; }

.icon-095:before {
  content: "\e009"; }

.icon-108:before {
  content: "\e00a"; }

.icon-121:before {
  content: "\e00b"; }

.icon-134:before {
  content: "\e00c"; }

.icon-135:before {
  content: "\e00d"; }

.icon-122:before {
  content: "\e00e"; }

.icon-109:before {
  content: "\e00f"; }

.icon-096:before {
  content: "\e010"; }

.icon-097:before {
  content: "\e011"; }

.icon-110:before {
  content: "\e012"; }

.icon-123:before {
  content: "\e013"; }

.icon-136:before {
  content: "\e014"; }

.icon-137:before {
  content: "\e015"; }

.icon-124:before {
  content: "\e016"; }

.icon-111:before {
  content: "\e017"; }

.icon-098:before {
  content: "\e018"; }

.icon-099:before {
  content: "\e019"; }

.icon-112:before {
  content: "\e01a"; }

.icon-125:before {
  content: "\e01b"; }

.icon-138:before {
  content: "\e01c"; }

.icon-139:before {
  content: "\e01d"; }

.icon-126:before {
  content: "\e01e"; }

.icon-113:before {
  content: "\e01f"; }

.icon-100:before {
  content: "\e020"; }

.icon-101:before {
  content: "\e021"; }

.icon-114:before {
  content: "\e022"; }

.icon-127:before {
  content: "\e023"; }

.icon-140:before {
  content: "\e024"; }

.icon-141:before {
  content: "\e025"; }

.icon-128:before {
  content: "\e026"; }

.icon-115:before {
  content: "\e027"; }

.icon-102:before {
  content: "\e028"; }

.icon-103:before {
  content: "\e029"; }

.icon-116:before {
  content: "\e02a"; }

.icon-129:before {
  content: "\e02b"; }

.icon-142:before {
  content: "\e02c"; }

.icon-143:before {
  content: "\e02d"; }

.icon-130:before {
  content: "\e02e"; }

.icon-117:before {
  content: "\e02f"; }

.icon-104:before {
  content: "\e030"; }

.icon-215:before {
  content: "\e031"; }

.icon-228:before {
  content: "\e032"; }

.icon-144:before {
  content: "\e033"; }

.icon-157:before {
  content: "\e034"; }

.icon-170:before {
  content: "\e035"; }

.icon-183:before {
  content: "\e036"; }

.icon-171:before {
  content: "\e037"; }

.icon-158:before {
  content: "\e038"; }

.icon-145:before {
  content: "\e039"; }

.icon-146:before {
  content: "\e03a"; }

.icon-159:before {
  content: "\e03b"; }

.icon-172:before {
  content: "\e03c"; }

.icon-184:before {
  content: "\e03d"; }

.icon-185:before {
  content: "\e03e"; }

.icon-186:before {
  content: "\e03f"; }

.icon-173:before {
  content: "\e040"; }

.icon-160:before {
  content: "\e041"; }

.icon-147:before {
  content: "\e042"; }

.icon-148:before {
  content: "\e043"; }

.icon-161:before {
  content: "\e044"; }

.icon-174:before {
  content: "\e045"; }

.icon-187:before {
  content: "\e046"; }

.icon-188:before {
  content: "\e047"; }

.icon-175:before {
  content: "\e048"; }

.icon-162:before {
  content: "\e049"; }

.icon-149:before {
  content: "\e04a"; }

.icon-150:before {
  content: "\e04b"; }

.icon-163:before {
  content: "\e04c"; }

.icon-176:before {
  content: "\e04d"; }

.icon-189:before {
  content: "\e04e"; }

.icon-190:before {
  content: "\e04f"; }

.icon-177:before {
  content: "\e050"; }

.icon-164:before {
  content: "\e051"; }

.icon-151:before {
  content: "\e052"; }

.icon-152:before {
  content: "\e053"; }

.icon-165:before {
  content: "\e054"; }

.icon-178:before {
  content: "\e055"; }

.icon-191:before {
  content: "\e056"; }

.icon-192:before {
  content: "\e057"; }

.icon-179:before {
  content: "\e058"; }

.icon-166:before {
  content: "\e059"; }

.icon-153:before {
  content: "\e05a"; }

.icon-154:before {
  content: "\e05b"; }

.icon-167:before {
  content: "\e05c"; }

.icon-180:before {
  content: "\e05d"; }

.icon-193:before {
  content: "\e05e"; }

.icon-194:before {
  content: "\e05f"; }

.icon-181:before {
  content: "\e060"; }

.icon-168:before {
  content: "\e061"; }

.icon-155:before {
  content: "\e062"; }

.icon-156:before {
  content: "\e063"; }

.icon-169:before {
  content: "\e064"; }

.icon-182:before {
  content: "\e065"; }

.icon-195:before {
  content: "\e066"; }

.icon-208:before {
  content: "\e067"; }

.icon-221:before {
  content: "\e068"; }

.icon-234:before {
  content: "\e069"; }

.icon-233:before {
  content: "\e06a"; }

.icon-220:before {
  content: "\e06b"; }

.icon-207:before {
  content: "\e06c"; }

.icon-206:before {
  content: "\e06d"; }

.icon-219:before {
  content: "\e06e"; }

.icon-232:before {
  content: "\e06f"; }

.icon-231:before {
  content: "\e070"; }

.icon-218:before {
  content: "\e071"; }

.icon-205:before {
  content: "\e072"; }

.icon-204:before {
  content: "\e073"; }

.icon-217:before {
  content: "\e074"; }

.icon-230:before {
  content: "\e075"; }

.icon-229:before {
  content: "\e076"; }

.icon-216:before {
  content: "\e077"; }

.icon-203:before {
  content: "\e078"; }

.icon-202:before {
  content: "\e079"; }

.icon-201:before {
  content: "\e07a"; }

.icon-214:before {
  content: "\e07b"; }

.icon-227:before {
  content: "\e07c"; }

.icon-226:before {
  content: "\e07d"; }

.icon-213:before {
  content: "\e07e"; }

.icon-200:before {
  content: "\e07f"; }

.icon-199:before {
  content: "\e080"; }

.icon-212:before {
  content: "\e081"; }

.icon-225:before {
  content: "\e082"; }

.icon-224:before {
  content: "\e083"; }

.icon-211:before {
  content: "\e084"; }

.icon-198:before {
  content: "\e085"; }

.icon-197:before {
  content: "\e086"; }

.icon-210:before {
  content: "\e087"; }

.icon-223:before {
  content: "\e088"; }

.icon-209:before {
  content: "\e089"; }

.icon-196:before {
  content: "\e08a"; }

.icon-222:before {
  content: "\e08b"; }

.icon-247:before {
  content: "\e08c"; }

.icon-260:before {
  content: "\e08d"; }

.icon-273:before {
  content: "\e08e"; }

.icon-286:before {
  content: "\e08f"; }

.icon-299:before {
  content: "\e090"; }

.icon-312:before {
  content: "\e091"; }

.icon-325:before {
  content: "\e092"; }

.icon-324:before {
  content: "\e093"; }

.icon-311:before {
  content: "\e094"; }

.icon-298:before {
  content: "\e095"; }

.icon-285:before {
  content: "\e096"; }

.icon-272:before {
  content: "\e097"; }

.icon-259:before {
  content: "\e098"; }

.icon-246:before {
  content: "\e099"; }

.icon-245:before {
  content: "\e09a"; }

.icon-258:before {
  content: "\e09b"; }

.icon-257:before {
  content: "\e09c"; }

.icon-244:before {
  content: "\e09d"; }

.icon-243:before {
  content: "\e09e"; }

.icon-256:before {
  content: "\e09f"; }

.icon-269:before {
  content: "\e0a0"; }

.icon-282:before {
  content: "\e0a1"; }

.icon-295:before {
  content: "\e0a2"; }

.icon-308:before {
  content: "\e0a3"; }

.icon-321:before {
  content: "\e0a4"; }

.icon-322:before {
  content: "\e0a5"; }

.icon-309:before {
  content: "\e0a6"; }

.icon-296:before {
  content: "\e0a7"; }

.icon-283:before {
  content: "\e0a8"; }

.icon-270:before {
  content: "\e0a9"; }

.icon-271:before {
  content: "\e0aa"; }

.icon-284:before {
  content: "\e0ab"; }

.icon-297:before {
  content: "\e0ac"; }

.icon-310:before {
  content: "\e0ad"; }

.icon-323:before {
  content: "\e0ae"; }

.icon-320:before {
  content: "\e0af"; }

.icon-307:before {
  content: "\e0b0"; }

.icon-294:before {
  content: "\e0b1"; }

.icon-281:before {
  content: "\e0b2"; }

.icon-268:before {
  content: "\e0b3"; }

.icon-255:before {
  content: "\e0b4"; }

.icon-254:before {
  content: "\e0b5"; }

.icon-242:before {
  content: "\e0b7"; }

.icon-240:before {
  content: "\e0b6"; }

.icon-253:before {
  content: "\e0b8"; }

.icon-241:before {
  content: "\e0b9"; }

.icon-267:before {
  content: "\e0ba"; }

.icon-266:before {
  content: "\e0bb"; }

.icon-279:before {
  content: "\e0bc"; }

.icon-280:before {
  content: "\e0bd"; }

.icon-293:before {
  content: "\e0be"; }

.icon-292:before {
  content: "\e0bf"; }

.icon-305:before {
  content: "\e0c0"; }

.icon-306:before {
  content: "\e0c1"; }

.icon-319:before {
  content: "\e0c2"; }

.icon-318:before {
  content: "\e0c3"; }

.icon-317:before {
  content: "\e0c4"; }

.icon-304:before {
  content: "\e0c5"; }

.icon-303:before {
  content: "\e0c6"; }

.icon-316:before {
  content: "\e0c7"; }

.icon-315:before {
  content: "\e0c8"; }

.icon-302:before {
  content: "\e0c9"; }

.icon-301:before {
  content: "\e0ca"; }

.icon-314:before {
  content: "\e0cb"; }

.icon-313:before {
  content: "\e0cc"; }

.icon-300:before {
  content: "\e0cd"; }

.icon-287:before {
  content: "\e0ce"; }

.icon-274:before {
  content: "\e0cf"; }

.icon-261:before {
  content: "\e0d0"; }

.icon-248:before {
  content: "\e0d1"; }

.icon-235:before {
  content: "\e0d2"; }

.icon-236:before {
  content: "\e0d3"; }

.icon-249:before {
  content: "\e0d4"; }

.icon-262:before {
  content: "\e0d5"; }

.icon-275:before {
  content: "\e0d6"; }

.icon-288:before {
  content: "\e0d7"; }

.icon-289:before {
  content: "\e0d8"; }

.icon-276:before {
  content: "\e0d9"; }

.icon-263:before {
  content: "\e0da"; }

.icon-250:before {
  content: "\e0db"; }

.icon-237:before {
  content: "\e0dc"; }

.icon-238:before {
  content: "\e0dd"; }

.icon-251:before {
  content: "\e0de"; }

.icon-264:before {
  content: "\e0df"; }

.icon-277:before {
  content: "\e0e0"; }

.icon-290:before {
  content: "\e0e1"; }

.icon-291:before {
  content: "\e0e2"; }

.icon-278:before {
  content: "\e0e3"; }

.icon-265:before {
  content: "\e0e4"; }

.icon-252:before {
  content: "\e0e5"; }

.icon-239:before {
  content: "\e0e6"; }

.icon-326:before {
  content: "\e0e7"; }

.icon-339:before {
  content: "\e0e8"; }

.icon-352:before {
  content: "\e0e9"; }

.icon-365:before {
  content: "\e0ea"; }

.icon-378:before {
  content: "\e0eb"; }

.icon-391:before {
  content: "\e0ec"; }

.icon-392:before {
  content: "\e0ed"; }

.icon-379:before {
  content: "\e0ee"; }

.icon-366:before {
  content: "\e0ef"; }

.icon-353:before {
  content: "\e0f0"; }

.icon-340:before {
  content: "\e0f1"; }

.icon-327:before {
  content: "\e0f2"; }

.icon-328:before {
  content: "\e0f3"; }

.icon-341:before {
  content: "\e0f4"; }

.icon-354:before {
  content: "\e0f5"; }

.icon-367:before {
  content: "\e0f6"; }

.icon-380:before {
  content: "\e0f7"; }

.icon-393:before {
  content: "\e0f8"; }

.icon-394:before {
  content: "\e0f9"; }

.icon-381:before {
  content: "\e0fa"; }

.icon-368:before {
  content: "\e0fb"; }

.icon-355:before {
  content: "\e0fc"; }

.icon-342:before {
  content: "\e0fd"; }

.icon-329:before {
  content: "\e0fe"; }

.icon-330:before {
  content: "\e0ff"; }

.icon-343:before {
  content: "\e100"; }

.icon-356:before {
  content: "\e101"; }

.icon-369:before {
  content: "\e102"; }

.icon-382:before {
  content: "\e103"; }

.icon-395:before {
  content: "\e104"; }

.icon-396:before {
  content: "\e105"; }

.icon-383:before {
  content: "\e106"; }

.icon-370:before {
  content: "\e107"; }

.icon-357:before {
  content: "\e108"; }

.icon-344:before {
  content: "\e109"; }

.icon-331:before {
  content: "\e10a"; }

.icon-332:before {
  content: "\e10b"; }

.icon-345:before {
  content: "\e10c"; }

.icon-358:before {
  content: "\e10d"; }

.icon-371:before {
  content: "\e10e"; }

.icon-384:before {
  content: "\e10f"; }

.icon-397:before {
  content: "\e110"; }

.icon-398:before {
  content: "\e111"; }

.icon-385:before {
  content: "\e112"; }

.icon-372:before {
  content: "\e113"; }

.icon-359:before {
  content: "\e114"; }

.icon-346:before {
  content: "\e115"; }

.icon-333:before {
  content: "\e116"; }

.icon-334:before {
  content: "\e117"; }

.icon-347:before {
  content: "\e118"; }

.icon-360:before {
  content: "\e119"; }

.icon-373:before {
  content: "\e11a"; }

.icon-386:before {
  content: "\e11b"; }

.icon-399:before {
  content: "\e11c"; }

.icon-400:before {
  content: "\e11d"; }

.icon-387:before {
  content: "\e11e"; }

.icon-374:before {
  content: "\e11f"; }

.icon-361:before {
  content: "\e120"; }

.icon-348:before {
  content: "\e121"; }

.icon-335:before {
  content: "\e122"; }

.icon-336:before {
  content: "\e123"; }

.icon-349:before {
  content: "\e124"; }

.icon-362:before {
  content: "\e125"; }

.icon-375:before {
  content: "\e126"; }

.icon-388:before {
  content: "\e127"; }

.icon-401:before {
  content: "\e128"; }

.icon-402:before {
  content: "\e129"; }

.icon-389:before {
  content: "\e12a"; }

.icon-390:before {
  content: "\e12b"; }

.icon-403:before {
  content: "\e12c"; }

.icon-377:before {
  content: "\e12d"; }

.icon-376:before {
  content: "\e12e"; }

.icon-363:before {
  content: "\e12f"; }

.icon-364:before {
  content: "\e130"; }

.icon-351:before {
  content: "\e131"; }

.icon-350:before {
  content: "\e132"; }

.icon-337:before {
  content: "\e133"; }

.icon-338:before {
  content: "\e134"; }

.icon-417:before {
  content: "\e135"; }

.icon-404:before {
  content: "\e136"; }

.icon-405:before {
  content: "\e137"; }

.icon-418:before {
  content: "\e138"; }

.icon-419:before {
  content: "\e139"; }

.icon-406:before {
  content: "\e13a"; }

.icon-407:before {
  content: "\e13b"; }

.icon-420:before {
  content: "\e13c"; }

.icon-421:before {
  content: "\e13d"; }

.icon-408:before {
  content: "\e13e"; }

.icon-409:before {
  content: "\e13f"; }

.icon-422:before {
  content: "\e140"; }

.icon-423:before {
  content: "\e141"; }

.icon-410:before {
  content: "\e142"; }

.icon-411:before {
  content: "\e143"; }

.icon-424:before {
  content: "\e144"; }

.icon-425:before {
  content: "\e145"; }

.icon-412:before {
  content: "\e146"; }

.icon-413:before {
  content: "\e147"; }

.icon-426:before {
  content: "\e148"; }

.icon-427:before {
  content: "\e149"; }

.icon-414:before {
  content: "\e14a"; }

.icon-415:before {
  content: "\e14b"; }

.icon-428:before {
  content: "\e14c"; }

.icon-429:before {
  content: "\e14d"; }

.icon-416:before {
  content: "\e14e"; }

.icon-442:before {
  content: "\e14f"; }

.icon-455:before {
  content: "\e150"; }

.icon-468:before {
  content: "\e151"; }

.icon-481:before {
  content: "\e152"; }

.icon-494:before {
  content: "\e153"; }

.icon-493:before {
  content: "\e154"; }

.icon-467:before {
  content: "\e155"; }

.icon-454:before {
  content: "\e156"; }

.icon-441:before {
  content: "\e157"; }

.icon-480:before {
  content: "\e158"; }

.icon-479:before {
  content: "\e159"; }

.icon-466:before {
  content: "\e15a"; }

.icon-453:before {
  content: "\e15b"; }

.icon-440:before {
  content: "\e15c"; }

.icon-492:before {
  content: "\e15d"; }

.icon-491:before {
  content: "\e15e"; }

.icon-478:before {
  content: "\e15f"; }

.icon-465:before {
  content: "\e160"; }

.icon-452:before {
  content: "\e161"; }

.icon-439:before {
  content: "\e162"; }

.icon-438:before {
  content: "\e163"; }

.icon-451:before {
  content: "\e164"; }

.icon-464:before {
  content: "\e165"; }

.icon-477:before {
  content: "\e166"; }

.icon-490:before {
  content: "\e167"; }

.icon-489:before {
  content: "\e168"; }

.icon-476:before {
  content: "\e169"; }

.icon-463:before {
  content: "\e16a"; }

.icon-450:before {
  content: "\e16b"; }

.icon-437:before {
  content: "\e16c"; }

.icon-436:before {
  content: "\e16d"; }

.icon-449:before {
  content: "\e16e"; }

.icon-462:before {
  content: "\e16f"; }

.icon-475:before {
  content: "\e170"; }

.icon-488:before {
  content: "\e171"; }

.icon-487:before {
  content: "\e172"; }

.icon-474:before {
  content: "\e173"; }

.icon-461:before {
  content: "\e174"; }

.icon-448:before {
  content: "\e175"; }

.icon-435:before {
  content: "\e176"; }

.icon-434:before {
  content: "\e177"; }

.icon-447:before {
  content: "\e178"; }

.icon-460:before {
  content: "\e179"; }

.icon-473:before {
  content: "\e17a"; }

.icon-486:before {
  content: "\e17b"; }

.icon-485:before {
  content: "\e17c"; }

.icon-472:before {
  content: "\e17d"; }

.icon-459:before {
  content: "\e17e"; }

.icon-446:before {
  content: "\e17f"; }

.icon-433:before {
  content: "\e180"; }

.icon-432:before {
  content: "\e181"; }

.icon-445:before {
  content: "\e182"; }

.icon-458:before {
  content: "\e183"; }

.icon-471:before {
  content: "\e184"; }

.icon-484:before {
  content: "\e185"; }

.icon-483:before {
  content: "\e186"; }

.icon-470:before {
  content: "\e187"; }

.icon-457:before {
  content: "\e188"; }

.icon-444:before {
  content: "\e189"; }

.icon-431:before {
  content: "\e18a"; }

.icon-430:before {
  content: "\e18b"; }

.icon-443:before {
  content: "\e18c"; }

.icon-456:before {
  content: "\e18d"; }

.icon-469:before {
  content: "\e18e"; }

.icon-482:before {
  content: "\e18f"; }

.icon-495:before {
  content: "\e190"; }

.icon-496:before {
  content: "\e191"; }

.icon-497:before {
  content: "\e192"; }

.icon-498:before {
  content: "\e193"; }

.icon-499:before {
  content: "\e194"; }

.icon-500:before {
  content: "\e195"; }

.icon-501:before {
  content: "\e196"; }

.icon-502:before {
  content: "\e197"; }

.icon-503:before {
  content: "\e198"; }

.icon-504:before {
  content: "\e199"; }

.icon-505:before {
  content: "\e19a"; }

.icon-506:before {
  content: "\e19b"; }

.icon-507:before {
  content: "\e19c"; }

.icon-520:before {
  content: "\e19d"; }

.icon-519:before {
  content: "\e19e"; }

.icon-518:before {
  content: "\e19f"; }

.icon-517:before {
  content: "\e1a0"; }

.icon-516:before {
  content: "\e1a1"; }

.icon-515:before {
  content: "\e1a2"; }

.icon-528:before {
  content: "\e1a3"; }

.icon-529:before {
  content: "\e1a4"; }

.icon-530:before {
  content: "\e1a5"; }

.icon-531:before {
  content: "\e1a6"; }

.icon-532:before {
  content: "\e1a7"; }

.icon-533:before {
  content: "\e1a8"; }

.icon-546:before {
  content: "\e1a9"; }

.icon-559:before {
  content: "\e1aa"; }

.icon-572:before {
  content: "\e1ab"; }

.icon-585:before {
  content: "\e1ac"; }

.icon-584:before {
  content: "\e1ad"; }

.icon-571:before {
  content: "\e1ae"; }

.icon-558:before {
  content: "\e1af"; }

.icon-545:before {
  content: "\e1b0"; }

.icon-544:before {
  content: "\e1b1"; }

.icon-557:before {
  content: "\e1b2"; }

.icon-570:before {
  content: "\e1b3"; }

.icon-583:before {
  content: "\e1b4"; }

.icon-582:before {
  content: "\e1b5"; }

.icon-569:before {
  content: "\e1b6"; }

.icon-556:before {
  content: "\e1b7"; }

.icon-543:before {
  content: "\e1b8"; }

.icon-542:before {
  content: "\e1b9"; }

.icon-555:before {
  content: "\e1ba"; }

.icon-568:before {
  content: "\e1bb"; }

.icon-581:before {
  content: "\e1bc"; }

.icon-580:before {
  content: "\e1bd"; }

.icon-567:before {
  content: "\e1be"; }

.icon-554:before {
  content: "\e1bf"; }

.icon-527:before {
  content: "\e1c1"; }

.icon-514:before {
  content: "\e1c2"; }

.icon-513:before {
  content: "\e1c3"; }

.icon-526:before {
  content: "\e1c4"; }

.icon-525:before {
  content: "\e1c5"; }

.icon-512:before {
  content: "\e1c6"; }

.icon-511:before {
  content: "\e1c7"; }

.icon-524:before {
  content: "\e1c8"; }

.icon-523:before {
  content: "\e1c9"; }

.icon-510:before {
  content: "\e1ca"; }

.icon-509:before {
  content: "\e1cb"; }

.icon-522:before {
  content: "\e1cc"; }

.icon-521:before {
  content: "\e1cd"; }

.icon-508:before {
  content: "\e1ce"; }

.icon-534:before {
  content: "\e1cf"; }

.icon-547:before {
  content: "\e1d0"; }

.icon-548:before {
  content: "\e1d1"; }

.icon-535:before {
  content: "\e1d2"; }

.icon-536:before {
  content: "\e1d3"; }

.icon-549:before {
  content: "\e1d4"; }

.icon-550:before {
  content: "\e1d5"; }

.icon-537:before {
  content: "\e1d6"; }

.icon-538:before {
  content: "\e1d7"; }

.icon-551:before {
  content: "\e1d8"; }

.icon-552:before {
  content: "\e1d9"; }

.icon-539:before {
  content: "\e1da"; }

.icon-540:before {
  content: "\e1c0"; }

.icon-553:before {
  content: "\e1db"; }

.icon-541:before {
  content: "\e1dc"; }

.icon-560:before {
  content: "\e1dd"; }

.icon-573:before {
  content: "\e1de"; }

.icon-586:before {
  content: "\e1df"; }

.icon-599:before {
  content: "\e1e0"; }

.icon-612:before {
  content: "\e1e1"; }

.icon-625:before {
  content: "\e1e2"; }

.icon-626:before {
  content: "\e1e3"; }

.icon-613:before {
  content: "\e1e4"; }

.icon-600:before {
  content: "\e1e5"; }

.icon-587:before {
  content: "\e1e6"; }

.icon-574:before {
  content: "\e1e7"; }

.icon-561:before {
  content: "\e1e8"; }

.icon-562:before {
  content: "\e1e9"; }

.icon-575:before {
  content: "\e1ea"; }

.icon-588:before {
  content: "\e1eb"; }

.icon-601:before {
  content: "\e1ec"; }

.icon-614:before {
  content: "\e1ed"; }

.icon-627:before {
  content: "\e1ee"; }

.icon-628:before {
  content: "\e1ef"; }

.icon-615:before {
  content: "\e1f0"; }

.icon-602:before {
  content: "\e1f1"; }

.icon-589:before {
  content: "\e1f2"; }

.icon-576:before {
  content: "\e1f3"; }

.icon-563:before {
  content: "\e1f4"; }

.icon-564:before {
  content: "\e1f5"; }

.icon-577:before {
  content: "\e1f6"; }

.icon-590:before {
  content: "\e1f7"; }

.icon-603:before {
  content: "\e1f8"; }

.icon-616:before {
  content: "\e1f9"; }

.icon-629:before {
  content: "\e1fa"; }

.icon-630:before {
  content: "\e1fb"; }

.icon-617:before {
  content: "\e1fc"; }

.icon-604:before {
  content: "\e1fd"; }

.icon-591:before {
  content: "\e1fe"; }

.icon-578:before {
  content: "\e1ff"; }

.icon-565:before {
  content: "\e200"; }

.icon-566:before {
  content: "\e201"; }

.icon-579:before {
  content: "\e202"; }

.icon-592:before {
  content: "\e203"; }

.icon-605:before {
  content: "\e204"; }

.icon-618:before {
  content: "\e205"; }

.icon-631:before {
  content: "\e206"; }

.icon-632:before {
  content: "\e207"; }

.icon-619:before {
  content: "\e208"; }

.icon-606:before {
  content: "\e209"; }

.icon-593:before {
  content: "\e20a"; }

.icon-594:before {
  content: "\e20b"; }

.icon-607:before {
  content: "\e20c"; }

.icon-620:before {
  content: "\e20d"; }

.icon-633:before {
  content: "\e20e"; }

.icon-634:before {
  content: "\e20f"; }

.icon-621:before {
  content: "\e210"; }

.icon-608:before {
  content: "\e211"; }

.icon-595:before {
  content: "\e212"; }

.icon-596:before {
  content: "\e213"; }

.icon-609:before {
  content: "\e214"; }

.icon-622:before {
  content: "\e215"; }

.icon-635:before {
  content: "\e216"; }

.icon-636:before {
  content: "\e217"; }

.icon-623:before {
  content: "\e218"; }

.icon-610:before {
  content: "\e219"; }

.icon-597:before {
  content: "\e21a"; }

.icon-598:before {
  content: "\e21b"; }

.icon-611:before {
  content: "\e21c"; }

.icon-624:before {
  content: "\e21d"; }

.icon-637:before {
  content: "\e21e"; }

.icon-638:before {
  content: "\e21f"; }

.icon-651:before {
  content: "\e220"; }

.icon-664:before {
  content: "\e221"; }

.icon-677:before {
  content: "\e222"; }

.icon-690:before {
  content: "\e223"; }

.icon-703:before {
  content: "\e224"; }

.icon-716:before {
  content: "\e225"; }

.icon-717:before {
  content: "\e226"; }

.icon-704:before {
  content: "\e227"; }

.icon-691:before {
  content: "\e228"; }

.icon-678:before {
  content: "\e229"; }

.icon-665:before {
  content: "\e22a"; }

.icon-652:before {
  content: "\e22b"; }

.icon-639:before {
  content: "\e22c"; }

.icon-640:before {
  content: "\e22d"; }

.icon-653:before {
  content: "\e22e"; }

.icon-666:before {
  content: "\e22f"; }

.icon-679:before {
  content: "\e230"; }

.icon-692:before {
  content: "\e231"; }

.icon-705:before {
  content: "\e232"; }

.icon-718:before {
  content: "\e233"; }

.icon-719:before {
  content: "\e234"; }

.icon-706:before {
  content: "\e235"; }

.icon-693:before {
  content: "\e236"; }

.icon-680:before {
  content: "\e237"; }

.icon-667:before {
  content: "\e238"; }

.icon-654:before {
  content: "\e239"; }

.icon-641:before {
  content: "\e23a"; }

.icon-642:before {
  content: "\e23b"; }

.icon-655:before {
  content: "\e23c"; }

.icon-668:before {
  content: "\e23d"; }

.icon-681:before {
  content: "\e23e"; }

.icon-694:before {
  content: "\e23f"; }

.icon-707:before {
  content: "\e240"; }

.icon-720:before {
  content: "\e241"; }

.icon-721:before {
  content: "\e242"; }

.icon-708:before {
  content: "\e243"; }

.icon-695:before {
  content: "\e244"; }

.icon-682:before {
  content: "\e245"; }

.icon-669:before {
  content: "\e246"; }

.icon-656:before {
  content: "\e247"; }

.icon-643:before {
  content: "\e248"; }

.icon-644:before {
  content: "\e249"; }

.icon-645:before {
  content: "\e24a"; }

.icon-646:before {
  content: "\e24b"; }

.icon-647:before {
  content: "\e24c"; }

.icon-648:before {
  content: "\e24d"; }

.icon-649:before {
  content: "\e24e"; }

.icon-650:before {
  content: "\e24f"; }

.icon-663:before {
  content: "\e250"; }

.icon-662:before {
  content: "\e251"; }

.icon-661:before {
  content: "\e252"; }

.icon-660:before {
  content: "\e253"; }

.icon-659:before {
  content: "\e254"; }

.icon-658:before {
  content: "\e255"; }

.icon-657:before {
  content: "\e256"; }

.icon-670:before {
  content: "\e257"; }

.icon-671:before {
  content: "\e258"; }

.icon-684:before {
  content: "\e259"; }

.icon-683:before {
  content: "\e25a"; }

.icon-696:before {
  content: "\e25b"; }

.icon-697:before {
  content: "\e25c"; }

.icon-710:before {
  content: "\e25d"; }

.icon-709:before {
  content: "\e25e"; }

.icon-722:before {
  content: "\e25f"; }

.icon-723:before {
  content: "\e260"; }

.icon-724:before {
  content: "\e261"; }

.icon-725:before {
  content: "\e262"; }

.icon-726:before {
  content: "\e263"; }

.icon-727:before {
  content: "\e264"; }

.icon-728:before {
  content: "\e265"; }

.icon-715:before {
  content: "\e266"; }

.icon-714:before {
  content: "\e267"; }

.icon-713:before {
  content: "\e268"; }

.icon-712:before {
  content: "\e269"; }

.icon-711:before {
  content: "\e26a"; }

.icon-698:before {
  content: "\e26b"; }

.icon-699:before {
  content: "\e26c"; }

.icon-700:before {
  content: "\e26d"; }

.icon-701:before {
  content: "\e26e"; }

.icon-702:before {
  content: "\e26f"; }

.icon-689:before {
  content: "\e270"; }

.icon-688:before {
  content: "\e271"; }

.icon-687:before {
  content: "\e272"; }

.icon-686:before {
  content: "\e273"; }

.icon-685:before {
  content: "\e274"; }

.icon-672:before {
  content: "\e275"; }

.icon-673:before {
  content: "\e276"; }

.icon-674:before {
  content: "\e277"; }

.icon-675:before {
  content: "\e278"; }

.icon-676:before {
  content: "\e279"; }

.icon-729:before {
  content: "\e27a"; }

.icon-742:before {
  content: "\e27b"; }

.icon-755:before {
  content: "\e27c"; }

.icon-768:before {
  content: "\e27d"; }

.icon-781:before {
  content: "\e27e"; }

.icon-782:before {
  content: "\e27f"; }

.icon-769:before {
  content: "\e280"; }

.icon-756:before {
  content: "\e281"; }

.icon-743:before {
  content: "\e282"; }

.icon-730:before {
  content: "\e283"; }

.icon-731:before {
  content: "\e284"; }

.icon-744:before {
  content: "\e285"; }

.icon-757:before {
  content: "\e286"; }

.icon-770:before {
  content: "\e287"; }

.icon-783:before {
  content: "\e288"; }

.icon-784:before {
  content: "\e289"; }

.icon-771:before {
  content: "\e28a"; }

.icon-758:before {
  content: "\e28b"; }

.icon-745:before {
  content: "\e28c"; }

.icon-732:before {
  content: "\e28d"; }

.icon-733:before {
  content: "\e28e"; }

.icon-746:before {
  content: "\e28f"; }

.icon-759:before {
  content: "\e290"; }

.icon-772:before {
  content: "\e291"; }

.icon-785:before {
  content: "\e292"; }

.icon-786:before {
  content: "\e293"; }

.icon-773:before {
  content: "\e294"; }

.icon-760:before {
  content: "\e295"; }

.icon-747:before {
  content: "\e296"; }

.icon-734:before {
  content: "\e297"; }

.icon-735:before {
  content: "\e298"; }

.icon-748:before {
  content: "\e299"; }

.icon-761:before {
  content: "\e29a"; }

.icon-774:before {
  content: "\e29b"; }

.icon-787:before {
  content: "\e29c"; }

.icon-788:before {
  content: "\e29d"; }

.icon-775:before {
  content: "\e29e"; }

.icon-762:before {
  content: "\e29f"; }

.icon-749:before {
  content: "\e2a0"; }

.icon-736:before {
  content: "\e2a1"; }

.icon-737:before {
  content: "\e2a2"; }

.icon-750:before {
  content: "\e2a3"; }

.icon-763:before {
  content: "\e2a4"; }

.icon-776:before {
  content: "\e2a5"; }

.icon-789:before {
  content: "\e2a6"; }

.icon-790:before {
  content: "\e2a7"; }

.icon-777:before {
  content: "\e2a8"; }

.icon-764:before {
  content: "\e2a9"; }

.icon-751:before {
  content: "\e2aa"; }

.icon-738:before {
  content: "\e2ab"; }

.icon-739:before {
  content: "\e2ac"; }

.icon-752:before {
  content: "\e2ad"; }

.icon-765:before {
  content: "\e2ae"; }

.icon-778:before {
  content: "\e2af"; }

.icon-791:before {
  content: "\e2b0"; }

.icon-792:before {
  content: "\e2b1"; }

.icon-779:before {
  content: "\e2b2"; }

.icon-766:before {
  content: "\e2b3"; }

.icon-753:before {
  content: "\e2b4"; }

.icon-740:before {
  content: "\e2b5"; }

.icon-741:before {
  content: "\e2b6"; }

.icon-754:before {
  content: "\e2b7"; }

.icon-767:before {
  content: "\e2b8"; }

.icon-780:before {
  content: "\e2b9"; }

.icon-793:before {
  content: "\e2ba"; }

.icon-794:before {
  content: "\e2bb"; }

.icon-807:before {
  content: "\e2bc"; }

.icon-820:before {
  content: "\e2bd"; }

.icon-833:before {
  content: "\e2be"; }

.icon-834:before {
  content: "\e2bf"; }

.icon-821:before {
  content: "\e2c0"; }

.icon-808:before {
  content: "\e2c1"; }

.icon-795:before {
  content: "\e2c2"; }

.icon-796:before {
  content: "\e2c3"; }

.icon-809:before {
  content: "\e2c4"; }

.icon-822:before {
  content: "\e2c5"; }

.icon-835:before {
  content: "\e2c6"; }

.icon-836:before {
  content: "\e2c7"; }

.icon-837:before {
  content: "\e2c8"; }

.icon-823:before {
  content: "\e2c9"; }

.icon-810:before {
  content: "\e2ca"; }

.icon-797:before {
  content: "\e2cb"; }

.icon-798:before {
  content: "\e2cc"; }

.icon-811:before {
  content: "\e2cd"; }

.icon-824:before {
  content: "\e2ce"; }

.icon-825:before {
  content: "\e2cf"; }

.icon-812:before {
  content: "\e2d0"; }

.icon-799:before {
  content: "\e2d1"; }

.icon-800:before {
  content: "\e2d2"; }

.icon-813:before {
  content: "\e2d3"; }

.icon-814:before {
  content: "\e2d4"; }

.icon-801:before {
  content: "\e2d5"; }

.icon-802:before {
  content: "\e2d6"; }

.icon-815:before {
  content: "\e2d7"; }

.icon-828:before {
  content: "\e2d8"; }

.icon-827:before {
  content: "\e2d9"; }

.icon-826:before {
  content: "\e2da"; }

.icon-838:before {
  content: "\e2db"; }

.icon-839:before {
  content: "\e2dc"; }

.icon-840:before {
  content: "\e2dd"; }

.icon-841:before {
  content: "\e2de"; }

.icon-842:before {
  content: "\e2df"; }

.icon-843:before {
  content: "\e2e0"; }

.icon-844:before {
  content: "\e2e1"; }

.icon-845:before {
  content: "\e2e2"; }

.icon-832:before {
  content: "\e2e3"; }

.icon-831:before {
  content: "\e2e4"; }

.icon-830:before {
  content: "\e2e5"; }

.icon-829:before {
  content: "\e2e6"; }

.icon-816:before {
  content: "\e2e7"; }

.icon-817:before {
  content: "\e2e8"; }

.icon-818:before {
  content: "\e2e9"; }

.icon-819:before {
  content: "\e2ea"; }

.icon-806:before {
  content: "\e2eb"; }

.icon-805:before {
  content: "\e2ec"; }

.icon-804:before {
  content: "\e2ed"; }

.icon-803:before {
  content: "\e2ee"; }

.icon-846:before {
  content: "\e2ef"; }

.icon-859:before {
  content: "\e2f0"; }

.icon-872:before {
  content: "\e2f1"; }

.icon-885:before {
  content: "\e2f2"; }

.icon-898:before {
  content: "\e2f3"; }

.icon-911:before {
  content: "\e2f4"; }

.icon-924:before {
  content: "\e2f5"; }

.icon-925:before {
  content: "\e2f6"; }

.icon-912:before {
  content: "\e2f7"; }

.icon-899:before {
  content: "\e2f8"; }

.icon-886:before {
  content: "\e2f9"; }

.icon-873:before {
  content: "\e2fa"; }

.icon-860:before {
  content: "\e2fb"; }

.icon-847:before {
  content: "\e2fc"; }

.icon-848:before {
  content: "\e2fd"; }

.icon-861:before {
  content: "\e2fe"; }

.icon-874:before {
  content: "\e2ff"; }

.icon-887:before {
  content: "\e300"; }

.icon-900:before {
  content: "\e301"; }

.icon-913:before {
  content: "\e302"; }

.icon-926:before {
  content: "\e303"; }

.icon-927:before {
  content: "\e304"; }

.icon-914:before {
  content: "\e305"; }

.icon-901:before {
  content: "\e306"; }

.icon-888:before {
  content: "\e307"; }

.icon-875:before {
  content: "\e308"; }

.icon-862:before {
  content: "\e309"; }

.icon-849:before {
  content: "\e30a"; }

.icon-850:before {
  content: "\e30b"; }

.icon-863:before {
  content: "\e30c"; }

.icon-876:before {
  content: "\e30d"; }

.icon-889:before {
  content: "\e30e"; }

.icon-902:before {
  content: "\e30f"; }

.icon-915:before {
  content: "\e310"; }

.icon-928:before {
  content: "\e311"; }

.icon-929:before {
  content: "\e312"; }

.icon-916:before {
  content: "\e313"; }

.icon-903:before {
  content: "\e314"; }

.icon-890:before {
  content: "\e315"; }

.icon-877:before {
  content: "\e316"; }

.icon-864:before {
  content: "\e317"; }

.icon-851:before {
  content: "\e318"; }

.icon-865:before {
  content: "\e319"; }

.icon-878:before {
  content: "\e31a"; }

.icon-879:before {
  content: "\e31b"; }

.icon-866:before {
  content: "\e31c"; }

.icon-852:before {
  content: "\e31d"; }

.icon-853:before {
  content: "\e31e"; }

.icon-854:before {
  content: "\e31f"; }

.icon-867:before {
  content: "\e320"; }

.icon-880:before {
  content: "\e321"; }

.icon-881:before {
  content: "\e322"; }

.icon-868:before {
  content: "\e323"; }

.icon-855:before {
  content: "\e324"; }

.icon-856:before {
  content: "\e325"; }

.icon-869:before {
  content: "\e326"; }

.icon-882:before {
  content: "\e327"; }

.icon-883:before {
  content: "\e328"; }

.icon-870:before {
  content: "\e329"; }

.icon-857:before {
  content: "\e32a"; }

.icon-858:before {
  content: "\e32b"; }

.icon-871:before {
  content: "\e32c"; }

.icon-884:before {
  content: "\e32d"; }

.icon-897:before {
  content: "\e32e"; }

.icon-910:before {
  content: "\e32f"; }

.icon-923:before {
  content: "\e330"; }

.icon-936:before {
  content: "\e331"; }

.icon-935:before {
  content: "\e332"; }

.icon-922:before {
  content: "\e333"; }

.icon-909:before {
  content: "\e334"; }

.icon-896:before {
  content: "\e335"; }

.icon-895:before {
  content: "\e336"; }

.icon-908:before {
  content: "\e337"; }

.icon-921:before {
  content: "\e338"; }

.icon-934:before {
  content: "\e339"; }

.icon-933:before {
  content: "\e33a"; }

.icon-920:before {
  content: "\e33b"; }

.icon-907:before {
  content: "\e33c"; }

.icon-894:before {
  content: "\e33d"; }

.icon-893:before {
  content: "\e33e"; }

.icon-906:before {
  content: "\e33f"; }

.icon-905:before {
  content: "\e340"; }

.icon-892:before {
  content: "\e341"; }

.icon-891:before {
  content: "\e342"; }

.icon-904:before {
  content: "\e343"; }

.icon-917:before {
  content: "\e344"; }

.icon-918:before {
  content: "\e345"; }

.icon-919:before {
  content: "\e346"; }

.icon-932:before {
  content: "\e347"; }

.icon-931:before {
  content: "\e348"; }

.icon-930:before {
  content: "\e349"; }

.icon-937:before {
  content: "\e34a"; }

.icon-950:before {
  content: "\e34b"; }

.icon-963:before {
  content: "\e34c"; }

.icon-976:before {
  content: "\e34d"; }

.icon-989:before {
  content: "\e34e"; }

.icon-990:before {
  content: "\e34f"; }

.icon-977:before {
  content: "\e350"; }

.icon-964:before {
  content: "\e351"; }

.icon-951:before {
  content: "\e352"; }

.icon-938:before {
  content: "\e353"; }

.icon-939:before {
  content: "\e354"; }

.icon-952:before {
  content: "\e355"; }

.icon-965:before {
  content: "\e356"; }

.icon-978:before {
  content: "\e357"; }

.icon-991:before {
  content: "\e358"; }

.icon-992:before {
  content: "\e359"; }

.icon-979:before {
  content: "\e35a"; }

.icon-966:before {
  content: "\e35b"; }

.icon-953:before {
  content: "\e35c"; }

.icon-940:before {
  content: "\e35d"; }

.icon-941:before {
  content: "\e35e"; }

.icon-954:before {
  content: "\e35f"; }

.icon-967:before {
  content: "\e360"; }

.icon-980:before {
  content: "\e361"; }

.icon-993:before {
  content: "\e362"; }

.icon-994:before {
  content: "\e363"; }

.icon-981:before {
  content: "\e364"; }

.icon-968:before {
  content: "\e365"; }

.icon-955:before {
  content: "\e366"; }

.icon-942:before {
  content: "\e367"; }

.icon-943:before {
  content: "\e368"; }

.icon-956:before {
  content: "\e369"; }

.icon-969:before {
  content: "\e36a"; }

.icon-982:before {
  content: "\e36b"; }

.icon-995:before {
  content: "\e36c"; }

.icon-996:before {
  content: "\e36d"; }

.icon-983:before {
  content: "\e36e"; }

.icon-970:before {
  content: "\e36f"; }

.icon-957:before {
  content: "\e370"; }

.icon-944:before {
  content: "\e371"; }

.icon-945:before {
  content: "\e372"; }

.icon-946:before {
  content: "\e373"; }

.icon-947:before {
  content: "\e374"; }

.icon-948:before {
  content: "\e375"; }

.icon-949:before {
  content: "\e376"; }

.icon-962:before {
  content: "\e377"; }

.icon-961:before {
  content: "\e378"; }

.icon-960:before {
  content: "\e379"; }

.icon-959:before {
  content: "\e37a"; }

.icon-958:before {
  content: "\e37b"; }

.icon-971:before {
  content: "\e37c"; }

.icon-972:before {
  content: "\e37d"; }

.icon-973:before {
  content: "\e37e"; }

.icon-974:before {
  content: "\e37f"; }

.icon-975:before {
  content: "\e380"; }

.icon-988:before {
  content: "\e381"; }

.icon-987:before {
  content: "\e382"; }

.icon-986:before {
  content: "\e383"; }

.icon-985:before {
  content: "\e384"; }

.icon-984:before {
  content: "\e385"; }

.icon-997:before {
  content: "\e386"; }

.icon-998:before {
  content: "\e387"; }

.icon-999:before {
  content: "\e388"; }

.icon-1000:before {
  content: "\e389"; }

.icon-1001:before {
  content: "\e38a"; }

.icon-1014:before {
  content: "\e38b"; }

.icon-1013:before {
  content: "\e38c"; }

.icon-1026:before {
  content: "\e38d"; }

.icon-1027:before {
  content: "\e38e"; }

.icon-1040:before {
  content: "\e38f"; }

.icon-1053:before {
  content: "\e390"; }

.icon-1066:before {
  content: "\e391"; }

.icon-1079:before {
  content: "\e392"; }

.icon-1078:before {
  content: "\e393"; }

.icon-1065:before {
  content: "\e394"; }

.icon-1052:before {
  content: "\e395"; }

.icon-1039:before {
  content: "\e396"; }

.icon-1012:before {
  content: "\e397"; }

.icon-1011:before {
  content: "\e398"; }

.icon-1024:before {
  content: "\e399"; }

.icon-1025:before {
  content: "\e39a"; }

.icon-1038:before {
  content: "\e39b"; }

.icon-1037:before {
  content: "\e39c"; }

.icon-1050:before {
  content: "\e39d"; }

.icon-1051:before {
  content: "\e39e"; }

.icon-1064:before {
  content: "\e39f"; }

.icon-1063:before {
  content: "\e3a0"; }

.icon-1077:before {
  content: "\e3a1"; }

.icon-1076:before {
  content: "\e3a2"; }

.icon-1075:before {
  content: "\e3a3"; }

.icon-1062:before {
  content: "\e3a4"; }

.icon-1049:before {
  content: "\e3a5"; }

.icon-1036:before {
  content: "\e3a6"; }

.icon-1023:before {
  content: "\e3a7"; }

.icon-1010:before {
  content: "\e3a8"; }

.icon-1009:before {
  content: "\e3a9"; }

.icon-1022:before {
  content: "\e3aa"; }

.icon-1035:before {
  content: "\e3ab"; }

.icon-1048:before {
  content: "\e3ac"; }

.icon-1061:before {
  content: "\e3ad"; }

.icon-1060:before {
  content: "\e3ae"; }

.icon-1047:before {
  content: "\e3af"; }

.icon-1034:before {
  content: "\e3b0"; }

.icon-1021:before {
  content: "\e3b1"; }

.icon-1008:before {
  content: "\e3b2"; }

.icon-1007:before {
  content: "\e3b3"; }

.icon-1020:before {
  content: "\e3b4"; }

.icon-1033:before {
  content: "\e3b5"; }

.icon-1046:before {
  content: "\e3b6"; }

.icon-1059:before {
  content: "\e3b7"; }

.icon-1058:before {
  content: "\e3b8"; }

.icon-1045:before {
  content: "\e3b9"; }

.icon-1032:before {
  content: "\e3ba"; }

.icon-1019:before {
  content: "\e3bb"; }

.icon-1006:before {
  content: "\e3bc"; }

.icon-1005:before {
  content: "\e3bd"; }

.icon-1018:before {
  content: "\e3be"; }

.icon-1031:before {
  content: "\e3bf"; }

.icon-1044:before {
  content: "\e3c0"; }

.icon-1057:before {
  content: "\e3c1"; }

.icon-1056:before {
  content: "\e3c2"; }

.icon-1043:before {
  content: "\e3c3"; }

.icon-1030:before {
  content: "\e3c4"; }

.icon-1017:before {
  content: "\e3c5"; }

.icon-1004:before {
  content: "\e3c6"; }

.icon-1003:before {
  content: "\e3c7"; }

.icon-1016:before {
  content: "\e3c8"; }

.icon-1029:before {
  content: "\e3c9"; }

.icon-1042:before {
  content: "\e3ca"; }

.icon-1055:before {
  content: "\e3cb"; }

.icon-1054:before {
  content: "\e3cc"; }

.icon-1041:before {
  content: "\e3cd"; }

.icon-1028:before {
  content: "\e3ce"; }

.icon-1015:before {
  content: "\e3cf"; }

.icon-1002:before {
  content: "\e3d0"; }

.icon-1067:before {
  content: "\e3d1"; }

.icon-1080:before {
  content: "\e3d2"; }

.icon-1081:before {
  content: "\e3d3"; }

.icon-1068:before {
  content: "\e3d4"; }

.icon-1069:before {
  content: "\e3d5"; }

.icon-1082:before {
  content: "\e3d6"; }

.icon-1083:before {
  content: "\e3d7"; }

.icon-1070:before {
  content: "\e3d8"; }

.icon-1071:before {
  content: "\e3d9"; }

.icon-1084:before {
  content: "\e3da"; }

.icon-1085:before {
  content: "\e3db"; }

.icon-1072:before {
  content: "\e3dc"; }

.icon-1073:before {
  content: "\e3dd"; }

.icon-1086:before {
  content: "\e3de"; }

.icon-1087:before {
  content: "\e3df"; }

.icon-1074:before {
  content: "\e3e0"; }

.icon-1088:before {
  content: "\e3e1"; }

.icon-1089:before {
  content: "\e3e2"; }

.icon-1090:before {
  content: "\e3e3"; }

.icon-1091:before {
  content: "\e3e4"; }

.icon-1092:before {
  content: "\e3e5"; }

.icon-1105:before {
  content: "\e3e6"; }

.icon-1118:before {
  content: "\e3e7"; }

.icon-1131:before {
  content: "\e3e8"; }

.icon-1144:before {
  content: "\e3e9"; }

.icon-1157:before {
  content: "\e3ea"; }

.icon-1170:before {
  content: "\e3eb"; }

.icon-1169:before {
  content: "\e3ec"; }

.icon-1156:before {
  content: "\e3ed"; }

.icon-1143:before {
  content: "\e3ee"; }

.icon-1130:before {
  content: "\e3ef"; }

.icon-1117:before {
  content: "\e3f0"; }

.icon-1104:before {
  content: "\e3f1"; }

.icon-1103:before {
  content: "\e3f2"; }

.icon-1116:before {
  content: "\e3f3"; }

.icon-1129:before {
  content: "\e3f4"; }

.icon-1142:before {
  content: "\e3f5"; }

.icon-1155:before {
  content: "\e3f6"; }

.icon-1168:before {
  content: "\e3f7"; }

.icon-1167:before {
  content: "\e3f8"; }

.icon-1154:before {
  content: "\e3f9"; }

.icon-1141:before {
  content: "\e3fa"; }

.icon-1128:before {
  content: "\e3fb"; }

.icon-1115:before {
  content: "\e3fc"; }

.icon-1102:before {
  content: "\e3fd"; }

.icon-1101:before {
  content: "\e3fe"; }

.icon-1114:before {
  content: "\e3ff"; }

.icon-1127:before {
  content: "\e400"; }

.icon-1140:before {
  content: "\e401"; }

.icon-1153:before {
  content: "\e402"; }

.icon-1166:before {
  content: "\e403"; }

.icon-1165:before {
  content: "\e404"; }

.icon-1152:before {
  content: "\e405"; }

.icon-1139:before {
  content: "\e406"; }

.icon-1126:before {
  content: "\e407"; }

.icon-1113:before {
  content: "\e408"; }

.icon-1100:before {
  content: "\e409"; }

.icon-1099:before {
  content: "\e40a"; }

.icon-1112:before {
  content: "\e40b"; }

.icon-1125:before {
  content: "\e40c"; }

.icon-1138:before {
  content: "\e40d"; }

.icon-1151:before {
  content: "\e40e"; }

.icon-1164:before {
  content: "\e40f"; }

.icon-1163:before {
  content: "\e410"; }

.icon-1150:before {
  content: "\e411"; }

.icon-1137:before {
  content: "\e412"; }

.icon-1124:before {
  content: "\e413"; }

.icon-1111:before {
  content: "\e414"; }

.icon-1098:before {
  content: "\e415"; }

.icon-1097:before {
  content: "\e416"; }

.icon-1110:before {
  content: "\e417"; }

.icon-1123:before {
  content: "\e418"; }

.icon-1136:before {
  content: "\e419"; }

.icon-1149:before {
  content: "\e41a"; }

.icon-1162:before {
  content: "\e41b"; }

.icon-1161:before {
  content: "\e41c"; }

.icon-1148:before {
  content: "\e41d"; }

.icon-1135:before {
  content: "\e41e"; }

.icon-1122:before {
  content: "\e41f"; }

.icon-1109:before {
  content: "\e420"; }

.icon-1096:before {
  content: "\e421"; }

.icon-1095:before {
  content: "\e422"; }

.icon-1108:before {
  content: "\e423"; }

.icon-1121:before {
  content: "\e424"; }

.icon-1134:before {
  content: "\e425"; }

.icon-1147:before {
  content: "\e426"; }

.icon-1160:before {
  content: "\e427"; }

.icon-1159:before {
  content: "\e428"; }

.icon-1146:before {
  content: "\e429"; }

.icon-1133:before {
  content: "\e42a"; }

.icon-1120:before {
  content: "\e42b"; }

.icon-1107:before {
  content: "\e42c"; }

.icon-1094:before {
  content: "\e42d"; }

.icon-1093:before {
  content: "\e42e"; }

.icon-1106:before {
  content: "\e42f"; }

.icon-1119:before {
  content: "\e430"; }

.icon-1132:before {
  content: "\e431"; }

.icon-1145:before {
  content: "\e432"; }

.icon-1158:before {
  content: "\e433"; }

.icon-1171:before {
  content: "\e434"; }

.icon-1184:before {
  content: "\e435"; }

.icon-1197:before {
  content: "\e436"; }

.icon-1210:before {
  content: "\e437"; }

.icon-1223:before {
  content: "\e438"; }

.icon-1224:before {
  content: "\e439"; }

.icon-1211:before {
  content: "\e43a"; }

.icon-1198:before {
  content: "\e43b"; }

.icon-1185:before {
  content: "\e43c"; }

.icon-1172:before {
  content: "\e43d"; }

.icon-1173:before {
  content: "\e43e"; }

.icon-1186:before {
  content: "\e43f"; }

.icon-1199:before {
  content: "\e440"; }

.icon-1212:before {
  content: "\e441"; }

.icon-1225:before {
  content: "\e442"; }

.icon-1226:before {
  content: "\e443"; }

.icon-1213:before {
  content: "\e444"; }

.icon-1200:before {
  content: "\e445"; }

.icon-1187:before {
  content: "\e446"; }

.icon-1174:before {
  content: "\e447"; }

.icon-1175:before {
  content: "\e448"; }

.icon-1188:before {
  content: "\e449"; }

.icon-1201:before {
  content: "\e44a"; }

.icon-1214:before {
  content: "\e44b"; }

.icon-1227:before {
  content: "\e44c"; }

.icon-1229:before {
  content: "\e44d"; }

.icon-1215:before {
  content: "\e44e"; }

.icon-1228:before {
  content: "\e44f"; }

.icon-1216:before {
  content: "\e450"; }

.icon-1202:before {
  content: "\e451"; }

.icon-1203:before {
  content: "\e452"; }

.icon-1190:before {
  content: "\e453"; }

.icon-1189:before {
  content: "\e454"; }

.icon-1176:before {
  content: "\e455"; }

.icon-1177:before {
  content: "\e456"; }

.icon-1178:before {
  content: "\e457"; }

.icon-1179:before {
  content: "\e458"; }

.icon-1180:before {
  content: "\e459"; }

.icon-1181:before {
  content: "\e45a"; }

.icon-1182:before {
  content: "\e45b"; }

.icon-1183:before {
  content: "\e45c"; }

.icon-1196:before {
  content: "\e45d"; }

.icon-1195:before {
  content: "\e45e"; }

.icon-1194:before {
  content: "\e45f"; }

.icon-1193:before {
  content: "\e460"; }

.icon-1191:before {
  content: "\e461"; }

.icon-1204:before {
  content: "\e462"; }

.icon-1205:before {
  content: "\e463"; }

.icon-1192:before {
  content: "\e464"; }

.icon-1206:before {
  content: "\e465"; }

.icon-1207:before {
  content: "\e466"; }

.icon-1208:before {
  content: "\e467"; }

.icon-1209:before {
  content: "\e468"; }

.icon-1222:before {
  content: "\e469"; }

.icon-1221:before {
  content: "\e46a"; }

.icon-1220:before {
  content: "\e46b"; }

.icon-1219:before {
  content: "\e46c"; }

.icon-1218:before {
  content: "\e46d"; }

.icon-1217:before {
  content: "\e46e"; }

.icon-1230:before {
  content: "\e46f"; }

.icon-1231:before {
  content: "\e470"; }

.icon-1232:before {
  content: "\e471"; }

.icon-1233:before {
  content: "\e472"; }

.icon-1234:before {
  content: "\e473"; }

.icon-1235:before {
  content: "\e474"; }

.icon-1248:before {
  content: "\e475"; }

.icon-1247:before {
  content: "\e476"; }

.icon-1260:before {
  content: "\e477"; }

.icon-1261:before {
  content: "\e478"; }

.icon-1259:before {
  content: "\e479"; }

.icon-1246:before {
  content: "\e47a"; }

.icon-1245:before {
  content: "\e47b"; }

.icon-1258:before {
  content: "\e47c"; }

.icon-1257:before {
  content: "\e47d"; }

.icon-1244:before {
  content: "\e47e"; }

.icon-1243:before {
  content: "\e47f"; }

.icon-1256:before {
  content: "\e480"; }

.icon-1255:before {
  content: "\e481"; }

.icon-1242:before {
  content: "\e482"; }

.icon-1241:before {
  content: "\e483"; }

.icon-1254:before {
  content: "\e484"; }

.icon-1253:before {
  content: "\e485"; }

.icon-1240:before {
  content: "\e486"; }

.icon-1239:before {
  content: "\e487"; }

.icon-1252:before {
  content: "\e488"; }

.icon-1251:before {
  content: "\e489"; }

.icon-1238:before {
  content: "\e48a"; }

.icon-1237:before {
  content: "\e48b"; }

.icon-1250:before {
  content: "\e48c"; }

.icon-1249:before {
  content: "\e48d"; }

.icon-1236:before {
  content: "\e48e"; }

.icon-1262:before {
  content: "\e48f"; }

.icon-1275:before {
  content: "\e490"; }

.icon-1288:before {
  content: "\e491"; }

.icon-1301:before {
  content: "\e492"; }

.icon-1302:before {
  content: "\e493"; }

.icon-1289:before {
  content: "\e494"; }

.icon-1276:before {
  content: "\e495"; }

.icon-1263:before {
  content: "\e496"; }

.icon-1264:before {
  content: "\e497"; }

.icon-1277:before {
  content: "\e498"; }

.icon-1290:before {
  content: "\e499"; }

.icon-1303:before {
  content: "\e49a"; }

.icon-1304:before {
  content: "\e49b"; }

.icon-1291:before {
  content: "\e49c"; }

.icon-1278:before {
  content: "\e49d"; }

.icon-1265:before {
  content: "\e49e"; }

.icon-1266:before {
  content: "\e49f"; }

.icon-1279:before {
  content: "\e4a0"; }

.icon-1292:before {
  content: "\e4a1"; }

.icon-1305:before {
  content: "\e4a2"; }

.icon-1306:before {
  content: "\e4a3"; }

.icon-1293:before {
  content: "\e4a4"; }

.icon-1280:before {
  content: "\e4a5"; }

.icon-1267:before {
  content: "\e4a6"; }

.icon-1268:before {
  content: "\e4a7"; }

.icon-1281:before {
  content: "\e4a8"; }

.icon-1294:before {
  content: "\e4a9"; }

.icon-1307:before {
  content: "\e4aa"; }

.icon-1308:before {
  content: "\e4ab"; }

.icon-1295:before {
  content: "\e4ac"; }

.icon-1282:before {
  content: "\e4ad"; }

.icon-1269:before {
  content: "\e4ae"; }

.icon-1270:before {
  content: "\e4af"; }

.icon-1283:before {
  content: "\e4b0"; }

.icon-1296:before {
  content: "\e4b1"; }

.icon-1309:before {
  content: "\e4b2"; }

.icon-1310:before {
  content: "\e4b3"; }

.icon-1297:before {
  content: "\e4b4"; }

.icon-1284:before {
  content: "\e4b5"; }

.icon-1271:before {
  content: "\e4b6"; }

.icon-1272:before {
  content: "\e4b7"; }

.icon-1285:before {
  content: "\e4b8"; }

.icon-1286:before {
  content: "\e4b9"; }

.icon-1273:before {
  content: "\e4ba"; }

.icon-1274:before {
  content: "\e4bb"; }

.icon-1287:before {
  content: "\e4bc"; }

.icon-1300:before {
  content: "\e4bd"; }

.icon-1313:before {
  content: "\e4be"; }

.icon-1312:before {
  content: "\e4bf"; }

.icon-1299:before {
  content: "\e4c0"; }

.icon-1298:before {
  content: "\e4c1"; }

.icon-1311:before {
  content: "\e4c2"; }

.icon-1314:before {
  content: "\e4c3"; }

.icon-1327:before {
  content: "\e4c4"; }

.icon-1340:before {
  content: "\e4c5"; }

.icon-1341:before {
  content: "\e4c6"; }

.icon-1328:before {
  content: "\e4c7"; }

.icon-1315:before {
  content: "\e4c8"; }

.icon-1316:before {
  content: "\e4ca"; }

.icon-1317:before {
  content: "\e4cb"; }

.icon-1330:before {
  content: "\e4cc"; }

.icon-1318:before {
  content: "\e4ce"; }

.icon-1319:before {
  content: "\e4cf"; }

.icon-1332:before {
  content: "\e4d0"; }

.icon-1333:before {
  content: "\e4d1"; }

.icon-1320:before {
  content: "\e4d2"; }

.icon-1321:before {
  content: "\e4d3"; }

.icon-1334:before {
  content: "\e4d4"; }

.icon-1335:before {
  content: "\e4d5"; }

.icon-1322:before {
  content: "\e4d6"; }

.icon-1323:before {
  content: "\e4d7"; }

.icon-1336:before {
  content: "\e4d8"; }

.icon-1337:before {
  content: "\e4d9"; }

.icon-1324:before {
  content: "\e4da"; }

.icon-1325:before {
  content: "\e4db"; }

.icon-1338:before {
  content: "\e4dc"; }

.icon-1339:before {
  content: "\e4dd"; }

.icon-1326:before {
  content: "\e4de"; }

.icon-1352:before {
  content: "\e4df"; }

.icon-1365:before {
  content: "\e4e0"; }

.icon-1364:before {
  content: "\e4e1"; }

.icon-1351:before {
  content: "\e4e2"; }

.icon-1350:before {
  content: "\e4e3"; }

.icon-1363:before {
  content: "\e4e4"; }

.icon-1362:before {
  content: "\e4e5"; }

.icon-1349:before {
  content: "\e4e6"; }

.icon-1348:before {
  content: "\e4e7"; }

.icon-1361:before {
  content: "\e4e8"; }

.icon-1360:before {
  content: "\e4e9"; }

.icon-1347:before {
  content: "\e4ea"; }

.icon-1346:before {
  content: "\e4eb"; }

.icon-1359:before {
  content: "\e4ec"; }

.icon-1358:before {
  content: "\e4ed"; }

.icon-1345:before {
  content: "\e4ee"; }

.icon-1344:before {
  content: "\e4ef"; }

.icon-1357:before {
  content: "\e4f0"; }

.icon-1356:before {
  content: "\e4f1"; }

.icon-1343:before {
  content: "\e4f2"; }

.icon-1342:before {
  content: "\e4f3"; }

.icon-1355:before {
  content: "\e4f4"; }

.icon-1354:before {
  content: "\e4f5"; }

.icon-1353:before {
  content: "\e4f6"; }

.icon-1366:before {
  content: "\e4f7"; }

.icon-1379:before {
  content: "\e4f8"; }

.icon-1392:before {
  content: "\e4f9"; }

.icon-1405:before {
  content: "\e4fa"; }

.icon-1418:before {
  content: "\e4fb"; }

.icon-1419:before {
  content: "\e4fc"; }

.icon-1406:before {
  content: "\e4fd"; }

.icon-1393:before {
  content: "\e4fe"; }

.icon-1380:before {
  content: "\e4ff"; }

.icon-1367:before {
  content: "\e500"; }

.icon-1368:before {
  content: "\e501"; }

.icon-1381:before {
  content: "\e502"; }

.icon-1394:before {
  content: "\e503"; }

.icon-1407:before {
  content: "\e504"; }

.icon-1420:before {
  content: "\e505"; }

.icon-1421:before {
  content: "\e506"; }

.icon-1408:before {
  content: "\e507"; }

.icon-1395:before {
  content: "\e508"; }

.icon-1382:before {
  content: "\e509"; }

.icon-1369:before {
  content: "\e50a"; }

.icon-1370:before {
  content: "\e50b"; }

.icon-1383:before {
  content: "\e50c"; }

.icon-1396:before {
  content: "\e50d"; }

.icon-1409:before {
  content: "\e50e"; }

.icon-1422:before {
  content: "\e50f"; }

.icon-1423:before {
  content: "\e510"; }

.icon-1410:before {
  content: "\e511"; }

.icon-1384:before {
  content: "\e512"; }

.icon-1371:before {
  content: "\e513"; }

.icon-1372:before {
  content: "\e514"; }

.icon-1385:before {
  content: "\e515"; }

.icon-1398:before {
  content: "\e516"; }

.icon-1411:before {
  content: "\e517"; }

.icon-1397:before {
  content: "\e518"; }

.icon-1399:before {
  content: "\e519"; }

.icon-1386:before {
  content: "\e51a"; }

.icon-1373:before {
  content: "\e51b"; }

.icon-1374:before {
  content: "\e51c"; }

.icon-1387:before {
  content: "\e51d"; }

.icon-1388:before {
  content: "\e51e"; }

.icon-1375:before {
  content: "\e51f"; }

.icon-1376:before {
  content: "\e520"; }

.icon-1389:before {
  content: "\e521"; }

.icon-1390:before {
  content: "\e522"; }

.icon-1377:before {
  content: "\e523"; }

.icon-1378:before {
  content: "\e524"; }

.icon-1391:before {
  content: "\e525"; }

.icon-1404:before {
  content: "\e526"; }

.icon-1417:before {
  content: "\e527"; }

.icon-1430:before {
  content: "\e528"; }

.icon-1429:before {
  content: "\e529"; }

.icon-1416:before {
  content: "\e52a"; }

.icon-1403:before {
  content: "\e52b"; }

.icon-1402:before {
  content: "\e52c"; }

.icon-1415:before {
  content: "\e52d"; }

.icon-1428:before {
  content: "\e52e"; }

.icon-1427:before {
  content: "\e52f"; }

.icon-1414:before {
  content: "\e530"; }

.icon-1401:before {
  content: "\e531"; }

.icon-1400:before {
  content: "\e532"; }

.icon-1413:before {
  content: "\e533"; }

.icon-1426:before {
  content: "\e534"; }

.icon-1425:before {
  content: "\e535"; }

.icon-1412:before {
  content: "\e536"; }

.icon-1424:before {
  content: "\e537"; }

.icon-1329:before {
  content: "\e4c9"; }

.icon-1331:before {
  content: "\e4cd"; }

/* Navigation breakpoints */
@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title a {
  margin-left: 1rem;
  font-size: 1rem;
  color: #B9B9B9; }

@media screen and (max-width: 639px) {
  .title-bar-title {
    text-align: center;
    padding: 3%;
    width: 100%; }
    .title-bar-title #enaw-logo-mobile {
      width: 40%;
      float: right; } }

button.menu-icon {
  background-color: transparent;
  border: none; }

#menu-icon {
  font-size: 2em;
  margin: 0.2em;
  position: absolute;
  top: 1.3em;
  right: 0.3em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#topbar-wrapper {
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (max-width: 639px) {
    #topbar-wrapper {
      display: none; } }

.title-bar {
  padding-top: 40px; }
  @media screen and (max-width: 639px) {
    .title-bar {
      position: relative;
      padding: 0; } }

.dp-block {
  display: block; }

.top-bar-right {
  margin-right: 1em; }
  @media screen and (max-width: 1320px) {
    .top-bar-right {
      margin-right: 4em; } }
  @media screen and (max-width: 639px) {
    .top-bar-right {
      margin: auto;
      display: none; } }

/* Tablet and desktop menu */
.top-bar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-bottom: 15px;
  padding-top: 1em;
  max-width: 75rem;
  margin: 0 auto; }
  .top-bar #enaw-logo {
    height: 40px;
    margin: 3px 0 6px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 768px) {
      .top-bar #enaw-logo {
        height: 30px; } }
  .top-bar ul {
    margin: .5em 0 0 0; }
  .top-bar .menu .home a {
    font-size: 1rem;
    color: #919191; }
  .top-bar .menu .active > a {
    background-color: #fff;
    color: #ffcc01; }
  .top-bar .menu a {
    height: 45px;
    line-height: 45px;
    color: #919191;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1; }
    .top-bar .menu a:hover:not(.button) {
      background-color: #fff;
      color: #ffcc01; }
  .top-bar .menu > li:not(.menu-text) > a {
    padding: 1rem; }
  .top-bar .dropdown.menu .submenu {
    background-color: #121212;
    color: #e6e6e6;
    border: 0; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }

/* Basic styles for post navigation. Nicolas Gallagher's "Micro clearfix" https://css-tricks.com/snippets/css/clear-fix/ */
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

/* Text meant only for screen readers. Addresses part of theme-check issue #840. https://github.com/Automattic/_s/blob/master/style.css */
.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;
  /* Above WP toolbar. */ }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#overlay-menu {
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: #0a0a0a;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #overlay-menu.open {
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #overlay-menu .overlay-content {
    position: relative;
    top: 5%;
    /* 25% from the top */
    width: 70%;
    /* 70% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin: auto;
    /* margin auto so the menu is centered */ }
  #overlay-menu .menu .active > a {
    background: transparent;
    color: #ffcc01; }
  #overlay-menu ul {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #overlay-menu ul li {
      text-align: left;
      margin-bottom: 40px;
      -webkit-hyphens: manual;
          -ms-hyphens: manual;
              hyphens: manual; }
      @media screen and (min-width: 1120px) {
        #overlay-menu ul li a {
          height: 100px; } }
      @media screen and (max-width: 1023px) {
        #overlay-menu ul li {
          margin-top: 0 !important;
          margin-bottom: 40px !important; } }
    #overlay-menu ul li.only-mobile {
      display: inline-block; }
      @media screen and (min-width: 640px) {
        #overlay-menu ul li.only-mobile {
          display: none !important; } }
  #overlay-menu li.menu-item-has-children {
    /* Submenu */ }
    #overlay-menu li.menu-item-has-children ul li {
      margin-bottom: 5px !important; }
      #overlay-menu li.menu-item-has-children ul li a {
        font-size: 28px !important;
        height: auto !important; }
        @media screen and (max-width: 1424px) and (min-width: 64em) {
          #overlay-menu li.menu-item-has-children ul li a {
            font-size: 20px !important; } }
        #overlay-menu li.menu-item-has-children ul li a:hover, #overlay-menu li.menu-item-has-children ul li a:focus {
          color: #ffcc01; }
          #overlay-menu li.menu-item-has-children ul li a:hover:after, #overlay-menu li.menu-item-has-children ul li a:focus:after {
            content: "\e1d8";
            font-family: "web-mob";
            font-size: 0.7em;
            margin-left: 0.5em; }
  #overlay-menu a {
    padding: 8px;
    text-decoration: none;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    font-size: 39px;
    color: #fff;
    display: block;
    /* Display block instead of inline */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* Transition effects on hover (color) */
    font-weight: 700; }
    @media screen and (max-width: 1424px) and (min-width: 64em) {
      #overlay-menu a {
        font-size: 30px !important;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
    #overlay-menu a:hover, #overlay-menu a:focus {
      color: #ffcc01; }

.closebtn {
  position: absolute;
  top: 0em;
  right: 0.05em;
  font-size: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

ul {
  background-color: transparent; }

#overlay-menu-mob {
  position: fixed;
  width: 0;
  left: -80%;
  z-index: 200;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #overlay-menu-mob.open {
    left: 0;
    width: 80%;
    padding-bottom: 46px; }
  #overlay-menu-mob ul.nested {
    background-color: #6b6b6b !important;
    margin: 0 !important; }
    #overlay-menu-mob ul.nested li a {
      padding-left: 45px !important; }

ul#topbar-menu {
  position: relative;
  margin-right: 125px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media screen and (max-width: 925px) {
    ul#topbar-menu {
      margin: auto; } }
  ul#topbar-menu li, ul#topbar-menu a {
    display: inline-block;
    margin-right: 1em;
    color: #b3b2b3; }
    ul#topbar-menu li .icon, ul#topbar-menu a .icon {
      font-family: "web-mob"; }
  ul#topbar-menu ul.dropdown-content, ul#topbar-menu .dropdown-content li, ul#topbar-menu .dropdown-content a {
    margin: 0; }

ul#topbar-menu-mob {
  margin-bottom: 0; }
  ul#topbar-menu-mob li, ul#topbar-menu-mob a {
    display: block;
    color: #b3b2b3; }
  ul#topbar-menu-mob li {
    border-bottom: 1px solid #e9e9e9;
    width: 100%; }
  ul#topbar-menu-mob .parent-menu li {
    padding: 0; }
  ul#topbar-menu-mob .parent-menu li:first-child {
    border-top: 1px solid #e9e9e9; }
  ul#topbar-menu-mob .parent-menu a {
    padding: 18px 25px; }
  ul#topbar-menu-mob .parent-menu .menu-dropdown-mob.active {
    color: #313131; }

header#masthead {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  header#masthead.header-sticky .top-bar {
    padding: 0rem 0 0rem 1rem; }
    header#masthead.header-sticky .top-bar #enaw-logo {
      height: 29px;
      margin-top: 4px; }
  header#masthead.header-sticky #menu-icon {
    top: 0.8em; }
  header#masthead.header-sticky ul#topbar-menu {
    margin-bottom: 0rem; }
  header#masthead.header-sticky #overlay-menu .closebtn {
    top: -0.3em; }
  @media screen and (max-width: 639px) {
    header#masthead {
      display: table-cell; } }

@media screen and (min-width: 639px) {
  .admin-bar #menu-navbars {
    top: 1.5em; } }

header#masthead.header-sticky + #menu-navbars {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  margin: 15px 0;
  z-index: 101; }
  @media screen and (max-width: 639px) {
    header#masthead.header-sticky + #menu-navbars {
      margin: 28px 0; } }
  @media screen and (max-width: 425px) {
    header#masthead.header-sticky + #menu-navbars {
      margin: 26px 0; } }

header#masthead.header-sticky #menu-desktop-button {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: -20px;
  opacity: 0; }

#menu-navbars.hide-it {
  opacity: 0; }
  @media screen and (max-width: 925px) {
    #menu-navbars.hide-it {
      opacity: 1; } }

#menu-navbars.open {
  z-index: 101; }

#menu-desktop-button {
  right: 1em;
  z-index: 100;
  top: 1.3em;
  opacity: 1;
  position: absolute;
  border: 1px solid;
  padding: 5px 40px;
  color: black; }
  #menu-desktop-button h2 {
    margin: 0;
    text-transform: none;
    font-family: Helvetica Neue, Helvetica, Sans-Serif;
    font-weight: 600; }
  #menu-desktop-button:hover {
    cursor: pointer; }
  @media screen and (max-width: 925px) {
    #menu-desktop-button {
      display: none; } }

#menu-navbars, #menu-navbars-mob {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 99;
  width: 40px;
  height: 25px;
  margin: 37px 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;
  position: fixed;
  right: 1em;
  top: -0.5em; }
  #menu-navbars span, #menu-navbars-mob span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0a0a0a;
    border-radius: 0;
    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; }
  #menu-navbars span:nth-child(1), #menu-navbars-mob span:nth-child(1) {
    top: 0px; }
  #menu-navbars span:nth-child(2), #menu-navbars-mob span:nth-child(2) {
    top: 11px; }
  #menu-navbars span:nth-child(3), #menu-navbars-mob span:nth-child(3) {
    top: 22px; }
  #menu-navbars.open span, #menu-navbars-mob.open span {
    background: #fff; }
  #menu-navbars.open span:nth-child(1), #menu-navbars-mob.open span:nth-child(1) {
    top: 16px;
    height: 2px;
    color: white;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
  #menu-navbars.open span:nth-child(2), #menu-navbars-mob.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  #menu-navbars.open span:nth-child(3), #menu-navbars-mob.open span:nth-child(3) {
    top: 16px;
    height: 2px;
    color: white;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  @media screen and (max-width: 925px) {
    #menu-navbars, #menu-navbars-mob {
      z-index: 101; } }
  @media screen and (max-width: 639px) {
    #menu-navbars, #menu-navbars-mob {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 20px;
      margin: 0; } }

#menu-navbars-mob.open span {
  background: black;
  height: 4px; }

#menu-navbars-mob.open span:nth-child(1) {
  top: 0;
  height: 4px;
  color: black;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#menu-navbars-mob.open span:nth-child(2) {
  top: 11px;
  opacity: 1;
  left: 0;
  color: black; }

#menu-navbars-mob.open span:nth-child(3) {
  top: 22px;
  height: 4px;
  color: black;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

#info-overlay-btn {
  z-index: 9;
  opacity: 0;
  padding: 2em 2em;
  position: fixed;
  bottom: 8em;
  right: 2em;
  background-color: white;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  #info-overlay-btn h3 {
    font-weight: 400;
    font-size: 16px;
    text-align: left; }
  #info-overlay-btn #close-speech-bubble {
    color: #d4d5d4;
    position: absolute;
    top: 0;
    right: 8px; }
    #info-overlay-btn #close-speech-bubble:hover {
      cursor: pointer; }
  #info-overlay-btn .lil-speech-bubble-part {
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    z-index: 10;
    border: none;
    border-right: 1px solid  #e6e6e6;
    border-bottom: 1px solid  #e6e6e6;
    position: absolute;
    right: 24px;
    background: white;
    bottom: -11px;
    opacity: 1.9; }
  #info-overlay-btn.show {
    opacity: 0.9; }

div#info-overlay-btn {
  display: none; }

button#contact-popup-icon, button#contact-popup-icon-mobile {
  display: none; }

#contact-popup-icon, #contact-popup-icon-mobile {
  padding: 2em 2em;
  position: fixed;
  bottom: -5em;
  right: 2em;
  z-index: 9;
  cursor: pointer;
  border-radius: 7em;
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #b3b2b3; }
  #contact-popup-icon:hover, #contact-popup-icon-mobile:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  #contact-popup-icon.show, .show#contact-popup-icon-mobile {
    bottom: 2em;
    -webkit-animation-name: pulse_animation;
            animation-name: pulse_animation;
    -webkit-animation-duration: 5000ms;
            animation-duration: 5000ms;
    -webkit-transform-origin: 70% 70%;
        -ms-transform-origin: 70% 70%;
            transform-origin: 70% 70%;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  #contact-popup-icon:hover, #contact-popup-icon-mobile:hover {
    background-color: #b3b2b3; }
  #contact-popup-icon .icon, #contact-popup-icon-mobile .icon {
    font-size: 2em;
    position: absolute;
    top: 0.35em;
    left: 0.5em; }

/*.home {
    #contact-popup-icon {
        @extend #contact-popup-icon;
        bottom: 30%;
        right: 50%;
        //top: 800px;
        transform: scale(4);

        &.show {
            right: 2em;
            //top: 80%;
            bottom: 2em;
            transform: scale(1);
            transition: all 1s;
        }
    }
}*/
#overlay-contactform, .overlay-wrapper {
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 201;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: black;
  /* Black fallback color */
  background-color: #ffcc01;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  width: 0%;
  height: 0%;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #overlay-contactform.open, .overlay-wrapper.open {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #overlay-contactform a.closebtn, .overlay-wrapper a.closebtn {
    color: white;
    position: absolute;
    font-weight: lighter;
    right: .5em;
    font-size: 6em; }
  #overlay-contactform .contactform-wrapper, #overlay-contactform .content-wrapper, .overlay-wrapper .contactform-wrapper, .overlay-wrapper .content-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 3em;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media screen and (min-width: 40em) {
      #overlay-contactform .contactform-wrapper, #overlay-contactform .content-wrapper, .overlay-wrapper .contactform-wrapper, .overlay-wrapper .content-wrapper {
        width: 60%;
        /*overflow: scroll;
            height: 100%;*/ } }
    @media screen and (max-width: 590px) {
      #overlay-contactform .contactform-wrapper, #overlay-contactform .content-wrapper, .overlay-wrapper .contactform-wrapper, .overlay-wrapper .content-wrapper {
        top: 100%; } }
  #overlay-contactform contactform-wrapper, .overlay-wrapper contactform-wrapper {
    overflow: scroll; }

.post-navigation {
  color: #b3b2b3; }
  .post-navigation .nav-icon {
    position: relative;
    top: 5px;
    padding: 0.7em 0.7em 0.38em 0.61em;
    border: 1px solid #b3b2b3;
    border-radius: 5em;
    color: #b3b2b3;
    font-size: 1.5em; }
    .post-navigation .nav-icon.next {
      padding: 0.7em 0.61em 0.38em 0.7em; }
    .post-navigation .nav-icon:hover {
      color: #ffcc01;
      border: 1px solid #ffcc01; }
  .post-navigation .nav-list {
    font-size: 2em;
    color: #b3b2b3; }
    .post-navigation .nav-list:hover {
      color: #ffcc01; }
  .post-navigation a {
    color: #b3b2b3; }
    .post-navigation a:hover {
      color: #ffcc01; }
  .post-navigation .nav-text {
    font-family: HelveticaNeueLTStd-XBlkCn;
    text-transform: uppercase; }
    .post-navigation .nav-text.next {
      margin-right: 1.5em; }
    .post-navigation .nav-text.prev {
      margin-left: 1.5em; }
    @media screen and (max-width: 815px) {
      .post-navigation .nav-text {
        display: none; } }
  @media screen and (max-width: 639px) {
    .post-navigation {
      margin-top: 40px; } }

#overlay-search {
  background-color: #3d3d3d; }
  #overlay-search a.closebtn {
    color: white;
    font-weight: lighter; }
  #overlay-search .search-wrapper {
    position: relative;
    top: 30%;
    width: 90%;
    margin: 0 auto;
    padding: 3em;
    color: #fff;
    font-weight: light; }
    @media screen and (min-width: 40em) {
      #overlay-search .search-wrapper {
        width: 60%; } }
    #overlay-search .search-wrapper label {
      color: #fff;
      position: absolute;
      top: .6em;
      font-size: 4em;
      cursor: text;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out;
      overflow: hidden;
      height: 150px; }
      #overlay-search .search-wrapper label.active span {
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
        display: none; }
    #overlay-search .search-wrapper input[type=search] {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #fff;
      background-color: #3d3d3d;
      color: white;
      padding-left: 1.5em;
      height: 1.5em;
      font-size: 4em;
      width: 100%; }

.search-wrapper-mob {
  position: relative; }
  .search-wrapper-mob input[type=search] {
    padding-left: 0px;
    border: none;
    border-radius: 0;
    width: 90%;
    padding-top: 14px;
    padding-left: 20px;
    background: transparent; }
    .search-wrapper-mob input[type=search]:focus:not([readonly]) {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }
  .search-wrapper-mob i {
    position: absolute;
    right: 38px;
    font-size: 24px; }
  .search-wrapper-mob label, .search-wrapper-mob .active {
    color: #b3b3b3;
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 16px;
    cursor: text;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    width: 100%; }
    .search-wrapper-mob label span, .search-wrapper-mob .active span {
      position: absolute; }
    .search-wrapper-mob label.active span, .search-wrapper-mob .active.active span {
      position: absolute;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out;
      display: none; }
  .search-wrapper-mob .search-mob {
    border: none; }

.desktop-menu {
  display: block; }
  @media screen and (max-width: 639px) {
    .desktop-menu {
      display: none; } }

.mob-menu-icon {
  position: relative;
  display: none; }
  @media screen and (max-width: 639px) {
    .mob-menu-icon {
      display: block; } }

.mob-menu {
  position: relative;
  display: none;
  background-color: #3d3d3d; }
  @media screen and (max-width: 639px) {
    .mob-menu {
      display: block; } }
  .mob-menu a {
    color: #e6e6e6;
    padding: 18px 24px !important;
    border-bottom: 1px solid #313131; }
  .mob-menu li.column, .mob-menu li.columns, .mob-menu li.columns {
    float: none !important;
    padding: 0 !important; }
  .mob-menu .active > a {
    background-color: #5a5a5a !important;
    color: #ffcc01; }

.mob-bar-wrapper ul {
  margin-left: 0; }

.mob-bar-wrapper .dropdown-content {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important; }
  .mob-bar-wrapper .dropdown-content .active {
    position: relative; }

.mob-bar-wrapper .dropdown-content:focus {
  background-color: #eeeeee; }

.mob-bar-wrapper .dropdown-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ececec; }
  .mob-bar-wrapper .dropdown-content a:after {
    content: "\e1d8";
    font-family: "web-mob";
    right: 22px;
    position: absolute;
    font-size: 20px; }

.mob-bar-wrapper #menu-main li {
  position: relative !important; }

.mob-bar-wrapper #menu-main li.menu-item-has-children li.menu-item a:after {
  content: "\e1d8";
  font-family: "web-mob";
  right: 22px;
  top: 13px;
  position: absolute;
  font-size: 20px; }

.mob-icon {
  position: absolute;
  right: 20px;
  font-size: 22px; }

#topbar-menu-mob {
  background: #f4f4f4; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem;
  background-color: #424242; }
  #footer-container.no-margin-footer {
    margin-top: 0 !important;
    position: relative; }
  #footer-container #footer {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem 0;
    position: relative;
    color: #fff; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer img {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      max-width: 140px; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #footer-container #footer h4 {
      margin-bottom: 1.2em; }
    #footer-container #footer .socialbox-wrapper {
      margin-top: 2em; }
      #footer-container #footer .socialbox-wrapper h3 {
        font-size: 1.375rem; }
        @media screen and (max-width: 590px) {
          #footer-container #footer .socialbox-wrapper h3 {
            font-size: 1.375rem; } }
      #footer-container #footer .socialbox-wrapper .socialbox-icons i.fa {
        border: 1px solid #fff;
        color: #fff; }
        #footer-container #footer .socialbox-wrapper .socialbox-icons i.fa:hover {
          color: #ffcc01;
          border-color: #ffcc01; }
  #footer-container i.icon.wm-location:before {
    content: "\e147";
    font-family: "web-mob";
    font-size: 1em;
    font-style: normal; }
  #footer-container i.icon.wm-location.dblHeight {
    font-size: 1.5em; }
  #footer-container #sub-footer {
    background-color: #ffcc01;
    padding: 0.6em 0;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding: 15px 30px;
    text-align: center; }
  #footer-container #scroll-to-top {
    position: absolute;
    bottom: 0.6em;
    right: 1em;
    cursor: pointer;
    background: #ffcc01;
    font-size: 1.9em;
    padding: 0.35em 0.6em 0.35em 0.62em;
    border-radius: 5em;
    -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    #footer-container #scroll-to-top:hover {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media screen and (max-width: 590px) {
      #footer-container #scroll-to-top {
        bottom: 3.4em; } }
    @media screen and (max-width: 425px) {
      #footer-container #scroll-to-top {
        bottom: 2.8em; } }
  #footer-container a {
    color: #fff; }
    #footer-container a:hover, #footer-container a:active {
      color: #ffcc01;
      background: none; }
  #footer-container .menu.rechtliches > li > a {
    padding: 0;
    line-height: 1.5em; }
  #footer-container .menu.rechtliches > li.active > a {
    background: none;
    color: #ffcc01; }
  #footer-container .menu.horizontal > li > a {
    border-left: 1px solid #fff;
    padding: 0.2rem 1rem;
    color: #fff; }
  #footer-container .menu.horizontal > li:first-child > a {
    border-left: none; }
  #footer-container .menu-footer-container {
    margin-top: 2em; }
  #footer-container .mc4wp-form-fields input:not([type]), #footer-container .mc4wp-form-fields input[type=date], #footer-container .mc4wp-form-fields input[type=datetime-local], #footer-container .mc4wp-form-fields input[type=datetime], #footer-container .mc4wp-form-fields input[type=email], #footer-container .mc4wp-form-fields input[type=number], #footer-container .mc4wp-form-fields input[type=password], #footer-container .mc4wp-form-fields input[type=search], #footer-container .mc4wp-form-fields input[type=tel], #footer-container .mc4wp-form-fields input[type=text], #footer-container .mc4wp-form-fields input[type=time], #footer-container .mc4wp-form-fields input[type=url], #footer-container .mc4wp-form-fields textarea.materialize-textarea {
    padding-left: 1em; }

.text-2001 {
  font-size: 15px; }

@media screen and (max-width: 590px) {
  #footer-content {
    text-align: center; }
    #footer-content .small-12 {
      margin-bottom: 50px; } }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }
  body#tinymce h1.entry-title {
    font-size: 2.7em;
    color: #0a0a0a;
    text-transform: uppercase; }
  body#tinymce h2 {
    font-weight: 500;
    color: #b3b2b3;
    text-transform: none; }
  body#tinymce h3 {
    font-size: 2em;
    text-transform: none;
    color: #ffcc01;
    font-weight: 500; }
  body#tinymce h4 {
    text-transform: none;
    color: black;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  body#tinymce blockquote {
    padding-left: 0;
    border-left: none;
    font-size: 1.3em;
    font-weight: 500; }
    body#tinymce blockquote p {
      color: #ffcc01; }
      body#tinymce blockquote p:before {
        content: '«'; }
      body#tinymce blockquote p:after {
        content: '»'; }
  body#tinymce div.stoerer {
    color: #333f98;
    background-color: #f4f2f9;
    margin-top: 1em;
    padding: 25px 1em 4px 1em; }
    body#tinymce div.stoerer h2 {
      color: #333f98; }
  body#tinymce ul li {
    list-style-type: disc; }
  body#tinymce .topic-accordion {
    margin-top: 3em; }
    body#tinymce .topic-accordion h4 {
      font-size: 18pt;
      width: 90%; }
    body#tinymce .topic-accordion.post-item {
      margin-top: 0;
      margin-bottom: 1em; }
    body#tinymce .topic-accordion.collapsible.popout > li.topic-info, body#tinymce .topic-accordion.collapsible.popout.post-item {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 2em;
      border-bottom: 1px solid #e6e6e6; }
      body#tinymce .topic-accordion.collapsible.popout > li.topic-info.active, body#tinymce .topic-accordion.collapsible.popout.post-item.active {
        border: 1px solid #e6e6e6;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    body#tinymce .topic-accordion .topic-info .info-list {
      margin-left: 0;
      margin-top: 1em; }
      body#tinymce .topic-accordion .topic-info .info-list a {
        color: #0a0a0a;
        padding-left: 1.5em;
        position: relative;
        display: block; }
        body#tinymce .topic-accordion .topic-info .info-list a::before {
          position: absolute;
          color: #ffcc01;
          left: 0px; }
        body#tinymce .topic-accordion .topic-info .info-list a:hover {
          color: #ffcc01; }
          body#tinymce .topic-accordion .topic-info .info-list a:hover::before {
            color: #cda400; }
    body#tinymce .topic-accordion .collapsible-header {
      border-bottom: none;
      -webkit-transition: padding .2s;
      transition: padding .2s;
      position: relative; }
      body#tinymce .topic-accordion .collapsible-header.inline-icon::after {
        top: 0.6em;
        content: "\e197";
        font-family: "web-mob" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased; }
      body#tinymce .topic-accordion .collapsible-header.inline-icon::after,
      body#tinymce .topic-accordion .collapsible-header .icon {
        position: absolute;
        right: 1.4em;
        padding: 1px;
        -webkit-transition: top .2s;
        transition: top .2s; }
        @media screen and (max-width: 590px) {
          body#tinymce .topic-accordion .collapsible-header.inline-icon::after,
          body#tinymce .topic-accordion .collapsible-header .icon {
            right: 7%; } }
      body#tinymce .topic-accordion .collapsible-header .icon {
        top: -0.5em; }
        body#tinymce .topic-accordion .collapsible-header .icon:before {
          font-size: 21px; }
      body#tinymce .topic-accordion .collapsible-header .date {
        color: #b3b2b3; }
      body#tinymce .topic-accordion .collapsible-header.active {
        padding: 1.5em 1rem; }
        body#tinymce .topic-accordion .collapsible-header.active.inline-icon::after,
        body#tinymce .topic-accordion .collapsible-header.active .icon {
          right: 1.4em; }
        body#tinymce .topic-accordion .collapsible-header.active.inline-icon {
          padding-bottom: 0;
          color: #ffcc01; }
          body#tinymce .topic-accordion .collapsible-header.active.inline-icon::after {
            content: "\e199";
            top: 2.1em; }
        body#tinymce .topic-accordion .collapsible-header.active h4 {
          color: #ffcc01; }
        body#tinymce .topic-accordion .collapsible-header.active .icon {
          color: #ffcc01;
          position: absolute;
          top: 0.6em; }
          body#tinymce .topic-accordion .collapsible-header.active .icon:before {
            content: "\e198";
            font-size: 21px; }
    body#tinymce .topic-accordion .collapsible-body {
      padding: 1em 1em 1.5em; }
      body#tinymce .topic-accordion .collapsible-body p {
        padding: 0; }
    body#tinymce .topic-accordion.post-item.active .collapsible-body {
      border: 0;
      padding-top: 0;
      padding-bottom: 1em; }
  body#tinymce .topic-accordion.post-item .collapsible-body {
    display: block; }

.page-title {
  margin-bottom: -15em; }
  .page-title .text, .page-title .overlay-grid.portraits li .text-example, .overlay-grid.portraits li .page-title .text-example, .page-title #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits li .page-title .text-example, .page-title #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits li .page-title .text-example {
    max-width: 800px;
    text-align: center;
    padding: 4em 0 12em; }
    .page-title .text h1, .page-title .overlay-grid.portraits li .text-example h1, .overlay-grid.portraits li .page-title .text-example h1, .page-title #page-about-us .info-grid.portraits li .text-example h1, #page-about-us .info-grid.portraits li .page-title .text-example h1, .page-title #page-about-us .box-grid.portraits li .text-example h1, #page-about-us .box-grid.portraits li .page-title .text-example h1 {
      color: #0a0a0a; }
    .page-title .text p, .page-title .overlay-grid.portraits li .text-example p, .overlay-grid.portraits li .page-title .text-example p, .page-title #page-about-us .info-grid.portraits li .text-example p, #page-about-us .info-grid.portraits li .page-title .text-example p, .page-title #page-about-us .box-grid.portraits li .text-example p, #page-about-us .box-grid.portraits li .page-title .text-example p {
      font-size: 1.2em; }

.title-width {
  width: 55%;
  margin: 0 auto; }
  @media screen and (max-width: 420px) {
    .title-width {
      width: 85%; } }

.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; }

button {
  background: #ffcc01;
  border: 2px solid #ffcc01;
  padding: 1em 2.1em;
  border-radius: 3em;
  color: #fff;
  font-weight: 900; }
  button:hover {
    color: #ffcc01; }
  button.reverse {
    border: 2px solid #fff; }
    button.reverse:hover {
      background-color: #fff;
      color: #ffcc01; }

a.more-link {
  display: block !important; }
  a.more-link button.btn-more-mobile {
    display: none; }
    @media screen and (max-width: 590px) {
      a.more-link button.btn-more-mobile {
        display: block;
        padding: 3px 25px 6px;
        font-size: 16px;
        border: 1px solid white;
        color: white; }
        a.more-link button.btn-more-mobile:hover, a.more-link button.btn-more-mobile:focus, a.more-link button.btn-more-mobile:visited {
          background: #ffcc01;
          color: #fff; } }

.button {
  background: #ffcc01;
  padding: 1em 2.1em;
  border-radius: 3em;
  color: #fff;
  font-weight: 900;
  margin-top: 2em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.btn, .pass_sumbit .sdm_pass_protected_download {
  border-radius: 3em !important;
  font-weight: 900 !important;
  margin-top: 2em !important;
  text-transform: none !important;
  height: 40px !important; }
  .btn:hover, .pass_sumbit .sdm_pass_protected_download:hover {
    color: #fff !important; }
  .btn.white, .pass_sumbit .white.sdm_pass_protected_download {
    color: #0a0a0a !important; }
  .btn.white-yellow, .pass_sumbit .sdm_pass_protected_download {
    border: 2px solid #ffcc01 !important;
    color: #ffcc01;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn.white-yellow:hover, .pass_sumbit .sdm_pass_protected_download:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      background-color: #ffcc01;
      color: #fff; }
  .btn.yellow-white, .pass_sumbit .yellow-white.sdm_pass_protected_download {
    color: #fff !important;
    background-color: #ffcc01 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-size: 16px !important; }
    .btn.yellow-white:hover, .pass_sumbit .yellow-white.sdm_pass_protected_download:hover {
      /*@include material-shadow-hover;*/
      background-color: black !important;
      color: #fff !important;
      border: none !important; }
  .btn.gray-black, .pass_sumbit .gray-black.sdm_pass_protected_download {
    border: 2px solid #fff;
    color: #fff;
    background-color: gray;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn.gray-black:hover, .pass_sumbit .gray-black.sdm_pass_protected_download:hover {
      /*@include material-shadow-hover;*/
      background-color: black;
      color: #fff;
      border: none; }
  .btn.yellow-white-newsletter, .pass_sumbit .yellow-white-newsletter.sdm_pass_protected_download {
    color: #fff;
    background-color: #ffcc01;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn.yellow-white-newsletter:hover, .pass_sumbit .yellow-white-newsletter.sdm_pass_protected_download:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      background-color: white;
      color: black;
      border: none; }
  .btn.yellow-black, .pass_sumbit .yellow-black.sdm_pass_protected_download {
    border: 2px solid transparent;
    color: #fff;
    background-color: #ffcc01;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn.yellow-black:hover, .pass_sumbit .yellow-black.sdm_pass_protected_download:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      background-color: black;
      color: #fff;
      border: none; }

.btn-width {
  width: 150px;
  position: relative !important; }

.dp-inline-block {
  display: inline-block; }
  @media screen and (max-width: 760px) {
    .dp-inline-block {
      display: block;
      height: 50px; } }

.no-margin {
  margin: 0;
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 760px) {
    .no-margin {
      position: relative; } }

.dropdown-button:not(.sub-dropdown) {
  margin-right: 17px;
  padding: 1em 13em 1em 1em;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #b3b2b3;
  padding-left: 1em;
  background: #fff;
  background-image: url("../images/temp/arrow_down_s.png"), -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6));
  background-image: url("../images/temp/arrow_down_s.png"), -webkit-linear-gradient(left, #e6e6e6, #e6e6e6);
  background-image: url("../images/temp/arrow_down_s.png"), linear-gradient(to right, #e6e6e6, #e6e6e6);
  background-position: calc(100% - 17px) calc(1em + 1px), 100% 0;
  -webkit-background-size: 34px 17px, 3.4em 3.5em;
          background-size: 34px 17px, 3.4em 3.5em;
  background-repeat: no-repeat; }
  .dropdown-button:not(.sub-dropdown).active {
    background-image: url("../images/temp/arrow_down_ws.png"), -webkit-gradient(linear, left top, right top, from(#ffcc01), to(#ffcc01));
    background-image: url("../images/temp/arrow_down_ws.png"), -webkit-linear-gradient(left, #ffcc01, #ffcc01);
    background-image: url("../images/temp/arrow_down_ws.png"), linear-gradient(to right, #ffcc01, #ffcc01);
    background-position: calc(100% - 17px) calc(1em + 1px), 100% 0;
    -webkit-background-size: 34px 17px, 3.4em 3.5em;
            background-size: 34px 17px, 3.4em 3.5em;
    background-repeat: no-repeat; }
    @media screen and (max-width: 590px) {
      .dropdown-button:not(.sub-dropdown).active {
        background-position: calc(100% - 8px) calc(1em + 1px), 100% 0; } }
  @media screen and (max-width: 590px) {
    .dropdown-button:not(.sub-dropdown) {
      background-position: calc(100% - 7px) calc(1em + 1px), 100% 0;
      display: table;
      width: 90%;
      margin: 18px;
      text-align: left;
      padding: 1em 1em 1em 1em; } }

@media screen and (max-width: 590px) {
  .dropdown-content {
    margin-left: 17px;
    margin-top: 19px; } }

#filter-dropdown.dropdown-content li > a, #filter-dropdown .dropdown-content li > span {
  color: #0a0a0a; }
  #filter-dropdown.dropdown-content li > a:hover, #filter-dropdown .dropdown-content li > span:hover {
    color: #ffcc01;
    background-color: #e6e6e6; }

.social-icons {
  margin-top: 0;
  position: absolute;
  margin-left: -4em;
  width: 3em; }
  @media screen and (max-width: 590px) {
    .social-icons {
      margin-left: 0;
      bottom: -80px;
      width: 35%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .social-icons a {
    margin-bottom: 1em;
    display: block;
    stroke: #e6e6e6;
    stroke-width: 1px;
    font-size: 24px;
    fill: none;
    width: 3rem; }
    @media screen and (max-width: 590px) {
      .social-icons a {
        stroke: #ffcc01;
        height: 3rem; } }
    .social-icons a:hover svg {
      stroke: #ffcc01; }
  .social-icons .fa {
    margin-right: 0.7em;
    border-radius: 10em;
    color: #fff;
    background-color: #b3b2b3; }
    .social-icons .fa:hover {
      background-color: #ffcc01; }
    .social-icons .fa.fa-facebook {
      padding: 0.8em 0.98em 0.7em 0.98em; }
    .social-icons .fa.fa-twitter {
      padding: 0.8em 0.84em 0.75em 0.8em; }

.socialbox-icons i.fa {
  display: inline-block;
  border: 1px solid #0a0a0a;
  border-radius: 60px;
  color: #0a0a0a;
  cursor: pointer;
  margin-right: 0.3em;
  font-size: 150%; }
  .socialbox-icons i.fa:hover {
    color: #ffcc01;
    border-color: #ffcc01; }

.socialbox-icons i.fa-facebook-f {
  padding: 0.3em 0.5em; }

.socialbox-icons i.fa-twitter {
  padding: 0.3em 0.35em; }

.socialbox-icons i.fa-linkedin {
  padding: 0.3em 0.36em; }

.lastPost {
  display: none;
  height: 200px;
  width: 460px; }

.lastPostActive {
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-top: -3.5em; }

.fall-back-play-icon {
  text-align: center;
  margin-top: 43px;
  font-size: 67px;
  color: #B6B6B6; }

.error404 .btn, .error404 .pass_sumbit .sdm_pass_protected_download, .pass_sumbit .error404 .sdm_pass_protected_download {
  width: 200px; }

.error404 li {
  display: inline-block; }

.btn-d {
  border-radius: 3em;
  font-weight: 900;
  text-transform: none;
  height: 40px; }

.sdm_pass_text2 {
  width: 50% !important; }

.back-button {
  padding: 0 0 1em 0 !important;
  margin: 0 auto;
  max-width: 75em; }

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 12.5rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 40em) {
  #featured-hero {
    height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

.content-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .content-wrapper::before, .content-wrapper::after {
    content: ' ';
    display: table; }
  .content-wrapper::after {
    clear: both; }
  .content-wrapper.small {
    max-width: 960px; }

.aligned-content {
  padding: 0 1rem; }
  @media screen and (max-width: 375px) {
    .aligned-content {
      padding: 0; } }

.padding-box, .padding-box-home {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 590px) {
    .padding-box, .padding-box-home {
      padding-top: 0; } }

#page-home .padding-box, #page-home .padding-box-home {
  padding-bottom: 5em; }
  @media screen and (max-width: 590px) {
    #page-home .padding-box, #page-home .padding-box-home {
      padding-bottom: 0; } }

.border-top {
  border-top: 1px solid #b3b2b3; }

.border-bottom {
  border-bottom: 1px solid #b3b2b3; }

.wrapper {
  padding: 4em 0; }
  @media screen and (max-width: 590px) {
    .wrapper {
      padding: 0; } }

.box-wrapper {
  padding: 6em 0 0 0; }

.parallax {
  z-index: 0; }

.bg-yellow {
  background-color: #ffcc01;
  padding-bottom: 1px; }

.bg-gray {
  background-color: #f8f8f8;
  padding-bottom: 1px; }

.header-gray {
  background-color: #fafafa; }

.bg-medium-gray {
  padding: 1px;
  background-color: #f2f2f2; }

.hover-box {
  border-radius: 2px;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .hover-box:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .hover-box.visible-desktop {
    display: block; }
    @media screen and (max-width: 590px) {
      .hover-box.visible-desktop {
        display: none; } }
  .hover-box.visible-mobile {
    display: none; }
    @media screen and (max-width: 590px) {
      .hover-box.visible-mobile {
        display: block; } }

.icon-box-wrapper {
  margin-top: 2em; }
  .icon-box-wrapper .icon {
    text-align: center;
    z-index: 100;
    margin-top: -130px;
    margin-bottom: 50px;
    color: #ffcc01; }
    .icon-box-wrapper .icon span {
      font-size: 8em; }
    .icon-box-wrapper .icon .fa-stack {
      width: 170px;
      height: 170px;
      line-height: 170px; }
      .icon-box-wrapper .icon .fa-stack .fa-stack-2x {
        font-size: 170px; }
      .icon-box-wrapper .icon .fa-stack .fa-stack-1x {
        font-size: 85px; }
        .icon-box-wrapper .icon .fa-stack .fa-stack-1x svg {
          display: block;
          margin: 42.5px;
          fill: white;
          width: 85px;
          height: 85px; }

.icon-box, .icon-box2 {
  background-color: #fff;
  padding: 3em;
  position: relative;
  border: 1px solid #e6e6e6; }

#main-body {
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  #main-body.open {
    padding-left: 80%; }

.text-bold {
  font-weight: normal;
  font-family: HelveticaNeueLTStd-XBlkCn; }

h1, h2 {
  color: #0a0a0a;
  margin-bottom: 2.4rem;
  font-weight: normal;
  font-family: HelveticaNeueLTStd-XBlkCn; }
  h1.light, h2.light {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #ffcc01;
    font-weight: 400; }
  h1.centered, h2.centered {
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      h1.centered, h2.centered {
        width: 60%; } }
  h1.subheading, h2.subheading {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

h1.light {
  padding: 0 10rem !important;
  margin: 3rem !important; }

@media screen and (max-width: 640px) {
  h1.light {
    padding: 0 !important;
    margin: 3rem 0 0 !important; } }

h1.bold, h2.slider-header {
  font-weight: normal !important;
  text-transform: uppercase !important;
  font-family: HelveticaNeueLTStd-XBlkCn !important; }

h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: HelveticaNeueLTStd-XBlkCn; }
  h3.light, h4.light, h5.light, h6.light {
    font-family: "Helvetica Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 300; }

h4 {
  font-size: 1.375rem; }

h5 {
  text-transform: none;
  font-size: 1em;
  color: #fff; }

.t-yellow {
  color: #ffcc01 !important; }

.nowrap {
  white-space: nowrap; }

p.subheading {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.375rem; }

.enaw-chart {
  position: relative; }
  .enaw-chart canvas {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important; }
  .enaw-chart .chart-text {
    color: #ffcc01;
    text-align: center;
    font-size: 1.3em;
    position: absolute;
    left: 41%;
    top: 32%; }
    .enaw-chart .chart-text .chart-title {
      font-size: 2em;
      line-height: 1.1;
      padding: 0 0.06em 0 0;
      border-bottom: 1px solid #ffcc01; }
      @media screen and (max-width: 1024px) {
        .enaw-chart .chart-text .chart-title {
          font-size: 30px; } }
      @media screen and (max-width: 890px) {
        .enaw-chart .chart-text .chart-title {
          font-size: 25px; } }
      @media screen and (max-width: 639px) {
        .enaw-chart .chart-text .chart-title {
          font-size: 2em; } }
    .enaw-chart .chart-text .chart-subtitle {
      font-size: 0.9em; }
      @media screen and (max-width: 1024px) {
        .enaw-chart .chart-text .chart-subtitle {
          font-size: 18px; } }
      @media screen and (max-width: 890px) {
        .enaw-chart .chart-text .chart-subtitle {
          font-size: 13px; } }
      @media screen and (max-width: 639px) {
        .enaw-chart .chart-text .chart-subtitle {
          font-size: 0.9em; } }

.chart-2 .chart-text {
  top: 37%; }

.charts {
  position: relative; }
  @media screen and (max-width: 590px) {
    .charts {
      display: none; } }

.chart-wrapper {
  position: absolute;
  width: 70%;
  left: 0; }
  .chart-wrapper.chart-2 {
    width: 100%;
    top: 11em;
    left: 28%; }
    @media screen and (max-width: 590px) {
      .chart-wrapper.chart-2 {
        top: 8em;
        left: 20%; } }
  .chart-wrapper.chart-3 {
    top: 26em; }
    @media screen and (max-width: 590px) {
      .chart-wrapper.chart-3 {
        top: 21em; } }

.chart-description {
  padding-left: 4em; }
  @media screen and (max-width: 590px) {
    .chart-description {
      padding-left: 1.5em; } }

.chart-box h1 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.step-count {
  color: #e6e6e6; }

.enaw-grid li.tile {
  opacity: 0;
  padding: 0em; }
  .enaw-grid li.tile .tile-inner {
    float: left;
    position: relative;
    border-radius: 2px;
    padding: 1.2em;
    color: #0a0a0a;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .enaw-grid li.tile .tile-inner .step-count {
      font-size: 42px;
      font-weight: 900;
      line-height: 1; }
    .enaw-grid li.tile .tile-inner a {
      color: #0a0a0a; }
    .enaw-grid li.tile .tile-inner:hover {
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
      .enaw-grid li.tile .tile-inner:hover h2, .enaw-grid li.tile .tile-inner:hover h3, .enaw-grid li.tile .tile-inner:hover .step-count, .enaw-grid li.tile .tile-inner:hover a {
        color: #ffcc01; }
    .enaw-grid li.tile .tile-inner .text, .enaw-grid .overlay-grid.portraits li.tile .tile-inner .text-example, .overlay-grid.portraits .enaw-grid li.tile .tile-inner .text-example, .enaw-grid #page-about-us .info-grid.portraits li.tile .tile-inner .text-example, #page-about-us .info-grid.portraits .enaw-grid li.tile .tile-inner .text-example, .enaw-grid #page-about-us .box-grid.portraits li.tile .tile-inner .text-example, #page-about-us .box-grid.portraits .enaw-grid li.tile .tile-inner .text-example {
      color: #0a0a0a; }

.enaw-grid.numbered-grid li.tile {
  padding: 0.5em; }
  .enaw-grid.numbered-grid li.tile .tile-inner {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    border: 1px solid #e6e6e6; }
    .enaw-grid.numbered-grid li.tile .tile-inner p.step-count {
      font-family: "HelveticaNeueLTStd-XBlkCn";
      font-weight: normal; }
    .enaw-grid.numbered-grid li.tile .tile-inner h2, .enaw-grid.numbered-grid li.tile .tile-inner h3, .enaw-grid.numbered-grid li.tile .tile-inner p {
      color: #0a0a0a; }
    .enaw-grid.numbered-grid li.tile .tile-inner:hover h2, .enaw-grid.numbered-grid li.tile .tile-inner:hover h3 {
      color: #ffcc01; }
    .enaw-grid.numbered-grid li.tile .tile-inner:hover p.text, .enaw-grid.numbered-grid .overlay-grid.portraits li.tile .tile-inner:hover p.text-example, .overlay-grid.portraits .enaw-grid.numbered-grid li.tile .tile-inner:hover p.text-example, .enaw-grid.numbered-grid #page-about-us .info-grid.portraits li.tile .tile-inner:hover p.text-example, #page-about-us .info-grid.portraits .enaw-grid.numbered-grid li.tile .tile-inner:hover p.text-example, .enaw-grid.numbered-grid #page-about-us .box-grid.portraits li.tile .tile-inner:hover p.text-example, #page-about-us .box-grid.portraits .enaw-grid.numbered-grid li.tile .tile-inner:hover p.text-example {
      color: #0a0a0a; }

ul.info-grid, ul.box-grid {
  margin-bottom: 0; }
  ul.info-grid li.tile .tile-inner, ul.box-grid li.tile .tile-inner {
    padding: 2em 2em 2em 2em;
    /*
                        &::before {
                            content: url('../images/temp/pig_yellow.png');
                            position: absolute;
                            left: 7px;
                        }
            */ }
  ul.info-grid li.tile .hover-box .text, ul.info-grid .overlay-grid.portraits li.tile .hover-box .text-example, .overlay-grid.portraits ul.info-grid li.tile .hover-box .text-example, ul.info-grid #page-about-us .info-grid.portraits li.tile .hover-box .text-example, #page-about-us .info-grid.portraits ul.info-grid li.tile .hover-box .text-example, ul.info-grid #page-about-us .box-grid.portraits li.tile .hover-box .text-example, #page-about-us .box-grid.portraits ul.info-grid li.tile .hover-box .text-example, ul.box-grid li.tile .hover-box .text, ul.box-grid .overlay-grid.portraits li.tile .hover-box .text-example, .overlay-grid.portraits ul.box-grid li.tile .hover-box .text-example, ul.box-grid #page-about-us .info-grid.portraits li.tile .hover-box .text-example, #page-about-us .info-grid.portraits ul.box-grid li.tile .hover-box .text-example, ul.box-grid #page-about-us .box-grid.portraits li.tile .hover-box .text-example, #page-about-us .box-grid.portraits ul.box-grid li.tile .hover-box .text-example {
    padding-bottom: 90px;
    cursor: pointer; }
  ul.info-grid li.tile .hover-box .btn, ul.info-grid li.tile .hover-box .pass_sumbit .sdm_pass_protected_download, .pass_sumbit ul.info-grid li.tile .hover-box .sdm_pass_protected_download, ul.box-grid li.tile .hover-box .btn, ul.box-grid li.tile .hover-box .pass_sumbit .sdm_pass_protected_download, .pass_sumbit ul.box-grid li.tile .hover-box .sdm_pass_protected_download {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 36px;
    bottom: 0;
    position: absolute; }

ul.news-grid {
  margin-left: 0; }
  ul.news-grid .no-hand {
    cursor: default; }
  ul.news-grid .highlight-margin > li {
    margin-top: 10px; }
  ul.news-grid li.tile {
    position: relative;
    padding: 1em 1.5em 1em 0; }
    @media screen and (max-width: 590px) {
      ul.news-grid li.tile {
        padding-left: 20px; } }
    ul.news-grid li.tile h2, ul.news-grid li.tile h4 {
      color: #0a0a0a;
      font-size: 1.375rem; }
      ul.news-grid li.tile h2 a, ul.news-grid li.tile h4 a {
        color: #0a0a0a; }
    ul.news-grid li.tile .date {
      color: #b3b2b3; }
    ul.news-grid li.tile.no-thumb .tile-inner {
      padding-top: 1em; }
    ul.news-grid li.tile .highlight {
      position: absolute;
      top: -0.5em;
      left: 1.1em;
      width: 63%; }
      ul.news-grid li.tile .highlight p {
        background: #7882be;
        text-align: center;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        padding: 0.6em;
        border-radius: 20em;
        width: 100%;
        margin-left: 8%; }
    ul.news-grid li.tile .tile-inner {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      background-color: #fff;
      padding: 0; }
      ul.news-grid li.tile .tile-inner img {
        width: 100%; }
      ul.news-grid li.tile .tile-inner .content {
        padding: 1.3em 1em; }
      ul.news-grid li.tile .tile-inner:hover {
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.overlay-grid {
  margin-top: 2em; }
  @media screen and (max-width: 590px) {
    .overlay-grid {
      margin-top: 0; } }
  .overlay-grid .icon-box-wrapper  {
    margin-top: 0; }
  .overlay-grid .icon-box:hover {
    background-color: #ffcc01;
    color: #fff; }
    .overlay-grid .icon-box:hover .btn, .overlay-grid .icon-box:hover .pass_sumbit .sdm_pass_protected_download, .pass_sumbit .overlay-grid .icon-box:hover .sdm_pass_protected_download {
      color: #ffcc01;
      background: #fff; }
  .overlay-grid.portraits li {
    margin-top: 46px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media screen and (max-width: 590px) {
      .overlay-grid.portraits li {
        margin-top: 20px; } }
    .overlay-grid.portraits li:last-child {
      padding-bottom: 54px; }
    .overlay-grid.portraits li .hover-box {
      margin: 0 1em;
      position: relative;
      cursor: pointer; }
    .overlay-grid.portraits li .text, .overlay-grid.portraits li .text-example, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: #ffcc01;
      color: white;
      padding: 1em;
      cursor: default;
      width: 100%;
      height: 100%;
      padding-top: 2.2em;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      .overlay-grid.portraits li .text a, .overlay-grid.portraits li .text-example a, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example a, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example a, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example a, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example a {
        display: none; }
      .overlay-grid.portraits li .text h2, .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example h2, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example h2, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits li .text h4, .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example h4 {
        font-size: 11vw;
        /*@media screen and (max-width: 1024px) {
                    font-size: 34px;
                }

                @media screen and (max-width: 890px) {
                    font-size: 30px;
                }
                @media screen and (max-width: 770px) {
                    font-size: 24px;
                }
                @media screen and (max-width: 680px) {
                    font-size: 20px;
                }
                @media screen and (max-width: 580px) {
                    font-size: 16px;
                }*/ }
        @media screen and (min-width: 64em) {
          .overlay-grid.portraits li .text h2, .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example h2, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example h2, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits li .text h4, .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example h4 {
            font-size: 22px; } }
        @media screen and (min-width: 40em) {
          .overlay-grid.portraits li .text h2, .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example h2, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example h2, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example h2, .overlay-grid.portraits li .text h4, .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example h4 {
            /*font-size: 1.2vw;*/
            font-size: 16px; } }
      .overlay-grid.portraits li .text p, .overlay-grid.portraits li .text-example p, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example p, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example p, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example p, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example p {
        font-size: 4vw; }
        @media screen and (min-width: 40em) {
          .overlay-grid.portraits li .text p, .overlay-grid.portraits li .text-example p, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example p, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example p, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example p, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example p {
            font-size: 2.4vw; } }
        @media screen and (min-width: 64em) {
          .overlay-grid.portraits li .text p, .overlay-grid.portraits li .text-example p, .overlay-grid.portraits #page-about-us .info-grid.portraits li .text-example p, #page-about-us .info-grid.portraits .overlay-grid.portraits li .text-example p, .overlay-grid.portraits #page-about-us .box-grid.portraits li .text-example p, #page-about-us .box-grid.portraits .overlay-grid.portraits li .text-example p {
            font-size: 15px; } }
    .overlay-grid.portraits li .text-example {
      cursor: pointer; }
    .overlay-grid.portraits li:hover .text, .overlay-grid.portraits li:hover .text-example, .overlay-grid.portraits #page-about-us .info-grid.portraits li:hover .text-example, #page-about-us .info-grid.portraits .overlay-grid.portraits li:hover .text-example, .overlay-grid.portraits #page-about-us .box-grid.portraits li:hover .text-example, #page-about-us .box-grid.portraits .overlay-grid.portraits li:hover .text-example {
      display: block;
      -webkit-transition: visibility opacity 0.2s;
      transition: visibility opacity 0.2s; }
  .overlay-grid h2:before, .overlay-grid h3:not(.noquot):before {
    content: '«'; }
  .overlay-grid h2:after, .overlay-grid h3:not(.noquot):after {
    content: '»'; }

.grid > .text, .overlay-grid.portraits li .grid > .text-example, #page-about-us .info-grid.portraits li .grid > .text-example, #page-about-us .box-grid.portraits li .grid > .text-example {
  cursor: pointer; }
  @media screen and (min-width: 40em) {
    .grid > .text, .overlay-grid.portraits li .grid > .text-example, #page-about-us .info-grid.portraits li .grid > .text-example, #page-about-us .box-grid.portraits li .grid > .text-example {
      width: 500px; } }

.examples-grid h2, .examples-grid h3 {
  line-height: 1.1em; }

.show-grid li {
  opacity: 1 !important; }

.no-border {
  border: none !important; }

.enaw-callout-wrapper .text, .enaw-callout-wrapper .overlay-grid.portraits li .text-example, .overlay-grid.portraits li .enaw-callout-wrapper .text-example, .enaw-callout-wrapper #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits li .enaw-callout-wrapper .text-example, .enaw-callout-wrapper #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits li .enaw-callout-wrapper .text-example {
  padding: 3em 2em 2em 2em; }

.enaw-callout-wrapper .enaw-callout {
  z-index: 1;
  position: relative; }

.slick-slider button {
  z-index: 1; }
  .slick-slider button.slick-prev {
    left: -61px;
    color: #e6e6e6;
    font-size: 1.5em; }
    @media screen and (min-width: 1420px) {
      .slick-slider button.slick-prev {
        left: -10%; } }
    .slick-slider button.slick-prev:before {
      padding: 0;
      border: none;
      border-radius: 5em;
      color: #b3b2b3;
      content: none; }
    @media screen and (max-width: 639px) {
      .slick-slider button.slick-prev {
        display: block !important; } }
  .slick-slider button.slick-next {
    padding: 0.7em 0.61em 0.38em 0.7em; }
    @media screen and (min-width: 1420px) {
      .slick-slider button.slick-next {
        right: -6%; } }
    .slick-slider button.slick-next:before {
      padding: 0;
      border: none;
      border-radius: 5em;
      color: #b3b2b3;
      content: none; }
    @media screen and (max-width: 639px) {
      .slick-slider button.slick-next {
        display: block !important; } }

.swiper-slide-next, .swiper-slide-prev {
  opacity: 0.5;
  margin-top: 1em; }

.testimonial-slider .swiper-wrapper {
  max-width: 700px; }

.testimonial-slider .slide {
  max-width: 200px; }

.testimonial-slider .testimonial-slider-pagination {
  text-align: center; }

#testimonial-slider img.portrait {
  border: 1px solid #e6e6e6;
  border-radius: 20em;
  -webkit-filter: grayscale(1);
  filter: grayscale(100%); }

#testimonial-slider .flipster__item--current img {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19); }

#testimonial-slider ul.container {
  margin-bottom: 1em; }

.testimonial-slider-text {
  min-height: 12em;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 1em; }
  .testimonial-slider-text h1, .testimonial-slider-text h2 {
    color: #ffcc01;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2em;
    /*        &:before {
            content: '«';
        }
        &:after {
            content: '»';
        }*/ }
    @media screen and (max-width: 590px) {
      .testimonial-slider-text h1, .testimonial-slider-text h2 {
        font-size: 1.5em !important;
        padding: 20px; } }
  @media screen and (max-width: 590px) {
    .testimonial-slider-text {
      margin-top: 20px; } }

ul.topic-slider {
  margin-left: 0;
  margin-bottom: 0; }
  ul.topic-slider .topic-slide {
    border: 1px solid #e6e6e6;
    margin: 0 1.3em; }
    ul.topic-slider .topic-slide .date {
      color: #919191; }
    ul.topic-slider .topic-slide .content {
      padding: 2.1em 1.4em; }

/*
 * Campaign slider
 */
.campaign-wrapper {
  background-color: #fafafa;
  margin-bottom: 11em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 425px) {
    .campaign-wrapper {
      margin-bottom: 2em; } }
  .campaign-wrapper .content-wrapper::after {
    content: none; }

#page-news .campaign-wrapper {
  margin-bottom: 3em; }

.slick-active {
  outline: none !important; }

.campaign-slider {
  visibility: hidden;
  padding: 3em 0 0 0;
  margin: 0; }
  .campaign-slider p.topic {
    color: #b3b2b3;
    text-transform: uppercase; }
  .campaign-slider .slick-list {
    overflow: hidden; }
  .campaign-slider .slick-track {
    overflow: visible;
    outline: none !important; }
  .campaign-slider .text, .campaign-slider .overlay-grid.portraits li .text-example, .overlay-grid.portraits li .campaign-slider .text-example, .campaign-slider #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits li .campaign-slider .text-example, .campaign-slider #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits li .campaign-slider .text-example {
    max-width: 800px;
    margin: 0 auto;
    min-height: 11em; }
  .campaign-slider .slide {
    text-align: center;
    color: #fff;
    overflow: visible;
    /*
        &[data-slick-index="0"] .popup {
            transform: translateY(20px);
            transition: all 0.5s;
            visibility: hidden;

            .content {
                opacity: 0;
            }

            &:before {
                position: absolute;
                width: 1px;
                height: 1px;
                background: white;
                content: "";
                bottom: 10px;
                left: 50%;
                top: 95%;
                color: #fff;
                border-radius: 50%;
                -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
            }

            &.active {
                //display: block;
                visibility: visible;
                //box-shadow: 2px 3px 16px silver;
                transition: all 600ms;
                transform: translateY(0px);
                transition: all 0.5s;
            }


            &.active:before {
                height: 2000px;
                width: 2000px;
                border-radius: 50%;
                top: 50%;
                left: 50%;
                margin-left: -1000px;
                margin-top: -1000px;
                display: block;
                -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
            }



            &.active .content {
                position: relative;
                z-index: 1;
                opacity: 1;
                transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            }

        }
        */ }
    .campaign-slider .slide h1 {
      color: #0a0a0a; }
    .campaign-slider .slide p, .campaign-slider .slide h2 {
      color: #0a0a0a;
      text-transform: none;
      font-weight: 400;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .campaign-slider .slide h2.slider-header {
      color: #0a0a0a; }
    .campaign-slider .slide p.subheading {
      font-weight: 500;
      line-height: 1.2; }
      @media screen and (max-width: 590px) {
        .campaign-slider .slide p.subheading {
          padding: 0 7%; } }
    .campaign-slider .slide strong {
      color: #0a0a0a;
      text-align: left; }
    .campaign-slider .slide .content {
      padding-top: 3em;
      text-align: left;
      color: #0a0a0a; }
      .campaign-slider .slide .content p {
        text-align: left; }
      .campaign-slider .slide .content fieldset {
        border: none;
        padding: 0; }
    .campaign-slider .slide .popup-wrapper {
      overflow: visible;
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      margin-top: 3em; }
    .campaign-slider .slide .popup {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      background-color: #fff;
      max-width: 900px;
      margin: 0 auto;
      overflow: visible; }
      .campaign-slider .slide .popup.contactform {
        padding: 2em 0em 2em 4em; }
      .campaign-slider .slide .popup.image, .campaign-slider .slide .popup.concrete {
        padding: 0; }
        .campaign-slider .slide .popup.image .content, .campaign-slider .slide .popup.concrete .content {
          padding: 0; }
    .campaign-slider .slide .issuu-popup-content {
      display: none; }

.campaign-slider-popup {
  margin-bottom: -13em; }
  .campaign-slider-popup .popup-wrapper {
    overflow: visible;
    position: relative;
    max-width: 900px;
    margin: 0 auto; }
  .campaign-slider-popup .contactform {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 2em 0em 2em 4em;
    max-width: 900px;
    margin: 0 auto;
    overflow: visible;
    margin-bottom: -7em;
    margin-top: 2em; }
  .campaign-slider-popup .image {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 2em 0em 2em 4em;
    max-width: 900px;
    max-height: 530px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: -7em;
    margin-top: 2em; }
  .campaign-slider-popup .slide .contactform-wrapper .content {
    padding-top: 3em; }

.berta-slider .caption {
  padding: 1em;
  border: 1px solid #e6e6e6; }

.berta-slider .issuuembed {
  display: inline-block;
  height: 600px !important;
  width: 100% !important; }

.berta-slider .video .wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .berta-slider .video .wrapper iframe,
  .berta-slider .video .wrapper object,
  .berta-slider .video .wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.berta-slider + .berta-slider-thumbnails {
  height: 180px;
  margin: 0 0 40px;
  overflow: hidden; }
  .berta-slider + .berta-slider-thumbnails .thumb {
    display: inline-block;
    height: 180px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50%;
    cursor: pointer;
    margin: 0 7px; }

.logo-slider {
  margin-top: 4em; }
  .logo-slider img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1); }
  @media screen and (max-width: 590px) {
    .logo-slider {
      margin-top: 0; } }

.slick-initialized .slick-slide {
  outline: none; }

.mobile-slider-height {
  max-height: 200px; }

.flipster__item img {
  max-height: 240px; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 0.75 !important; }

.slick-slider button.slick-prev, button.slick-prev.slick-arrow.slick-disabled {
  height: 4rem;
  left: 5%;
  top: 107%;
  width: auto;
  color: #fff; }

.slick-slider button.slick-next, button.slick-next.slick-arrow.slick-disabled {
  height: 4rem;
  right: 5%;
  top: 107%;
  width: auto;
  color: #fff; }

.erfolgwrap button.slick-prev.slick-arrow::after {
  color: #bdbdbd !important; }

.erfolgwrap button.slick-next.slick-arrow::after {
  color: #bdbdbd !important; }

button.slick-prev.slick-arrow::after {
  content: "Vorheriger Beitrag";
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  opacity: 1;
  font-size: 20px;
  padding-left: 48px; }

button.slick-next.slick-arrow::before {
  content: "Nächster Beitrag";
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  opacity: 1;
  font-size: 20px;
  padding-right: 48px;
  position: relative;
  top: 5px; }

@media screen and (max-width: 639px) {
  button.slick-next.slick-arrow {
    top: 106%; } }

@media screen and (max-width: 639px) {
  button.slick-prev.slick-arrow {
    top: 106% !important; } }

@media screen and (max-width: 639px) {
  button.slick-next.slick-arrow::before {
    content: ""; } }

@media screen and (max-width: 639px) {
  button.slick-prev.slick-arrow::after {
    content: ""; } }

ul.slick-dots {
  display: none !important; }

.tick-list .list-item {
  display: list-item; }

.tick-list .list-item:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #ffcc01; }

.stagger-in li.tile {
  opacity: 0; }

.infobox-wrapper {
  margin-top: 2em; }

.infobox, .socialbox {
  /*@include breakpoint(medium) {
        max-width: 700px;
    }*/ }
  .infobox li, .socialbox li {
    list-style: none !important;
    margin-left: 1rem; }
  .infobox li.info, .socialbox li.info {
    padding: 1.4em 0 .4em 0.5em; }
    .infobox li.info.active, .socialbox li.info.active {
      padding-bottom: 0; }
      .infobox li.info.active h4, .socialbox li.info.active h4 {
        color: #ffcc01; }
  .infobox .collapsible-body, .socialbox .collapsible-body {
    padding: 0 1rem 1.8rem;
    border-bottom: none; }
  .infobox .collapsible-header, .socialbox .collapsible-header {
    border-bottom: none;
    position: relative;
    margin-bottom: 1em; }
    .infobox .collapsible-header .icon, .socialbox .collapsible-header .icon {
      font-size: 21px;
      position: absolute;
      right: 1.4em;
      top: -.3em;
      padding: 1px;
      line-height: 1.1em; }
    .infobox .collapsible-header h4, .socialbox .collapsible-header h4 {
      margin-bottom: 0; }
    .infobox .collapsible-header.active .icon, .socialbox .collapsible-header.active .icon {
      color: #ffcc01;
      position: absolute; }
      .infobox .collapsible-header.active .icon:before, .socialbox .collapsible-header.active .icon:before {
        content: "\e198"; }
  .infobox ul.info-list, .socialbox ul.info-list {
    margin: 0; }
    .infobox ul.info-list a, .socialbox ul.info-list a {
      color: #0a0a0a;
      padding-left: 1.5em;
      position: relative;
      display: block; }
      .infobox ul.info-list a::before, .socialbox ul.info-list a::before {
        position: absolute;
        color: #ffcc01;
        left: 0px; }
        @media screen and (max-width: 590px) {
          .infobox ul.info-list a::before, .socialbox ul.info-list a::before {
            font-size: 20px;
            left: -3px; } }
      .infobox ul.info-list a:hover, .socialbox ul.info-list a:hover {
        color: #ffcc01; }
        .infobox ul.info-list a:hover::before, .socialbox ul.info-list a:hover::before {
          color: #cda400; }
    .infobox ul.info-list li:before, .socialbox ul.info-list li:before {
      font-family: "web-mob";
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em;
      color: #ffcc01; }
    .infobox ul.info-list li.file:before, .socialbox ul.info-list li.file:before {
      content: "\e21e"; }
    .infobox ul.info-list li.link:before, .socialbox ul.info-list li.link:before {
      content: "\e191"; }
    .infobox ul.info-list .email:before, .socialbox ul.info-list .email:before {
      content: "\e032"; }

.info-box-margin {
  margin-left: 0 !important; }

/* Navigation slider */
.line {
  border-top: 1px solid #919191;
  width: 70%;
  margin: auto;
  position: relative;
  top: 56px; }

.slider-navigation-bar {
  color: #919191;
  width: 70%;
  margin: auto; }
  .slider-navigation-bar .dot {
    text-align: center; }
    .slider-navigation-bar .dot .fa {
      font-size: 10px !important; }
    .slider-navigation-bar .dot .no-month-placeholder {
      margin-top: 42px; }
  .slider-navigation-bar .dot.slick-current .fa {
    font-size: 14px !important;
    position: relative;
    top: 2px; }

@media screen and (max-width: 640px) {
  .line {
    width: 100%; }
  .slider-navigation-bar {
    width: 100%; } }

/* Navigation arrows */
.navigation-arrows {
  padding-right: 20px;
  width: 78%;
  position: relative;
  margin: auto;
  top: 41px; }
  .navigation-arrows .slick-arrow {
    color: #919191;
    font-size: 19px; }
  .navigation-arrows .slick-arrow.next {
    float: right; }
  .navigation-arrows .slick-arrow.prev {
    float: left; }
  @media screen and (max-width: 850px) {
    .navigation-arrows {
      display: none; } }

/* Content slider */
ul#events-grid {
  margin-top: 20px; }
  ul#events-grid .event-tile .tile-inner .content {
    padding: 1.3em 3em !important; }
    @media screen and (max-width: 960px) {
      ul#events-grid .event-tile .tile-inner .content {
        padding: 1.3em 1em !important; } }
    ul#events-grid .event-tile .tile-inner .content p.date {
      text-align: center;
      font-size: 1.25rem;
      color: #ffcc01 !important;
      font-weight: 500; }
    ul#events-grid .event-tile .tile-inner .content .event-more-button {
      width: 100%; }

.summary-wrapper {
  margin: 2em 0;
  border-bottom: #e6e6e6 1px solid; }
  .summary-wrapper h4 {
    font-size: 1.2em;
    color: #ffcc01; }
    @media screen and (max-width: 590px) {
      .summary-wrapper h4 {
        font-size: 1.3em; } }
  .summary-wrapper .infobox li.info {
    margin-left: -24px;
    padding: 0.7em 0; }
  .summary-wrapper ul.summary-text-fields {
    margin-top: 13px; }
    .summary-wrapper ul.summary-text-fields li {
      list-style-type: disc;
      font-weight: bold;
      padding-bottom: 1rem; }

@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(5%); }
  100% {
    -webkit-transform: translateY(0%); } }

@-webkit-keyframes pull {
  0% {
    -webkit-transform: scaleY(1); }
  40% {
    -webkit-transform: scaleY(1.01); }
  60% {
    -webkit-transform: scaleY(0.99); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.99); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }

#airplane2, #airplane1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 60s linear 0s infinite; }

#countryObjects {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 240s linear 0s infinite; }

#floatingGlobe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 360s linear 0s infinite; }

#globe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 0s linear 0s infinite; }

#windmill {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 331px 201px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 2s linear 0s infinite; }

#cloud1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 1s infinite; }

#cloud2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 2s infinite; }

#cloud3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 3s infinite; }

#circle1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite; }

#circle2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite; }

#circle3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite; }

#circle4 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite; }

#circle5 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite; }

.test-svg {
  position: relative;
  overflow: visible;
  /*
    svg {
        position:absolute;
        top: 0;
        transition: all 0.7s ease;
        transform: rotateX(33deg);

        &:hover {
            //top: -0.5em;
            transform: rotateX(43deg)
        }
    }*/ }

.sgb-map-region-bg:hover {
  opacity: 0; }

#moving-map {
  min-height: 600px !important;
  min-height: 37em !important;
  width: auto;
  position: relative;
  overflow: visible;
  margin-bottom: 50px; }
  @media screen and (max-width: 590px) {
    #moving-map {
      display: none; } }

.moving-zone {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: auto;
  margin: -60px 0 0 -150px;
  -webkit-perspective: 800px;
          perspective: 800px;
  min-height: 600px;
  right: 0;
  left: 0;
  margin: 0 auto; }
  .moving-zone .moving-map {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px 0 20px 0;
    cursor: pointer; }
    .moving-zone .moving-map a g.canton-hover:hover {
      cursor: pointer;
      opacity: 0; }
    .moving-zone .moving-map a.no-pointer g.canton-hover:hover {
      opacity: 1 !important;
      cursor: default; }
  .moving-zone .moving-map:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.1); }

.cls-1, .cls-3, .cls-5 {
  stroke: white !important;
  fill: #ffcf00;
  stroke-width: -1px; }

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
  font-family: "Helvetica Neue LT Com", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }

.animation {
  position: relative; }
  .animation img, .animation div {
    position: absolute;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
    @media screen and (max-width: 970px) {
      .animation img, .animation div {
        position: relative;
        top: 0 !important; } }
  .animation #animation-geld {
    top: -188px; }
  .animation #animation-biel {
    top: 36px; }
  .animation #animation-stadt {
    top: 230px; }
  @media all and (-ms-high-contrast: none) {
    .animation {
      /* IE10 */
      /* IE11 */ }
      .animation svg {
        min-height: 470px; } }
  @media screen and (max-width: 590px) {
    .animation {
      display: none; } }

.input-field input[type=text] {
  border-bottom: none; }

/* label color */
.input-field label {
  color: #000; }

/* label focus color */
.input-field input[type=text]:focus + label {
  color: #ffcc01; }

/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #ffcc01;
  -webkit-box-shadow: 0 1px 0 0 #ffcc01;
          box-shadow: 0 1px 0 0 #ffcc01; }

/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #ffcc01;
  -webkit-box-shadow: 0 1px 0 0 #ffcc01;
          box-shadow: 0 1px 0 0 #ffcc01; }

/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #ffcc01;
  -webkit-box-shadow: 0 1px 0 0 #ffcc01;
          box-shadow: 0 1px 0 0 #ffcc01; }

/* icon prefix focus color */
.input-field .prefix.active {
  color: #ffcc01; }

.select-wrapper {
  max-width: 300px; }
  .select-wrapper:after {
    position: absolute;
    top: 15px;
    right: -8px; }
  .select-wrapper .dropdown-content li {
    border-bottom: 1px solid #e6e6e6; }
    .select-wrapper .dropdown-content li > a, .select-wrapper .dropdown-content li > span {
      color: #0a0a0a; }
      .select-wrapper .dropdown-content li > a:hover, .select-wrapper .dropdown-content li > span:hover {
        color: #ffcc01; }
  .select-wrapper li.disabled, .select-wrapper li.disabled.selected {
    background-image: url("../images/temp/arrow_down_ws.png"), -webkit-gradient(linear, left top, right top, from(#ffcc01), to(#ffcc01));
    background-image: url("../images/temp/arrow_down_ws.png"), -webkit-linear-gradient(left, #ffcc01, #ffcc01);
    background-image: url("../images/temp/arrow_down_ws.png"), linear-gradient(to right, #ffcc01, #ffcc01);
    background-position: calc(100% - 10px) calc(1em + 1px), 100% 0;
    -webkit-background-size: 34px 17px, 3.4em 3.5em;
            background-size: 34px 17px, 3.4em 3.5em;
    background-repeat: no-repeat; }
  .select-wrapper input[type=text] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #b3b2b3;
    padding-left: 1em;
    background: #fff;
    background-image: url("../images/temp/arrow_down_s.png"), -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6));
    background-image: url("../images/temp/arrow_down_s.png"), -webkit-linear-gradient(left, #e6e6e6, #e6e6e6);
    background-image: url("../images/temp/arrow_down_s.png"), linear-gradient(to right, #e6e6e6, #e6e6e6);
    background-position: calc(100% - 10px) calc(1em + 1px), 100% 0;
    -webkit-background-size: 34px 17px, 3.4em 3.5em;
            background-size: 34px 17px, 3.4em 3.5em;
    background-repeat: no-repeat; }

.frm_hidden {
  display: none; }

.enlarge-me .select-wrapper {
  max-width: 450px; }

input:not([type]), input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.materialize-textarea {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 1rem;
  margin: 0 0 20px;
  /*padding-left: 2.4em;*/
  clear: both; }
  input:not([type]):focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ffcc01; }

input[type="radio"]:checked + label:before, input[type="radio"]:checked + label:after {
  background-color: #ffcc01;
  border-color: transparent; }

.frm_form_fields .frm_form_field input:not([type]), input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.materialize-textarea {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.horizontal_radio .frm_radio {
  padding: 15px 0; }

.frm_html_container, .frm_none_container, .frm_hidden_container, .frm_left_container, .frm_right_container, .frm_top_container {
  clear: both; }

.frm_trigger {
  cursor: pointer; }

.frm_trigger .frm_icon_font.frm_arrow_icon {
  top: 12px;
  color: black;
  right: -15px;
  position: absolute;
  width: 28px; }

.icon-form-plus, .frm_trigger.active .frm_icon_font.frm_arrow_icon:before, .frm_trigger .frm_icon_font.frm_arrow_icon:before {
  font-family: "web-mob" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-size: 24px;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e197"; }

.frm_error {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 4px;
  color: #B94A48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  padding: 15px; }

.frm_message,
.frm_success_style {
  border: none;
  background-color: #f4f2f9;
  color: #333F95;
  border-radius: 4px;
  padding: 15px; }

.frm_message {
  margin: 5px 0 15px;
  font-size: 14px; }

.frm_message p {
  margin-bottom: 5px; }

.frm_description {
  font-size: 0.8rem;
  color: #9e9e9e;
  display: block;
  margin: 0;
  font-weight: normal;
  line-height: 1.8;
  margin-top: -22px;
  margin-bottom: 1em;
  float: right; }

.frm-g-recaptcha {
  padding-bottom: 16px; }

textarea {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 0 20px; }
  textarea:focus:not([readonly]) {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #ffcc01; }

fieldset {
  border: none;
  padding: 0; }

.form-field {
  position: relative; }
  .form-field .icon {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    color: #b3b2b3; }

.mb-radio {
  margin-bottom: 20px; }

#field_h3wiz {
  min-width: 250px !important;
  /*height: 90px;*/ }

#field_9jv0r132 {
  margin: 0; }

#frm_field_304_container a {
  font-weight: bold; }

@media screen and (max-width: 639px) {
  form.mc4wp-form .mc4wp-form-fields, .mc4wp-form-516 .mc4wp-form-fields {
    padding-right: 18px !important; } }

form.mc4wp-form .mc4wp-form-fields #_mc4wp_submit, .mc4wp-form-516 .mc4wp-form-fields #_mc4wp_submit {
  color: black !important;
  background-color: white !important; }

form.mc4wp-form .mc4wp-form-fields .btn:hover, form.mc4wp-form .mc4wp-form-fields .pass_sumbit .sdm_pass_protected_download:hover, .pass_sumbit form.mc4wp-form .mc4wp-form-fields .sdm_pass_protected_download:hover, .mc4wp-form-516 .mc4wp-form-fields .btn:hover, .mc4wp-form-516 .mc4wp-form-fields .pass_sumbit .sdm_pass_protected_download:hover, .pass_sumbit .mc4wp-form-516 .mc4wp-form-fields .sdm_pass_protected_download:hover {
  color: black !important;
  background-color: white !important; }

.bold-me label {
  font-weight: bold; }

.frm_primary_label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

#_mc4wp_langsel_wrapper label {
  color: #FFF; }

#hide-fakeform {
  display: none; }

.frm_hidden, .with_frm_style .frm_button.frm_hidden {
  display: none !important; }

.roadmapfr .frm_form_field.frm_left_container .frm_primary_label {
  -ms-grid-column: 2;
      grid-column: 2; }

body .grecaptcha-badge, .frm_form_field .grecaptcha-badge, .grecaptcha-badge {
  display: block !important;
  z-index: 999 !important;
  visibility: visible !important;
  right: 0;
  bottom: 0; }

#scroll-to-top {
  display: none !important; }

.dropdown-tab {
  display: none; }
  .dropdown-tab.active {
    display: block; }

.topic-accordion {
  margin-top: 3em; }
  .topic-accordion h4 {
    font-size: 18pt;
    width: 90%; }
  .topic-accordion.post-item {
    margin-top: 0;
    margin-bottom: 1em; }
  .topic-accordion.collapsible.popout > li.topic-info, .topic-accordion.collapsible.popout.post-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 2em;
    border-bottom: 1px solid #e6e6e6; }
    .topic-accordion.collapsible.popout > li.topic-info.active, .topic-accordion.collapsible.popout.post-item.active {
      border: 1px solid #e6e6e6;
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .topic-accordion .topic-info .info-list {
    margin-left: 0;
    margin-top: 1em; }
    .topic-accordion .topic-info .info-list a {
      color: #0a0a0a;
      padding-left: 1.5em;
      position: relative;
      display: block; }
      .topic-accordion .topic-info .info-list a::before {
        position: absolute;
        color: #ffcc01;
        left: 0px; }
      .topic-accordion .topic-info .info-list a:hover {
        color: #ffcc01; }
        .topic-accordion .topic-info .info-list a:hover::before {
          color: #cda400; }
  .topic-accordion .collapsible-header {
    border-bottom: none;
    -webkit-transition: padding .2s;
    transition: padding .2s;
    position: relative; }
    .topic-accordion .collapsible-header.inline-icon::after {
      top: 0.6em;
      content: "\e197";
      font-family: "web-mob" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
    .topic-accordion .collapsible-header.inline-icon::after,
    .topic-accordion .collapsible-header .icon {
      position: absolute;
      right: 1.4em;
      padding: 1px;
      -webkit-transition: top .2s;
      transition: top .2s; }
      @media screen and (max-width: 590px) {
        .topic-accordion .collapsible-header.inline-icon::after,
        .topic-accordion .collapsible-header .icon {
          right: 7%; } }
    .topic-accordion .collapsible-header .icon {
      top: -0.5em; }
      .topic-accordion .collapsible-header .icon:before {
        font-size: 21px; }
    .topic-accordion .collapsible-header .date {
      color: #b3b2b3; }
    .topic-accordion .collapsible-header.active {
      padding: 1.5em 1rem; }
      .topic-accordion .collapsible-header.active.inline-icon::after,
      .topic-accordion .collapsible-header.active .icon {
        right: 1.4em; }
      .topic-accordion .collapsible-header.active.inline-icon {
        padding-bottom: 0;
        color: #ffcc01; }
        .topic-accordion .collapsible-header.active.inline-icon::after {
          content: "\e199";
          top: 2.1em; }
      .topic-accordion .collapsible-header.active h4 {
        color: #ffcc01; }
      .topic-accordion .collapsible-header.active .icon {
        color: #ffcc01;
        position: absolute;
        top: 0.6em; }
        .topic-accordion .collapsible-header.active .icon:before {
          content: "\e198";
          font-size: 21px; }
  .topic-accordion .collapsible-body {
    padding: 1em 1em 1.5em; }
    .topic-accordion .collapsible-body p {
      padding: 0; }
  .topic-accordion.post-item.active .collapsible-body {
    border: 0;
    padding-top: 0;
    padding-bottom: 1em; }

.special-testimonial {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 2.5em 1em 2.9em;
  border: 1px solid #e6e6e6;
  margin-bottom: -13em;
  z-index: 2;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  @media screen and (min-width: 40em) {
    .special-testimonial {
      width: 75%; } }
  .special-testimonial h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: HelveticaNeueLTStd-XBlkCn;
    color: #0a0a0a;
    margin: 0.8em auto;
    line-height: 1.2; }
    @media screen and (min-width: 40em) {
      .special-testimonial h2 {
        width: 60%;
        font-size: 1.6em; } }
  .special-testimonial p {
    color: #b3b2b3;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 auto 1.8em; }
    @media screen and (min-width: 40em) {
      .special-testimonial p {
        width: 50%;
        font-size: 1.1em; } }
  .special-testimonial .image {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    /*img {
          border-radius: 20em;
        }*/
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    .special-testimonial .image img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(1); }

#page-products .testimonial-slider-wrapper,
#subpage .testimonial-slider-wrapper,
#page-fordermittel .testimonial-slider-wrapper,
#page-about-us .testimonial-slider-wrapper {
  margin: 3em 0; }

.special-testimonial-wrapper {
  margin-top: 16em;
  margin-bottom: 3em; }
  .special-testimonial-wrapper > div {
    position: relative; }
  .special-testimonial-wrapper .bg-yellow {
    height: 300px; }

.sp-testimonial-close {
  display: none;
  position: absolute;
  color: black;
  right: 1em;
  top: .5em;
  font-size: 1.5em; }
  .sp-testimonial-close:hover {
    cursor: pointer; }

.overlay-wrapper-opener {
  cursor: pointer; }

#overlay-close-btn {
  z-index: 200;
  width: 40px;
  height: 25px;
  margin: 37px 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;
  position: fixed;
  right: 1em;
  top: -0.8em;
  display: none; }
  #overlay-close-btn.open {
    display: block; }
  #overlay-close-btn span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    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; }
  #overlay-close-btn span:nth-child(1) {
    top: 0px; }
  #overlay-close-btn span:nth-child(2) {
    top: 22px; }
  #overlay-close-btn.open span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
  #overlay-close-btn.open span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }

#overlay-wrapper .content .issuuembed {
  display: inline-block;
  height: 600px !important;
  width: 100% !important; }

.advantages-wrapper {
  margin-top: 2em;
  background: #f8f8f8;
  border: 1px solid #e6e6e6; }
  .advantages-wrapper h3 {
    text-align: center;
    text-transform: none;
    font-family: 'Helvetica Neue', 'Helvetica', Sans-Serif;
    margin: 1.5em 0;
    font-weight: 400;
    color: #ffcc01;
    font-size: 2em;
    padding: 1.25rem 0; }

.advantages-list {
  display: block;
  counter-reset: li;
  /* Initiate a counter */ }
  .advantages-list h4 {
    margin-top: 1.5em; }
    @media screen and (max-width: 39.9375em) {
      .advantages-list h4 {
        font-size: 18px !important; } }
  @media screen and (max-width: 39.9375em) {
    .advantages-list {
      margin-left: 0; } }
  .advantages-list li {
    padding-left: 4em;
    list-style: none; }
  .advantages-list.tick li::before {
    content: '\f00c';
    position: absolute;
    margin-left: -1.5em;
    margin-top: .45em;
    font: 2em FontAwesome;
    color: #ffcc01;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .advantages-list.num li::before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    margin-top: 0.45em;
    margin-left: -1.25em;
    /* Some space between the number and the content in browsers that support
           generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    color: #0a0a0a;
    font-weight: bold;
    font-size: 2em;
    font-family: "HelveticaNeueLTStd-XBlkCn", 'Helvetica Neue' , 'Helvetica', Sans-Serif;
    text-align: center; }

#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-left: auto;
    margin-right: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table; }
    #front-hero .marketing::after {
      clear: both; }
  @media 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-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media 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-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 6rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media 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 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-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media 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-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 40em) {
      .section-divider hr {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits header {
        padding-left: 0.9375rem;
        padding-right: 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-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 0.9375rem;
        padding-right: 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 screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media 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-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table; }
    .benefits .why-foundation::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#page {
  margin-top: 3rem; }
  @media screen and (min-width: 40em) {
    #page .topic-accordion {
      max-width: 700px; } }
  #page article {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    #page article::before, #page article::after {
      content: ' ';
      display: table; }
    #page article::after {
      clear: both; }
  #page .page-section {
    padding-bottom: 3em; }
    @media screen and (min-width: 40em) {
      #page .page-section article, #page .page-section > div {
        margin: 0 auto; } }
    #page .page-section.campaign {
      margin-bottom: 13em; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 auto;
    min-height: 300px; }
    @media screen and (min-width: 40em) {
      #page .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page .main-content {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }
    #page .main-content header .breadcrumbs, #page .main-content header .breadcrumbs .current {
      color: #b3b2b3;
      display: inline-block;
      width: auto; }
      #page .main-content header .breadcrumbs li, #page .main-content header .breadcrumbs .current li {
        list-style-type: none; }
    #page .main-content h1.entry-title {
      font-size: 2.7em;
      color: #0a0a0a;
      text-transform: uppercase; }
    #page .main-content h2 {
      font-weight: 500;
      color: #b3b2b3;
      text-transform: none; }
    #page .main-content h3 {
      font-size: 2em;
      text-transform: none;
      color: #ffcc01;
      font-weight: 500; }
    #page .main-content h4 {
      text-transform: none;
      color: black;
      font-weight: bold;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #page .main-content blockquote {
      padding-left: 0;
      border-left: none;
      font-size: 1.3em;
      font-weight: 500; }
      #page .main-content blockquote p {
        color: #ffcc01; }
        #page .main-content blockquote p:before {
          content: '«'; }
        #page .main-content blockquote p:after {
          content: '»'; }
    #page .main-content div.stoerer {
      color: #333f98;
      background-color: #f4f2f9;
      margin-top: 1em;
      padding: 25px 1em 4px 1em; }
      #page .main-content div.stoerer h2 {
        color: #333f98; }
    #page .main-content ul li {
      list-style-type: disc; }
  #page .sub-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      #page .sub-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page .sub-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page .sub-content {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page .sub-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page .sub-content:last-child:not(:first-child) {
          float: right; } }
  #page .berta-slider {
    margin: 3em 0; }
  #page .collapsible.popout > li {
    margin: 0 24px 0 0; }
  #page .collapsible.popout > li.topic-info {
    margin-bottom: 2em; }
  #page .info-section {
    border-top: 1px solid #e6e6e6;
    padding-top: 3em;
    padding-bottom: 3em; }

#page-sidebar-left {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    @media screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

#page-home {
  overflow: hidden; }
  #page-home .header-display-none {
    display: none; }
  @media screen and (max-width: 590px) {
    #page-home h1, #page-home h2.slider-header {
      font-size: 2rem; } }
  #page-home .overlay-grid .portraits li h2 {
    font-size: 1.5vw; }
  @media screen and (max-width: 590px) {
    #page-home .text-example h2 {
      font-size: 28px; } }
  @media screen and (max-width: 375px) {
    #page-home .text-example h2 {
      font-size: 24px; } }
  #page-home h3.light {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 20px 0 40px 0;
    font-weight: 300;
    color: #ffcc01;
    font-size: 2.5rem; }
    @media screen and (max-width: 590px) {
      #page-home h3.light {
        font-size: 2rem;
        padding: 20px 0 20px; } }
  #page-home h3.white-h {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 20px 0 40px 0;
    font-weight: 300;
    color: #fff;
    font-size: 2.5rem; }
    @media screen and (max-width: 590px) {
      #page-home h3.white-h {
        font-size: 2rem;
        padding: 20px 0 20px; } }
  #page-home h3.center {
    text-align: center; }
    @media screen and (max-width: 590px) {
      #page-home h3.center {
        padding: 20px 25px; } }
  #page-home h4 {
    font-size: 1.375rem; }
  #page-home .campaign-wrapper {
    background-color: #ffcc01; }
    @media screen and (max-width: 590px) {
      #page-home .campaign-wrapper {
        padding-bottom: 20px; } }
    #page-home .campaign-wrapper .campaign-slider .slide h1, #page-home .campaign-wrapper .campaign-slider .slide h2, #page-home .campaign-wrapper .campaign-slider .slide p {
      color: #fff; }
    #page-home .campaign-wrapper .campaign-slider .slide h1, #page-home .campaign-wrapper .campaign-slider .slide h2.slider-header {
      margin-bottom: 30px; }
    #page-home .campaign-wrapper .campaign-slider .slide h2, #page-home .campaign-wrapper .campaign-slider .slide p {
      font-weight: 500; }
    #page-home .campaign-wrapper .campaign-slider .slide p {
      font-size: 1.375rem;
      line-height: 1.2 !important; }
      @media screen and (max-width: 590px) {
        #page-home .campaign-wrapper .campaign-slider .slide p {
          font-size: 1.3rem;
          padding: 0 6%; } }
    #page-home .campaign-wrapper .campaign-slider .slide h2.slider-header {
      font-size: 2.5rem; }
    #page-home .campaign-wrapper .campaign-slider .slide a.btn, #page-home .campaign-wrapper .campaign-slider .slide .pass_sumbit a.sdm_pass_protected_download, .pass_sumbit #page-home .campaign-wrapper .campaign-slider .slide a.sdm_pass_protected_download {
      border: 2px solid #fff;
      color: #fff;
      background-color: #ffcc01;
      -webkit-box-shadow: none;
              box-shadow: none; }
      #page-home .campaign-wrapper .campaign-slider .slide a.btn:hover, #page-home .campaign-wrapper .campaign-slider .slide .pass_sumbit a.sdm_pass_protected_download:hover, .pass_sumbit #page-home .campaign-wrapper .campaign-slider .slide a.sdm_pass_protected_download:hover {
        background-color: #fff;
        color: #ffcc01;
        border: none; }
    #page-home .campaign-wrapper .campaign-slider button.slick-prev {
      color: #fff; }
      #page-home .campaign-wrapper .campaign-slider button.slick-prev:before {
        padding: 0.5em 0.9em 0.7em 0.7em;
        border: 1px solid #fff;
        border-radius: 5em;
        color: #fff; }
    #page-home .campaign-wrapper .campaign-slider button.slick-next {
      padding: 0.7em 0.61em 0.38em 0.7em; }
      #page-home .campaign-wrapper .campaign-slider button.slick-next:before {
        padding: 0.5em 0.7em 0.7em 0.9em;
        border: 1px solid #fff;
        border-radius: 5em;
        color: #fff; }
  #page-home .fakeform-wrapper {
    margin-top: -11em;
    margin-bottom: 9em; }
    #page-home .fakeform-wrapper .fakeform {
      background-color: #ffcc01;
      padding-top: 40px;
      height: 100%;
      float: left;
      width: 100%;
      margin-bottom: 9em; }
      #page-home .fakeform-wrapper .fakeform .contactform {
        position: relative;
        height: 482px;
        height: 30em;
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
        border-radius: 3px;
        width: 820px;
        margin: 0 auto;
        margin-bottom: -5em; }
        #page-home .fakeform-wrapper .fakeform .contactform p {
          line-height: 1.2em;
          margin-bottom: 20px; }
        #page-home .fakeform-wrapper .fakeform .contactform div.form {
          margin: 50px 0 24px 0; }
        #page-home .fakeform-wrapper .fakeform .contactform img {
          margin-left: 47px; }
        #page-home .fakeform-wrapper .fakeform .contactform .i-am-absolut {
          position: absolute;
          padding: 130px 0 0 55px; }
          #page-home .fakeform-wrapper .fakeform .contactform .i-am-absolut textarea {
            overflow: hidden;
            padding-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #page-home .fakeform-wrapper {
        display: none; } }
  #page-home #info-grid .tile, #page-home #box-grid .tile {
    padding: 0.5em; }
    #page-home #info-grid .tile .tile-inner, #page-home #box-grid .tile .tile-inner {
      border: 1px solid #e6e6e6; }
  #page-home #animation-info .tile-inner {
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin: 1em 0; }
    #page-home #animation-info .tile-inner h2 {
      font-size: 25px; }
    #page-home #animation-info .tile-inner p {
      margin-bottom: 0; }
  #page-home .animation-react .animation-target {
    display: none; }
    #page-home .animation-react .animation-target.active {
      display: block; }
  #page-home .portraits-width {
    width: 77.5%;
    margin: auto auto; }
  #page-home .title-center h1, #page-home .title-center h2.slider-header {
    text-align: center; }
  #page-home .minus-button-height {
    padding-top: 0 !important; }
  #page-home .mobile-filter {
    display: none; }
    @media screen and (max-width: 590px) {
      #page-home .mobile-filter {
        display: block;
        margin: 0 auto;
        padding-bottom: 45px; } }

.info-animated {
  padding-bottom: 30px; }

.center-text {
  text-align: center; }

.hide-mobile {
  display: block; }
  @media screen and (max-width: 590px) {
    .hide-mobile {
      display: none; } }

.show-mobile {
  display: none; }
  @media screen and (max-width: 590px) {
    .show-mobile {
      display: block; } }

.no-border {
  border: none; }

.preview-lead {
  color: #fff;
  line-height: 1.6rem !important;
  font-weight: bold; }

.preview-headline {
  color: #efd500;
  margin-bottom: 1.2rem; }

.preview-headline-img {
  position: absolute;
  left: -0.6rem;
  top: 9.7rem; }

.next-erfolg {
  margin-top: 3rem; }

.next-erfolg .columns a {
  font-size: 1.375rem;
  color: #ffffff; }

.next-erfolg .columns:last-child {
  text-align: right; }

img.btn-next {
  margin: 0 5rem 0 2rem; }

img.btn-back {
  margin: 0 2rem 0 5rem; }

#single-post {
  margin-top: 3rem; }
  @media screen and (min-width: 40em) {
    #single-post .topic-accordion {
      max-width: 700px; } }
  #single-post article {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px; }
    #single-post article::before, #single-post article::after {
      content: ' ';
      display: table; }
    #single-post article::after {
      clear: both; }
  #single-post .single-post-section {
    padding-bottom: 3em; }
    @media screen and (min-width: 40em) {
      #single-post .single-post-section article, #single-post .single-post-section > div {
        margin: 0 auto; } }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .main-content {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
    #single-post .main-content h1.entry-title {
      font-size: 2.7em;
      color: #0a0a0a;
      text-transform: uppercase; }
    #single-post .main-content h2 {
      font-weight: 500;
      color: #b3b2b3;
      text-transform: none; }
    #single-post .main-content h3 {
      font-size: 2em;
      text-transform: none;
      color: #ffcc01;
      font-weight: 500; }
    #single-post .main-content h4 {
      text-transform: none;
      color: black;
      font-weight: bold;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #single-post .main-content blockquote {
      padding-left: 0;
      border-left: none;
      font-size: 1.3em;
      font-weight: 500; }
      #single-post .main-content blockquote p {
        color: #ffcc01; }
        #single-post .main-content blockquote p:before {
          content: '«'; }
        #single-post .main-content blockquote p:after {
          content: '»'; }
    #single-post .main-content div.stoerer {
      color: #333f98;
      background-color: #f4f2f9;
      margin-top: 1em;
      padding: 25px 1em 4px 1em; }
      #single-post .main-content div.stoerer h2 {
        color: #333f98; }
    #single-post .main-content ul li {
      list-style-type: disc; }
  #single-post .sub-content {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 auto; }
    @media screen and (min-width: 40em) {
      #single-post .sub-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    #single-post .sub-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      #single-post .sub-content {
        width: 75%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .sub-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        #single-post .sub-content:last-child:not(:first-child) {
          float: right; } }
  #single-post .berta-slider {
    margin: 3em 0; }
  #single-post .collapsible.popout > li {
    margin: 0 24px 0 0; }
  #single-post .collapsible.popout > li.topic-info {
    margin-bottom: 2em; }
  #single-post .info-section {
    border-top: 1px solid #e6e6e6;
    padding-top: 3em;
    padding-bottom: 3em; }

#page-news header .headerissuu-wrapper, #page-concretes header .headerissuu-wrapper, #page-partner header .headerissuu-wrapper {
  margin: 2em auto;
  background-color: #e6e6e6;
  padding: 0.5em 0.5em 1em 0.5em;
  border: 1px solid #b3b2b3;
  height: 530px;
  max-width: 900px;
  overflow: visible;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #page-news header .headerissuu-wrapper .headerissuu, #page-concretes header .headerissuu-wrapper .headerissuu, #page-partner header .headerissuu-wrapper .headerissuu {
    height: 100%;
    width: 100%;
    background-color: white; }
    #page-news header .headerissuu-wrapper .headerissuu .issuuembed, #page-concretes header .headerissuu-wrapper .headerissuu .issuuembed, #page-partner header .headerissuu-wrapper .headerissuu .issuuembed {
      width: 100% !important;
      height: 100% !important; }
      #page-news header .headerissuu-wrapper .headerissuu .issuuembed > div > div:first-child, #page-concretes header .headerissuu-wrapper .headerissuu .issuuembed > div > div:first-child, #page-partner header .headerissuu-wrapper .headerissuu .issuuembed > div > div:first-child {
        width: 100% !important;
        height: 100% !important; }
      #page-news header .headerissuu-wrapper .headerissuu .issuuembed > div > div:nth-child(2), #page-concretes header .headerissuu-wrapper .headerissuu .issuuembed > div > div:nth-child(2), #page-partner header .headerissuu-wrapper .headerissuu .issuuembed > div > div:nth-child(2) {
        display: none !important; }

#page-news .title-sp, #page-concretes .title-sp, #page-partner .title-sp {
  padding-top: 3em;
  max-width: 800px;
  margin: 0 auto;
  min-height: 11em;
  text-align: center; }
  #page-news .title-sp h1, #page-concretes .title-sp h1, #page-partner .title-sp h1 {
    color: black; }

#page-news .no-content, #page-concretes .no-content, #page-partner .no-content {
  margin-bottom: 0; }

#page-news .hide, #page-concretes .hide, #page-partner .hide {
  display: none; }

#page-news .page-section, #page-concretes .page-section, #page-partner .page-section {
  border-bottom: 1px solid #e6e6e6; }
  #page-news .page-section:last-child, #page-concretes .page-section:last-child, #page-partner .page-section:last-child {
    border-bottom: none;
    margin-bottom: -3.75rem; }
  #page-news .page-section h3.light.center, #page-concretes .page-section h3.light.center, #page-partner .page-section h3.light.center {
    text-align: center;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 20px 0 40px 0;
    font-weight: 300;
    color: #ffcc01;
    font-size: 36pt; }
    @media screen and (max-width: 590px) {
      #page-news .page-section h3.light.center, #page-concretes .page-section h3.light.center, #page-partner .page-section h3.light.center {
        font-size: 24pt; } }

#page-news h2.search-title, #page-concretes h2.search-title, #page-partner h2.search-title {
  margin-bottom: 2rem; }

#page-news h2.slider-header, #page-concretes h2.slider-header, #page-partner h2.slider-header {
  font-size: 2.5rem; }

#page-news .dropdown-button:not(.sub-dropdown), #page-concretes .dropdown-button:not(.sub-dropdown), #page-partner .dropdown-button:not(.sub-dropdown) {
  padding: 1em 13em 1em 1em;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #b3b2b3;
  padding-left: 1em;
  background: #fff;
  background-image: url("../images/temp/arrow_down_s.png"), -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#e6e6e6));
  background-image: url("../images/temp/arrow_down_s.png"), -webkit-linear-gradient(left, #e6e6e6, #e6e6e6);
  background-image: url("../images/temp/arrow_down_s.png"), linear-gradient(to right, #e6e6e6, #e6e6e6);
  background-position: calc(100% - 10px) calc(1em + 1px), 100% 0;
  -webkit-background-size: 34px 17px, 3.4em 3.5em;
          background-size: 34px 17px, 3.4em 3.5em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 590px) {
    #page-news .dropdown-button:not(.sub-dropdown), #page-concretes .dropdown-button:not(.sub-dropdown), #page-partner .dropdown-button:not(.sub-dropdown) {
      display: inline-block;
      padding-right: 100px; } }
  #page-news .dropdown-button:not(.sub-dropdown).active, #page-concretes .dropdown-button:not(.sub-dropdown).active, #page-partner .dropdown-button:not(.sub-dropdown).active {
    background-image: url("../images/temp/arrow_down_ws.png"), -webkit-gradient(linear, left top, right top, from(#ffcc01), to(#ffcc01));
    background-image: url("../images/temp/arrow_down_ws.png"), -webkit-linear-gradient(left, #ffcc01, #ffcc01);
    background-image: url("../images/temp/arrow_down_ws.png"), linear-gradient(to right, #ffcc01, #ffcc01);
    background-position: calc(100% - 10px) calc(1em + 1px), 100% 0;
    -webkit-background-size: 34px 17px, 3.4em 3.5em;
            background-size: 34px 17px, 3.4em 3.5em;
    background-repeat: no-repeat; }

#page-news .dropdown-button.sub-dropdown::after, #page-concretes .dropdown-button.sub-dropdown::after, #page-partner .dropdown-button.sub-dropdown::after {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  right: 16px;
  color: #ffcc01; }

#page-news .dropdown-content.nested, #page-concretes .dropdown-content.nested, #page-partner .dropdown-content.nested {
  overflow-y: visible; }

#page-news .dropdown-content .dropdown-content, #page-concretes .dropdown-content .dropdown-content, #page-partner .dropdown-content .dropdown-content {
  margin-left: 100%; }
  @media screen and (max-width: 590px) {
    #page-news .dropdown-content .dropdown-content, #page-concretes .dropdown-content .dropdown-content, #page-partner .dropdown-content .dropdown-content {
      margin-left: 0px;
      position: relative !important;
      top: 0px !important;
      height: 180px; } }

#page-news #filter-dropdown.dropdown-content li > a, #page-news #filter-dropdown .dropdown-content li > span, #page-concretes #filter-dropdown.dropdown-content li > a, #page-concretes #filter-dropdown .dropdown-content li > span, #page-partner #filter-dropdown.dropdown-content li > a, #page-partner #filter-dropdown .dropdown-content li > span {
  color: #0a0a0a; }
  #page-news #filter-dropdown.dropdown-content li > a:hover, #page-news #filter-dropdown .dropdown-content li > span:hover, #page-concretes #filter-dropdown.dropdown-content li > a:hover, #page-concretes #filter-dropdown .dropdown-content li > span:hover, #page-partner #filter-dropdown.dropdown-content li > a:hover, #page-partner #filter-dropdown .dropdown-content li > span:hover {
    color: #ffcc01;
    background-color: #e6e6e6; }

#page-news #categories .news-grid, #page-news #cantons .news-grid, #page-news #filtered .news-grid, #page-news #types .news-grid, #page-concretes #categories .news-grid, #page-concretes #cantons .news-grid, #page-concretes #filtered .news-grid, #page-concretes #types .news-grid, #page-partner #categories .news-grid, #page-partner #cantons .news-grid, #page-partner #filtered .news-grid, #page-partner #types .news-grid {
  display: none; }
  #page-news #categories .news-grid.active, #page-news #cantons .news-grid.active, #page-news #filtered .news-grid.active, #page-news #types .news-grid.active, #page-concretes #categories .news-grid.active, #page-concretes #cantons .news-grid.active, #page-concretes #filtered .news-grid.active, #page-concretes #types .news-grid.active, #page-partner #categories .news-grid.active, #page-partner #cantons .news-grid.active, #page-partner #filtered .news-grid.active, #page-partner #types .news-grid.active {
    display: block; }

#page-news #load-more, #page-concretes #load-more, #page-partner #load-more {
  padding: 2em 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  #page-news #load-more:hover, #page-concretes #load-more:hover, #page-partner #load-more:hover {
    background-color: #626262;
    color: #fff; }
    #page-news #load-more:hover button, #page-concretes #load-more:hover button, #page-partner #load-more:hover button {
      color: #fff; }

#page-news #load-more-btn, #page-concretes #load-more-btn, #page-partner #load-more-btn {
  text-align: center; }
  #page-news #load-more-btn .arrow, #page-concretes #load-more-btn .arrow, #page-partner #load-more-btn .arrow {
    display: block;
    font-size: 1.5em;
    color: #ffcc01; }
  #page-news #load-more-btn button, #page-concretes #load-more-btn button, #page-partner #load-more-btn button {
    margin-top: 0;
    background: transparent;
    border: none;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5em; }

#page-news #spinner, #page-concretes #spinner, #page-partner #spinner {
  display: none; }
  #page-news #spinner.progress, #page-concretes #spinner.progress, #page-partner #spinner.progress {
    background-color: #e6e6e6; }
    #page-news #spinner.progress .indeterminate, #page-concretes #spinner.progress .indeterminate, #page-partner #spinner.progress .indeterminate {
      background-color: #ffcc01; }

#page-news .infobox .info-list li a, #page-concretes .infobox .info-list li a, #page-partner .infobox .info-list li a {
  color: #0a0a0a;
  padding-left: 1.3em;
  position: relative;
  display: block; }
  #page-news .infobox .info-list li a::before, #page-concretes .infobox .info-list li a::before, #page-partner .infobox .info-list li a::before {
    position: absolute;
    color: #ffcc01;
    left: 0px; }
  #page-news .infobox .info-list li a:hover, #page-concretes .infobox .info-list li a:hover, #page-partner .infobox .info-list li a:hover {
    color: #ffcc01; }
    #page-news .infobox .info-list li a:hover::before, #page-concretes .infobox .info-list li a:hover::before, #page-partner .infobox .info-list li a:hover::before {
      color: #cda400; }

#page-news .slide h2, #page-concretes .slide h2, #page-partner .slide h2 {
  font-weight: 500; }

@media screen and (max-width: 410px) {
  #page-news ul.news-grid li.tile {
    padding: 1em; } }

@media screen and (max-width: 345px) {
  #page-news li.tile {
    padding: 0; } }

.page-template-news #footer-container {
  margin-top: 0 !important; }

#page-aktiv .frm_trigger .frm_icon_font.frm_arrow_icon {
  right: 0 !important; }

#page-aktiv .overlay-container {
  /*  border: 1px solid grey;
    margin: 0 auto;
    width: 75%;*/
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  #page-aktiv .overlay-container label {
    margin: 0; }
  @media screen and (max-width: 590px) {
    #page-aktiv .overlay-container {
      padding: 10px; } }

#page-aktiv .center-me {
  text-align: center; }

#page-aktiv .font-size-null p {
  font-size: 0; }

#page-aktiv label.contact-option {
  width: 100%; }

#page-aktiv label.label-active {
  background-color: #ffcc01;
  color: #fff; }

#page-aktiv label.contact-option:before, #page-aktiv label.contact-option:after {
  background: transparent;
  color: transparent;
  border: none; }

#page-aktiv .contact-options {
  text-align: left;
  margin: 0 auto; }
  #page-aktiv .contact-options .label-container {
    background: white;
    border: 1px solid #e6e6e6; }
    #page-aktiv .contact-options .label-container .contact-option {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      padding: 25px 0px 25px 28px; }
      #page-aktiv .contact-options .label-container .contact-option:hover:after, #page-aktiv .contact-options .label-container .contact-option:focus:after {
        content: "\e1d8";
        font-family: "web-mob";
        font-size: 1.1em;
        line-height: 16px;
        margin-left: 0.5em;
        color: #ffcc01; }
      @media screen and (max-width: 590px) {
        #page-aktiv .contact-options .label-container .contact-option {
          font-size: 16px;
          line-height: 22px;
          font-weight: 700;
          padding: 14px 0px 14px 10px; } }
    #page-aktiv .contact-options .label-container:hover, #page-aktiv .contact-options .label-container :focus {
      background: #f8f8f8;
      color: #ffcc01; }
  @media screen and (max-width: 510px) {
    #page-aktiv .contact-options {
      width: 325px; }
      #page-aktiv .contact-options .contact-option {
        font-size: 16px; } }
  @media screen and (max-width: 350px) {
    #page-aktiv .contact-options {
      width: 280px; } }

@media screen and (min-width: 64em) {
  #page-aktiv .forms {
    width: 70%; } }

#page-aktiv header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #page-aktiv header {
      padding-bottom: 2em; } }
  #page-aktiv header .breadcrumbs, #page-aktiv header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #page-aktiv header .breadcrumbs li, #page-aktiv header .breadcrumbs .current li {
      list-style-type: none; }
  #page-aktiv header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #page-aktiv header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #page-aktiv header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #page-aktiv header p {
        width: 80%; } }

#page-aktiv header {
  margin: 0 auto 2em auto;
  max-width: 900px;
  padding-bottom: 4em; }

#page-aktiv .page-section {
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (min-width: 40em) {
    #page-aktiv .page-section article, #page-aktiv .page-section > div {
      margin: 0 auto;
      padding: 3rem 0; } }
  #page-aktiv .page-section:last-child {
    border-bottom: none;
    padding-bottom: 0.75rem;
    margin-bottom: -3.75rem; }

@media screen and (min-width: 40em) {
  #page-aktiv .info-section > div {
    margin: 0 auto;
    border: none;
    background: transparent; } }

#page-aktiv .info-section .flipster {
  overflow-x: visible; }

#page-aktiv .info-section .testimonial-slider-text p {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 8%; }

#page-aktiv h3 {
  text-align: center;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 20px 0 40px 0;
  font-weight: 300;
  color: #ffcc01;
  font-size: 36pt; }
  @media screen and (max-width: 590px) {
    #page-aktiv h3 {
      font-size: 24pt;
      padding: 40px 0; } }

#page-aktiv .frm_form_field.frm_section_heading.h4 > h3 {
  font-size: 1.5em;
  text-align: left;
  font-weight: normal;
  padding: .5em 20px 10px 0;
  color: #ffcc01;
  border-bottom: 1px solid #e6e6e6; }

#page-aktiv .form-wrapper {
  padding: 3em;
  background: #fff;
  border: 1px solid #e6e6e6; }
  @media screen and (max-width: 420px) {
    #page-aktiv .form-wrapper {
      padding: 5px; } }

#page-aktiv .form-selector {
  max-width: 75rem;
  margin: -70px auto -1px auto;
  /*margin-top: 5em;
        margin-bottom: 8em;*/ }
  #page-aktiv .form-selector a.dropdown-button {
    padding: 1em 5em 1em 1em;
    font-weight: 900;
    color: black;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    @media screen and (min-width: 40em) {
      #page-aktiv .form-selector a.dropdown-button {
        font-size: 1.8em;
        background-position: calc(100% - 30px) calc(1em + 8px), 100% 0;
        padding: 1em 27% 1em 1em;
        font-weight: normal;
        font-family: HelveticaNeueLTStd-XBlkCn; }
        #page-aktiv .form-selector a.dropdown-button:active {
          background-position: calc(100% - 30px) calc(1em + 8px), 100% 0; } }
    @media screen and (min-width: 64em) {
      #page-aktiv .form-selector a.dropdown-button {
        padding: 1em 30% 1em 1em; } }
    #page-aktiv .form-selector a.dropdown-button.active {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  #page-aktiv .form-selector #filter-dropdown.dropdown-content {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 43px; }
    #page-aktiv .form-selector #filter-dropdown.dropdown-content li:hover, #page-aktiv .form-selector #filter-dropdown.dropdown-content li.active, #page-aktiv .form-selector #filter-dropdown.dropdown-content li.selected {
      background-color: #e6e6e6; }
    #page-aktiv .form-selector #filter-dropdown.dropdown-content li > a {
      min-height: 50px;
      font-weight: 500;
      padding: 0.6em 1em 0 2em; }
  #page-aktiv .form-selector input[type="radio"] {
    margin: 0;
    padding: 0; }

#page-aktiv .read-more-section ul.topic-accordion .collapsible-header {
  background: #f8f8f8; }

#page-aktiv .sub-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    #page-aktiv .sub-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  #page-aktiv .sub-content:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    #page-aktiv .sub-content {
      width: 75%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #page-aktiv .sub-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      #page-aktiv .sub-content:last-child:not(:first-child) {
        float: right; } }

@media screen and (min-width: 40em) {
  #page-aktiv .topic-accordion:not(.post-item) {
    max-width: 700px; } }

#page-aktiv .topic-accordion .post-item {
  width: 100%; }

#page-aktiv .read-more-section {
  background: #f8f8f8; }
  #page-aktiv .read-more-section h3 {
    text-align: center;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
    font-weight: 300;
    color: #ffcc01;
    font-size: 36pt; }
    @media screen and (max-width: 590px) {
      #page-aktiv .read-more-section h3 {
        font-size: 24pt; } }
  #page-aktiv .read-more-section ul.topic-accordion {
    margin: 0 auto;
    width: auto; }
    #page-aktiv .read-more-section ul.topic-accordion .collapsible-header {
      background: #f8f8f8; }
      #page-aktiv .read-more-section ul.topic-accordion .collapsible-header p.date {
        font-size: 12pt; }
      #page-aktiv .read-more-section ul.topic-accordion .collapsible-header h4 {
        font-size: 18pt; }
    #page-aktiv .read-more-section ul.topic-accordion .active {
      background: #fff; }
    #page-aktiv .read-more-section ul.topic-accordion .topic-info .btn, #page-aktiv .read-more-section ul.topic-accordion .topic-info .pass_sumbit .sdm_pass_protected_download, .pass_sumbit #page-aktiv .read-more-section ul.topic-accordion .topic-info .sdm_pass_protected_download {
      text-transform: none;
      font-size: 14pt; }

#page-aktiv .collapsible.popout > li {
  margin: 0 24px 0 0; }
  @media screen and (max-width: 590px) {
    #page-aktiv .collapsible.popout > li {
      margin: 0; } }

#page-aktiv .collapsible.popout > li.topic-info {
  margin-bottom: 2em; }

#page-fordermittel #view {
  position: absolute;
  bottom: 40px; }

@media screen and (max-width: 590px) {
  #page-fordermittel .mobile-padding {
    padding-bottom: 20px; } }

#page-fordermittel .padding-box, #page-fordermittel .padding-box-home {
  padding-top: 2em; }

#page-fordermittel header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #page-fordermittel header {
      padding-bottom: 2em; } }
  #page-fordermittel header .breadcrumbs, #page-fordermittel header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #page-fordermittel header .breadcrumbs li, #page-fordermittel header .breadcrumbs .current li {
      list-style-type: none; }
  #page-fordermittel header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #page-fordermittel header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #page-fordermittel header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #page-fordermittel header p {
        width: 80%; } }

#page-fordermittel header {
  background: #fff; }

#page-fordermittel .page-section {
  border-bottom: 1px solid #e6e6e6;
  position: relative; }
  @media screen and (min-width: 40em) {
    #page-fordermittel .page-section article, #page-fordermittel .page-section > div {
      margin: 0 auto; } }
  #page-fordermittel .page-section:last-child {
    border-bottom: none;
    padding-bottom: 0.75rem;
    margin-bottom: -3.75rem; }

@media screen and (min-width: 40em) {
  #page-fordermittel .info-section > div {
    margin: 0 auto;
    border: none;
    background: transparent; } }

#page-fordermittel .info-section .flipster {
  overflow-x: visible; }

#page-fordermittel .info-section .testimonial-slider-text p {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 8%; }

#page-fordermittel .title_and_drop h3 {
  display: inline-block; }

#page-fordermittel .title_and_drop .type-selector {
  display: inline-block;
  float: right; }
  #page-fordermittel .title_and_drop .type-selector h2.search-title {
    margin-bottom: 2rem; }
  #page-fordermittel .title_and_drop .type-selector a.dropdown-button:not(.sub-dropdown) {
    font-size: 16pt;
    font-weight: normal;
    color: #e6e6e6;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    #page-fordermittel .title_and_drop .type-selector a.dropdown-button:not(.sub-dropdown).active {
      -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media screen and (max-width: 590px) {
      #page-fordermittel .title_and_drop .type-selector a.dropdown-button:not(.sub-dropdown) {
        font-size: 14px; } }
    @media screen and (max-width: 425px) {
      #page-fordermittel .title_and_drop .type-selector a.dropdown-button:not(.sub-dropdown) {
        font-size: 14px; } }
  #page-fordermittel .title_and_drop .type-selector #filter-dropdown.dropdown-content {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    #page-fordermittel .title_and_drop .type-selector #filter-dropdown.dropdown-content li:hover, #page-fordermittel .title_and_drop .type-selector #filter-dropdown.dropdown-content li.active, #page-fordermittel .title_and_drop .type-selector #filter-dropdown.dropdown-content li.selected {
      background-color: #e6e6e6; }
  @media screen and (max-width: 590px) {
    #page-fordermittel .title_and_drop .type-selector {
      float: none;
      width: 100%;
      text-align: center; } }

#page-fordermittel h3 {
  color: #ffcc01;
  text-transform: none;
  font-size: 2em;
  margin-left: 13px;
  margin-bottom: 13px; }

#page-fordermittel .content-accordion {
  font-family: HelveticaNeue, Helvetica, Sans-Serif;
  background-color: #f8f8f8;
  padding-left: 16px;
  padding-right: 16px; }
  #page-fordermittel .content-accordion p, #page-fordermittel .content-accordion li, #page-fordermittel .content-accordion a {
    font-family: HelveticaNeue, Helvetica, Sans-Serif; }
  #page-fordermittel .content-accordion .accordion {
    background-color: #f8f8f8; }
  #page-fordermittel .content-accordion li.accordion-item {
    font-family: HelveticaNeue, Helvetica, Sans-Serif;
    background-color: #f8f8f8;
    margin: 13px inherit; }
    #page-fordermittel .content-accordion li.accordion-item.is-active {
      background-color: #f8f8f8;
      border: 1px solid #e6e6e6;
      margin-bottom: 13px;
      margin-top: 26px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      #page-fordermittel .content-accordion li.accordion-item.is-active .accordion-title {
        padding: 33px 1rem 1px 1rem;
        background-color: #fff; }
        #page-fordermittel .content-accordion li.accordion-item.is-active .accordion-title::before {
          font-family: "web-mob" !important;
          content: attr(data-icon);
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e198";
          font-size: 21px;
          padding: 0 1px; }
        #page-fordermittel .content-accordion li.accordion-item.is-active .accordion-title > h5 {
          border-bottom: none;
          margin-right: 47px;
          margin-bottom: 0; }
        #page-fordermittel .content-accordion li.accordion-item.is-active .accordion-title .icon {
          position: absolute;
          right: 1em;
          top: 32px;
          padding: 1px;
          font-size: 16px;
          color: #ffcc01;
          display: none;
          /*transform: rotate(45deg);*/ }
    #page-fordermittel .content-accordion li.accordion-item .accordion-title {
      background-color: #f8f8f8;
      border: none;
      padding: .25em 1rem; }
      #page-fordermittel .content-accordion li.accordion-item .accordion-title::before {
        content: ''; }
      #page-fordermittel .content-accordion li.accordion-item .accordion-title > h5 {
        text-transform: uppercase;
        color: #0a0a0a;
        font-size: 18pt;
        font-family: HelveticaNeueLTStd-XBlkCn, HelveticaNeue, Helvetica, Sans-Serif;
        border-bottom: 1px solid #919191;
        padding-bottom: .25em;
        padding-right: 47px; }
      #page-fordermittel .content-accordion li.accordion-item .accordion-title .icon {
        position: absolute;
        color: #0a0a0a;
        right: 1em;
        padding: 0 1px 0 1px;
        font-size: 21px;
        top: 2px; }
    #page-fordermittel .content-accordion li.accordion-item .accordion-content {
      padding: 0 1rem 1rem 1rem;
      border: none;
      padding-right: 47px; }
      #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_image {
        width: 270px;
        height: 190px;
        background-color: #e6e6e6;
        -webkit-background-size: cover;
                background-size: cover;
        float: left;
        margin-top: 8px; }
      #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item {
        color: #0a0a0a;
        font-size: 15pt;
        font-family: HelveticaNeue; }
        #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item:not(:first-child) {
          margin-left: 300px; }
        #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item li {
          list-style-type: disc; }
        #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item.links {
          margin: 33px 0; }
        #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item .info_item > a {
          padding-left: 17px;
          color: #0a0a0a; }
          #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item .info_item > a:hover, #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item .info_item > a:hover .icon {
            color: #cda400; }
          #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item .info_item > a .icon {
            color: #ffcc01;
            padding-right: 1em; }
        #page-fordermittel .content-accordion li.accordion-item .accordion-content .content_item .fa-file-text-o:before {
          padding-left: 3px; }

#page-fordermittel .icon-502 {
  font-size: 21px;
  right: 0.4em; }

#page-fordermittel .slider-margin-top {
  margin-top: 40px; }

@media screen and (min-width: 40em) {
  #subpage .topic-accordion:not(.post-item) {
    max-width: 700px; } }

#subpage .topic-accordion .post-item {
  width: 100%; }

#subpage header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #subpage header {
      padding-bottom: 2em; } }
  #subpage header .breadcrumbs, #subpage header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #subpage header .breadcrumbs li, #subpage header .breadcrumbs .current li {
      list-style-type: none; }
  #subpage header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #subpage header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #subpage header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #subpage header p {
        width: 80%; } }

#subpage header .headerissuu-wrapper {
  margin: 2em auto;
  background-color: #e6e6e6;
  padding: 0.5em 0.5em 1em 0.5em;
  border: 1px solid #b3b2b3;
  height: 530px;
  max-width: 900px;
  overflow: visible;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #subpage header .headerissuu-wrapper .headerissuu {
    height: 100%;
    width: 100%;
    background-color: white; }
    #subpage header .headerissuu-wrapper .headerissuu .issuuembed {
      width: 100% !important;
      height: 100% !important; }
      #subpage header .headerissuu-wrapper .headerissuu .issuuembed > div > div:first-child {
        width: 100% !important;
        height: 100% !important; }
      #subpage header .headerissuu-wrapper .headerissuu .issuuembed > div > div:nth-child(2) {
        display: none !important; }

#subpage article {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  #subpage article::before, #subpage article::after {
    content: ' ';
    display: table; }
  #subpage article::after {
    clear: both; }

#subpage .date {
  color: #b3b2b3;
  font-family: inherit; }

#subpage .page-section {
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (min-width: 40em) {
    #subpage .page-section article, #subpage .page-section > div {
      margin: -70px auto -1px auto;
      border: 1px solid #e6e6e6;
      background: #fff;
      padding-top: 20px; } }
  #subpage .page-section:last-child {
    border-bottom: none;
    padding-bottom: 1.75rem;
    margin-bottom: -3.75rem; }

#subpage .main-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: none;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    #subpage .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  #subpage .main-content:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    #subpage .main-content {
      width: 75%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #subpage .main-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      #subpage .main-content:last-child:not(:first-child) {
        float: right; } }
  #subpage .main-content .first-advantages-list {
    margin-bottom: 2em; }
  #subpage .main-content .content-text {
    min-height: 133px;
    /* otherwise social-icons are to big  */ }
    #subpage .main-content .content-text h1.entry-title {
      font-size: 2.7em;
      color: #0a0a0a;
      text-transform: uppercase; }
    #subpage .main-content .content-text h2 {
      font-weight: 500;
      color: #b3b2b3;
      text-transform: none; }
    #subpage .main-content .content-text h3 {
      font-size: 2em;
      text-transform: none;
      color: #ffcc01;
      font-weight: 500; }
    #subpage .main-content .content-text h4 {
      text-transform: none;
      color: black;
      font-weight: bold;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #subpage .main-content .content-text blockquote {
      padding-left: 0;
      border-left: none;
      font-size: 1.3em;
      font-weight: 500; }
      #subpage .main-content .content-text blockquote p {
        color: #ffcc01; }
        #subpage .main-content .content-text blockquote p:before {
          content: '«'; }
        #subpage .main-content .content-text blockquote p:after {
          content: '»'; }
    #subpage .main-content .content-text div.stoerer {
      color: #333f98;
      background-color: #f4f2f9;
      margin-top: 1em;
      padding: 25px 1em 4px 1em; }
      #subpage .main-content .content-text div.stoerer h2 {
        color: #333f98; }
    #subpage .main-content .content-text ul li {
      list-style-type: disc; }
    @media screen and (max-width: 590px) {
      #subpage .main-content .content-text {
        position: relative;
        margin-bottom: 70px; } }
  @media screen and (max-width: 590px) {
    #subpage .main-content h6 {
      font-size: 1.125rem; } }

#subpage .sub-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    #subpage .sub-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  #subpage .sub-content:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    #subpage .sub-content {
      width: 75%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      float: none; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #subpage .sub-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      #subpage .sub-content:last-child:not(:first-child) {
        float: right; } }

#subpage .berta-slider {
  margin: 2em 0 3em 0; }

#subpage .collapsible.popout > li {
  margin: 0 24px 0 0; }

#subpage .collapsible.popout > li.topic-info {
  margin-bottom: 2em; }

#subpage .infobox-wrapper {
  padding-top: 1em;
  padding-bottom: 2em;
  width: 100%;
  margin: 0 auto; }

#subpage .socialbox-wrapper {
  padding-bottom: 2em;
  width: 100%;
  margin: 0 auto; }
  #subpage .socialbox-wrapper h3 {
    font-size: 1.375rem; }
    @media screen and (max-width: 590px) {
      #subpage .socialbox-wrapper h3 {
        font-size: 1.375rem; } }

@media screen and (min-width: 40em) {
  #subpage .info-section > div {
    margin: 0 auto;
    border: none;
    background: transparent; } }

#subpage .info-section .flipster {
  overflow-x: visible; }

#subpage .info-section .testimonial-slider-text p {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 8%; }

#subpage .read-more-section {
  background: #f8f8f8; }
  #subpage .read-more-section h3 {
    text-align: center;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
    padding: 1.5em 0;
    font-weight: 300;
    color: #ffcc01;
    font-size: 36pt; }
    @media screen and (max-width: 590px) {
      #subpage .read-more-section h3 {
        font-size: 24pt;
        padding: 40px 0; } }
  #subpage .read-more-section ul.topic-accordion {
    margin: 0 auto;
    width: auto; }
    #subpage .read-more-section ul.topic-accordion .collapsible-header {
      background: #f8f8f8; }
      #subpage .read-more-section ul.topic-accordion .collapsible-header p.date {
        font-size: 12pt; }
      #subpage .read-more-section ul.topic-accordion .collapsible-header h4 {
        font-size: 18pt; }
    #subpage .read-more-section ul.topic-accordion .active {
      background: #fff; }
    #subpage .read-more-section ul.topic-accordion .topic-info .btn, #subpage .read-more-section ul.topic-accordion .topic-info .pass_sumbit .sdm_pass_protected_download, .pass_sumbit #subpage .read-more-section ul.topic-accordion .topic-info .sdm_pass_protected_download {
      text-transform: none;
      font-size: 14pt; }

@media screen and (max-width: 590px) {
  #subpage .collapsible-header {
    background: transparent !important; } }

#subpage .contact-options {
  text-align: left;
  margin: 0 auto;
  width: 50%; }
  #subpage .contact-options .label-container {
    background: white;
    border: 1px solid #e6e6e6;
    margin: 5px 0; }
    #subpage .contact-options .label-container .contact-option {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      padding: 25px 0px 25px 28px; }
      #subpage .contact-options .label-container .contact-option.label-active {
        background-color: #f8f8f8; }
      #subpage .contact-options .label-container .contact-option:hover:after, #subpage .contact-options .label-container .contact-option:focus:after {
        content: "\e1d8";
        font-family: "web-mob";
        font-size: 1.1em;
        line-height: 16px;
        margin-left: 0.5em;
        color: #ffcc01; }
    #subpage .contact-options .label-container:hover, #subpage .contact-options .label-container :focus {
      background: #f8f8f8;
      color: #ffcc01; }
  @media screen and (max-width: 510px) {
    #subpage .contact-options {
      width: 325px; }
      #subpage .contact-options .contact-option {
        font-size: 16px; } }
  @media screen and (max-width: 350px) {
    #subpage .contact-options {
      width: 280px; } }

.title-width {
  width: 55% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.margin-top-fix {
  margin-top: 10px !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.advantages-list li h4 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  text-transform: inherit;
  font-size: 20px;
  margin-top: 1em; }

/* <-------------------------------->
   <------------ Roadmap ----------->
   <--------------------------------> */
h2.slideheading.light.center {
  font-size: 2.2rem; }

h3.frm_form_title {
  display: none; }

label#field_arerh_label, label#field_e4fjk_label, label#field_kyajx_label, label#field_ybn1_label, label#field_x5a4u_label, div#field_b0i6y_label {
  display: none; }

.roadmapheading {
  position: absolute;
  font-size: 2.25rem;
  left: 30%;
  top: 4.9%;
  text-align: left;
  color: #efd500 !important; }

.roadmap-subheading {
  position: absolute;
  left: 30%;
  width: 23% !important;
  top: 6.7%;
  text-align: left;
  color: #fff !important;
  font-size: 1.25rem; }

.roadmap-img {
  position: absolute;
  left: 28.2%;
  top: 5.7%;
  width: 3rem; }

.roadform-heading {
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem; }

.roadmap-form-wrap {
  position: relative;
  top: 3rem;
  padding: 1rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: #e6e6e6 1px solid; }

.frm_submit {
  text-align: center; }

.slideheading {
  padding-top: 26px !important;
  margin-bottom: 50px !important; }

.sliderheadingwrap {
  text-align: center; }

.main-roadmap {
  float: none !important; }

.adv-list {
  font-size: 2.2rem;
  margin-top: 0 !important; }

.adv-li-heading {
  color: #efd500 !important; }

.adv-li-subheading {
  margin-top: 0.2rem; }

.adv-li-wrap {
  margin-top: 1rem; }

.adv-li {
  padding-bottom: 0;
  padding-top: 3rem; }

.road-subheading {
  margin-top: 2rem; }

.erfolgwrap .tile-inner {
  border: 1px #dcdcdc solid; }

.erfolgwrap .erfl {
  background: #f8f8f8 !important; }

.erfolg-white-bg {
  background: #fff;
  height: 25rem;
  margin-top: -23rem; }

.erfolgwrap button.slick-prev.slick-arrow::after {
  color: #bdbdbd !important; }

.erfolgwrap button.slick-next.slick-arrow::before {
  color: #bdbdbd !important;
  top: 5px;
  position: relative; }

.road-readm {
  padding: 5rem 55rem; }

.road-readm .infobox {
  background: #fff; }

.road-readm .infobox h4 {
  color: #000 !important; }

.erfolgwrap h3 {
  font-size: 2.5rem !important;
  color: #ffcc01 !important;
  padding: 3rem 0;
  text-transform: none;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300; }

button.frm_button_submit.frm_final_submit {
  color: #fff !important;
  background-color: #ffcc01 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px !important;
  border: none !important;
  border-radius: 3rem !important;
  height: 40px !important;
  padding: 0 2rem !important;
  margin-bottom: 0 !important; }

button.frm_button_submit.frm_final_submit:hover {
  background-color: black !important;
  color: #fff !important;
  border: none !important; }

[type='checkbox'] + label, [type='radio'] + label {
  margin-left: 0  !important; }

.roadform-heading {
  line-height: 1.8rem !important; }

.frm_style_formidable-style-2.with_frm_style .form-field {
  margin-bottom: 15px; }

.erfolg-s-m .social-icons {
  margin-top: 0;
  position: absolute;
  margin-left: -5rem;
  width: 3em;
  top: 98rem; }

.content-text.erfolg-s-m {
  min-height: 1rem !important; }

ul.slick-dots {
  margin: -30px 0; }

button img {
  width: 4rem !important; }

.breadroad .breadcrumbs {
  position: absolute;
  left: 48rem;
  top: 4%;
  color: white !important; }

.breadroad .breadcrumbs a {
  color: white !important; }

.breadroad .breadcrumbs li:not(:last-child)::after {
  color: white !important; }

.breadroad .breadcrumbs li.current {
  color: white !important; }

span.frm_required {
  display: none !important; }

@media only screen and (max-width: 2500px) {
  .road-readm {
    padding: 5rem 35rem; } }

@media only screen and (max-width: 1900px) {
  .roadmap-img {
    position: absolute;
    left: 27.5%;
    top: 5.7%;
    width: 3rem; } }

@media only screen and (max-width: 1800px) {
  .road-readm {
    padding: 5rem 15rem; }
  .breadroad .breadcrumbs {
    left: 30%; } }

@media only screen and (max-width: 1421px) {
  .breadroad .breadcrumbs {
    position: absolute;
    left: 21%;
    top: 4%;
    color: white !important; }
  .roadmapheading {
    position: absolute;
    left: 21%;
    top: 4.5%;
    text-align: left;
    color: #efd500 !important; }
  .roadmap-subheading {
    position: absolute;
    left: 21%;
    top: 6%;
    width: 35% !important;
    text-align: left;
    color: #fff !important;
    font-size: 1.25rem; }
  .roadmap-img {
    position: absolute;
    left: 17.2%;
    top: 5.5%;
    width: 3rem; } }

@media only screen and (max-width: 1024px) {
  .roadmap-img {
    position: absolute;
    left: 16.5%;
    top: 5.5%;
    width: 3rem; } }

@media only screen and (max-width: 1024px) {
  .roadmap-form-wrap {
    position: relative;
    top: 0rem;
    padding: 1rem;
    border: #e6e6e6 1px solid; }
  h1.light {
    padding: 0 3rem !important;
    margin: 4rem 0 3rem !important; }
  .roadmapheading {
    position: absolute;
    left: 16%;
    top: 4%;
    text-align: left;
    color: #efd500 !important; }
  .breadroad .breadcrumbs {
    position: absolute;
    left: 16%;
    top: 3.5%;
    color: white !important; }
  .roadmap-img {
    position: absolute;
    left: 10.2%;
    top: 4.8%;
    width: 3rem; }
  .roadmap-subheading {
    position: absolute;
    left: 16%;
    top: 5.6%;
    width: 50% !important;
    text-align: left;
    color: #fff !important;
    font-size: 1.25rem; }
  .road-readm {
    padding: 3rem 0 0; }
  .adv-li-heading {
    color: #efd500 !important;
    margin-bottom: -2rem;
    margin-left: -0.7rem; }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .erfolg-white-bg {
    background: #fff;
    height: 20rem;
    margin-top: -23rem; } }

@media only screen and (max-width: 820px) {
  .breadroad .breadcrumbs {
    position: absolute;
    left: 16%;
    top: 2.5%;
    color: white !important; }
  .roadmapheading {
    position: absolute;
    left: 16%;
    top: 3%;
    text-align: left;
    color: #efd500 !important; }
  .roadmap-subheading {
    position: absolute;
    left: 16%;
    top: 4.5%;
    width: 50% !important;
    text-align: left;
    color: #fff !important;
    font-size: 1.25rem; }
  .roadmap-img {
    position: absolute;
    left: 9.8%;
    top: 3.8%;
    width: 3rem; } }

@media only screen and (max-width: 639px) {
  li.columns.medium-4.small-12.icon-box-wrapper.tille {
    margin: 3rem 0; }
  .roadmap-form-wrap {
    position: relative;
    top: 0.5rem;
    padding: 1rem;
    border: #e6e6e6 1px solid; }
  .roadmap-subheading {
    position: inherit;
    text-align: center !important;
    color: #fff !important;
    font-size: 1rem; }
  .roadmapheading {
    padding-top: 4rem;
    position: initial;
    text-align: center;
    color: #efd500 !important; }
  #subpage header {
    padding-top: 37px;
    padding-bottom: 0;
    text-align: center;
    background: #f8f8f8;
    height: 100% !important; }
  #subpage header h1 {
    font-size: 1.3rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100% !important; }
  #subpage header p {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 2rem 0; }
  .roadmap-img {
    display: none;
    position: absolute;
    left: 3rem;
    top: 8rem;
    width: 2.5rem; }
  #subpage .main-content .content-text {
    position: relative;
    margin-bottom: 0; }
  #page-products .page-section article .icon-box-wrapper, #page-products .page-section > div .icon-box-wrapper {
    height: 650px !important; }
  ul.advantages-list.tick {
    padding: 1rem; }
  .marg {
    margin-bottom: 10px !important; }
  .adv-li-wrap .small-11 {
    margin-left: 1rem; }
  .title-width {
    width: 100% !important; }
  .breadroad .breadcrumbs {
    position: absolute;
    left: 12%;
    top: 1.2%;
    color: white !important; }
  ul.slick-dots {
    margin: -55px 0; }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

#page-concretes header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #page-concretes header {
      padding-bottom: 2em; } }
  #page-concretes header .breadcrumbs, #page-concretes header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #page-concretes header .breadcrumbs li, #page-concretes header .breadcrumbs .current li {
      list-style-type: none; }
  #page-concretes header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #page-concretes header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #page-concretes header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #page-concretes header p {
        width: 80%; } }

#page-concretes header .headerissuu-wrapper {
  margin: 2em auto;
  background-color: #e6e6e6;
  padding: 0.5em 0.5em 1em 0.5em;
  border: 1px solid #b3b2b3;
  height: 530px;
  max-width: 900px;
  overflow: visible;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  #page-concretes header .headerissuu-wrapper .headerissuu {
    height: 100%;
    width: 100%;
    background-color: white; }
    #page-concretes header .headerissuu-wrapper .headerissuu .issuuembed {
      width: 100% !important;
      height: 100% !important; }
      #page-concretes header .headerissuu-wrapper .headerissuu .issuuembed > div > div:first-child {
        width: 100% !important;
        height: 100% !important; }
      #page-concretes header .headerissuu-wrapper .headerissuu .issuuembed > div > div:nth-child(2) {
        display: none !important; }

#page-concretes header .headerissuu-wrapper {
  margin-bottom: -18em; }

#page-concretes .page-spacer {
  margin-top: 15em; }

#page-concretes .page-section {
  border-bottom: 1px solid #e6e6e6; }
  #page-concretes .page-section:last-child {
    border-bottom: none;
    margin-bottom: -3.75rem; }

#page-about-us header {
  padding-top: 37px;
  padding-bottom: 54px;
  text-align: center;
  background: #f8f8f8; }

#page-about-us header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #page-about-us header {
      padding-bottom: 2em; } }
  #page-about-us header .breadcrumbs, #page-about-us header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #page-about-us header .breadcrumbs li, #page-about-us header .breadcrumbs .current li {
      list-style-type: none; }
  #page-about-us header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #page-about-us header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #page-about-us header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #page-about-us header p {
        width: 80%; } }

@media screen and (min-width: 40em) {
  #page-about-us .info-section > div {
    margin: 0 auto;
    border: none;
    background: transparent; } }

#page-about-us .info-section .flipster {
  overflow-x: visible; }

#page-about-us .info-section .testimonial-slider-text p {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 8%; }

#page-about-us article {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  #page-about-us article::before, #page-about-us article::after {
    content: ' ';
    display: table; }
  #page-about-us article::after {
    clear: both; }

#page-about-us .no-border {
  border: none !important; }

@media screen and (min-width: 40em) {
  #page-about-us .page-section article, #page-about-us .page-section > div {
    width: 100%;
    margin: 0 auto -1px auto; } }

#page-about-us .page-section article .icon-box, #page-about-us .page-section > div .icon-box {
  padding-top: 40px;
  height: 100%; }
  #page-about-us .page-section article .icon-box h4, #page-about-us .page-section > div .icon-box h4 {
    font-size: 1.375rem; }

#page-about-us .page-section:last-child {
  border-bottom: none;
  padding-bottom: 1.75rem;
  margin-bottom: -3.75rem; }

#page-about-us .margin-fix {
  margin-bottom: -32px; }

#page-about-us .info-grid, #page-about-us .box-grid {
  margin-top: 2em; }
  @media screen and (max-width: 590px) {
    #page-about-us .info-grid, #page-about-us .box-grid {
      margin-top: 0; } }
  #page-about-us .info-grid .icon-box-wrapper , #page-about-us .box-grid .icon-box-wrapper  {
    margin-top: 0; }
  #page-about-us .info-grid .icon-box:hover, #page-about-us .box-grid .icon-box:hover {
    background-color: #ffcc01;
    color: #fff; }
    #page-about-us .info-grid .icon-box:hover .btn, #page-about-us .info-grid .icon-box:hover .pass_sumbit .sdm_pass_protected_download, .pass_sumbit #page-about-us .info-grid .icon-box:hover .sdm_pass_protected_download, #page-about-us .box-grid .icon-box:hover .btn, #page-about-us .box-grid .icon-box:hover .pass_sumbit .sdm_pass_protected_download, .pass_sumbit #page-about-us .box-grid .icon-box:hover .sdm_pass_protected_download {
      color: #ffcc01;
      background: #fff; }
  #page-about-us .info-grid.portraits li, #page-about-us .box-grid.portraits li {
    margin-top: 46px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media screen and (max-width: 590px) {
      #page-about-us .info-grid.portraits li, #page-about-us .box-grid.portraits li {
        margin-top: 20px; } }
    #page-about-us .info-grid.portraits li:last-child, #page-about-us .box-grid.portraits li:last-child {
      padding-bottom: 54px; }
    #page-about-us .info-grid.portraits li .hover-box, #page-about-us .box-grid.portraits li .hover-box {
      margin: 0 1em;
      position: relative;
      cursor: pointer; }
    #page-about-us .info-grid.portraits li .text, #page-about-us .info-grid.portraits li .text-example, #page-about-us .box-grid.portraits li .text, #page-about-us .box-grid.portraits li .text-example {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: #ffcc01;
      color: white;
      padding: 1em;
      cursor: default;
      width: 100%;
      height: 100%;
      padding-top: 2.2em;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      #page-about-us .info-grid.portraits li .text a, #page-about-us .info-grid.portraits li .text-example a, #page-about-us .box-grid.portraits li .text a, #page-about-us .box-grid.portraits li .text-example a {
        display: none; }
      #page-about-us .info-grid.portraits li .text h2, #page-about-us .info-grid.portraits li .text-example h2, #page-about-us .info-grid.portraits li .text h4, #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits li .text h2, #page-about-us .box-grid.portraits li .text-example h2, #page-about-us .box-grid.portraits li .text h4, #page-about-us .box-grid.portraits li .text-example h4 {
        font-size: 11vw;
        /*@media screen and (max-width: 1024px) {
                    font-size: 34px;
                }

                @media screen and (max-width: 890px) {
                    font-size: 30px;
                }
                @media screen and (max-width: 770px) {
                    font-size: 24px;
                }
                @media screen and (max-width: 680px) {
                    font-size: 20px;
                }
                @media screen and (max-width: 580px) {
                    font-size: 16px;
                }*/ }
        @media screen and (min-width: 64em) {
          #page-about-us .info-grid.portraits li .text h2, #page-about-us .info-grid.portraits li .text-example h2, #page-about-us .info-grid.portraits li .text h4, #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits li .text h2, #page-about-us .box-grid.portraits li .text-example h2, #page-about-us .box-grid.portraits li .text h4, #page-about-us .box-grid.portraits li .text-example h4 {
            font-size: 22px; } }
        @media screen and (min-width: 40em) {
          #page-about-us .info-grid.portraits li .text h2, #page-about-us .info-grid.portraits li .text-example h2, #page-about-us .info-grid.portraits li .text h4, #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits li .text h2, #page-about-us .box-grid.portraits li .text-example h2, #page-about-us .box-grid.portraits li .text h4, #page-about-us .box-grid.portraits li .text-example h4 {
            /*font-size: 1.2vw;*/
            font-size: 16px; } }
      #page-about-us .info-grid.portraits li .text p, #page-about-us .info-grid.portraits li .text-example p, #page-about-us .box-grid.portraits li .text p, #page-about-us .box-grid.portraits li .text-example p {
        font-size: 4vw; }
        @media screen and (min-width: 40em) {
          #page-about-us .info-grid.portraits li .text p, #page-about-us .info-grid.portraits li .text-example p, #page-about-us .box-grid.portraits li .text p, #page-about-us .box-grid.portraits li .text-example p {
            font-size: 2.4vw; } }
        @media screen and (min-width: 64em) {
          #page-about-us .info-grid.portraits li .text p, #page-about-us .info-grid.portraits li .text-example p, #page-about-us .box-grid.portraits li .text p, #page-about-us .box-grid.portraits li .text-example p {
            font-size: 15px; } }
    #page-about-us .info-grid.portraits li .text-example, #page-about-us .box-grid.portraits li .text-example {
      cursor: pointer; }
    #page-about-us .info-grid.portraits li:hover .text, #page-about-us .info-grid.portraits li:hover .text-example, #page-about-us .box-grid.portraits li:hover .text, #page-about-us .box-grid.portraits li:hover .text-example {
      display: block;
      -webkit-transition: visibility opacity 0.2s;
      transition: visibility opacity 0.2s; }

#page-about-us .bold {
  font-weight: bold; }

.glmember-box h4 {
  color: #fff; }

.glmember-box p {
  margin-bottom: 0.5rem; }

.about-us-box .infobox-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

.pass_sumbit .sdm_pass_protected_download {
  appereance: none !important;
  -webkit-appearance: none !important;
  border: 2px solid #ffcc01;
  color: #ffcc01;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3em;
  font-weight: 900;
  margin-top: 2em;
  text-transform: none;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#page-partner header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #page-partner header {
      padding-bottom: 2em; } }
  #page-partner header .breadcrumbs, #page-partner header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #page-partner header .breadcrumbs li, #page-partner header .breadcrumbs .current li {
      list-style-type: none; }
  #page-partner header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #page-partner header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #page-partner header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #page-partner header p {
        width: 80%; } }

#page-partner .page-section {
  border-bottom: 1px solid #e6e6e6; }
  #page-partner .page-section:last-child {
    border-bottom: none;
    padding-bottom: 3.75rem;
    margin-bottom: -3.75rem; }

#page-partner .page-section .logo-slider {
  margin-bottom: 2em; }

#page-partner .content-accordion {
  font-family: HelveticaNeue, Helvetica, Sans-Serif;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px; }
  #page-partner .content-accordion p, #page-partner .content-accordion li, #page-partner .content-accordion a {
    font-family: HelveticaNeue, Helvetica, Sans-Serif; }
  #page-partner .content-accordion .accordion {
    background-color: #fff; }
  #page-partner .content-accordion li.accordion-item {
    font-family: HelveticaNeue, Helvetica, Sans-Serif;
    background-color: #fff;
    margin: 13px inherit; }
    #page-partner .content-accordion li.accordion-item.is-active {
      background-color: #fff;
      border: 1px solid #e6e6e6;
      margin-bottom: 13px;
      margin-top: 26px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      #page-partner .content-accordion li.accordion-item.is-active .accordion-title {
        padding: 33px 1rem 1px 1rem;
        background-color: #fff; }
        #page-partner .content-accordion li.accordion-item.is-active .accordion-title::before {
          font-family: "web-mob" !important;
          content: attr(data-icon);
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e198";
          font-size: 21px;
          padding: 0 1px; }
        #page-partner .content-accordion li.accordion-item.is-active .accordion-title > h5 {
          border-bottom: none;
          margin-right: 47px;
          margin-bottom: 0; }
        #page-partner .content-accordion li.accordion-item.is-active .accordion-title .icon {
          position: absolute;
          right: 1em;
          top: 32px;
          padding: 1px;
          font-size: 16px;
          color: #ffcc01;
          display: none;
          /*transform: rotate(45deg);*/ }
    #page-partner .content-accordion li.accordion-item .accordion-title {
      background-color: #fff;
      border: none;
      padding: .25em 1rem; }
      #page-partner .content-accordion li.accordion-item .accordion-title::before {
        content: ''; }
      #page-partner .content-accordion li.accordion-item .accordion-title > h5 {
        text-transform: uppercase;
        color: #0a0a0a;
        font-size: 18pt;
        font-family: HelveticaNeueLTStd-XBlkCn, HelveticaNeue, Helvetica, Sans-Serif;
        border-bottom: 1px solid #919191;
        padding-bottom: .25em;
        padding-right: 47px; }
      #page-partner .content-accordion li.accordion-item .accordion-title .icon {
        position: absolute;
        color: #0a0a0a;
        right: 1em;
        padding: 0 1px 0 1px;
        font-size: 21px;
        top: 2px; }
    #page-partner .content-accordion li.accordion-item .accordion-content {
      padding: 0 1rem 1rem 1rem;
      border: none;
      padding-right: 47px; }
      #page-partner .content-accordion li.accordion-item .accordion-content .content_image {
        width: 270px;
        height: 190px;
        background-color: #e6e6e6;
        -webkit-background-size: cover;
                background-size: cover;
        float: left;
        margin-top: 8px; }
      #page-partner .content-accordion li.accordion-item .accordion-content .content_item {
        color: #0a0a0a;
        font-size: 15pt;
        font-family: HelveticaNeue; }
        #page-partner .content-accordion li.accordion-item .accordion-content .content_item:not(:first-child) {
          margin-left: 300px; }
        #page-partner .content-accordion li.accordion-item .accordion-content .content_item li {
          list-style-type: disc; }
        #page-partner .content-accordion li.accordion-item .accordion-content .content_item.links {
          margin: 33px 0; }
        #page-partner .content-accordion li.accordion-item .accordion-content .content_item .info_item > a {
          padding-left: 17px;
          color: #0a0a0a; }
          #page-partner .content-accordion li.accordion-item .accordion-content .content_item .info_item > a:hover, #page-partner .content-accordion li.accordion-item .accordion-content .content_item .info_item > a:hover .icon {
            color: #cda400; }
          #page-partner .content-accordion li.accordion-item .accordion-content .content_item .info_item > a .icon {
            color: #ffcc01;
            padding-right: 1em; }
        #page-partner .content-accordion li.accordion-item .accordion-content .content_item .fa-file-text-o:before {
          padding-left: 3px; }

#page-products header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #page-products header {
      padding-bottom: 2em; } }
  #page-products header .breadcrumbs, #page-products header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #page-products header .breadcrumbs li, #page-products header .breadcrumbs .current li {
      list-style-type: none; }
  #page-products header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #page-products header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #page-products header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #page-products header p {
        width: 80%; } }

@media screen and (min-width: 40em) {
  #page-products .info-section > div {
    margin: 0 auto;
    border: none;
    background: transparent; } }

#page-products .info-section .flipster {
  overflow-x: visible; }

#page-products .info-section .testimonial-slider-text p {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 8%; }

#page-products article {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  #page-products article::before, #page-products article::after {
    content: ' ';
    display: table; }
  #page-products article::after {
    clear: both; }

#page-products .page-section {
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (min-width: 40em) {
    #page-products .page-section article, #page-products .page-section > div {
      width: 100%;
      margin: 0 auto -1px auto;
      padding-top: 1em; }
      #page-products .page-section article .intrude, #page-products .page-section > div .intrude {
        margin-top: -10em; } }
  #page-products .page-section article .main-content > h2, #page-products .page-section > div .main-content > h2 {
    text-align: center;
    text-transform: none;
    padding: 0.5em 0;
    color: #ffcc01;
    font-size: 36pt; }
    @media screen and (max-width: 590px) {
      #page-products .page-section article .main-content > h2, #page-products .page-section > div .main-content > h2 {
        font-size: 24pt; } }
  #page-products .page-section article .main-content h3.light, #page-products .page-section > div .main-content h3.light {
    text-align: center;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 20px 0 40px 0;
    font-weight: 300;
    color: #ffcc01;
    font-size: 36pt; }
    @media screen and (max-width: 590px) {
      #page-products .page-section article .main-content h3.light, #page-products .page-section > div .main-content h3.light {
        font-size: 24pt; } }
  #page-products .page-section article .main-content .text h4, #page-products .page-section article .main-content .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits li #page-products .page-section article .main-content .text-example h4, #page-products .page-section article .main-content #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .info-grid.portraits li #page-products .page-section article .main-content .text-example h4, #page-products .page-section article .main-content #page-about-us .box-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits li #page-products .page-section article .main-content .text-example h4, #page-products .page-section > div .main-content .text h4, #page-products .page-section > div .main-content .overlay-grid.portraits li .text-example h4, .overlay-grid.portraits li #page-products .page-section > div .main-content .text-example h4, #page-products .page-section > div .main-content #page-about-us .info-grid.portraits li .text-example h4, #page-about-us .info-grid.portraits li #page-products .page-section > div .main-content .text-example h4, #page-products .page-section > div .main-content #page-about-us .box-grid.portraits li .text-example h4, #page-about-us .box-grid.portraits li #page-products .page-section > div .main-content .text-example h4 {
    font-size: 1.375rem; }
  #page-products .page-section article #icon-list-1 .icon-box, #page-products .page-section > div #icon-list-1 .icon-box {
    padding-top: 60px;
    margin-bottom: -1px; }
  #page-products .page-section article #box-list-3 li:only-child, #page-products .page-section > div #box-list-3 li:only-child {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  #page-products .page-section article .icon-box-wrapper, #page-products .page-section > div .icon-box-wrapper {
    height: 600px; }
  #page-products .page-section article .icon-box-wrapper2, #page-products .page-section > div .icon-box-wrapper2 {
    height: 510px !important; }
  #page-products .page-section article .icon-box, #page-products .page-section > div .icon-box {
    /* padding-top: 70px;*/
    padding: 3em 1.5em 3em 3em;
    height: 100%; }
    #page-products .page-section article .icon-box .advantages-list li, #page-products .page-section > div .icon-box .advantages-list li {
      padding-left: 4px; }
      #page-products .page-section article .icon-box .advantages-list li::before, #page-products .page-section > div .icon-box .advantages-list li::before {
        margin-top: .1em;
        font: 1em FontAwesome; }
  #page-products .page-section article .advantages-wrapper, #page-products .page-section > div .advantages-wrapper {
    background-color: #fff;
    min-height: 600px; }
  #page-products .page-section:last-child {
    border-bottom: none;
    padding-bottom: 0.75rem;
    margin-bottom: -3.75rem; }

#page-products .icon-box2 {
  background-color: #fff;
  position: relative;
  padding: 1.5em;
  height: 600px;
  border: 1px solid #e6e6e6; }
  #page-products .icon-box2 .text, #page-products .icon-box2 .overlay-grid.portraits li .text-example, .overlay-grid.portraits li #page-products .icon-box2 .text-example, #page-products .icon-box2 #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits li #page-products .icon-box2 .text-example, #page-products .icon-box2 #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits li #page-products .icon-box2 .text-example {
    padding-top: 6rem; }
    #page-products .icon-box2 .text .advantages-list li, #page-products .icon-box2 .overlay-grid.portraits li .text-example .advantages-list li, .overlay-grid.portraits li #page-products .icon-box2 .text-example .advantages-list li, #page-products .icon-box2 #page-about-us .info-grid.portraits li .text-example .advantages-list li, #page-about-us .info-grid.portraits li #page-products .icon-box2 .text-example .advantages-list li, #page-products .icon-box2 #page-about-us .box-grid.portraits li .text-example .advantages-list li, #page-about-us .box-grid.portraits li #page-products .icon-box2 .text-example .advantages-list li {
      padding-left: 4px; }
      #page-products .icon-box2 .text .advantages-list li::before, #page-products .icon-box2 .overlay-grid.portraits li .text-example .advantages-list li::before, .overlay-grid.portraits li #page-products .icon-box2 .text-example .advantages-list li::before, #page-products .icon-box2 #page-about-us .info-grid.portraits li .text-example .advantages-list li::before, #page-about-us .info-grid.portraits li #page-products .icon-box2 .text-example .advantages-list li::before, #page-products .icon-box2 #page-about-us .box-grid.portraits li .text-example .advantages-list li::before, #page-about-us .box-grid.portraits li #page-products .icon-box2 .text-example .advantages-list li::before {
        margin-top: .1em;
        font: 1em FontAwesome; }

#page-products .icon-box3 {
  background-color: #fff;
  position: relative;
  padding: 1.5em;
  height: 480px;
  border: 1px solid #e6e6e6; }
  #page-products .icon-box3 .text, #page-products .icon-box3 .overlay-grid.portraits li .text-example, .overlay-grid.portraits li #page-products .icon-box3 .text-example, #page-products .icon-box3 #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits li #page-products .icon-box3 .text-example, #page-products .icon-box3 #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits li #page-products .icon-box3 .text-example {
    padding-top: 6rem; }
    #page-products .icon-box3 .text .advantages-list li, #page-products .icon-box3 .overlay-grid.portraits li .text-example .advantages-list li, .overlay-grid.portraits li #page-products .icon-box3 .text-example .advantages-list li, #page-products .icon-box3 #page-about-us .info-grid.portraits li .text-example .advantages-list li, #page-about-us .info-grid.portraits li #page-products .icon-box3 .text-example .advantages-list li, #page-products .icon-box3 #page-about-us .box-grid.portraits li .text-example .advantages-list li, #page-about-us .box-grid.portraits li #page-products .icon-box3 .text-example .advantages-list li {
      padding-left: 4px; }
      #page-products .icon-box3 .text .advantages-list li::before, #page-products .icon-box3 .overlay-grid.portraits li .text-example .advantages-list li::before, .overlay-grid.portraits li #page-products .icon-box3 .text-example .advantages-list li::before, #page-products .icon-box3 #page-about-us .info-grid.portraits li .text-example .advantages-list li::before, #page-about-us .info-grid.portraits li #page-products .icon-box3 .text-example .advantages-list li::before, #page-products .icon-box3 #page-about-us .box-grid.portraits li .text-example .advantages-list li::before, #page-about-us .box-grid.portraits li #page-products .icon-box3 .text-example .advantages-list li::before {
        margin-top: .1em;
        font: 1em FontAwesome; }

#page-products .hide-title {
  display: none; }

#page-products header {
  padding-bottom: 8em; }

#page-products h3.str {
  font-size: 2.7em;
  margin: 3rem 0;
  color: #0a0a0a;
  text-transform: uppercase;
  text-align: center; }

#page-products .page-section .bg-gray {
  border-bottom: none;
  height: 10rem;
  padding-bottom: 0.75rem;
  margin-bottom: -3.75rem;
  margin-top: -3rem; }

.two-items {
  float: none !important;
  display: inline-block;
  text-align: left;
  vertical-align: top; }

.margin-fix {
  margin: 0 !important; }

.bg-darkgrey {
  background: #f8f8f8; }

.str2 {
  font-size: 2.4em !important;
  margin: 3rem 0 !important;
  color: #0a0a0a !important;
  text-transform: uppercase !important;
  text-align: center !important; }

.marg {
  margin-bottom: 36px; }

.tille {
  margin-top: -4em; }

.bg-darkgrey {
  border-bottom: 1px solid #e6e6e6 !important; }

.wrapli .main-content {
  padding-top: 0 !important; }

button#contact-popup-icon, button#contact-popup-icon-mobile {
  display: none; }

div#info-overlay-btn.show {
  display: none; }

.icon-box3 .text .advantages-list.tick li::before, .icon-box3 .overlay-grid.portraits li .text-example .advantages-list.tick li::before, .overlay-grid.portraits li .icon-box3 .text-example .advantages-list.tick li::before, .icon-box3 #page-about-us .info-grid.portraits li .text-example .advantages-list.tick li::before, #page-about-us .info-grid.portraits li .icon-box3 .text-example .advantages-list.tick li::before, .icon-box3 #page-about-us .box-grid.portraits li .text-example .advantages-list.tick li::before, #page-about-us .box-grid.portraits li .icon-box3 .text-example .advantages-list.tick li::before, .icon-box2 .text .advantages-list.tick li::before, .icon-box2 .overlay-grid.portraits li .text-example .advantages-list.tick li::before, .overlay-grid.portraits li .icon-box2 .text-example .advantages-list.tick li::before, .icon-box2 #page-about-us .info-grid.portraits li .text-example .advantages-list.tick li::before, #page-about-us .info-grid.portraits li .icon-box2 .text-example .advantages-list.tick li::before, .icon-box2 #page-about-us .box-grid.portraits li .text-example .advantages-list.tick li::before, #page-about-us .box-grid.portraits li .icon-box2 .text-example .advantages-list.tick li::before {
  content: ""; }

.icon-box3 .text ul, .icon-box3 .overlay-grid.portraits li .text-example ul, .overlay-grid.portraits li .icon-box3 .text-example ul, .icon-box3 #page-about-us .info-grid.portraits li .text-example ul, #page-about-us .info-grid.portraits li .icon-box3 .text-example ul, .icon-box3 #page-about-us .box-grid.portraits li .text-example ul, #page-about-us .box-grid.portraits li .icon-box3 .text-example ul, .icon-box2 .text ul, .icon-box2 .overlay-grid.portraits li .text-example ul, .overlay-grid.portraits li .icon-box2 .text-example ul, .icon-box2 #page-about-us .info-grid.portraits li .text-example ul, #page-about-us .info-grid.portraits li .icon-box2 .text-example ul, .icon-box2 #page-about-us .box-grid.portraits li .text-example ul, #page-about-us .box-grid.portraits li .icon-box2 .text-example ul {
  margin-left: 0 !important; }

@media screen and (max-width: 639px) {
  #page-products .icon-box3 .text, #page-products .icon-box3 .overlay-grid.portraits li .text-example, .overlay-grid.portraits li #page-products .icon-box3 .text-example, #page-products .icon-box3 #page-about-us .info-grid.portraits li .text-example, #page-about-us .info-grid.portraits li #page-products .icon-box3 .text-example, #page-products .icon-box3 #page-about-us .box-grid.portraits li .text-example, #page-about-us .box-grid.portraits li #page-products .icon-box3 .text-example {
    padding-top: 0; } }

@media screen and (max-width: 639px) {
  ul.advantages-list.tick {
    padding: 1rem 0 !important; } }

@media screen and (max-width: 639px) {
  .social-icons {
    display: none; } }

#results header {
  padding-top: 37px;
  padding-bottom: 7em;
  text-align: center;
  background: #f8f8f8; }
  @media screen and (max-width: 590px) {
    #results header {
      padding-bottom: 2em; } }
  #results header .breadcrumbs, #results header .breadcrumbs .current {
    color: #b3b2b3;
    display: inline-block;
    width: auto; }
    #results header .breadcrumbs li, #results header .breadcrumbs .current li {
      list-style-type: none; }
  #results header h1 {
    font-size: 2.7em;
    /*margin-bottom: 1rem;*/
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 auto 1rem; }
    @media screen and (max-width: 590px) {
      #results header h1 {
        font-size: 1.3rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
        width: 80% !important; } }
  #results header p {
    font-weight: 500;
    color: #0a0a0a;
    text-transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    @media screen and (max-width: 850px) {
      #results header p {
        width: 80%; } }

#results .page-section {
  border-bottom: 1px solid #e6e6e6; }
  #results .page-section > div {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    #results .page-section > div::before, #results .page-section > div::after {
      content: ' ';
      display: table; }
    #results .page-section > div::after {
      clear: both; }
    @media screen and (min-width: 40em) {
      #results .page-section > div {
        margin: 0 auto;
        padding: 3rem 0; } }
    #results .page-section > div .result-entry {
      border: 1px solid #e6e6e6;
      margin: 1em 0;
      padding: 1.5em; }
      #results .page-section > div .result-entry .breadcrumbs, #results .page-section > div .result-entry .breadcrumbs .current, #results .page-section > div .result-entry .date {
        color: #b3b2b3;
        width: auto;
        font-size: 0.6875rem;
        margin-bottom: 0; }
      #results .page-section > div .result-entry h2 {
        margin-top: 1em; }
  #results .page-section:last-child {
    border-bottom: none;
    padding-bottom: 0.75rem;
    margin-bottom: -3.75rem; }

@media screen and (min-width: 40em) {
  #results .info-section > div {
    margin: 0 auto;
    border: none;
    background: transparent; } }

#results .info-section .flipster {
  overflow-x: visible; }

#results .info-section .testimonial-slider-text p {
  color: #b3b2b3;
  font-weight: bold;
  padding: 0 8%; }

.st-container {
  padding-bottom: 0 !important; }

.search-suggestion {
  margin-top: -100px !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 1.5em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .search-suggestion h5 {
    color: black; }

#page-co2 #footer-container {
  margin-top: 0; }

h1.light {
  padding-top: 79px;
  margin-bottom: 94px; }

.dropdown-cantons {
  display: none;
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 800px) {
    .dropdown-cantons {
      display: block; } }

.padding-box-co2 {
  padding-top: 4em;
  padding-bottom: 4em; }
  @media screen and (max-width: 590px) {
    .padding-box-co2 {
      padding-top: 4em !important; } }

.ich-kreis {
  display: none;
  z-index: 64; }

.co2 .map-title {
  margin-bottom: 0; }

.co2 #testimonial-slider .slide {
  /*margin-top: 30px;*/ }

.co2 #testimonial-slider ul.container {
  margin-top: 1em; }

.co2 .testimonial-slider-text h1 {
  font-size: 2em; }
  @media screen and (max-width: 590px) {
    .co2 .testimonial-slider-text h1 {
      font-size: 1.5rem; } }

.co2 .testimonial-slider-text h2 {
  padding-top: 70px; }

.co2 .testimonial-slider-text p {
  color: #b3b2b3; }

.co2 .infobox-wrapper {
  max-width: 615px;
  margin: auto;
  padding: 50px 0; }

.co2 .read-more-section {
  background: #f8f8f8; }
  .co2 .read-more-section h3 {
    text-align: center;
    text-transform: none;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
    padding: 1.5em 0;
    font-weight: 300;
    color: #ffcc01;
    font-size: 36pt; }
  .co2 .read-more-section ul.topic-accordion {
    margin: 0 auto;
    width: auto; }
    .co2 .read-more-section ul.topic-accordion .collapsible-header {
      background: #f8f8f8; }
      .co2 .read-more-section ul.topic-accordion .collapsible-header p.date {
        font-size: 12pt; }
      .co2 .read-more-section ul.topic-accordion .collapsible-header h4 {
        font-size: 18pt; }
    .co2 .read-more-section ul.topic-accordion .active {
      background: #fff; }
    .co2 .read-more-section ul.topic-accordion .topic-info .btn, .co2 .read-more-section ul.topic-accordion .topic-info .pass_sumbit .sdm_pass_protected_download, .pass_sumbit .co2 .read-more-section ul.topic-accordion .topic-info .sdm_pass_protected_download {
      text-transform: none;
      font-size: 14pt; }

.co2sub-footnote {
  text-align: right;
  width: 40%;
  position: relative;
  left: 60%;
  font-size: 70%;
  position: relative;
  color: #9E9E9E; }

.co2-header {
  margin-bottom: 0; }
  .co2-header .campaign-slider {
    padding-top: 89px; }
  .co2-header p {
    margin-bottom: 60px; }
    .co2-header p.bold {
      font-family: HelveticaNeueLTStd-XBlkCn !important;
      font-size: 40px !important;
      font-weight: normal !important;
      text-transform: uppercase !important;
      margin-bottom: 30px; }

@media screen and (min-width: 650px) {
  .medium-6-numb {
    width: 50% !important; } }

.info-animation, .info-numbers {
  max-width: 1103px;
  margin: 0 auto; }
  .info-animation .numbers-footer, .info-numbers .numbers-footer {
    font-size: 70%;
    position: relative;
    top: 10px;
    color: #9E9E9E; }

.border-me {
  border: 1px solid #e6e6e6;
  margin: 10px; }

.box-me:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.box-me {
  border: 1px solid #e6e6e6;
  position: relative;
  max-width: 464px;
  margin: 0 auto 49px auto;
  height: 189px; }
  .box-me img {
    width: auto;
    position: relative;
    margin-left: -30px;
    max-width: inherit;
    margin-right: 35px;
    max-height: 125px; }
    .box-me img#earth {
      right: 40px; }
    .box-me img#energy {
      right: 7px; }
    .box-me img#blocks {
      right: 47px; }
    .box-me img#factory {
      right: 20px; }
    .box-me img#money {
      right: 33px; }
    @media screen and (max-width: 870px) {
      .box-me img {
        margin-right: 15px; } }
  .box-me .animation, .box-me .icon {
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
  .box-me .content {
    display: inline-block;
    vertical-align: middle;
    /*margin: 70px 20px;*/
    width: 65%; }
    .box-me .content .title {
      font-size: 38px;
      line-height: 49px;
      font-weight: bold; }
    .box-me .content .box {
      font-size: 24px;
      line-height: 29px;
      font-weight: bold; }
    @media screen and (max-width: 1117px) {
      .box-me .content .title {
        font-size: 24px;
        line-height: 28px; }
      .box-me .content .box {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 870px) {
      .box-me .content {
        width: 50%; }
        .box-me .content .title {
          font-size: 20px;
          line-height: 24px; }
        .box-me .content .box {
          font-size: 16px;
          line-height: 20px; } }
    @media screen and (max-width: 590px) {
      .box-me .content {
        width: 50%; }
        .box-me .content .title {
          font-size: 18px;
          line-height: 24px; }
        .box-me .content .box {
          font-size: 12px;
          line-height: 20px; } }
  @media screen and (max-width: 1117px) {
    .box-me {
      height: 150px; } }
  @media screen and (max-width: 870px) {
    .box-me {
      max-width: 80%; } }

.img {
  /*   max-width: ;*/
  max-height: 530px;
  max-width: 930px; }

.slider-a {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }

.slider-a-section h1 {
  padding-top: 81px;
  margin-bottom: 72px; }

.slider-a-section img {
  margin: 0 auto;
  max-width: 930px;
  width: 100%; }

.slider-a-section .img-description {
  max-width: 930px;
  margin: auto; }
  .slider-a-section .img-description p {
    background-color: white;
    padding: 10px 30px; }

.slider-a-section .slick-me {
  max-width: 990px;
  width: 100%;
  margin: auto; }

.no-pointer {
  cursor: default !important; }

@media screen and (max-width: 800px) {
  .map-me {
    display: none; } }

.opa-me {
  opacity: 0.7; }

#co2sub {
  /*.successfull-*/ }
  #co2sub h1 {
    font-size: 2.5rem; }
    @media screen and (max-width: 590px) {
      #co2sub h1 {
        font-size: 1.5rem; } }
  #co2sub .testimonial-slider-text h1 {
    font-size: 2em; }
    @media screen and (max-width: 590px) {
      #co2sub .testimonial-slider-text h1 {
        font-size: 1.5rem; } }
  #co2sub .testimonial-slider-text h2 {
    padding-top: 70px; }
  #co2sub .animation-target {
    width: 200px;
    left: -100px;
    top: -108px;
    display: block !important; }
    @media screen and (max-width: 1118px) {
      #co2sub .animation-target {
        width: 100px;
        left: 0;
        top: 0;
        position: relative; } }
  #co2sub #animation-teilnehmer {
    width: 150px;
    left: -80px;
    top: -75px; }
    @media screen and (max-width: 1118px) {
      #co2sub #animation-teilnehmer {
        width: 90px;
        left: 0;
        top: 0;
        position: relative; } }
  #co2sub .slider-a-section div {
    padding: 0; }
  #co2sub header {
    padding-top: 89px;
    padding-bottom: 85px; }
    #co2sub header h1, #co2sub header h2 {
      max-width: 780px; }
  #co2sub .canton-img-container {
    text-align: center; }
    #co2sub .canton-img-container img.canton-img {
      width: 100px;
      margin-top: -50px; }
  #co2sub .sp-row {
    max-width: 1019px;
    text-align: center;
    margin: 0 auto; }
  #co2sub h1.light {
    padding-top: 79px;
    margin-bottom: 94px; }
    @media screen and (max-width: 870px) {
      #co2sub h1.light {
        padding-top: 30px; } }
  @media screen and (max-width: 870px) {
    #co2sub h1.lightsp {
      margin-bottom: 30px; } }
  #co2sub .grid-points h1.light {
    margin-bottom: 23px; }
  #co2sub .grid-points h3.center {
    margin-bottom: 67px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  #co2sub .grid-points h2 {
    margin-top: 20px; }
  #co2sub .grid-points .numbers {
    position: relative;
    top: 15px;
    font-weight: 800;
    color: #626262;
    font-size: 110%;
    bottom: 0px; }
    #co2sub .grid-points .numbers .oneline {
      display: block; }
  #co2sub .grid-points .grid-points-title {
    min-height: 53px;
    margin-bottom: 0; }
  #co2sub .grid-points .grid-points-text {
    margin-top: 50px; }
  #co2sub .anibox {
    border: 1px solid #e6e6e6;
    margin-bottom: 41px;
    max-width: 465px;
    width: 100%;
    max-height: 190px;
    height: 100%; }
    #co2sub .anibox .animation {
      display: inline-block;
      vertical-align: top;
      padding-top: 43px;
      margin-left: -20px;
      padding-right: 20px; }
    #co2sub .anibox .content {
      display: inline-block;
      vertical-align: middle; }
  #co2sub ul.info-grid, #co2sub ul.box-grid {
    margin-top: 0; }
  #co2sub .relative-me {
    position: relative;
    float: none;
    display: inline-block;
    width: 49%;
    height: 190px;
    margin-bottom: 41px; }
    #co2sub .relative-me img {
      width: auto;
      position: relative; }
    @media screen and (max-width: 977px) {
      #co2sub .relative-me {
        width: 50%; } }
  #co2sub h3 {
    font-size: 21px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 25px;
    text-transform: inherit;
    font-weight: normal; }
    @media screen and (max-width: 590px) {
      #co2sub h3 {
        font-size: 18px; } }
  #co2sub .lefty, #co2sub .righty {
    position: absolute;
    top: 0;
    text-align: left;
    font-weight: bold; }
    #co2sub .lefty .title, #co2sub .righty .title {
      padding-top: 40px;
      font-size: 32px; }
    #co2sub .lefty .box, #co2sub .righty .box {
      font-size: 20px;
      max-width: 260px; }
    @media screen and (max-width: 977px) {
      #co2sub .lefty, #co2sub .righty {
        position: relative;
        margin: 0 auto; } }
  #co2sub .interview-block {
    border: 1px solid #e6e6e6;
    background-color: white;
    margin-bottom: 82px; }
    #co2sub .interview-block .head-img {
      text-align: center; }
      #co2sub .interview-block .head-img img {
        max-width: 200px;
        margin-top: -60px; }
    #co2sub .interview-block .quote {
      margin-top: 49px;
      text-align: center; }
      #co2sub .interview-block .quote h2 {
        font-size: 42px;
        line-height: 45px; }
        @media screen and (max-width: 590px) {
          #co2sub .interview-block .quote h2 {
            font-size: 30px;
            line-height: 34px; } }
    #co2sub .interview-block .description {
      text-align: center;
      margin-bottom: 36px; }
      #co2sub .interview-block .description h3 {
        color: #9E9E9E; }
    #co2sub .interview-block .hover-box:hover {
      -webkit-box-shadow: inherit;
              box-shadow: inherit; }
    #co2sub .interview-block .collapsible-body p {
      max-width: 900px; }
    #co2sub .interview-block .topic-accordion.collapsible.popout > li.topic-info.active, #co2sub .interview-block .topic-accordion.collapsible.popout.post-item.active {
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      border: inherit; }
    #co2sub .interview-block .collapsible-header {
      line-height: 28px; }
    #co2sub .interview-block .topic-accordion .collapsible-header.active.inline-icon {
      color: black; }
    #co2sub .interview-block .handoergeli h4 {
      width: inherit; }
    #co2sub .interview-block .handoergeli ul {
      margin: 0 auto;
      padding-bottom: 60px;
      width: 80%; }
    #co2sub .interview-block .handoergeli .topic-accordion .collapsible-header.active.inline-icon::after {
      /*top: 0.6em;*/ }
    #co2sub .interview-block .handoergeli .topic-accordion .collapsible-header.inline-icon::after {
      top: -3px;
      right: 0; }
    #co2sub .interview-block .handoergeli .topic-accordion.post-item.active .collapsible-body {
      border-bottom: 1px solid #ddd; }
    #co2sub .interview-block .handoergeli .topic-accordion .collapsible-header.active {
      padding: 0 1rem; }
    #co2sub .interview-block .handoergeli .topic-accordion .collapsible-header.active.inline-icon::after, #co2sub .interview-block .handoergeli .topic-accordion .collapsible-header.active .icon {
      right: 0; }
  @media screen and (min-width: 650px) {
    #co2sub .medium-6-numb {
      width: 50% !important; } }
  #co2sub .info-animation, #co2sub .info-numbers {
    max-width: 1103px;
    margin: 0 auto;
    /*        .numbers-footer {
            text-align: right;
            width: 40%;
            position: relative;
            left: 60%;
            font-size: 70%;
            position: relative;
            top: 20px;
            color: #9E9E9E;
        }*/ }
  #co2sub .co2sub-footnote {
    text-align: right;
    width: 40%;
    position: relative;
    left: 60%;
    font-size: 70%;
    position: relative;
    color: #9E9E9E; }
  #co2sub .border-me {
    border: 1px solid #e6e6e6;
    margin: 10px; }
  #co2sub .box-me:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  #co2sub .box-me {
    border: 1px solid #e6e6e6;
    position: relative;
    max-width: 464px;
    margin: 0 auto 49px auto;
    height: 189px; }
    #co2sub .box-me img {
      width: auto;
      position: relative;
      margin-left: -30px;
      max-width: inherit;
      margin-right: 35px;
      max-height: 125px; }
      #co2sub .box-me img#earth {
        right: 40px; }
      #co2sub .box-me img#energy {
        right: 7px; }
      #co2sub .box-me img#blocks {
        right: 47px; }
      #co2sub .box-me img#factory {
        right: 20px; }
      #co2sub .box-me img#money {
        right: 33px; }
      @media screen and (max-width: 870px) {
        #co2sub .box-me img {
          margin-right: 15px; } }
    #co2sub .box-me .animation, #co2sub .box-me .icon {
      display: inline-block;
      vertical-align: middle;
      width: 100px; }
    #co2sub .box-me .content {
      display: inline-block;
      vertical-align: middle;
      /*margin: 70px 20px;*/
      width: 65%; }
      #co2sub .box-me .content .title {
        font-size: 38px;
        line-height: 49px;
        font-weight: bold; }
      #co2sub .box-me .content .box {
        font-size: 24px;
        line-height: 29px;
        font-weight: bold; }
      @media screen and (max-width: 1117px) {
        #co2sub .box-me .content .title {
          font-size: 24px;
          line-height: 28px; }
        #co2sub .box-me .content .box {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (max-width: 870px) {
        #co2sub .box-me .content {
          width: 50%; }
          #co2sub .box-me .content .title {
            font-size: 20px;
            line-height: 24px; }
          #co2sub .box-me .content .box {
            font-size: 16px;
            line-height: 20px; } }
      @media screen and (max-width: 590px) {
        #co2sub .box-me .content {
          width: 50%; }
          #co2sub .box-me .content .title {
            font-size: 18px;
            line-height: 24px; }
          #co2sub .box-me .content .box {
            font-size: 12px;
            line-height: 20px; } }
    @media screen and (max-width: 1117px) {
      #co2sub .box-me {
        height: 150px; } }
    @media screen and (max-width: 870px) {
      #co2sub .box-me {
        max-width: 80%; } }
  #co2sub .map-title-section {
    padding: 0 !important; }
  #co2sub h1.map-title {
    margin-bottom: 0; }
  #co2sub .map-section {
    margin-bottom: 150px !important; }
    #co2sub .map-section .ich-kreis {
      display: block;
      position: absolute;
      text-transform: uppercase;
      right: 100px;
      top: 40px;
      height: 170px;
      width: 170px;
      border: 1px solid #ffcc01;
      background-color: #ffcc01;
      border-radius: 50%;
      padding: 24px 19px;
      -ms-transform: rotate(-23deg);
      -webkit-transform: rotate(-23deg);
      transform: rotate(-11deg);
      font-size: 33px;
      line-height: 38px;
      text-align: center;
      color: white;
      font-family: HelveticaNeueLTStd-XBlkCn;
      -webkit-box-shadow: 9px 15px 48px 1px rgba(0, 0, 0, 0.4);
      box-shadow: 9px 15px 48px 1px rgba(0, 0, 0, 0.4);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      @media screen and (max-width: 1080px) {
        #co2sub .map-section .ich-kreis {
          zoom: 0.8; } }
      @media screen and (max-width: 800px) {
        #co2sub .map-section .ich-kreis {
          zoom: 0.7; } }
    #co2sub .map-section .ich-kreis:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    @media screen and (max-width: 1080px) {
      #co2sub .map-section {
        margin-bottom: 0px !important; }
        #co2sub .map-section #moving-map {
          margin-bottom: -50px !important; } }
  #co2sub .infobox-wrapper {
    max-width: 615px; }
  #co2sub .read-more-section {
    background: #f8f8f8; }
    #co2sub .read-more-section h3 {
      text-align: center;
      text-transform: none;
      font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
      padding: 1.5em 0;
      font-weight: 300;
      color: #ffcc01;
      font-size: 36pt; }
    #co2sub .read-more-section ul.topic-accordion {
      margin: 0 auto;
      width: auto; }
      #co2sub .read-more-section ul.topic-accordion .collapsible-header {
        background: #f8f8f8; }
        #co2sub .read-more-section ul.topic-accordion .collapsible-header p.date {
          font-size: 12pt; }
        #co2sub .read-more-section ul.topic-accordion .collapsible-header h4 {
          font-size: 18pt; }
      #co2sub .read-more-section ul.topic-accordion .active {
        background: #fff; }
      #co2sub .read-more-section ul.topic-accordion .topic-info .btn, #co2sub .read-more-section ul.topic-accordion .topic-info .pass_sumbit .sdm_pass_protected_download, .pass_sumbit #co2sub .read-more-section ul.topic-accordion .topic-info .sdm_pass_protected_download {
        text-transform: none;
        font-size: 14pt; }

/*# sourceMappingURL=foundation.css.map */
